Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/tr.js')
-rw-r--r--apps/files_trashbin/l10n/tr.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/tr.js b/apps/files_trashbin/l10n/tr.js
new file mode 100644
index 00000000000..f8e8b4daff1
--- /dev/null
+++ b/apps/files_trashbin/l10n/tr.js
@@ -0,0 +1,15 @@
+OC.L10N.register(
+ "files_trashbin",
+ {
+ "Couldn't delete %s permanently" : "%s kalıcı olarak silinemedi",
+ "Couldn't restore %s" : "%s geri yüklenemedi",
+ "Deleted files" : "Silinmiş dosyalar",
+ "Restore" : "Geri yükle",
+ "Error" : "Hata",
+ "restored" : "geri yüklendi",
+ "Nothing in here. Your trash bin is empty!" : "Burada hiçbir şey yok. Çöp kutunuz tamamen boş!",
+ "Name" : "İsim",
+ "Deleted" : "Silinme",
+ "Delete" : "Sil"
+},
+"nplurals=2; plural=(n > 1);");