summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-21 00:15:58 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-02-21 00:15:58 +0100
commitdcd93a53e4f2d158cb67493ce94ff164bac8f0e8 (patch)
tree6dbd2faed1e6c62a919b425cc34da1576e855426 /apps/files_versions
parenteb3769e6d6e1b26d2c20c7b26c6a334a5d761f08 (diff)
downloadnextcloud-server-dcd93a53e4f2d158cb67493ce94ff164bac8f0e8.tar.gz
nextcloud-server-dcd93a53e4f2d158cb67493ce94ff164bac8f0e8.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/id.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/files_versions/l10n/id.php b/apps/files_versions/l10n/id.php
index 6c553327c42..6e24a05cbb8 100644
--- a/apps/files_versions/l10n/id.php
+++ b/apps/files_versions/l10n/id.php
@@ -1,5 +1,13 @@
<?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",
"History" => "riwayat",
+"Revert a file to a previous version by clicking on its revert button" => "Kembalikan berkas ke versi sebelumnya dengan mengklik tombol kembalikan",
"Files Versioning" => "pembuatan versi file",
"Enable" => "aktifkan"
);