SF.net SVN: postfixadmin: [330] trunk/DOCUMENTS/LANGUAGE.txt
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2008-04-11 22:53:28
|
Revision: 330 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=330&view=rev Author: christian_boltz Date: 2008-04-11 15:53:31 -0700 (Fri, 11 Apr 2008) Log Message: ----------- LANGUAGE.txt: - updated to explain the current translation method - removed superfluous list of new strings in 2.1 Modified Paths: -------------- trunk/DOCUMENTS/LANGUAGE.txt Modified: trunk/DOCUMENTS/LANGUAGE.txt =================================================================== --- trunk/DOCUMENTS/LANGUAGE.txt 2008-04-10 13:39:44 UTC (rev 329) +++ trunk/DOCUMENTS/LANGUAGE.txt 2008-04-11 22:53:31 UTC (rev 330) @@ -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: '; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |