summaryrefslogtreecommitdiff
path: root/plugins/password/localization/id_ID.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-02-28 22:04:47 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-02-28 22:04:47 +0100
commit91a48642314f0f56ab67286b2be8705020c31dd3 (patch)
tree8fd861ceeb4f9646b88b57b35fed73f6c5282dab /plugins/password/localization/id_ID.inc
parent22819a30818e9968ae707bf7fbbe9e108c7880d4 (diff)
parente3eda60a60d6f1ac2182146108054b8efd6b1345 (diff)
Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release-0.9
Diffstat (limited to 'plugins/password/localization/id_ID.inc')
-rw-r--r--plugins/password/localization/id_ID.inc24
1 files changed, 12 insertions, 12 deletions
diff --git a/plugins/password/localization/id_ID.inc b/plugins/password/localization/id_ID.inc
index 8e0b0bd1f..5026de259 100644
--- a/plugins/password/localization/id_ID.inc
+++ b/plugins/password/localization/id_ID.inc
@@ -18,20 +18,20 @@
$labels = array();
$labels['changepasswd'] = 'Ubah Sandi';
-$labels['curpasswd'] = 'Sandi:';
+$labels['curpasswd'] = 'Sandi saat ini:';
$labels['newpasswd'] = 'Sandi Baru:';
-$labels['confpasswd'] = 'Confirm New Password:';
+$labels['confpasswd'] = 'Konfirmasi Sandi Baru:';
$messages = array();
-$messages['nopassword'] = 'Please input new password.';
-$messages['nocurpassword'] = 'Please input current password.';
-$messages['passwordincorrect'] = 'Current password incorrect.';
-$messages['passwordinconsistency'] = 'Passwords do not match, please try again.';
-$messages['crypterror'] = 'Could not save new password. Encryption function missing.';
-$messages['connecterror'] = 'Could not save new password. Connection error.';
-$messages['internalerror'] = 'Could not save new password.';
-$messages['passwordshort'] = 'Password must be at least $length characters long.';
-$messages['passwordweak'] = 'Password must include at least one number and one punctuation character.';
-$messages['passwordforbidden'] = 'Password contains forbidden characters.';
+$messages['nopassword'] = 'Masukkan sandi baru.';
+$messages['nocurpassword'] = 'Masukkan sandi saat ini.';
+$messages['passwordincorrect'] = 'Sandi saat ini salah.';
+$messages['passwordinconsistency'] = 'Sandi tidak cocok, harap coba lagi.';
+$messages['crypterror'] = 'Tidak dapat menyimpan sandi baru. Fungsi enkripsi tidak ditemukan.';
+$messages['connecterror'] = 'Tidak dapat menyimpan sandi baru. Koneksi error.';
+$messages['internalerror'] = 'Tidak dapat menyimpan sandi baru.';
+$messages['passwordshort'] = 'Panjang password minimal $length karakter';
+$messages['passwordweak'] = 'Sandi harus menyertakan setidaknya satu angka dan satu tanda baca.';
+$messages['passwordforbidden'] = 'Sandi mengandung karakter terlarang.';
?>