summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/id.js
blob: 77da59b8b5aea7d415366292061cdda39d2dc779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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",
    "Nothing in here. Your trash bin is empty!" : "Tempat sampah anda kosong!",
    "Name" : "Nama",
    "Deleted" : "Dihapus",
    "Delete" : "Hapus"
},
"nplurals=1; plural=0;");