diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-02-28 22:04:47 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-02-28 22:04:47 +0100 |
commit | 91a48642314f0f56ab67286b2be8705020c31dd3 (patch) | |
tree | 8fd861ceeb4f9646b88b57b35fed73f6c5282dab /plugins/archive/localization/id_ID.inc | |
parent | 22819a30818e9968ae707bf7fbbe9e108c7880d4 (diff) | |
parent | e3eda60a60d6f1ac2182146108054b8efd6b1345 (diff) |
Merge branch 'release-0.9' of github.com:roundcube/roundcubemail into release-0.9
Diffstat (limited to 'plugins/archive/localization/id_ID.inc')
-rw-r--r-- | plugins/archive/localization/id_ID.inc | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/plugins/archive/localization/id_ID.inc b/plugins/archive/localization/id_ID.inc index f012a2fd6..09b5ed547 100644 --- a/plugins/archive/localization/id_ID.inc +++ b/plugins/archive/localization/id_ID.inc @@ -20,15 +20,15 @@ $labels = array(); $labels['buttontext'] = 'Arsip'; $labels['buttontitle'] = 'Arsipkan pesan ini'; $labels['archived'] = 'Berhasil mengarsipkan'; -$labels['archivedreload'] = 'Successfully archived. Reload the page to see the new archive folders.'; -$labels['archiveerror'] = 'Some messages could not be archived'; +$labels['archivedreload'] = 'Berhasil diarsipkan. Reload halaman untuk melihat folder arsip baru.'; +$labels['archiveerror'] = 'Beberapa pesan tidak dapat diarsipkan'; $labels['archivefolder'] = 'Arsip'; -$labels['settingstitle'] = 'Archive'; -$labels['archivetype'] = 'Divide archive by'; -$labels['archivetypeyear'] = 'Year (e.g. Archive/2012)'; -$labels['archivetypemonth'] = 'Month (e.g. Archive/2012/06)'; -$labels['archivetypefolder'] = 'Original folder'; -$labels['archivetypesender'] = 'Sender email'; -$labels['unkownsender'] = 'unknown'; +$labels['settingstitle'] = 'Arsip'; +$labels['archivetype'] = 'Pisah arsip berdasarkan'; +$labels['archivetypeyear'] = 'Tahun (contoh: Arsip/2012)'; +$labels['archivetypemonth'] = 'Bulan (contoh: Arsip/2012/06)'; +$labels['archivetypefolder'] = 'Folder asli'; +$labels['archivetypesender'] = 'Email pengirim'; +$labels['unkownsender'] = 'Tidak dikenal'; ?> |