From d9bcf68e395d6156645a7974b1a992aa6e6c00aa Mon Sep 17 00:00:00 2001 From: Marius Cramer <m.cramer@pixcept.de> Date: Mon, 14 Oct 2013 08:57:25 -0400 Subject: [PATCH] Added missing empty directories from svn import --- interface/web/mail/lib/lang/id_mail_get.lng | 35 ++++++++++++++++++----------------- 1 files changed, 18 insertions(+), 17 deletions(-) diff --git a/interface/web/mail/lib/lang/id_mail_get.lng b/interface/web/mail/lib/lang/id_mail_get.lng index 7995925..1d191c0 100644 --- a/interface/web/mail/lib/lang/id_mail_get.lng +++ b/interface/web/mail/lib/lang/id_mail_get.lng @@ -1,17 +1,18 @@ -<?php -$wb['server_id_txt'] = 'Server'; -$wb['type_txt'] = 'Tipe'; -$wb['source_server_txt'] = 'Server Pop3/Imap'; -$wb['source_username_txt'] = 'Nama Pengguna'; -$wb['source_password_txt'] = 'Kata Sandi'; -$wb['source_delete_txt'] = 'Hapus email setelah pengambilan'; -$wb['destination_txt'] = 'Tujuan'; -$wb['active_txt'] = 'Aktif'; -$wb['limit_fetchmail_txt'] = 'Jumlah maks record Fetchmail untuk akun Anda telah tercapai.'; -$wb['source_server_error_isempty'] = 'Server kosong.'; -$wb['source_username_error_isempty'] = 'Nama Pengguna kosong.'; -$wb['source_password_error_isempty'] = 'Kata Sandi kosong.'; -$wb['destination_error_isemail'] = 'Tidak ada tujuan yang dipilih.'; -$wb['source_server_error_regex'] = 'Server Pop3/Imap bukan merupakan nama domain yang valid.'; -?> - +<?php +$wb['server_id_txt'] = 'Server'; +$wb['type_txt'] = 'Tipe'; +$wb['source_server_txt'] = 'Server Pop3/Imap'; +$wb['source_username_txt'] = 'Nama Pengguna'; +$wb['source_password_txt'] = 'Kata Sandi'; +$wb['source_delete_txt'] = 'Hapus email setelah pengambilan'; +$wb['destination_txt'] = 'Tujuan'; +$wb['active_txt'] = 'Aktif'; +$wb['limit_fetchmail_txt'] = 'Jumlah maks record Fetchmail untuk akun Anda telah tercapai.'; +$wb['source_server_error_isempty'] = 'Server kosong.'; +$wb['source_username_error_isempty'] = 'Nama Pengguna kosong.'; +$wb['source_password_error_isempty'] = 'Kata Sandi kosong.'; +$wb['destination_error_isemail'] = 'Tidak ada tujuan yang dipilih.'; +$wb['source_server_error_regex'] = 'Server Pop3/Imap bukan merupakan nama domain yang valid.'; +$wb['source_read_all_txt'] = 'Retrieve all emails (incl. read mails)'; +$wb['error_delete_read_all_combination'] = 'Illegal combination of options. You can not use \\"Delete emails after retrieval\\" = no together with \\"Retrieve all emails\\" = yes'; +?> -- Gitblit v1.9.1