1<?php
2
3/*
4 +-----------------------------------------------------------------------+
5 | Localization file of the Roundcube Webmail Archive plugin             |
6 |                                                                       |
7 | Copyright (C) The Roundcube Dev Team                                  |
8 |                                                                       |
9 | Licensed under the GNU General Public License version 3 or            |
10 | any later version with exceptions for skins & plugins.                |
11 | See the README file for a full license statement.                     |
12 +-----------------------------------------------------------------------+
13
14 For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-archive/
15*/
16
17$labels['buttontext'] = 'Arsip';
18$labels['buttontitle'] = 'Arsipkan pesan ini';
19$labels['archived'] = 'Berhasil mengarsipkan';
20$labels['archivedreload'] = 'Berhasil diarsipkan. Reload halaman untuk melihat folder arsip baru.';
21$labels['archiveerror'] = 'Beberapa pesan tidak dapat diarsipkan';
22$labels['archivefolder'] = 'Arsip';
23$labels['settingstitle'] = 'Arsip';
24$labels['archivetype'] = 'Pisah arsip berdasarkan';
25$labels['archivetypeyear'] = 'Tahun (contoh: Arsip/2012)';
26$labels['archivetypemonth'] = 'Bulan (contoh: Arsip/2012/06)';
27$labels['archivetypetbmonth'] = 'Bulan - Kecocokan Thunderbird ( contoh: Arsip/2012/2012-06 )';
28$labels['archivetypefolder'] = 'Folder asli';
29$labels['archivetypesender'] = 'Email pengirim';
30$labels['unkownsender'] = 'Tidak dikenal';
31$labels['readonarchive'] = 'Tandai pesan telah dibaca di arsip';
32