id.php 426 B

1234567891011121314
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Couldn't delete %s permanently" => "Tidak dapat menghapus permanen %s",
  4. "Couldn't restore %s" => "Tidak dapat memulihkan %s",
  5. "Error" => "Galat",
  6. "Nothing in here. Your trash bin is empty!" => "Tempat sampah anda kosong!",
  7. "Name" => "Nama",
  8. "Restore" => "Pulihkan",
  9. "Deleted" => "Dihapus",
  10. "Delete" => "Hapus",
  11. "Deleted Files" => "Berkas yang Dihapus"
  12. );
  13. $PLURAL_FORMS = "nplurals=1; plural=0;";