SF.net SVN: postfixadmin: [195] trunk/languages
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2007-11-04 20:55:15
|
Revision: 195 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=195&view=rev Author: christian_boltz Date: 2007-11-04 12:55:17 -0800 (Sun, 04 Nov 2007) Log Message: ----------- - renamed -$PALANG['pViewlog_action_edit_alias_state'] to $PALANG['pViewlog_action_edit_alias_active'] - fixes undefined messages in viewlog.php - added some new strings to the language files - pFetchmail_* strings were at the wrong location in several languages - enforce at least one line of matching context in language-check.sh This might cause rejects (especially if there are empty lines next to the change), but avoids that strings are inserted at the wrong position 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/language-update.sh 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-04 19:53:45 UTC (rev 194) +++ trunk/languages/bg.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $PALANG['confirm'] = 'Ñèãóðíè ëè ñòå, ÷å æåëàåòå äà èçòðèåòî òîâà?\n'; $PALANG['confirm_domain'] = 'Íàèñòèíà ëè èñêàòå äà èçòðèåòå âñè÷êè çàïèñè çà òîçè äîìåéí? Òîâà äåéñòâèå å íåîáðàòèìî!\n'; $PALANG['check_update'] = 'Check for update'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Àäìèíèñòðàòîðà ìîæå äà ñå ëîãíå îòòóê çà àäìèíèñòðèðàíå íà äîìåéí.'; @@ -171,7 +172,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Íàïðåä'; @@ -320,13 +321,6 @@ $PALANG['pUsersVacation_result_success'] = 'Âàøèÿò àâòîìàòè÷åí îòãîâîð áåøå ïðåìàõíàò!'; $PALANG['pCreate_dbLog_createmailbox'] = 'create mailbox'; -$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['pCreate_dbLog_createalias'] = 'create alias'; $PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; $PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; @@ -353,6 +347,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/ca.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $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'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Login d\'administrador per l\'administració de dominis.'; @@ -170,7 +171,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Ves'; @@ -319,13 +320,6 @@ $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['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['pCreate_dbLog_createmailbox'] = 'create mailbox'; $PALANG['pCreate_dbLog_createalias'] = 'create alias'; $PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; @@ -353,6 +347,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/cn.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $PALANG['confirm'] = '是否确定删除?\n'; $PALANG['confirm_domain'] = '你是否确定要删除该域中的所有记录? 删除后不可恢复!\n'; $PALANG['check_update'] = '检查新版本'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = '邮件管理员请从这里登录以管理你的域名.'; @@ -171,7 +172,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = '执行'; @@ -320,13 +321,6 @@ $PALANG['pUsersVacation_result_success'] = '你的自动回复已经关闭!'; $PALANG['pCreate_dbLog_createmailbox'] = '新建邮箱'; -$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['pCreate_dbLog_createalias'] = '新建别名'; $PALANG['pDelete_dbLog_deletealias'] = '删除别名'; $PALANG['pDelete_dbLog_deletemailbox'] = '邮件邮箱'; @@ -353,6 +347,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/cs.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -14,6 +14,7 @@ $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'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Přihlášen jako %s'; @@ -177,7 +178,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_state'] = 'změna stavu přesměrování'; +$PALANG['pViewlog_action_edit_alias_active'] = 'změna stavu přesměrování'; $PALANG['pViewlog_action_edit_password'] = 'změna hesla'; $PALANG['pViewlog_button'] = 'Jít'; @@ -323,13 +324,6 @@ EOM; $PALANG['pUsersVacation_button_away'] = 'Odjet pryč'; $PALANG['pUsersVacation_button_back'] = 'Vrátit se'; -$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['pUsersVacation_result_error'] = '<span class="error_msg">Nepodařilo se upravit nastavení!</span>'; $PALANG['pUsersVacation_result_success'] = 'Nastavení bylo upraveno!'; @@ -363,6 +357,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/da.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $PALANG['confirm'] = 'Er du sikker på du vil slette dette?\n'; $PALANG['confirm_domain'] = 'Vil du virkelig slette alle poster for dette domæne? Dette kan ikke fortrydes!\n'; $PALANG['check_update'] = 'Check for update'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Postadministrator: Log ind her for at administrere dine domæner.'; @@ -171,7 +172,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Vis'; @@ -320,13 +321,6 @@ $PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Kan ikke opdatere dine autosvar indstillinger!</span>'; $PALANG['pUsersVacation_result_success'] = 'Dit autosvar er fjernet!'; -$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['pCreate_dbLog_createmailbox'] = 'create mailbox'; $PALANG['pCreate_dbLog_createalias'] = 'create alias'; $PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; @@ -354,6 +348,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/de.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $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'; +$PALANG['invalid_parameter'] = 'Ungültiger Parameter!'; $PALANG['pFooter_logged_as'] = 'Angemeldet als %s'; @@ -175,7 +176,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_state'] = 'Alias Aktiv bearbeiten'; +$PALANG['pViewlog_action_edit_alias_active'] = 'Alias Aktiv bearbeiten'; $PALANG['pViewlog_action_edit_password'] = 'Passwort ändern'; $PALANG['pViewlog_button'] = 'Los'; @@ -347,7 +348,7 @@ $PALANG['pBroadcast_send'] = 'Nachricht senden'; $PALANG['pBroadcast_success'] = 'Ihre Rundmail wurde gesendet.'; $PALANG['pAdminMenu_broadcast_message'] = 'Rundmail'; -$PALANG['pBroadcast_error_empty'] = 'Die Felder Name, Betreff und Nachricht d\xFCrfen nicht leer sein!'; +$PALANG['pBroadcast_error_empty'] = 'Die Felder Name, Betreff und Nachricht dürfen nicht leer sein!'; $PALANG['pStatus_undeliverable'] = 'möglicherweise UNZUSTELLBAR '; $PALANG['pStatus_custom'] = 'Zustellung an '; Modified: trunk/languages/en.lang =================================================================== --- trunk/languages/en.lang 2007-11-04 19:53:45 UTC (rev 194) +++ trunk/languages/en.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -13,6 +13,7 @@ $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'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; $PALANG['pFooter_logged_as'] = 'Logged as %s'; @@ -177,9 +178,9 @@ $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_state'] = 'edit alias active'; +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; $PALANG['pViewlog_action_edit_password'] = 'change password'; - + $PALANG['pViewlog_button'] = 'Go'; $PALANG['pViewlog_result_error'] = '<span class="error_msg">Unable to find the logs!</span>'; Modified: trunk/languages/es.lang =================================================================== --- trunk/languages/es.lang 2007-11-04 19:53:45 UTC (rev 194) +++ trunk/languages/es.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $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'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Login de administrador para administración de dominios.'; @@ -171,7 +172,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Ir'; @@ -319,13 +320,6 @@ $PALANG['pUsersVacation_button_back'] = 'De vuelta'; $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['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['pCreate_dbLog_createmailbox'] = 'create mailbox'; $PALANG['pCreate_dbLog_createalias'] = 'create alias'; @@ -354,6 +348,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/et.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $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['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'E-posti haldaja, logi siit domeeni administreerimiseks sisse.'; @@ -171,7 +172,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Mine'; @@ -320,13 +321,6 @@ $PALANG['pUsersVacation_button_away'] = 'Olen eemal alates'; $PALANG['pUsersVacation_button_back'] = 'Tulen tagasi'; $PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Automaatse vastuse uuendamine ebaõnnestus!</span>'; -$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['pUsersVacation_result_success'] = 'Automaatne vastus on eemaldatud!'; $PALANG['pCreate_dbLog_createmailbox'] = 'postkasti loomine'; @@ -357,6 +351,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/eu.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $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'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Kudeatzailearen logina domeinuak kudeatzeko.'; @@ -169,7 +170,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Joan'; @@ -319,13 +320,6 @@ $PALANG['pUsersVacation_result_success'] = 'Zure erantzun automatikoa borratu da!'; $PALANG['pCreate_dbLog_createmailbox'] = 'create mailbox'; -$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['pCreate_dbLog_createalias'] = 'create alias'; $PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; $PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; @@ -352,6 +346,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/fi.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -4,6 +4,9 @@ // by Palo // +# XXX @translators: This file has several untranslated strings that are NOT marked with XXX +# XXX Please check the whole file and remove this comment afterwards. + $PALANG['YES'] = 'Kyllä'; $PALANG['NO'] = 'Ei'; $PALANG['edit'] = 'muokkaa'; @@ -12,6 +15,7 @@ $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['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Kirjautuminen'; @@ -170,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Siirry'; @@ -320,13 +324,6 @@ $PALANG['pCreate_dbLog_createmailbox'] = 'create mailbox'; $PALANG['pCreate_dbLog_createalias'] = 'create alias'; -$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['pDelete_dbLog_deletealias'] = 'delete alias'; $PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; @@ -352,6 +349,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/fo.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $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['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Umsitarar kunnu logga inn her fyri at umsita tykkara navnaøki.'; @@ -171,7 +172,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Vel'; @@ -320,13 +321,6 @@ Títt navn EOM; $PALANG['pUsersVacation_button_away'] = 'Burtur'; -$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['pUsersVacation_button_back'] = 'Heima'; $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ð!'; @@ -358,6 +352,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/fr.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -14,6 +14,7 @@ $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'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Bonjour %s'; $PALANG['pLogin_welcome'] = 'Entrez votre adresse courriel pour administrer votre domaine.'; @@ -172,7 +173,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_state'] = 'activer un alias'; +$PALANG['pViewlog_action_edit_alias_active'] = 'activer un alias'; $PALANG['pViewlog_action_edit_password'] = 'changer le mot de passe'; $PALANG['pViewlog_button'] = 'Aller'; @@ -322,13 +323,6 @@ $PALANG['pUsersVacation_result_success'] = 'Votre réponse automatique a été enlevée!'; $PALANG['pCreate_dbLog_createmailbox'] = 'Création de compte'; -$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['pCreate_dbLog_createalias'] = 'Création d\'alias'; $PALANG['pDelete_dbLog_deletealias'] = 'Suppression d\'alias'; $PALANG['pDelete_dbLog_deletemailbox'] = 'Suppression de compte'; @@ -355,6 +349,13 @@ $PALANG['pPasswordTooShort'] = "Mot de passe trop court. - %s caractères minimum"; $PALANG['pFetchmail_welcome'] = 'Récupérer le courrier pour :'; $PALANG['pFetchmail_new_entry'] = 'Nouvelle entrée'; +$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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/hr.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -11,6 +11,7 @@ $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'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Administratori prijavite se ovdje.'; @@ -170,7 +171,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Idi'; @@ -319,13 +320,6 @@ $PALANG['pUsersVacation_result_success'] = 'Obvijest o odsutnosti je uklonjena!'; $PALANG['pCreate_dbLog_createmailbox'] = 'stvori potanski ormarić'; -$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['pCreate_dbLog_createalias'] = 'stvori alias'; $PALANG['pDelete_dbLog_deletealias'] = 'pobrii alias'; $PALANG['pDelete_dbLog_deletemailbox'] = 'pobrii potanski ormarić'; @@ -351,6 +345,13 @@ $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['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh Modified: trunk/languages/hu.lang =================================================================== --- trunk/languages/hu.lang 2007-11-04 19:53:45 UTC (rev 194) +++ trunk/languages/hu.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -11,7 +11,8 @@ $PALANG['exit'] = 'Kilép'; $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'; +$PALANG['check_update'] = 'Check for update'; # XXX +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = '%s-ként bejelentkezve'; @@ -176,7 +177,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_state'] = 'alias aktivitás módosítása'; +$PALANG['pViewlog_action_edit_alias_active'] = 'alias aktivitás módosítása'; $PALANG['pViewlog_action_edit_password'] = 'jelszó módosítása'; $PALANG['pViewlog_button'] = 'Gyerünk'; @@ -322,13 +323,6 @@ Ez egy automatikus üzenet. EOM; -$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['pUsersVacation_button_away'] = 'Automatikus válaszadás bekapcsolása'; $PALANG['pUsersVacation_button_back'] = 'Automatikus válaszadás kikapcsolása'; $PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Nem sikerült megváltoztatni az automatikus válasz konfigurációdat!</span>'; @@ -366,8 +360,14 @@ $PALANG['pFetchmail_welcome'] = 'Mail lehozása:'; $PALANG['pFetchmail_new_entry'] = 'Új bejegyzés'; +$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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/is.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $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['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Póst kerfisstjóri tengist hér til að viðhalda póstkerfi lénsins þins.'; @@ -170,7 +171,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Áfram'; @@ -320,13 +321,6 @@ $PALANG['pCreate_dbLog_createmailbox'] = 'create mailbox'; $PALANG['pCreate_dbLog_createalias'] = 'create alias'; -$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['pDelete_dbLog_deletealias'] = 'delete alias'; $PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; @@ -352,6 +346,13 @@ $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['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-04 19:53:45 UTC (rev 194) +++ trunk/languages/it.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $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['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'GLi amministratori di posta devono effettuare il login qui per amministrare il proprio dominio.'; @@ -171,7 +172,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Vai'; @@ -320,13 +321,6 @@ $PALANG['pUsersVacation_result_success'] = 'La tua risposta automatica è stata tolta!'; $PALANG['pCreate_dbLog_createmailbox'] = 'create mailbox'; -$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['pCreate_dbLog_createalias'] = 'create alias'; $PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; $PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; @@ -353,6 +347,13 @@ $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['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/language-update.sh =================================================================== --- trunk/languages/language-update.sh 2007-11-04 19:53:45 UTC (rev 194) +++ trunk/languages/language-update.sh 2007-11-04 20:55:17 UTC (rev 195) @@ -79,7 +79,7 @@ for file in $filelist ; do test "$file" = "en.lang" && continue - LANG=C diff -U1 $file.strings en.lang.strings > $file.diff && echo "*** $file: no difference ***" + LANG=C diff -U2 $file.strings en.lang.strings > $file.diff && echo "*** $file: no difference ***" test $notext = 1 && cat $file.diff && continue @@ -118,7 +118,7 @@ done > $file.patch test $patch = 0 && cat $file.patch - test $patch = 1 && patch $file < $file.patch + test $patch = 1 && patch --fuzz=1 $file < $file.patch done ############################################################################### Modified: trunk/languages/lt.lang =================================================================== --- trunk/languages/lt.lang 2007-11-04 19:53:45 UTC (rev 194) +++ trunk/languages/lt.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -11,6 +11,7 @@ $PALANG['confirm'] = 'Tikrai norite šalinti?\n'; $PALANG['confirm_domain'] = 'Tikrai norite šalinti visus šios srities įrašus? Operacija negrįžtama!\n'; $PALANG['check_update'] = 'Patikrinti versiją'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Pašto srities administratorius.'; @@ -170,7 +171,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Eiti'; @@ -319,13 +320,6 @@ $PALANG['pUsersVacation_result_success'] = 'Auto atsakovas išjungtas!'; $PALANG['pCreate_dbLog_createmailbox'] = 'pašto dėžutė sukurta'; -$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['pCreate_dbLog_createalias'] = 'sinonimas sukurtas'; $PALANG['pDelete_dbLog_deletealias'] = 'sinonimas pašalintas'; $PALANG['pDelete_dbLog_deletemailbox'] = 'pašto dėžutė pašalinta'; @@ -352,6 +346,13 @@ $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['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/mk.lang =================================================================== --- trunk/languages/mk.lang 2007-11-04 19:53:45 UTC (rev 194) +++ trunk/languages/mk.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $PALANG['confirm'] = 'Дали сте сигурни дека сакате да го избришете ова?\n'; $PALANG['confirm_domain'] = 'Дали сакате да ги избришете сите записи од овој домен? Ова не може да се поправи покасно!\n'; $PALANG['check_update'] = 'Check for update'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Логин за администрирање на домени (Само за администратори!)'; @@ -171,7 +172,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Оди'; @@ -320,13 +321,6 @@ $PALANG['pUsersVacation_result_error'] = '<span class="error_msg">Не можам да ги променам сетирањата за автоматскиот одговор!</span>'; $PALANG['pUsersVacation_result_success'] = 'Вашиот автоматски одговор е отстранет!'; -$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['pCreate_dbLog_createmailbox'] = 'create mailbox'; $PALANG['pCreate_dbLog_createalias'] = 'create alias'; $PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; @@ -354,6 +348,13 @@ $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['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/nl.lang =================================================================== --- trunk/languages/nl.lang 2007-11-04 19:53:45 UTC (rev 194) +++ trunk/languages/nl.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $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['pLogin_welcome'] = 'Mail beheerders log hier in om uw domeinen te beheren.'; @@ -171,7 +172,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_state'] = 'edit alias active'; # XXX +$PALANG['pViewlog_action_edit_alias_active'] = 'edit alias active'; # XXX $PALANG['pViewlog_action_edit_password'] = 'change password'; # XXX $PALANG['pViewlog_button'] = 'Ga'; @@ -320,13 +321,6 @@ $PALANG['pUsersVacation_result_success'] = 'Uw automatisch beantwoorder is verwijderd.'; $PALANG['pCreate_dbLog_createmailbox'] = 'create mailbox'; -$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['pCreate_dbLog_createalias'] = 'create alias'; $PALANG['pDelete_dbLog_deletealias'] = 'delete alias'; $PALANG['pDelete_dbLog_deletemailbox'] = 'delete mailbox'; @@ -353,6 +347,13 @@ $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['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/nn.lang =================================================================== --- trunk/languages/nn.lang 2007-11-04 19:53:45 UTC (rev 194) +++ trunk/languages/nn.lang 2007-11-04 20:55:17 UTC (rev 195) @@ -12,6 +12,7 @@ $PALANG['confirm'] = 'Vil du slette dette?\n'; $PALANG['confirm_domain'] = 'Vil du virkelig slette alle poster og domenet?\n'; $PALANG['check_update'] = 'Se etter oppdatering'; +$PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX $PALANG['pFooter_logged_as'] = 'Logged as %s'; # XXX $PALANG['pLogin_welcome'] = 'Postadministrator; Logg inn her for å administrere ditt domene'; @@ -169,7 +170,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_state'] = 'edit ali... [truncated message content] |