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", |
|
6d9380f96
|
5 6 |
"Deleted files" => "Berkas yang dihapus", "Restore" => "Pulihkan", |
|
31b7f2792
|
7 |
"Error" => "Galat", |
|
03e52840d
|
8 |
"Nothing in here. Your trash bin is empty!" => "Tempat sampah anda kosong!", |
|
31b7f2792
|
9 |
"Name" => "Nama", |
|
31b7f2792
|
10 |
"Deleted" => "Dihapus", |
|
6d9380f96
|
11 |
"Delete" => "Hapus" |
|
03e52840d
|
12 |
); |
|
31b7f2792
|
13 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |