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/id.js')
-rw-r--r--apps/files_trashbin/l10n/id.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/id.js b/apps/files_trashbin/l10n/id.js
new file mode 100644
index 00000000000..6e13e455591
--- /dev/null
+++ b/apps/files_trashbin/l10n/id.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "files_trashbin",
+ {
+ "Couldn't delete %s permanently" : "Tidak dapat menghapus permanen %s",
+ "Couldn't restore %s" : "Tidak dapat memulihkan %s",
+ "Deleted files" : "Berkas yang dihapus",
+ "Restore" : "Pulihkan",
+ "Error" : "Galat",
+ "Nothing in here. Your trash bin is empty!" : "Tempat sampah anda kosong!",
+ "Name" : "Nama",
+ "Deleted" : "Dihapus",
+ "Delete" : "Hapus"
+},
+"nplurals=1; plural=0;");