0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

LANGUAGE.txt:

- updated to explain the current translation method
- removed superfluous list of new strings in 2.1


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@330 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Christian Boltz 2008-04-11 22:53:31 +00:00
parent 5b2bc3c475
commit 7f67a21243

View File

@ -5,42 +5,13 @@
# Licensed under GPL for more info check GPL-LICENSE.TXT # Licensed under GPL for more info check GPL-LICENSE.TXT
# #
READ THIS FIRST! If you want to contribute a translation, please follow these easy steps:
---------------- - download your language file from SVN
*** Unlimited and disable value have been changed *** http://postfixadmin.svn.sourceforge.net/viewvc/postfixadmin/trunk/languages/
If you are using any other language then english, please make sure that: - search for lines with '# XXX' comments and
-1 means disable - translate the line
0 means unlimited - 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: ';