Blame view

sources/apps/files_trashbin/l10n/id.php 565 Bytes
03e52840d   Kload   Init
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"
  );