diff options
Diffstat (limited to 'core/l10n/tr.json')
-rw-r--r-- | core/l10n/tr.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/l10n/tr.json b/core/l10n/tr.json index ff13665afc2..da59da7f9f0 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -3,6 +3,14 @@ "File is too big" : "Dosya çok büyük", "The selected file is not an image." : "Seçilmiş dosya bir görsel dosyası değil.", "The selected file cannot be read." : "Seçilmiş dosya okunamadı.", + "The file was uploaded" : "Dosya yüklendi", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor", + "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor", + "The file was only partially uploaded" : "Dosyanın yalnız bir bölümü yüklendi", + "No file was uploaded" : "Herhangi bir dosya yüklenmedi", + "Missing a temporary folder" : "Bir geçici klasör eksik", + "Could not write file to disk" : "Dosya diske yazılamadı", + "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi", "Invalid file provided" : "Belirtilen dosya geçersiz", "No image or file provided" : "Bir görsel ya da dosya belirtilmemiş", "Unknown filetype" : "Dosya türü bilinmiyor", |