2 0fd75c45 2022-07-30 mischa # Postfix Admin
3 0fd75c45 2022-07-30 mischa # by Mischa Peters <mischa at high5 dot net>
4 0fd75c45 2022-07-30 mischa # Copyright (c) 2002 - 2005 High5!
5 0fd75c45 2022-07-30 mischa # License Info: http://www.postfixadmin.com/?file=LICENSE.TXT
8 0fd75c45 2022-07-30 mischa READ THIS FIRST!
9 0fd75c45 2022-07-30 mischa ----------------
10 0fd75c45 2022-07-30 mischa *** Unlimited and disable value have been changed ***
11 0fd75c45 2022-07-30 mischa If you are using any other language then english, please make sure that:
12 0fd75c45 2022-07-30 mischa -1 means disable
13 0fd75c45 2022-07-30 mischa 0 means unlimited
16 0fd75c45 2022-07-30 mischa Additional Language Strings for Postfix Admin 2.1.0
17 0fd75c45 2022-07-30 mischa ---------------------------------------------------
18 0fd75c45 2022-07-30 mischa $PALANG['check_update'] = 'Check for update';
20 0fd75c45 2022-07-30 mischa $PALANG['pOverview_disabled'] = 'Disabled';
21 0fd75c45 2022-07-30 mischa $PALANG['pOverview_unlimited'] = 'Unlimited';
22 0fd75c45 2022-07-30 mischa $PALANG['pOverview_title'] = ':: Defined Domains';
23 0fd75c45 2022-07-30 mischa $PALANG['pOverview_up_arrow'] = 'Go Top';
24 0fd75c45 2022-07-30 mischa $PALANG['pOverview_right_arrow'] = 'Next Page';
25 0fd75c45 2022-07-30 mischa $PALANG['pOverview_left_arrow'] = 'Previus Page';
26 0fd75c45 2022-07-30 mischa $PALANG['pOverview_alias_title'] = ':: Alias';
27 0fd75c45 2022-07-30 mischa $PALANG['pOverview_mailbox_title'] = ':: Mailboxes';
29 0fd75c45 2022-07-30 mischa $PALANG['pAdminList_domain_transport'] = 'Transport';
31 0fd75c45 2022-07-30 mischa $PALANG['pAdminCreate_domain_transport'] = 'Transport';
32 0fd75c45 2022-07-30 mischa $PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
34 0fd75c45 2022-07-30 mischa $PALANG['pAdminEdit_domain_transport'] = 'Transport';
35 0fd75c45 2022-07-30 mischa $PALANG['pAdminEdit_domain_transport_text'] = 'Define transport';
37 0fd75c45 2022-07-30 mischa $PALANG['pCreate_dbLog_createmailbox'] = 'create mailbox';
38 0fd75c45 2022-07-30 mischa $PALANG['pCreate_dbLog_createalias'] = 'create alias';
39 0fd75c45 2022-07-30 mischa $PALANG['pDelete_dbLog_deletealias'] = 'delete alias';
40 0fd75c45 2022-07-30 mischa $PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox';
42 0fd75c45 2022-07-30 mischa $PALANG['pEdit_dbLog_editactive'] = 'change active state';
43 0fd75c45 2022-07-30 mischa $PALANG['pEdit_dbLog_editalias'] = 'edit alias';
44 0fd75c45 2022-07-30 mischa $PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
46 0fd75c45 2022-07-30 mischa $PALANG['pSearch_welcome'] = 'Searching for: ';