summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/id.js
blob: 52183a9cbefe5222d28b861212624983cdb34952 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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",
    "Delete permanently" : "Hapus secara permanen",
    "Error" : "Galat",
    "Name" : "Nama",
    "Deleted" : "Dihapus",
    "Delete" : "Hapus"
},
"nplurals=1; plural=0;");