diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-06 22:46:40 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-06 22:46:40 +0100 |
commit | 9671ace32e57ce6b176a50dc346baf3b3b7eb14e (patch) | |
tree | bf3b4afd8de851d108909fc5a9ad198c13d93c8a /apps/files/l10n/tr.php | |
parent | 9cd7bb2c8d7b7207a3c67e09158641b0c33e631d (diff) | |
parent | 08d7b8ce309baebfc243727c215b63e732bf874e (diff) | |
download | nextcloud-server-9671ace32e57ce6b176a50dc346baf3b3b7eb14e.tar.gz nextcloud-server-9671ace32e57ce6b176a50dc346baf3b3b7eb14e.zip |
Merge branch 'master' into fix_minor_files_annoyances
Conflicts:
apps/files/js/files.js
Diffstat (limited to 'apps/files/l10n/tr.php')
-rw-r--r-- | apps/files/l10n/tr.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/l10n/tr.php b/apps/files/l10n/tr.php index 7cd3a82cd71..80182d8ec80 100644 --- a/apps/files/l10n/tr.php +++ b/apps/files/l10n/tr.php @@ -1,4 +1,5 @@ <?php $TRANSLATIONS = array( +"No file was uploaded. Unknown error" => "Dosya yüklenmedi. Bilinmeyen hata", "There is no error, the file uploaded with success" => "Bir hata yok, dosya başarıyla yüklendi", "The uploaded file exceeds the upload_max_filesize directive in php.ini: " => "php.ini dosyasında upload_max_filesize ile belirtilen dosya yükleme sınırı aşıldı.", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Yüklenen dosya HTML formundaki MAX_FILE_SIZE sınırını aşıyor", |