postfixadmin-svn Mailing List for PostfixAdmin (Page 112)
Brought to you by:
christian_boltz,
gingerdog
You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(13) |
Oct
(63) |
Nov
(79) |
Dec
(34) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(15) |
Feb
(8) |
Mar
(8) |
Apr
(44) |
May
(18) |
Jun
(20) |
Jul
(35) |
Aug
(21) |
Sep
(8) |
Oct
(9) |
Nov
(21) |
Dec
(14) |
| 2009 |
Jan
(53) |
Feb
(13) |
Mar
(36) |
Apr
(40) |
May
(22) |
Jun
(10) |
Jul
(18) |
Aug
(18) |
Sep
(7) |
Oct
(26) |
Nov
(32) |
Dec
(13) |
| 2010 |
Jan
(6) |
Feb
(7) |
Mar
(12) |
Apr
(2) |
May
(12) |
Jun
(8) |
Jul
(9) |
Aug
(12) |
Sep
(12) |
Oct
(7) |
Nov
(9) |
Dec
(42) |
| 2011 |
Jan
(10) |
Feb
(35) |
Mar
(43) |
Apr
(39) |
May
(8) |
Jun
(8) |
Jul
(83) |
Aug
(20) |
Sep
(20) |
Oct
(63) |
Nov
(33) |
Dec
(20) |
| 2012 |
Jan
(28) |
Feb
(3) |
Mar
(1) |
Apr
(37) |
May
(16) |
Jun
(7) |
Jul
(3) |
Aug
|
Sep
|
Oct
(3) |
Nov
(1) |
Dec
(4) |
| 2013 |
Jan
(6) |
Feb
(16) |
Mar
(9) |
Apr
(11) |
May
(9) |
Jun
(30) |
Jul
(17) |
Aug
(6) |
Sep
(2) |
Oct
(30) |
Nov
(41) |
Dec
(26) |
| 2014 |
Jan
(16) |
Feb
(20) |
Mar
(5) |
Apr
(4) |
May
(14) |
Jun
(4) |
Jul
(1) |
Aug
|
Sep
(8) |
Oct
(18) |
Nov
(26) |
Dec
|
| 2015 |
Jan
(4) |
Feb
(9) |
Mar
(12) |
Apr
(26) |
May
(3) |
Jun
(3) |
Jul
(2) |
Aug
|
Sep
(15) |
Oct
(13) |
Nov
|
Dec
(1) |
| 2016 |
Jan
(1) |
Feb
(5) |
Mar
(4) |
Apr
(3) |
May
(19) |
Jun
|
Jul
|
Aug
(3) |
Sep
(16) |
Oct
(4) |
Nov
(5) |
Dec
(5) |
| 2017 |
Jan
(1) |
Feb
(8) |
Mar
|
Apr
(7) |
May
(3) |
Jun
(16) |
Jul
(13) |
Aug
(16) |
Sep
(6) |
Oct
(4) |
Nov
(10) |
Dec
(7) |
| 2018 |
Jan
(16) |
Feb
(17) |
Mar
(11) |
Apr
(13) |
May
(20) |
Jun
(3) |
Jul
(10) |
Aug
|
Sep
(3) |
Oct
(1) |
Nov
(6) |
Dec
(18) |
| 2019 |
Jan
(18) |
Feb
(31) |
Mar
(4) |
Apr
(4) |
May
(1) |
Jun
(8) |
Jul
(7) |
Aug
(10) |
Sep
(23) |
Oct
(6) |
Nov
(3) |
Dec
(5) |
| 2020 |
Jan
(10) |
Feb
(18) |
Mar
(34) |
Apr
(19) |
May
(6) |
Jun
(9) |
Jul
|
Aug
(10) |
Sep
(16) |
Oct
(6) |
Nov
(3) |
Dec
(11) |
| 2021 |
Jan
(118) |
Feb
(22) |
Mar
(13) |
Apr
(12) |
May
(48) |
Jun
(21) |
Jul
(17) |
Aug
(12) |
Sep
(19) |
Oct
(25) |
Nov
(16) |
Dec
(7) |
| 2022 |
Jan
(6) |
Feb
(7) |
Mar
(14) |
Apr
(4) |
May
|
Jun
(16) |
Jul
(18) |
Aug
(5) |
Sep
(12) |
Oct
(8) |
Nov
(10) |
Dec
(13) |
| 2023 |
Jan
|
Feb
(3) |
Mar
(2) |
Apr
(1) |
May
(2) |
Jun
(6) |
Jul
(3) |
Aug
(3) |
Sep
(3) |
Oct
(2) |
Nov
(7) |
Dec
(13) |
| 2024 |
Jan
(8) |
Feb
(6) |
Mar
(5) |
Apr
(10) |
May
(8) |
Jun
(6) |
Jul
(2) |
Aug
(1) |
Sep
(2) |
Oct
(4) |
Nov
(15) |
Dec
(10) |
| 2025 |
Jan
(3) |
Feb
(12) |
Mar
(3) |
Apr
(7) |
May
(18) |
Jun
(10) |
Jul
(10) |
Aug
(6) |
Sep
(16) |
Oct
(6) |
Nov
(1) |
Dec
|
|
From: <chr...@us...> - 2007-11-17 00:38:38
|
Revision: 232
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=232&view=rev
Author: christian_boltz
Date: 2007-11-16 16:38:41 -0800 (Fri, 16 Nov 2007)
Log Message:
-----------
backup.php:
- also backup config table
Modified Paths:
--------------
trunk/backup.php
Modified: trunk/backup.php
===================================================================
--- trunk/backup.php 2007-11-15 20:55:01 UTC (rev 231)
+++ trunk/backup.php 2007-11-17 00:38:41 UTC (rev 232)
@@ -72,7 +72,7 @@
{
fwrite ($fh, $header);
- $tables = array('admin','alias','domain','domain_admins','log','mailbox','vacation');
+ $tables = array('admin','alias','config','domain','domain_admins','log','mailbox','vacation');
for ($i = 0 ; $i < sizeof ($tables) ; ++$i)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-15 20:55:05
|
Revision: 231
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=231&view=rev
Author: christian_boltz
Date: 2007-11-15 12:55:01 -0800 (Thu, 15 Nov 2007)
Log Message:
-----------
upgrade.php:
- change "edit_alias_state" to "edit_alias_active" in log table (was changed in r90)
https://sourceforge.net/tracker/index.php?func=detail&aid=1830376&group_id=191583&atid=937964
Modified Paths:
--------------
trunk/upgrade.php
Modified: trunk/upgrade.php
===================================================================
--- trunk/upgrade.php 2007-11-15 20:47:42 UTC (rev 230)
+++ trunk/upgrade.php 2007-11-15 20:55:01 UTC (rev 231)
@@ -333,6 +333,8 @@
# old format: "create alias"
# new format: "create_alias"
$result = db_query_parsed("UPDATE " . table_by_key ('log') . " SET action = REPLACE(action,' ','_')", TRUE);
+ # change edit_alias_state to edit_alias_active
+ $result = db_query_parsed("UPDATE " . table_by_key ('log') . " SET action = 'edit_alias_state' WHERE action = 'edit_alias_active'", TRUE);
}
function upgrade_169_mysql() { # MySQL only
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-15 20:47:54
|
Revision: 230
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=230&view=rev
Author: christian_boltz
Date: 2007-11-15 12:47:42 -0800 (Thu, 15 Nov 2007)
Log Message:
-----------
*.lang
- rename $PALANG['pViewlog_action_edit_alias_active']
to $PALANG['pViewlog_action_edit_alias_state']
https://sourceforge.net/tracker/index.php?func=detail&aid=1830376&group_id=191583&atid=937964
Modified Paths:
--------------
trunk/languages/bg.lang
trunk/languages/ca.lang
trunk/languages/cn.lang
trunk/languages/cs.lang
trunk/languages/da.lang
trunk/languages/de.lang
trunk/languages/en.lang
trunk/languages/es.lang
trunk/languages/et.lang
trunk/languages/eu.lang
trunk/languages/fi.lang
trunk/languages/fo.lang
trunk/languages/fr.lang
trunk/languages/hr.lang
trunk/languages/hu.lang
trunk/languages/is.lang
trunk/languages/it.lang
trunk/languages/lt.lang
trunk/languages/mk.lang
trunk/languages/nl.lang
trunk/languages/nn.lang
trunk/languages/pl.lang
trunk/languages/pt-br.lang
trunk/languages/ru.lang
trunk/languages/sk.lang
trunk/languages/sl.lang
trunk/languages/sv.lang
trunk/languages/tr.lang
trunk/languages/tw.lang
Modified: trunk/languages/bg.lang
===================================================================
--- trunk/languages/bg.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/bg.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Íàïðåä';
Modified: trunk/languages/ca.lang
===================================================================
--- trunk/languages/ca.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/ca.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -175,7 +175,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Ves';
Modified: trunk/languages/cn.lang
===================================================================
--- trunk/languages/cn.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/cn.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = '执行';
Modified: trunk/languages/cs.lang
===================================================================
--- trunk/languages/cs.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/cs.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -182,7 +182,7 @@
$PALANG['pViewlog_action_create_alias'] = 'vytvořeno přesměrování';
$PALANG['pViewlog_action_delete_alias'] = 'smazáno přesměrování';
$PALANG['pViewlog_action_edit_alias'] = 'úprava přesměrování';
-$PALANG['pViewlog_action_edit_alias_active'] = 'změna stavu přesměrování';
+$PALANG['pViewlog_action_edit_alias_state'] = 'změna stavu přesměrování';
$PALANG['pViewlog_action_edit_password'] = 'změna hesla';
$PALANG['pViewlog_button'] = 'Jít';
Modified: trunk/languages/da.lang
===================================================================
--- trunk/languages/da.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/da.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -182,7 +182,7 @@
$PALANG['pViewlog_action_create_alias'] = 'opret alias';
$PALANG['pViewlog_action_delete_alias'] = 'slet alias';
$PALANG['pViewlog_action_edit_alias'] = 'rediger alias';
-$PALANG['pViewlog_action_edit_alias_active'] = 'ændre alias aktiv';
+$PALANG['pViewlog_action_edit_alias_state'] = 'ændre alias aktiv';
$PALANG['pViewlog_action_edit_password'] = 'ændre adgangskode';
$PALANG['pViewlog_button'] = 'Vis';
Modified: trunk/languages/de.lang
===================================================================
--- trunk/languages/de.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/de.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -181,7 +181,7 @@
$PALANG['pViewlog_action_create_alias'] = 'Alias erstellen';
$PALANG['pViewlog_action_delete_alias'] = 'Alias löschen';
$PALANG['pViewlog_action_edit_alias'] = 'Alias bearbeiten';
-$PALANG['pViewlog_action_edit_alias_active'] = 'Alias Aktiv bearbeiten';
+$PALANG['pViewlog_action_edit_alias_state'] = 'Alias Aktiv bearbeiten';
$PALANG['pViewlog_action_edit_password'] = 'Passwort ändern';
$PALANG['pViewlog_button'] = 'Los';
Modified: trunk/languages/en.lang
===================================================================
--- trunk/languages/en.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/en.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -182,7 +182,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias';
$PALANG['pViewlog_action_delete_alias'] = 'delete alias';
$PALANG['pViewlog_action_edit_alias'] = 'edit alias';
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active';
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active';
$PALANG['pViewlog_action_edit_password'] = 'change password';
$PALANG['pViewlog_button'] = 'Go';
Modified: trunk/languages/es.lang
===================================================================
--- trunk/languages/es.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/es.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Ir';
Modified: trunk/languages/et.lang
===================================================================
--- trunk/languages/et.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/et.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Mine';
Modified: trunk/languages/eu.lang
===================================================================
--- trunk/languages/eu.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/eu.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -174,7 +174,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Joan';
Modified: trunk/languages/fi.lang
===================================================================
--- trunk/languages/fi.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/fi.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -178,7 +178,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Siirry';
Modified: trunk/languages/fo.lang
===================================================================
--- trunk/languages/fo.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/fo.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Vel';
Modified: trunk/languages/fr.lang
===================================================================
--- trunk/languages/fr.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/fr.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -177,7 +177,7 @@
$PALANG['pViewlog_action_create_alias'] = 'créer un alias';
$PALANG['pViewlog_action_delete_alias'] = 'supprimer un alias';
$PALANG['pViewlog_action_edit_alias'] = 'éditer un alias';
-$PALANG['pViewlog_action_edit_alias_active'] = 'activer un alias';
+$PALANG['pViewlog_action_edit_alias_state'] = 'activer un alias';
$PALANG['pViewlog_action_edit_password'] = 'changer le mot de passe';
$PALANG['pViewlog_button'] = 'Aller';
Modified: trunk/languages/hr.lang
===================================================================
--- trunk/languages/hr.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/hr.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -175,7 +175,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Idi';
Modified: trunk/languages/hu.lang
===================================================================
--- trunk/languages/hu.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/hu.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -181,7 +181,7 @@
$PALANG['pViewlog_action_create_alias'] = 'alias létrehozása';
$PALANG['pViewlog_action_delete_alias'] = 'alias törlése';
$PALANG['pViewlog_action_edit_alias'] = 'alias módosítása';
-$PALANG['pViewlog_action_edit_alias_active'] = 'alias aktivitás módosítása';
+$PALANG['pViewlog_action_edit_alias_state'] = 'alias aktivitás módosítása';
$PALANG['pViewlog_action_edit_password'] = 'jelszó módosítása';
$PALANG['pViewlog_button'] = 'Gyerünk';
Modified: trunk/languages/is.lang
===================================================================
--- trunk/languages/is.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/is.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -175,7 +175,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Áfram';
Modified: trunk/languages/it.lang
===================================================================
--- trunk/languages/it.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/it.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Vai';
Modified: trunk/languages/lt.lang
===================================================================
--- trunk/languages/lt.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/lt.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -175,7 +175,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Eiti';
Modified: trunk/languages/mk.lang
===================================================================
--- trunk/languages/mk.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/mk.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Оди';
Modified: trunk/languages/nl.lang
===================================================================
--- trunk/languages/nl.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/nl.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -177,7 +177,7 @@
$PALANG['pViewlog_action_create_alias'] = 'alias toegevoegd';
$PALANG['pViewlog_action_delete_alias'] = 'alias verwijdert';
$PALANG['pViewlog_action_edit_alias'] = 'alias bewerkt';
-$PALANG['pViewlog_action_edit_alias_active'] = 'status actieve alias bewerkt';
+$PALANG['pViewlog_action_edit_alias_state'] = 'status actieve alias bewerkt';
$PALANG['pViewlog_action_edit_password'] = 'wachtwoord aangepast';
$PALANG['pViewlog_button'] = 'Ga';
Modified: trunk/languages/nn.lang
===================================================================
--- trunk/languages/nn.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/nn.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -174,7 +174,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Vis';
Modified: trunk/languages/pl.lang
===================================================================
--- trunk/languages/pl.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/pl.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -177,7 +177,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Idź';
Modified: trunk/languages/pt-br.lang
===================================================================
--- trunk/languages/pt-br.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/pt-br.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Ir';
Modified: trunk/languages/ru.lang
===================================================================
--- trunk/languages/ru.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/ru.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -183,7 +183,7 @@
$PALANG['pViewlog_action_create_alias'] = 'создание алиаса';
$PALANG['pViewlog_action_delete_alias'] = 'удаление алиаса';
$PALANG['pViewlog_action_edit_alias'] = 'редактирование алиаса';
-$PALANG['pViewlog_action_edit_alias_active'] = 'изменение активности алиаса';
+$PALANG['pViewlog_action_edit_alias_state'] = 'изменение активности алиаса';
$PALANG['pViewlog_action_edit_password'] = 'изменение пароля';
$PALANG['pViewlog_button'] = 'Выбрать';
Modified: trunk/languages/sk.lang
===================================================================
--- trunk/languages/sk.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/sk.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Prejsť';
Modified: trunk/languages/sl.lang
===================================================================
--- trunk/languages/sl.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/sl.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Pojdi';
Modified: trunk/languages/sv.lang
===================================================================
--- trunk/languages/sv.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/sv.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -177,7 +177,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Kör';
Modified: trunk/languages/tr.lang
===================================================================
--- trunk/languages/tr.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/tr.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = 'Git';
Modified: trunk/languages/tw.lang
===================================================================
--- trunk/languages/tw.lang 2007-11-15 20:44:15 UTC (rev 229)
+++ trunk/languages/tw.lang 2007-11-15 20:47:42 UTC (rev 230)
@@ -176,7 +176,7 @@
$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
+$PALANG['pViewlog_action_edit_alias_state'] = 'edit alias active'; # XXX
$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
$PALANG['pViewlog_button'] = '°õ¦æ';
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-15 20:44:24
|
Revision: 229
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=229&view=rev
Author: christian_boltz
Date: 2007-11-15 12:44:15 -0800 (Thu, 15 Nov 2007)
Log Message:
-----------
- added --rename to rename a $PALANG string
- put most code into functions
- lots of whitespace changes and code reordering - this makes the diff
nearly useless, sorry
Modified Paths:
--------------
trunk/languages/language-update.sh
Modified: trunk/languages/language-update.sh
===================================================================
--- trunk/languages/language-update.sh 2007-11-15 18:16:17 UTC (rev 228)
+++ trunk/languages/language-update.sh 2007-11-15 20:44:15 UTC (rev 229)
@@ -14,38 +14,153 @@
#
# File: language-update.sh
# Lists missing translations in language files and optionally patches the
- # english texts into the language file
+ # english texts into the language file.
+ # Can also rename a $PALANG string.
#
# written by Christian Boltz
-notext=0 # output full lines by default
-patch=0 # do not patch by default
-nocleanup=0 # don't delete tempfiles
-filelist="en.lang" # always needed for comparison
+function update_string_list() {
+ for file in en.lang $filelist ; do
+ echo "<?php include('$file'); print join(\"\\n\", array_keys(\$PALANG)) . \"\\n\"; ?>" | php > $file.strings
+ done
-while [ -n "$1" ] ; do
- case "$1" in
- --help)
- echo '
-Lists missing translations in language files and optionally patches the
-english texts into the language file
+ for file in $filelist ; do
+ test "$file" = "en.lang" && continue
+ LANG=C diff -U2 $file.strings en.lang.strings > $file.diff && echo "*** $file: no difference ***"
+ test $notext = 1 && cat $file.diff && continue
+
+ grep -v 'No newline at end of file' "$file.diff" | while read line ; do
+ greptext="$(echo $line | sed 's/^[+ -]//')"
+ grepresult=$(grep "'$greptext'" en.lang) || grepresult="***DEFAULT*** $line"
+ grepresult2=$(grep "'$greptext'" $file) || grepresult2="$grepresult"
+ case "$line" in
+ ---*)
+ echo "$line"
+ ;;
+ +++*)
+ echo "$line"
+ ;;
+ @*)
+ echo "$line"
+ ;;
+ -*)
+ echo "-$grepresult"
+ ;;
+ +*)
+ # needs translation
+ # already added as comment?
+ test "$grepresult" = "$grepresult2" && {
+ echo "+$grepresult # XXX" # english
+ } || {
+ echo " $grepresult2" # translated
+ echo "keeping line $grepresult2" >&2
+ echo "This will result in a malformed patch." >&2
+ }
+ ;;
+ *)
+ echo " $grepresult2"
+ ;;
+ esac
+ done > $file.patch
+
+ test $patch = 0 && cat $file.patch
+ test $patch = 1 && patch --fuzz=1 $file < $file.patch
+ done
+} # end update_string_list()
+
+
+function rename_string() {
+ for file in $filelist ; do
+ line="$(grep "PALANG\['$rename_old'\]" "$file")" || {
+ echo "*** $file does not contain \$PALANG['$rename_old'] ***" >&2
+ continue
+ }
+
+ newline="$(echo "$line" | sed "s/'$rename_old'/'$rename_new'/")"
+
+ # create patch
+ echo "
+--- $file.old
++++ $file
+@@ -1,1 +1,1 @@
+-$line
++$newline
+ " > "$file.patch"
+
+ test $patch = 0 && cat $file.patch
+ test $patch = 1 && patch $file < $file.patch
+ done
+} # end rename_string()
+
+
+function cleanup() {
+ # check for duplicated strings
+ for file in $filelist ; do
+ sed -n "/PALANG/ s/[ ]*\$PALANG\['// ; s/'.*//p" $file |sort |uniq -c |grep -v " *1 " >&2 && \
+ echo "*** duplicated string in $file, see above for details ***" >&2
+ done
+
+ # cleanup tempfiles
+ test $nocleanup = 0 && for file in $filelist ; do
+ rm -f $file.patch $file.strings $file.diff
+ done
+} # end cleanup()
+
+
+usage() {
+ echo '
Usage:
+ ~~~~~~
- '"$0"' [--notext | --patch] [--nocleanup] [foo.lang [bar.lang [...] ] ]
- --notext will only list the translation keys (useful for a quick overview)
- --patch will patch the language file directly
- --nocleanup will keep all temp files (for debugging only)
+'"$0"' [--notext | --patch] [--nocleanup] [foo.lang [bar.lang [...] ] ]
- You can give any number of langugage files as parameter.
- If no files are given, all *.lang files will be used.
+ List missing translations in language files and optionally patch the
+ english texts into the language file
+ --notext
+ only list the translation keys (useful for a quick overview)
+
Note for translators: untranslated entries have a comment
# XXX
attached.
+
+
+'"$0"' --rename old_string new_string [--patch] [--nocleanup] [foo.lang [bar.lang [...] ] ]
+
+ Rename $PALANG['"'"'old_string'"'"'] to $PALANG['"'"'new_string'"'"']
+
+
+Common parameters:
+
+ --patch
+ patch the language file directly (instead of displaying the patch)
+ --nocleanup
+ keep all temp files (for debugging)
+
+ You can give any number of langugage files as parameter.
+ If no files are given, all *.lang files will be used.
+
'
+} # end usage()
+
+
+# main script
+
+notext=0 # output full lines by default
+patch=0 # do not patch by default
+nocleanup=0 # don't delete tempfiles
+rename=0 # rename a string
+rename_old=''
+renane_new=''
+filelist=''
+
+while [ -n "$1" ] ; do
+ case "$1" in
+ --help)
+ usage
exit 0;
;;
--notext)
@@ -57,6 +172,14 @@
--nocleanup)
nocleanup=1
;;
+ --rename)
+ rename=1
+ shift ; rename_old="$1"
+ shift ; rename_new="$1"
+ echo "$rename_old" | grep '^[a-z_-]*\.lang$' && rename_new='' # error out on *.lang - probably a filename
+ echo "$rename_new" | grep '^[a-z_-]*\.lang$' && rename_new='' # error out on *.lang - probably a filename
+ test -z "$rename_new" && { echo '--rename needs two parameters' >&2 ; exit 1 ; }
+ ;;
-*)
echo 'unknown option. Try --help ;-)' >&2
exit 1
@@ -66,68 +189,13 @@
;;
esac
shift
-done
+done # end $@ loop
test $notext = 1 && test $patch = 1 && echo "ERROR: You can't use --notext AND --patch at the same time." >&2 && exit 2
+test $notext = 1 && test $rename = 1 && echo "ERROR: You can't use --notext AND --rename at the same time." >&2 && exit 2
-test "$filelist" = "en.lang" && filelist="`ls -1 *.lang`"
+test "$filelist" = "" && filelist="`ls -1 *.lang`"
-for file in $filelist ; do
- echo "<?php include('$file'); print join(\"\\n\", array_keys(\$PALANG)) . \"\\n\"; ?>" | php > $file.strings
-done
+test "$rename" = 1 && { rename_string ; cleanup ; exit 0 ; }
-
-for file in $filelist ; do
- test "$file" = "en.lang" && continue
- LANG=C diff -U2 $file.strings en.lang.strings > $file.diff && echo "*** $file: no difference ***"
-
- test $notext = 1 && cat $file.diff && continue
-
- grep -v 'No newline at end of file' "$file.diff" | while read line ; do
- greptext="$(echo $line | sed 's/^[+ -]//')"
- grepresult=$(grep "'$greptext'" en.lang) || grepresult="***DEFAULT*** $line"
- grepresult2=$(grep "'$greptext'" $file) || grepresult2="$grepresult"
- case "$line" in
- ---*)
- echo "$line"
- ;;
- +++*)
- echo "$line"
- ;;
- @*)
- echo "$line"
- ;;
- -*)
- echo "-$grepresult"
- ;;
- +*)
- # needs translation
- # already added as comment?
- test "$grepresult" = "$grepresult2" && {
- echo "+$grepresult # XXX" # english
- } || {
- echo " $grepresult2" # translated
- echo "keeping line $grepresult2" >&2
- echo "This will result in a malformed patch." >&2
- }
- ;;
- *)
- echo " $grepresult2"
- ;;
- esac
- done > $file.patch
-
- test $patch = 0 && cat $file.patch
- test $patch = 1 && patch --fuzz=1 $file < $file.patch
-done
-###############################################################################
-
-# check for duplicated strings
-for file in $filelist ; do
- sed -n "/PALANG/ s/[ ]*\$PALANG\['// ; s/'.*//p" $file |sort |uniq -c |grep -v " *1 " >&2 && \
- echo "*** duplicated string in $file, see above for details ***" >&2
-done
-
-test $nocleanup = 0 && for file in $filelist ; do
- rm -f $file.patch $file.strings $file.diff
-done
+update_string_list ; cleanup # default operation
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gin...@us...> - 2007-11-15 18:16:20
|
Revision: 228
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=228&view=rev
Author: gingerdog
Date: 2007-11-15 10:16:17 -0800 (Thu, 15 Nov 2007)
Log Message:
-----------
index.php: updating to add requirements
Modified Paths:
--------------
website/index.php
Modified: website/index.php
===================================================================
--- website/index.php 2007-11-15 11:28:52 UTC (rev 227)
+++ website/index.php 2007-11-15 18:16:17 UTC (rev 228)
@@ -21,6 +21,13 @@
<li>IRC - #postfixadmin on irc.freenode.net </li>
</ul>
+<h3>Requirements</h3>
+<ul>
+<li><a href="http://www.postfix.org">Postfix</a> (success has been reported with Exim!)</li>
+<li><a href="http://mysql.org">MySQL</a> or <a href="http://postgresql.org">PostgreSQL</a></li>
+<li><a href="http://php.net">PHP</a></li>
+<li>And presumably a compatible IMAP/POP3 server (dovecot, courier or cyrus?)</li>
+</ul>
<h3>Download - Stable release</h3>
<p>The latest stable release is 2.1.0. You can download it <a href="http://sourceforge.net/project/showfiles.php?group_id=191583&package_id=225300&release_id=495972">here</a></p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <Gin...@us...> - 2007-11-15 11:28:47
|
Revision: 227
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=227&view=rev
Author: GingerDog
Date: 2007-11-15 03:28:52 -0800 (Thu, 15 Nov 2007)
Log Message:
-----------
nl.lang: updated by Johan Hendriks (sylhouette) - thank you!
Modified Paths:
--------------
trunk/languages/nl.lang
Modified: trunk/languages/nl.lang
===================================================================
--- trunk/languages/nl.lang 2007-11-14 21:43:02 UTC (rev 226)
+++ trunk/languages/nl.lang 2007-11-15 11:28:52 UTC (rev 227)
@@ -3,19 +3,19 @@
//
// Language file Dutch
// by Mourik
-// updated by Johan Hedriks (sylhouette @sf)
+// updated by Johan Hendriks (sylhouette @sf)
//
$PALANG['YES'] = 'Ja';
$PALANG['NO'] = 'Nee';
-$PALANG['edit'] = 'bewerken';
-$PALANG['del'] = 'verwijder';
-$PALANG['exit'] = 'beeindigen';
-$PALANG['cancel'] = 'Cancel'; # XXX
-$PALANG['save'] = 'Save'; # XXX
+$PALANG['edit'] = 'Bewerken';
+$PALANG['del'] = 'Verwijder';
+$PALANG['exit'] = 'Beëindigen';
+$PALANG['cancel'] = 'Annuleren';
+$PALANG['save'] = 'Opslaan';
$PALANG['confirm'] = 'Weet u het zeker dat u wilt verwijderen?\n';
$PALANG['confirm_domain'] = 'Weet u zeker dat u ALLE waardes van het domein wilt verwijderen? Dit kan niet ongedaan worden gemaakt!\n';
-$PALANG['check_update'] = 'Zoeken naar niewe versie';
+$PALANG['check_update'] = 'Zoeken naar nieuwe versie';
$PALANG['invalid_parameter'] = 'ongeldige parameter!';
$PALANG['pFooter_logged_as'] = 'aangemeld als %s';
@@ -48,7 +48,7 @@
$PALANG['pOverview_disabled'] = 'Niet Actief';
$PALANG['pOverview_unlimited'] = 'Ongelimiteerd';
-$PALANG['pOverview_title'] = ':: Gedefineerde domeinen';
+$PALANG['pOverview_title'] = ':: Gedefinieerde domeinen';
$PALANG['pOverview_up_arrow'] = 'Naar Boven';
$PALANG['pOverview_right_arrow'] = 'Volgende Pagina';
$PALANG['pOverview_left_arrow'] = 'Vorige Pagina';
@@ -64,7 +64,7 @@
$PALANG['pOverview_alias_active'] = 'Actief';
$PALANG['pOverview_alias_edit'] = 'Alias';
$PALANG['and_x_more'] = '[en %s meer...]';
-$PALANG['pOverview_mailbox_username'] = 'E-mail';
+$PALANG['pOverview_mailbox_username'] = 'e-mail';
$PALANG['pOverview_mailbox_name'] = 'Naam';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Laatst Bewerkt';
@@ -92,7 +92,7 @@
$PALANG['pCreate_alias_goto'] = 'Naar';
$PALANG['pCreate_alias_active'] = 'Actief';
$PALANG['pCreate_alias_button'] = 'Voeg alias toe';
-$PALANG['pCreate_alias_goto_text'] = 'Waar de e-mails naar gestuurd worden.';
+$PALANG['pCreate_alias_goto_text'] = 'Waar de e-mails heen gestuurd worden.';
$PALANG['pCreate_alias_goto_text_error'] = 'Waar de e-mail naar toe moet.<br /><span class="error_msg">De NAAR is niet geldig.</span>';
$PALANG['pCreate_alias_result_error'] = '<span class="error_msg">Mislukt om de alias toe te voegen.</span>';
$PALANG['pCreate_alias_result_success'] = 'De alias is toegevoegd.';
@@ -158,13 +158,13 @@
$PALANG['pPassword_button'] = 'Wijzig wachtwoord';
$PALANG['pPassword_result_error'] = '<span class="error_msg">Mislukt om uw wachtwoord te veranderen.</span>';
$PALANG['pPassword_result_success'] = 'Uw wachtwoord is veranderd.';
-$PALANG['pEdit_vacation_set'] = 'Verander / Activeer beantwoorder tekst';
-$PALANG['pEdit_vacation_remove'] = 'Verwijder beantwoorder tekst';
-$PALANG['pVacation_result_error'] = '<span class="error_msg">Niet in staat automatisch beantwoorder te wijzigen!</span>';
-$PALANG['pVacation_result_removed'] = 'Automatisch beantwoorder is gedeactiveerd!';
-$PALANG['pVacation_result_added'] = 'Automatisch beatwoorder is geactiveerd!';
+$PALANG['pEdit_vacation_set'] = 'Verander / Activeer beantwoorden tekst';
+$PALANG['pEdit_vacation_remove'] = 'Verwijder beantwoorden tekst';
+$PALANG['pVacation_result_error'] = '<span class="error_msg">Niet in staat automatisch beantwoorden te wijzigen!</span>';
+$PALANG['pVacation_result_removed'] = 'Automatisch beantwoorden is gedeactiveerd!';
+$PALANG['pVacation_result_added'] = 'Automatisch beatwoorden is geactiveerd!';
-$PALANG['pViewlog_welcome'] = 'Laat de laaste 10 actie\'s zien van ';
+$PALANG['pViewlog_welcome'] = 'Laat de laatste 10 actie\'s zien van ';
$PALANG['pViewlog_timestamp'] = 'Tijd';
$PALANG['pViewlog_username'] = 'Beheerder';
$PALANG['pViewlog_domain'] = 'Domein';
@@ -217,7 +217,7 @@
$PALANG['pAdminList_domain_mailboxes'] = 'Mailboxen';
$PALANG['pAdminList_domain_maxquota'] = 'Quota (MB)';
$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_backupmx'] = 'Back-up MX';
$PALANG['pAdminList_domain_modified'] = 'Laatst bewerkt';
$PALANG['pAdminList_domain_active'] = 'Actief';
@@ -228,7 +228,7 @@
$PALANG['pAdminList_virtual_alias_address'] = 'Van';
$PALANG['pAdminList_virtual_alias_goto'] = 'Naar';
$PALANG['pAdminList_virtual_alias_modified'] = 'Laatst bewerkt';
-$PALANG['pAdminList_virtual_mailbox_username'] = 'E-mail';
+$PALANG['pAdminList_virtual_mailbox_username'] = 'e-mail';
$PALANG['pAdminList_virtual_mailbox_name'] = 'Naam';
$PALANG['pAdminList_virtual_mailbox_quota'] = 'Quota (MB)';
$PALANG['pAdminList_virtual_mailbox_modified'] = 'Laatst bewerkt';
@@ -249,7 +249,7 @@
$PALANG['pAdminCreate_domain_transport_text'] = 'Definieer transport';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Gebruik standaard aliassen';
$PALANG['pAdminCreate_domain_defaultaliases_text'] = '';
-$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX'; # XXX
+$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is back-up MX';
$PALANG['pAdminCreate_domain_button'] = 'Voeg Domein toe';
$PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Mislukt om het domein toe te voegen.</span>';
$PALANG['pAdminCreate_domain_result_success'] = 'Domein is toegevoegd!';
@@ -265,8 +265,8 @@
$PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> -1 = uit | 0 = onbeperkt';
$PALANG['pAdminEdit_domain_transport'] = 'Transport';
-$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport'; # XXX
-$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX'; # XXX
+$PALANG['pAdminEdit_domain_transport_text'] = 'Defineer transport';
+$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is back-up MX';
$PALANG['pAdminEdit_domain_active'] = 'Actief';
$PALANG['pAdminEdit_domain_button'] = 'Bewerk domein';
$PALANG['pAdminEdit_domain_result_error'] = '<span class="error_msg">Mislukt het domein te bewerken.</span>';
@@ -274,8 +274,8 @@
$PALANG['pAdminCreate_admin_welcome'] = 'Voeg een nieuw domein beheerder toe';
$PALANG['pAdminCreate_admin_username'] = 'Beheerder';
$PALANG['pAdminCreate_admin_username_text'] = 'E-mail adres';
-$PALANG['pAdminCreate_admin_username_text_error1'] = 'E-mail adres<br /><span class="error_msg">Beheerder is geen geldig e-mail adres!</span>';
-$PALANG['pAdminCreate_admin_username_text_error2'] = 'E-mail adres<br /><span class="error_msg">De beheerder bestaat al of is niet geldig</span>';
+$PALANG['pAdminCreate_admin_username_text_error1'] = 'e-mail adres<br /><span class="error_msg">Beheerder is geen geldig e-mail adres!</span>';
+$PALANG['pAdminCreate_admin_username_text_error2'] = 'e-mail adres<br /><span class="error_msg">De beheerder bestaat al of is niet geldig</span>';
$PALANG['pAdminCreate_admin_password'] = 'Wachtwoord';
$PALANG['pAdminCreate_admin_password2'] = 'Wachtwoord (nogmaals)';
$PALANG['pAdminCreate_admin_password_text_error'] = '<span class="error_msg">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</span>';
@@ -290,7 +290,7 @@
$PALANG['pAdminEdit_admin_password2'] = 'Wachtwoord (nogmaals)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">De wachtwoorden die u opgaf komen niet overeen.<br />Of zijn leeg.</span>';
$PALANG['pAdminEdit_admin_active'] = 'Actief';
-$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin'; # XXX
+$PALANG['pAdminEdit_admin_super_admin'] = 'Super administrator';
$PALANG['pAdminEdit_admin_button'] = 'Bewerk beheerder';
$PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">Mislukt om beheerder te bewerken</span>';
$PALANG['pAdminEdit_admin_result_success'] = 'Beheerder is bewerkt!';
@@ -306,13 +306,13 @@
$PALANG['pUsersMenu_edit_alias'] = 'Wijzig uw forward';
$PALANG['pUsersMenu_password'] = 'Wijzig wachtwoord';
-$PALANG['pUsersMain_vacation'] = 'Stel een "out of office" bericht of auto-responder voor uw e-mail in.';
+$PALANG['pUsersMain_vacation'] = 'Stel een "out of office" bericht of automatisch beantwoorden voor uw e-mail in.';
$PALANG['pUsersMain_vacationSet'] = $PALANG['pUsersMenu_vacation'] . ' is actief, click \'' . $PALANG['pUsersMenu_vacation'] . '\' to ' . $PALANG['edit'] . '/verweideren';
$PALANG['pUsersMain_edit_alias'] = 'Wijzig uw e-mail forwarding.';
$PALANG['pUsersMain_password'] = 'Wijzig uw huidige wachtwoord.';
$PALANG['pUsersVacation_welcome'] = 'Automatisch beantwoorden.';
-$PALANG['pUsersVacation_welcome_text'] = 'U heeft al een auto beantwoorder ingesteld.';
+$PALANG['pUsersVacation_welcome_text'] = 'U heeft uw automatisch beantwoorden ingesteld.';
$PALANG['pUsersVacation_subject'] = 'Onderwerp';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office';
$PALANG['pUsersVacation_body'] = 'Bericht';
@@ -322,15 +322,15 @@
EOM;
$PALANG['pUsersVacation_button_away'] = 'Afwezig';
$PALANG['pUsersVacation_button_back'] = 'Kom terug';
-$PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Mislukt om uw automatisch beantwoorder instellingen te wijzigen.</span>';
-$PALANG['pUsersVacation_result_success'] = 'Uw automatisch beantwoorder is verwijderd.';
+$PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Mislukt om uw automatisch beantwoorden instellingen te wijzigen.</span>';
+$PALANG['pUsersVacation_result_success'] = 'Uw automatisch beantwoorden is verwijderd.';
-$PALANG['pCreate_dbLog_createmailbox'] = 'create mailbox'; # XXX
-$PALANG['pCreate_dbLog_createalias'] = 'create alias'; # XXX
-$PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; # XXX
-$PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; # XXX
+$PALANG['pCreate_dbLog_createmailbox'] = 'mailbox aangemaakt';
+$PALANG['pCreate_dbLog_createalias'] = 'alias aangemaakt';
+$PALANG['pDelete_dbLog_deletealias'] = 'alias verwijdert';
+$PALANG['pDelete_dbLog_deletemailbox'] = 'mailbox verwijdert';
-$PALANG['pEdit_dbLog_editactive'] = 'change active state'; # XXX
+$PALANG['pEdit_dbLog_editactive'] = 'status verandert';
$PALANG['pEdit_dbLog_editalias'] = 'bewerk alias';
$PALANG['pEdit_dbLog_editmailbox'] = 'bewerk mailbox';
@@ -346,7 +346,7 @@
$PALANG['pBroadcast_success'] = 'Uw broadcast bericht is verzonden.';
$PALANG['pAdminMenu_broadcast_message'] = 'BC bericht';
$PALANG['pBroadcast_error_empty'] = 'De velden Naam, Onderwerp en Bericht mogen niet leeg zijn !';
-$PALANG['pStatus_undeliverable'] = 'Misschien onbezorgbaar ';
+$PALANG['pStatus_undeliverable'] = 'Misschien niet af te leveren ';
$PALANG['pStatus_custom'] = 'Bezorgen op ';
$PALANG['pStatus_popimap'] = 'POP/IMAP ';
$PALANG['pPasswordTooShort'] = "Wachtwoord is te kort - moet minimaal %s karakters bevatten";
@@ -358,37 +358,37 @@
$PALANG['pFetchmail_invalid_mailbox'] = 'Ongeldige mailbox!';
$PALANG['pFetchmail_server_missing'] = 'Naam van server!';
$PALANG['pFetchmail_user_missing'] = 'Naam van de gebruiker!';
-$PALANG['pFetchmail_password_missing'] = 'Please echtwoord!';
-$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
-$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
-$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
-$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
-$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
-$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
-$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
-$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
-$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
-$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
-$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
-$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
-$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
-$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
-$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
-$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
-$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
-$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
-$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
-$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
-$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
-$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
-$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
-$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
-$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
-$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
-$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
-$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
-$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
-$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
+$PALANG['pFetchmail_password_missing'] = 'Wachtwoord!';
+$PALANG['pFetchmail_field_id'] = 'ID';
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox';
+$PALANG['pFetchmail_field_src_server'] = 'Server';
+$PALANG['pFetchmail_field_src_auth'] = 'Autorisatie Type';
+$PALANG['pFetchmail_field_src_user'] = 'Gebruiker';
+$PALANG['pFetchmail_field_src_password'] = 'Wachtwoord';
+$PALANG['pFetchmail_field_src_folder'] = 'Folder';
+$PALANG['pFetchmail_field_poll_time'] = 'Interval';
+$PALANG['pFetchmail_field_fetchall'] = 'Alle mail ophalen';
+$PALANG['pFetchmail_field_keep'] = 'Mail laten staan';
+$PALANG['pFetchmail_field_protocol'] = 'Protocol';
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Opties';
+$PALANG['pFetchmail_field_mda'] = 'MDA';
+$PALANG['pFetchmail_field_date'] = 'Datum';
+$PALANG['pFetchmail_field_returned_text'] = 'Teruggestuurd bericht';
+$PALANG['pFetchmail_desc_id'] = 'Record ID';
+$PALANG['pFetchmail_desc_mailbox'] = 'Naar welke mailbox sturen we de opgehaalde mail.';
+$PALANG['pFetchmail_desc_src_server'] = 'Andere Server.';
+$PALANG['pFetchmail_desc_src_auth'] = 'In de meeste gevallen \'password\''; # Translators: Please do NOT translate 'password' here
+$PALANG['pFetchmail_desc_src_user'] = 'Gebruiker op andere server.';
+$PALANG['pFetchmail_desc_src_password'] = 'Wachtwoord op andere server.';
+$PALANG['pFetchmail_desc_src_folder'] = 'Folder op andere server.';
+$PALANG['pFetchmail_desc_poll_time'] = 'Check iedere ... minuten.';
+$PALANG['pFetchmail_desc_fetchall'] = 'Haal zowel oude (gelezen) als nieuwe berichten op.';
+$PALANG['pFetchmail_desc_keep'] = 'Laat opgehaalde berichten op de andere server staan.';
+$PALANG['pFetchmail_desc_protocol'] = 'Het te gebruiken protocol.';
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Opties.';
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent.';
+$PALANG['pFetchmail_desc_date'] = 'Datum van de laatste polling/configuratie verandering.';
+$PALANG['pFetchmail_desc_returned_text'] = 'Text bericht van de laatste polling.';
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <Gin...@us...> - 2007-11-14 21:43:02
|
Revision: 226
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=226&view=rev
Author: GingerDog
Date: 2007-11-14 13:43:02 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
file extensions should be lower case ;)
Added Paths:
-----------
trunk/DOCUMENTS/BACKUP_MX.txt
trunk/DOCUMENTS/DOVECOT.txt
trunk/DOCUMENTS/HORDE.txt
trunk/DOCUMENTS/LANGUAGE.txt
trunk/DOCUMENTS/POSTFIXADMIN.txt
trunk/DOCUMENTS/POSTFIX_CONF.txt
trunk/DOCUMENTS/SUPERADMIN.txt
trunk/DOCUMENTS/TABLE_BACKUP_MX.txt
trunk/DOCUMENTS/TABLE_CHANGES.txt
trunk/DOCUMENTS/UPGRADE.txt
Removed Paths:
-------------
trunk/DOCUMENTS/BACKUP_MX.TXT
trunk/DOCUMENTS/DOVECOT.TXT
trunk/DOCUMENTS/HORDE.TXT
trunk/DOCUMENTS/LANGUAGE.TXT
trunk/DOCUMENTS/POSTFIXADMIN.TXT
trunk/DOCUMENTS/POSTFIX_CONF.TXT
trunk/DOCUMENTS/SUPERADMIN.TXT
trunk/DOCUMENTS/TABLE_BACKUP_MX.TXT
trunk/DOCUMENTS/TABLE_CHANGES.TXT
trunk/DOCUMENTS/UPGRADE.TXT
Deleted: trunk/DOCUMENTS/BACKUP_MX.TXT
===================================================================
--- trunk/DOCUMENTS/BACKUP_MX.TXT 2007-11-14 21:40:39 UTC (rev 225)
+++ trunk/DOCUMENTS/BACKUP_MX.TXT 2007-11-14 21:43:02 UTC (rev 226)
@@ -1,49 +0,0 @@
-#
-# Postfix Admin
-# by Mischa Peters <mischa at high5 dot net>
-# Copyright (c) 2002 - 2005 High5!
-# Licensed under GPL for more info check GPL-LICENSE.TXT
-#
-
-REQUIRED!!
-----------
-- You are using Postfix 2.0 or higher.
-- You are using Apache 1.3.27 / Lighttpd 1.3.15 or higher.
-- You are using PHP 4.1 or higher.
-- You are using MySQL 3.23 or higher.
-
-
-READ THIS FIRST!
-----------------
-When this is an upgrade from Postfix Admin 1.5.4 please read UPGRADE.TXT!!
-
-When you are upgrading from 2.0.x please read DOCUMENTS/TABLE_BACKUP_MX.TXT
-
-More information is available on http://high5.net/howto/
-
-
-1. Modify main.cf
------------------
-In order for Postfix to use MySQL for relay_domains add the following
-to your main.cf
-
-relay_domains = proxy:mysql:/usr/local/etc/postfix/mysql_relay_domains_maps.cf
-
-
-2. mysql_relay_domains_maps.cf
-------------------------------
-You will need to put this into a text file for postfix to pickup.
-
-user = postfix
-password = postfix
-hosts = localhost
-dbname = postfix
-table = domain
-select_field = domain
-where_field = domain
-additional_conditions = and backupmx = '1'
-
-
-3. Restart Postfix
--------------------
-When you are done make sure to restart Postfix so the changes take effect.
Copied: trunk/DOCUMENTS/BACKUP_MX.txt (from rev 222, trunk/DOCUMENTS/BACKUP_MX.TXT)
===================================================================
--- trunk/DOCUMENTS/BACKUP_MX.txt (rev 0)
+++ trunk/DOCUMENTS/BACKUP_MX.txt 2007-11-14 21:43:02 UTC (rev 226)
@@ -0,0 +1,49 @@
+#
+# Postfix Admin
+# by Mischa Peters <mischa at high5 dot net>
+# Copyright (c) 2002 - 2005 High5!
+# Licensed under GPL for more info check GPL-LICENSE.TXT
+#
+
+REQUIRED!!
+----------
+- You are using Postfix 2.0 or higher.
+- You are using Apache 1.3.27 / Lighttpd 1.3.15 or higher.
+- You are using PHP 4.1 or higher.
+- You are using MySQL 3.23 or higher.
+
+
+READ THIS FIRST!
+----------------
+When this is an upgrade from Postfix Admin 1.5.4 please read UPGRADE.TXT!!
+
+When you are upgrading from 2.0.x please read DOCUMENTS/TABLE_BACKUP_MX.TXT
+
+More information is available on http://high5.net/howto/
+
+
+1. Modify main.cf
+-----------------
+In order for Postfix to use MySQL for relay_domains add the following
+to your main.cf
+
+relay_domains = proxy:mysql:/usr/local/etc/postfix/mysql_relay_domains_maps.cf
+
+
+2. mysql_relay_domains_maps.cf
+------------------------------
+You will need to put this into a text file for postfix to pickup.
+
+user = postfix
+password = postfix
+hosts = localhost
+dbname = postfix
+table = domain
+select_field = domain
+where_field = domain
+additional_conditions = and backupmx = '1'
+
+
+3. Restart Postfix
+-------------------
+When you are done make sure to restart Postfix so the changes take effect.
Deleted: trunk/DOCUMENTS/DOVECOT.TXT
===================================================================
--- trunk/DOCUMENTS/DOVECOT.TXT 2007-11-14 21:40:39 UTC (rev 225)
+++ trunk/DOCUMENTS/DOVECOT.TXT 2007-11-14 21:43:02 UTC (rev 226)
@@ -1,52 +0,0 @@
-#
-# Dovecot configuration for Postfix Admin
-# Written by: Massimo <AndyCapp> Danieli
-#
-
-1. Dovecot setup
------------------
-
-dovecot.conf relevant part for postfixadmin setup
-Please refer to Dovecot documentation for complete information.
-
-default_mail_env = maildir:/usr/local/virtual/%u/
-
-
-# auth_userdb specifies maildir location and user/group ID to use
-auth_userdb = mysql /etc/dovecot/dovecot-mysql.conf
-
-# auth_passdb specifies user passwords
-auth_passdb = mysql /etc/dovecot/dovecot-mysql.conf
-
-# Valid UID range for users, defaults to 500 and above.
-first_valid_uid = 1001 # Change this to your postifx UID
-
-
-2. Dovecot mysql setup
-----------------------
-
-Below you'll find the relevant part of dovecot-mysql.conf file regarding our setup
-Things you may need to change are db_password, uid and gid
-
-db_host = localhost
-db_port = 3306
-# Default sock for Debian sarge
-db_unix_socket = /var/run/mysqld/mysqld.sock
-db = postfix
-db_user = postfix
-db_passwd = postfix
-db_client_flags = 0
-
-# Default password scheme.
-
-default_pass_scheme = PLAIN-MD5
-
-# Query to retrieve password.
-
-password_query = SELECT password FROM mailbox WHERE username = '%u'
-
-# Query to retrieve user information.
-
-user_query = SELECT maildir, 1001 AS uid, 1001 AS gid FROM mailbox WHERE username = '%u'
-
-NB The GID and UID are for postfix user and group ID, NOT MySQL user and group ID.
Copied: trunk/DOCUMENTS/DOVECOT.txt (from rev 222, trunk/DOCUMENTS/DOVECOT.TXT)
===================================================================
--- trunk/DOCUMENTS/DOVECOT.txt (rev 0)
+++ trunk/DOCUMENTS/DOVECOT.txt 2007-11-14 21:43:02 UTC (rev 226)
@@ -0,0 +1,52 @@
+#
+# Dovecot configuration for Postfix Admin
+# Written by: Massimo <AndyCapp> Danieli
+#
+
+1. Dovecot setup
+-----------------
+
+dovecot.conf relevant part for postfixadmin setup
+Please refer to Dovecot documentation for complete information.
+
+default_mail_env = maildir:/usr/local/virtual/%u/
+
+
+# auth_userdb specifies maildir location and user/group ID to use
+auth_userdb = mysql /etc/dovecot/dovecot-mysql.conf
+
+# auth_passdb specifies user passwords
+auth_passdb = mysql /etc/dovecot/dovecot-mysql.conf
+
+# Valid UID range for users, defaults to 500 and above.
+first_valid_uid = 1001 # Change this to your postifx UID
+
+
+2. Dovecot mysql setup
+----------------------
+
+Below you'll find the relevant part of dovecot-mysql.conf file regarding our setup
+Things you may need to change are db_password, uid and gid
+
+db_host = localhost
+db_port = 3306
+# Default sock for Debian sarge
+db_unix_socket = /var/run/mysqld/mysqld.sock
+db = postfix
+db_user = postfix
+db_passwd = postfix
+db_client_flags = 0
+
+# Default password scheme.
+
+default_pass_scheme = PLAIN-MD5
+
+# Query to retrieve password.
+
+password_query = SELECT password FROM mailbox WHERE username = '%u'
+
+# Query to retrieve user information.
+
+user_query = SELECT maildir, 1001 AS uid, 1001 AS gid FROM mailbox WHERE username = '%u'
+
+NB The GID and UID are for postfix user and group ID, NOT MySQL user and group ID.
Deleted: trunk/DOCUMENTS/HORDE.TXT
===================================================================
--- trunk/DOCUMENTS/HORDE.TXT 2007-11-14 21:40:39 UTC (rev 225)
+++ trunk/DOCUMENTS/HORDE.TXT 2007-11-14 21:43:02 UTC (rev 226)
@@ -1,50 +0,0 @@
-Horde integration with Postfixadmin
-
-This is taken from the following thread :
-
-https://sourceforge.net/forum/forum.php?thread_id=1869141&forum_id=676076
-
-Namely :
-
-"Hi, people, I was wondering if anyone was using PA with Horde3. I want my users to be able to change teir password from inside Horde, so I was wondering if anyone has implemented a custom hook or defined a SQL query to make the password change possible. "
-
-
-Solution :
-
-"Hi,
-
-that works for me without any hook - with the SQL driver. I connect through IP to localhost. You can also try socket connection...
-
-my horde/passwd/config/backends.php looks like:
-
-$backends['sql'] = array (
-'name' => 'Mail SQL Server',
-'preferred' => '',
-'password policy' => array(
-'minLength' => 3,
-'maxLength' => 8,
-'maxSpace' => 0,
-'minUpper' => 1,
-'minLower' => 1,
-'minNumeric' => 1,
-'minSymbols' => 1
-),
-'driver' => 'sql',
-'params' => array(
-'phptype' => 'mysql',
-'hostspec' => '127.0.0.1',
-'port' => '3306',
-'protocol' => 'tcp',
-'username' => 'postfix',
-'password' => 'yourpostfixdbpassword',
-'encryption' => 'crypt-md5',
-'database' => 'postfix',
-'table' => 'mailbox',
-'user_col' => 'username',
-'pass_col' => 'password',
-'show_encryption' => false
-)
-); "
-
-Thanks to 'Kope' for the solution, and of course Luis Hernán Otegui (slimshady76) for asking the question.
-
Copied: trunk/DOCUMENTS/HORDE.txt (from rev 225, trunk/DOCUMENTS/HORDE.TXT)
===================================================================
--- trunk/DOCUMENTS/HORDE.txt (rev 0)
+++ trunk/DOCUMENTS/HORDE.txt 2007-11-14 21:43:02 UTC (rev 226)
@@ -0,0 +1,50 @@
+Horde integration with Postfixadmin
+
+This is taken from the following thread :
+
+https://sourceforge.net/forum/forum.php?thread_id=1869141&forum_id=676076
+
+Namely :
+
+"Hi, people, I was wondering if anyone was using PA with Horde3. I want my users to be able to change teir password from inside Horde, so I was wondering if anyone has implemented a custom hook or defined a SQL query to make the password change possible. "
+
+
+Solution :
+
+"Hi,
+
+that works for me without any hook - with the SQL driver. I connect through IP to localhost. You can also try socket connection...
+
+my horde/passwd/config/backends.php looks like:
+
+$backends['sql'] = array (
+'name' => 'Mail SQL Server',
+'preferred' => '',
+'password policy' => array(
+'minLength' => 3,
+'maxLength' => 8,
+'maxSpace' => 0,
+'minUpper' => 1,
+'minLower' => 1,
+'minNumeric' => 1,
+'minSymbols' => 1
+),
+'driver' => 'sql',
+'params' => array(
+'phptype' => 'mysql',
+'hostspec' => '127.0.0.1',
+'port' => '3306',
+'protocol' => 'tcp',
+'username' => 'postfix',
+'password' => 'yourpostfixdbpassword',
+'encryption' => 'crypt-md5',
+'database' => 'postfix',
+'table' => 'mailbox',
+'user_col' => 'username',
+'pass_col' => 'password',
+'show_encryption' => false
+)
+); "
+
+Thanks to 'Kope' for the solution, and of course Luis Hernán Otegui (slimshady76) for asking the question.
+
Deleted: trunk/DOCUMENTS/LANGUAGE.TXT
===================================================================
--- trunk/DOCUMENTS/LANGUAGE.TXT 2007-11-14 21:40:39 UTC (rev 225)
+++ trunk/DOCUMENTS/LANGUAGE.TXT 2007-11-14 21:43:02 UTC (rev 226)
@@ -1,46 +0,0 @@
-#
-# Postfix Admin
-# by Mischa Peters <mischa at high5 dot net>
-# Copyright (c) 2002 - 2005 High5!
-# 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
-
-
-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: ';
Copied: trunk/DOCUMENTS/LANGUAGE.txt (from rev 222, trunk/DOCUMENTS/LANGUAGE.TXT)
===================================================================
--- trunk/DOCUMENTS/LANGUAGE.txt (rev 0)
+++ trunk/DOCUMENTS/LANGUAGE.txt 2007-11-14 21:43:02 UTC (rev 226)
@@ -0,0 +1,46 @@
+#
+# Postfix Admin
+# by Mischa Peters <mischa at high5 dot net>
+# Copyright (c) 2002 - 2005 High5!
+# 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
+
+
+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: ';
Deleted: trunk/DOCUMENTS/POSTFIXADMIN.TXT
===================================================================
--- trunk/DOCUMENTS/POSTFIXADMIN.TXT 2007-11-14 21:40:39 UTC (rev 225)
+++ trunk/DOCUMENTS/POSTFIXADMIN.TXT 2007-11-14 21:43:02 UTC (rev 226)
@@ -1,20 +0,0 @@
-
----------------------------------------
- The different parts of PostfixAdmin
-
-/admin directory scripts are used by superadmins, also known as 'site admins'.
-When you log in as a superadmin you'll be running scripts from /admin that
-won't bother checking to see if you are allowed to admin for a domain. As
-a superadmin you can add and remove domains, mailboxes, aliases, domain admins,
-and create more superadmins. A superadmin will be not stopped from doing
-anything, so be careful, you can delete your our login account.
-
-login.php sorts out what type of admin you are and sends you to the right place.
-The scripts in / are used by domain admins and always check to see if you are
-an admin for the domain (or user within a domain) you are attempting to change.
-
-End user scripts only do operations on the currently logged in user.
-If the end user options provide more than you want your users to have,
-check the user options in config.inc.php, or, even better, edit the
-user templates and remove the options.
-
Copied: trunk/DOCUMENTS/POSTFIXADMIN.txt (from rev 222, trunk/DOCUMENTS/POSTFIXADMIN.TXT)
===================================================================
--- trunk/DOCUMENTS/POSTFIXADMIN.txt (rev 0)
+++ trunk/DOCUMENTS/POSTFIXADMIN.txt 2007-11-14 21:43:02 UTC (rev 226)
@@ -0,0 +1,20 @@
+
+---------------------------------------
+ The different parts of PostfixAdmin
+
+/admin directory scripts are used by superadmins, also known as 'site admins'.
+When you log in as a superadmin you'll be running scripts from /admin that
+won't bother checking to see if you are allowed to admin for a domain. As
+a superadmin you can add and remove domains, mailboxes, aliases, domain admins,
+and create more superadmins. A superadmin will be not stopped from doing
+anything, so be careful, you can delete your our login account.
+
+login.php sorts out what type of admin you are and sends you to the right place.
+The scripts in / are used by domain admins and always check to see if you are
+an admin for the domain (or user within a domain) you are attempting to change.
+
+End user scripts only do operations on the currently logged in user.
+If the end user options provide more than you want your users to have,
+check the user options in config.inc.php, or, even better, edit the
+user templates and remove the options.
+
Deleted: trunk/DOCUMENTS/POSTFIX_CONF.TXT
===================================================================
--- trunk/DOCUMENTS/POSTFIX_CONF.TXT 2007-11-14 21:40:39 UTC (rev 225)
+++ trunk/DOCUMENTS/POSTFIX_CONF.TXT 2007-11-14 21:43:02 UTC (rev 226)
@@ -1,69 +0,0 @@
-
- Postfix configuration for use with PostfixAdmin
-
------------------------
-
- Your installation of Postfix MUST support either MySQL or Postgres
-lookup tables. You can verify that with 'postconf -m'
-
-Its generally recommended to use proxy as well (which should also appear in
-postconf -m) Three main.cf variables are involved:
-
-virtual_alias_maps = proxy:mysql:/etc/postfix/sql/mysql_virtual_alias_maps.cf
-virtual_mailbox_domains = proxy:mysql:/etc/postfix/sql/mysql_virtual_domains_maps.cf
-virtual_mailbox_maps = proxy:mysql:/etc/postfix/sql/mysql_virtual_mailbox_maps.cf
-
-Where you chose to store the .cf files doesn't really matter, but they will
-have database passwords stored in plain text so they should be readable only
-by user postfix, or in a directory only accessible to user postfix.
-
-This isn't necessarily all you need to do to Postfix to get up and
-running. Also, additional changes are needed for the vacation
-autoreply features.
-
--------------------------
-
- Contents of the files
-
-These are examples only, you will likely have to and want to make some
-cumtomizations. You will also want to consider the config.inc.php
-settings for domain_path and domain_in_mailbox. These examples
-use values of domain_path=YES and domain_in_mailbox=NO
-
-mysql_virtual_alias_maps.cf:
-user = postfix
-password = password
-hosts = localhost
-dbname = postfix
-query = SELECT goto FROM alias WHERE address='%s' AND active = '1'
-#expansion_limit = 100
-
-
-mysql_virtual_domains_maps.cf:
-user = postfix
-password = password
-hosts = localhost
-dbname = postfix
-query = SELECT domain FROM domain WHERE domain='%u'
-#query = SELECT domain FROM domain WHERE domain='%s'
-#optional query to use when relaying for backup MX
-#query = SELECT domain FROM domain WHERE domain='%s' AND backupmx = '0' AND active = '1'
-#expansion_limit = 100
-
-
-mysql_virtual_mailbox_maps.cf:
-user = postfix
-password = password
-hosts = localhost
-dbname = postfix
-query = SELECT CONCAT(domain,'/',maildir) FROM mailbox WHERE username='%s' AND active = '1'
-#expansion_limit = 100
-
--------------------------
-
- More information - HowTo docs that use PostfixAdmin
-
-http://postfix.wiki.xs4all.nl/index.php?title=Virtual_Users_and_Domains_with_Courier-IMAP_and_MySQL
-http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL
-
-
Copied: trunk/DOCUMENTS/POSTFIX_CONF.txt (from rev 222, trunk/DOCUMENTS/POSTFIX_CONF.TXT)
===================================================================
--- trunk/DOCUMENTS/POSTFIX_CONF.txt (rev 0)
+++ trunk/DOCUMENTS/POSTFIX_CONF.txt 2007-11-14 21:43:02 UTC (rev 226)
@@ -0,0 +1,69 @@
+
+ Postfix configuration for use with PostfixAdmin
+
+-----------------------
+
+ Your installation of Postfix MUST support either MySQL or Postgres
+lookup tables. You can verify that with 'postconf -m'
+
+Its generally recommended to use proxy as well (which should also appear in
+postconf -m) Three main.cf variables are involved:
+
+virtual_alias_maps = proxy:mysql:/etc/postfix/sql/mysql_virtual_alias_maps.cf
+virtual_mailbox_domains = proxy:mysql:/etc/postfix/sql/mysql_virtual_domains_maps.cf
+virtual_mailbox_maps = proxy:mysql:/etc/postfix/sql/mysql_virtual_mailbox_maps.cf
+
+Where you chose to store the .cf files doesn't really matter, but they will
+have database passwords stored in plain text so they should be readable only
+by user postfix, or in a directory only accessible to user postfix.
+
+This isn't necessarily all you need to do to Postfix to get up and
+running. Also, additional changes are needed for the vacation
+autoreply features.
+
+-------------------------
+
+ Contents of the files
+
+These are examples only, you will likely have to and want to make some
+cumtomizations. You will also want to consider the config.inc.php
+settings for domain_path and domain_in_mailbox. These examples
+use values of domain_path=YES and domain_in_mailbox=NO
+
+mysql_virtual_alias_maps.cf:
+user = postfix
+password = password
+hosts = localhost
+dbname = postfix
+query = SELECT goto FROM alias WHERE address='%s' AND active = '1'
+#expansion_limit = 100
+
+
+mysql_virtual_domains_maps.cf:
+user = postfix
+password = password
+hosts = localhost
+dbname = postfix
+query = SELECT domain FROM domain WHERE domain='%u'
+#query = SELECT domain FROM domain WHERE domain='%s'
+#optional query to use when relaying for backup MX
+#query = SELECT domain FROM domain WHERE domain='%s' AND backupmx = '0' AND active = '1'
+#expansion_limit = 100
+
+
+mysql_virtual_mailbox_maps.cf:
+user = postfix
+password = password
+hosts = localhost
+dbname = postfix
+query = SELECT CONCAT(domain,'/',maildir) FROM mailbox WHERE username='%s' AND active = '1'
+#expansion_limit = 100
+
+-------------------------
+
+ More information - HowTo docs that use PostfixAdmin
+
+http://postfix.wiki.xs4all.nl/index.php?title=Virtual_Users_and_Domains_with_Courier-IMAP_and_MySQL
+http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL
+
+
Deleted: trunk/DOCUMENTS/SUPERADMIN.TXT
===================================================================
--- trunk/DOCUMENTS/SUPERADMIN.TXT 2007-11-14 21:40:39 UTC (rev 225)
+++ trunk/DOCUMENTS/SUPERADMIN.TXT 2007-11-14 21:43:02 UTC (rev 226)
@@ -1,37 +0,0 @@
-------------------------------------
- Recreating a superadmin account
-
-
-When you run setup.php you will be required to enter a super user name and password.
-This user will be able to login and modify any domain or setting. Hence, superadmin!.
-
-With that login you can create new superadmins (and you should delete or change the
-password of ad...@do...). If that user is no longer there or you didn't use
-the .TXT files, you could add another manually from the database.
-
-(The example uses MySQL, the syntax will be similar for PostgreSQL)
-
-# mysql
-Welcome to the MySQL monitor. Commands end with ; or \g.
-Your MySQL connection id is 8186 to server version: 5.0.27
-
-Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
-
-mysql> use postfix
-Reading table information for completion of table and column names
-You can turn off this feature to get a quicker startup with -A
-
-Database changed
-mysql> INSERT INTO domain_admins (username, domain, active) VALUES ('ne...@do...','ALL','1');
-Query OK, 1 row affected (0.00 sec)
-
-mysql> INSERT INTO admin (username, password, active) VALUES ('ne...@do...','$1$0fec9189$bgI6ncWrldPOsXnkUBIjl1','1');
-Query OK, 1 row affected (0.00 sec)
-
-mysql> exit
-Bye
-
-Then you can log in as ne...@do..., password: admin
-
-
-(The domain 'ALL' should already exist in the domain table; if not you'll need to recreate it)
Copied: trunk/DOCUMENTS/SUPERADMIN.txt (from rev 222, trunk/DOCUMENTS/SUPERADMIN.TXT)
===================================================================
--- trunk/DOCUMENTS/SUPERADMIN.txt (rev 0)
+++ trunk/DOCUMENTS/SUPERADMIN.txt 2007-11-14 21:43:02 UTC (rev 226)
@@ -0,0 +1,37 @@
+------------------------------------
+ Recreating a superadmin account
+
+
+When you run setup.php you will be required to enter a super user name and password.
+This user will be able to login and modify any domain or setting. Hence, superadmin!.
+
+With that login you can create new superadmins (and you should delete or change the
+password of ad...@do...). If that user is no longer there or you didn't use
+the .TXT files, you could add another manually from the database.
+
+(The example uses MySQL, the syntax will be similar for PostgreSQL)
+
+# mysql
+Welcome to the MySQL monitor. Commands end with ; or \g.
+Your MySQL connection id is 8186 to server version: 5.0.27
+
+Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
+
+mysql> use postfix
+Reading table information for completion of table and column names
+You can turn off this feature to get a quicker startup with -A
+
+Database changed
+mysql> INSERT INTO domain_admins (username, domain, active) VALUES ('ne...@do...','ALL','1');
+Query OK, 1 row affected (0.00 sec)
+
+mysql> INSERT INTO admin (username, password, active) VALUES ('ne...@do...','$1$0fec9189$bgI6ncWrldPOsXnkUBIjl1','1');
+Query OK, 1 row affected (0.00 sec)
+
+mysql> exit
+Bye
+
+Then you can log in as ne...@do..., password: admin
+
+
+(The domain 'ALL' should already exist in the domain table; if not you'll need to recreate it)
Deleted: trunk/DOCUMENTS/TABLE_BACKUP_MX.TXT
===================================================================
--- trunk/DOCUMENTS/TABLE_BACKUP_MX.TXT 2007-11-14 21:40:39 UTC (rev 225)
+++ trunk/DOCUMENTS/TABLE_BACKUP_MX.TXT 2007-11-14 21:43:02 UTC (rev 226)
@@ -1,19 +0,0 @@
-#
-# Postfix Admin
-# by Mischa Peters <mischa at high5 dot net>
-# Copyright (c) 2002 - 2005 High5!
-# Licensed under GPL for more info check GPL-LICENSE.TXT
-#
-
-# mysql -u root [-p] < DOCUMENTS/TABLE_BACKUP_MX.TXT
-
-#
-# Table structure for table domain_admins
-#
-USE postfix;
-
-#
-# Modify table structure for table domain
-#
-ALTER TABLE domain ADD transport VARCHAR(255) AFTER maxquota;
-ALTER TABLE domain ADD backupmx TINYINT(1) DEFAULT '0' NOT NULL AFTER transport;
Copied: trunk/DOCUMENTS/TABLE_BACKUP_MX.txt (from rev 222, trunk/DOCUMENTS/TABLE_BACKUP_MX.TXT)
===================================================================
--- trunk/DOCUMENTS/TABLE_BACKUP_MX.txt (rev 0)
+++ trunk/DOCUMENTS/TABLE_BACKUP_MX.txt 2007-11-14 21:43:02 UTC (rev 226)
@@ -0,0 +1,19 @@
+#
+# Postfix Admin
+# by Mischa Peters <mischa at high5 dot net>
+# Copyright (c) 2002 - 2005 High5!
+# Licensed under GPL for more info check GPL-LICENSE.TXT
+#
+
+# mysql -u root [-p] < DOCUMENTS/TABLE_BACKUP_MX.TXT
+
+#
+# Table structure for table domain_admins
+#
+USE postfix;
+
+#
+# Modify table structure for table domain
+#
+ALTER TABLE domain ADD transport VARCHAR(255) AFTER maxquota;
+ALTER TABLE domain ADD backupmx TINYINT(1) DEFAULT '0' NOT NULL AFTER transport;
Deleted: trunk/DOCUMENTS/TABLE_CHANGES.TXT
===================================================================
--- trunk/DOCUMENTS/TABLE_CHANGES.TXT 2007-11-14 21:40:39 UTC (rev 225)
+++ trunk/DOCUMENTS/TABLE_CHANGES.TXT 2007-11-14 21:43:02 UTC (rev 226)
@@ -1,104 +0,0 @@
-#
-# Postfix Admin
-# by Mischa Peters <mischa at high5 dot net>
-# Copyright (c) 2002 - 2005 High5!
-# Licensed under GPL for more info check GPL-LICENSE.TXT
-#
-
-# mysql -u root [-p] < TABLE_CHANGES.TXT
-
-#
-# Table structure for table domain_admins
-#
-USE postfix;
-CREATE TABLE IF NOT EXISTS domain_admins (
- username varchar(255) NOT NULL default '',
- domain varchar(255) NOT NULL default '',
- created datetime NOT NULL default '0000-00-00 00:00:00',
- active tinyint(1) NOT NULL default '1',
- KEY username (username)
-) TYPE=MyISAM COMMENT='Postfix Admin - Domain Admins';
-
-#
-# Table structure for table log
-#
-CREATE TABLE IF NOT EXISTS log (
- timestamp datetime NOT NULL default '0000-00-00 00:00:00',
- username varchar(255) NOT NULL default '',
- domain varchar(255) NOT NULL default '',
- action varchar(255) NOT NULL default '',
- data varchar(255) NOT NULL default '',
- KEY timestamp (timestamp)
-) TYPE=MyISAM COMMENT='Postfix Admin - Log';
-
-#
-# Table structure for table vacation
-#
-CREATE TABLE IF NOT EXISTS vacation (
- email varchar(255) NOT NULL default '',
- subject varchar(255) NOT NULL default '',
- body text NOT NULL,
- cache text NOT NULL,
- domain varchar(255) NOT NULL default '',
- created datetime NOT NULL default '0000-00-00 00:00:00',
- active tinyint(1) NOT NULL default '1',
- PRIMARY KEY (email),
- KEY email (email)
-) TYPE=MyISAM COMMENT='Postfix Admin - Virtual Vacation';
-
-#
-# Modify table structure for table admin
-#
-ALTER TABLE admin CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
-ALTER TABLE admin CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
-ALTER TABLE admin ADD INDEX (username);
-
-#
-# Modify table structure for table alias
-#
-ALTER TABLE alias CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
-ALTER TABLE alias CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
-ALTER TABLE alias ADD INDEX (address);
-
-#
-# Modify table structure for table domain
-#
-ALTER TABLE domain CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
-ALTER TABLE domain CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
-ALTER TABLE domain ADD aliases INT(10) DEFAULT '-1' NOT NULL AFTER description;
-ALTER TABLE domain ADD mailboxes INT(10) DEFAULT '-1' NOT NULL AFTER aliases;
-ALTER TABLE domain ADD maxquota INT(10) DEFAULT '-1' NOT NULL AFTER mailboxes;
-ALTER TABLE domain ADD transport VARCHAR(255) AFTER maxquota;
-ALTER TABLE domain ADD backupmx TINYINT(1) DEFAULT '0' NOT NULL AFTER transport;
-ALTER TABLE domain ADD INDEX (domain);
-
-#
-# Modify table structure for table mailbox
-#
-ALTER TABLE mailbox CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
-ALTER TABLE mailbox CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
-ALTER TABLE mailbox ADD quota INT(10) DEFAULT '-1' NOT NULL AFTER maildir;
-ALTER TABLE mailbox ADD INDEX (username);
-
-#
-# Modify table structure for table vacation
-#
-ALTER TABLE vacation ADD domain VARCHAR(255) DEFAULT '' NOT NULL AFTER cache;
-ALTER TABLE vacation ADD created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL AFTER domain;
-ALTER TABLE vacation ADD active TINYINT(1) DEFAULT '1' NOT NULL AFTER created;
-ALTER TABLE vacation DROP PRIMARY KEY, ADD PRIMARY KEY(email);
-
-#
-# Dumping data for table domain_admins
-#
-INSERT INTO domain_admins (username,domain,created) SELECT admin.username,admin.domain,domain.created FROM admin LEFT JOIN domain ON domain.domain=admin.domain;
-
-#
-# Modify data for table vacation
-#
-UPDATE vacation SET domain=SUBSTRING_INDEX(email, '@', -1) WHERE email=email;
-
-#
-# Modify table structure for table domain
-#
-ALTER TABLE admin DROP domain;
Copied: trunk/DOCUMENTS/TABLE_CHANGES.txt (from rev 222, trunk/DOCUMENTS/TABLE_CHANGES.TXT)
===================================================================
--- trunk/DOCUMENTS/TABLE_CHANGES.txt (rev 0)
+++ trunk/DOCUMENTS/TABLE_CHANGES.txt 2007-11-14 21:43:02 UTC (rev 226)
@@ -0,0 +1,104 @@
+#
+# Postfix Admin
+# by Mischa Peters <mischa at high5 dot net>
+# Copyright (c) 2002 - 2005 High5!
+# Licensed under GPL for more info check GPL-LICENSE.TXT
+#
+
+# mysql -u root [-p] < TABLE_CHANGES.TXT
+
+#
+# Table structure for table domain_admins
+#
+USE postfix;
+CREATE TABLE IF NOT EXISTS domain_admins (
+ username varchar(255) NOT NULL default '',
+ domain varchar(255) NOT NULL default '',
+ created datetime NOT NULL default '0000-00-00 00:00:00',
+ active tinyint(1) NOT NULL default '1',
+ KEY username (username)
+) TYPE=MyISAM COMMENT='Postfix Admin - Domain Admins';
+
+#
+# Table structure for table log
+#
+CREATE TABLE IF NOT EXISTS log (
+ timestamp datetime NOT NULL default '0000-00-00 00:00:00',
+ username varchar(255) NOT NULL default '',
+ domain varchar(255) NOT NULL default '',
+ action varchar(255) NOT NULL default '',
+ data varchar(255) NOT NULL default '',
+ KEY timestamp (timestamp)
+) TYPE=MyISAM COMMENT='Postfix Admin - Log';
+
+#
+# Table structure for table vacation
+#
+CREATE TABLE IF NOT EXISTS vacation (
+ email varchar(255) NOT NULL default '',
+ subject varchar(255) NOT NULL default '',
+ body text NOT NULL,
+ cache text NOT NULL,
+ domain varchar(255) NOT NULL default '',
+ created datetime NOT NULL default '0000-00-00 00:00:00',
+ active tinyint(1) NOT NULL default '1',
+ PRIMARY KEY (email),
+ KEY email (email)
+) TYPE=MyISAM COMMENT='Postfix Admin - Virtual Vacation';
+
+#
+# Modify table structure for table admin
+#
+ALTER TABLE admin CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
+ALTER TABLE admin CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
+ALTER TABLE admin ADD INDEX (username);
+
+#
+# Modify table structure for table alias
+#
+ALTER TABLE alias CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
+ALTER TABLE alias CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
+ALTER TABLE alias ADD INDEX (address);
+
+#
+# Modify table structure for table domain
+#
+ALTER TABLE domain CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
+ALTER TABLE domain CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
+ALTER TABLE domain ADD aliases INT(10) DEFAULT '-1' NOT NULL AFTER description;
+ALTER TABLE domain ADD mailboxes INT(10) DEFAULT '-1' NOT NULL AFTER aliases;
+ALTER TABLE domain ADD maxquota INT(10) DEFAULT '-1' NOT NULL AFTER mailboxes;
+ALTER TABLE domain ADD transport VARCHAR(255) AFTER maxquota;
+ALTER TABLE domain ADD backupmx TINYINT(1) DEFAULT '0' NOT NULL AFTER transport;
+ALTER TABLE domain ADD INDEX (domain);
+
+#
+# Modify table structure for table mailbox
+#
+ALTER TABLE mailbox CHANGE create_date created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
+ALTER TABLE mailbox CHANGE change_date modified DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL;
+ALTER TABLE mailbox ADD quota INT(10) DEFAULT '-1' NOT NULL AFTER maildir;
+ALTER TABLE mailbox ADD INDEX (username);
+
+#
+# Modify table structure for table vacation
+#
+ALTER TABLE vacation ADD domain VARCHAR(255) DEFAULT '' NOT NULL AFTER cache;
+ALTER TABLE vacation ADD created DATETIME DEFAULT '0000-00-00 00:00:00' NOT NULL AFTER domain;
+ALTER TABLE vacation ADD active TINYINT(1) DEFAULT '1' NOT NULL AFTER created;
+ALTER TABLE vacation DROP PRIMARY KEY, ADD PRIMARY KEY(email);
+
+#
+# Dumping data for table domain_admins
+#
+INSERT INTO domain_admins (username,domain,created) SELECT admin.username,admin.domain,domain.created FROM admin LEFT JOIN domain ON domain.domain=admin.domain;
+
+#
+# Modify data for table vacation
+#
+UPDATE vacation SET domain=SUBSTRING_INDEX(email, '@', -1) WHERE email=email;
+
+#
+# Modify table structure for table domain
+#
+ALTER TABLE admin DROP domain;
Deleted: trunk/DOCUMENTS/UPGRADE.TXT
===================================================================
--- trunk/DOCUMENTS/UPGRADE.TXT 2007-11-14 21:40:39 UTC (rev 225)
+++ trunk/DOCUMENTS/UPGRADE.TXT 2007-11-14 21:43:02 UTC (rev 226)
@@ -1,84 +0,0 @@
-#
-# Postfix Admin
-# by Mischa Peters <mischa at high5 dot net>
-# Copyright (c) 2002 - 2005 High5!
-# Licensed under GPL for more info check GPL-LICENSE.TXT
-#
-
-REQUIRED!!
-----------
-- You are using Postfix 2.0 or higher.
-- You are using Apache 1.3.27 / Lighttpd 1.3.15 or higher.
-- You are using PHP 4.1 or higher.
-- You are using MySQL 3.23 or higher.
-
-
-READ THIS FIRST!
-----------------
-
-Note: !!This document describes upgrading from v1.5x to 2.0. Only
-items 3 and 5 apply to general PostfixAdmin installs!! See SVN.TXT
-for how to update versions 2.1.0 and higher.
-
-It's recommened that you install Postfix Admin in a new folder and not
-on-top of the old install!!
-
-When you are upgrading from Postfix Admin 1.5x (or older), make sure you
-backup your database before you run the DOCUMENTS/TABLE_CHANGES.TXT on your database.
-
-When you are upgrading from Postfix Admin 2.0.x, please read the DOCUMENTS/BACKUP_MX.TXT.
-
-
-1. Backup the Database
-----------------------
-When you install from a previous version make sure you backup your database
-first. There are a lot of changes in the database structure since Postfix Admin
-1.5.4.
-
- $ mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql
-
-
-2. Unarchive new Postfix Admin
-------------------------------
-Make sure that you are in your WWW directory and then unarchive the
-Postfix Admin archive (whatever the filename is):
-
- $ tar -zxvf postfixadmin-2.0.0.tgz
-
-
-3. Change permissions
-----------------------
-Since the database password is stored in the config.inc.php it's a good idea
-to have change the permissions for Postfix Admin.
-
- $ cd /usr/local/www/postfixadmin-2.0.0
- $ chmod 640 *.php *.css
- $ cd /usr/local/www/postfixadmin-2.0.0/admin/
- $ chmod 640 *.php .ht*
- $ cd /usr/local/www/postfixadmin-2.0.0/images/
- $ chmod 640 *.gif *.png
- $ cd /usr/local/www/postfixadmin-2.0.0/languages/
- $ chmod 640 *.lang
- $ cd /usr/local/www/postfixadmin-2.0.0/templates/
- $ chmod 640 *.tpl
- $ cd /usr/local/www/postfixadmin-2.0.0/users/
- $ chmod 640 *.php
-
-
-4. Modify the MySQL Tables
---------------------------
-In TABLE_CHANGES.TXT or TABLE_BACKUP_MX.TXT you can find the table structure that you need in order
-to configure Postfix Admin 2.0.0 and Postfix in general to work with Virtual
-Domains and Users. You can find these in DOCUMENTS/
-
-
-5. Configure
-------------
-Check the config.inc.php file. There you can specify settings that are
-relevant to your setup.
-
-
-6. Done
--------
-This is all that is needed. Fire up your browser and go to the site that you
-specified to host Postfix Admin.
Copied: trunk/DOCUMENTS/UPGRADE.txt (from rev 222, trunk/DOCUMENTS/UPGRADE.TXT)
===================================================================
--- trunk/DOCUMENTS/UPGRADE.txt (rev 0)
+++ trunk/DOCUMENTS/UPGRADE.txt 2007-11-14 21:43:02 UTC (rev 226)
@@ -0,0 +1,84 @@
+#
+# Postfix Admin
+# by Mischa Peters <mischa at high5 dot net>
+# Copyright (c) 2002 - 2005 High5!
+# Licensed under GPL for more info check GPL-LICENSE.TXT
+#
+
+REQUIRED!!
+----------
+- You are using Postfix 2.0 or higher.
+- You are using Apache 1.3.27 / Lighttpd 1.3.15 or higher.
+- You are using PHP 4.1 or higher.
+- You are using MySQL 3.23 or higher.
+
+
+READ THIS FIRST!
+----------------
+
+Note: !!This document describes upgrading from v1.5x to 2.0. Only
+items 3 and 5 apply to general PostfixAdmin installs!! See SVN.TXT
+for how to update versions 2.1.0 and higher.
+
+It's recommened that you install Postfix Admin in a new folder and not
+on-top of the old install!!
+
+When you are upgrading from Postfix Admin 1.5x (or older), make sure you
+backup your database before you run the DOCUMENTS/TABLE_CHANGES.TXT on your database.
+
+When you are upgrading from Postfix Admin 2.0.x, please read the DOCUMENTS/BACKUP_MX.TXT.
+
+
+1. Backup the Database
+----------------------
+When you install from a previous version make sure you backup your database
+first. There are a lot of changes in the database structure since Postfix Admin
+1.5.4.
+
+ $ mysqldump -a -u root -p > /tmp/postfixadmin-backup.sql
+
+
+2. Unarchive new Postfix Admin
+------------------------------
+Make sure that you are in your WWW directory and then unarchive the
+Postfix Admin archive (whatever the filename is):
+
+ $ tar -zxvf postfixadmin-2.0.0.tgz
+
+
+3. Change permissions
+----------------------
+Since the database password is stored in the config.inc.php it's a good idea
+to have change the permissions for Postfix Admin.
+
+ $ cd /usr/local/www/postfixadmin-2.0.0
+ $ chmod 640 *.php *.css
+ $ cd /usr/local/www/postfixadmin-2.0.0/admin/
+ $ chmod 640 *.php .ht*
+ $ cd /usr/local/www/postfixadmin-2.0.0/images/
+ $ chmod 640 *.gif *.png
+ $ cd /usr/local/www/postfixadmin-2.0.0/languages/
+ $ chmod 640 *.lang
+ $ cd /usr/local/www/postfixadmin-2.0.0/templates/
+ $ chmod 640 *.tpl
+ $ cd /usr/local/www/postfixadmin-2.0.0/users/
+ $ chmod 640 *.php
+
+
+4. Modify the MySQL Tables
+--------------------------
+In TABLE_CHANGES.TXT or TABLE_BACKUP_MX.TXT you can find the table structure that you need in order
+to configure Postfix Admin 2.0.0 and Postfix in general to work with Virtual
+Domains and Users. You can find these in DOCUMENTS/
+
+
+5. Configure
+------------
+Check the config.inc.php file. There you can specify settings that are
+relevant to your setup.
+
+
+6. Done
+-------
+This is all that is needed. Fire up your browser and go to the site that you
+specified to host Postfix Admin.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <Gin...@us...> - 2007-11-14 21:40:36
|
Revision: 225
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=225&view=rev
Author: GingerDog
Date: 2007-11-14 13:40:39 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
HORDE.TXT: Adding
Added Paths:
-----------
trunk/DOCUMENTS/HORDE.TXT
Added: trunk/DOCUMENTS/HORDE.TXT
===================================================================
--- trunk/DOCUMENTS/HORDE.TXT (rev 0)
+++ trunk/DOCUMENTS/HORDE.TXT 2007-11-14 21:40:39 UTC (rev 225)
@@ -0,0 +1,50 @@
+Horde integration with Postfixadmin
+
+This is taken from the following thread :
+
+https://sourceforge.net/forum/forum.php?thread_id=1869141&forum_id=676076
+
+Namely :
+
+"Hi, people, I was wondering if anyone was using PA with Horde3. I want my users to be able to change teir password from inside Horde, so I was wondering if anyone has implemented a custom hook or defined a SQL query to make the password change possible. "
+
+
+Solution :
+
+"Hi,
+
+that works for me without any hook - with the SQL driver. I connect through IP to localhost. You can also try socket connection...
+
+my horde/passwd/config/backends.php looks like:
+
+$backends['sql'] = array (
+'name' => 'Mail SQL Server',
+'preferred' => '',
+'password policy' => array(
+'minLength' => 3,
+'maxLength' => 8,
+'maxSpace' => 0,
+'minUpper' => 1,
+'minLower' => 1,
+'minNumeric' => 1,
+'minSymbols' => 1
+),
+'driver' => 'sql',
+'params' => array(
+'phptype' => 'mysql',
+'hostspec' => '127.0.0.1',
+'port' => '3306',
+'protocol' => 'tcp',
+'username' => 'postfix',
+'password' => 'yourpostfixdbpassword',
+'encryption' => 'crypt-md5',
+'database' => 'postfix',
+'table' => 'mailbox',
+'user_col' => 'username',
+'pass_col' => 'password',
+'show_encryption' => false
+)
+); "
+
+Thanks to 'Kope' for the solution, and of course Luis Hernán Otegui (slimshady76) for asking the question.
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <Gin...@us...> - 2007-11-14 21:34:00
|
Revision: 224
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=224&view=rev
Author: GingerDog
Date: 2007-11-14 13:34:04 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
create-domain.php: fix for bug 1831720
Modified Paths:
--------------
trunk/create-domain.php
Modified: trunk/create-domain.php
===================================================================
--- trunk/create-domain.php 2007-11-14 21:19:10 UTC (rev 223)
+++ trunk/create-domain.php 2007-11-14 21:34:04 UTC (rev 224)
@@ -52,10 +52,11 @@
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
if (isset ($_POST['fDomain'])) $fDomain = escape_string ($_POST['fDomain']);
- foreach(array('fDescription' => '', 'fAliases' => '0', 'fMailboxes' => '0',
- 'fMaxquota' => '0', 'fTransport' => 'virtual',
- 'fDefaultaliases' => '0', 'fBackupmx' => '0') as $key => $default) {
- if(isset($_POST[$key]) && !empty($POST[$key])) {
+ $form_fields = array('fDescription' => '', 'fAliases' => '0', 'fMailboxes' => '0',
+ 'fMaxquota' => '0', 'fTransport' => 'virtual', 'fDefaultaliases' => '0',
+ 'fBackupmx' => '0');
+ foreach($form_fields as $key => $default) {
+ if(isset($_POST[$key]) && (!empty($_POST[$key]))) {
$$key = escape_string($_POST[$key]);
}
else {
@@ -63,6 +64,7 @@
}
}
+
if (empty ($fDomain) or domain_exist ($fDomain) or !check_domain ($fDomain))
{
$error = 1;
@@ -77,7 +79,7 @@
if (domain_exist ($fDomain)) $pAdminCreate_domain_domain_text = $PALANG['pAdminCreate_domain_domain_text_error'];
if (empty ($fDomain) or !check_domain ($fDomain)) $pAdminCreate_domain_domain_text = $PALANG['pAdminCreate_domain_domain_text_error2'];
}
-
+
if ($error != 1)
{
$tAliases = $CONF['aliases'];
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <Gin...@us...> - 2007-11-14 21:19:07
|
Revision: 223
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=223&view=rev
Author: GingerDog
Date: 2007-11-14 13:19:10 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
create-domain.php: fix for bug 1831720
Modified Paths:
--------------
trunk/create-domain.php
Modified: trunk/create-domain.php
===================================================================
--- trunk/create-domain.php 2007-11-14 18:27:24 UTC (rev 222)
+++ trunk/create-domain.php 2007-11-14 21:19:10 UTC (rev 223)
@@ -58,7 +58,9 @@
if(isset($_POST[$key]) && !empty($POST[$key])) {
$$key = escape_string($_POST[$key]);
}
- $$key = $default;
+ else {
+ $$key = $default;
+ }
}
if (empty ($fDomain) or domain_exist ($fDomain) or !check_domain ($fDomain))
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-14 18:27:20
|
Revision: 222
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=222&view=rev
Author: christian_boltz
Date: 2007-11-14 10:27:24 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
*.lang:
- checked for untranslated strings and added XXX markers
- added maintainer as a comment (taken from svn log and SF)
Modified Paths:
--------------
trunk/languages/bg.lang
trunk/languages/ca.lang
trunk/languages/cn.lang
trunk/languages/cs.lang
trunk/languages/de.lang
trunk/languages/es.lang
trunk/languages/et.lang
trunk/languages/eu.lang
trunk/languages/fi.lang
trunk/languages/fo.lang
trunk/languages/fr.lang
trunk/languages/hr.lang
trunk/languages/hu.lang
trunk/languages/is.lang
trunk/languages/it.lang
trunk/languages/lt.lang
trunk/languages/mk.lang
trunk/languages/nl.lang
trunk/languages/pl.lang
trunk/languages/pt-br.lang
trunk/languages/ru.lang
trunk/languages/sk.lang
trunk/languages/sl.lang
trunk/languages/sv.lang
trunk/languages/tr.lang
trunk/languages/tw.lang
Modified: trunk/languages/bg.lang
===================================================================
--- trunk/languages/bg.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/bg.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -289,7 +289,7 @@
$PALANG['pAdminEdit_admin_password2'] = 'Ïàðîëà (îòíîâî)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">Ïàðîëèòå, êîèòî ñòå âúâåëè íå ñúâïàäàò!<br />Èëè ñà ïðàçíè!</span>';
$PALANG['pAdminEdit_admin_active'] = 'Àêòèâåí';
-$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin';
+$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin'; # XXX
$PALANG['pAdminEdit_admin_button'] = 'Ðåäàêòèðàé Àäìèí';
$PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">Íå ìîãà äà ìîäèôèöèðàì àäìèíà!</span>';
$PALANG['pAdminEdit_admin_result_success'] = 'Àäìèí-à áåøå ìîäèôèöèðàí!';
@@ -324,17 +324,17 @@
$PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Íå ìîãà äà îáíîâÿ íàñòðîéêèòå çà âàøèÿò àâòîìàòè÷åí îòãîâîð!</span>';
$PALANG['pUsersVacation_result_success'] = 'Âàøèÿò àâòîìàòè÷åí îòãîâîð áåøå ïðåìàõíàò!';
-$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['pCreate_dbLog_createmailbox'] = 'create mailbox'; # XXX
+$PALANG['pCreate_dbLog_createalias'] = 'create alias'; # XXX
+$PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; # XXX
+$PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; # XXX
-$PALANG['pEdit_dbLog_editactive'] = 'change active state';
-$PALANG['pEdit_dbLog_editalias'] = 'edit alias';
-$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
+$PALANG['pEdit_dbLog_editactive'] = 'change active state'; # XXX
+$PALANG['pEdit_dbLog_editalias'] = 'edit alias'; # XXX
+$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox'; # XXX
$PALANG['pSearch'] = 'search'; # XXX
-$PALANG['pSearch_welcome'] = 'Searching for: ';
+$PALANG['pSearch_welcome'] = 'Searching for: '; # XXX
$PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX
Modified: trunk/languages/ca.lang
===================================================================
--- trunk/languages/ca.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/ca.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -44,14 +44,14 @@
$PALANG['pMain_viewlog'] = 'Veure Logs.';
$PALANG['pMain_logout'] = 'Sortir.';
-$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['pOverview_disabled'] = 'Disabled'; # XXX
+$PALANG['pOverview_unlimited'] = 'Unlimited'; # XXX
+$PALANG['pOverview_title'] = ':: Defined Domains'; # XXX
+$PALANG['pOverview_up_arrow'] = 'Go Top'; # XXX
+$PALANG['pOverview_right_arrow'] = 'Next Page'; # XXX
+$PALANG['pOverview_left_arrow'] = 'Previous Page'; # XXX
+$PALANG['pOverview_alias_title'] = ':: Alias'; # XXX
+$PALANG['pOverview_mailbox_title'] = ':: Mailboxes'; # XXX
$PALANG['pOverview_button'] = 'Ves';
$PALANG['pOverview_welcome'] = 'Resum de ';
$PALANG['pOverview_alias_alias_count'] = 'Àlies';
@@ -62,9 +62,9 @@
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
$PALANG['and_x_more'] = '[and %s more...]'; # XXX
-$PALANG['pOverview_mailbox_username'] = 'E-mail';
+$PALANG['pOverview_mailbox_username'] = 'E-mail'; # XXX
$PALANG['pOverview_mailbox_name'] = 'Nom';
-$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
+$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)'; # XXX
$PALANG['pOverview_mailbox_modified'] = 'Última modificació';
$PALANG['pOverview_mailbox_active'] = 'Actiu';
$PALANG['pOverview_vacation_edit'] = 'VACATION IS ON'; # XXX
@@ -104,8 +104,8 @@
$PALANG['pEdit_alias_goto_text_error1'] = '<span class="error_msg">No has introduït res al destí</span>';
$PALANG['pEdit_alias_goto_text_error2'] = '<span class="error_msg">L\'adreça d\'e-mail introduida no és vàlida: ';
$PALANG['pEdit_alias_domain_error'] = '<span class="error_msg">Aquest domini no et pertany: ';
-$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.';
-$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.';
+$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.'; # XXX
+$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.'; # XXX
$PALANG['pEdit_alias_button'] = 'Editar àlies';
$PALANG['pEdit_alias_result_error'] = '<span class="error_msg">Imposible modificar l\'àlies!</span>';
@@ -120,7 +120,7 @@
$PALANG['pCreate_mailbox_password_text_error'] = 'Contrasenya per a POP3/IMAP<br /><span class="error_msg">Les contrasenyes introduides no coincideixen<br />o estan en blanc!</span>';
$PALANG['pCreate_mailbox_name'] = 'Nom';
$PALANG['pCreate_mailbox_name_text'] = 'Nom complet';
-$PALANG['pCreate_mailbox_quota'] = 'Quota';
+$PALANG['pCreate_mailbox_quota'] = 'Quota'; # XXX
$PALANG['pCreate_mailbox_quota_text'] = 'MB';
$PALANG['pCreate_mailbox_quota_text_error'] = 'MB<br /><span class="error_msg">La quota especificada és massa alta!</span>';
$PALANG['pCreate_mailbox_active'] = 'Actiu';
@@ -138,7 +138,7 @@
$PALANG['pEdit_mailbox_password_text_error'] = '<span class="error_msg">Les contrasenyes introduides no coincideixen!</span>';
$PALANG['pEdit_mailbox_name'] = 'Nom';
$PALANG['pEdit_mailbox_name_text'] = 'Full name'; # XXX
-$PALANG['pEdit_mailbox_quota'] = 'Quota';
+$PALANG['pEdit_mailbox_quota'] = 'Quota'; # XXX
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><span class="error_msg">La quota especificada és massa alta!</span>';
$PALANG['pEdit_mailbox_domain_error'] = '<span class="error_msg">Aquest domini no et pertany: ';
@@ -213,9 +213,9 @@
$PALANG['pAdminList_domain_description'] = 'Descripció';
$PALANG['pAdminList_domain_aliases'] = 'Àlies';
$PALANG['pAdminList_domain_mailboxes'] = 'Bústies';
-$PALANG['pAdminList_domain_maxquota'] = 'Quota (MB)';
-$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_maxquota'] = 'Quota (MB)'; # XXX
+$PALANG['pAdminList_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
$PALANG['pAdminList_domain_modified'] = 'Última Modificació';
$PALANG['pAdminList_domain_active'] = 'Actiu';
@@ -262,9 +262,9 @@
$PALANG['pAdminEdit_domain_mailboxes_text'] = '-1 = ilimitat | 0 = deshabilitar';
$PALANG['pAdminEdit_domain_maxquota'] = 'Quota màxima';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> -1 = ilimitat | 0 = deshabilitar';
-$PALANG['pAdminEdit_domain_transport'] = 'Transport';
-$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport';
-$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
+$PALANG['pAdminEdit_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport'; # XXX
+$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX'; # XXX
$PALANG['pAdminEdit_domain_active'] = 'Actiu';
$PALANG['pAdminEdit_domain_button'] = 'Editar domini';
$PALANG['pAdminEdit_domain_result_error'] = '<span class="error_msg">Imposible modificar el domini!</span>';
@@ -289,7 +289,7 @@
$PALANG['pAdminEdit_admin_password2'] = 'Contrasenya (repetiu)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">Les contrasenyes introduides no coincideixen<br />o estan en blanc!</span>';
$PALANG['pAdminEdit_admin_active'] = 'Actiu';
-$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin';
+$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin'; # XXX
$PALANG['pAdminEdit_admin_button'] = 'Editar administrador';
$PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">Imposible modificar l\'administrador!</span>';
$PALANG['pAdminEdit_admin_result_success'] = 'L\'administrador ha estat modificat!';
@@ -324,17 +324,17 @@
$PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Imposible actualitzar la configuració de la seva resposta automàtica!</span>';
$PALANG['pUsersVacation_result_success'] = 'La seva resposta automàtica ha estat esborrada!';
-$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['pCreate_dbLog_createmailbox'] = 'create mailbox'; # XXX
+$PALANG['pCreate_dbLog_createalias'] = 'create alias'; # XXX
+$PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; # XXX
+$PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; # XXX
-$PALANG['pEdit_dbLog_editactive'] = 'change active state';
-$PALANG['pEdit_dbLog_editalias'] = 'edit alias';
-$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
+$PALANG['pEdit_dbLog_editactive'] = 'change active state'; # XXX
+$PALANG['pEdit_dbLog_editalias'] = 'edit alias'; # XXX
+$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox'; # XXX
$PALANG['pSearch'] = 'search'; # XXX
-$PALANG['pSearch_welcome'] = 'Searching for: ';
+$PALANG['pSearch_welcome'] = 'Searching for: '; # XXX
$PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX
Modified: trunk/languages/cn.lang
===================================================================
--- trunk/languages/cn.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/cn.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -105,8 +105,8 @@
$PALANG['pEdit_alias_goto_text_error1'] = '<span class="error_msg">你没有填写收信人</span>';
$PALANG['pEdit_alias_goto_text_error2'] = '<span class="error_msg">邮件地址非法: ';
$PALANG['pEdit_alias_domain_error'] = '<span class="error_msg">你没有该域的管理权限: ';
-$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.';
-$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.';
+$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.'; # XXX
+$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.'; # XXX
$PALANG['pEdit_alias_button'] = '编辑别名';
$PALANG['pEdit_alias_result_error'] = '<span class="error_msg">不能修改该别名!</span>';
@@ -215,8 +215,8 @@
$PALANG['pAdminList_domain_aliases'] = '别名数';
$PALANG['pAdminList_domain_mailboxes'] = '邮箱数';
$PALANG['pAdminList_domain_maxquota'] = '最大容量限制 (MB)';
-$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
$PALANG['pAdminList_domain_modified'] = '最后修改日期';
$PALANG['pAdminList_domain_active'] = '活动';
@@ -245,9 +245,9 @@
$PALANG['pAdminCreate_domain_maxquota'] = '最大容量限制';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> -1 = 禁用 | 0 = 无限制';
$PALANG['pAdminCreate_domain_transport'] = 'Transport';
-$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
+$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport'; # XXX
$PALANG['pAdminCreate_domain_defaultaliases'] = '增加默认别名';
-$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
+$PALANG['pAdminCreate_domain_defaultaliases_text'] = '';
$PALANG['pAdminCreate_domain_backupmx'] = '备份邮件服务器';
$PALANG['pAdminCreate_domain_button'] = '新增';
$PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">新增域失败!</span>';
Modified: trunk/languages/cs.lang
===================================================================
--- trunk/languages/cs.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/cs.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -253,7 +253,7 @@
$PALANG['pAdminCreate_domain_transport'] = 'Transport';
$PALANG['pAdminCreate_domain_transport_text'] = 'Nastavit transport';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Přidat implicitní přesměrování';
-$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
+$PALANG['pAdminCreate_domain_defaultaliases_text'] = '';
$PALANG['pAdminCreate_domain_backupmx'] = 'Tento server je záložní MX domény';
$PALANG['pAdminCreate_domain_button'] = 'Přidat doménu';
$PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Nepodařilo se přidat doménu!</span>';
Modified: trunk/languages/de.lang
===================================================================
--- trunk/languages/de.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/de.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -3,6 +3,7 @@
//
// Language file German
// by Tobias
+// currently maintained by Christian Boltz (christian_boltz @sf)
//
$PALANG['YES'] = 'JA';
@@ -294,7 +295,7 @@
$PALANG['pAdminEdit_admin_password2'] = 'Passwort (nochmal)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">Die beiden Passwörter sind nicht identisch<br />Oder leer!</span>';
$PALANG['pAdminEdit_admin_active'] = 'Aktiv';
-$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin';
+$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin'; # XXX
$PALANG['pAdminEdit_admin_button'] = 'Admin editieren';
$PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">Konnte Admin nicht ändern</span>';
$PALANG['pAdminEdit_admin_result_success'] = 'Admin geändert!';
Modified: trunk/languages/es.lang
===================================================================
--- trunk/languages/es.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/es.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -44,17 +44,17 @@
$PALANG['pMain_viewlog'] = 'Ver Logs.';
$PALANG['pMain_logout'] = 'Salir.';
-$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['pOverview_disabled'] = 'Disabled'; # XXX
+$PALANG['pOverview_unlimited'] = 'Unlimited'; # XXX
+$PALANG['pOverview_title'] = ':: Defined Domains'; # XXX
+$PALANG['pOverview_up_arrow'] = 'Go Top'; # XXX
+$PALANG['pOverview_right_arrow'] = 'Next Page'; # XXX
+$PALANG['pOverview_left_arrow'] = 'Previous Page'; # XXX
+$PALANG['pOverview_alias_title'] = ':: Alias'; # XXX
+$PALANG['pOverview_mailbox_title'] = ':: Mailboxes'; # XXX
$PALANG['pOverview_button'] = 'Ir';
$PALANG['pOverview_welcome'] = 'Resumen de ';
-$PALANG['pOverview_alias_alias_count'] = 'Alias';
+$PALANG['pOverview_alias_alias_count'] = 'Alias'; # XXX
$PALANG['pOverview_alias_mailbox_count'] = 'Buzones';
$PALANG['pOverview_alias_address'] = 'De';
$PALANG['pOverview_alias_goto'] = 'Destino';
@@ -104,8 +104,8 @@
$PALANG['pEdit_alias_goto_text_error1'] = '<span class="error_msg">No ha introducido nada en el destino</span>';
$PALANG['pEdit_alias_goto_text_error2'] = '<span class="error_msg">La dirección de e-mail introducida no es válida: ';
$PALANG['pEdit_alias_domain_error'] = '<span class="error_msg">Este dominio no le pertenece: ';
-$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.';
-$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.';
+$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.'; # XXX
+$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.'; # XXX
$PALANG['pEdit_alias_button'] = 'Editar alias';
$PALANG['pEdit_alias_result_error'] = '<span class="error_msg">¡Imposible modificar el alias!</span>';
@@ -215,8 +215,8 @@
$PALANG['pAdminList_domain_aliases'] = 'Alias';
$PALANG['pAdminList_domain_mailboxes'] = 'Buzones';
$PALANG['pAdminList_domain_maxquota'] = 'Cuota Máxima (MB)';
-$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
$PALANG['pAdminList_domain_modified'] = 'Última Modificación';
$PALANG['pAdminList_domain_active'] = 'Activo';
@@ -244,11 +244,11 @@
$PALANG['pAdminCreate_domain_mailboxes_text'] = '-1 = deshabilitar | 0 = ilimitado';
$PALANG['pAdminCreate_domain_maxquota'] = 'Cuota máxima';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> -1 = deshabilitar | 0 = ilimitado';
-$PALANG['pAdminCreate_domain_transport'] = 'Transport';
-$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
+$PALANG['pAdminCreate_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport'; # XXX
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Añadir alias por defecto';
-$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
-$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
+$PALANG['pAdminCreate_domain_defaultaliases_text'] = '';
+$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX'; # XXX
$PALANG['pAdminCreate_domain_button'] = 'Añadir dominio';
$PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">¡Imposible añadir el dominio!</span>';
$PALANG['pAdminCreate_domain_result_success'] = '¡El dominio ha sido añadido!';
@@ -264,8 +264,8 @@
$PALANG['pAdminEdit_domain_maxquota'] = 'Cuota máxima';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> -1 = deshabilitar | 0 = ilimitado';
$PALANG['pAdminEdit_domain_transport'] = 'Transport';
-$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport';
-$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
+$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport'; # XXX
+$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX'; # XXX
$PALANG['pAdminEdit_domain_active'] = 'Activo';
$PALANG['pAdminEdit_domain_button'] = 'Editar dominio';
$PALANG['pAdminEdit_domain_result_error'] = '<span class="error_msg">¡Imposible modificar el dominio!</span>';
@@ -290,7 +290,7 @@
$PALANG['pAdminEdit_admin_password2'] = 'Contraseña (repetir)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">¡Las contraseñas introducidas no coinciden<br />o están en blanco!</span>';
$PALANG['pAdminEdit_admin_active'] = 'Activo';
-$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin';
+$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin'; # XXX
$PALANG['pAdminEdit_admin_button'] = 'Editar administrador';
$PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">¡Imposible modificar el administrador!</span>';
$PALANG['pAdminEdit_admin_result_success'] = '¡El administrador ha sido modificado!';
@@ -325,17 +325,17 @@
$PALANG['pUsersVacation_result_error'] = '<span class="error_msg">¡Imposible actualizar la configuración de su respuesta automática!</span>';
$PALANG['pUsersVacation_result_success'] = '¡Su respuesta automática ha sido borrada!';
-$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['pCreate_dbLog_createmailbox'] = 'create mailbox'; # XXX
+$PALANG['pCreate_dbLog_createalias'] = 'create alias'; # XXX
+$PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; # XXX
+$PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; # XXX
-$PALANG['pEdit_dbLog_editactive'] = 'change active state';
-$PALANG['pEdit_dbLog_editalias'] = 'edit alias';
-$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
+$PALANG['pEdit_dbLog_editactive'] = 'change active state'; # XXX
+$PALANG['pEdit_dbLog_editalias'] = 'edit alias'; # XXX
+$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox'; # XXX
$PALANG['pSearch'] = 'search'; # XXX
-$PALANG['pSearch_welcome'] = 'Searching for: ';
+$PALANG['pSearch_welcome'] = 'Searching for: '; # XXX
$PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX
Modified: trunk/languages/et.lang
===================================================================
--- trunk/languages/et.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/et.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -14,7 +14,7 @@
$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Oled kindel, et soovid seda kustutada?\n';
$PALANG['confirm_domain'] = 'Oled tõesti kindel, et tahad kustutada kõik kirjed sellele domeenile? Seda tegevust ei saa tagasi võtta!\n';
-$PALANG['check_update'] = 'Check for update';
+$PALANG['check_update'] = 'Check for update'; # XXX
$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX
$PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX
@@ -244,8 +244,8 @@
$PALANG['pAdminCreate_domain_mailboxes_text'] = '-1 = keelatud | 0 = piiramatult';
$PALANG['pAdminCreate_domain_maxquota'] = 'Maksimaalne kettaruum';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> -1 = keelatud | 0 = piiramatult';
-$PALANG['pAdminCreate_domain_transport'] = 'Transport';
-$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
+$PALANG['pAdminCreate_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport'; # XXX
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Lisa vaikimisi aliased';
$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
$PALANG['pAdminCreate_domain_backupmx'] = 'E-posti server on varuserver (backup MX)';
Modified: trunk/languages/eu.lang
===================================================================
--- trunk/languages/eu.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/eu.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -44,14 +44,14 @@
$PALANG['pMain_viewlog'] = 'Logak ikusi.';
$PALANG['pMain_logout'] = 'Irten.';
-$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['pOverview_disabled'] = 'Disabled'; # XXX
+$PALANG['pOverview_unlimited'] = 'Unlimited'; # XXX
+$PALANG['pOverview_title'] = ':: Defined Domains'; # XXX
+$PALANG['pOverview_up_arrow'] = 'Go Top'; # XXX
+$PALANG['pOverview_right_arrow'] = 'Next Page'; # XXX
+$PALANG['pOverview_left_arrow'] = 'Previous Page'; # XXX
+$PALANG['pOverview_alias_title'] = ':: Alias'; # XXX
+$PALANG['pOverview_mailbox_title'] = ':: Mailboxes'; # XXX
$PALANG['pOverview_button'] = 'Joan';
$PALANG['pOverview_welcome'] = 'Laburpena ';
$PALANG['pOverview_alias_alias_count'] = 'Aliasa';
@@ -103,8 +103,8 @@
$PALANG['pEdit_alias_goto_text_error1'] = '<span class="error_msg">Norakoan ez duzu ezer jarri</span>';
$PALANG['pEdit_alias_goto_text_error2'] = '<span class="error_msg">Sartutako e-mail helbidea baliiogabekoa da: ';
$PALANG['pEdit_alias_domain_error'] = '<span class="error_msg">Ez zara domeinu honen jabe: ';
-$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.';
-$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.';
+$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.'; # XXX
+$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.'; # XXX
$PALANG['pEdit_alias_button'] = 'Aliasa aldatu';
$PALANG['pEdit_alias_result_error'] = '<span class="error_msg">Ezinezkoa aliasa aldatzea!</span>';
@@ -246,7 +246,7 @@
$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Aurremugatutako aliasa gehitu';
$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
-$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
+$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX'; # XXX
$PALANG['pAdminCreate_domain_button'] = 'Domeinua gehitu';
$PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Ezinezkoa domeinua gehitzea!</span>';
$PALANG['pAdminCreate_domain_result_success'] = 'Domeinua gehituta!';
@@ -261,9 +261,9 @@
$PALANG['pAdminEdit_domain_mailboxes_text'] = '-1 = desegokitu | 0 = mugagabea';
$PALANG['pAdminEdit_domain_maxquota'] = 'Gehienezko kuota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> -1 = desegokitu | 0 = mugagabea';
-$PALANG['pAdminEdit_domain_transport'] = 'Transport';
-$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport';
-$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
+$PALANG['pAdminEdit_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport'; # XXX
+$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX'; # XXX
$PALANG['pAdminEdit_domain_active'] = 'Aktibatua';
$PALANG['pAdminEdit_domain_button'] = 'Domeinua aldatu';
$PALANG['pAdminEdit_domain_result_error'] = '<span class="error_msg">Ezinezkoa domeinua aldatzea!</span>';
@@ -288,7 +288,7 @@
$PALANG['pAdminEdit_admin_password2'] = 'Pasahitza (errepikatu)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">Sartutako pasahitzak ez datoz bat<br />edo zuriz daude!</span>';
$PALANG['pAdminEdit_admin_active'] = 'Aktibatua';
-$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin';
+$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin'; # XXX
$PALANG['pAdminEdit_admin_button'] = 'Kudeatzailea aldatu';
$PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">Ezinezkoa kudeatzailea aldatzea!</span>';
$PALANG['pAdminEdit_admin_result_success'] = 'Kudeatzailea aldatu da!';
@@ -323,17 +323,17 @@
$PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Ezinezkoa zure erantzun atomatikoaren konfigurazioa eguneratzea!</span>';
$PALANG['pUsersVacation_result_success'] = 'Zure erantzun automatikoa borratu da!';
-$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['pCreate_dbLog_createmailbox'] = 'create mailbox'; # XXX
+$PALANG['pCreate_dbLog_createalias'] = 'create alias'; # XXX
+$PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; # XXX
+$PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; # XXX
-$PALANG['pEdit_dbLog_editactive'] = 'change active state';
-$PALANG['pEdit_dbLog_editalias'] = 'edit alias';
-$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
+$PALANG['pEdit_dbLog_editactive'] = 'change active state'; # XXX
+$PALANG['pEdit_dbLog_editalias'] = 'edit alias'; # XXX
+$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox'; # XXX
$PALANG['pSearch'] = 'search'; # XXX
-$PALANG['pSearch_welcome'] = 'Searching for: ';
+$PALANG['pSearch_welcome'] = 'Searching for: '; # XXX
$PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX
Modified: trunk/languages/fi.lang
===================================================================
--- trunk/languages/fi.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/fi.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -17,7 +17,7 @@
$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Oletko varma että haluat poistaa tämän?\n';
$PALANG['confirm_domain'] = 'Oletko varma että haluat poistaa kaikki tietueet tästä domainista? Tätä komentoa ei voi perua!\n';
-$PALANG['check_update'] = 'Check for update';
+$PALANG['check_update'] = 'Check for update'; # XXX
$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX
$PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX
@@ -48,14 +48,14 @@
$PALANG['pMain_viewlog'] = 'Näytä lokitiedostot.';
$PALANG['pMain_logout'] = 'Kirjaudu ulos järjestelmästä';
-$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['pOverview_disabled'] = 'Disabled'; # XXX
+$PALANG['pOverview_unlimited'] = 'Unlimited'; # XXX
+$PALANG['pOverview_title'] = ':: Defined Domains'; # XXX
+$PALANG['pOverview_up_arrow'] = 'Go Top'; # XXX
+$PALANG['pOverview_right_arrow'] = 'Next Page'; # XXX
+$PALANG['pOverview_left_arrow'] = 'Previous Page'; # XXX
+$PALANG['pOverview_alias_title'] = ':: Alias'; # XXX
+$PALANG['pOverview_mailbox_title'] = ':: Mailboxes'; # XXX
$PALANG['pOverview_button'] = 'Siirry';
$PALANG['pOverview_welcome'] = 'Yleisnäkymä ';
$PALANG['pOverview_alias_alias_count'] = 'Aliakset';
@@ -107,8 +107,8 @@
$PALANG['pEdit_alias_goto_text_error1'] = '<span class="error_msg">Et kirjoitanut mitään Kenelle: -riville</span>';
$PALANG['pEdit_alias_goto_text_error2'] = '<span class="error_msg">Antamasi sähköpostiosoite ei ole oikean muotoinen: ';
$PALANG['pEdit_alias_domain_error'] = '<span class="error_msg">Tämä ei ole sinun domainisi: ';
-$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.';
-$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.';
+$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.'; # XXX
+$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.'; # XXX
$PALANG['pEdit_alias_button'] = 'Muokkaa aliasta';
$PALANG['pEdit_alias_result_error'] = '<span class="error_msg">Aliasta ei voi muokata!</span>';
@@ -217,8 +217,8 @@
$PALANG['pAdminList_domain_aliases'] = 'Aliakset';
$PALANG['pAdminList_domain_mailboxes'] = 'Postilaatikot';
$PALANG['pAdminList_domain_maxquota'] = 'Suurin sallittu kiintiö (MB)';
-$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
$PALANG['pAdminList_domain_modified'] = 'Viimeksi muokattu';
$PALANG['pAdminList_domain_active'] = 'Atiivinen';
@@ -246,11 +246,11 @@
$PALANG['pAdminCreate_domain_mailboxes_text'] = '-1 = ei käytössä | 0 = rajoittamaton';
$PALANG['pAdminCreate_domain_maxquota'] = 'Max kiintiö';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB <br /> -1 = ei käytössä | 0 = rajoittamaton';
-$PALANG['pAdminCreate_domain_transport'] = 'Transport';
-$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
+$PALANG['pAdminCreate_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport'; # XXX
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Lisää oletus aliakset';
$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
-$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
+$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX'; # XXX
$PALANG['pAdminCreate_domain_button'] = 'Lisää domain';
$PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Domainin lisäys ei onnistunut!</span>';
$PALANG['pAdminCreate_domain_result_success'] = 'Domain on lisätty!';
@@ -265,9 +265,9 @@
$PALANG['pAdminEdit_domain_mailboxes_text'] = '-1 = ei käytössä | 0 = rajoittamaton';
$PALANG['pAdminEdit_domain_maxquota'] = 'Max kiintiö';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> -1 = ei käytössä | 0 = rajoittamaton';
-$PALANG['pAdminEdit_domain_transport'] = 'Transport';
-$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport';
-$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
+$PALANG['pAdminEdit_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport'; # XXX
+$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX'; # XXX
$PALANG['pAdminEdit_domain_active'] = 'Aktiivinen';
$PALANG['pAdminEdit_domain_button'] = 'Muokkaa domainia';
$PALANG['pAdminEdit_domain_result_error'] = '<span class="error_msg">Domainin muokkaus ei onnistu!</span>';
@@ -291,7 +291,7 @@
$PALANG['pAdminEdit_admin_password2'] = 'Salasana (toistamiseen)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">Antamasi salasanat eivät täsmää!<br />Tai ne ovat tyhjiä!</span>';
$PALANG['pAdminEdit_admin_active'] = 'Aktiivinen';
-$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin';
+$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin'; # XXX
$PALANG['pAdminEdit_admin_button'] = 'Muokkaa ylläpitäjää';
$PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">Ylläpitäjän muokkaaminen ei onnistu!</span>';
$PALANG['pAdminEdit_admin_result_success'] = 'Ylläpitäjän muokkaus onnistui!';
@@ -326,14 +326,14 @@
$PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Automaattivastauksen asettaminen epäonnistui!</span>';
$PALANG['pUsersVacation_result_success'] = 'Automaattivastaus on poistettu käytöstä!';
-$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['pCreate_dbLog_createmailbox'] = 'create mailbox'; # XXX
+$PALANG['pCreate_dbLog_createalias'] = 'create alias'; # XXX
+$PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; # XXX
+$PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; # XXX
-$PALANG['pEdit_dbLog_editactive'] = 'change active state';
-$PALANG['pEdit_dbLog_editalias'] = 'edit alias';
-$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
+$PALANG['pEdit_dbLog_editactive'] = 'change active state'; # XXX
+$PALANG['pEdit_dbLog_editalias'] = 'edit alias'; # XXX
+$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox'; # XXX
$PALANG['pSearch'] = 'search'; # XXX
$PALANG['pSearch_welcome'] = 'Searching for: ';
Modified: trunk/languages/fo.lang
===================================================================
--- trunk/languages/fo.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/fo.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -14,7 +14,7 @@
$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Ert tú vís(ur) í at tú vilt strika hetta?\n';
$PALANG['confirm_domain'] = 'Vilt tú veruliga strika allar upplýsingar fyri hetta navnaøki? Her kann ikki vendast aftur!\n';
-$PALANG['check_update'] = 'Check for update';
+$PALANG['check_update'] = 'Check for update'; # XXX
$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX
$PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX
@@ -45,14 +45,14 @@
$PALANG['pMain_viewlog'] = 'Vís logg fílurnar.';
$PALANG['pMain_logout'] = 'Logga út úr skipanini';
-$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['pOverview_disabled'] = 'Disabled'; # XXX
+$PALANG['pOverview_unlimited'] = 'Unlimited'; # XXX
+$PALANG['pOverview_title'] = ':: Defined Domains'; # XXX
+$PALANG['pOverview_up_arrow'] = 'Go Top'; # XXX
+$PALANG['pOverview_right_arrow'] = 'Next Page'; # XXX
+$PALANG['pOverview_left_arrow'] = 'Previous Page'; # XXX
+$PALANG['pOverview_alias_title'] = ':: Alias'; # XXX
+$PALANG['pOverview_mailbox_title'] = ':: Mailboxes'; # XXX
$PALANG['pOverview_button'] = 'Vel';
$PALANG['pOverview_welcome'] = 'Yvirlit yvir ';
$PALANG['pOverview_alias_alias_count'] = 'Dulnevni';
@@ -105,8 +105,8 @@
$PALANG['pEdit_alias_goto_text_error1'] = '<span class="error_msg">Tú skrivaði onki í Til teigin</span>';
$PALANG['pEdit_alias_goto_text_error2'] = '<span class="error_msg">E-post adressan tú skrivaði er ógyldug: ';
$PALANG['pEdit_alias_domain_error'] = '<span class="error_msg">Hetta navnaøki er ikki títt: ';
-$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.';
-$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.';
+$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.'; # XXX
+$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.'; # XXX
$PALANG['pEdit_alias_button'] = 'Broyt Dulnevni';
$PALANG['pEdit_alias_result_error'] = '<span class="error_msg">Fái ikki broytt dulnevni!</span>';
@@ -215,8 +215,8 @@
$PALANG['pAdminList_domain_aliases'] = 'Dulnevni';
$PALANG['pAdminList_domain_mailboxes'] = 'Postkassar';
$PALANG['pAdminList_domain_maxquota'] = 'Hægsta Kvota (MB)';
-$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
$PALANG['pAdminList_domain_modified'] = 'Síðst broytt';
$PALANG['pAdminList_domain_active'] = 'Virki';
@@ -244,8 +244,8 @@
$PALANG['pAdminCreate_domain_mailboxes_text'] = '-1 = óvirkja | 0 = óavmarkað';
$PALANG['pAdminCreate_domain_maxquota'] = 'Hægsta kvota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> -1 = óvirkja | 0 = óavmarkað';
-$PALANG['pAdminCreate_domain_transport'] = 'Transport';
-$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
+$PALANG['pAdminCreate_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport'; # XXX
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Stovna sjálvvirkin e-post dulnevni';
$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
$PALANG['pAdminCreate_domain_backupmx'] = 'Post servari er "backup MX"';
@@ -263,8 +263,8 @@
$PALANG['pAdminEdit_domain_mailboxes_text'] = '-1 = óvirkja | 0 = óavmarkað';
$PALANG['pAdminEdit_domain_maxquota'] = 'Hægsta kvota';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> -1 = óvirkja | 0 = óavmarkað';
-$PALANG['pAdminEdit_domain_transport'] = 'Transport';
-$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport';
+$PALANG['pAdminEdit_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport'; # XXX
$PALANG['pAdminEdit_domain_backupmx'] = 'Post servari er "backup MX"';
$PALANG['pAdminEdit_domain_active'] = 'Virki';
$PALANG['pAdminEdit_domain_button'] = 'Broyt navnaøki';
@@ -289,7 +289,7 @@
$PALANG['pAdminEdit_admin_password2'] = 'Loyniorð (umaftur)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">Loyniorðini tú skrivaði samsvara ikki!<br />Ella eru tóm!</span>';
$PALANG['pAdminEdit_admin_active'] = 'Virkin';
-$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin';
+$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin'; # XXX
$PALANG['pAdminEdit_admin_button'] = 'Broyt umsitara';
$PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">Fái ikki broytt umsitara!</span>';
$PALANG['pAdminEdit_admin_result_success'] = 'Umsitari er broyttur!';
@@ -329,17 +329,17 @@
$PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Fái ikki broytt tínar frítíðarboð uppsetingar!</span>';
$PALANG['pUsersVacation_result_success'] = 'Títt frítíðarboð er strikað!';
-$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['pCreate_dbLog_createmailbox'] = 'create mailbox'; # XXX
+$PALANG['pCreate_dbLog_createalias'] = 'create alias'; # XXX
+$PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; # XXX
+$PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; # XXX
-$PALANG['pEdit_dbLog_editactive'] = 'change active state';
-$PALANG['pEdit_dbLog_editalias'] = 'edit alias';
-$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
+$PALANG['pEdit_dbLog_editactive'] = 'change active state'; # XXX
+$PALANG['pEdit_dbLog_editalias'] = 'edit alias'; # XXX
+$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox'; # XXX
$PALANG['pSearch'] = 'search'; # XXX
-$PALANG['pSearch_welcome'] = 'Searching for: ';
+$PALANG['pSearch_welcome'] = 'Searching for: '; # XXX
$PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX
Modified: trunk/languages/fr.lang
===================================================================
--- trunk/languages/fr.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/fr.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -4,7 +4,7 @@
// Language file French
// by Kuthz
// updated by Olivier ETIENNE
-// updated by Francois Grange
+// updated by Francois Grange (rumbaya @sf)
//
$PALANG['YES'] = 'Oui';
@@ -217,7 +217,7 @@
$PALANG['pAdminList_domain_mailboxes'] = 'Comptes courriels';
$PALANG['pAdminList_domain_maxquota'] = 'Limite maximum (MB)';
$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
$PALANG['pAdminList_domain_modified'] = 'Dernière modification';
$PALANG['pAdminList_domain_active'] = 'Actif';
@@ -238,7 +238,7 @@
$PALANG['pAdminCreate_domain_domain'] = 'Domaine';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<span class="error_msg">Le domaine existe déjà!</span>';
$PALANG['pAdminCreate_domain_domain_text_error2'] = '<span class="error_msg">Le domaine est non valide!</span>';
-$PALANG['pAdminCreate_domain_description'] = 'Description';
+$PALANG['pAdminCreate_domain_description'] = 'Description'; # XXX
$PALANG['pAdminCreate_domain_aliases'] = 'Alias';
$PALANG['pAdminCreate_domain_aliases_text'] = '-1 = désactivé | 0 = illimité';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Comptes courriels';
@@ -248,7 +248,7 @@
$PALANG['pAdminCreate_domain_transport'] = 'Transport';
$PALANG['pAdminCreate_domain_transport_text'] = 'Definir le transport';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Ajouter les alias par défaut';
-$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
+$PALANG['pAdminCreate_domain_defaultaliases_text'] = '';
$PALANG['pAdminCreate_domain_backupmx'] = 'Le serveur est un "backup MX"';
$PALANG['pAdminCreate_domain_button'] = 'Ajouter un domaine';
$PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Impossible d\'ajouter le domaine!</span>';
@@ -316,7 +316,7 @@
$PALANG['pUsersVacation_welcome_text'] = 'Votre repondeur automatique est déjà configuré!';
$PALANG['pUsersVacation_subject'] = 'Sujet';
$PALANG['pUsersVacation_subject_text'] = 'En dehors du bureau';
-$PALANG['pUsersVacation_body'] = 'Message';
+$PALANG['pUsersVacation_body'] = 'Message'; # XXX
$PALANG['pUsersVacation_body_text'] = <<<EOM
Je serais absent(e) de <date> jusqu\'au <date>.
Pour urgence communiquez avec mon collegue <contact person>.
Modified: trunk/languages/hr.lang
===================================================================
--- trunk/languages/hr.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/hr.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -214,8 +214,8 @@
$PALANG['pAdminList_domain_aliases'] = 'Aliasi';
$PALANG['pAdminList_domain_mailboxes'] = 'Potanski ormarići';
$PALANG['pAdminList_domain_maxquota'] = 'Maksimalna kvota (MB)';
-$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
$PALANG['pAdminList_domain_modified'] = 'Zadnja promjena';
$PALANG['pAdminList_domain_active'] = 'Aktivan';
Modified: trunk/languages/hu.lang
===================================================================
--- trunk/languages/hu.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/hu.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -219,9 +219,9 @@
$PALANG['pAdminList_domain_description'] = 'Leírás';
$PALANG['pAdminList_domain_aliases'] = 'Alias-ok';
$PALANG['pAdminList_domain_mailboxes'] = 'Postafiókok';
-$PALANG['pAdminList_domain_maxquota'] = 'Max Quota (MB)';
-$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_maxquota'] = 'Max Quota (MB)'; # XXX
+$PALANG['pAdminList_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
$PALANG['pAdminList_domain_modified'] = 'Utolsó módosítás';
$PALANG['pAdminList_domain_active'] = 'Aktív';
@@ -247,7 +247,7 @@
$PALANG['pAdminCreate_domain_aliases_text'] = '-1 = kikapcsol | 0 = végtelen';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Postafiókok';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '-1 = kikapcsol | 0 = végtelen';
-$PALANG['pAdminCreate_domain_maxquota'] = 'Max Quota';
+$PALANG['pAdminCreate_domain_maxquota'] = 'Max Quota'; # XXX
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> -1 = kikapcsol | 0 = végtelen';
$PALANG['pAdminCreate_domain_transport'] = 'Transport';
$PALANG['pAdminCreate_domain_transport_text'] = 'Transport definiálása';
@@ -267,7 +267,7 @@
$PALANG['pAdminEdit_domain_aliases_text'] = '-1 = kikapcsol | 0 = végtelen';
$PALANG['pAdminEdit_domain_mailboxes'] = 'Postafiókok';
$PALANG['pAdminEdit_domain_mailboxes_text'] = '-1 = kikapcsol | 0 = végtelen';
-$PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota';
+$PALANG['pAdminEdit_domain_maxquota'] = 'Max Quota'; # XXX
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> -1 = kikapcsol | 0 = végtelen';
$PALANG['pAdminEdit_domain_transport'] = 'Transport';
$PALANG['pAdminEdit_domain_transport_text'] = 'Transport definiálása';
@@ -295,7 +295,7 @@
$PALANG['pAdminEdit_admin_password2'] = 'Jelszó (mégegyszer)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">A beírt jelszavak nem egyeznek!<br />Vagy üresek!</span>';
$PALANG['pAdminEdit_admin_active'] = 'Aktív';
-$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin';
+$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin'; # XXX
$PALANG['pAdminEdit_admin_button'] = 'Admin szerkesztése';
$PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">Nemsikerült módosítani az admint!</span>';
$PALANG['pAdminEdit_admin_result_success'] = 'Az Admin módosítása megtörtént!';
Modified: trunk/languages/is.lang
===================================================================
--- trunk/languages/is.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/is.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -14,7 +14,7 @@
$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Ertu viss um að þú viljir eyða þessu?\n';
$PALANG['confirm_domain'] = 'Ertu viss um að þú viljir eyða öllu sem tengist þessu léni? Það er ekki hægt að bakka með aðgerðina!\n';
-$PALANG['check_update'] = 'Check for update';
+$PALANG['check_update'] = 'Check for update'; # XXX
$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX
$PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX
@@ -45,14 +45,14 @@
$PALANG['pMain_viewlog'] = 'Skoða log skrárnar.';
$PALANG['pMain_logout'] = 'Aftengjast frá kerfinu';
-$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['pOverview_disabled'] = 'Disabled'; # XXX
+$PALANG['pOverview_unlimited'] = 'Unlimited'; # XXX
+$PALANG['pOverview_title'] = ':: Defined Domains'; # XXX
+$PALANG['pOverview_up_arrow'] = 'Go Top'; # XXX
+$PALANG['pOverview_right_arrow'] = 'Next Page'; # XXX
+$PALANG['pOverview_left_arrow'] = 'Previous Page'; # XXX
+$PALANG['pOverview_alias_title'] = ':: Alias'; # XXX
+$PALANG['pOverview_mailbox_title'] = ':: Mailboxes'; # XXX
$PALANG['pOverview_button'] = 'Áfram';
$PALANG['pOverview_welcome'] = 'Yfirlit fyrir ';
$PALANG['pOverview_alias_alias_count'] = 'Aliasar';
@@ -104,12 +104,12 @@
$PALANG['pEdit_alias_goto_text_error1'] = '<span class="error_msg">þú gafst ekki upp neitt í Til</span>';
$PALANG['pEdit_alias_goto_text_error2'] = '<span class="error_msg">Pósthólfið sem þú reynir að nota er ekki til: ';
$PALANG['pEdit_alias_domain_error'] = '<span class="error_msg">Þú átt ekki þetta lén: ';
-$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.';
-$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.';
+$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.'; # XXX
+$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.'; # XXX
$PALANG['pEdit_alias_button'] = 'Breyta Alias';
$PALANG['pEdit_alias_result_error'] = '<span class="error_msg">Get ekki breytt alias!</span>';
-$PALANG['pCreate_mailbox_welcome'] = 'Create a new local mailbox for your domain.';
+$PALANG['pCreate_mailbox_welcome'] = 'Create a new local mailbox for your domain.'; # XXX
$PALANG['pCreate_mailbox_username'] = 'notandanafn';
$PALANG['pCreate_mailbox_username_text_error1'] = '<br /><span class="error_msg">Netfangið er ekki til!</span>';
$PALANG['pCreate_mailbox_username_text_error2'] = '<br /><span class="error_msg">Þetta pósthólf er til núþegar, veldu þér annað!</span>';
@@ -214,8 +214,8 @@
$PALANG['pAdminList_domain_aliases'] = 'Aliasar';
$PALANG['pAdminList_domain_mailboxes'] = 'Póstbox';
$PALANG['pAdminList_domain_maxquota'] = 'Hám. kvóti (MB)';
-$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
$PALANG['pAdminList_domain_modified'] = 'Síðast breytt';
$PALANG['pAdminList_domain_active'] = 'Virkt';
@@ -243,8 +243,8 @@
$PALANG['pAdminCreate_domain_mailboxes_text'] = '-1 = óvirkt | 0 = ótakmarkað';
$PALANG['pAdminCreate_domain_maxquota'] = 'Hámarks kvóti';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> -1 = óvirkt | 0 = ótakmarkað';
-$PALANG['pAdminCreate_domain_transport'] = 'Transport';
-$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
+$PALANG['pAdminCreate_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport'; # XXX
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Setja sjálfgefinn póstalias';
$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
@@ -262,9 +262,9 @@
$PALANG['pAdminEdit_domain_mailboxes_text'] = '-1 = óvirkt | 0 = ótakmarkað';
$PALANG['pAdminEdit_domain_maxquota'] = 'Hámarks kvóti';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> -1 = óvirkt | 0 = ótakmarkað';
-$PALANG['pAdminEdit_domain_transport'] = 'Transport';
-$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport';
-$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
+$PALANG['pAdminEdit_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport'; # XXX
+$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX'; # XXX
$PALANG['pAdminEdit_domain_active'] = 'Virkt';
$PALANG['pAdminEdit_domain_button'] = 'Breyta léni';
$PALANG['pAdminEdit_domain_result_error'] = '<span class="error_msg">Get ekki breytt léni!</span>';
@@ -288,7 +288,7 @@
$PALANG['pAdminEdit_admin_password2'] = 'Lykilorð (aftur)';
$PALANG['pAdminEdit_admin_password_text_error'] = '<span class="error_msg">Lykilorðið sem þú gafst upp passar ekki!<br />Eða var tómt!</span>';
$PALANG['pAdminEdit_admin_active'] = 'Virkt';
-$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin';
+$PALANG['pAdminEdit_admin_super_admin'] = 'Super admin'; # XXX
$PALANG['pAdminEdit_admin_button'] = 'Breyta kerfisstjóra';
$PALANG['pAdminEdit_admin_result_error'] = '<span class="error_msg">Get ekki breytt kerfisstjóra!</span>';
$PALANG['pAdminEdit_admin_result_success'] = 'Kerfisstjórinn hefur verið breyttur!';
@@ -306,7 +306,7 @@
$PALANG['pUsersMain_vacation'] = 'Setja "er ekki við" skilaboð sem sjálfvikt svörun í pósthólfið þitt.';
$PALANG['pUsersMain_vacationSet'] = $PALANG['pUsersMenu_vacation'] . ' is ON, click \'' . $PALANG['pUsersMenu_vacation'] . '\' to ' . $PALANG['edit'] . '/remove'; # XXX
-$PALANG['pUsersMain_edit_alias'] = 'Breyta áframsendingu póstfangs. (email forward).';
+$PALANG['pUsersMain_edit_alias'] = 'Breyta áframsendingu póstfangs. (email forward).'; # XXX
$PALANG['pUsersMain_password'] = 'Breyta núverandi lykilorði.';
$PALANG['pUsersVacation_welcome'] = 'sjálfvirk skilaboð.';
@@ -323,17 +323,17 @@
$PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Get ekki uppfært sjálfvirk skilaboð þín!</span>';
$PALANG['pUsersVacation_result_success'] = 'Sjálfvirk skilaboð þín (svar) hefur verið fjarlægt!';
-$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['pCreate_dbLog_createmailbox'] = 'create mailbox'; # XXX
+$PALANG['pCreate_dbLog_createalias'] = 'create alias'; # XXX
+$PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; # XXX
+$PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; # XXX
-$PALANG['pEdit_dbLog_editactive'] = 'change active state';
-$PALANG['pEdit_dbLog_editalias'] = 'edit alias';
-$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox';
+$PALANG['pEdit_dbLog_editactive'] = 'change active state'; # XXX
+$PALANG['pEdit_dbLog_editalias'] = 'edit alias'; # XXX
+$PALANG['pEdit_dbLog_editmailbox'] = 'edit mailbox'; # XXX
$PALANG['pSearch'] = 'search'; # XXX
-$PALANG['pSearch_welcome'] = 'Searching for: ';
+$PALANG['pSearch_welcome'] = 'Searching for: '; # XXX
$PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX
Modified: trunk/languages/it.lang
===================================================================
--- trunk/languages/it.lang 2007-11-14 16:44:48 UTC (rev 221)
+++ trunk/languages/it.lang 2007-11-14 18:27:24 UTC (rev 222)
@@ -14,7 +14,7 @@
$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Sei sicuro di volerlo cancellare?\n';
$PALANG['confirm_domain'] = 'Sei sicuro di voler cancellare tutti gli indirizzi di questo dominio? Questa modifica sarà permanente!\n';
-$PALANG['check_update'] = 'Check for update';
+$PALANG['check_update'] = 'Check for update'; # XXX
$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX
$PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX
@@ -48,7 +48,7 @@
$PALANG['pOverview_disabled'] = 'Disabilitato';
$PALANG['pOverview_unlimited'] = 'Illimitato';
$PALANG['pOverview_title'] = ':: Domini definiti';
-$PALANG['pOverview_up_arrow'] = 'Go top';
+$PALANG['pOverview_up_arrow'] = 'Go top'; # XXX
$PALANG['pOverview_right_arrow'] = 'Pagina successiva';
$PALANG['pOverview_left_arrow'] = 'Pagina precedente';
$PALANG['pOverview_alias_title'] = ':: Alias';
@@ -215,8 +215,8 @@
$PALANG['pAdminList_domain_aliases'] = 'Alias';
$PALANG['pAdminList_domain_mailboxes'] = 'Caselle di posta';
$PALANG['pAdminList_domain_maxquota'] = 'Quota massima (MB)';
-$PALANG['pAdminList_domain_transport'] = 'Transport';
-$PALANG['pAdminList_domain_backupmx'] = 'Backup MX';
+$PALANG['pAdminList_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminList_domain_backupmx'] = 'Backup MX'; # XXX
$PALANG['pAdminList_domain_modified'] = 'Ultima modifica';
$PALANG['pAdminList_domain_active'] = 'Attivo';
@@ -237,18 +237,18 @@
$PALANG['pAdminCreate_domain_domain'] = 'Dominio';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<span class="error_msg">Il dominio esiste di già!</span>';
$PALANG['pAdminCreate_domain_domain_text_error2'] = '<span class="error_msg">The domain is invalid!</span>'; # XXX
-$PALANG['pAdminCreate_domain_description'] = 'Descri<ione';
+$PALANG['pAdminCreate_domain_description'] = 'Descri<ione'; # XXX - is the '<' correct? Probably not...
$PALANG['pAdminCreate_domain_aliases'] = 'Alias';
$PALANG['pAdminCreate_domain_aliases_text'] = '-1 = disabilita | 0 = illimitati';
$PALANG['pAdminCreate_domain_mailboxes'] = 'Caselle di posta';
$PALANG['pAdminCreate_domain_mailboxes_text'] = '-1 = disabilita | 0 = illimitate';
$PALANG['pAdminCreate_domain_maxquota'] = 'Quota Massima';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> -1 = disabilita | 0 = illimitata';
-$PALANG['pAdminCreate_domain_transport'] = 'Transport';
-$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
+$PALANG['pAdminCreate_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport'; # XXX
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Aggiungi gli alias di default';
$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
-$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
+$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX'; # XXX
$PALANG['pAdminCreate_domain_button'] = 'Aggiungi dominio';
$PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Impossibile aggiungere il dominio!</span>';
$PALANG['pAdminCreate_domain_result_success'] = 'Il dominio è stato aggiunto!';
@@ -263,9 +263,9 @@
$PALANG['pAdminEdit_domain_mailboxes_text'] = '-1 = disabilita | 0 = illimitate';
$PALANG['pAdminEdit_domain_maxquota'] = 'Quota massima';
$PALANG['pAdminEdit_domain_maxquota_text'] = 'MB<br /> -1 = disabilita | 0 = illimitato';
-$PALANG['pAdminEdit_domain_transport'] = 'Transport';
-$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport';
-$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX';
+$PALANG['pAdminEdit_domain_transport'] = 'Transport'; # XXX
+$PALANG['pAdminEdit_domain_transport_text'] = 'Define transport'; # XXX
+$PALANG['pAdminEdit_domain_backupmx'] = 'Mail server is backup MX'; # XXX
$PALANG['pAdminEdit_domain_active'] = 'Attivo';
$PALANG['pAdminEdit_domain_button'] = 'Modifica dominio';
$PALANG['pAdminEdit_domain_result_error'] = '<span class="error_msg">Impossibile modificare il dominio!</span>';
@@ -324,17 +324,17 @@
$PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Impossibile aggiornare i tuoi dettagli di away!</span>';
$PALANG['pUsersVacation_result_success'] = 'La tua risposta automatica è stata tolta!';
-$PALANG['pCreate_dbLog_createmailbox'] = 'create mailbox';
-$PALANG['pCreate_dbLog_createalias'] = 'create alias';
-$PALANG['pDelete_dbLog_deletealias'] = 'delete alias';
-$PALANG['pDe...
[truncated message content] |
|
From: <chr...@us...> - 2007-11-14 16:44:43
|
Revision: 221
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=221&view=rev
Author: christian_boltz
Date: 2007-11-14 08:44:48 -0800 (Wed, 14 Nov 2007)
Log Message:
-----------
ru.lang:
- language update by Pavel Usischev (pusischev) - thanks!
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1831782&group_id=191583
Modified Paths:
--------------
trunk/languages/ru.lang
Modified: trunk/languages/ru.lang
===================================================================
--- trunk/languages/ru.lang 2007-11-12 22:06:01 UTC (rev 220)
+++ trunk/languages/ru.lang 2007-11-14 16:44:48 UTC (rev 221)
@@ -11,8 +11,8 @@
$PALANG['edit'] = 'редактировать';
$PALANG['del'] = 'удалить';
$PALANG['exit'] = 'Выйти';
-$PALANG['cancel'] = 'Cancel'; # XXX
-$PALANG['save'] = 'Save'; # XXX
+$PALANG['cancel'] = 'Отменить';
+$PALANG['save'] = 'Сохранить';
$PALANG['confirm'] = 'Вы уверены, что хотите удалить это?\n';
$PALANG['confirm_domain'] = 'Вы действительно хотите удалить все настройки для домена? Это действие нельзя будет отменить!\n';
$PALANG['check_update'] = 'Проверить обновление';
@@ -64,7 +64,7 @@
$PALANG['pOverview_alias_modified'] = 'Последнее изменение';
$PALANG['pOverview_alias_active'] = 'Активен';
$PALANG['pOverview_alias_edit'] = 'Алиас';
-$PALANG['and_x_more'] = '[and %s more...]'; # XXX
+$PALANG['and_x_more'] = '[и еще %s...]';
$PALANG['pOverview_mailbox_username'] = 'Ящик';
$PALANG['pOverview_mailbox_name'] = 'Имя';
$PALANG['pOverview_mailbox_quota'] = 'Квота (МБ)';
@@ -370,36 +370,36 @@
$PALANG['pFetchmail_server_missing'] = 'Пожалуйста введите имя удаленного сервера!';
$PALANG['pFetchmail_user_missing'] = 'Пожалуйста введите имя удаленного пользователя!';
$PALANG['pFetchmail_password_missing'] = 'Пожалуйста введите пароль удаленного пользователя!';
-$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
-$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
-$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
-$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
-$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
-$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
-$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
-$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
-$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
-$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
-$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
-$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
-$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
-$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
-$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
-$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
-$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
-$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
-$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
-$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
-$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
-$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
-$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
-$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
-$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
-$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
-$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
-$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
-$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
-$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
+$PALANG['pFetchmail_field_id'] = 'Номер';
+$PALANG['pFetchmail_field_mailbox'] = 'Ящик';
+$PALANG['pFetchmail_field_src_server'] = 'Сервер';
+$PALANG['pFetchmail_field_src_auth'] = 'Тип аутентификации';
+$PALANG['pFetchmail_field_src_user'] = 'Пользователь';
+$PALANG['pFetchmail_field_src_password'] = 'Пароль';
+$PALANG['pFetchmail_field_src_folder'] = 'Папка';
+$PALANG['pFetchmail_field_poll_time'] = 'Опрашивать';
+$PALANG['pFetchmail_field_fetchall'] = 'Скачивать все';
+$PALANG['pFetchmail_field_keep'] = 'Не удалять';
+$PALANG['pFetchmail_field_protocol'] = 'Протокол';
+$PALANG['pFetchmail_field_extra_options'] = 'Дополнительные параметры';
+$PALANG['pFetchmail_field_mda'] = 'MDA';
+$PALANG['pFetchmail_field_date'] = 'Дата';
+$PALANG['pFetchmail_field_returned_text'] = 'Текст отчета';
+$PALANG['pFetchmail_desc_id'] = 'Номер записи';
+$PALANG['pFetchmail_desc_mailbox'] = 'Локальный ящик';
+$PALANG['pFetchmail_desc_src_server'] = 'Удаленный сервер';
+$PALANG['pFetchmail_desc_src_auth'] = 'Обычно \'password\''; # Translators: Please do NOT translate 'password' here
+$PALANG['pFetchmail_desc_src_user'] = 'Удаленный пользователь';
+$PALANG['pFetchmail_desc_src_password'] = 'Удаленный пароль';
+$PALANG['pFetchmail_desc_src_folder'] = 'Удаленная папка';
+$PALANG['pFetchmail_desc_poll_time'] = 'Опрашивать каждые ... минут';
+$PALANG['pFetchmail_desc_fetchall'] = 'Скачивать и старые (виденные), и новые сообщения';
+$PALANG['pFetchmail_desc_keep'] = 'Не удалять скачанные сообщения с удаленного сервера';
+$PALANG['pFetchmail_desc_protocol'] = 'Какой протокол использовать';
+$PALANG['pFetchmail_desc_extra_options'] = 'Дополнительные параметры fetchmail';
+$PALANG['pFetchmail_desc_mda'] = 'Агент доставки почты (Mail Delivery Agent)';
+$PALANG['pFetchmail_desc_date'] = 'Дата последнего опроса/изменения конфигурации';
+$PALANG['pFetchmail_desc_returned_text'] = 'Текст отчета о последнем опросе';
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-12 22:05:59
|
Revision: 220
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=220&view=rev
Author: christian_boltz
Date: 2007-11-12 14:06:01 -0800 (Mon, 12 Nov 2007)
Log Message:
-----------
fetchmail.php:
- made edit form labels and descriptions translatable. This means that
$fm_struct no longer holds the labels and descriptions
- fixed HTML error (missing > for </span>
- added some comments to document the main "if" block
fetchmail.tpl:
- changed button order and placement to make <enter> saving the entry
- made save and cancel buttons translatable
Thanks to Johan for the reminder
https://sourceforge.net/tracker/?func=detail&atid=937964&aid=1830326&group_id=191583
- made edit form labels and descriptions translatable. This also means
reworking of some list(...) = $fm_struct[$row] sections
*.lang:
- added translations for "Save" and "Cancel" buttons
- added translations for edit form labels and descriptions
de.lang:
- translated fetchmail-related texts
Modified Paths:
--------------
trunk/fetchmail.php
trunk/languages/bg.lang
trunk/languages/ca.lang
trunk/languages/cn.lang
trunk/languages/cs.lang
trunk/languages/da.lang
trunk/languages/de.lang
trunk/languages/en.lang
trunk/languages/es.lang
trunk/languages/et.lang
trunk/languages/eu.lang
trunk/languages/fi.lang
trunk/languages/fo.lang
trunk/languages/fr.lang
trunk/languages/hr.lang
trunk/languages/hu.lang
trunk/languages/is.lang
trunk/languages/it.lang
trunk/languages/lt.lang
trunk/languages/mk.lang
trunk/languages/nl.lang
trunk/languages/nn.lang
trunk/languages/pl.lang
trunk/languages/pt-br.lang
trunk/languages/ru.lang
trunk/languages/sk.lang
trunk/languages/sl.lang
trunk/languages/sv.lang
trunk/languages/tr.lang
trunk/languages/tw.lang
trunk/templates/fetchmail.tpl
Modified: trunk/fetchmail.php
===================================================================
--- trunk/fetchmail.php 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/fetchmail.php 2007-11-12 22:06:01 UTC (rev 220)
@@ -73,27 +73,30 @@
$display_status = 1;
if ($new || $edit) $display_status = 0;
-$fm_struct=array( // list($editible,$view,$type,$title,$comment)
- # first column: allow editing?
- # second column: display field?
- # the others: type title help text (in edit form)
- "id" => array(0,0,'id', 'ID', 'Record ID'),
- "mailbox" => array(1,1,'enum', 'Mailbox', 'Local mailbox'),
- "src_server" => array(1,1,'text', 'Server', 'Remote Server'),
- "src_auth" => array(1,1,'enum', 'Auth Type','Mostly password'),
- "src_user" => array(1,1,'text', 'User', 'Remote User'),
- "src_password" => array(1,0,'password', 'Password', 'Remote Password'),
- "src_folder" => array(1,1,'text', 'Folder', 'Remote Folder'),
- "poll_time" => array(1,1,'num', 'Poll', 'Poll Time (min)'),
- "fetchall" => array(1,1,'bool', 'Fetch All','Retrieve both old (seen) and new messages'),
- "keep" => array(1,1,'bool', 'Keep', 'Keep retrieved messages on the remote mailserver'),
- "protocol" => array(1,1,'enum', 'Protocol', 'Protocol to use'),
- "extra_options" => array($extra_options,$extra_options,'longtext', 'Extra Options','Extra fetchmail Options'),
- "mda" => array($extra_options,$extra_options,'longtext', 'MDA', 'Mail Delivery Agent'),
- "date" => array(0,$display_status, 'text', 'Date', 'Date of last polling/configuration change'),
- "returned_text" => array(0,$display_status, 'longtext', 'Returned Text','Text message from last polling'),
+$fm_struct=array( // list($editible,$view,$type)
+ # field name allow editing? display field? type
+ "id" => array(0, 0, 'id' ),
+ "mailbox" => array(1, 1, 'enum' ),
+ "src_server" => array(1, 1, 'text' ),
+ "src_auth" => array(1, 1, 'enum' ),
+ "src_user" => array(1, 1, 'text' ),
+ "src_password" => array(1, 0, 'password' ),
+ "src_folder" => array(1, 1, 'text' ),
+ "poll_time" => array(1, 1, 'num' ),
+ "fetchall" => array(1, 1, 'bool' ),
+ "keep" => array(1, 1, 'bool' ),
+ "protocol" => array(1, 1, 'enum' ),
+ "extra_options" => array($extra_options, $extra_options, 'longtext' ),
+ "mda" => array($extra_options, $extra_options, 'longtext' ),
+ "date" => array(0, $display_status, 'text' ),
+ "returned_text" => array(0, $display_status, 'longtext' ),
);
+# labels and descriptions are taken from $PALANG['pFetchmail_field_xxx'] and $PALANG['pFetchmail_desc_xxx']
+# TODO: After pressing save or cancel in edit form, date and returned text are not displayed in list view.
+# TODO: Reason: $display_status is set before $new and $edit are reset to 0.
+# TODO: Fix: split the "display field?" column into "display in list" and "display in edit mode".
+
$SESSID_USERNAME = authentication_get_username();
if (!$SESSID_USERNAME )
exit;
@@ -148,22 +151,22 @@
}
-if ($cancel) {
+if ($cancel) { # cancel $new or $edit
$edit=0;
$new=0;
-} elseif ($delete) {
+} elseif ($delete) { # delete an entry
$result = db_query ("delete from fetchmail WHERE id=".$delete);
if ($result['rows'] != 1)
{
- flash_error($PALANG['pDelete_delete_error']) . '</span';
+ flash_error($PALANG['pDelete_delete_error']) . '</span>';
} else {
flash_info(sprintf($PALANG['pDelete_delete_success'],$account));
}
$delete=0;
-} elseif ( ($edit || $new) && $save) {
+} elseif ( ($edit || $new) && $save) { # $edit or $new AND save button pressed
$formvars=array();
foreach($fm_struct as $key=>$row){
- list($editible,$view,$type,$title,$comment)=$row;
+ list($editible,$view,$type)=$row;
if ($editible != 0){
$func="_inp_".$type;
$val=safepost($key);
@@ -213,10 +216,10 @@
$formvars['src_password'] = ''; # never display password
}
-} elseif ($edit) {
+} elseif ($edit) { # edit entry form
$formvars = $edit_row;
$formvars['src_password'] = '';
-} elseif ($new) {
+} elseif ($new) { # create entry form
foreach (array_keys($fm_struct) as $value) {
if (isset($fm_defaults[$value])) {
$formvars[$value] = $fm_defaults[$value];
Modified: trunk/languages/bg.lang
===================================================================
--- trunk/languages/bg.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/bg.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = 'ðåäàêòèðàíå';
$PALANG['del'] = 'èçòðèâàíå';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Ñèãóðíè ëè ñòå, ÷å æåëàåòå äà èçòðèåòî òîâà?\n';
$PALANG['confirm_domain'] = 'Íàèñòèíà ëè èñêàòå äà èçòðèåòå âñè÷êè çàïèñè çà òîçè äîìåéí? Òîâà äåéñòâèå å íåîáðàòèìî!\n';
$PALANG['check_update'] = 'Check for update';
@@ -356,6 +358,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/ca.lang
===================================================================
--- trunk/languages/ca.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/ca.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = 'editar';
$PALANG['del'] = 'esborrar';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = '¿Segur que vols esborrar-lo?\n';
$PALANG['confirm_domain'] = 'Estas segur que vols borrar tots els registres d\'aquest domini? Això no podrà ser desfet!\n';
$PALANG['check_update'] = 'Check for update';
@@ -356,6 +358,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/cn.lang
===================================================================
--- trunk/languages/cn.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/cn.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = '编辑';
$PALANG['del'] = '删除';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = '是否确定删除?\n';
$PALANG['confirm_domain'] = '你是否确定要删除该域中的所有记录? 删除后不可恢复!\n';
$PALANG['check_update'] = '检查新版本';
@@ -356,6 +358,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/cs.lang
===================================================================
--- trunk/languages/cs.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/cs.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -12,6 +12,8 @@
$PALANG['edit'] = 'upravit';
$PALANG['del'] = 'smazat';
$PALANG['exit'] = 'Zrušit';
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Jste si jistí?\n';
$PALANG['confirm_domain'] = 'Opravdu chcete smazat všechny záznamy v této doméně Tohle nelze vrátit!\n';
$PALANG['check_update'] = 'Zkontrolovat aktualizace';
@@ -366,6 +368,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/da.lang
===================================================================
--- trunk/languages/da.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/da.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -11,6 +11,8 @@
$PALANG['edit'] = 'redigere';
$PALANG['del'] = 'slet';
$PALANG['exit'] = 'Log af';
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Er du sikker på du vil slette dette?\n';
$PALANG['confirm_domain'] = 'Vil du virkelig slette alle adresser for dette domæne? Dette kan ikke fortrydes!\n';
$PALANG['check_update'] = 'Søg efter opdateringer';
@@ -368,6 +370,36 @@
$PALANG['pFetchmail_server_missing'] = 'Angiv navnet på fjernserveren!';
$PALANG['pFetchmail_user_missing'] = 'Angiv brugernavnet til fjernserveren!';
$PALANG['pFetchmail_password_missing'] = 'Angiv adgangskoden til fjernserveren!';
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/de.lang
===================================================================
--- trunk/languages/de.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/de.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = 'editieren';
$PALANG['del'] = 'löschen';
$PALANG['exit'] = 'Verlassen';
+$PALANG['cancel'] = 'Abbrechen';
+$PALANG['save'] = 'Speichern';
$PALANG['confirm'] = 'Sind Sie sicher dass Sie das löschen wollen?\n';
$PALANG['confirm_domain'] = 'Wollen Sie wirklich alle Einträge dieser Domain löschen? Dies kann NICHT rückgängig gemacht werden!\n';
$PALANG['check_update'] = 'Auf Updates überprüfen';
@@ -367,6 +369,36 @@
$PALANG['pFetchmail_server_missing'] = 'Bitte geben Sie den Namen des Servers ein!';
$PALANG['pFetchmail_user_missing'] = 'Bitte geben Sie den Benutzernamen ein!';
$PALANG['pFetchmail_password_missing'] = 'Bitte geben Sie das Passwort ein!';
+$PALANG['pFetchmail_field_id'] = 'ID';
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox';
+$PALANG['pFetchmail_field_src_server'] = 'Server';
+$PALANG['pFetchmail_field_src_auth'] = 'Anmeldemethode';
+$PALANG['pFetchmail_field_src_user'] = 'Benutzername';
+$PALANG['pFetchmail_field_src_password'] = 'Passwort';
+$PALANG['pFetchmail_field_src_folder'] = 'Ordner';
+$PALANG['pFetchmail_field_poll_time'] = 'Abruf';
+$PALANG['pFetchmail_field_fetchall'] = 'Alle abholen';
+$PALANG['pFetchmail_field_keep'] = 'Behalten';
+$PALANG['pFetchmail_field_protocol'] = 'Protokoll';
+$PALANG['pFetchmail_field_extra_options'] = 'Zusätzliche Optionen';
+$PALANG['pFetchmail_field_mda'] = 'MDA';
+$PALANG['pFetchmail_field_date'] = 'Datum';
+$PALANG['pFetchmail_field_returned_text'] = 'Zurückgegebener Text';
+$PALANG['pFetchmail_desc_id'] = 'Eintrags-ID';
+$PALANG['pFetchmail_desc_mailbox'] = 'Lokales Postfach';
+$PALANG['pFetchmail_desc_src_server'] = 'Entfernter Server';
+$PALANG['pFetchmail_desc_src_auth'] = 'Normalerweise \'password\'';
+$PALANG['pFetchmail_desc_src_user'] = 'Entfernter Benutzername';
+$PALANG['pFetchmail_desc_src_password'] = 'Entferntes Passwort';
+$PALANG['pFetchmail_desc_src_folder'] = 'Entfernter Ordner';
+$PALANG['pFetchmail_desc_poll_time'] = 'Mailabruf alle ... Minuten';
+$PALANG['pFetchmail_desc_fetchall'] = 'Sowohl alte (gelesene) als auch neue Nachrichten abholen';
+$PALANG['pFetchmail_desc_keep'] = 'Abgeholte Nachrichten auf dem entfernten Server lassen';
+$PALANG['pFetchmail_desc_protocol'] = 'Zu verwendendes Protokoll';
+$PALANG['pFetchmail_desc_extra_options'] = 'Zusätzliche fetchmail-Optionen';
+$PALANG['pFetchmail_desc_mda'] = 'Programm zur Mailauslieferung';
+$PALANG['pFetchmail_desc_date'] = 'Datum des letzten Mailabrufs/Konfigurationsänderung';
+$PALANG['pFetchmail_desc_returned_text'] = 'Textausgabe des letzten Mailabrufs';
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/en.lang
===================================================================
--- trunk/languages/en.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/en.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -11,6 +11,8 @@
$PALANG['edit'] = 'edit';
$PALANG['del'] = 'del';
$PALANG['exit'] = 'Exit';
+$PALANG['cancel'] = 'Cancel';
+$PALANG['save'] = 'Save';
$PALANG['confirm'] = 'Are you sure you want to delete this?\n';
$PALANG['confirm_domain'] = 'Do you really want to delete all records for this domain? This can not be undone!\n';
$PALANG['check_update'] = 'Check for update';
@@ -368,6 +370,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!';
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!';
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!';
+$PALANG['pFetchmail_field_id'] = 'ID';
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox';
+$PALANG['pFetchmail_field_src_server'] = 'Server';
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type';
+$PALANG['pFetchmail_field_src_user'] = 'User';
+$PALANG['pFetchmail_field_src_password'] = 'Password';
+$PALANG['pFetchmail_field_src_folder'] = 'Folder';
+$PALANG['pFetchmail_field_poll_time'] = 'Poll';
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All';
+$PALANG['pFetchmail_field_keep'] = 'Keep';
+$PALANG['pFetchmail_field_protocol'] = 'Protocol';
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options';
+$PALANG['pFetchmail_field_mda'] = 'MDA';
+$PALANG['pFetchmail_field_date'] = 'Date';
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text';
+$PALANG['pFetchmail_desc_id'] = 'Record ID';
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox';
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server';
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User';
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password';
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder';
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes';
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages';
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver';
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use';
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options';
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent';
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change';
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling';
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/es.lang
===================================================================
--- trunk/languages/es.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/es.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = 'editar';
$PALANG['del'] = 'borrar';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = '¿Está seguro de que desea borrarlo?\n';
$PALANG['confirm_domain'] = '¿Está seguro de que desea borrar todos los registros de este dominio? ¡Esto no puede ser deshecho!\n';
$PALANG['check_update'] = 'Check for update';
@@ -357,6 +359,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/et.lang
===================================================================
--- trunk/languages/et.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/et.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = 'Redigeeri';
$PALANG['del'] = 'Kustuta';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Oled kindel, et soovid seda kustutada?\n';
$PALANG['confirm_domain'] = 'Oled tõesti kindel, et tahad kustutada kõik kirjed sellele domeenile? Seda tegevust ei saa tagasi võtta!\n';
$PALANG['check_update'] = 'Check for update';
@@ -360,6 +362,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/eu.lang
===================================================================
--- trunk/languages/eu.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/eu.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = 'aldatu';
$PALANG['del'] = 'ezabatu';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Ziur al zaude ezabatu nahi duzula?\n';
$PALANG['confirm_domain'] = 'Ziur al zaude domeinu honetako erregistro guztiak ezbatu nahi dituzula? Hau ezin izango da desegin!\n';
$PALANG['check_update'] = 'Check for update';
@@ -355,6 +357,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/fi.lang
===================================================================
--- trunk/languages/fi.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/fi.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -13,6 +13,8 @@
$PALANG['edit'] = 'muokkaa';
$PALANG['del'] = 'poista';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Oletko varma että haluat poistaa tämän?\n';
$PALANG['confirm_domain'] = 'Oletko varma että haluat poistaa kaikki tietueet tästä domainista? Tätä komentoa ei voi perua!\n';
$PALANG['check_update'] = 'Check for update';
@@ -358,6 +360,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/fo.lang
===================================================================
--- trunk/languages/fo.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/fo.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = 'broyt';
$PALANG['del'] = 'strika';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Ert tú vís(ur) í at tú vilt strika hetta?\n';
$PALANG['confirm_domain'] = 'Vilt tú veruliga strika allar upplýsingar fyri hetta navnaøki? Her kann ikki vendast aftur!\n';
$PALANG['check_update'] = 'Check for update';
@@ -361,6 +363,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/fr.lang
===================================================================
--- trunk/languages/fr.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/fr.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -12,6 +12,8 @@
$PALANG['edit'] = 'Modifier';
$PALANG['del'] = 'Effacer';
$PALANG['exit'] = 'Quitter';
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Etes vous sur de vouloir supprimer cet enregistrement\n';
$PALANG['confirm_domain'] = 'Etes-vous sur de vouloir effacer tous les enregistrements dans ce domaine ? Cette opération ne pourra pas être annulée.\n';
$PALANG['check_update'] = 'Vérifiez les mises à jour';
@@ -358,6 +360,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/hr.lang
===================================================================
--- trunk/languages/hr.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/hr.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -9,6 +9,8 @@
$PALANG['edit'] = 'uredi';
$PALANG['del'] = 'brii';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Da li ste sigurni da elite ovo pobrisati?\n';
$PALANG['confirm_domain'] = 'Da li ste sigurni da elite pobrisati sve zapise za tu domenu? Zapisi ce biti zauvijek pobrisani!\n';
$PALANG['check_update'] = 'Provjeri da li postoji novija inačica';
@@ -355,6 +357,36 @@
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/hu.lang
===================================================================
--- trunk/languages/hu.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/hu.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = 'szerkeszt';
$PALANG['del'] = 'töröl';
$PALANG['exit'] = 'Kilép';
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Biztos vagy benne hogy törlöd ezt?\n';
$PALANG['confirm_domain'] = 'Biztos hogy törölni akarod az összes bejegyzést ez alól a domain alól? Nem lehet visszahozni késõbb!\n';
$PALANG['check_update'] = 'Check for update'; # XXX
@@ -369,6 +371,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/is.lang
===================================================================
--- trunk/languages/is.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/is.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = 'skrifa í';
$PALANG['del'] = 'eyða';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Ertu viss um að þú viljir eyða þessu?\n';
$PALANG['confirm_domain'] = 'Ertu viss um að þú viljir eyða öllu sem tengist þessu léni? Það er ekki hægt að bakka með aðgerðina!\n';
$PALANG['check_update'] = 'Check for update';
@@ -355,6 +357,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_returned_text'] = 'Returned Text'; # XXX
+$PALANG['pFetchmail_desc_id'] = 'Record ID'; # XXX
+$PALANG['pFetchmail_desc_mailbox'] = 'Local mailbox'; # XXX
+$PALANG['pFetchmail_desc_src_server'] = 'Remote Server'; # XXX
+$PALANG['pFetchmail_desc_src_auth'] = 'Mostly \'password\''; # Translators: Please do NOT translate 'password' here # XXX
+$PALANG['pFetchmail_desc_src_user'] = 'Remote User'; # XXX
+$PALANG['pFetchmail_desc_src_password'] = 'Remote Password'; # XXX
+$PALANG['pFetchmail_desc_src_folder'] = 'Remote Folder'; # XXX
+$PALANG['pFetchmail_desc_poll_time'] = 'Poll every ... minutes'; # XXX
+$PALANG['pFetchmail_desc_fetchall'] = 'Retrieve both old (seen) and new messages'; # XXX
+$PALANG['pFetchmail_desc_keep'] = 'Keep retrieved messages on the remote mailserver'; # XXX
+$PALANG['pFetchmail_desc_protocol'] = 'Protocol to use'; # XXX
+$PALANG['pFetchmail_desc_extra_options'] = 'Extra fetchmail Options'; # XXX
+$PALANG['pFetchmail_desc_mda'] = 'Mail Delivery Agent'; # XXX
+$PALANG['pFetchmail_desc_date'] = 'Date of last polling/configuration change'; # XXX
+$PALANG['pFetchmail_desc_returned_text'] = 'Text message from last polling'; # XXX
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
Modified: trunk/languages/it.lang
===================================================================
--- trunk/languages/it.lang 2007-11-12 13:09:51 UTC (rev 219)
+++ trunk/languages/it.lang 2007-11-12 22:06:01 UTC (rev 220)
@@ -10,6 +10,8 @@
$PALANG['edit'] = 'modifica';
$PALANG['del'] = 'cancella';
$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['cancel'] = 'Cancel'; # XXX
+$PALANG['save'] = 'Save'; # XXX
$PALANG['confirm'] = 'Sei sicuro di volerlo cancellare?\n';
$PALANG['confirm_domain'] = 'Sei sicuro di voler cancellare tutti gli indirizzi di questo dominio? Questa modifica sarà permanente!\n';
$PALANG['check_update'] = 'Check for update';
@@ -356,6 +358,36 @@
$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pFetchmail_field_id'] = 'ID'; # XXX
+$PALANG['pFetchmail_field_mailbox'] = 'Mailbox'; # XXX
+$PALANG['pFetchmail_field_src_server'] = 'Server'; # XXX
+$PALANG['pFetchmail_field_src_auth'] = 'Auth Type'; # XXX
+$PALANG['pFetchmail_field_src_user'] = 'User'; # XXX
+$PALANG['pFetchmail_field_src_password'] = 'Password'; # XXX
+$PALANG['pFetchmail_field_src_folder'] = 'Folder'; # XXX
+$PALANG['pFetchmail_field_poll_time'] = 'Poll'; # XXX
+$PALANG['pFetchmail_field_fetchall'] = 'Fetch All'; # XXX
+$PALANG['pFetchmail_field_keep'] = 'Keep'; # XXX
+$PALANG['pFetchmail_field_protocol'] = 'Protocol'; # XXX
+$PALANG['pFetchmail_field_extra_options'] = 'Extra Options'; # XXX
+$PALANG['pFetchmail_field_mda'] = 'MDA'; # XXX
+$PALANG['pFetchmail_field_date'] = 'Date'; # XXX
+$PALANG['pFetchmail_field_return...
[truncated message content] |
|
From: <gin...@us...> - 2007-11-12 13:09:46
|
Revision: 219
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=219&view=rev
Author: gingerdog
Date: 2007-11-12 05:09:51 -0800 (Mon, 12 Nov 2007)
Log Message:
-----------
add external link to screenshots
Property Changed:
----------------
website/
Property changes on: website
___________________________________________________________________
Name: svn:externals
+ screenshots https://postfixadmin.svn.sourceforge.net/svnroot/postfixadmin/trunk/DOCUMENTS/screenshots/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gin...@us...> - 2007-11-12 13:03:56
|
Revision: 218
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=218&view=rev
Author: gingerdog
Date: 2007-11-12 05:03:58 -0800 (Mon, 12 Nov 2007)
Log Message:
-----------
website: adding to svn
Added Paths:
-----------
website/footer.php
website/header.php
website/images/
website/images/postbox.png
website/images/postfixadmin2.png
website/index.php
website/stylesheet.css
Added: website/footer.php
===================================================================
--- website/footer.php (rev 0)
+++ website/footer.php 2007-11-12 13:03:58 UTC (rev 218)
@@ -0,0 +1,10 @@
+<div id="footer">
+ |
+ |
+Web interface to managing virtual mail accounts with Postfix
+ |
+ |
+</div>
+</body>
+</html>
+
Property changes on: website/footer.php
___________________________________________________________________
Name: svn:executable
+ *
Added: website/header.php
===================================================================
--- website/header.php (rev 0)
+++ website/header.php 2007-11-12 13:03:58 UTC (rev 218)
@@ -0,0 +1,24 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <link rel="stylesheet" type="text/css" href="/stylesheet.css" />
+ <title>Postfix Admin - Web based administration interface</title>
+</head>
+<body>
+<div id="login_header">
+ <img id="login_header_logo" src="/images/postbox.png" />
+ <img id="login_header_logo2" src="/images/postfixadmin2.png" />
+</div>
+
+<div id="menu">
+<ul>
+ <li><a target='_top' href="/">Home</a></li>
+ <li><a target="_top" href="/screenshots">Screenshots</a></li>
+ <li><a target="_top" href="http://sf.net/projects/postfixadmin">Sourceforge page</a></li>
+ <li><a target="_top" href="http://sourceforge.net/tracker/?group_id=191583&atid=937964">Report a Bug</a></li>
+ <li><a target="_top" href="http://sourceforge.net/forum/forum.php?forum_id=676076">Forum</a></li>
+</ul>
+</div>
+
Property changes on: website/header.php
___________________________________________________________________
Name: svn:executable
+ *
Added: website/images/postbox.png
===================================================================
(Binary files differ)
Property changes on: website/images/postbox.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: website/images/postfixadmin2.png
===================================================================
(Binary files differ)
Property changes on: website/images/postfixadmin2.png
___________________________________________________________________
Name: svn:executable
+ *
Name: svn:mime-type
+ application/octet-stream
Added: website/index.php
===================================================================
--- website/index.php (rev 0)
+++ website/index.php 2007-11-12 13:03:58 UTC (rev 218)
@@ -0,0 +1,63 @@
+<?php
+require_once('header.php');
+?>
+
+<h3>What is it</h3>
+
+<p>Postfix Admin is a web based interface used to manage mailboxes, virtual domains and aliases. It also features support for vacation/out-of-the-office messages.</p>
+
+<p>It requires <a href="http://php.net">PHP</a>, <a href="http://postfix.org">Postfix</a> and one of <a href="http://www.mysql.org">MySQL</a> or <a href="http://www.postgresql.org">PostgreSQL</a>.</p>
+
+<h3>License</h3>
+<p>Postfixadmin is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. </p>
+
+<p>If you make changes to it, or fix bugs, please consider donating your changes back to the community.</p>
+
+<h3>Community</h3>
+
+<ul>
+<li><a href="http://sourceforge.net/forum/forum.php?forum_id=676076">Postfixadmin Discussion Forum</a></li>
+<li><a href="http://sourceforge.net/mail/?group_id=191583">Mailing lists</a></li>
+<li>IRC - #postfixadmin on irc.freenode.net </li>
+</ul>
+
+<h3>Download - Stable release</h3>
+
+<p>The latest stable release is 2.1.0. You can download it <a href="http://sourceforge.net/project/showfiles.php?group_id=191583&package_id=225300&release_id=495972">here</a></p>
+
+<h3>Download - Not so stable release</h3>
+
+<p>We've created a .deb package to make installation slightly easier, based on revision 207 of Subversion (11th November 2007). </p>
+<p>This should be judged as being a <b>snapshot</b>, and although it <u>should work</u> - it may not - or some features may be lacking suitable documentation.</p>
+<p>As this is based on the development branch, it's setup is slightly different from that for v2.1.0; but you should be able to figure that out when you visit http://yoursever/postfixadmin after installing it. Note, the .deb does not setup your database in any useful way - so you'll need to do this manually (see /usr/share/doc/postfixadmin)</p>
+
+<p><a href="http://downloads.sourceforge.net/postfixadmin/postfixadmin_2.2.0-1rc1_all.deb?use_mirror=osdn">GingerDog's experimental .deb</a> for installation (based on Subversion revision 207).</p>
+
+<h3>Download - Development release</h3>
+
+<p>The development team expect the codebase in Subversion to become 2.2.0 before the end of 2007. There are a number of show stopping bugs still in place (for instance, no automated way of performing an upgrade, and a number of translations are missing). It should however work!</p>
+
+<p>We would recommend that all new users use the version from Subversion, as it has a number of new features and bug fixes. However, it <strong>may contain bugs</strong>. </p>
+
+
+<p>You can download the source code to Postfixadmin using Subversion :</p>
+
+<code>svn co https://postfixadmin.svn.sourceforge.net/svnroot/postfixadmin postfixadmin</code>
+
+
+<h3>Upgrading Postfixadmin</h3>
+
+<p>The database schema between version 2.1.0 and what is in Subversion has changed - mostly for vacation related tables, and with the addition of UTF8 support. If you use neither, you <em>probably</em> won't need to do anything.</p>
+<p>We are currently working on an 'upgrade.php' script which will take care of the database changes between revisions. This is still work in progress, and at the time of writing only MySQL is supported for this (due to GingerDog being lazy, and not doing the PostgreSQL changes)</p>
+
+<h3>Other Relevant links and related projects</h3>
+
+<ul>
+<li><a href="http://postfixadmin-squirrelmail.palepurple.co.uk">Postfixadmin/Squirrelmail plugin</a> - Integrate together <A href="http://squirrelmail.org">Squirrelmail</a> with Postfixadmin</a></li>
+</ul>
+
+(If you would like to add links to any other relevant projects, please poke GingerDog on irc)
+
+<?php
+require_once('footer.php');
+?>
Property changes on: website/index.php
___________________________________________________________________
Name: svn:executable
+ *
Added: website/stylesheet.css
===================================================================
--- website/stylesheet.css (rev 0)
+++ website/stylesheet.css 2007-11-12 13:03:58 UTC (rev 218)
@@ -0,0 +1,249 @@
+body {
+ background: #ffffff;
+ color: #000000;
+ font-family: BitStream Vera Sans, Verdana, Arial, Helvetica, sans-serif;
+ font-size: 11px;
+ font-weight: normal;
+}
+
+a {
+ text-decoration: none;
+ color: #888888;
+}
+
+a:hover {
+ text-decoration: underline;
+ color: #888888;
+}
+
+a:visited, a:active {
+ color: #888888;
+}
+
+ul {
+}
+
+table {
+ // border-spacing: 0;
+ // padding: 0;
+ border-collapse: collapse; //for IE
+}
+
+.button {
+ border: 1px solid #aaaaaa;
+ color: #777777;
+ background: #dddddd;
+ padding: 3px 3px 3px 3px;
+ font-size: 11px;
+}
+
+.button:hover {
+ background: #BCFF36;
+ color: #888888;
+}
+
+.flat {
+ border: 1px solid #888888;
+}
+
+.error_msg {
+ color: #d01313;
+}
+
+.standout {
+ color: maroon;
+ padding: 3px 3px 3px 3px;
+ text-align: center;
+}
+
+#login_header {
+ width: 750px;
+ margin: 0 auto;
+ padding-bottom: 10px;
+ text-align: left;
+}
+
+#login {
+ width: 750px;
+ margin: 0 auto;
+}
+
+#login_table {
+ border-left: 8px solid gray;
+ border-right: 8px solid gray;
+ background: #eeeeee;
+ width: 350px;
+ margin: 0 auto;
+ border-collapse: separate;
+ border-spacing: 10px;
+}
+
+#login_table h4 {
+ font-size: 13px;
+}
+
+#menu {
+ width: 750px;
+ margin: 0 auto;
+ padding-top: 10px;
+ white-space: nowrap;
+}
+
+#menu ul li {
+ display: inline;
+ background: #efefef;
+ padding: 20px 5px 5px 5px;
+ margin-right: 3px;
+ border-top: 4px solid #aaaaaa;
+}
+
+#menu ul li:hover {
+ background: #BFFF00; /* #F32121; */
+ color: white;
+}
+
+#menu ul li a {
+ color: #888888;
+}
+
+#menu ul li a:hover {
+ color: #888888;
+}
+
+
+#main_menu, #edit_form {
+ width: 750px;
+ margin: 0 auto;
+}
+
+#edit_form table {
+ margin: 0 auto;
+ padding-top: 10px;
+ text-align: left;
+ width: 500px;
+ border: 1px solid #efefef;
+}
+
+#edit_form h3 {
+ text-align: center;
+ font-size: 12px;
+ margin: 0;
+ background: #AFE1A6; /*#b4004a;*/
+ border: 1px solid #bbb;
+ line-height: 25px;
+ color: #555555;
+}
+
+.hlp_center {
+ text-align: center;
+}
+
+.help_text {
+ background: #efefef;
+ border-left: 1px solid #bbbbbb;
+ border-right: 1px solid #bbbbbb;
+ text-align: center;
+ padding-top: 5px;
+ padding-bottom: 5px;
+}
+
+#main_menu table {
+ margin: 0 auto;
+ text-align: left;
+ padding-top: 20px;
+ padding-bottom: 20px;
+}
+
+#main_menu table td {
+ padding-left: 30px;
+ padding-bottom: 5px;
+}
+
+#main_menu a {
+ color: #888888;
+ padding-left: 8px;
+}
+
+#main_menu a:hover {
+ color: #40B33C; /*#CD6A6A;*/
+ text-decoration: none;
+ padding-left: 4px;
+ border-bottom: 1px solid #40B33C;
+ border-left: 4px solid #40B33C;
+}
+
+#overview, #admin_domains, #admin_virtual {
+ width: 750px;
+ margin: 0 auto;
+ background: #AFE1A6; /*#9ACD32;*/
+ border: 1px solid #bbb;
+}
+
+#overview h4, #overview P, #overview FORM, #admin_virtual h4, #admin_virtual P, #admin_virtual FORM {
+ display: inline;
+ padding-right: 10px;
+ line-height: 30px;
+}
+
+#nav_bar {
+ text-align: right;
+ width: 750px;
+ margin: 0 auto;
+}
+
+#alias_table, #mailbox_table, #overview_table, #log_table, #admin_table {
+ width: 750px;
+ margin: 0px auto;
+ border: 1px solid #efefef;
+}
+
+#alias_table .header, #mailbox_table .header, #overview_table .header, #log_table .header, #admin_table .header {
+ line-height: 20px;
+ background: #efefef;
+ color: black;
+}
+
+#alias_table .hilightoff, #mailbox_table .hilightoff, #overview_table .hilightoff, #log_table .hilightoff, #admin_table .hilighoff {
+ background: white;
+}
+
+#alias_table .hilighton, #mailbox_table .hilighton, #overview_table .hilighton, #log_table .hilighton, #admin_table .hilighton {
+ background: #D9FF43; /*#D6FF85;*/ /*#ffdddd;*/
+}
+
+#alias_table tr:hover, #mailbox_table tr:hover, #overview_table tr:hover, #log_table tr:hover, #admin_table tr:hover {
+ background: #D9FF43; /*#D6FF85;*/ /*#ffdddd;*/
+}
+
+
+#alias_table h3, #mailbox_table h3, #overview_table h3, #log_table h3, #admin_table h3 {
+ background: silver;
+ text-align: left;
+ font-size: 12px;
+ font-weight: bold;
+ padding-left: 20px;
+ line-height: 25px;
+ margin: 0;
+}
+
+#footer {
+ width: 750px;
+ margin: 20px auto;
+ border-top: 1px solid #bbbbbb;
+ background: #efefef;
+ color: #999999;
+ line-height: 20px;
+ text-align: left;
+ padding-left: 15px;
+ font-size: 9px;
+}
+
+#footer a {
+ text-decoration: none;
+ color: #999999;
+}
+
+#footer a:hover {
+ text-decoration: underline;
+ color: #777777;
+}
Property changes on: website/stylesheet.css
___________________________________________________________________
Name: svn:executable
+ *
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <gin...@us...> - 2007-11-12 13:02:07
|
Revision: 217
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=217&view=rev
Author: gingerdog
Date: 2007-11-12 05:02:12 -0800 (Mon, 12 Nov 2007)
Log Message:
-----------
website: adding website to svn
Added Paths:
-----------
website/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-12 12:46:03
|
Revision: 216
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=216&view=rev
Author: christian_boltz
Date: 2007-11-12 04:46:06 -0800 (Mon, 12 Nov 2007)
Log Message:
-----------
nl.lang
- updated by an anonymous SF user. Whoever you are - thanks!
https://sourceforge.net/tracker/?func=detail&atid=937966&aid=1830377&group_id=191583
Modified Paths:
--------------
trunk/languages/nl.lang
Modified: trunk/languages/nl.lang
===================================================================
--- trunk/languages/nl.lang 2007-11-12 01:54:21 UTC (rev 215)
+++ trunk/languages/nl.lang 2007-11-12 12:46:06 UTC (rev 216)
@@ -7,14 +7,14 @@
$PALANG['YES'] = 'Ja';
$PALANG['NO'] = 'Nee';
-$PALANG['edit'] = 'bewerk';
+$PALANG['edit'] = 'bewerken';
$PALANG['del'] = 'verwijder';
-$PALANG['exit'] = 'Exit'; # XXX
+$PALANG['exit'] = 'beeindigen';
$PALANG['confirm'] = 'Weet u het zeker dat u wilt verwijderen?\n';
$PALANG['confirm_domain'] = 'Weet u zeker dat u ALLE waardes van het domein wilt verwijderen? Dit kan niet ongedaan worden gemaakt!\n';
-$PALANG['check_update'] = 'Check for update';
-$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX
-$PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX
+$PALANG['check_update'] = 'Zoeken naar niewe versie';
+$PALANG['invalid_parameter'] = 'ongeldige parameter!';
+$PALANG['pFooter_logged_as'] = 'aangemeld als %s';
$PALANG['pLogin_welcome'] = 'Mail beheerders log hier in om uw domeinen te beheren.';
$PALANG['pLogin_username'] = 'Login (e-mail)';
@@ -24,11 +24,11 @@
$PALANG['pLogin_password_incorrect'] = '<span class="error_msg">Foutief wachtwoord.!</span>';
$PALANG['pLogin_login_users'] = 'Gebruikers klik hier om in te loggen.';
-$PALANG['pMenu_main'] = 'Main'; # XXX
+$PALANG['pMenu_main'] = 'Start';
$PALANG['pMenu_overview'] = 'Overzicht';
$PALANG['pMenu_create_alias'] = 'Alias toevoegen';
$PALANG['pMenu_create_mailbox'] = 'Mailbox toevoegen';
-$PALANG['pMenu_fetchmail'] = 'Fetch Email'; # XXX
+$PALANG['pMenu_fetchmail'] = 'Externe email ophalen';
$PALANG['pMenu_sendmail'] = 'Verstuur E-mail';
$PALANG['pMenu_password'] = 'Wachtwoord';
$PALANG['pMenu_viewlog'] = 'Laat log zien';
@@ -43,12 +43,12 @@
$PALANG['pMain_viewlog'] = 'Laat de log files zien';
$PALANG['pMain_logout'] = 'Uitloggen';
-$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_disabled'] = 'Niet Actief';
+$PALANG['pOverview_unlimited'] = 'Ongelimiteerd';
+$PALANG['pOverview_title'] = ':: Gedefineerde domeinen';
+$PALANG['pOverview_up_arrow'] = 'Naar Boven';
+$PALANG['pOverview_right_arrow'] = 'Volgende Pagina';
+$PALANG['pOverview_left_arrow'] = 'Vorige Pagina';
$PALANG['pOverview_alias_title'] = ':: Alias';
$PALANG['pOverview_mailbox_title'] = ':: Mailboxes';
$PALANG['pOverview_button'] = 'Ga';
@@ -58,16 +58,16 @@
$PALANG['pOverview_alias_address'] = 'Van';
$PALANG['pOverview_alias_goto'] = 'Naar';
$PALANG['pOverview_alias_modified'] = 'Laatst Bewerkt';
-$PALANG['pOverview_alias_active'] = 'Active'; # XXX
-$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
-$PALANG['and_x_more'] = '[and %s more...]'; # XXX
+$PALANG['pOverview_alias_active'] = 'Actief';
+$PALANG['pOverview_alias_edit'] = 'Alias';
+$PALANG['and_x_more'] = '[en %s meer...]';
$PALANG['pOverview_mailbox_username'] = 'E-mail';
$PALANG['pOverview_mailbox_name'] = 'Naam';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
$PALANG['pOverview_mailbox_modified'] = 'Laatst Bewerkt';
$PALANG['pOverview_mailbox_active'] = 'Actief';
-$PALANG['pOverview_vacation_edit'] = 'VACATION IS ON'; # XXX
-$PALANG['pOverview_vacation_option'] = 'Set Vacation'; # XXX
+$PALANG['pOverview_vacation_edit'] = 'AUTOMATISCH BEANTWOORDEN IS GEACTIVEERD';
+$PALANG['pOverview_vacation_option'] = 'Activeer automatisch beantwoorden';
$PALANG['pOverview_get_domain'] = 'Domein';
$PALANG['pOverview_get_aliases'] = 'Aliassen';
@@ -76,10 +76,10 @@
$PALANG['pOverview_get_modified'] = 'Laatst bewerkt';
$PALANG['pDelete_delete_error'] = '<span class="error_msg">Mislukt te verwijderen ';
-$PALANG['pDelete_delete_success'] = '%s deleted.'; # XXX
-$PALANG['pDelete_postdelete_error'] = '<span class="error_msg">Unable to remove mailbox '; # XXX
+$PALANG['pDelete_delete_success'] = '%s verwijdert.';
+$PALANG['pDelete_postdelete_error'] = '<span class="error_msg">Niet in staat mailbox te verwijderen ';
$PALANG['pDelete_domain_error'] = '<span class="error_msg">Dit is niet uw domein ';
-$PALANG['pDelete_alias_error'] = '<span class="error_msg">Unable to delete alias '; # XXX
+$PALANG['pDelete_alias_error'] = '<span class="error_msg">Niet in staat alias te verwijderen ';
$PALANG['pCreate_alias_welcome'] = 'Maak een nieuw alias aan voor uw domein.';
$PALANG['pCreate_alias_address'] = 'Alias';
@@ -87,7 +87,7 @@
$PALANG['pCreate_alias_address_text_error2'] = '<br /><span class="error_msg">Dit e-mail aders bestaat al, kies aub een andere.</span>';
$PALANG['pCreate_alias_address_text_error3'] = '<br /><span class="error_msg">U bezit het maximum aantal aliassen.</span>';
$PALANG['pCreate_alias_goto'] = 'Naar';
-$PALANG['pCreate_alias_active'] = 'Active'; # XXX
+$PALANG['pCreate_alias_active'] = 'Actief';
$PALANG['pCreate_alias_button'] = 'Voeg alias toe';
$PALANG['pCreate_alias_goto_text'] = 'Waar de e-mails naar gestuurd worden.';
$PALANG['pCreate_alias_goto_text_error'] = 'Waar de e-mail naar toe moet.<br /><span class="error_msg">De NAAR is niet geldig.</span>';
@@ -99,12 +99,12 @@
$PALANG['pEdit_alias_address'] = 'Alias';
$PALANG['pEdit_alias_address_error'] = '<span class="error_msg">Mislukt om alias te vinden!</span>';
$PALANG['pEdit_alias_goto'] = 'Naar';
-$PALANG['pEdit_alias_active'] = 'Active'; # XXX
+$PALANG['pEdit_alias_active'] = 'Actief';
$PALANG['pEdit_alias_goto_text_error1'] = '<span class="error_msg">U heeft geen Naar opgegeven.</span>';
$PALANG['pEdit_alias_goto_text_error2'] = '<span class="error_msg">Het e-mail adres wat u opgaf is niet geldig: ';
$PALANG['pEdit_alias_domain_error'] = '<span class="error_msg">Dit domein is niet van u: ';
-$PALANG['pEdit_alias_forward_and_store'] = 'Deliver to the local mailbox.';
-$PALANG['pEdit_alias_forward_only'] = 'Forward to given email addresses only.';
+$PALANG['pEdit_alias_forward_and_store'] = 'Lever af op de lokale mailbox.';
+$PALANG['pEdit_alias_forward_only'] = 'Alleen op opgegeven email adres afleveren.';
$PALANG['pEdit_alias_button'] = 'Bewerk Alias';
$PALANG['pEdit_alias_result_error'] = '<span class="error_msg">Mislukt om de alias te bewerken!</span>';
@@ -127,22 +127,22 @@
$PALANG['pCreate_mailbox_button'] = 'Mailbox toevoegen';
$PALANG['pCreate_mailbox_result_error'] = '<span class="error_msg">Mislukt om de mailbox toe te voegen.</span>';
$PALANG['pCreate_mailbox_result_success'] = 'De mailbox is toegevoegd.';
-$PALANG['pCreate_mailbox_result_succes_nosubfolders'] = 'The mailbox has been added to the mailbox table, but none (or only some) of the predefined sub-folders could be created'; # XXX
+$PALANG['pCreate_mailbox_result_succes_nosubfolders'] = 'De mailbox is aan de mailbox tabel toegevoegd, maar geen (of sommige) van de vooraf gedefinieerde sub-folders kon aangemaakt worden';
$PALANG['pEdit_mailbox_welcome'] = 'Bewerk een mailbox voor uw domein.';
$PALANG['pEdit_mailbox_username'] = 'Gebruikersnaam';
$PALANG['pEdit_mailbox_username_error'] = '<span class="error_msg">Mislukt om mailbox te vinden!</span>';
$PALANG['pEdit_mailbox_password'] = 'Nieuw wachtwoord';
-$PALANG['pEdit_mailbox_password2'] = 'Nieuw wachtwoord (nogmaails)';
+$PALANG['pEdit_mailbox_password2'] = 'Nieuw wachtwoord (nogmaals)';
$PALANG['pEdit_mailbox_password_text_error'] = '<span class="error_msg">De wachtwoorden die u opgaf komen niet overeen.</span>';
$PALANG['pEdit_mailbox_name'] = 'Naam';
-$PALANG['pEdit_mailbox_name_text'] = 'Full name'; # XXX
+$PALANG['pEdit_mailbox_name_text'] = 'Volledige naam';
$PALANG['pEdit_mailbox_quota'] = 'Quota';
$PALANG['pEdit_mailbox_quota_text'] = 'MB';
$PALANG['pEdit_mailbox_quota_text_error'] = 'MB<br /><span class="error_msg">De quota die opgaf is te hoog.</span>';
$PALANG['pEdit_mailbox_domain_error'] = '<span class="error_msg">Dit domein is niet van nu: ';
$PALANG['pEdit_mailbox_button'] = 'Bewerk Mailbox';
-$PALANG['pEdit_mailbox_result_error'] = '<span class="error_msg">Mislukt om het wachtwoorden te wijzigen.</span>';
+$PALANG['pEdit_mailbox_result_error'] = '<span class="error_msg">Mislukt om het wachtwoord te wijzigen.</span>';
$PALANG['pPassword_welcome'] = 'Bewerk u login wachtwoord.';
$PALANG['pPassword_admin'] = 'Login';
@@ -155,11 +155,11 @@
$PALANG['pPassword_button'] = 'Wijzig wachtwoord';
$PALANG['pPassword_result_error'] = '<span class="error_msg">Mislukt om uw wachtwoord te veranderen.</span>';
$PALANG['pPassword_result_success'] = 'Uw wachtwoord is veranderd.';
-$PALANG['pEdit_vacation_set'] = 'Change / Set away message'; # XXX
-$PALANG['pEdit_vacation_remove'] = 'Remove away message'; # XXX
-$PALANG['pVacation_result_error'] = '<span class="error_msg">Unable to update auto response settings!</span>'; # XXX
-$PALANG['pVacation_result_removed'] = 'Auto response has been removed!'; # XXX
-$PALANG['pVacation_result_added'] = 'Auto response has been enabled!'; # XXX
+$PALANG['pEdit_vacation_set'] = 'Verander / Activeer beantwoorder tekst';
+$PALANG['pEdit_vacation_remove'] = 'Verwijder beantwoorder tekst';
+$PALANG['pVacation_result_error'] = '<span class="error_msg">Niet in staat automatisch beantwoorder te wijzigen!</span>';
+$PALANG['pVacation_result_removed'] = 'Automatisch beantwoorder is gedeactiveerd!';
+$PALANG['pVacation_result_added'] = 'Automatisch beatwoorder is geactiveerd!';
$PALANG['pViewlog_welcome'] = 'Laat de laaste 10 actie\'s zien van ';
$PALANG['pViewlog_timestamp'] = 'Tijd';
@@ -167,15 +167,15 @@
$PALANG['pViewlog_domain'] = 'Domein';
$PALANG['pViewlog_action'] = 'Actie';
$PALANG['pViewlog_data'] = 'Datum';
-$PALANG['pViewlog_action_create_mailbox'] = 'create mailbox'; # XXX
-$PALANG['pViewlog_action_delete_mailbox'] = 'delete mailbox'; # XXX
-$PALANG['pViewlog_action_edit_mailbox'] = 'edit mailbox'; # XXX
-$PALANG['pViewlog_action_edit_mailbox_state'] = 'edit mailbox active'; # XXX
-$PALANG['pViewlog_action_create_alias'] = 'create alias'; # XXX
-$PALANG['pViewlog_action_delete_alias'] = 'delete alias'; # XXX
-$PALANG['pViewlog_action_edit_alias'] = 'edit alias'; # XXX
-$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX
-$PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX
+$PALANG['pViewlog_action_create_mailbox'] = 'Mailbox toegevoegd';
+$PALANG['pViewlog_action_delete_mailbox'] = 'Mailbox verwijdert';
+$PALANG['pViewlog_action_edit_mailbox'] = 'Mailbox bewerkt';
+$PALANG['pViewlog_action_edit_mailbox_state'] = 'status actieve mailbox bewerkt';
+$PALANG['pViewlog_action_create_alias'] = 'alias toegevoegd';
+$PALANG['pViewlog_action_delete_alias'] = 'alias verwijdert';
+$PALANG['pViewlog_action_edit_alias'] = 'alias bewerkt';
+$PALANG['pViewlog_action_edit_alias_active'] = 'status actieve alias bewerkt';
+$PALANG['pViewlog_action_edit_password'] = 'wachtwoord aangepast';
$PALANG['pViewlog_button'] = 'Ga';
$PALANG['pViewlog_result_error'] = '<span class="error_msg">Mislukt om de logs te vinden!</span>';
@@ -188,7 +188,7 @@
$PALANG['pSendmail_subject_text'] = 'Welkom';
$PALANG['pSendmail_body'] = 'Inhoud';
$PALANG['pSendmail_button'] = 'Verstuur bericht';
-$PALANG['pSendmail_result_error'] = '<span class="error_msg">Mistlukt om mailbox te maken!</span>';
+$PALANG['pSendmail_result_error'] = '<span class="error_msg">Mislukt om mailbox te maken!</span>';
$PALANG['pSendmail_result_success'] = 'De mailbox is aangemaakt.';
$PALANG['pAdminMenu_list_admin'] = 'Beheerders overzicht';
@@ -234,7 +234,7 @@
$PALANG['pAdminCreate_domain_welcome'] = 'Voeg een nieuw domein toe';
$PALANG['pAdminCreate_domain_domain'] = 'Domein';
$PALANG['pAdminCreate_domain_domain_text_error'] = '<span class="error_msg">Het domein bestaat al.</span>';
-$PALANG['pAdminCreate_domain_domain_text_error2'] = '<span class="error_msg">The domain is invalid!</span>'; # XXX
+$PALANG['pAdminCreate_domain_domain_text_error2'] = '<span class="error_msg">Het domein is niet geldig!</span>';
$PALANG['pAdminCreate_domain_description'] = 'Omschrijving';
$PALANG['pAdminCreate_domain_aliases'] = 'Aliassen';
$PALANG['pAdminCreate_domain_aliases_text'] = '-1 = uit | 0 = onbeperkt';
@@ -243,14 +243,14 @@
$PALANG['pAdminCreate_domain_maxquota'] = 'Max Quota';
$PALANG['pAdminCreate_domain_maxquota_text'] = 'MB<br /> -1 = uit | 0 = onbeperkt';
$PALANG['pAdminCreate_domain_transport'] = 'Transport';
-$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
+$PALANG['pAdminCreate_domain_transport_text'] = 'Definieer transport';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Gebruik standaard aliassen';
-$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
+$PALANG['pAdminCreate_domain_defaultaliases_text'] = '';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Voeg Domein toe';
$PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Mislukt om het domein toe te voegen.</span>';
$PALANG['pAdminCreate_domain_result_success'] = 'Domein is toegevoegd!';
-$PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Unable to remove domain!</span>'; # XXX
+$PALANG['pAdminDelete_domain_error'] = '<span class="error_msg">Niet in staat domein te verwijderen!</span>';
$PALANG['pAdminEdit_domain_welcome'] = 'Bewerk een domein';
$PALANG['pAdminEdit_domain_domain'] = 'Domein';
@@ -304,7 +304,7 @@
$PALANG['pUsersMenu_password'] = 'Wijzig wachtwoord';
$PALANG['pUsersMain_vacation'] = 'Stel een "out of office" bericht of auto-responder voor uw e-mail in.';
-$PALANG['pUsersMain_vacationSet'] = $PALANG['pUsersMenu_vacation'] . ' is ON, click \'' . $PALANG['pUsersMenu_vacation'] . '\' to ' . $PALANG['edit'] . '/remove'; # XXX
+$PALANG['pUsersMain_vacationSet'] = $PALANG['pUsersMenu_vacation'] . ' is actief, click \'' . $PALANG['pUsersMenu_vacation'] . '\' to ' . $PALANG['edit'] . '/verweideren';
$PALANG['pUsersMain_edit_alias'] = 'Wijzig uw e-mail forwarding.';
$PALANG['pUsersMain_password'] = 'Wijzig uw huidige wachtwoord.';
@@ -328,34 +328,34 @@
$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['pEdit_dbLog_editalias'] = 'bewerk alias';
+$PALANG['pEdit_dbLog_editmailbox'] = 'bewerk mailbox';
-$PALANG['pSearch'] = 'search'; # XXX
-$PALANG['pSearch_welcome'] = 'Searching for: ';
-$PALANG['pReturn_to'] = 'Return to'; # XXX
-$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
-$PALANG['pBroadcast_from'] = 'From'; # XXX
-$PALANG['pBroadcast_name'] = 'Your name'; # XXX
-$PALANG['pBroadcast_subject'] = 'Subject'; # XXX
-$PALANG['pBroadcast_message'] = 'Message'; # XXX
-$PALANG['pBroadcast_send'] = 'Send message'; # XXX
-$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
-$PALANG['pAdminMenu_broadcast_message'] = 'BC message'; # XXX
-$PALANG['pBroadcast_error_empty'] = 'The fields Name, Subject and Message should\'t be empty !'; # XXX
-$PALANG['pStatus_undeliverable'] = 'maybe UNDELIVERABLE '; # XXX
-$PALANG['pStatus_custom'] = 'Delivers to '; # XXX
-$PALANG['pStatus_popimap'] = 'POP/IMAP '; # XXX
-$PALANG['pPasswordTooShort'] = "Password is too short - requires %s characters"; # XXX
-$PALANG['pFetchmail_welcome'] = 'Fetch mail for:'; # XXX
-$PALANG['pFetchmail_new_entry'] = 'New entry'; # XXX
-$PALANG['pFetchmail_database_save_error'] = 'Could not save this entry in the database!'; # XXX
-$PALANG['pFetchmail_database_save_success'] = 'Entry saved in database.'; # XXX
-$PALANG['pFetchmail_error_invalid_id'] = 'No entry with ID %s found!'; # XXX
-$PALANG['pFetchmail_invalid_mailbox'] = 'Invalid mailbox!'; # XXX
-$PALANG['pFetchmail_server_missing'] = 'Please enter the remote server name!'; # XXX
-$PALANG['pFetchmail_user_missing'] = 'Please enter the remote username!'; # XXX
-$PALANG['pFetchmail_password_missing'] = 'Please enter the remote password!'; # XXX
+$PALANG['pSearch'] = 'zoek';
+$PALANG['pSearch_welcome'] = 'zoeken naar: ';
+$PALANG['pReturn_to'] = 'Ga terug naar';
+$PALANG['pBroadcast_title'] = 'Verzend broadcast bericht';
+$PALANG['pBroadcast_from'] = 'Van';
+$PALANG['pBroadcast_name'] = 'Uw naam';
+$PALANG['pBroadcast_subject'] = 'Onderwerp';
+$PALANG['pBroadcast_message'] = 'Bericht';
+$PALANG['pBroadcast_send'] = 'Verzend bericht';
+$PALANG['pBroadcast_success'] = 'Uw broadcast bericht is verzonden.';
+$PALANG['pAdminMenu_broadcast_message'] = 'BC bericht';
+$PALANG['pBroadcast_error_empty'] = 'De velden Naam, Onderwerp en Bericht mogen niet leeg zijn !';
+$PALANG['pStatus_undeliverable'] = 'Misschien onbezorgbaar ';
+$PALANG['pStatus_custom'] = 'Bezorgen op ';
+$PALANG['pStatus_popimap'] = 'POP/IMAP ';
+$PALANG['pPasswordTooShort'] = "Wachtwoord is te kort - moet minimaal %s karakters bevatten";
+$PALANG['pFetchmail_welcome'] = 'Haal mail op voor:';
+$PALANG['pFetchmail_new_entry'] = 'Nieuw item';
+$PALANG['pFetchmail_database_save_error'] = 'Niet in staat dit item toe te voegen aan database!';
+$PALANG['pFetchmail_database_save_success'] = 'Item opgeslagen in database.';
+$PALANG['pFetchmail_error_invalid_id'] = 'Geen item met ID %s gevonden!';
+$PALANG['pFetchmail_invalid_mailbox'] = 'Ongeldige mailbox!';
+$PALANG['pFetchmail_server_missing'] = 'Naam van server!';
+$PALANG['pFetchmail_user_missing'] = 'Naam van de gebruiker!';
+$PALANG['pFetchmail_password_missing'] = 'Please echtwoord!';
$PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
/* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-12 01:54:20
|
Revision: 215
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=215&view=rev
Author: christian_boltz
Date: 2007-11-11 17:54:21 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
menu.tpl.orig:
- removed superfluous, unused menu.tpl.orig file
Removed Paths:
-------------
trunk/templates/menu.tpl.orig
Deleted: trunk/templates/menu.tpl.orig
===================================================================
--- trunk/templates/menu.tpl.orig 2007-11-12 01:26:01 UTC (rev 214)
+++ trunk/templates/menu.tpl.orig 2007-11-12 01:54:21 UTC (rev 215)
@@ -1,24 +0,0 @@
-<div id="submenu">
-<a target="_top" href="<?php print $_SERVER['PHP_SELF']; ?>"><?php print date("Y/m/d - H:i"); ?></a>·
-<?php
-if (($CONF['show_footer_text'] == "YES") and ($CONF['footer_link']))
-{
- print "<a target=\"_top\" href=\"" . $CONF['footer_link'] . "\">" . $CONF['footer_text'] . "</a>·\n";
-}
-?>
-<a target="_blank" href="http://postfixadmin.com/?version=<?php print $version; ?>"><?php print $PALANG['check_update']; ?></a>·
-<a target="_blank" href="http://postfixadmin.com/">Postfix Admin <?php print $version; ?></a>
-</div>
-<div id="menu">
-<a target="_top" href="overview.php"><?php print $PALANG['pMenu_overview']; ?></a>·
-<?php $url = "create-alias.php"; if (isset ($_GET['domain'])) $url .= "?domain=" . $_GET['domain']; ?>
-<a target="_top" href="<?php print $url; ?>"><?php print $PALANG['pMenu_create_alias']; ?></a>·
-<?php $url = "create-mailbox.php"; if (isset ($_GET['domain'])) $url .= "?domain=" . $_GET['domain']; ?>
-<a target="_top" href="<?php print $url; ?>"><?php print $PALANG['pMenu_create_mailbox']; ?></a>·
-<a target="_top" href="sendmail.php"><?php print $PALANG['pMenu_sendmail']; ?></a>·
-<a target="_top" href="password.php"><?php print $PALANG['pMenu_password']; ?></a>·
-<a target="_top" href="viewlog.php"><?php print $PALANG['pMenu_viewlog']; ?></a>·
-<a target="_top" href="logout.php"><?php print $PALANG['pMenu_logout']; ?></a>
-</div>
-<?php if (file_exists (realpath ("motd.txt"))) include ("motd.txt"); ?>
-<p>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-12 01:25:57
|
Revision: 214
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=214&view=rev
Author: christian_boltz
Date: 2007-11-11 17:26:01 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
functions.inc.php
- allow longer TLDs (.museum, .travel)
Modified Paths:
--------------
trunk/functions.inc.php
Modified: trunk/functions.inc.php
===================================================================
--- trunk/functions.inc.php 2007-11-12 00:46:52 UTC (rev 213)
+++ trunk/functions.inc.php 2007-11-12 01:26:01 UTC (rev 214)
@@ -194,7 +194,7 @@
// TODO: make check_domain able to handle as example .local domains
function check_domain ($domain)
{
- if (preg_match ('/([-0-9A-Z]+\.)+' . '([0-9A-Z]){2,4}$/i', trim ($domain)))
+ if (preg_match ('/([-0-9A-Z]+\.)+' . '([0-9A-Z]){2,6}$/i', trim ($domain)))
{
return true;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-12 00:46:53
|
Revision: 213
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=213&view=rev
Author: christian_boltz
Date: 2007-11-11 16:46:52 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
users/password.php
- merged GET and POST code
- make cancel button working
- redirect to main page on success
- displaying success note with flash_info()
templates/users_password.tpl:
- rename cancel button to fCancel to make it work
users/vacation.php
- redirect to main page on success
- displaying success note with flash_info()
- merge GET and POST code
Modified Paths:
--------------
trunk/templates/users_password.tpl
trunk/users/password.php
trunk/users/vacation.php
Modified: trunk/templates/users_password.tpl
===================================================================
--- trunk/templates/users_password.tpl 2007-11-12 00:14:16 UTC (rev 212)
+++ trunk/templates/users_password.tpl 2007-11-12 00:46:52 UTC (rev 213)
@@ -27,7 +27,7 @@
<tr>
<td colspan="3" class="hlp_center">
<input class="button" type="submit" name="submit" value="<?php print $PALANG['pPassword_button']; ?>" />
- <input class="button" type="submit" name="submit" value="<?php print $PALANG['exit']; ?>" action="main.php" >
+ <input class="button" type="submit" name="fCancel" value="<?php print $PALANG['exit']; ?>" />
</td>
</tr>
<tr>
Modified: trunk/users/password.php
===================================================================
--- trunk/users/password.php 2007-11-12 00:14:16 UTC (rev 212)
+++ trunk/users/password.php 2007-11-12 00:46:52 UTC (rev 213)
@@ -35,16 +35,13 @@
$tmp = preg_split ('/@/', $USERID_USERNAME);
$USERID_DOMAIN = $tmp[1];
-if ($_SERVER['REQUEST_METHOD'] == "GET")
+if ($_SERVER['REQUEST_METHOD'] == "POST")
{
- include ("../templates/header.tpl");
- include ("../templates/users_menu.tpl");
- include ("../templates/users_password.tpl");
- include ("../templates/footer.tpl");
-}
+ if(isset($_POST['fCancel'])) {
+ header("Location: main.php");
+ exit(0);
+ }
-if ($_SERVER['REQUEST_METHOD'] == "POST")
-{
$fPassword_current = escape_string ($_POST['fPassword_current']);
$fPassword = escape_string ($_POST['fPassword']);
$fPassword2 = escape_string ($_POST['fPassword2']);
@@ -82,18 +79,22 @@
$result = db_query ("UPDATE $table_mailbox SET password='$password',modified=NOW() WHERE username='$username'");
if ($result['rows'] == 1)
{
- $tMessage = $PALANG['pPassword_result_success'];
+ flash_info($PALANG['pPassword_result_success']);
db_log ($USERID_USERNAME, $USERID_DOMAIN, 'edit_password', "$USERID_USERNAME");
+ header("Location: main.php");
+ exit(0);
}
else
{
$tMessage = $PALANG['pPassword_result_error'];
}
}
+}
- include ("../templates/header.tpl");
- include ("../templates/users_menu.tpl");
- include ("../templates/users_password.tpl");
- include ("../templates/footer.tpl");
-}
+include ("../templates/header.tpl");
+include ("../templates/users_menu.tpl");
+include ("../templates/users_password.tpl");
+include ("../templates/footer.tpl");
+
+/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
?>
Modified: trunk/users/vacation.php
===================================================================
--- trunk/users/vacation.php 2007-11-12 00:14:16 UTC (rev 212)
+++ trunk/users/vacation.php 2007-11-12 00:46:52 UTC (rev 213)
@@ -58,13 +58,6 @@
if ($tSubject == '') { $tSubject = html_entity_decode($PALANG['pUsersVacation_subject_text'], ENT_QUOTES, 'UTF-8'); }
if ($tBody == '') { $tBody = html_entity_decode($PALANG['pUsersVacation_body_text'], ENT_QUOTES, 'UTF-8'); }
-
- $template = "users_vacation.tpl";
-
- include ("../templates/header.tpl");
- include ("../templates/users_menu.tpl");
- include ("../templates/users_vacation.tpl");
- include ("../templates/footer.tpl");
}
if ($_SERVER['REQUEST_METHOD'] == "POST")
@@ -174,16 +167,25 @@
}
else
{
+ flash_info($PALANG['pVacation_result_added']);
header ("Location: main.php");
exit;
}
}
- include ("../templates/header.tpl");
- include ("../templates/users_menu.tpl");
- include ("../templates/users_vacation.tpl");
- include ("../templates/footer.tpl");
+ if (!empty ($fBack)) {
+ if ($tMessage == '' || $tMessage = $PALANG['pUsersVacation_result_success']) {
+ flash_info($PALANG['pVacation_result_removed']);
+ header ("Location: main.php");
+ exit;
+ }
+ }
}
+include ("../templates/header.tpl");
+include ("../templates/users_menu.tpl");
+include ("../templates/users_vacation.tpl");
+include ("../templates/footer.tpl");
+
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-12 00:14:11
|
Revision: 212
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=212&view=rev
Author: christian_boltz
Date: 2007-11-11 16:14:16 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
- Always display the $_POST data if available (tSubject and tBody were
not set, resulting in the default vacation texts displayed)
Modified Paths:
--------------
trunk/edit-vacation.php
Modified: trunk/edit-vacation.php
===================================================================
--- trunk/edit-vacation.php 2007-11-11 23:36:46 UTC (rev 211)
+++ trunk/edit-vacation.php 2007-11-12 00:14:16 UTC (rev 212)
@@ -84,10 +84,12 @@
if ($_SERVER['REQUEST_METHOD'] == "POST")
{
- if (isset ($_POST['fSubject'])) $fSubject = escape_string ($_POST['fSubject']);
- if (isset ($_POST['fBody'])) $fBody = escape_string ($_POST['fBody']);
- if (isset ($_POST['fChange'])) $fChange = escape_string ($_POST['fChange']);
- if (isset ($_POST['fBack'])) $fBack = escape_string ($_POST['fBack']);
+ $tSubject = safepost('fSubject');
+ $fSubject = escape_string ( $tSubject);
+ $tBody = safepost('fBody');
+ $fBody = escape_string ( $tBody);
+ $fChange = escape_string (safepost('fChange'));
+ $fBack = escape_string (safepost('fBack'));
if(authentication_has_role('admin') && isset($_GET['domain'])) {
$fDomain = escape_string ($_GET['domain']);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-11 23:36:42
|
Revision: 211
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=211&view=rev
Author: christian_boltz
Date: 2007-11-11 15:36:46 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
enabled expansion of $Id$ and $Rev$ on all non-binary files
Modified Paths:
--------------
trunk/ADDITIONS/mailbox_remover.pl
Property Changed:
----------------
trunk/ADDITIONS/README.TXT
trunk/ADDITIONS/cleanupdirs.pl
trunk/ADDITIONS/convert-passwd-to-postfixadmin.pl
trunk/ADDITIONS/fetchmail.pl
trunk/ADDITIONS/mailbox_remover.pl
trunk/ADDITIONS/mkeveryone.pl
trunk/ADDITIONS/pfa_maildir_cleanup.pl
trunk/ADDITIONS/postfixadmin-domain-postdeletion.sh
trunk/ADDITIONS/postfixadmin-mailbox-postcreation.sh
trunk/ADDITIONS/postfixadmin-mailbox-postdeletion.sh
trunk/ADDITIONS/virtualmaildel.php
trunk/CHANGELOG.TXT
trunk/DATABASE_MYSQL.TXT
trunk/DATABASE_PGSQL.TXT
trunk/DOCUMENTS/BACKUP_MX.TXT
trunk/DOCUMENTS/DOVECOT.TXT
trunk/DOCUMENTS/LANGUAGE.TXT
trunk/DOCUMENTS/POSTFIXADMIN.TXT
trunk/DOCUMENTS/POSTFIX_CONF.TXT
trunk/DOCUMENTS/SUPERADMIN.TXT
trunk/DOCUMENTS/TABLE_BACKUP_MX.TXT
trunk/DOCUMENTS/TABLE_CHANGES.TXT
trunk/DOCUMENTS/UPGRADE.TXT
trunk/DOCUMENTS/screenshots/README.txt
trunk/GPL-LICENSE.TXT
trunk/INSTALL.TXT
trunk/LICENSE.TXT
trunk/VIRTUAL_VACATION/FILTER_README
trunk/VIRTUAL_VACATION/INSTALL.TXT
trunk/VIRTUAL_VACATION/index.php
trunk/VIRTUAL_VACATION/mail-filter
trunk/VIRTUAL_VACATION/vacation.pl
trunk/admin/index.php
trunk/backup.php
trunk/broadcast-message.php
trunk/common.php
trunk/create-admin.php
trunk/create-alias.php
trunk/create-domain.php
trunk/create-mailbox.php
trunk/delete.php
trunk/edit-active-admin.php
trunk/edit-active-domain.php
trunk/edit-active.php
trunk/edit-admin.php
trunk/edit-alias.php
trunk/edit-domain.php
trunk/edit-mailbox.php
trunk/edit-vacation.php
trunk/fetchmail.php
trunk/functions.inc.php
trunk/images/index.php
trunk/index.php
trunk/languages/index.php
trunk/languages/language-update.sh
trunk/list-admin.php
trunk/list-domain.php
trunk/list-virtual.php
trunk/login.php
trunk/logout.php
trunk/main.php
trunk/motd-users.txt
trunk/motd.txt
trunk/password.php
trunk/search.php
trunk/sendmail.php
trunk/setup.php
trunk/stylesheet.css
trunk/templates/admin_create-admin.tpl
trunk/templates/admin_create-domain.tpl
trunk/templates/admin_edit-admin.tpl
trunk/templates/admin_edit-domain.tpl
trunk/templates/admin_list-admin.tpl
trunk/templates/admin_list-domain.tpl
trunk/templates/admin_search.tpl
trunk/templates/broadcast-message.tpl
trunk/templates/create-alias.tpl
trunk/templates/create-mailbox.tpl
trunk/templates/edit-alias.tpl
trunk/templates/edit-mailbox.tpl
trunk/templates/edit-vacation.tpl
trunk/templates/fetchmail.tpl
trunk/templates/footer.tpl
trunk/templates/header.tpl
trunk/templates/index.php
trunk/templates/list-virtual.tpl
trunk/templates/login.tpl
trunk/templates/main.tpl
trunk/templates/menu.tpl
trunk/templates/menu.tpl.orig
trunk/templates/message.tpl
trunk/templates/overview-get.tpl
trunk/templates/password.tpl
trunk/templates/search.tpl
trunk/templates/sendmail.tpl
trunk/templates/users_edit-alias.tpl
trunk/templates/users_login.tpl
trunk/templates/users_main.tpl
trunk/templates/users_menu.tpl
trunk/templates/users_password.tpl
trunk/templates/viewlog.tpl
trunk/upgrade.php
trunk/users/edit-alias.php
trunk/users/index.php
trunk/users/login.php
trunk/users/logout.php
trunk/users/main.php
trunk/users/password.php
trunk/variables.inc.php
trunk/viewlog.php
Property changes on: trunk/ADDITIONS/README.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/ADDITIONS/cleanupdirs.pl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/ADDITIONS/convert-passwd-to-postfixadmin.pl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/ADDITIONS/fetchmail.pl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/ADDITIONS/mailbox_remover.pl
===================================================================
--- trunk/ADDITIONS/mailbox_remover.pl 2007-11-11 23:23:53 UTC (rev 210)
+++ trunk/ADDITIONS/mailbox_remover.pl 2007-11-11 23:36:46 UTC (rev 211)
@@ -6,7 +6,7 @@
#
# Added subdir support and pause --- Alan Batie 2007
# Lists directories to be deleted then pauses for 5 seconds for chance to abort
-# $Id: mbox_remover,v 1.4 2007/07/12 22:11:09 alan Exp alan $
+# $Id$
#
# All your maildirs or other directories could be accidentally removed.
# Use it at own risk. No warranties!
Property changes on: trunk/ADDITIONS/mailbox_remover.pl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/ADDITIONS/mkeveryone.pl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/ADDITIONS/pfa_maildir_cleanup.pl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/ADDITIONS/postfixadmin-domain-postdeletion.sh
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/ADDITIONS/postfixadmin-mailbox-postcreation.sh
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/ADDITIONS/postfixadmin-mailbox-postdeletion.sh
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/ADDITIONS/virtualmaildel.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/CHANGELOG.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DATABASE_MYSQL.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DATABASE_PGSQL.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DOCUMENTS/BACKUP_MX.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DOCUMENTS/DOVECOT.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DOCUMENTS/LANGUAGE.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DOCUMENTS/POSTFIXADMIN.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DOCUMENTS/POSTFIX_CONF.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DOCUMENTS/SUPERADMIN.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DOCUMENTS/TABLE_BACKUP_MX.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DOCUMENTS/TABLE_CHANGES.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DOCUMENTS/UPGRADE.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/DOCUMENTS/screenshots/README.txt
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/GPL-LICENSE.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/INSTALL.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/LICENSE.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/VIRTUAL_VACATION/FILTER_README
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/VIRTUAL_VACATION/INSTALL.TXT
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/VIRTUAL_VACATION/index.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/VIRTUAL_VACATION/mail-filter
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/VIRTUAL_VACATION/vacation.pl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/admin/index.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/backup.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/broadcast-message.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/common.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/create-admin.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/create-alias.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/create-domain.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/create-mailbox.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/delete.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/edit-active-admin.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/edit-active-domain.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/edit-active.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/edit-admin.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/edit-alias.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/edit-domain.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/edit-mailbox.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/edit-vacation.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/fetchmail.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/functions.inc.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/images/index.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/index.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/languages/index.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/languages/language-update.sh
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/list-admin.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/list-domain.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/list-virtual.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/login.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/logout.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/main.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/motd-users.txt
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/motd.txt
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/password.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/search.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/sendmail.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/setup.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/stylesheet.css
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/admin_create-admin.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/admin_create-domain.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/admin_edit-admin.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/admin_edit-domain.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/admin_list-admin.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/admin_list-domain.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/admin_search.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/broadcast-message.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/create-alias.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/create-mailbox.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/edit-alias.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/edit-mailbox.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/edit-vacation.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/fetchmail.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/footer.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/header.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/index.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/list-virtual.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/login.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/main.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/menu.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/menu.tpl.orig
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/message.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/overview-get.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/password.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/search.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/sendmail.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/users_edit-alias.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/users_login.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/users_main.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/users_menu.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/users_password.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/templates/viewlog.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/upgrade.php
___________________________________________________________________
Name: svn:keywords
- Revision
+ Id Rev
Property changes on: trunk/users/edit-alias.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/users/index.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/users/login.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/users/logout.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/users/main.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/users/password.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/variables.inc.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Property changes on: trunk/viewlog.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-11 23:23:49
|
Revision: 210
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=210&view=rev
Author: christian_boltz
Date: 2007-11-11 15:23:53 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
- removed outdated TODO note
Modified Paths:
--------------
trunk/config.inc.php
Property Changed:
----------------
trunk/config.inc.php
Modified: trunk/config.inc.php
===================================================================
--- trunk/config.inc.php 2007-11-11 23:08:58 UTC (rev 209)
+++ trunk/config.inc.php 2007-11-11 23:23:53 UTC (rev 210)
@@ -158,7 +158,6 @@
// Vacation Control
// If you want users to take control of vacation set this to 'YES'.
-// TODO: not implemented
$CONF['vacation_control'] ='YES';
// Vacation Control for admins
Property changes on: trunk/config.inc.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-11 23:08:53
|
Revision: 209
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=209&view=rev
Author: christian_boltz
Date: 2007-11-11 15:08:58 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
(basically the same as in r200, this time for users/vacation.php)
users/vacation.php
- fix double-encoded special characters if language file contains
entity-encoded strings by html_entity_decode'ing the string
(will be encoded in template file later)
users_vacation.tpl:
- encode tSubject with htmlentities() in template
Modified Paths:
--------------
trunk/templates/users_vacation.tpl
trunk/users/vacation.php
Property Changed:
----------------
trunk/templates/users_vacation.tpl
trunk/users/vacation.php
Modified: trunk/templates/users_vacation.tpl
===================================================================
--- trunk/templates/users_vacation.tpl 2007-11-11 22:48:07 UTC (rev 208)
+++ trunk/templates/users_vacation.tpl 2007-11-11 23:08:58 UTC (rev 209)
@@ -6,7 +6,7 @@
</tr>
<tr>
<td><?php print $PALANG['pUsersVacation_subject'] . ":"; ?></td>
- <td><input type="text" name="fSubject" value="<?php print $tSubject; ?>" /></td>
+ <td><input type="text" name="fSubject" value="<?php print htmlentities($tSubject, ENT_QUOTES, 'UTF-8'); ?>" /></td>
<td> </td>
</tr>
<tr>
@@ -31,3 +31,4 @@
</table>
</form>
</div>
+<?php /* vim: set ft=php expandtab softtabstop=3 tabstop=3 shiftwidth=3: */ ?>
Property changes on: trunk/templates/users_vacation.tpl
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/users/vacation.php
===================================================================
--- trunk/users/vacation.php 2007-11-11 22:48:07 UTC (rev 208)
+++ trunk/users/vacation.php 2007-11-11 23:08:58 UTC (rev 209)
@@ -42,7 +42,7 @@
exit(0);
}
-$tmp = preg_split ('/@/', $USERID_USERNAME);
+$tmp = preg_split ('/@/', $USERID_USERNAME);
$USERID_DOMAIN = $tmp[1];
if ($_SERVER['REQUEST_METHOD'] == "GET")
@@ -56,10 +56,10 @@
$tBody = $row['body'];
}
- if ($tSubject == '') { $tSubject = $PALANG['pUsersVacation_subject_text']; }
- if ($tBody == '') { $tBody = $PALANG['pUsersVacation_body_text']; }
+ if ($tSubject == '') { $tSubject = html_entity_decode($PALANG['pUsersVacation_subject_text'], ENT_QUOTES, 'UTF-8'); }
+ if ($tBody == '') { $tBody = html_entity_decode($PALANG['pUsersVacation_body_text'], ENT_QUOTES, 'UTF-8'); }
- $template = "users_vacation.tpl";
+ $template = "users_vacation.tpl";
include ("../templates/header.tpl");
include ("../templates/users_menu.tpl");
@@ -85,8 +85,8 @@
if (isset ($_POST['fBack'])) $fBack = escape_string ($_POST['fBack']);
//set a default, reset fields for coming back selection
- if ($tSubject == '') { $tSubject = $PALANG['pUsersVacation_subject_text']; }
- if ($tBody == '') { $tBody = $PALANG['pUsersVacation_body_text']; }
+ if ($tSubject == '') { $tSubject = html_entity_decode($PALANG['pUsersVacation_subject_text'], ENT_QUOTES, 'UTF-8'); }
+ if ($tBody == '') { $tBody = html_entity_decode($PALANG['pUsersVacation_body_text'], ENT_QUOTES, 'UTF-8'); }
// if they've set themselves away OR back, delete any record of vacation emails.
if (!empty ($fBack) || !empty ($fAway))
@@ -184,4 +184,6 @@
include ("../templates/users_vacation.tpl");
include ("../templates/footer.tpl");
}
+
+/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
?>
Property changes on: trunk/users/vacation.php
___________________________________________________________________
Name: svn:keywords
+ Id Rev
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <chr...@us...> - 2007-11-11 22:48:05
|
Revision: 208
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=208&view=rev
Author: christian_boltz
Date: 2007-11-11 14:48:07 -0800 (Sun, 11 Nov 2007)
Log Message:
-----------
list-virtual.tpl
- made '[and x more...]' translatable
*.lang:
- added 'and_x_more'
- added $Id$ keyword
- enabled expansion of $Id$ and $Rev$
Modified Paths:
--------------
trunk/languages/bg.lang
trunk/languages/ca.lang
trunk/languages/cn.lang
trunk/languages/cs.lang
trunk/languages/da.lang
trunk/languages/de.lang
trunk/languages/en.lang
trunk/languages/es.lang
trunk/languages/et.lang
trunk/languages/eu.lang
trunk/languages/fi.lang
trunk/languages/fo.lang
trunk/languages/fr.lang
trunk/languages/hr.lang
trunk/languages/hu.lang
trunk/languages/is.lang
trunk/languages/it.lang
trunk/languages/lt.lang
trunk/languages/mk.lang
trunk/languages/nl.lang
trunk/languages/nn.lang
trunk/languages/pl.lang
trunk/languages/pt-br.lang
trunk/languages/ru.lang
trunk/languages/sk.lang
trunk/languages/sl.lang
trunk/languages/sv.lang
trunk/languages/tr.lang
trunk/languages/tw.lang
trunk/templates/list-virtual.tpl
Property Changed:
----------------
trunk/languages/bg.lang
trunk/languages/ca.lang
trunk/languages/cn.lang
trunk/languages/cs.lang
trunk/languages/da.lang
trunk/languages/de.lang
trunk/languages/en.lang
trunk/languages/es.lang
trunk/languages/et.lang
trunk/languages/eu.lang
trunk/languages/fi.lang
trunk/languages/fo.lang
trunk/languages/fr.lang
trunk/languages/hr.lang
trunk/languages/hu.lang
trunk/languages/is.lang
trunk/languages/it.lang
trunk/languages/lt.lang
trunk/languages/mk.lang
trunk/languages/nl.lang
trunk/languages/nn.lang
trunk/languages/pl.lang
trunk/languages/pt-br.lang
trunk/languages/ru.lang
trunk/languages/sk.lang
trunk/languages/sl.lang
trunk/languages/sv.lang
trunk/languages/tr.lang
trunk/languages/tw.lang
Modified: trunk/languages/bg.lang
===================================================================
--- trunk/languages/bg.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/bg.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Bulgarian
// by Plamen Tonev
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Ïîñëåäíî ìîäèôèöèðàí';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Å-ìåéë';
$PALANG['pOverview_mailbox_name'] = 'Èìå';
$PALANG['pOverview_mailbox_quota'] = 'Îáåì (MB)';
Property changes on: trunk/languages/bg.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/ca.lang
===================================================================
--- trunk/languages/ca.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/ca.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Catalan
// by Jaume
@@ -58,6 +59,7 @@
$PALANG['pOverview_alias_modified'] = 'Última modificació';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'E-mail';
$PALANG['pOverview_mailbox_name'] = 'Nom';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
Property changes on: trunk/languages/ca.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/cn.lang
===================================================================
--- trunk/languages/cn.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/cn.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Simplified Chinese
// by Matthew <matthew at cnfug dot org>
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = '最后修改日期';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = '邮件地址';
$PALANG['pOverview_mailbox_name'] = '姓名';
$PALANG['pOverview_mailbox_quota'] = '限制 (MB)';
Property changes on: trunk/languages/cn.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/cs.lang
===================================================================
--- trunk/languages/cs.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/cs.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Czech
// by Jakub
@@ -62,6 +63,7 @@
$PALANG['pOverview_alias_modified'] = 'Naposledy změněno';
$PALANG['pOverview_alias_active'] = 'Aktivní';
$PALANG['pOverview_alias_edit'] = 'Přesměrování';
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Jméno';
$PALANG['pOverview_mailbox_quota'] = 'Místo (MB)';
Property changes on: trunk/languages/cs.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/da.lang
===================================================================
--- trunk/languages/da.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/da.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Danish
// by Lars
@@ -61,6 +62,7 @@
$PALANG['pOverview_alias_modified'] = 'Senest ændret';
$PALANG['pOverview_alias_active'] = 'Aktiveret';
$PALANG['pOverview_alias_edit'] = 'Alias';
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Emailadresse';
$PALANG['pOverview_mailbox_name'] = 'Navn';
$PALANG['pOverview_mailbox_quota'] = 'Kvota (MB)';
Property changes on: trunk/languages/da.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/de.lang
===================================================================
--- trunk/languages/de.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/de.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file German
// by Tobias
@@ -60,6 +61,7 @@
$PALANG['pOverview_alias_modified'] = 'Zuletzt verändert';
$PALANG['pOverview_alias_active'] = 'Aktiv';
$PALANG['pOverview_alias_edit'] = 'Alias';
+$PALANG['and_x_more'] = '[und %s weitere...]';
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Name';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
@@ -247,7 +249,7 @@
$PALANG['pAdminCreate_domain_transport'] = 'Transport';
$PALANG['pAdminCreate_domain_transport_text'] = 'Define transport';
$PALANG['pAdminCreate_domain_defaultaliases'] = 'Standard-Aliase hinzufügen';
-$PALANG['pAdminCreate_domain_defaultaliases_text'] = ''; # XXX
+$PALANG['pAdminCreate_domain_defaultaliases_text'] = '';
$PALANG['pAdminCreate_domain_backupmx'] = 'Mail server is backup MX';
$PALANG['pAdminCreate_domain_button'] = 'Domain hinzufügen';
$PALANG['pAdminCreate_domain_result_error'] = '<span class="error_msg">Konnte Domain nicht anlegen!</span>';
Property changes on: trunk/languages/de.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/en.lang
===================================================================
--- trunk/languages/en.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/en.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file English
// by Mischa <mischa at high5 dot net>
@@ -61,6 +62,7 @@
$PALANG['pOverview_alias_modified'] = 'Last Modified';
$PALANG['pOverview_alias_active'] = 'Active';
$PALANG['pOverview_alias_edit'] = 'Alias';
+$PALANG['and_x_more'] = '[and %s more...]';
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Name';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
Property changes on: trunk/languages/en.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/es.lang
===================================================================
--- trunk/languages/es.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/es.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Spanish
// by Alvaro
@@ -58,6 +59,7 @@
$PALANG['pOverview_alias_modified'] = 'Última modificación';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'E-mail';
$PALANG['pOverview_mailbox_name'] = 'Nombre';
$PALANG['pOverview_mailbox_quota'] = 'Cuota (MB)';
Property changes on: trunk/languages/es.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/et.lang
===================================================================
--- trunk/languages/et.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/et.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Estonian
// by Peeter Partel <peeter at sigma dot ee>
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Viimati muudetud';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'E-posti aadress';
$PALANG['pOverview_mailbox_name'] = 'Nimi';
$PALANG['pOverview_mailbox_quota'] = 'Kettaruumi piirang (MB)';
Property changes on: trunk/languages/et.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/eu.lang
===================================================================
--- trunk/languages/eu.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/eu.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Euskara
// by Julen
@@ -58,6 +59,7 @@
$PALANG['pOverview_alias_modified'] = 'Azken aldaketa';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'E-mail';
$PALANG['pOverview_mailbox_name'] = 'Izena';
$PALANG['pOverview_mailbox_quota'] = 'Kuota (MB)';
Property changes on: trunk/languages/eu.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/fi.lang
===================================================================
--- trunk/languages/fi.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/fi.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Finnish
// by Palo
@@ -62,6 +63,7 @@
$PALANG['pOverview_alias_modified'] = 'Viimeksi muokattu';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Sähköposti';
$PALANG['pOverview_mailbox_name'] = 'Nimi';
$PALANG['pOverview_mailbox_quota'] = 'Kiintiö (MB)';
Property changes on: trunk/languages/fi.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/fo.lang
===================================================================
--- trunk/languages/fo.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/fo.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Faroese
// by Danial
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Síðst broytt';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'E-post';
$PALANG['pOverview_mailbox_name'] = 'Navn';
$PALANG['pOverview_mailbox_quota'] = 'Kvota (MB)';
Property changes on: trunk/languages/fo.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/fr.lang
===================================================================
--- trunk/languages/fr.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/fr.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file French
// by Kuthz
@@ -61,6 +62,7 @@
$PALANG['pOverview_alias_modified'] = 'Dernière Modification';
$PALANG['pOverview_alias_active'] = 'Activé';
$PALANG['pOverview_alias_edit'] = 'Alias';
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'courriel';
$PALANG['pOverview_mailbox_name'] = 'Nom';
$PALANG['pOverview_mailbox_quota'] = 'Limite (MB)';
Property changes on: trunk/languages/fr.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/hr.lang
===================================================================
--- trunk/languages/hr.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/hr.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Croatian
// by Daniel Radetic <drade at boobah dot info>
@@ -58,6 +59,7 @@
$PALANG['pOverview_alias_modified'] = 'Zadnja promjena';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'E-pota';
$PALANG['pOverview_mailbox_name'] = 'Ime';
$PALANG['pOverview_mailbox_quota'] = 'Kvota (MB)';
Property changes on: trunk/languages/hr.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/hu.lang
===================================================================
--- trunk/languages/hu.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/hu.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Hungarian
// by Christian Hamar <krics at linuxforum dot hu> and Levente Farkas <lfarkas at lfarkas dot org>
@@ -60,6 +61,7 @@
$PALANG['pOverview_alias_modified'] = 'Utolsó módosítás';
$PALANG['pOverview_alias_active'] = 'Aktív';
$PALANG['pOverview_alias_edit'] = 'Alias';
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Név';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
Property changes on: trunk/languages/hu.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/is.lang
===================================================================
--- trunk/languages/is.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/is.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Icelandic
// by Gestur
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Síðast breytt';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Póstfang';
$PALANG['pOverview_mailbox_name'] = 'Nafn notanda';
$PALANG['pOverview_mailbox_quota'] = 'Heimild kvóta (MB)';
Property changes on: trunk/languages/is.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/it.lang
===================================================================
--- trunk/languages/it.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/it.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Italian
// by Massimiliano Stucchi <max at gufi dot org>
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Ultima modifica';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Nome';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
Property changes on: trunk/languages/it.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/lt.lang
===================================================================
--- trunk/languages/lt.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/lt.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Lithuanian
// by Giedrius <giedrius_balbieris at metalot dot com>
@@ -58,6 +59,7 @@
$PALANG['pOverview_alias_modified'] = 'Paskutinis keitimas';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'El.paštas';
$PALANG['pOverview_mailbox_name'] = 'Vardas';
$PALANG['pOverview_mailbox_quota'] = 'Kvota (MB)';
Property changes on: trunk/languages/lt.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/mk.lang
===================================================================
--- trunk/languages/mk.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/mk.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Macedonian
// by Damjan Georgiev <dame at mol dot com dot mk>
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Последна промена';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Адреса';
$PALANG['pOverview_mailbox_name'] = 'Име';
$PALANG['pOverview_mailbox_quota'] = 'Квота (MB)';
Property changes on: trunk/languages/mk.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/nl.lang
===================================================================
--- trunk/languages/nl.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/nl.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Dutch
// by Mourik
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Laatst Bewerkt';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'E-mail';
$PALANG['pOverview_mailbox_name'] = 'Naam';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
Property changes on: trunk/languages/nl.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/nn.lang
===================================================================
--- trunk/languages/nn.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/nn.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Norwegian - Bokmål
// by Jon Arve Wålberg
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Sist endret';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'E-post';
$PALANG['pOverview_mailbox_name'] = 'Nann';
$PALANG['pOverview_mailbox_quota'] = 'Kvote (MB)';
Property changes on: trunk/languages/nn.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/pl.lang
===================================================================
--- trunk/languages/pl.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/pl.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Polish
// by Jarek
@@ -61,6 +62,7 @@
$PALANG['pOverview_alias_modified'] = 'Ostatnio zmodyfikowany';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Name';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
Property changes on: trunk/languages/pl.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/pt-br.lang
===================================================================
--- trunk/languages/pt-br.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/pt-br.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Portuguese - Brazil
// by Roberto
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Última modificação';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Usuário';
$PALANG['pOverview_mailbox_name'] = 'Nome';
$PALANG['pOverview_mailbox_quota'] = 'Limite (MB)';
Property changes on: trunk/languages/pt-br.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/ru.lang
===================================================================
--- trunk/languages/ru.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/ru.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Russian
// by Paul; updated by Pavel Usischev
@@ -61,6 +62,7 @@
$PALANG['pOverview_alias_modified'] = 'Последнее изменение';
$PALANG['pOverview_alias_active'] = 'Активен';
$PALANG['pOverview_alias_edit'] = 'Алиас';
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Ящик';
$PALANG['pOverview_mailbox_name'] = 'Имя';
$PALANG['pOverview_mailbox_quota'] = 'Квота (МБ)';
Property changes on: trunk/languages/ru.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/sk.lang
===================================================================
--- trunk/languages/sk.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/sk.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Slovak
// by bajk
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Naposledy zmenené';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Email';
$PALANG['pOverview_mailbox_name'] = 'Meno';
$PALANG['pOverview_mailbox_quota'] = 'Miesto (MB)';
Property changes on: trunk/languages/sk.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/sl.lang
===================================================================
--- trunk/languages/sl.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/sl.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Slovenian
// by Nejc Skoberne <nejc at skoberne dot net>
@@ -60,6 +61,7 @@
$PALANG['pOverview_alias_modified'] = 'Zadnjič spremenjeno';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'E-pošta';
$PALANG['pOverview_mailbox_name'] = 'Ime';
$PALANG['pOverview_mailbox_quota'] = 'Kvota (MB)';
Property changes on: trunk/languages/sl.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/sv.lang
===================================================================
--- trunk/languages/sv.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/sv.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Swedish
// by Stefan Jakobsson <stefan at katrinet dot se>
@@ -60,6 +61,7 @@
$PALANG['pOverview_alias_modified'] = 'Senast Ändrad';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Epost';
$PALANG['pOverview_mailbox_name'] = 'Namn';
$PALANG['pOverview_mailbox_quota'] = 'Quota (MB)';
Property changes on: trunk/languages/sv.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/tr.lang
===================================================================
--- trunk/languages/tr.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/tr.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Türkçe
// by Onuryalazi
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = 'Son Düzenleme';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = 'Eposta';
$PALANG['pOverview_mailbox_name'] = 'Ýsim';
$PALANG['pOverview_mailbox_quota'] = 'kota (MB)';
Property changes on: trunk/languages/tr.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/languages/tw.lang
===================================================================
--- trunk/languages/tw.lang 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/languages/tw.lang 2007-11-11 22:48:07 UTC (rev 208)
@@ -1,4 +1,5 @@
<?php
+# $Id$
//
// Language file Traditional Chinese
// by Bruce Chou <bruce at thumb dot cx>
@@ -59,6 +60,7 @@
$PALANG['pOverview_alias_modified'] = '³Ì«á×§ï¤é´Á';
$PALANG['pOverview_alias_active'] = 'Active'; # XXX
$PALANG['pOverview_alias_edit'] = 'Alias'; # XXX
+$PALANG['and_x_more'] = '[and %s more...]'; # XXX
$PALANG['pOverview_mailbox_username'] = '¶l¥ó¦ì§}';
$PALANG['pOverview_mailbox_name'] = '©m¦W';
$PALANG['pOverview_mailbox_quota'] = '«H½c¨î (MB)';
Property changes on: trunk/languages/tw.lang
___________________________________________________________________
Name: svn:keywords
+ Id Rev
Modified: trunk/templates/list-virtual.tpl
===================================================================
--- trunk/templates/list-virtual.tpl 2007-11-11 21:41:18 UTC (rev 207)
+++ trunk/templates/list-virtual.tpl 2007-11-11 22:48:07 UTC (rev 208)
@@ -97,7 +97,18 @@
print " <td>" . $tAlias[$i]['address'] . "</td>\n";
if ($CONF['alias_goto_limit'] > 0) {
- print " <td>" . ereg_replace (",", "<br>", preg_replace('/^(([^,]+,){'.$CONF['alias_goto_limit'].'})[^,]+,.*/','$1[and '. (substr_count ($tAlias[$i]['goto'], ',') - $CONF['alias_goto_limit'] + 1) .' more...]',$tAlias[$i]['goto'])) . "</td>\n";
+ print " <td>" . ereg_replace (
+ ",",
+ "<br>",
+ preg_replace(
+ '/^(([^,]+,){'.$CONF['alias_goto_limit'].'})[^,]+,.*/',
+ '$1' . sprintf(
+ $PALANG['and_x_more'],
+ (substr_count ($tAlias[$i]['goto'], ',') - $CONF['alias_goto_limit'] + 1)
+ ),
+ $tAlias[$i]['goto']
+ )
+ ) . "</td>\n";
} else {
print " <td>" . ereg_replace (",", "<br>", $tAlias[$i]['goto']) . "</td>\n";
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|