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