1<?php
2# $Id$
3//
4// Language file English
5// by Mischa <mischa at high5 dot net>
6//
7
8
9$PALANG['YES'] = 'YES';
10$PALANG['NO'] = 'NO';
11$PALANG['edit'] = 'edit';
12$PALANG['del'] = 'del';
13$PALANG['exit'] = 'Exit';
14$PALANG['cancel'] = 'Cancel';
15$PALANG['save'] = 'Save changes';
16$PALANG['confirm'] = 'Are you sure you want to delete this?\n';
17$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?';
18$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?';
19$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?';
20$PALANG['confirm_delete_domain'] = 'Do you really want to delete all records for the domain %s? This can not be undone!';
21$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?';
22$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?';
23$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?';
24$PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!';
25$PALANG['check_update'] = 'Check for update';
26$PALANG['invalid_parameter'] = 'Invalid parameter!';
27$PALANG['show'] = 'Show:';
28$PALANG['all'] = 'All';
29$PALANG['created'] = 'Created';
30$PALANG['unknown'] = 'unknown';
31$PALANG['download_csv'] = 'Download this list as CSV file';
32$PALANG['missing_field'] = 'Field %s is missing';
33$PALANG['must_be_numeric'] = '%s must be numeric';
34$PALANG['must_be_numeric_bigger_than_null'] = '%s must be numeric and bigger than 0';
35$PALANG['must_be_boolean'] = '%s must be boolean';
36$PALANG['invalid_value_given'] = 'Invalid value given for %s';
37$PALANG['edit_not_allowed'] = 'You are not allowed to edit %s';
38$PALANG['searchparams'] = 'Search parameters:';
39
40$PALANG['pFooter_logged_as'] = 'Logged in as %s';
41
42$PALANG['pLogin_welcome'] = 'Mail admins login here to administer your domain.';
43$PALANG['pLogin_username'] = 'Login (email)';
44$PALANG['password'] = 'Password';
45$PALANG['pLogin_language'] = 'Language';
46$PALANG['pLogin_button'] = 'Login';
47$PALANG['pLogin_failed'] = 'Your email address or password is not correct.';
48$PALANG['pLogin_login_users'] = 'Users click here to login to the user section.';
49
50$PALANG['pMenu_main'] = 'Main';
51$PALANG['pMenu_overview'] = 'Overview';
52$PALANG['add_alias'] = 'Add Forward';
53$PALANG['add_alias_domain'] = 'Add Alias Domain';
54$PALANG['add_mailbox'] = 'Add Mailbox';
55$PALANG['pMenu_fetchmail'] = 'Fetch Email';
56$PALANG['pMenu_sendmail'] = 'Send Email';
57$PALANG['pMenu_password'] = 'Password';
58$PALANG['pMenu_viewlog'] = 'View Log';
59$PALANG['pMenu_logout'] = 'Logout';
60
61$PALANG['pMain_welcome'] = 'Welcome to Postfix Admin!';
62$PALANG['pMain_overview'] = 'List your domains. You can edit / delete them from here.';
63$PALANG['pMain_create_alias'] = 'Create a new email forward.';
64$PALANG['pMain_create_mailbox'] = 'Create a new mailbox.';
65$PALANG['pMain_sendmail'] = 'Send an email to one of your newly created mailboxes.';
66$PALANG['pMain_password'] = 'Change the password for your admin account.';
67$PALANG['pMain_viewlog'] = 'View the log files.';
68$PALANG['pMain_logout'] = 'Logout from the system';
69
70$PALANG['pOverview_disabled'] = 'Disabled';
71$PALANG['pOverview_unlimited'] = 'Unlimited';
72$PALANG['pOverview_title'] = ':: Defined Domains';
73$PALANG['pOverview_up_arrow'] = 'Go Top';
74$PALANG['pOverview_right_arrow'] = 'Next Page';
75$PALANG['pOverview_left_arrow'] = 'Previous Page';
76$PALANG['pOverview_alias_domain_title'] = ':: Domain Aliases';
77$PALANG['pOverview_alias_title'] = ':: Forwards ';
78$PALANG['pOverview_mailbox_title'] = ':: Mailboxes';
79$PALANG['go'] = 'Go';
80$PALANG['pOverview_welcome'] = 'Overview for ';
81$PALANG['pOverview_alias_domain_aliases'] = 'Alias Domains';
82$PALANG['pOverview_alias_address'] = 'From';
83$PALANG['active'] = 'Active';
84$PALANG['and_x_more'] = '[and %s more...]';
85$PALANG['pOverview_mailbox_username'] = 'Email';
86$PALANG['name'] = 'Name';
87$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
88$PALANG['pOverview_vacation_edit'] = 'VACATION IS ON';
89$PALANG['pOverview_vacation_option'] = 'Set Vacation';
90$PALANG['no_domains_for_this_admin'] = 'You don\'t have permissions for any domains.';
91$PALANG['no_domains_exist'] = 'You have to create at least one domain before you can use virtual list.'; # "virtual list" should match $PALANG['pAdminMenu_list_virtual']
92
93$PALANG['domain'] = 'Domain';
94$PALANG['pOverview_get_alias_domains'] = 'Domain Aliases';
95$PALANG['mailboxes'] = 'Mailboxes';
96$PALANG['pOverview_get_quota'] = 'Mailbox Quota (MB)';
97
98$PALANG['pDelete_delete_error'] = 'Unable to delete the entry ';
99$PALANG['pDelete_delete_success'] = '%s deleted.';
100$PALANG['pDelete_domain_error'] = 'This domain is not yours ';
101$PALANG['pDelete_alias_error'] = 'Unable to delete alias ';
102
103$PALANG['pCreate_alias_domain_welcome'] = 'Mirror addresses of one of your domains to another.';
104$PALANG['pCreate_alias_domain_alias'] = 'Alias Domain';
105$PALANG['pCreate_alias_domain_alias_text'] = 'The domain that mails come in for.';
106$PALANG['pCreate_alias_domain_target'] = 'Target Domain';
107$PALANG['pCreate_alias_domain_target_text'] = 'The domain where mails should go to.';
108$PALANG['pCreate_alias_domain_error1'] = 'You are not allowed to create the chosen configuration.';
109$PALANG['pCreate_alias_domain_error2'] = 'The chosen configuration is invalid, please choose a different one!';
110$PALANG['alias_domain_already_exists'] = 'This domain is already an alias domain!';
111$PALANG['alias_domain_does_not_exist'] = 'This domain isn\'t an alias domain!';
112$PALANG['alias_domain_create_failed'] = 'Creating the alias domain %s failed!';
113$PALANG['alias_domain_change_failed'] = 'Changing the alias domain %s failed!';
114$PALANG['pCreate_alias_domain_error4'] = 'All domains are already aliased.';
115$PALANG['pCreate_alias_domain_success'] = 'The alias domain %s has been created.';
116$PALANG['alias_domain_changed'] = 'The alias domain %s has been changed.';
117$PALANG['alias_domain_to_itsself'] = 'A domain can\'t be an alias domain to itsself!';
118$PALANG['delete_domain_aliasdomain_target'] = 'The domain %s is the target for one or more alias domains and can\'t be deleted! (Delete the alias domains first.)';
119
120$PALANG['pCreate_alias_address_text_error1'] = 'The ALIAS is not valid!';
121$PALANG['alias_does_not_exist'] = 'This alias does not exist!';
122$PALANG['email_address_already_exists'] = 'This email address already exists, please choose a different one!';
123$PALANG['pCreate_alias_address_text_error3'] = 'You have reached your limit to create aliases!';
124$PALANG['pCreate_alias_goto_text'] = 'Where the mail needs to be sent to.';
125$PALANG['pCreate_alias_goto_text_error'] = 'The To: is not valid!';
126$PALANG['pCreate_alias_result_error'] = 'Creating the alias %s failed!';
127$PALANG['pCreate_alias_result_success'] = 'The alias %s has been created!';
128$PALANG['alias_updated'] = 'The alias %s has been updated!';
129$PALANG['pCreate_alias_catchall_text'] = 'To create a catch-all use an "*" as alias.'; # XXX don't propagate usage of *@target-domain.com for domain-aliasing any longer
130$PALANG['mailbox_alias_cant_be_deleted'] = 'This alias belongs to a mailbox and can\'t be deleted!';
131$PALANG['protected_alias_cant_be_deleted'] = 'The alias %s is protected and can only be deleted by a superadmin';
132$PALANG['alias_points_to_itself'] = 'Forward may not point to itself';
133
134$PALANG['pEdit_alias_welcome'] = 'Edit forwarding settings';
135$PALANG['pEdit_alias_help'] = 'Accepts multiple targets, one entry per line.';
136$PALANG['alias'] = 'Forward';
137$PALANG['to'] = 'To';
138$PALANG['pEdit_alias_goto_text_error1'] = 'You didn\'t enter anything at To';
139$PALANG['pEdit_alias_goto_text_error2'] = 'The email address that you have entered is not valid: ';
140$PALANG['pEdit_alias_domain_result_error'] = 'Unable to modify the alias domain!';
141$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.';
142$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.';
143$PALANG['pEdit_alias_result_error'] = 'Modifying the alias %s failed!';
144
145$PALANG['pCreate_mailbox_welcome'] = 'Create a new mailbox for your domain.';
146$PALANG['pCreate_mailbox_local_part_error'] = 'Should be the bit before the @ sign.';
147$PALANG['pCreate_mailbox_username_text_error1'] = 'The EMAIL is not valid!';
148$PALANG['pCreate_mailbox_username_text_error3'] = 'You have reached your limit to create mailboxes!';
149$PALANG['pCreate_mailbox_password_text'] = 'Password for POP3/IMAP';
150$PALANG['pCreate_mailbox_name_text'] = 'Full name';
151$PALANG['pCreate_mailbox_phone'] = 'Mobile phone';
152$PALANG['pCreate_mailbox_phone_desc'] = "Used to send a SMS if the password is forgotten";
153$PALANG['pCreate_mailbox_email'] = 'Other e-mail';
154$PALANG['pCreate_mailbox_email_desc'] = "Used if the password is forgotten";
155$PALANG['pCreate_mailbox_mail'] = 'Send Welcome mail';
156$PALANG['pCreate_mailbox_result_error'] = 'Creating the mailbox %s failed!';
157$PALANG['pCreate_mailbox_result_success'] = 'The mailbox %s has been added to the mailbox table.';
158$PALANG['pCreate_mailbox_result_succes_nosubfolders'] = 'The mailbox %s has been added to the mailbox table, but none (or only some) of the predefined sub-folders could be created.';
159$PALANG['mailbox_updated'] = "The mailbox %s has been updated.";
160$PALANG['mailbox_update_failed'] = "Updating the mailbox %s failed!";
161
162$PALANG['pEdit_mailbox_welcome'] = 'Edit a mailbox for your domain.';
163$PALANG['pEdit_mailbox_username'] = 'Username';
164$PALANG['pEdit_mailbox_password_text_error'] = 'The passwords that you supplied don\'t match!';
165$PALANG['pEdit_mailbox_quota'] = 'Quota';
166$PALANG['pEdit_mailbox_quota_text'] = 'MB';
167$PALANG['mb_max'] = 'MB (max: %s)';
168$PALANG['pEdit_mailbox_quota_text_error'] = 'The quota that you specified is too high!';
169$PALANG['pEdit_mailbox_domain_error'] = 'This domain is not yours: ';
170$PALANG['pEdit_mailbox_result_error'] = 'Unable to modify the mailbox!';
171
172$PALANG['pPassword_welcome'] = 'Change your login password.';
173$PALANG['pPassword_admin'] = 'Login';
174$PALANG['pPassword_password_current'] = 'Current Password';
175$PALANG['pPassword_password_current_text_error'] = 'You didn\'t supply your current password!';
176$PALANG['pPassword_password'] = 'New Password';
177$PALANG['pPassword_password2'] = 'New Password (again)';
178$PALANG['pPassword_password_text_error'] = 'The passwords that you supplied don\'t match or are empty!';
179$PALANG['change_password'] = 'Change Password';
180$PALANG['pPassword_result_error'] = 'Changing the password for %s failed!';
181$PALANG['pPassword_result_success'] = 'The password for %s has been changed.';
182
183$PALANG['pPassword_recovery_title'] = 'Follow the instructions to reset your password.';
184$PALANG['pPassword_recovery_button'] = 'Send me the code';
185$PALANG['pPassword_recovery_email_body'] = "Hello,\n\nUse the following link to change your email password :\n%s\n\nRegards,\n\n" . $CONF['admin_name'];
186$PALANG['pPassword_recovery_sms_body'] = "Hello,\nThe code to change your password is: %s\n" . $CONF['admin_name'];
187$PALANG['pPassword_recovery_processed'] = "We processed your request. If you entered a valid username, you'll receive an email/SMS with a password code.";
188$PALANG['pPassword_password_code'] = 'Code sent by email/SMS';
189$PALANG['pPassword_code_text_error'] = 'Invalid code';
190
191$PALANG['pEdit_vacation_set'] = 'Change / Set away message';
192$PALANG['pEdit_vacation_remove'] = 'Remove away message';
193
194$PALANG['pVacation_result_error'] = 'Updating the auto response settings for %s failed';
195$PALANG['pVacation_result_removed'] = 'Auto response for %s has been disabled!';
196$PALANG['pVacation_result_added'] = 'Auto response for %s has been enabled!';
197$PALANG['pVacation_reply_type'] = 'Choice of reply';
198$PALANG['pVacation_reply_delay_time'] = 'Interval time';
199$PALANG['pVacation_reply_delay_time_text'] = 'Time in seconds';
200$PALANG['pVacation_until_before_today'] = 'The Date of [Active until] is set  before Today';
201$PALANG['pVacation_until_before_from'] = 'The Date of [Active until] is set before [Active from]';
202$PALANG['reply_once'] = 'Reply once';
203$PALANG['reply_every_mail'] = 'Reply on every mail';
204$PALANG['reply_once_per_day'] = 'Reply once a day';
205$PALANG['reply_once_per_week'] = 'Reply once a week';
206
207$PALANG['pViewlog_welcome'] = 'View the last %s actions for ';
208$PALANG['pViewlog_welcome_all'] = 'View the last %s actions ';
209$PALANG['pViewlog_timestamp'] = 'Timestamp';
210$PALANG['pViewlog_action'] = 'Action';
211$PALANG['pViewlog_data'] = 'Data';
212
213$PALANG['pViewlog_action_create_domain'] = 'create domain';
214$PALANG['pViewlog_action_delete_domain'] = 'delete domain';
215$PALANG['pViewlog_action_edit_domain'] = 'edit domain';
216$PALANG['pViewlog_action_create_mailbox'] = 'create mailbox';
217$PALANG['pViewlog_action_delete_mailbox'] = 'delete mailbox';
218$PALANG['pViewlog_action_edit_mailbox'] = 'edit mailbox';
219$PALANG['pViewlog_action_edit_mailbox_state'] = 'edit mailbox active';
220$PALANG['pViewlog_action_create_alias'] = 'create alias';
221$PALANG['pViewlog_action_create_alias_domain'] = 'create alias domain';
222$PALANG['pViewlog_action_edit_alias_domain'] = 'edit alias domain';
223$PALANG['pViewlog_action_delete_alias'] = 'delete alias';
224$PALANG['pViewlog_action_delete_alias_domain'] = 'delete alias domain';
225$PALANG['pViewlog_action_edit_alias'] = 'edit alias';
226$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active';
227$PALANG['pViewlog_action_edit_alias_domain_state'] = 'edit alias domain active';
228$PALANG['pViewlog_action_edit_password'] = 'change password';
229$PALANG['pViewlog_action_create_admin'] = 'create admin';
230$PALANG['pViewlog_action_edit_admin'] = 'edit admin';
231$PALANG['pViewlog_action_delete_admin'] = 'delete admin';
232$PALANG['pViewlog_action_edit_vacation'] = 'edit vacation';
233$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job';
234$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job';
235$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job';
236
237$PALANG['pViewlog_result_error'] = 'Unable to find the logs!';
238
239$PALANG['pSendmail_welcome'] = 'Send an email.';
240$PALANG['from'] = 'From';
241$PALANG['pSendmail_to'] = 'To';
242$PALANG['pSendmail_to_text_error'] = 'To is empty or is not a valid email address!';
243$PALANG['subject'] = 'Subject';
244$PALANG['pSendmail_subject_text'] = 'Welcome';
245$PALANG['pSendmail_body'] = 'Body';
246$PALANG['pSendmail_button'] = 'Send Message';
247$PALANG['pSendmail_result_error'] = 'Unable to send email to %s!';
248$PALANG['pSendmail_result_success'] = 'Email sent to %s.';
249
250$PALANG['pAdminMenu_list_admin'] = 'Admin List';
251$PALANG['pAdminMenu_list_domain'] = 'Domain List';
252$PALANG['pAdminMenu_list_virtual'] = 'Virtual List';
253$PALANG['pAdminMenu_backup'] = 'Backup';
254$PALANG['pAdminMenu_create_domain_admins'] = 'Domain Admins';
255$PALANG['pAdminMenu_create_admin'] = 'New Admin';
256$PALANG['pAdminMenu_create_domain'] = 'New Domain';
257
258$PALANG['pAdminList_admin_count'] = 'Domains';
259
260$PALANG['description'] = 'Description';
261$PALANG['aliases'] = 'Forwards';
262$PALANG['pAdminList_domain_quota'] = 'Domain quota (MB)';
263$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
264$PALANG['last_modified'] = 'Last modified';
265
266
267$PALANG['pAdminCreate_domain_welcome'] = 'Add a new domain';
268$PALANG['pAdminCreate_domain_domain_text_error'] = 'The domain already exists!';
269$PALANG['domain_does_not_exist'] = 'This domain does not exist!';
270$PALANG['pAdminCreate_domain_domain_text_error2'] = 'The domain is invalid!';
271$PALANG['pAdminCreate_domain_defaultaliases'] = 'Add default mail aliases';
272$PALANG['pAdminCreate_domain_button'] = 'Add Domain';
273$PALANG['pAdminCreate_domain_result_error'] = 'Adding the domain %s failed!';
274$PALANG['pAdminCreate_domain_result_success'] = 'The domain %s has been added.';
275$PALANG['domain_updated'] = 'The domain %s has been updated.';
276
277$PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!';
278$PALANG['domain_postdel_failed'] = 'The domain postdeletion script failed, check the error log for details!';
279$PALANG['domain_postedit_failed'] = 'The domain postedit script failed, check the error log for details!';
280$PALANG['domain_postcreate_failed'] = 'The domain postcreate script failed, check the error log for details!';
281$PALANG['mailbox_postdel_failed'] = 'The mailbox postdeletion script failed, check the error log for details!';
282$PALANG['mailbox_postedit_failed'] = 'The mailbox postedit script failed, check the error log for details!';
283$PALANG['mailbox_postcreate_failed'] = 'The mailbox postcreate script failed, check the error log for details!';
284$PALANG['mailbox_postpassword_failed'] = 'The mailbox postpassword script failed, check the error log for details!';
285$PALANG['pAdminDelete_alias_domain_error'] = 'Unable to remove domain alias!';
286$PALANG['domain_conflict_vacation_domain'] = 'You can\'t use the vacation domain as mail domain!';
287
288$PALANG['pAdminEdit_domain_welcome'] = 'Edit a domain';
289$PALANG['pAdminEdit_domain_aliases_text'] = '-1 = disable | 0 = unlimited';
290$PALANG['pAdminEdit_domain_maxquota'] = 'Max Mailbox Quota'; # TODO: add change comment in translation - or drop and use pAdminCreate_domain_maxquota
291$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB | -1 = disable | 0 = unlimited';
292$PALANG['pAdminEdit_domain_quota'] = 'Domain Quota';
293$PALANG['transport'] = 'Transport';
294$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport';
295$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
296$PALANG['pAdminEdit_domain_result_error'] = 'Modifying the domain %s failed!';
297
298$PALANG['pAdminCreate_admin_welcome'] = 'Add a new domain admin';
299$PALANG['email_address'] = 'Email address';
300$PALANG['pAdminCreate_admin_username_text_error1'] = 'Admin is not a valid email address!';
301$PALANG['admin_already_exists'] = 'The admin already exists!';
302$PALANG['admin_does_not_exist'] = 'The admin does not exist!';
303$PALANG['pAdminCreate_admin_button'] = 'Add Admin';
304$PALANG['pAdminCreate_admin_result_error'] = 'Adding the admin %s failed!';
305$PALANG['pAdminCreate_admin_result_success'] = 'The admin %s has been added!';
306
307$PALANG['pAdminEdit_admin_welcome'] = 'Edit a domain admin';
308$PALANG['admin'] = 'Admin';
309$PALANG['password_again'] = 'Password (again)';
310$PALANG['super_admin'] = 'Super admin';
311$PALANG['super_admin_desc'] = 'Super admins have access to all domains, can manage domains and admin accounts.';
312$PALANG['pAdminEdit_admin_result_error'] = 'Modifying the admin %s failed!';
313$PALANG['pAdminEdit_admin_result_success'] = 'The admin %s has been modified.';
314
315$PALANG['pUsersLogin_welcome'] = 'Mailbox users login to change your password and aliases.';
316$PALANG['pUsersLogin_username_incorrect'] = 'Your login is not correct. Make sure that you login with your email address!';
317$PALANG['pUsersLogin_password_incorrect'] = 'Your password is not correct!';
318$PALANG['pUsersLogin_password_recover'] = 'I forgot my password';
319
320$PALANG['pUsersMenu_vacation'] = 'Auto Response';
321$PALANG['pUsersMenu_edit_alias'] = 'Change your forward';
322
323$PALANG['pUsersMain_vacation'] = 'Set an "out of office" message or auto responder for your mail.';
324$PALANG['pUsersMain_vacationSet'] = 'Auto Response is ON, click \'Auto Response\' to edit/remove';
325$PALANG['pUsersMain_edit_alias'] = 'Change your email forwarding.';
326$PALANG['pUsersMain_password'] = 'Change your current password.';
327
328$PALANG['pUsersVacation_welcome'] = 'Auto Response.';
329$PALANG['pUsersVacation_welcome_text'] = 'Auto response for %s is active!';
330$PALANG['pUsersVacation_subject_text'] = 'Out of Office';
331$PALANG['message'] = 'Message';
332$PALANG['pUsersVacation_body_text'] = <<<EOM
333I will be away from <date> until <date>.
334For urgent matters you can contact <contact person>.
335EOM;
336$PALANG['pUsersVacation_activefrom'] = 'Active from';
337$PALANG['pUsersVacation_activeuntil'] = 'Active until';
338
339
340$PALANG['pEdit_dbLog_editactive'] = 'change active state';
341
342$PALANG['pSearch'] = 'search';
343$PALANG['pSearch_welcome'] = 'Searching for: ';
344
345$PALANG['pReturn_to'] = 'Return to';
346
347$PALANG['pBroadcast_title'] = 'Send broadcast message';
348$PALANG['pBroadcast_name'] = 'Your name';
349$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.';
350$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message';
351$PALANG['pBroadcast_error_empty'] = 'The fields Name, Subject and Message shouldn\'t be empty!';
352$PALANG['broadcast_mailboxes_only'] = 'Only send to mailboxes';
353$PALANG['broadcast_to_domains'] = 'Send to domains:';
354
355$PALANG['pStatus_undeliverable'] = 'maybe UNDELIVERABLE ';
356$PALANG['pStatus_disabled'] = 'Account disabled ';
357$PALANG['pStatus_expired'] = 'Password expired ';
358$PALANG['pStatus_vacation'] = 'Vacation enabled ';
359
360$PALANG['pStatus_custom'] = 'Delivers to ';
361$PALANG['pStatus_popimap'] = 'POP/IMAP ';
362
363$PALANG['password_too_short'] = "Password is too short - requires %s characters";
364$PALANG['password_no_characters'] = "Your password must contain at least %s letters (A-Z, a-z).";
365$PALANG['password_no_digits'] = "Your password must contain at least %s digit(s).";
366$PALANG['pInvalidDomainRegex'] = "Invalid domain name %s, fails regexp check";
367$PALANG['pInvalidDomainDNS'] = "Invalid domain %s, and/or not discoverable in DNS";
368$PALANG['pInvalidMailRegex'] = "Invalid email address %s, fails regexp check";
369
370$PALANG['pFetchmail_welcome'] = 'Fetch mail for:';
371$PALANG['pFetchmail_new_entry'] = 'New entry';
372$PALANG['fetchmail_already_exists']         = 'This fetchmail job already exists!';
373$PALANG['fetchmail_does_not_exist']         = 'This fetchmail job does not exist!';
374$PALANG['pFetchmail_database_save_error'] = 'Could not save this entry in the database!';
375$PALANG['pFetchmail_database_save_success'] = 'Entry saved in database.';
376$PALANG['pFetchmail_error_invalid_id'] = 'No entry with ID %s found!';
377$PALANG['pFetchmail_invalid_mailbox'] = 'Invalid mailbox!';
378$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!';
379$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!';
380$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!';
381$PALANG['pFetchmail_field_id']              = 'ID';
382$PALANG['pFetchmail_field_mailbox']         = 'Mailbox';
383$PALANG['pFetchmail_field_src_server']      = 'Server';
384$PALANG['pFetchmail_field_src_port']        = 'Port';
385$PALANG['pFetchmail_field_src_auth']        = 'Auth Type';
386$PALANG['pFetchmail_field_src_user']        = 'User';
387$PALANG['pFetchmail_field_src_password']    = $PALANG['password']; # needed until fetchmail is migrated into FetchmailHandler
388$PALANG['pFetchmail_field_src_folder']      = 'Folder';
389$PALANG['pFetchmail_field_poll_time']       = 'Poll';
390$PALANG['pFetchmail_field_fetchall']        = 'Fetch All';
391$PALANG['pFetchmail_field_keep']            = 'Keep';
392$PALANG['pFetchmail_field_protocol']        = 'Protocol';
393$PALANG['pFetchmail_field_usessl']          = 'SSL active';
394$PALANG['pFetchmail_field_sslcertck']       = 'SSL certificate check';
395$PALANG['pFetchmail_field_sslcertpath']     = 'SSL path to certificates';
396$PALANG['pFetchmail_field_sslfingerprint']  = 'SSL fingerprint (md5)';
397$PALANG['pFetchmail_field_extra_options']   = 'Extra Options';
398$PALANG['pFetchmail_field_mda']             = 'MDA';
399$PALANG['pFetchmail_field_date']            = 'Date';
400$PALANG['pFetchmail_field_returned_text']   = 'Returned Text';
401$PALANG['pFetchmail_desc_id']               = 'Record ID';
402$PALANG['pFetchmail_desc_mailbox']          = 'Local mailbox';
403$PALANG['pFetchmail_desc_src_server']       = 'Remote Server';
404$PALANG['pFetchmail_desc_src_port']         = 'Remote port number, if a non-standard remote port is needed. (0: use default)';
405$PALANG['pFetchmail_desc_src_auth']         = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here
406$PALANG['pFetchmail_desc_src_user']         = 'Remote User';
407$PALANG['pFetchmail_desc_src_password']     = 'Remote Password';
408$PALANG['pFetchmail_desc_src_folder']       = 'Remote Folder';
409$PALANG['pFetchmail_desc_poll_time']        = 'Poll every ... minutes';
410$PALANG['pFetchmail_desc_fetchall']         = 'Retrieve  both old (seen) and new messages';
411$PALANG['pFetchmail_desc_keep']             = 'Keep retrieved messages on the remote mailserver';
412$PALANG['pFetchmail_desc_protocol']         = 'Protocol to use';
413$PALANG['pFetchmail_desc_usessl']           = 'SSL encryption';
414$PALANG['pFetchmail_desc_extra_options']    = 'Extra fetchmail Options';
415$PALANG['pFetchmail_desc_mda']              = 'Mail Delivery Agent';
416$PALANG['pFetchmail_desc_date']             = 'Date of last polling/configuration change';
417$PALANG['pFetchmail_desc_returned_text']    = 'Text message from last polling';
418
419$PALANG['dateformat_pgsql'] = 'YYYY-mm-dd'; # translators: rearrange to your local date format, but make sure it's a valid PostgreSQL date format
420$PALANG['dateformat_mysql'] = '%Y-%m-%d';   # translators: rearrange to your local date format, but make sure it's a valid MySQL date format
421$PALANG['password_expiration'] = 'Pass expires';
422$PALANG['password_expiration_desc'] = 'Date when password will expire';
423
424$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
425/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
426?>
427