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