diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-19 00:06:51 +0100 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-02-19 00:06:51 +0100 |
commit | 76c4dc62964516852f88f251b49bef5e17153fcb (patch) | |
tree | db812156facce0c0d3d5beae4ae65a92b0ca17a0 /apps/files_trashbin | |
parent | d9035d4fdc6b5363c1a5b96a8ba8b6f387a0eafb (diff) | |
download | nextcloud-server-76c4dc62964516852f88f251b49bef5e17153fcb.tar.gz nextcloud-server-76c4dc62964516852f88f251b49bef5e17153fcb.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/tr.php | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/apps/files_trashbin/l10n/tr.php b/apps/files_trashbin/l10n/tr.php index 5b7064eceaf..cebe615a05f 100644 --- a/apps/files_trashbin/l10n/tr.php +++ b/apps/files_trashbin/l10n/tr.php @@ -1,7 +1,14 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "%s Kalıcı olarak silinemedi", +"Couldn't restore %s" => "%s Geri yüklenemedi", +"perform restore operation" => "Geri yükleme işlemini gerçekleştir", +"delete file permanently" => "Dosyayı kalıcı olarak sil", "Name" => "İsim", +"Deleted" => "Silindi", "1 folder" => "1 dizin", "{count} folders" => "{count} dizin", "1 file" => "1 dosya", -"{count} files" => "{count} dosya" +"{count} files" => "{count} dosya", +"Nothing in here. Your trash bin is empty!" => "Burası boş. Çöp kutun tamamen boş.", +"Restore" => "Geri yükle" ); |