blob: 14920cc52fdcd76c903c899c5f6eb64117375616 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Tidak dapat mengembalikan: %s",
"Versions" => "Versi",
"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",
"Restore" => "Pulihkan"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
|