summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/id.php
blob: 48ae5ad622325d10d972ccdcaece69ed37b9d785 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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",
"Versions" => "Versi",
"Revert a file to a previous version by clicking on its revert button" => "Kembalikan berkas ke versi sebelumnya dengan mengeklik tombol kembalikan"
);