Updating language files from Transifex

This commit is contained in:
Benjamin Sonntag 2012-10-31 12:46:40 +00:00
parent ddae3d2e97
commit a0bda9b67e
16 changed files with 1336 additions and 392 deletions

View File

@ -36,11 +36,10 @@ if ($mem->checkRight()) { ?>
<ul>
<li><a href="adm_list.php"><span style="color: red;"><?php __("Manage the Alternc accounts"); ?></span></a></li>
<li><a href="quotas_users.php?mode=4"><span style="color: red;"><?php __("User Quotas"); ?></span></a></li>
<?php if ($cuid == 2000) {
$llzstr="Switch debug ".($debug_alternc->status?"Off":"On"); ?>
<?php if ($cuid == 2000) { ?>
<li><a href="adm_panel.php"><span style="color: red;"><?php __("Admin Control Panel"); ?></span></a></li>
<li><a href="/alternc-sql/?server=2"><span style="color: red;"><?php __("General PhpMyAdmin"); ?></span></a></li>
<li><a href="alternc_debugme.php?enable=<?php echo $debug_alternc->status?"0":"1"; ?>"><span style="color: red;"><?php __("$llzstr"); ?></span></a></li>
<li><a href="alternc_debugme.php?enable=<?php echo $debug_alternc->status?"0":"1"; ?>"><span style="color: red;"><?php if ($debug_alternc->status) __("Switch debug Off"); else __("Switch debug On"); ?></span></a></li>
<?php } ?>
</ul>
</div>

View File

@ -1441,4 +1441,22 @@ class m_dom {
}
function default_domain_type() {
// This function is only used to allow translation of default domain types:
_("Locally hosted");
_("URL redirection");
_("IPv4 redirect");
_("Webmail access");
_("Squirrelmail Webmail access");
_("Roundcube Webmail access");
_("IPv6 redirect");
_("CNAME DNS entry");
_("TXT DNS entry");
_("MX DNS entry");
_("secondary MX DNS entry");
_("Default mail server");
_("Default backup mail server");
_("AlternC panel access");
}
} /* Class m_domains */

View File

@ -10,7 +10,7 @@ msgstr ""
"Project-Id-Version: AlternC, hosting control panel\n"
"Report-Msgid-Bugs-To: https://alternc.org/report/1\n"
"POT-Creation-Date: 2012-10-17 11:00+0200\n"
"PO-Revision-Date: 2012-10-31 10:55+0000\n"
"PO-Revision-Date: 2012-10-31 12:43+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: English <i18n@alternc.org>\n"
"MIME-Version: 1.0\n"
@ -161,7 +161,7 @@ msgstr "Passwört"
msgid "Create this new awstat account"
msgstr ""
#: ../admin/mman_list.php:103
#: ../admin/mman_list.php:104
msgid "Change password"
msgstr ""
@ -256,10 +256,10 @@ msgid "(with mailman)"
msgstr ""
#: ../admin/menu_mailman.php:32 ../admin/mman_add.php:34
#: ../admin/mman_list.php:41 ../admin/mman_passwd.php:37
#: ../admin/mman_passwd.php:45 ../admin/mman_url.php:38
#: ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:499
#: ../admin/mman_list.php:41 ../admin/mman_list.php:60
#: ../admin/mman_passwd.php:37 ../admin/mman_passwd.php:45
#: ../admin/mman_url.php:38 ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:535
msgid "Mailing lists"
msgstr ""
@ -340,39 +340,39 @@ msgid ""
"No domain is installed on your account, you cannot create any mailing list!"
msgstr ""
#: ../admin/mman_list.php:68
#: ../admin/mman_list.php:69
msgid "Create a list"
msgstr ""
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "Delete"
msgstr ""
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List Status"
msgstr ""
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List name"
msgstr ""
#: ../admin/mman_list.php:88
#: ../admin/mman_list.php:89
msgid "List is pending deletion, you can't do anything on it"
msgstr ""
#: ../admin/mman_list.php:99
#: ../admin/mman_list.php:100
msgid "List admin"
msgstr ""
#: ../admin/mman_list.php:100
#: ../admin/mman_list.php:101
msgid "Pending messages"
msgstr ""
#: ../admin/mman_list.php:104
#: ../admin/mman_list.php:105
msgid "Change url"
msgstr ""
#: ../admin/mman_list.php:112
#: ../admin/mman_list.php:113
msgid "Delete the checked lists"
msgstr ""
@ -418,87 +418,93 @@ msgstr ""
msgid "Change the url."
msgstr ""
#: ../class/m_mailman.php:36
#: ../class/m_mailman.php:42
msgid "This list already exist"
msgstr ""
#: ../class/m_mailman.php:37 ../class/m_mailman.php:135
#: ../class/m_mailman.php:307 ../class/m_mailman.php:407
#: ../class/m_mailman.php:432 ../class/m_mailman.php:452
#: ../class/m_mailman.php:43 ../class/m_mailman.php:141
#: ../class/m_mailman.php:343 ../class/m_mailman.php:443
#: ../class/m_mailman.php:468 ../class/m_mailman.php:488
msgid "This list does not exist"
msgstr ""
#: ../class/m_mailman.php:38
#: ../class/m_mailman.php:44
msgid "A fatal error happened when creating the list"
msgstr ""
#: ../class/m_mailman.php:39
#: ../class/m_mailman.php:45
msgid "A fatal error happened when deleting the list"
msgstr ""
#: ../class/m_mailman.php:40
#: ../class/m_mailman.php:46
msgid "A fatal error happened when changing the list password"
msgstr ""
#: ../class/m_mailman.php:41
#: ../class/m_mailman.php:47
msgid "A fatal error happened when getting the list url"
msgstr ""
#: ../class/m_mailman.php:62 ../class/m_mailman.php:352
#: ../class/m_mailman.php:383
#: ../class/m_mailman.php:68 ../class/m_mailman.php:388
#: ../class/m_mailman.php:419
msgid "No list defined yet"
msgstr ""
#: ../class/m_mailman.php:184
#: ../class/m_mailman.php:162
msgid ""
"Special mail address for Mailman mailing-lists. <a "
"href='mman_list.php'>Click here to manage it.</a>"
msgstr ""
#: ../class/m_mailman.php:217
#, php-format
msgid "The mailman address %s does not exists"
msgstr ""
#: ../class/m_mailman.php:207
#: ../class/m_mailman.php:240
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr ""
#: ../class/m_mailman.php:247
msgid "The email you entered is syntaxically incorrect"
msgstr ""
#: ../class/m_mailman.php:222
#: ../class/m_mailman.php:262
msgid "The login (left part of the @) is mandatory"
msgstr ""
#: ../class/m_mailman.php:226
#: ../class/m_mailman.php:266
msgid "The owner email and the password are mandatory"
msgstr ""
#: ../class/m_mailman.php:230
#: ../class/m_mailman.php:270
msgid "This email is incorrect"
msgstr ""
#: ../class/m_mailman.php:239
#: ../class/m_mailman.php:279
msgid "This domain does not exist."
msgstr ""
#: ../class/m_mailman.php:245
#: ../class/m_mailman.php:285
msgid ""
"A list with the same name already exist on the server. Please choose another"
" name."
msgstr ""
#: ../class/m_mailman.php:260
#: ../class/m_mailman.php:301
msgid ""
"This email address (or one of the list-subscribe, list-unsubscribe etc.) are"
" already used."
msgstr ""
#: ../class/m_mailman.php:289
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr ""
#: ../class/m_mailman.php:311
#: ../class/m_mailman.php:347
msgid "This list has pending action, you cannot delete it"
msgstr ""
#: ../class/m_mailman.php:411
#: ../class/m_mailman.php:447
msgid "The passwords are differents, please try again"
msgstr ""
#: ../class/m_mailman.php:466
#: ../class/m_mailman.php:502
msgid "Mailing lists (mailman)"
msgstr ""
@ -1457,7 +1463,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr ""
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr ""
@ -3054,10 +3060,18 @@ msgstr ""
msgid "User Quotas"
msgstr ""
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr ""
@ -3940,6 +3954,62 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr ""
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr ""
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr ""
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr ""
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr ""
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr ""
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr "err_"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: alternc\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-10-31 11:38+0100\n"
"POT-Creation-Date: 2012-10-31 13:43+0100\n"
"PO-Revision-Date: 2004-02-14 19:53-0400\n"
"Last-Translator: Bruno Marmier <bruno@marmier.net>\n"
"Language-Team: Espagnol <i18n@alternc.org>\n"
@ -1088,7 +1088,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr ""
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr ""
@ -2702,10 +2702,18 @@ msgstr ""
msgid "User Quotas"
msgstr "Quotas"
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr ""
@ -3599,6 +3607,62 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr ""
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr ""
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr ""
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr ""
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr ""
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr ""
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr "err_"

View File

@ -162,7 +162,7 @@ msgstr ""
msgid "Create this new awstat account"
msgstr "Create those statistics"
#: ../admin/mman_list.php:103
#: ../admin/mman_list.php:104
msgid "Change password"
msgstr "Change password"
@ -259,10 +259,10 @@ msgid "(with mailman)"
msgstr "(with mailman)"
#: ../admin/menu_mailman.php:32 ../admin/mman_add.php:34
#: ../admin/mman_list.php:41 ../admin/mman_passwd.php:37
#: ../admin/mman_passwd.php:45 ../admin/mman_url.php:38
#: ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:499
#: ../admin/mman_list.php:41 ../admin/mman_list.php:60
#: ../admin/mman_passwd.php:37 ../admin/mman_passwd.php:45
#: ../admin/mman_url.php:38 ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:535
msgid "Mailing lists"
msgstr "Mailing lists"
@ -351,41 +351,41 @@ msgid ""
msgstr ""
"No domain is installed on your account, you cannot create any mailing list!"
#: ../admin/mman_list.php:68
#: ../admin/mman_list.php:69
msgid "Create a list"
msgstr "Create a list"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "Delete"
msgstr "Delete"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
#, fuzzy
msgid "List Status"
msgstr "List name"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List name"
msgstr "List name"
#: ../admin/mman_list.php:88
#: ../admin/mman_list.php:89
msgid "List is pending deletion, you can't do anything on it"
msgstr ""
#: ../admin/mman_list.php:99
#: ../admin/mman_list.php:100
msgid "List admin"
msgstr "List admin"
#: ../admin/mman_list.php:100
#: ../admin/mman_list.php:101
msgid "Pending messages"
msgstr "Pending messages"
#: ../admin/mman_list.php:104
#: ../admin/mman_list.php:105
#, fuzzy
msgid "Change url"
msgstr "Change password"
#: ../admin/mman_list.php:112
#: ../admin/mman_list.php:113
msgid "Delete the checked lists"
msgstr "Delete the checked lists"
@ -433,89 +433,95 @@ msgstr ""
msgid "Change the url."
msgstr "Change the password."
#: ../class/m_mailman.php:36
#: ../class/m_mailman.php:42
msgid "This list already exist"
msgstr ""
#: ../class/m_mailman.php:37 ../class/m_mailman.php:135
#: ../class/m_mailman.php:307 ../class/m_mailman.php:407
#: ../class/m_mailman.php:432 ../class/m_mailman.php:452
#: ../class/m_mailman.php:43 ../class/m_mailman.php:141
#: ../class/m_mailman.php:343 ../class/m_mailman.php:443
#: ../class/m_mailman.php:468 ../class/m_mailman.php:488
msgid "This list does not exist"
msgstr ""
#: ../class/m_mailman.php:38
#: ../class/m_mailman.php:44
msgid "A fatal error happened when creating the list"
msgstr ""
#: ../class/m_mailman.php:39
#: ../class/m_mailman.php:45
msgid "A fatal error happened when deleting the list"
msgstr ""
#: ../class/m_mailman.php:40
#: ../class/m_mailman.php:46
msgid "A fatal error happened when changing the list password"
msgstr ""
#: ../class/m_mailman.php:41
#: ../class/m_mailman.php:47
msgid "A fatal error happened when getting the list url"
msgstr ""
#: ../class/m_mailman.php:62 ../class/m_mailman.php:352
#: ../class/m_mailman.php:383
#: ../class/m_mailman.php:68 ../class/m_mailman.php:388
#: ../class/m_mailman.php:419
msgid "No list defined yet"
msgstr ""
#: ../class/m_mailman.php:184
#: ../class/m_mailman.php:162
msgid ""
"Special mail address for Mailman mailing-lists. <a href='mman_list."
"php'>Click here to manage it.</a>"
msgstr ""
#: ../class/m_mailman.php:217
#, php-format
msgid "The mailman address %s does not exists"
msgstr ""
#: ../class/m_mailman.php:207
msgid "The email you entered is syntaxically incorrect"
msgstr ""
#: ../class/m_mailman.php:222
msgid "The login (left part of the @) is mandatory"
msgstr ""
#: ../class/m_mailman.php:226
msgid "The owner email and the password are mandatory"
msgstr ""
#: ../class/m_mailman.php:230
msgid "This email is incorrect"
msgstr ""
#: ../class/m_mailman.php:239
msgid "This domain does not exist."
msgstr ""
#: ../class/m_mailman.php:245
msgid ""
"A list with the same name already exist on the server. Please choose another "
"name."
msgstr ""
#: ../class/m_mailman.php:260
msgid ""
"This email address (or one of the list-subscribe, list-unsubscribe etc.) are "
"already used."
msgstr ""
#: ../class/m_mailman.php:289
#: ../class/m_mailman.php:240
#, fuzzy
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr ""
"No domain is installed on your account, you cannot create any mailing list!"
#: ../class/m_mailman.php:311
#: ../class/m_mailman.php:247
msgid "The email you entered is syntaxically incorrect"
msgstr ""
#: ../class/m_mailman.php:262
msgid "The login (left part of the @) is mandatory"
msgstr ""
#: ../class/m_mailman.php:266
msgid "The owner email and the password are mandatory"
msgstr ""
#: ../class/m_mailman.php:270
msgid "This email is incorrect"
msgstr ""
#: ../class/m_mailman.php:279
msgid "This domain does not exist."
msgstr ""
#: ../class/m_mailman.php:285
msgid ""
"A list with the same name already exist on the server. Please choose another "
"name."
msgstr ""
#: ../class/m_mailman.php:301
msgid ""
"This email address (or one of the list-subscribe, list-unsubscribe etc.) are "
"already used."
msgstr ""
#: ../class/m_mailman.php:347
msgid "This list has pending action, you cannot delete it"
msgstr ""
#: ../class/m_mailman.php:411
#: ../class/m_mailman.php:447
msgid "The passwords are differents, please try again"
msgstr ""
#: ../class/m_mailman.php:466
#: ../class/m_mailman.php:502
#, fuzzy
msgid "Mailing lists (mailman)"
msgstr "Mailing lists"
@ -1478,7 +1484,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr ""
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr ""
@ -3087,10 +3093,18 @@ msgstr ""
msgid "User Quotas"
msgstr ""
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr ""
@ -3972,6 +3986,62 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr ""
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr ""
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr ""
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr ""
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr ""
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr ""
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr ""

View File

@ -7,7 +7,7 @@ msgstr ""
"Project-Id-Version: $Id: admin.po,v 1.10 2004/11/01 15:55:44 anonymous Exp "
"$\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-10-31 11:38+0100\n"
"POT-Creation-Date: 2012-10-31 13:43+0100\n"
"PO-Revision-Date: 2002-06-16 13:50CEST\n"
"Last-Translator: Benjamin Sonntag <benjamin@alternc.org>\n"
"Language-Team: French <i18n@alternc.org>\n"
@ -1085,7 +1085,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr ""
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr ""
@ -2703,10 +2703,18 @@ msgstr ""
msgid "User Quotas"
msgstr ""
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr ""
@ -3592,6 +3600,62 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr ""
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr ""
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr ""
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr ""
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr ""
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr ""
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr ""

View File

@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: AlternC, hosting control panel\n"
"Report-Msgid-Bugs-To: https://alternc.org/report/1\n"
"POT-Creation-Date: 2012-10-17 11:00+0200\n"
"PO-Revision-Date: 2012-10-31 10:55+0000\n"
"PO-Revision-Date: 2012-10-31 12:43+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: English <i18n@alternc.org>\n"
"MIME-Version: 1.0\n"
@ -162,7 +162,7 @@ msgstr "Contraseña"
msgid "Create this new awstat account"
msgstr ""
#: ../admin/mman_list.php:103
#: ../admin/mman_list.php:104
msgid "Change password"
msgstr ""
@ -257,10 +257,10 @@ msgid "(with mailman)"
msgstr "(con mailman)"
#: ../admin/menu_mailman.php:32 ../admin/mman_add.php:34
#: ../admin/mman_list.php:41 ../admin/mman_passwd.php:37
#: ../admin/mman_passwd.php:45 ../admin/mman_url.php:38
#: ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:499
#: ../admin/mman_list.php:41 ../admin/mman_list.php:60
#: ../admin/mman_passwd.php:37 ../admin/mman_passwd.php:45
#: ../admin/mman_url.php:38 ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:535
msgid "Mailing lists"
msgstr "Listas de correo"
@ -341,39 +341,39 @@ msgid ""
"No domain is installed on your account, you cannot create any mailing list!"
msgstr "No hay dominios instalados en tu cuenta, ¡no puedes crear una lista de correo!"
#: ../admin/mman_list.php:68
#: ../admin/mman_list.php:69
msgid "Create a list"
msgstr "Crear una lista"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "Delete"
msgstr "Borrar"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List Status"
msgstr ""
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List name"
msgstr "Nombre de la lista"
#: ../admin/mman_list.php:88
#: ../admin/mman_list.php:89
msgid "List is pending deletion, you can't do anything on it"
msgstr ""
#: ../admin/mman_list.php:99
#: ../admin/mman_list.php:100
msgid "List admin"
msgstr "Administración de la lista"
#: ../admin/mman_list.php:100
#: ../admin/mman_list.php:101
msgid "Pending messages"
msgstr "Mensajes pendientes"
#: ../admin/mman_list.php:104
#: ../admin/mman_list.php:105
msgid "Change url"
msgstr ""
#: ../admin/mman_list.php:112
#: ../admin/mman_list.php:113
msgid "Delete the checked lists"
msgstr "Borrar las listas marcadas"
@ -419,87 +419,93 @@ msgstr ""
msgid "Change the url."
msgstr ""
#: ../class/m_mailman.php:36
#: ../class/m_mailman.php:42
msgid "This list already exist"
msgstr ""
#: ../class/m_mailman.php:37 ../class/m_mailman.php:135
#: ../class/m_mailman.php:307 ../class/m_mailman.php:407
#: ../class/m_mailman.php:432 ../class/m_mailman.php:452
#: ../class/m_mailman.php:43 ../class/m_mailman.php:141
#: ../class/m_mailman.php:343 ../class/m_mailman.php:443
#: ../class/m_mailman.php:468 ../class/m_mailman.php:488
msgid "This list does not exist"
msgstr ""
#: ../class/m_mailman.php:38
#: ../class/m_mailman.php:44
msgid "A fatal error happened when creating the list"
msgstr ""
#: ../class/m_mailman.php:39
#: ../class/m_mailman.php:45
msgid "A fatal error happened when deleting the list"
msgstr ""
#: ../class/m_mailman.php:40
#: ../class/m_mailman.php:46
msgid "A fatal error happened when changing the list password"
msgstr ""
#: ../class/m_mailman.php:41
#: ../class/m_mailman.php:47
msgid "A fatal error happened when getting the list url"
msgstr ""
#: ../class/m_mailman.php:62 ../class/m_mailman.php:352
#: ../class/m_mailman.php:383
#: ../class/m_mailman.php:68 ../class/m_mailman.php:388
#: ../class/m_mailman.php:419
msgid "No list defined yet"
msgstr ""
#: ../class/m_mailman.php:184
#: ../class/m_mailman.php:162
msgid ""
"Special mail address for Mailman mailing-lists. <a "
"href='mman_list.php'>Click here to manage it.</a>"
msgstr ""
#: ../class/m_mailman.php:217
#, php-format
msgid "The mailman address %s does not exists"
msgstr ""
#: ../class/m_mailman.php:207
#: ../class/m_mailman.php:240
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr ""
#: ../class/m_mailman.php:247
msgid "The email you entered is syntaxically incorrect"
msgstr ""
#: ../class/m_mailman.php:222
#: ../class/m_mailman.php:262
msgid "The login (left part of the @) is mandatory"
msgstr ""
#: ../class/m_mailman.php:226
#: ../class/m_mailman.php:266
msgid "The owner email and the password are mandatory"
msgstr ""
#: ../class/m_mailman.php:230
#: ../class/m_mailman.php:270
msgid "This email is incorrect"
msgstr ""
#: ../class/m_mailman.php:239
#: ../class/m_mailman.php:279
msgid "This domain does not exist."
msgstr ""
#: ../class/m_mailman.php:245
#: ../class/m_mailman.php:285
msgid ""
"A list with the same name already exist on the server. Please choose another"
" name."
msgstr ""
#: ../class/m_mailman.php:260
#: ../class/m_mailman.php:301
msgid ""
"This email address (or one of the list-subscribe, list-unsubscribe etc.) are"
" already used."
msgstr ""
#: ../class/m_mailman.php:289
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr ""
#: ../class/m_mailman.php:311
#: ../class/m_mailman.php:347
msgid "This list has pending action, you cannot delete it"
msgstr ""
#: ../class/m_mailman.php:411
#: ../class/m_mailman.php:447
msgid "The passwords are differents, please try again"
msgstr ""
#: ../class/m_mailman.php:466
#: ../class/m_mailman.php:502
msgid "Mailing lists (mailman)"
msgstr ""
@ -1458,7 +1464,7 @@ msgstr "Si quieres autorizar un nuevo servidor a sincronizar la lista de dominio
msgid "Add this account to the allowed list"
msgstr "Añadir esta cuenta a la lista de aquellas autorizadas."
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr "Panel Administrador"
@ -3055,10 +3061,18 @@ msgstr ""
msgid "User Quotas"
msgstr ""
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr "Salir"
@ -3941,6 +3955,62 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr ""
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr ""
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr ""
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr ""
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr ""
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr ""
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr "err_"

View File

@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-10-31 11:38+0100\n"
"POT-Creation-Date: 2012-10-31 13:43+0100\n"
"PO-Revision-Date: 2008-09-05 16:50+0200\n"
"Last-Translator: \n"
"Language-Team: <tech@alternc.org>\n"
@ -1163,7 +1163,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr "Añadir esta cuenta a la lista de aquellas autorizadas."
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr "Panel Administrador"
@ -2906,11 +2906,19 @@ msgstr "Cambiar la dirección de correo de la cuenta"
msgid "User Quotas"
msgstr "Cuotas"
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
#, fuzzy
msgid "General PhpMyAdmin"
msgstr "Admin SQL general"
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr "Salir"
@ -3863,6 +3871,68 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
#, fuzzy
msgid "Locally hosted"
msgstr "Administrar localmente"
#: ../class/m_dom.php:1447
#, fuzzy
msgid "URL redirection"
msgstr "Dirigir hacia una URL"
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr "Acceso Webmail"
#: ../class/m_dom.php:1450
#, fuzzy
msgid "Squirrelmail Webmail access"
msgstr "Acceso Webmail"
#: ../class/m_dom.php:1451
#, fuzzy
msgid "Roundcube Webmail access"
msgstr "Acceso Webmail"
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
#, fuzzy
msgid "Default mail server"
msgstr "Valores por omisión"
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
#, fuzzy
msgid "AlternC panel access"
msgstr "Lista de cuentas FTP"
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr "err_"
@ -4530,10 +4600,6 @@ msgstr "Archivo Real Media"
#~ msgid "Local mailbox"
#~ msgstr "Nueva dirección"
#, fuzzy
#~ msgid "Redirection"
#~ msgstr "Dirigir hacia una URL"
#~ msgid "Add a mail to the domain %s"
#~ msgstr "Añadir una cuenta de correo para el dominio %s"
@ -4719,12 +4785,6 @@ msgstr "Archivo Real Media"
#~ msgid "Add a subdomain"
#~ msgstr "Añadir un subdominio"
#~ msgid "Locally managed"
#~ msgstr "Administrar localmente"
#~ msgid "Webmail access"
#~ msgstr "Acceso Webmail"
#~ msgid "DNS parameters"
#~ msgstr "Parámetros DNS"

View File

@ -12,7 +12,7 @@ msgstr ""
"Project-Id-Version: AlternC, hosting control panel\n"
"Report-Msgid-Bugs-To: https://alternc.org/report/1\n"
"POT-Creation-Date: 2012-10-17 11:00+0200\n"
"PO-Revision-Date: 2012-10-31 10:55+0000\n"
"PO-Revision-Date: 2012-10-31 12:46+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: English <i18n@alternc.org>\n"
"MIME-Version: 1.0\n"
@ -163,7 +163,7 @@ msgstr "Mot de passe"
msgid "Create this new awstat account"
msgstr "Créer cet utilisateur"
#: ../admin/mman_list.php:103
#: ../admin/mman_list.php:104
msgid "Change password"
msgstr "Changer le mot de passe"
@ -258,10 +258,10 @@ msgid "(with mailman)"
msgstr "(avec mailman)"
#: ../admin/menu_mailman.php:32 ../admin/mman_add.php:34
#: ../admin/mman_list.php:41 ../admin/mman_passwd.php:37
#: ../admin/mman_passwd.php:45 ../admin/mman_url.php:38
#: ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:499
#: ../admin/mman_list.php:41 ../admin/mman_list.php:60
#: ../admin/mman_passwd.php:37 ../admin/mman_passwd.php:45
#: ../admin/mman_url.php:38 ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:535
msgid "Mailing lists"
msgstr "Listes de discussion"
@ -342,39 +342,39 @@ msgid ""
"No domain is installed on your account, you cannot create any mailing list!"
msgstr "Aucun domaine n'est installé sur votre compte, vous ne pouvez pas créer de listes !"
#: ../admin/mman_list.php:68
#: ../admin/mman_list.php:69
msgid "Create a list"
msgstr "Créer une nouvelle liste"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "Delete"
msgstr "Effacer"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List Status"
msgstr "État de la liste"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List name"
msgstr "Nom de la liste"
#: ../admin/mman_list.php:88
#: ../admin/mman_list.php:89
msgid "List is pending deletion, you can't do anything on it"
msgstr "La liste est en cours de suppression, aucune action possible."
#: ../admin/mman_list.php:99
#: ../admin/mman_list.php:100
msgid "List admin"
msgstr "Administration"
#: ../admin/mman_list.php:100
#: ../admin/mman_list.php:101
msgid "Pending messages"
msgstr "Messages en attente"
#: ../admin/mman_list.php:104
#: ../admin/mman_list.php:105
msgid "Change url"
msgstr "Changer l'adresse"
#: ../admin/mman_list.php:112
#: ../admin/mman_list.php:113
msgid "Delete the checked lists"
msgstr "Effacer les listes cochées"
@ -420,87 +420,93 @@ msgstr "Nouvelle adresse de la liste"
msgid "Change the url."
msgstr "Modifier l'adresse."
#: ../class/m_mailman.php:36
#: ../class/m_mailman.php:42
msgid "This list already exist"
msgstr "la liste existe déjà"
#: ../class/m_mailman.php:37 ../class/m_mailman.php:135
#: ../class/m_mailman.php:307 ../class/m_mailman.php:407
#: ../class/m_mailman.php:432 ../class/m_mailman.php:452
#: ../class/m_mailman.php:43 ../class/m_mailman.php:141
#: ../class/m_mailman.php:343 ../class/m_mailman.php:443
#: ../class/m_mailman.php:468 ../class/m_mailman.php:488
msgid "This list does not exist"
msgstr "La liste n'existe pas"
#: ../class/m_mailman.php:38
#: ../class/m_mailman.php:44
msgid "A fatal error happened when creating the list"
msgstr "Il y a eu une erreur critique durant la création de la liste"
#: ../class/m_mailman.php:39
#: ../class/m_mailman.php:45
msgid "A fatal error happened when deleting the list"
msgstr "Il y a eu une erreur critique durant la suppression de la liste"
#: ../class/m_mailman.php:40
#: ../class/m_mailman.php:46
msgid "A fatal error happened when changing the list password"
msgstr "Une erreur critique est survenue pendant le changement du mot de passe de la liste"
#: ../class/m_mailman.php:41
#: ../class/m_mailman.php:47
msgid "A fatal error happened when getting the list url"
msgstr "Une erreur critique est survenue pendant la récupération de l'URL de la liste"
#: ../class/m_mailman.php:62 ../class/m_mailman.php:352
#: ../class/m_mailman.php:383
#: ../class/m_mailman.php:68 ../class/m_mailman.php:388
#: ../class/m_mailman.php:419
msgid "No list defined yet"
msgstr "Pas de liste définie"
#: ../class/m_mailman.php:184
#: ../class/m_mailman.php:162
msgid ""
"Special mail address for Mailman mailing-lists. <a "
"href='mman_list.php'>Click here to manage it.</a>"
msgstr "Adresse Email spéciale pour gérer les listes Mailman <a href='mman_list.php'>Cliquez ici pour la gérer.</a>"
#: ../class/m_mailman.php:217
#, php-format
msgid "The mailman address %s does not exists"
msgstr "L'adresse Mailman %s n'existe pas"
#: ../class/m_mailman.php:207
#: ../class/m_mailman.php:240
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr "Votre quota de listes est atteint, vous ne pouvez plus créer de listes de discussion."
#: ../class/m_mailman.php:247
msgid "The email you entered is syntaxically incorrect"
msgstr "Le mail que vous avez saisi est syntaxiquement incorrect"
#: ../class/m_mailman.php:222
#: ../class/m_mailman.php:262
msgid "The login (left part of the @) is mandatory"
msgstr "La partie gauche de l'@ sur une adresse mail est obligatoire."
#: ../class/m_mailman.php:226
#: ../class/m_mailman.php:266
msgid "The owner email and the password are mandatory"
msgstr "Le mail est le mot de passe sont obligatoire"
#: ../class/m_mailman.php:230
#: ../class/m_mailman.php:270
msgid "This email is incorrect"
msgstr "Le mail est incorrect"
#: ../class/m_mailman.php:239
#: ../class/m_mailman.php:279
msgid "This domain does not exist."
msgstr "Ce domaine n'existe pas"
#: ../class/m_mailman.php:245
#: ../class/m_mailman.php:285
msgid ""
"A list with the same name already exist on the server. Please choose another"
" name."
msgstr "Une liste du même nom existe déjà sur le serveur. Veuillez choisir un autre nom."
#: ../class/m_mailman.php:260
#: ../class/m_mailman.php:301
msgid ""
"This email address (or one of the list-subscribe, list-unsubscribe etc.) are"
" already used."
msgstr "Ce mail (ou l'un des mails nécessaire tel que list-subscribe, list-unsubscribe, ...) existe déjà "
#: ../class/m_mailman.php:289
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr "Votre quota de listes est atteint, vous ne pouvez plus créer de listes de discussion."
#: ../class/m_mailman.php:311
#: ../class/m_mailman.php:347
msgid "This list has pending action, you cannot delete it"
msgstr "Cette liste a des actions en cours, vous ne pouvez pas la supprimer"
#: ../class/m_mailman.php:411
#: ../class/m_mailman.php:447
msgid "The passwords are differents, please try again"
msgstr "Les mots de passe ne correspondent pas, merci de ré-essayer"
#: ../class/m_mailman.php:466
#: ../class/m_mailman.php:502
msgid "Mailing lists (mailman)"
msgstr "Listes de discussion (mailman)"
@ -1459,7 +1465,7 @@ msgstr "Si vous voulez autoriser un compte à synchroniser la liste des domaines
msgid "Add this account to the allowed list"
msgstr "Ajouter ce compte à la liste des autorisés."
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr "Panneau Administrateur"
@ -2780,14 +2786,14 @@ msgstr "Port : "
#: ../admin/mail_list.php:247 ../admin/mail_list.php:257
#: ../admin/mail_list.php:267
msgid "Authentication: "
msgstr "Autentification : "
msgstr "Authentification : "
#: ../admin/mail_list.php:205 ../admin/mail_list.php:215
#: ../admin/mail_list.php:225 ../admin/mail_list.php:238
#: ../admin/mail_list.php:248 ../admin/mail_list.php:258
#: ../admin/mail_list.php:268
msgid "Authentication method: "
msgstr "Méthode d'autentification : "
msgstr "Méthode d'authentification : "
#: ../admin/mail_list.php:205 ../admin/mail_list.php:238
#: ../admin/mail_list.php:248 ../admin/mail_list.php:258
@ -3056,10 +3062,18 @@ msgstr "Gérer les comptes AlternC"
msgid "User Quotas"
msgstr "Quotas Utilisateurs"
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr "PhpMyAdmin Général"
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr "Désactiver le débogage"
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr "Activer le débogage"
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr "Se déconnecter"
@ -3942,6 +3956,62 @@ msgstr "Ce compte esclave existe déjà "
msgid "--- Program error --- Lock already obtained!"
msgstr "-- Erreur du programme -- Verrou déjà obtenu !"
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr "Géré en local"
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr "Redirection vers une URL"
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr "Redirection vers une IPv4"
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr "Accès au webmail"
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr "Accès au webmail Squirrelmail"
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr "Accès au webmail Roundcube"
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr "Redirection vers une IPv6"
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr "Entrée DNS CNAME"
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr "Entrée DNS TXT"
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr "Entrée DNS M"
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr "Entrée DNS MX secondaire"
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr "Serveur de mail par défaut"
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr "Serveur de mail de secours"
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr "Accès au panneau de contrôle AlternC"
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr "err_"

View File

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: $Id: admin.po,v 1.10 2004/11/01 15:55:44 anonymous Exp "
"$\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-10-31 11:38+0100\n"
"POT-Creation-Date: 2012-10-31 13:43+0100\n"
"PO-Revision-Date: 2012-10-17 09:52+0200\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: français <team@alternc.org>\n"
@ -1145,7 +1145,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr "Ajouter ce compte à la liste des autorisés."
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr "Panneau Administrateur"
@ -2856,10 +2856,18 @@ msgstr "Gérer les comptes AlternC"
msgid "User Quotas"
msgstr "Quotas Utilisateurs"
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr "PhpMyAdmin Général"
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr "Se déconnecter"
@ -3797,6 +3805,72 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
#, fuzzy
msgid "Locally hosted"
msgstr "Non géré"
#: ../class/m_dom.php:1447
#, fuzzy
msgid "URL redirection"
msgstr "Redirection vers l'URL : "
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
#, fuzzy
msgid "Webmail access"
msgstr "Accès au webmail"
#: ../class/m_dom.php:1450
#, fuzzy
msgid "Squirrelmail Webmail access"
msgstr "Accès au webmail"
#: ../class/m_dom.php:1451
#, fuzzy
msgid "Roundcube Webmail access"
msgstr "Accès au webmail"
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
#, fuzzy
msgid "TXT DNS entry"
msgstr "Crée seulement l'entrée DNS"
#: ../class/m_dom.php:1455
#, fuzzy
msgid "MX DNS entry"
msgstr "Crée seulement l'entrée DNS"
#: ../class/m_dom.php:1456
#, fuzzy
msgid "secondary MX DNS entry"
msgstr "Crée seulement l'entrée DNS"
#: ../class/m_dom.php:1457
#, fuzzy
msgid "Default mail server"
msgstr "Valeur par défaut"
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
#, fuzzy
msgid "AlternC panel access"
msgstr "Accès à AlternC"
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr "err_"
@ -4502,10 +4576,6 @@ msgstr "Fichier Real Media"
#~ msgid "Local mailbox"
#~ msgstr "Nouvelle adresse email"
#, fuzzy
#~ msgid "Redirection"
#~ msgstr "Redirection vers l'URL : "
#~ msgid "ctrl+click or shift+click and drag to resize the editing zone"
#~ msgstr ""
#~ "ctrl+clic ou shift+clic et déplacer pour redimensionner la zone d'édition"
@ -4699,14 +4769,6 @@ msgstr "Fichier Real Media"
#~ msgid "Add a subdomain"
#~ msgstr "Ajouter un sous-domaine"
#, fuzzy
#~ msgid "Locally managed"
#~ msgstr "Non géré"
#, fuzzy
#~ msgid "Webmail access"
#~ msgstr "Accès au webmail"
#~ msgid "DNS parameters"
#~ msgstr "Paramètres DNS"

View File

@ -854,10 +854,10 @@ msgid "(with mailman)"
msgstr ""
#: ../admin/menu_mailman.php:32 ../admin/mman_add.php:34
#: ../admin/mman_list.php:41 ../admin/mman_passwd.php:37
#: ../admin/mman_passwd.php:45 ../admin/mman_url.php:38
#: ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:499
#: ../admin/mman_list.php:41 ../admin/mman_list.php:60
#: ../admin/mman_passwd.php:37 ../admin/mman_passwd.php:45
#: ../admin/mman_url.php:38 ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:535
msgid "Mailing lists"
msgstr ""
@ -938,39 +938,39 @@ msgid ""
"No domain is installed on your account, you cannot create any mailing list!"
msgstr ""
#: ../admin/mman_list.php:68
#: ../admin/mman_list.php:69
msgid "Create a list"
msgstr ""
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "Delete"
msgstr ""
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List Status"
msgstr ""
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List name"
msgstr ""
#: ../admin/mman_list.php:88
#: ../admin/mman_list.php:89
msgid "List is pending deletion, you can't do anything on it"
msgstr ""
#: ../admin/mman_list.php:99
#: ../admin/mman_list.php:100
msgid "List admin"
msgstr ""
#: ../admin/mman_list.php:100
#: ../admin/mman_list.php:101
msgid "Pending messages"
msgstr ""
#: ../admin/mman_list.php:104
#: ../admin/mman_list.php:105
msgid "Change url"
msgstr ""
#: ../admin/mman_list.php:112
#: ../admin/mman_list.php:113
msgid "Delete the checked lists"
msgstr ""
@ -1016,87 +1016,93 @@ msgstr ""
msgid "Change the url."
msgstr ""
#: ../class/m_mailman.php:36
#: ../class/m_mailman.php:42
msgid "This list already exist"
msgstr ""
#: ../class/m_mailman.php:37 ../class/m_mailman.php:135
#: ../class/m_mailman.php:307 ../class/m_mailman.php:407
#: ../class/m_mailman.php:432 ../class/m_mailman.php:452
#: ../class/m_mailman.php:43 ../class/m_mailman.php:141
#: ../class/m_mailman.php:343 ../class/m_mailman.php:443
#: ../class/m_mailman.php:468 ../class/m_mailman.php:488
msgid "This list does not exist"
msgstr ""
#: ../class/m_mailman.php:38
#: ../class/m_mailman.php:44
msgid "A fatal error happened when creating the list"
msgstr ""
#: ../class/m_mailman.php:39
#: ../class/m_mailman.php:45
msgid "A fatal error happened when deleting the list"
msgstr ""
#: ../class/m_mailman.php:40
#: ../class/m_mailman.php:46
msgid "A fatal error happened when changing the list password"
msgstr ""
#: ../class/m_mailman.php:41
#: ../class/m_mailman.php:47
msgid "A fatal error happened when getting the list url"
msgstr ""
#: ../class/m_mailman.php:62 ../class/m_mailman.php:352
#: ../class/m_mailman.php:383
#: ../class/m_mailman.php:68 ../class/m_mailman.php:388
#: ../class/m_mailman.php:419
msgid "No list defined yet"
msgstr ""
#: ../class/m_mailman.php:184
#: ../class/m_mailman.php:162
msgid ""
"Special mail address for Mailman mailing-lists. <a href='mman_list."
"php'>Click here to manage it.</a>"
msgstr ""
#: ../class/m_mailman.php:217
#, php-format
msgid "The mailman address %s does not exists"
msgstr ""
#: ../class/m_mailman.php:207
#: ../class/m_mailman.php:240
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr ""
#: ../class/m_mailman.php:247
msgid "The email you entered is syntaxically incorrect"
msgstr ""
#: ../class/m_mailman.php:222
#: ../class/m_mailman.php:262
msgid "The login (left part of the @) is mandatory"
msgstr ""
#: ../class/m_mailman.php:226
#: ../class/m_mailman.php:266
msgid "The owner email and the password are mandatory"
msgstr ""
#: ../class/m_mailman.php:230
#: ../class/m_mailman.php:270
msgid "This email is incorrect"
msgstr ""
#: ../class/m_mailman.php:239
#: ../class/m_mailman.php:279
msgid "This domain does not exist."
msgstr ""
#: ../class/m_mailman.php:245
#: ../class/m_mailman.php:285
msgid ""
"A list with the same name already exist on the server. Please choose another "
"name."
msgstr ""
#: ../class/m_mailman.php:260
#: ../class/m_mailman.php:301
msgid ""
"This email address (or one of the list-subscribe, list-unsubscribe etc.) are "
"already used."
msgstr ""
#: ../class/m_mailman.php:289
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr ""
#: ../class/m_mailman.php:311
#: ../class/m_mailman.php:347
msgid "This list has pending action, you cannot delete it"
msgstr ""
#: ../class/m_mailman.php:411
#: ../class/m_mailman.php:447
msgid "The passwords are differents, please try again"
msgstr ""
#: ../class/m_mailman.php:466
#: ../class/m_mailman.php:502
msgid "Mailing lists (mailman)"
msgstr ""
@ -2058,7 +2064,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr ""
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr ""
@ -3658,10 +3664,18 @@ msgstr ""
msgid "User Quotas"
msgstr ""
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr ""
@ -4547,6 +4561,62 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr ""
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr ""
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr ""
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr ""
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr ""
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr ""
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: AlternC 2.0\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-10-31 11:38+0100\n"
"POT-Creation-Date: 2012-10-31 13:43+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -1081,7 +1081,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr ""
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr ""
@ -2685,10 +2685,18 @@ msgstr ""
msgid "User Quotas"
msgstr ""
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr ""
@ -3574,6 +3582,62 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr ""
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr ""
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr ""
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr ""
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr ""
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr ""
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr ""

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: AlternC 2.0\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-10-31 11:38+0100\n"
"POT-Creation-Date: 2012-10-31 13:43+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -1081,7 +1081,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr ""
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr ""
@ -2685,10 +2685,18 @@ msgstr ""
msgid "User Quotas"
msgstr ""
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr ""
@ -3574,6 +3582,62 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr ""
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr ""
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr ""
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr ""
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr ""
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr ""
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr ""

View File

@ -9,7 +9,7 @@ msgstr ""
"Project-Id-Version: AlternC, hosting control panel\n"
"Report-Msgid-Bugs-To: https://alternc.org/report/1\n"
"POT-Creation-Date: 2012-10-17 11:00+0200\n"
"PO-Revision-Date: 2012-10-31 10:55+0000\n"
"PO-Revision-Date: 2012-10-31 12:43+0000\n"
"Last-Translator: Benjamin Sonntag <benjamin@sonntag.fr>\n"
"Language-Team: English <i18n@alternc.org>\n"
"MIME-Version: 1.0\n"
@ -160,7 +160,7 @@ msgstr "Senha"
msgid "Create this new awstat account"
msgstr ""
#: ../admin/mman_list.php:103
#: ../admin/mman_list.php:104
msgid "Change password"
msgstr ""
@ -255,10 +255,10 @@ msgid "(with mailman)"
msgstr "(com mailman)"
#: ../admin/menu_mailman.php:32 ../admin/mman_add.php:34
#: ../admin/mman_list.php:41 ../admin/mman_passwd.php:37
#: ../admin/mman_passwd.php:45 ../admin/mman_url.php:38
#: ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:499
#: ../admin/mman_list.php:41 ../admin/mman_list.php:60
#: ../admin/mman_passwd.php:37 ../admin/mman_passwd.php:45
#: ../admin/mman_url.php:38 ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:535
msgid "Mailing lists"
msgstr "Enviando listas "
@ -339,39 +339,39 @@ msgid ""
"No domain is installed on your account, you cannot create any mailing list!"
msgstr ""
#: ../admin/mman_list.php:68
#: ../admin/mman_list.php:69
msgid "Create a list"
msgstr "Criar a lista"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "Delete"
msgstr "Remover"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List Status"
msgstr ""
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List name"
msgstr "Nome da lista"
#: ../admin/mman_list.php:88
#: ../admin/mman_list.php:89
msgid "List is pending deletion, you can't do anything on it"
msgstr ""
#: ../admin/mman_list.php:99
#: ../admin/mman_list.php:100
msgid "List admin"
msgstr "Administrador da lista"
#: ../admin/mman_list.php:100
#: ../admin/mman_list.php:101
msgid "Pending messages"
msgstr "Mensagens faltando á enviar"
#: ../admin/mman_list.php:104
#: ../admin/mman_list.php:105
msgid "Change url"
msgstr ""
#: ../admin/mman_list.php:112
#: ../admin/mman_list.php:113
msgid "Delete the checked lists"
msgstr "Remover as listas selecionadas"
@ -417,87 +417,93 @@ msgstr ""
msgid "Change the url."
msgstr ""
#: ../class/m_mailman.php:36
#: ../class/m_mailman.php:42
msgid "This list already exist"
msgstr ""
#: ../class/m_mailman.php:37 ../class/m_mailman.php:135
#: ../class/m_mailman.php:307 ../class/m_mailman.php:407
#: ../class/m_mailman.php:432 ../class/m_mailman.php:452
#: ../class/m_mailman.php:43 ../class/m_mailman.php:141
#: ../class/m_mailman.php:343 ../class/m_mailman.php:443
#: ../class/m_mailman.php:468 ../class/m_mailman.php:488
msgid "This list does not exist"
msgstr ""
#: ../class/m_mailman.php:38
#: ../class/m_mailman.php:44
msgid "A fatal error happened when creating the list"
msgstr ""
#: ../class/m_mailman.php:39
#: ../class/m_mailman.php:45
msgid "A fatal error happened when deleting the list"
msgstr ""
#: ../class/m_mailman.php:40
#: ../class/m_mailman.php:46
msgid "A fatal error happened when changing the list password"
msgstr ""
#: ../class/m_mailman.php:41
#: ../class/m_mailman.php:47
msgid "A fatal error happened when getting the list url"
msgstr ""
#: ../class/m_mailman.php:62 ../class/m_mailman.php:352
#: ../class/m_mailman.php:383
#: ../class/m_mailman.php:68 ../class/m_mailman.php:388
#: ../class/m_mailman.php:419
msgid "No list defined yet"
msgstr ""
#: ../class/m_mailman.php:184
#: ../class/m_mailman.php:162
msgid ""
"Special mail address for Mailman mailing-lists. <a "
"href='mman_list.php'>Click here to manage it.</a>"
msgstr ""
#: ../class/m_mailman.php:217
#, php-format
msgid "The mailman address %s does not exists"
msgstr ""
#: ../class/m_mailman.php:207
#: ../class/m_mailman.php:240
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr ""
#: ../class/m_mailman.php:247
msgid "The email you entered is syntaxically incorrect"
msgstr ""
#: ../class/m_mailman.php:222
#: ../class/m_mailman.php:262
msgid "The login (left part of the @) is mandatory"
msgstr ""
#: ../class/m_mailman.php:226
#: ../class/m_mailman.php:266
msgid "The owner email and the password are mandatory"
msgstr ""
#: ../class/m_mailman.php:230
#: ../class/m_mailman.php:270
msgid "This email is incorrect"
msgstr ""
#: ../class/m_mailman.php:239
#: ../class/m_mailman.php:279
msgid "This domain does not exist."
msgstr ""
#: ../class/m_mailman.php:245
#: ../class/m_mailman.php:285
msgid ""
"A list with the same name already exist on the server. Please choose another"
" name."
msgstr ""
#: ../class/m_mailman.php:260
#: ../class/m_mailman.php:301
msgid ""
"This email address (or one of the list-subscribe, list-unsubscribe etc.) are"
" already used."
msgstr ""
#: ../class/m_mailman.php:289
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr ""
#: ../class/m_mailman.php:311
#: ../class/m_mailman.php:347
msgid "This list has pending action, you cannot delete it"
msgstr ""
#: ../class/m_mailman.php:411
#: ../class/m_mailman.php:447
msgid "The passwords are differents, please try again"
msgstr ""
#: ../class/m_mailman.php:466
#: ../class/m_mailman.php:502
msgid "Mailing lists (mailman)"
msgstr ""
@ -1456,7 +1462,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr ""
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr "Painel de controle do Administrador"
@ -3053,10 +3059,18 @@ msgstr ""
msgid "User Quotas"
msgstr ""
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr ""
@ -3939,6 +3953,62 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr ""
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr ""
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr ""
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr ""
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr ""
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr ""
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr ""

View File

@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: $Id: admin.po,v 1.2 2003/06/09 14:36:08 root Exp $\n"
"Report-Msgid-Bugs-To: i18n@alternc.org\n"
"POT-Creation-Date: 2012-10-31 11:38+0100\n"
"POT-Creation-Date: 2012-10-31 13:43+0100\n"
"PO-Revision-Date: 2007-10-25 23:50-0400\n"
"Last-Translator: Benjamin Sonntag <benjamin@alternc.org>\n"
"Language-Team: English <i18n@alternc.org>\n"
@ -1156,7 +1156,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr ""
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr "Painel de controle do Administrador"
@ -2878,11 +2878,19 @@ msgstr "Mudar o email da sua conta"
msgid "User Quotas"
msgstr "Quotas"
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
#, fuzzy
msgid "General PhpMyAdmin"
msgstr "Admin do SQL Geral"
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr ""
@ -3837,6 +3845,67 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
#, fuzzy
msgid "Locally hosted"
msgstr "Controlado localemente"
#: ../class/m_dom.php:1447
#, fuzzy
msgid "URL redirection"
msgstr "Redireção URL"
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr "Acesso Webmail"
#: ../class/m_dom.php:1450
#, fuzzy
msgid "Squirrelmail Webmail access"
msgstr "Acesso Webmail"
#: ../class/m_dom.php:1451
#, fuzzy
msgid "Roundcube Webmail access"
msgstr "Acesso Webmail"
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
#, fuzzy
msgid "AlternC panel access"
msgstr "Lista de contas FTP"
#: ../class/m_err.php:66 ../class/m_err.php:98
#, fuzzy
msgid "err_"
@ -4486,10 +4555,6 @@ msgstr ""
#~ msgid "Local mailbox"
#~ msgstr "Caixas e email"
#, fuzzy
#~ msgid "Redirection"
#~ msgstr "Redireção URL"
#~ msgid "Add a mail to the domain %s"
#~ msgstr "Adiçionar um email ao domínio %s"
@ -4657,12 +4722,6 @@ msgstr ""
#~ msgid "Add a subdomain"
#~ msgstr "Adiçionar um secundário-domínio"
#~ msgid "Locally managed"
#~ msgstr "Controlado localemente"
#~ msgid "Webmail access"
#~ msgstr "Acesso Webmail"
#~ msgid "DNS parameters"
#~ msgstr "Parâmetros DNS"

View File

@ -162,7 +162,7 @@ msgstr ""
msgid "Create this new awstat account"
msgstr "Create those statistics"
#: ../admin/mman_list.php:103
#: ../admin/mman_list.php:104
msgid "Change password"
msgstr "Change password"
@ -259,10 +259,10 @@ msgid "(with mailman)"
msgstr "(with mailman)"
#: ../admin/menu_mailman.php:32 ../admin/mman_add.php:34
#: ../admin/mman_list.php:41 ../admin/mman_passwd.php:37
#: ../admin/mman_passwd.php:45 ../admin/mman_url.php:38
#: ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:499
#: ../admin/mman_list.php:41 ../admin/mman_list.php:60
#: ../admin/mman_passwd.php:37 ../admin/mman_passwd.php:45
#: ../admin/mman_url.php:38 ../admin/mman_url.php:47 ../admin/mman_url.php:55
#: ../class/m_mailman.php:535
msgid "Mailing lists"
msgstr "Mailing lists"
@ -351,41 +351,41 @@ msgid ""
msgstr ""
"No domain is installed on your account, you cannot create any mailing list!"
#: ../admin/mman_list.php:68
#: ../admin/mman_list.php:69
msgid "Create a list"
msgstr "Create a list"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "Delete"
msgstr "Delete"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
#, fuzzy
msgid "List Status"
msgstr "List name"
#: ../admin/mman_list.php:77
#: ../admin/mman_list.php:78
msgid "List name"
msgstr "List name"
#: ../admin/mman_list.php:88
#: ../admin/mman_list.php:89
msgid "List is pending deletion, you can't do anything on it"
msgstr ""
#: ../admin/mman_list.php:99
#: ../admin/mman_list.php:100
msgid "List admin"
msgstr "List admin"
#: ../admin/mman_list.php:100
#: ../admin/mman_list.php:101
msgid "Pending messages"
msgstr "Pending messages"
#: ../admin/mman_list.php:104
#: ../admin/mman_list.php:105
#, fuzzy
msgid "Change url"
msgstr "Change password"
#: ../admin/mman_list.php:112
#: ../admin/mman_list.php:113
msgid "Delete the checked lists"
msgstr "Delete the checked lists"
@ -433,89 +433,95 @@ msgstr ""
msgid "Change the url."
msgstr "Change the password."
#: ../class/m_mailman.php:36
#: ../class/m_mailman.php:42
msgid "This list already exist"
msgstr ""
#: ../class/m_mailman.php:37 ../class/m_mailman.php:135
#: ../class/m_mailman.php:307 ../class/m_mailman.php:407
#: ../class/m_mailman.php:432 ../class/m_mailman.php:452
#: ../class/m_mailman.php:43 ../class/m_mailman.php:141
#: ../class/m_mailman.php:343 ../class/m_mailman.php:443
#: ../class/m_mailman.php:468 ../class/m_mailman.php:488
msgid "This list does not exist"
msgstr ""
#: ../class/m_mailman.php:38
#: ../class/m_mailman.php:44
msgid "A fatal error happened when creating the list"
msgstr ""
#: ../class/m_mailman.php:39
#: ../class/m_mailman.php:45
msgid "A fatal error happened when deleting the list"
msgstr ""
#: ../class/m_mailman.php:40
#: ../class/m_mailman.php:46
msgid "A fatal error happened when changing the list password"
msgstr ""
#: ../class/m_mailman.php:41
#: ../class/m_mailman.php:47
msgid "A fatal error happened when getting the list url"
msgstr ""
#: ../class/m_mailman.php:62 ../class/m_mailman.php:352
#: ../class/m_mailman.php:383
#: ../class/m_mailman.php:68 ../class/m_mailman.php:388
#: ../class/m_mailman.php:419
msgid "No list defined yet"
msgstr ""
#: ../class/m_mailman.php:184
#: ../class/m_mailman.php:162
msgid ""
"Special mail address for Mailman mailing-lists. <a href='mman_list."
"php'>Click here to manage it.</a>"
msgstr ""
#: ../class/m_mailman.php:217
#, php-format
msgid "The mailman address %s does not exists"
msgstr ""
#: ../class/m_mailman.php:207
msgid "The email you entered is syntaxically incorrect"
msgstr ""
#: ../class/m_mailman.php:222
msgid "The login (left part of the @) is mandatory"
msgstr ""
#: ../class/m_mailman.php:226
msgid "The owner email and the password are mandatory"
msgstr ""
#: ../class/m_mailman.php:230
msgid "This email is incorrect"
msgstr ""
#: ../class/m_mailman.php:239
msgid "This domain does not exist."
msgstr ""
#: ../class/m_mailman.php:245
msgid ""
"A list with the same name already exist on the server. Please choose another "
"name."
msgstr ""
#: ../class/m_mailman.php:260
msgid ""
"This email address (or one of the list-subscribe, list-unsubscribe etc.) are "
"already used."
msgstr ""
#: ../class/m_mailman.php:289
#: ../class/m_mailman.php:240
#, fuzzy
msgid "Your mailing-list quota is over, you cannot create more mailing-lists."
msgstr ""
"No domain is installed on your account, you cannot create any mailing list!"
#: ../class/m_mailman.php:311
#: ../class/m_mailman.php:247
msgid "The email you entered is syntaxically incorrect"
msgstr ""
#: ../class/m_mailman.php:262
msgid "The login (left part of the @) is mandatory"
msgstr ""
#: ../class/m_mailman.php:266
msgid "The owner email and the password are mandatory"
msgstr ""
#: ../class/m_mailman.php:270
msgid "This email is incorrect"
msgstr ""
#: ../class/m_mailman.php:279
msgid "This domain does not exist."
msgstr ""
#: ../class/m_mailman.php:285
msgid ""
"A list with the same name already exist on the server. Please choose another "
"name."
msgstr ""
#: ../class/m_mailman.php:301
msgid ""
"This email address (or one of the list-subscribe, list-unsubscribe etc.) are "
"already used."
msgstr ""
#: ../class/m_mailman.php:347
msgid "This list has pending action, you cannot delete it"
msgstr ""
#: ../class/m_mailman.php:411
#: ../class/m_mailman.php:447
msgid "The passwords are differents, please try again"
msgstr ""
#: ../class/m_mailman.php:466
#: ../class/m_mailman.php:502
#, fuzzy
msgid "Mailing lists (mailman)"
msgstr "Mailing lists"
@ -1478,7 +1484,7 @@ msgstr ""
msgid "Add this account to the allowed list"
msgstr ""
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:41
#: ../admin/adm_panel.php:40 ../admin/menu_adm.php:40
msgid "Admin Control Panel"
msgstr ""
@ -3087,10 +3093,18 @@ msgstr ""
msgid "User Quotas"
msgstr ""
#: ../admin/menu_adm.php:42
#: ../admin/menu_adm.php:41
msgid "General PhpMyAdmin"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug Off"
msgstr ""
#: ../admin/menu_adm.php:42
msgid "Switch debug On"
msgstr ""
#: ../admin/menu_mem.php:28
msgid "Logout"
msgstr ""
@ -3972,6 +3986,62 @@ msgstr ""
msgid "--- Program error --- Lock already obtained!"
msgstr ""
#: ../class/m_dom.php:1446
msgid "Locally hosted"
msgstr ""
#: ../class/m_dom.php:1447
msgid "URL redirection"
msgstr ""
#: ../class/m_dom.php:1448
msgid "IPv4 redirect"
msgstr ""
#: ../class/m_dom.php:1449
msgid "Webmail access"
msgstr ""
#: ../class/m_dom.php:1450
msgid "Squirrelmail Webmail access"
msgstr ""
#: ../class/m_dom.php:1451
msgid "Roundcube Webmail access"
msgstr ""
#: ../class/m_dom.php:1452
msgid "IPv6 redirect"
msgstr ""
#: ../class/m_dom.php:1453
msgid "CNAME DNS entry"
msgstr ""
#: ../class/m_dom.php:1454
msgid "TXT DNS entry"
msgstr ""
#: ../class/m_dom.php:1455
msgid "MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1456
msgid "secondary MX DNS entry"
msgstr ""
#: ../class/m_dom.php:1457
msgid "Default mail server"
msgstr ""
#: ../class/m_dom.php:1458
msgid "Default backup mail server"
msgstr ""
#: ../class/m_dom.php:1459
msgid "AlternC panel access"
msgstr ""
#: ../class/m_err.php:66 ../class/m_err.php:98
msgid "err_"
msgstr ""