diff --git a/DOCUMENTS/LANGUAGE.txt b/DOCUMENTS/LANGUAGE.txt index 862259b4..704773f5 100644 --- a/DOCUMENTS/LANGUAGE.txt +++ b/DOCUMENTS/LANGUAGE.txt @@ -5,42 +5,13 @@ # Licensed under GPL for more info check GPL-LICENSE.TXT # -READ THIS FIRST! ----------------- -*** Unlimited and disable value have been changed *** -If you are using any other language then english, please make sure that: - -1 means disable - 0 means unlimited +If you want to contribute a translation, please follow these easy steps: +- download your language file from SVN + http://postfixadmin.svn.sourceforge.net/viewvc/postfixadmin/trunk/languages/ +- search for lines with '# XXX' comments and + - translate the line + - remove the '# XXX' + Note: The file is utf-8 encoded. You can also use htmlentities. +- post your translation to the Sourceforge tracker + http://sourceforge.net/tracker/?group_id=191583&atid=937966 - -Additional Language Strings for Postfix Admin 2.1.0 ---------------------------------------------------- -$PALANG['check_update'] = 'Check for update'; - -$PALANG['pOverview_disabled'] = 'Disabled'; -$PALANG['pOverview_unlimited'] = 'Unlimited'; -$PALANG['pOverview_title'] = ':: Defined Domains'; -$PALANG['pOverview_up_arrow'] = 'Go Top'; -$PALANG['pOverview_right_arrow'] = 'Next Page'; -$PALANG['pOverview_left_arrow'] = 'Previous Page'; -$PALANG['pOverview_alias_title'] = ':: Alias'; -$PALANG['pOverview_mailbox_title'] = ':: Mailboxes'; - -$PALANG['pAdminList_domain_transport'] = 'Transport'; - -$PALANG['pAdminCreate_domain_transport'] = 'Transport'; -$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport'; - -$PALANG['pAdminEdit_domain_transport'] = 'Transport'; -$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport'; - -$PALANG['pCreate_dbLog_createmailbox'] = 'create mailbox'; -$PALANG['pCreate_dbLog_createalias'] = 'create alias'; -$PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; -$PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; - -$PALANG['pEdit_dbLog_editactive'] = 'change active state'; -$PALANG['pEdit_dbLog_editalias'] = 'edit alias'; -$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox'; - -$PALANG['pSearch_welcome'] = 'Searching for: ';