summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/id.php
blob: ab5fe25ac6b2ab270c59f328bd464ed148c2e0a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php $TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Tidak dapat menghapus permanen %s",
"Couldn't restore %s" => "Tidak dapat memulihkan %s",
"perform restore operation" => "jalankan operasi pemulihan",
"delete file permanently" => "hapus berkas secara permanen",
"Name" => "Nama",
"Deleted" => "Dihapus",
"1 folder" => "1 map",
"{count} folders" => "{count} map",
"1 file" => "1 berkas",
"{count} files" => "{count} berkas",
"Nothing in here. Your trash bin is empty!" => "Tempat sampah anda kosong!",
"Restore" => "Pulihkan",
"Delete" => "Hapus"
);