Blame view
sources/apps/files_versions/l10n/id.php
397 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Could not revert: %s" => "Tidak dapat mengembalikan: %s", |
|
31b7f2792
|
4 |
"Versions" => "Versi", |
|
6d9380f96
|
5 6 7 |
"Failed to revert {file} to revision {timestamp}." => "Gagal mengembalikan {file} ke revisi {timestamp}.",
"More versions..." => "Versi lebih...",
"No other versions available" => "Tidak ada versi lain yang tersedia",
|
|
31b7f2792
|
8 |
"Restore" => "Pulihkan" |
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=1; plural=0;"; |