Blame view
sources/apps/files_versions/l10n/id.php
571 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 9 10 |
<?php $TRANSLATIONS = array( "Could not revert: %s" => "Tidak dapat mengembalikan: %s", "success" => "sukses", "File %s was reverted to version %s" => "Berkas %s telah dikembalikan ke versi %s", "failure" => "gagal", "File %s could not be reverted to version %s" => "Berkas %s gagal dikembalikan ke versi %s", "No old versions available" => "Versi lama tidak tersedia", "No path specified" => "Lokasi tidak ditentukan", "Revert a file to a previous version by clicking on its revert button" => "Kembalikan berkas ke versi sebelumnya dengan mengklik tombol kembalikan" ); |