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