You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

en.lang 22KB

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