From cc2b157d598240c4f7c36f8f938bcffc99421eba Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Tue, 17 Mar 2015 21:07:59 +0000 Subject: [PATCH] *Handler: - add $msg['confirm'] (confirmation message when attemping to delete an item, displayed by list.php) *.lang: - add various confirm_delete_* texts needed by *Handler - rename confirm_domain to confirm_delete_domain git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1749 a1433add-5e2c-0410-b055-b7f2511e0802 --- languages/bg.lang | 11 ++++++++++- languages/ca.lang | 11 ++++++++++- languages/cn.lang | 11 ++++++++++- languages/cs.lang | 11 ++++++++++- languages/da.lang | 11 ++++++++++- languages/de.lang | 11 ++++++++++- languages/en.lang | 11 ++++++++++- languages/es.lang | 11 ++++++++++- languages/et.lang | 11 ++++++++++- languages/eu.lang | 11 ++++++++++- languages/fi.lang | 11 ++++++++++- languages/fo.lang | 11 ++++++++++- languages/fr.lang | 11 ++++++++++- languages/hr.lang | 11 ++++++++++- languages/hu.lang | 11 ++++++++++- languages/is.lang | 11 ++++++++++- languages/it.lang | 11 ++++++++++- languages/ja.lang | 11 ++++++++++- languages/lt.lang | 11 ++++++++++- languages/mk.lang | 11 ++++++++++- languages/nb.lang | 11 ++++++++++- languages/nl.lang | 11 ++++++++++- languages/nn.lang | 11 ++++++++++- languages/pl.lang | 11 ++++++++++- languages/pt-br.lang | 11 ++++++++++- languages/ru.lang | 11 ++++++++++- languages/sk.lang | 11 ++++++++++- languages/sl.lang | 11 ++++++++++- languages/sv.lang | 11 ++++++++++- languages/tr.lang | 11 ++++++++++- languages/tw.lang | 11 ++++++++++- model/AdminHandler.php | 2 ++ model/AdminpasswordHandler.php | 1 + model/AliasHandler.php | 2 ++ model/AliasdomainHandler.php | 2 ++ model/DomainHandler.php | 2 ++ model/MailboxHandler.php | 2 ++ model/PFAHandler.php | 4 +++- model/VacationHandler.php | 2 ++ 39 files changed, 326 insertions(+), 32 deletions(-) diff --git a/languages/bg.lang b/languages/bg.lang index 5e317ed6..3413acd3 100644 --- a/languages/bg.lang +++ b/languages/bg.lang @@ -14,7 +14,13 @@ $PALANG['exit'] = 'Изход'; $PALANG['cancel'] = 'Отказ'; $PALANG['save'] = 'Запази'; # XXX Text change: "Save" -> "Save Changes" $PALANG['confirm'] = 'Сигурни ли сте, че желаете да изтрието това?\n'; -$PALANG['confirm_domain'] = 'Наистина ли искате да изтриете всички записи за този домейн? Това действие е необратимо!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Наистина ли искате да изтриете всички записи за този домейн? Това действие е необратимо!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Check for update'; $PALANG['invalid_parameter'] = 'Невалиден параметър!'; # XXX @@ -202,6 +208,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Не мога да открия логовете!'; diff --git a/languages/ca.lang b/languages/ca.lang index e7cfb881..6b3f4e4a 100644 --- a/languages/ca.lang +++ b/languages/ca.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # 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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Estas segur que vols borrar tots els registres d\'aquest domini? Això no podrà ser desfet!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Check for update'; $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -200,6 +206,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Imposible trobar els logs!'; diff --git a/languages/cn.lang b/languages/cn.lang index ab1c6a9d..82879f63 100644 --- a/languages/cn.lang +++ b/languages/cn.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # XXX $PALANG['confirm'] = '是否确定删除?\n'; -$PALANG['confirm_domain'] = '你是否确定要删除该域中的所有记录? 删除后不可恢复!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = '你是否确定要删除该域中的所有记录? 删除后不可恢复!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = '检查新版本'; $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -201,6 +207,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = '未找到相关的日志!'; diff --git a/languages/cs.lang b/languages/cs.lang index 5ed318bb..67c16661 100644 --- a/languages/cs.lang +++ b/languages/cs.lang @@ -18,7 +18,13 @@ $PALANG['exit'] = 'Odejít'; $PALANG['cancel'] = 'Zrušit'; $PALANG['save'] = 'Uložit změny'; $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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Opravdu chcete smazat všechny záznamy v této doméně Tohle nelze vrátit!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'Nemáte oprávnění ke smazání! (%s)'; $PALANG['check_update'] = 'Zkontrolovat aktualizace'; $PALANG['invalid_parameter'] = 'Neplatný parametr!'; @@ -210,6 +216,9 @@ $PALANG['pViewlog_action_create_admin'] = 'vytvoření administrátora'; $PALANG['pViewlog_action_edit_admin'] = 'změna administrátora'; $PALANG['pViewlog_action_delete_admin'] = 'smazat administrátora'; $PALANG['pViewlog_action_edit_vacation'] = 'změna zprávy o nepřítovmnosti'; +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Nepodařilo se najít záznamy!'; diff --git a/languages/da.lang b/languages/da.lang index 1a54395b..f0241e7e 100644 --- a/languages/da.lang +++ b/languages/da.lang @@ -16,7 +16,13 @@ $PALANG['exit'] = 'Log af'; $PALANG['cancel'] = 'Annuller'; $PALANG['save'] = 'Gem'; # XXX Text change: "Save" -> "Save changes" $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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Vil du virkelig slette alle adresser for dette domæne? Dette kan ikke fortrydes!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Søg efter opdateringer'; $PALANG['invalid_parameter'] = 'Ugyldig parameter.'; @@ -209,6 +215,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Loggen kan ikke findes.'; diff --git a/languages/de.lang b/languages/de.lang index 9902451f..e6453fa7 100644 --- a/languages/de.lang +++ b/languages/de.lang @@ -14,7 +14,13 @@ $PALANG['exit'] = 'Verlassen'; $PALANG['cancel'] = 'Abbrechen'; $PALANG['save'] = 'Änderungen 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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Wollen Sie wirklich alle Einträge der Domain %s löschen? Dies kann NICHT rückgängig gemacht werden!'; +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Auf Updates überprüfen'; $PALANG['invalid_parameter'] = 'Ungültiger Parameter!'; @@ -206,6 +212,9 @@ $PALANG['pViewlog_action_create_admin'] = 'Admin erstellen'; $PALANG['pViewlog_action_edit_admin'] = 'Admin ändern'; $PALANG['pViewlog_action_delete_admin'] = 'Admin löschen'; $PALANG['pViewlog_action_edit_vacation'] = 'Automatische Antwort ändern'; +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Kann keine Einträge finden!'; diff --git a/languages/en.lang b/languages/en.lang index e201c0d9..e2f25b14 100644 --- a/languages/en.lang +++ b/languages/en.lang @@ -14,7 +14,13 @@ $PALANG['exit'] = 'Exit'; $PALANG['cancel'] = 'Cancel'; $PALANG['save'] = 'Save changes'; $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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; +$PALANG['confirm_delete_domain'] = 'Do you really want to delete all records for the domain %s? This can not be undone!'; +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; $PALANG['check_update'] = 'Check for update'; $PALANG['invalid_parameter'] = 'Invalid parameter!'; @@ -207,6 +213,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; $PALANG['pViewlog_result_error'] = 'Unable to find the logs!'; diff --git a/languages/es.lang b/languages/es.lang index d8b2f593..9da5831c 100644 --- a/languages/es.lang +++ b/languages/es.lang @@ -14,7 +14,13 @@ $PALANG['exit'] = 'Salir'; $PALANG['cancel'] = 'Cancelar'; $PALANG['save'] = 'Salvar'; # XXX Text change: "Save" -> "Save changes" $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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = '¿Está seguro de que desea borrar todos los registros de este dominio? ¡Esto no puede ser deshecho!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Check for update'; # XXX $PALANG['invalid_parameter'] = '¡Parámetro inválido!'; @@ -202,6 +208,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = '¡Imposible encontrar los logs!'; diff --git a/languages/et.lang b/languages/et.lang index c5dbdf9e..6354bb6d 100644 --- a/languages/et.lang +++ b/languages/et.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # 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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Oled tõesti kindel, et tahad kustutada kõik kirjed sellele domeenile? Seda tegevust ei saa tagasi võtta!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Check for update'; # XXX $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -201,6 +207,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Logi ei leitud!'; diff --git a/languages/eu.lang b/languages/eu.lang index ee5bac30..a3ec8d41 100644 --- a/languages/eu.lang +++ b/languages/eu.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # 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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Ziur al zaude domeinu honetako erregistro guztiak ezbatu nahi dituzula? Hau ezin izango da desegin!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Check for update'; $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -199,6 +205,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Ezinezkoa logak aurkitzea!'; diff --git a/languages/fi.lang b/languages/fi.lang index b2014f4b..731d156c 100644 --- a/languages/fi.lang +++ b/languages/fi.lang @@ -14,7 +14,13 @@ $PALANG['exit'] = 'Poistu'; $PALANG['cancel'] = 'Peruuta'; $PALANG['save'] = 'Tallenna'; # XXX Text change: "Save" -> "Save changes" $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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Oletko varma että haluat poistaa kaikki tietueet tästä domainista? Tätä komentoa ei voi perua!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Tarkista päivitykset'; $PALANG['invalid_parameter'] = 'Viallinen parametri!'; @@ -201,6 +207,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Lokeja ei löydy!'; diff --git a/languages/fo.lang b/languages/fo.lang index 7dc1113c..1553b322 100644 --- a/languages/fo.lang +++ b/languages/fo.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # 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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Vilt tú veruliga strika allar upplýsingar fyri hetta navnaøki? Her kann ikki vendast aftur!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Check for update'; # XXX $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -201,6 +207,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Finni ikki loggarnar!'; diff --git a/languages/fr.lang b/languages/fr.lang index 374b794a..f8e779d7 100644 --- a/languages/fr.lang +++ b/languages/fr.lang @@ -15,7 +15,13 @@ $PALANG['exit'] = 'Quitter'; $PALANG['cancel'] = 'Annuler'; $PALANG['save'] = 'Enregistrer les modifications'; $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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Etes-vous sur de vouloir effacer tous les enregistrements dans ce domaine ? Cette opération ne pourra pas être annulée.\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Vérifier les mises à jour'; $PALANG['invalid_parameter'] = 'Paramètres invalides!'; @@ -202,6 +208,9 @@ $PALANG['pViewlog_action_create_admin'] = 'créer un admin'; $PALANG['pViewlog_action_edit_admin'] = 'modifier un admin'; $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'modifier le répondeur'; +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Impossible de trouver le journal des événements!'; diff --git a/languages/hr.lang b/languages/hr.lang index ba7bd055..09383924 100644 --- a/languages/hr.lang +++ b/languages/hr.lang @@ -12,7 +12,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # 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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Da li ste sigurni da želite pobrisati sve zapise za tu domenu? Zapisi ce biti zauvijek pobrisani!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Provjeri da li postoji novija inačica'; $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -200,6 +206,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Zapise nije bilo moguče naći!'; diff --git a/languages/hu.lang b/languages/hu.lang index b41fcdb2..e1405e58 100644 --- a/languages/hu.lang +++ b/languages/hu.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Kilép'; $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # 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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_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 (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Check for update'; # XXX $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -206,6 +212,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Nemsikerült megtalálni a napló fájlokat!'; diff --git a/languages/is.lang b/languages/is.lang index bff94192..10abac8b 100644 --- a/languages/is.lang +++ b/languages/is.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # 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['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_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 (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Check for update'; # XXX $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -201,6 +207,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Get ekki fundið log skráningu!'; diff --git a/languages/it.lang b/languages/it.lang index 3df04413..d299d269 100644 --- a/languages/it.lang +++ b/languages/it.lang @@ -14,7 +14,13 @@ $PALANG['exit'] = 'Esci'; $PALANG['cancel'] = 'Annulla'; $PALANG['save'] = 'registra'; # XXX Text change: "Save" -> "Save changes" $PALANG['confirm'] = 'Sei certo di volerlo cancellare?\n'; -$PALANG['confirm_domain'] = 'Sei sicuro di voler cancellare tutti gli indirizzi di questo dominio? Questa modifica sarà permanente!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Sei sicuro di voler cancellare tutti gli indirizzi di questo dominio? Questa modifica sarà permanente!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Verifica gli aggiornamenti'; $PALANG['invalid_parameter'] = 'Parametro non valido!'; @@ -202,6 +208,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Impossibile trovare i file di log!'; diff --git a/languages/ja.lang b/languages/ja.lang index c312b6a1..28cca663 100644 --- a/languages/ja.lang +++ b/languages/ja.lang @@ -14,7 +14,13 @@ $PALANG['exit'] = '終了'; $PALANG['cancel'] = 'キャンセル'; $PALANG['save'] = '変更を保存'; $PALANG['confirm'] = '本当に削除してもよろしいですか?\n'; -$PALANG['confirm_domain'] = '本当にこのドメインのすべての情報を削除してもよろしいですか?これを元に戻すことはできません。\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = '本当にこのドメインのすべての情報を削除してもよろしいですか?これを元に戻すことはできません。\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = '更新の確認'; $PALANG['invalid_parameter'] = '無効なパラメータです。'; @@ -206,6 +212,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'ログが見つかりません!'; diff --git a/languages/lt.lang b/languages/lt.lang index bd6af686..6655f9df 100644 --- a/languages/lt.lang +++ b/languages/lt.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Išeiti'; $PALANG['cancel'] = 'Atšaukti'; $PALANG['save'] = 'Išsaugoti'; $PALANG['confirm'] = 'Tikrai norite šalinti?\n'; -$PALANG['confirm_domain'] = 'Tikrai norite šalinti visus šios srities įrašus? Operacija negrįžtama!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Tikrai norite šalinti visus šios srities įrašus? Operacija negrįžtama!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Patikrinti versiją'; $PALANG['invalid_parameter'] = 'Neteisingas parametras!'; @@ -202,6 +208,9 @@ $PALANG['pViewlog_action_create_admin'] = 'sukurtas adminas'; $PALANG['pViewlog_action_edit_admin'] = 'pakeistas adminas'; $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'pakeistas atostogų nust.'; +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Įvykių žurnalas nerastas!'; diff --git a/languages/mk.lang b/languages/mk.lang index 911871ce..cbb0b53b 100644 --- a/languages/mk.lang +++ b/languages/mk.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # XXX $PALANG['confirm'] = 'Дали сте сигурни дека сакате да го избришете ова?\n'; -$PALANG['confirm_domain'] = 'Дали сакате да ги избришете сите записи од овој домен? Ова не може да се поправи покасно!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Дали сакате да ги избришете сите записи од овој домен? Ова не може да се поправи покасно!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Check for update'; # XXX $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -201,6 +207,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Не можам да ги пронајдам записите!'; diff --git a/languages/nb.lang b/languages/nb.lang index 2d71b805..0ade2396 100644 --- a/languages/nb.lang +++ b/languages/nb.lang @@ -15,7 +15,13 @@ $PALANG['exit'] = 'Lukk'; $PALANG['cancel'] = 'Avbryt'; $PALANG['save'] = 'Lagre'; # XXX Text change: "Save" -> "Save changes" $PALANG['confirm'] = 'Er du sikker på at du ønsker å slette dette?\n'; -$PALANG['confirm_domain'] = 'Ønsker du virkelig å slette alle oppføringer for dette domenet? Dette kan ikke angres!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Ønsker du virkelig å slette alle oppføringer for dette domenet? Dette kan ikke angres!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Se etter oppdatering'; $PALANG['invalid_parameter'] = 'Ugyldig parameter!'; @@ -202,6 +208,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Finner ikke den aktuelle loggen!'; diff --git a/languages/nl.lang b/languages/nl.lang index 26769025..1c155cbc 100644 --- a/languages/nl.lang +++ b/languages/nl.lang @@ -14,7 +14,13 @@ $PALANG['exit'] = 'Beëindigen'; $PALANG['cancel'] = 'Annuleren'; $PALANG['save'] = 'Wijzigingen opslaan'; $PALANG['confirm'] = 'Weet u het zeker dat u wilt verwijderen?\n'; -$PALANG['confirm_domain'] = 'Weet u zeker dat u ALLE data van het domein wilt verwijderen? Dit kan niet ongedaan worden gemaakt!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Weet u zeker dat u ALLE data van het domein wilt verwijderen? Dit kan niet ongedaan worden gemaakt!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Zoeken naar nieuwe versie'; $PALANG['invalid_parameter'] = 'ongeldige parameter!'; @@ -203,6 +209,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Mislukt om de logs te vinden!'; diff --git a/languages/nn.lang b/languages/nn.lang index d4acb062..ea9721e3 100644 --- a/languages/nn.lang +++ b/languages/nn.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # XXX $PALANG['confirm'] = 'Vil du slette dette?\n'; -$PALANG['confirm_domain'] = 'Vil du virkelig slette alle poster og domenet?\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Vil du virkelig slette alle poster og domenet?\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Se etter oppdatering'; $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -200,6 +206,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Fant ikke loggen!'; diff --git a/languages/pl.lang b/languages/pl.lang index 3a876ea6..48a1dede 100644 --- a/languages/pl.lang +++ b/languages/pl.lang @@ -16,7 +16,13 @@ $PALANG['exit'] = 'Wyjdź'; $PALANG['cancel'] = 'Anuluj'; $PALANG['save'] = 'Zapisz'; # XXX Text change: "Save" -> "Save changes" $PALANG['confirm'] = 'Jesteś przekonany, że chcesz to usunąć?\n'; -$PALANG['confirm_domain'] = 'Czy rzeczywiście chcesz usunąć wszystkie wpisy dla tej domeny? To jest proces nieodwracalny!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Czy rzeczywiście chcesz usunąć wszystkie wpisy dla tej domeny? To jest proces nieodwracalny!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Sprawdź aktualizację'; $PALANG['invalid_parameter'] = 'Błędny parametr!'; @@ -204,6 +210,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Nie można odszukać logów!'; diff --git a/languages/pt-br.lang b/languages/pt-br.lang index e3dd50ce..d481e758 100644 --- a/languages/pt-br.lang +++ b/languages/pt-br.lang @@ -14,7 +14,13 @@ $PALANG['exit'] = 'Sair'; $PALANG['cancel'] = 'Cancelar'; $PALANG['save'] = 'Gravar'; # XXX Text change: "Save" -> "Save changes" $PALANG['confirm'] = 'Tem certeza de que deseja remover?\n'; -$PALANG['confirm_domain'] = 'Tem certeza de que deseja remover todos os registros deste domínio? Essa ação não pode ser desfeita!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Tem certeza de que deseja remover todos os registros deste domínio? Essa ação não pode ser desfeita!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Checar por atualização'; $PALANG['invalid_parameter'] = 'Parâmetro inválido!'; @@ -208,6 +214,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Não foi possível encontrar o histórico!'; diff --git a/languages/ru.lang b/languages/ru.lang index 6d573fb9..fb455277 100644 --- a/languages/ru.lang +++ b/languages/ru.lang @@ -15,7 +15,13 @@ $PALANG['exit'] = 'Выйти'; $PALANG['cancel'] = 'Отменить'; $PALANG['save'] = 'Сохранить изменения'; $PALANG['confirm'] = 'Вы уверены, что хотите удалить это?\n'; -$PALANG['confirm_domain'] = 'Вы действительно хотите удалить все настройки для домена? Это действие нельзя будет отменить!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Вы действительно хотите удалить все настройки для домена? Это действие нельзя будет отменить!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Проверить обновление'; $PALANG['invalid_parameter'] = 'Некорректный параметр!'; @@ -208,6 +214,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Невозможно найти журнал!'; diff --git a/languages/sk.lang b/languages/sk.lang index 566aee08..fa1dc1f9 100644 --- a/languages/sk.lang +++ b/languages/sk.lang @@ -14,7 +14,13 @@ $PALANG['exit'] = 'Naspäť'; $PALANG['cancel'] = 'Zrušiť'; $PALANG['save'] = 'Uložiť'; # XXX Text change: "Save" -> "Save changes" $PALANG['confirm'] = 'Ste si istí?\n'; -$PALANG['confirm_domain'] = 'Naozaj chcete zmazať všetky záznamy v tejto doméne? Toto nie je možné vrátiť!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Naozaj chcete zmazať všetky záznamy v tejto doméne? Toto nie je možné vrátiť!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Skontrolovať aktualizácie'; $PALANG['invalid_parameter'] = 'Neplatný parameter!'; @@ -202,6 +208,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Nepodarilo sa nájsť záznamy!'; diff --git a/languages/sl.lang b/languages/sl.lang index 38bd572d..52990b0b 100644 --- a/languages/sl.lang +++ b/languages/sl.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save'; # XXX # XXX Text change: "Save" -> "Save changes" $PALANG['confirm'] = 'Ali ste prepričani, da želite brisati?\n'; -$PALANG['confirm_domain'] = 'Ali ste prepričani, da želite brisati vse zapise za to domeno? Zapisi bodo izgubljeni za vedno!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Ali ste prepričani, da želite brisati vse zapise za to domeno? Zapisi bodo izgubljeni za vedno!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Preveri, če obstaja novejša različica'; $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -201,6 +207,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Dnevnikov ni bilo mogoče najti!'; diff --git a/languages/sv.lang b/languages/sv.lang index 977b8a04..eb055f50 100644 --- a/languages/sv.lang +++ b/languages/sv.lang @@ -15,7 +15,13 @@ $PALANG['exit'] = 'Avbryt'; $PALANG['cancel'] = 'Avbryt'; $PALANG['save'] = 'Spara'; # XXX Text change: "Save" -> "Save changes" $PALANG['confirm'] = 'Är du säker på att du vill radera denna?\n'; -$PALANG['confirm_domain'] = 'Vill du verkligen radera all data för denna domän? Kan ej ångras!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Vill du verkligen radera all data för denna domän? Kan ej ångras!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Senaste versionen?'; $PALANG['invalid_parameter'] = 'Felaktig parameter!'; @@ -203,6 +209,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Kan inte hitta loggarna!'; diff --git a/languages/tr.lang b/languages/tr.lang index 1dec448b..6b6568f1 100644 --- a/languages/tr.lang +++ b/languages/tr.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # XXX $PALANG['confirm'] = 'Bunu silmek istediðinizden emin misiniz?\n'; -$PALANG['confirm_domain'] = 'Bu domain için tüm kayýtlarý silmek istediðinizden emin misiniz? Bu iþlem geri alýnamaz!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = 'Bu domain için tüm kayýtlarý silmek istediðinizden emin misiniz? Bu iþlem geri alýnamaz!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = 'Check for update'; # XXX $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -201,6 +207,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = 'Loglar bulunamýyor!'; diff --git a/languages/tw.lang b/languages/tw.lang index 6b839456..8d56fced 100644 --- a/languages/tw.lang +++ b/languages/tw.lang @@ -13,7 +13,13 @@ $PALANG['exit'] = 'Exit'; # XXX $PALANG['cancel'] = 'Cancel'; # XXX $PALANG['save'] = 'Save changes'; # XXX $PALANG['confirm'] = '是否確定刪除?\n'; -$PALANG['confirm_domain'] = '你是否確定要刪除該網域中的所有記錄? 刪除後不可恢復!\n'; +$PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX +$PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX +$PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX +$PALANG['confirm_delete_domain'] = '你是否確定要刪除該網域中的所有記錄? 刪除後不可恢復!\n (%s)'; # XXX XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone' +$PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX +$PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX +$PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX $PALANG['check_update'] = '檢查新版本'; $PALANG['invalid_parameter'] = 'Invalid parameter!'; # XXX @@ -201,6 +207,9 @@ $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX +$PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX +$PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX +$PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX $PALANG['pViewlog_result_error'] = '未找到相關的日誌!'; diff --git a/model/AdminHandler.php b/model/AdminHandler.php index d35ff442..98d45796 100644 --- a/model/AdminHandler.php +++ b/model/AdminHandler.php @@ -81,6 +81,8 @@ class AdminHandler extends PFAHandler { protected function initMsg() { $this->msg['error_already_exists'] = 'admin_already_exists'; $this->msg['error_does_not_exist'] = 'admin_does_not_exist'; + $this->msg['confirm_delete'] = 'confirm_delete_admin'; + if ($this->new) { $this->msg['logname'] = 'create_admin'; $this->msg['store_error'] = 'pAdminCreate_admin_result_error'; diff --git a/model/AdminpasswordHandler.php b/model/AdminpasswordHandler.php index 61cdbec5..e9f54ba4 100644 --- a/model/AdminpasswordHandler.php +++ b/model/AdminpasswordHandler.php @@ -52,6 +52,7 @@ class AdminpasswordHandler extends PFAHandler { public function initMsg() { $this->msg['error_already_exists'] = 'admin_already_exists'; # probably unused $this->msg['error_does_not_exist'] = 'admin_does_not_exist'; # probably unused + $this->msg['confirm_delete'] = 'confirm_delete_admin'; # probably unused $this->msg['logname'] = 'edit_password'; $this->msg['store_error'] = 'pPassword_result_error'; diff --git a/model/AliasHandler.php b/model/AliasHandler.php index 8bc65001..3bc16280 100644 --- a/model/AliasHandler.php +++ b/model/AliasHandler.php @@ -69,6 +69,8 @@ class AliasHandler extends PFAHandler { protected function initMsg() { $this->msg['error_already_exists'] = 'email_address_already_exists'; $this->msg['error_does_not_exist'] = 'alias_does_not_exist'; + $this->msg['confirm_delete'] = 'confirm_delete_alias'; + if ($this->new) { $this->msg['logname'] = 'create_alias'; $this->msg['store_error'] = 'pCreate_alias_result_error'; diff --git a/model/AliasdomainHandler.php b/model/AliasdomainHandler.php index 20331581..83940dfc 100644 --- a/model/AliasdomainHandler.php +++ b/model/AliasdomainHandler.php @@ -62,6 +62,8 @@ class AliasdomainHandler extends PFAHandler { protected function initMsg() { $this->msg['error_already_exists'] = 'alias_domain_already_exists'; $this->msg['error_does_not_exist'] = 'alias_domain_does_not_exist'; + $this->msg['confirm_delete'] = 'confirm_delete_aliasdomain'; + if ($this->new) { $this->msg['logname'] = 'create_alias_domain'; $this->msg['store_error'] = 'alias_domain_create_failed'; diff --git a/model/DomainHandler.php b/model/DomainHandler.php index 493ad004..fa527ad0 100644 --- a/model/DomainHandler.php +++ b/model/DomainHandler.php @@ -111,6 +111,8 @@ class DomainHandler extends PFAHandler { protected function initMsg() { $this->msg['error_already_exists'] = 'pAdminCreate_domain_domain_text_error'; $this->msg['error_does_not_exist'] = 'domain_does_not_exist'; + $this->msg['confirm_delete'] = 'confirm_delete_domain'; + if ($this->new) { $this->msg['logname'] = 'create_domain'; $this->msg['store_error'] = 'pAdminCreate_domain_result_error'; diff --git a/model/MailboxHandler.php b/model/MailboxHandler.php index 7d3b5708..3cb1ca57 100644 --- a/model/MailboxHandler.php +++ b/model/MailboxHandler.php @@ -89,6 +89,8 @@ class MailboxHandler extends PFAHandler { protected function initMsg() { $this->msg['error_already_exists'] = 'email_address_already_exists'; $this->msg['error_does_not_exist'] = 'pCreate_mailbox_username_text_error1'; + $this->msg['confirm_delete'] = 'confirm_delete_mailbox'; + if ($this->new) { $this->msg['logname'] = 'create_mailbox'; $this->msg['store_error'] = 'pCreate_mailbox_result_error'; diff --git a/model/PFAHandler.php b/model/PFAHandler.php index 9456a022..b4df67f1 100644 --- a/model/PFAHandler.php +++ b/model/PFAHandler.php @@ -111,7 +111,9 @@ abstract class PFAHandler { # messages used in various functions # (stored separately to make the functions reuseable) # filled by initMsg() - protected $msg = array(); + protected $msg = array( + 'confirm_delete' => 'confirm', + ); # called via another *Handler class? (use calledBy() to set this information) protected $called_by = ''; diff --git a/model/VacationHandler.php b/model/VacationHandler.php index ac717709..6a9fe099 100644 --- a/model/VacationHandler.php +++ b/model/VacationHandler.php @@ -32,6 +32,8 @@ class VacationHandler extends PFAHandler { protected function initMsg() { $this->msg['error_already_exists'] = 'pCreate_mailbox_username_text_error1'; # TODO: better error message $this->msg['error_does_not_exist'] = 'pCreate_mailbox_username_text_error1'; # TODO: better error message + $this->msg['confirm_delete'] = 'confirm_delete_vacation'; # unused? + if ($this->new) { $this->msg['logname'] = 'edit_vacation'; $this->msg['store_error'] = 'pVacation_result_error';