- rename $PALANG['pUsersVacation_body'] to $PALANG['message']
- remove duplicate $PALANG['pBroadcast_message']

templates/*:
- use $PALANG['message'] everywhere


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1509 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 11 years ago
parent 2c96ba8827
commit 61c5920c46

@ -298,7 +298,7 @@ $PALANG['pUsersMain_password'] = 'Смяна на настоящата паро
$PALANG['pUsersVacation_welcome'] = 'Автоматичен отговор.'; $PALANG['pUsersVacation_welcome'] = 'Автоматичен отговор.';
$PALANG['pUsersVacation_welcome_text'] = 'Вие вече си имате конфигриран автоматичен отговор!'; $PALANG['pUsersVacation_welcome_text'] = 'Вие вече си имате конфигриран автоматичен отговор!';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office'; # XXX $PALANG['pUsersVacation_subject_text'] = 'Out of Office'; # XXX
$PALANG['pUsersVacation_body'] = 'Текст'; # XXX text changed to 'Message' $PALANG['message'] = 'Текст'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Няма да бъда на разположение от <date> до <date>. Няма да бъда на разположение от <date> до <date>.
При спешност можете да се свържете с <contact person>. При спешност можете да се свържете с <contact person>.
@ -321,7 +321,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Съобщение до всички'; $PALANG['pBroadcast_title'] = 'Съобщение до всички';
$PALANG['pBroadcast_from'] = 'От'; $PALANG['pBroadcast_from'] = 'От';
$PALANG['pBroadcast_name'] = 'Име'; $PALANG['pBroadcast_name'] = 'Име';
$PALANG['pBroadcast_message'] = 'Съобщение';
$PALANG['pBroadcast_send'] = 'Изпрати'; $PALANG['pBroadcast_send'] = 'Изпрати';
$PALANG['pBroadcast_success'] = 'Вашето съобщение беше изпратено.'; $PALANG['pBroadcast_success'] = 'Вашето съобщение беше изпратено.';
$PALANG['pAdminMenu_broadcast_message'] = 'Съобщение до всички'; $PALANG['pAdminMenu_broadcast_message'] = 'Съобщение до всички';

@ -297,7 +297,7 @@ $PALANG['pUsersMain_password'] = 'Canvïi la seva contrasenya.';
$PALANG['pUsersVacation_welcome'] = 'Resposta automàtica.'; $PALANG['pUsersVacation_welcome'] = 'Resposta automàtica.';
$PALANG['pUsersVacation_welcome_text'] = 'Ja disposa d\'una resposta automàtica configurada!'; $PALANG['pUsersVacation_welcome_text'] = 'Ja disposa d\'una resposta automàtica configurada!';
$PALANG['pUsersVacation_subject_text'] = 'Fora de la feina'; $PALANG['pUsersVacation_subject_text'] = 'Fora de la feina';
$PALANG['pUsersVacation_body'] = 'Cos'; # XXX text changed to 'Message' $PALANG['message'] = 'Cos'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Seré fora des del <date> fins al <date>. Seré fora des del <date> fins al <date>.
Per assumptes urgents pot contactar amb mi a <contact person>. Per assumptes urgents pot contactar amb mi a <contact person>.
@ -320,7 +320,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -297,7 +297,7 @@ $PALANG['pUsersMain_password'] = '修改当前密码.';
$PALANG['pUsersVacation_welcome'] = '自动回复.'; $PALANG['pUsersVacation_welcome'] = '自动回复.';
$PALANG['pUsersVacation_welcome_text'] = '你已经设置了自动回复!'; $PALANG['pUsersVacation_welcome_text'] = '你已经设置了自动回复!';
$PALANG['pUsersVacation_subject_text'] = '我现在无法回信'; $PALANG['pUsersVacation_subject_text'] = '我现在无法回信';
$PALANG['pUsersVacation_body'] = '内容'; # XXX text changed to 'Message' $PALANG['message'] = '内容'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
我在 <date> 到 <date> 这段时间内暂时无法回信. 我在 <date> 到 <date> 这段时间内暂时无法回信.
如果你有急事请与 <contact person> 联系. 如果你有急事请与 <contact person> 联系.
@ -320,7 +320,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -306,7 +306,7 @@ $PALANG['pUsersMain_password'] = 'Změnit heslo';
$PALANG['pUsersVacation_welcome'] = 'Automatická odpověď'; $PALANG['pUsersVacation_welcome'] = 'Automatická odpověď';
$PALANG['pUsersVacation_welcome_text'] = 'Již máte nastavenou automatickou odpověď!'; $PALANG['pUsersVacation_welcome_text'] = 'Již máte nastavenou automatickou odpověď!';
$PALANG['pUsersVacation_subject_text'] = 'Dovolená'; $PALANG['pUsersVacation_subject_text'] = 'Dovolená';
$PALANG['pUsersVacation_body'] = 'Obsah'; # XXX text changed to 'Message' $PALANG['message'] = 'Obsah'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Jsem na dovolené od <datum> od <datum>. Jsem na dovolené od <datum> od <datum>.
S neodkladnými zprávami prosím kontaktujte <kontaktní osoba>. S neodkladnými zprávami prosím kontaktujte <kontaktní osoba>.
@ -331,7 +331,6 @@ $PALANG['pReturn_to'] = 'Odpovědět komu';
$PALANG['pBroadcast_title'] = 'Odeslat zprávu do všech schránek'; $PALANG['pBroadcast_title'] = 'Odeslat zprávu do všech schránek';
$PALANG['pBroadcast_from'] = 'Od'; $PALANG['pBroadcast_from'] = 'Od';
$PALANG['pBroadcast_name'] = 'Vaše jméno'; $PALANG['pBroadcast_name'] = 'Vaše jméno';
$PALANG['pBroadcast_message'] = 'Zpráva';
$PALANG['pBroadcast_send'] = 'Odeslat zprávu'; $PALANG['pBroadcast_send'] = 'Odeslat zprávu';
$PALANG['pBroadcast_success'] = 'Zpráva pro všechny schránky byla odeslána.'; $PALANG['pBroadcast_success'] = 'Zpráva pro všechny schránky byla odeslána.';
$PALANG['pAdminMenu_broadcast_message'] = 'Poslat email všem'; $PALANG['pAdminMenu_broadcast_message'] = 'Poslat email všem';

@ -306,7 +306,7 @@ $PALANG['pUsersMain_password'] = 'Ændr din nuværende adgangskode.';
$PALANG['pUsersVacation_welcome'] = 'Autosvar.'; $PALANG['pUsersVacation_welcome'] = 'Autosvar.';
$PALANG['pUsersVacation_welcome_text'] = 'Du har allerede autosvar indstillet!'; $PALANG['pUsersVacation_welcome_text'] = 'Du har allerede autosvar indstillet!';
$PALANG['pUsersVacation_subject_text'] = 'Ikke tilstede'; $PALANG['pUsersVacation_subject_text'] = 'Ikke tilstede';
$PALANG['pUsersVacation_body'] = 'Meddelelse'; # XXX text changed to 'Message' $PALANG['message'] = 'Meddelelse'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Jeg er ikke tilstede i perioden <dato> til <dato>. Jeg er ikke tilstede i perioden <dato> til <dato>.
I nødstilfælde kan <kontaktperson> kontaktes. I nødstilfælde kan <kontaktperson> kontaktes.
@ -331,7 +331,6 @@ $PALANG['pReturn_to'] = 'Tilbage til';
$PALANG['pBroadcast_title'] = 'Rundsend meddelelse'; $PALANG['pBroadcast_title'] = 'Rundsend meddelelse';
$PALANG['pBroadcast_from'] = 'Afsender'; $PALANG['pBroadcast_from'] = 'Afsender';
$PALANG['pBroadcast_name'] = 'Dit navn'; $PALANG['pBroadcast_name'] = 'Dit navn';
$PALANG['pBroadcast_message'] = 'Meddelelse';
$PALANG['pBroadcast_send'] = 'Send meddelelse'; $PALANG['pBroadcast_send'] = 'Send meddelelse';
$PALANG['pBroadcast_success'] = 'Din meddelelse er rundsendt.'; $PALANG['pBroadcast_success'] = 'Din meddelelse er rundsendt.';
$PALANG['pAdminMenu_broadcast_message'] = 'Rundsend meddelse'; $PALANG['pAdminMenu_broadcast_message'] = 'Rundsend meddelse';

@ -303,7 +303,7 @@ $PALANG['pUsersMain_password'] = 'Ändern Sie Ihr Passwort.';
$PALANG['pUsersVacation_welcome'] = 'Automatische Antwort.'; $PALANG['pUsersVacation_welcome'] = 'Automatische Antwort.';
$PALANG['pUsersVacation_welcome_text'] = 'Sie haben schon eine Automatische Antwort konfiguriert!'; $PALANG['pUsersVacation_welcome_text'] = 'Sie haben schon eine Automatische Antwort konfiguriert!';
$PALANG['pUsersVacation_subject_text'] = 'Ich bin weg...'; $PALANG['pUsersVacation_subject_text'] = 'Ich bin weg...';
$PALANG['pUsersVacation_body'] = 'Nachricht'; $PALANG['message'] = 'Nachricht';
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Ich bin vom <date> bis <date> nicht zu Hause / im Büro. Ich bin vom <date> bis <date> nicht zu Hause / im Büro.
In dringenden Fällen setzen Sie sich bitte mit <contact person> in Verbindung. In dringenden Fällen setzen Sie sich bitte mit <contact person> in Verbindung.
@ -329,7 +329,6 @@ $PALANG['pReturn_to'] = 'Zurück zu';
$PALANG['pBroadcast_title'] = 'Rundmail senden'; $PALANG['pBroadcast_title'] = 'Rundmail senden';
$PALANG['pBroadcast_from'] = 'Von'; $PALANG['pBroadcast_from'] = 'Von';
$PALANG['pBroadcast_name'] = 'Ihr Name'; $PALANG['pBroadcast_name'] = 'Ihr Name';
$PALANG['pBroadcast_message'] = 'Nachricht';
$PALANG['pBroadcast_send'] = 'Nachricht senden'; $PALANG['pBroadcast_send'] = 'Nachricht senden';
$PALANG['pBroadcast_success'] = 'Ihre Rundmail wurde gesendet.'; $PALANG['pBroadcast_success'] = 'Ihre Rundmail wurde gesendet.';
$PALANG['pAdminMenu_broadcast_message'] = 'Rundmail'; $PALANG['pAdminMenu_broadcast_message'] = 'Rundmail';

@ -307,7 +307,7 @@ $PALANG['pUsersMain_password'] = 'Change your current password.';
$PALANG['pUsersVacation_welcome'] = 'Auto Response.'; $PALANG['pUsersVacation_welcome'] = 'Auto Response.';
$PALANG['pUsersVacation_welcome_text'] = 'You already have an auto response configured!'; $PALANG['pUsersVacation_welcome_text'] = 'You already have an auto response configured!';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office'; $PALANG['pUsersVacation_subject_text'] = 'Out of Office';
$PALANG['pUsersVacation_body'] = 'Message'; $PALANG['message'] = 'Message';
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
I will be away from <date> until <date>. I will be away from <date> until <date>.
For urgent matters you can contact <contact person>. For urgent matters you can contact <contact person>.
@ -332,7 +332,6 @@ $PALANG['pReturn_to'] = 'Return to';
$PALANG['pBroadcast_title'] = 'Send broadcast message'; $PALANG['pBroadcast_title'] = 'Send broadcast message';
$PALANG['pBroadcast_from'] = 'From'; $PALANG['pBroadcast_from'] = 'From';
$PALANG['pBroadcast_name'] = 'Your name'; $PALANG['pBroadcast_name'] = 'Your name';
$PALANG['pBroadcast_message'] = 'Message';
$PALANG['pBroadcast_send'] = 'Send message'; $PALANG['pBroadcast_send'] = 'Send message';
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.';
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message';

@ -299,7 +299,7 @@ $PALANG['pUsersMain_password'] = 'Cambie su contraseña.';
$PALANG['pUsersVacation_welcome'] = 'Respuesta automática.'; $PALANG['pUsersVacation_welcome'] = 'Respuesta automática.';
$PALANG['pUsersVacation_welcome_text'] = '¡Ya dispone de una respuesta automática configurada!'; $PALANG['pUsersVacation_welcome_text'] = '¡Ya dispone de una respuesta automática configurada!';
$PALANG['pUsersVacation_subject_text'] = 'Fuera del trabajo'; $PALANG['pUsersVacation_subject_text'] = 'Fuera del trabajo';
$PALANG['pUsersVacation_body'] = 'Mensaje'; $PALANG['message'] = 'Mensaje';
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Estaré fuera desde <date> hasta <date>. Estaré fuera desde <date> hasta <date>.
Para asuntos urgentes, puede contactar conmigo en <contact person>. Para asuntos urgentes, puede contactar conmigo en <contact person>.
@ -322,7 +322,6 @@ $PALANG['pReturn_to'] = 'Volver a';
$PALANG['pBroadcast_title'] = 'Enviar mensaje a todos'; # XXX $PALANG['pBroadcast_title'] = 'Enviar mensaje a todos'; # XXX
$PALANG['pBroadcast_from'] = 'De'; $PALANG['pBroadcast_from'] = 'De';
$PALANG['pBroadcast_name'] = 'Tu nombre'; $PALANG['pBroadcast_name'] = 'Tu nombre';
$PALANG['pBroadcast_message'] = 'Mensaje';
$PALANG['pBroadcast_send'] = 'Enviar mensaje'; $PALANG['pBroadcast_send'] = 'Enviar mensaje';
$PALANG['pBroadcast_success'] = 'Se ha enviado el mensaje.'; $PALANG['pBroadcast_success'] = 'Se ha enviado el mensaje.';
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -297,7 +297,7 @@ $PALANG['pUsersMain_password'] = 'Muuda praegust parooli.';
$PALANG['pUsersVacation_welcome'] = 'Automaatne vastus.'; $PALANG['pUsersVacation_welcome'] = 'Automaatne vastus.';
$PALANG['pUsersVacation_welcome_text'] = 'Automaatne vastus on juba seadistatud!'; $PALANG['pUsersVacation_welcome_text'] = 'Automaatne vastus on juba seadistatud!';
$PALANG['pUsersVacation_subject_text'] = 'Kontorist väljas'; $PALANG['pUsersVacation_subject_text'] = 'Kontorist väljas';
$PALANG['pUsersVacation_body'] = 'Põhitekst'; # XXX text changed to 'Message' $PALANG['message'] = 'Põhitekst'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Olen kontorist eemal alates <date> kuni <date>. Olen kontorist eemal alates <date> kuni <date>.
Kiireloomuliste asjade korral palun kontakteeru <kontakt isik>. Kiireloomuliste asjade korral palun kontakteeru <kontakt isik>.
@ -323,7 +323,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -296,7 +296,7 @@ $PALANG['pUsersMain_password'] = 'Alda ezazu pasahitza.';
$PALANG['pUsersVacation_welcome'] = 'Erantzun automatikoa.'; $PALANG['pUsersVacation_welcome'] = 'Erantzun automatikoa.';
$PALANG['pUsersVacation_welcome_text'] = 'Erantzun automatiko bat konfiguratuta duzu!'; $PALANG['pUsersVacation_welcome_text'] = 'Erantzun automatiko bat konfiguratuta duzu!';
$PALANG['pUsersVacation_subject_text'] = 'Lanetik kanpo'; $PALANG['pUsersVacation_subject_text'] = 'Lanetik kanpo';
$PALANG['pUsersVacation_body'] = 'Gorputza'; # XXX text changed to 'Message' $PALANG['message'] = 'Gorputza'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
<date>-tik <date> arte kanpoan egongo naiz. <date>-tik <date> arte kanpoan egongo naiz.
Larrialdiko gaientzat, hemen <contact person> kontakta dezakezu nirekin. Larrialdiko gaientzat, hemen <contact person> kontakta dezakezu nirekin.
@ -319,7 +319,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -297,7 +297,7 @@ $PALANG['pUsersMain_password'] = 'Vaihda nykyinen salasanasi.';
$PALANG['pUsersVacation_welcome'] = 'Automaattivastaus.'; $PALANG['pUsersVacation_welcome'] = 'Automaattivastaus.';
$PALANG['pUsersVacation_welcome_text'] = 'Sinulla on jo automaattivastaus päällä!'; $PALANG['pUsersVacation_welcome_text'] = 'Sinulla on jo automaattivastaus päällä!';
$PALANG['pUsersVacation_subject_text'] = 'Lomalla'; $PALANG['pUsersVacation_subject_text'] = 'Lomalla';
$PALANG['pUsersVacation_body'] = 'Viesti'; # XXX text changed to 'Message' $PALANG['message'] = 'Viesti'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Olen lomalla <päiväys> <päiväys> välisen ajan. Olen lomalla <päiväys> <päiväys> välisen ajan.
Kiireellisissä asioissa voitte ottaa yhteyttä <sähköpostiosoite>. Kiireellisissä asioissa voitte ottaa yhteyttä <sähköpostiosoite>.
@ -320,7 +320,6 @@ $PALANG['pReturn_to'] = 'Palaa osoitteeseen';
$PALANG['pBroadcast_title'] = 'Lähetä tiedotusviesti'; $PALANG['pBroadcast_title'] = 'Lähetä tiedotusviesti';
$PALANG['pBroadcast_from'] = 'Lähettäjä'; $PALANG['pBroadcast_from'] = 'Lähettäjä';
$PALANG['pBroadcast_name'] = 'Nimesi'; $PALANG['pBroadcast_name'] = 'Nimesi';
$PALANG['pBroadcast_message'] = 'Viesti';
$PALANG['pBroadcast_send'] = 'Lähetä viesti'; $PALANG['pBroadcast_send'] = 'Lähetä viesti';
$PALANG['pBroadcast_success'] = 'Tiedostusviestisi on lähetetty.'; $PALANG['pBroadcast_success'] = 'Tiedostusviestisi on lähetetty.';
$PALANG['pAdminMenu_broadcast_message'] = 'Tiedotusviesti'; $PALANG['pAdminMenu_broadcast_message'] = 'Tiedotusviesti';

@ -297,7 +297,7 @@ $PALANG['pUsersMain_password'] = 'Broyt títt núverandi loyniorð.';
$PALANG['pUsersVacation_welcome'] = 'Sjálvvirkið svar.'; $PALANG['pUsersVacation_welcome'] = 'Sjálvvirkið svar.';
$PALANG['pUsersVacation_welcome_text'] = 'Tú hevur longu eini frítíðarboð uppsett!'; $PALANG['pUsersVacation_welcome_text'] = 'Tú hevur longu eini frítíðarboð uppsett!';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office'; $PALANG['pUsersVacation_subject_text'] = 'Out of Office';
$PALANG['pUsersVacation_body'] = 'Boð'; # XXX text changed to 'Message' $PALANG['message'] = 'Boð'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
I will be away from <dagfesting> until <dagfesting>. I will be away from <dagfesting> until <dagfesting>.
@ -325,7 +325,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -299,7 +299,7 @@ $PALANG['pUsersMain_password'] = 'Changer votre mot de passe.';
$PALANG['pUsersVacation_welcome'] = 'Répondeur Automatique.'; $PALANG['pUsersVacation_welcome'] = 'Répondeur Automatique.';
$PALANG['pUsersVacation_welcome_text'] = 'Votre repondeur automatique est déjà configuré!'; $PALANG['pUsersVacation_welcome_text'] = 'Votre repondeur automatique est déjà configuré!';
$PALANG['pUsersVacation_subject_text'] = 'En dehors du bureau'; $PALANG['pUsersVacation_subject_text'] = 'En dehors du bureau';
$PALANG['pUsersVacation_body'] = 'Message'; $PALANG['message'] = 'Message';
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Je serai absent(e) de <date> jusqu\'au <date>. Je serai absent(e) de <date> jusqu\'au <date>.
Pour toute urgence, merci de contacter <contact person>. Pour toute urgence, merci de contacter <contact person>.
@ -322,7 +322,6 @@ $PALANG['pReturn_to'] = 'Réponse à';
$PALANG['pBroadcast_title'] = 'Envoyer un message général'; $PALANG['pBroadcast_title'] = 'Envoyer un message général';
$PALANG['pBroadcast_from'] = 'De'; $PALANG['pBroadcast_from'] = 'De';
$PALANG['pBroadcast_name'] = 'Votre nom'; $PALANG['pBroadcast_name'] = 'Votre nom';
$PALANG['pBroadcast_message'] = 'Message';
$PALANG['pBroadcast_send'] = 'Envoyer le message'; $PALANG['pBroadcast_send'] = 'Envoyer le message';
$PALANG['pBroadcast_success'] = 'Votre message général a été envoyé.'; $PALANG['pBroadcast_success'] = 'Votre message général a été envoyé.';
$PALANG['pAdminMenu_broadcast_message'] = 'message général'; $PALANG['pAdminMenu_broadcast_message'] = 'message général';

@ -296,7 +296,7 @@ $PALANG['pUsersMain_password'] = 'Promijenite lozinku.';
$PALANG['pUsersVacation_welcome'] = 'Ovdje možete promijeniti obvijest o odsutnosti.'; $PALANG['pUsersVacation_welcome'] = 'Ovdje možete promijeniti obvijest o odsutnosti.';
$PALANG['pUsersVacation_welcome_text'] = 'Obvijest o odsutnosti je već postavljena!'; $PALANG['pUsersVacation_welcome_text'] = 'Obvijest o odsutnosti je već postavljena!';
$PALANG['pUsersVacation_subject_text'] = 'Odsutnost'; $PALANG['pUsersVacation_subject_text'] = 'Odsutnost';
$PALANG['pUsersVacation_body'] = 'Tekst'; # XXX text changed to 'Message' $PALANG['message'] = 'Tekst'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Od <datum> do <datum> sam odsutan. Od <datum> do <datum> sam odsutan.
Za hitne stvari molim vas da kontaktirate <kontaktna osoba>. Za hitne stvari molim vas da kontaktirate <kontaktna osoba>.
@ -318,7 +318,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -303,7 +303,7 @@ $PALANG['pUsersMain_password'] = 'Jelenlegi jelszó megváltoztatása.';
$PALANG['pUsersVacation_welcome'] = 'Automatikus válasz.'; $PALANG['pUsersVacation_welcome'] = 'Automatikus válasz.';
$PALANG['pUsersVacation_welcome_text'] = 'Már van be állítva automatikus válasz !'; $PALANG['pUsersVacation_welcome_text'] = 'Már van be állítva automatikus válasz !';
$PALANG['pUsersVacation_subject_text'] = 'Sajnálom, de jelenleg nem vagyok email közelben!'; $PALANG['pUsersVacation_subject_text'] = 'Sajnálom, de jelenleg nem vagyok email közelben!';
$PALANG['pUsersVacation_body'] = 'Üzenet'; # XXX text changed to 'Message' $PALANG['message'] = 'Üzenet'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Üdvözlöm. Sajnálom de jelenleg nem vagyok email közelben. Üdvözlöm. Sajnálom de jelenleg nem vagyok email közelben.
Ettõl - Eddig. Ettõl - Eddig.
@ -330,7 +330,6 @@ $PALANG['pReturn_to'] = 'Válasz ide';
$PALANG['pBroadcast_title'] = 'Broadcast üzenet küldése'; $PALANG['pBroadcast_title'] = 'Broadcast üzenet küldése';
$PALANG['pBroadcast_from'] = 'Feladó'; $PALANG['pBroadcast_from'] = 'Feladó';
$PALANG['pBroadcast_name'] = 'Neved'; $PALANG['pBroadcast_name'] = 'Neved';
$PALANG['pBroadcast_message'] = 'Üzenet';
$PALANG['pBroadcast_send'] = 'Üzenet küldése'; $PALANG['pBroadcast_send'] = 'Üzenet küldése';
$PALANG['pBroadcast_success'] = 'Broadcast üzeneted elküldve.'; $PALANG['pBroadcast_success'] = 'Broadcast üzeneted elküldve.';
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast üzenet'; # XXX partly translated $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast üzenet'; # XXX partly translated

@ -296,7 +296,7 @@ $PALANG['pUsersMain_password'] = 'Breyta núverandi lykilorði.';
$PALANG['pUsersVacation_welcome'] = 'sjálfvirk skilaboð.'; $PALANG['pUsersVacation_welcome'] = 'sjálfvirk skilaboð.';
$PALANG['pUsersVacation_welcome_text'] = 'Þú hefur nú þegar skilgreint sjálfvirk skilaboð!'; $PALANG['pUsersVacation_welcome_text'] = 'Þú hefur nú þegar skilgreint sjálfvirk skilaboð!';
$PALANG['pUsersVacation_subject_text'] = 'Er ekki við - Out of Office'; $PALANG['pUsersVacation_subject_text'] = 'Er ekki við - Out of Office';
$PALANG['pUsersVacation_body'] = 'Meginmál'; # XXX text changed to 'Message' $PALANG['message'] = 'Meginmál'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Ég er ekki við frá <date> og til <date>. I will be away from <date> until <date>. Ég er ekki við frá <date> og til <date>. I will be away from <date> until <date>.
Ef mikið liggur við, geturðu haft samaband við <contact person>. For urgent matters you can contact <contact person>. Ef mikið liggur við, geturðu haft samaband við <contact person>. For urgent matters you can contact <contact person>.
@ -319,7 +319,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -298,7 +298,7 @@ $PALANG['pUsersMain_password'] = 'Cambia la tua password corrente.';
$PALANG['pUsersVacation_welcome'] = 'Autorisponditore.'; $PALANG['pUsersVacation_welcome'] = 'Autorisponditore.';
$PALANG['pUsersVacation_welcome_text'] = 'Hai già un autorisponditore configurato'; $PALANG['pUsersVacation_welcome_text'] = 'Hai già un autorisponditore configurato';
$PALANG['pUsersVacation_subject_text'] = 'Assente dall\'ufficio'; $PALANG['pUsersVacation_subject_text'] = 'Assente dall\'ufficio';
$PALANG['pUsersVacation_body'] = 'Corpo'; # XXX text changed to 'Message' $PALANG['message'] = 'Corpo'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Sarò assente dal <data> al <data>. Sarò assente dal <data> al <data>.
Per problemi urgenti potete contattare <persona da contattare>. Per problemi urgenti potete contattare <persona da contattare>.
@ -321,7 +321,6 @@ $PALANG['pReturn_to'] = 'Ritorna a';
$PALANG['pBroadcast_title'] = 'Invio di gruppo'; $PALANG['pBroadcast_title'] = 'Invio di gruppo';
$PALANG['pBroadcast_from'] = 'Da'; $PALANG['pBroadcast_from'] = 'Da';
$PALANG['pBroadcast_name'] = 'Il tuo nome'; $PALANG['pBroadcast_name'] = 'Il tuo nome';
$PALANG['pBroadcast_message'] = 'Messaggio';
$PALANG['pBroadcast_send'] = 'Invia'; $PALANG['pBroadcast_send'] = 'Invia';
$PALANG['pBroadcast_success'] = 'Il tuo messaggio è stato inoltrato a tutto il gruppo.'; $PALANG['pBroadcast_success'] = 'Il tuo messaggio è stato inoltrato a tutto il gruppo.';
$PALANG['pAdminMenu_broadcast_message'] = 'Invio di gruppo'; $PALANG['pAdminMenu_broadcast_message'] = 'Invio di gruppo';

@ -303,7 +303,7 @@ $PALANG['pUsersMain_password'] = 'パスワードを変更します。';
$PALANG['pUsersVacation_welcome'] = '自動応答'; $PALANG['pUsersVacation_welcome'] = '自動応答';
$PALANG['pUsersVacation_welcome_text'] = '既に自動応答を構成してあります。'; $PALANG['pUsersVacation_welcome_text'] = '既に自動応答を構成してあります。';
$PALANG['pUsersVacation_subject_text'] = '不在'; $PALANG['pUsersVacation_subject_text'] = '不在';
$PALANG['pUsersVacation_body'] = '本文'; # XXX text changed to 'Message' $PALANG['message'] = '本文'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
私は <date> から <date> まで不在です。 私は <date> から <date> まで不在です。
緊急事項は <contact person> まで連絡してください。 緊急事項は <contact person> まで連絡してください。
@ -328,7 +328,6 @@ $PALANG['pReturn_to'] = '戻る: ';
$PALANG['pBroadcast_title'] = 'ブロードキャストメッセージの送信'; $PALANG['pBroadcast_title'] = 'ブロードキャストメッセージの送信';
$PALANG['pBroadcast_from'] = '差出人'; $PALANG['pBroadcast_from'] = '差出人';
$PALANG['pBroadcast_name'] = '名前'; $PALANG['pBroadcast_name'] = '名前';
$PALANG['pBroadcast_message'] = 'メッセージ';
$PALANG['pBroadcast_send'] = 'メッセージ送信'; $PALANG['pBroadcast_send'] = 'メッセージ送信';
$PALANG['pBroadcast_success'] = 'ブロードキャストメッセージは送信されました。'; $PALANG['pBroadcast_success'] = 'ブロードキャストメッセージは送信されました。';
$PALANG['pAdminMenu_broadcast_message'] = 'ブロードキャスト'; $PALANG['pAdminMenu_broadcast_message'] = 'ブロードキャスト';

@ -298,7 +298,7 @@ $PALANG['pUsersMain_password'] = 'Pakeisti slaptažodį.';
$PALANG['pUsersVacation_welcome'] = 'Automatinis (atostogų) atsakymas.'; $PALANG['pUsersVacation_welcome'] = 'Automatinis (atostogų) atsakymas.';
$PALANG['pUsersVacation_welcome_text'] = 'Auto atsakiklis jau nustatytas!'; $PALANG['pUsersVacation_welcome_text'] = 'Auto atsakiklis jau nustatytas!';
$PALANG['pUsersVacation_subject_text'] = 'Esu išvykęs'; $PALANG['pUsersVacation_subject_text'] = 'Esu išvykęs';
$PALANG['pUsersVacation_body'] = 'Žinutė'; $PALANG['message'] = 'Žinutė';
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Esu išvykęs nuo <data> iki <data>. Esu išvykęs nuo <data> iki <data>.
Esant neatidėliotiniems reikalams, kreipkitės į <kontaktinis asmuo>. Esant neatidėliotiniems reikalams, kreipkitės į <kontaktinis asmuo>.
@ -326,7 +326,6 @@ $PALANG['pReturn_to'] = 'Grįžti į';
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -298,7 +298,7 @@ $PALANG['pUsersMain_password'] = 'Промена на лозинка.';
$PALANG['pUsersVacation_welcome'] = 'Автоматски одговор.'; $PALANG['pUsersVacation_welcome'] = 'Автоматски одговор.';
$PALANG['pUsersVacation_welcome_text'] = 'Веќе имате конфигуриран автоматски одговор!'; $PALANG['pUsersVacation_welcome_text'] = 'Веќе имате конфигуриран автоматски одговор!';
$PALANG['pUsersVacation_subject_text'] = 'Отсутен'; $PALANG['pUsersVacation_subject_text'] = 'Отсутен';
$PALANG['pUsersVacation_body'] = 'Содржина'; # XXX text changed to 'Message' $PALANG['message'] = 'Содржина'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Ќе бидам отсутен од <date> до <date>. Ќе бидам отсутен од <date> до <date>.
За итни случаи контактирајте со <contact person>. За итни случаи контактирајте со <contact person>.
@ -321,7 +321,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -298,7 +298,7 @@ $PALANG['pUsersMain_password'] = 'Endre passordet ditt.';
$PALANG['pUsersVacation_welcome'] = 'Automatisk svar.'; $PALANG['pUsersVacation_welcome'] = 'Automatisk svar.';
$PALANG['pUsersVacation_welcome_text'] = 'Du har allerede et autosvar aktivert!'; $PALANG['pUsersVacation_welcome_text'] = 'Du har allerede et autosvar aktivert!';
$PALANG['pUsersVacation_subject_text'] = 'Fraværsmelding'; $PALANG['pUsersVacation_subject_text'] = 'Fraværsmelding';
$PALANG['pUsersVacation_body'] = 'Meldingstekst'; $PALANG['message'] = 'Meldingstekst'; # XXX check text - should be 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Jeg er utilgjengelig fra (dato) til (dato). Jeg er utilgjengelig fra (dato) til (dato).
Dersom det gjelder noe viktig kan du kontakte (kontaktperson). Dersom det gjelder noe viktig kan du kontakte (kontaktperson).
@ -320,7 +320,6 @@ $PALANG['pReturn_to'] = 'Returner til';
$PALANG['pBroadcast_title'] = 'Send masseutsendelse'; $PALANG['pBroadcast_title'] = 'Send masseutsendelse';
$PALANG['pBroadcast_from'] = 'Fra'; $PALANG['pBroadcast_from'] = 'Fra';
$PALANG['pBroadcast_name'] = 'Ditt navn'; $PALANG['pBroadcast_name'] = 'Ditt navn';
$PALANG['pBroadcast_message'] = 'Melding';
$PALANG['pBroadcast_send'] = 'Send melding'; $PALANG['pBroadcast_send'] = 'Send melding';
$PALANG['pBroadcast_success'] = 'Masseutsendelsesmeldingen ble sendt.'; $PALANG['pBroadcast_success'] = 'Masseutsendelsesmeldingen ble sendt.';
$PALANG['pAdminMenu_broadcast_message'] = 'Send masseutsendelse'; $PALANG['pAdminMenu_broadcast_message'] = 'Send masseutsendelse';

@ -301,7 +301,7 @@ $PALANG['pUsersMain_password'] = 'Wijzig uw huidige wachtwoord.';
$PALANG['pUsersVacation_welcome'] = 'Automatisch beantwoorden.'; $PALANG['pUsersVacation_welcome'] = 'Automatisch beantwoorden.';
$PALANG['pUsersVacation_welcome_text'] = 'U heeft uw automatisch beantwoorden ingesteld.'; $PALANG['pUsersVacation_welcome_text'] = 'U heeft uw automatisch beantwoorden ingesteld.';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office'; $PALANG['pUsersVacation_subject_text'] = 'Out of Office';
$PALANG['pUsersVacation_body'] = 'Bericht'; $PALANG['message'] = 'Bericht';
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Ik zal afwezig zijn van <date> tot <date>. Ik zal afwezig zijn van <date> tot <date>.
Voor belangrijke punten kunt u contact opnemen met <contact person>. Voor belangrijke punten kunt u contact opnemen met <contact person>.
@ -324,7 +324,6 @@ $PALANG['pReturn_to'] = 'Ga terug naar';
$PALANG['pBroadcast_title'] = 'Verzend broadcast bericht'; $PALANG['pBroadcast_title'] = 'Verzend broadcast bericht';
$PALANG['pBroadcast_from'] = 'Van'; $PALANG['pBroadcast_from'] = 'Van';
$PALANG['pBroadcast_name'] = 'Uw naam'; $PALANG['pBroadcast_name'] = 'Uw naam';
$PALANG['pBroadcast_message'] = 'Bericht';
$PALANG['pBroadcast_send'] = 'Verzend bericht'; $PALANG['pBroadcast_send'] = 'Verzend bericht';
$PALANG['pBroadcast_success'] = 'Uw algemene bericht is verzonden.'; $PALANG['pBroadcast_success'] = 'Uw algemene bericht is verzonden.';
$PALANG['pAdminMenu_broadcast_message'] = 'Algemeen bericht'; $PALANG['pAdminMenu_broadcast_message'] = 'Algemeen bericht';

@ -296,7 +296,7 @@ $PALANG['pUsersMain_password'] = 'Endre passord.';
$PALANG['pUsersVacation_welcome'] = 'Automatisk Svar.'; $PALANG['pUsersVacation_welcome'] = 'Automatisk Svar.';
$PALANG['pUsersVacation_welcome_text'] = 'Du har allerede autosvar!'; $PALANG['pUsersVacation_welcome_text'] = 'Du har allerede autosvar!';
$PALANG['pUsersVacation_subject_text'] = 'Ikke tilstede'; $PALANG['pUsersVacation_subject_text'] = 'Ikke tilstede';
$PALANG['pUsersVacation_body'] = 'Melding'; # XXX text changed to 'Message' $PALANG['message'] = 'Melding'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Jeg vil være utilgjengelig fra <date> til <date>. Jeg vil være utilgjengelig fra <date> til <date>.
For viktige henvendelser kan du kontakte <contact person>. For viktige henvendelser kan du kontakte <contact person>.
@ -318,7 +318,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -302,7 +302,7 @@ $PALANG['pUsersMain_password'] = 'Zmień aktualne hasło.';
$PALANG['pUsersVacation_welcome'] = 'Automatyczną odpowiedź.'; $PALANG['pUsersVacation_welcome'] = 'Automatyczną odpowiedź.';
$PALANG['pUsersVacation_welcome_text'] = 'Masz już skonfigurowaną automatyczną odpowiedź!'; $PALANG['pUsersVacation_welcome_text'] = 'Masz już skonfigurowaną automatyczną odpowiedź!';
$PALANG['pUsersVacation_subject_text'] = 'Poza biurem'; $PALANG['pUsersVacation_subject_text'] = 'Poza biurem';
$PALANG['pUsersVacation_body'] = 'Wiadomość'; $PALANG['message'] = 'Wiadomość';
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Będę nieobecny od <date> do <date>. Będę nieobecny od <date> do <date>.
@ -326,7 +326,6 @@ $PALANG['pReturn_to'] = 'Powrót do';
$PALANG['pBroadcast_title'] = 'Wyślij wiadomość do wszystkich'; $PALANG['pBroadcast_title'] = 'Wyślij wiadomość do wszystkich';
$PALANG['pBroadcast_from'] = 'Od'; $PALANG['pBroadcast_from'] = 'Od';
$PALANG['pBroadcast_name'] = 'Nazwa'; $PALANG['pBroadcast_name'] = 'Nazwa';
$PALANG['pBroadcast_message'] = 'Wiadomość';
$PALANG['pBroadcast_send'] = 'Wyślij wiadomość'; $PALANG['pBroadcast_send'] = 'Wyślij wiadomość';
$PALANG['pBroadcast_success'] = 'Wiadomość do wszystkich została wysłana.'; $PALANG['pBroadcast_success'] = 'Wiadomość do wszystkich została wysłana.';
$PALANG['pAdminMenu_broadcast_message'] = 'Wiadomość do wszystkich'; $PALANG['pAdminMenu_broadcast_message'] = 'Wiadomość do wszystkich';

@ -305,7 +305,7 @@ $PALANG['pUsersMain_password'] = 'Altere a senha de sua conta.';
$PALANG['pUsersVacation_welcome'] = 'Configuração de resposta automática.'; $PALANG['pUsersVacation_welcome'] = 'Configuração de resposta automática.';
$PALANG['pUsersVacation_welcome_text'] = 'Você já possui uma resposta automática configurada!'; $PALANG['pUsersVacation_welcome_text'] = 'Você já possui uma resposta automática configurada!';
$PALANG['pUsersVacation_subject_text'] = 'Ausente'; $PALANG['pUsersVacation_subject_text'] = 'Ausente';
$PALANG['pUsersVacation_body'] = 'Corpo da Mensagem'; $PALANG['message'] = 'Corpo da Mensagem'; # XXX check text - should be 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Estarei ausente de <data> até <data>. Estarei ausente de <data> até <data>.
Em caso de urgência, favor contatar <pessoa de contato>. Em caso de urgência, favor contatar <pessoa de contato>.
@ -330,7 +330,6 @@ $PALANG['pReturn_to'] = 'Retornar para';
$PALANG['pBroadcast_title'] = 'Envio de mensagem em massa.'; $PALANG['pBroadcast_title'] = 'Envio de mensagem em massa.';
$PALANG['pBroadcast_from'] = 'De'; $PALANG['pBroadcast_from'] = 'De';
$PALANG['pBroadcast_name'] = 'Seu nome'; $PALANG['pBroadcast_name'] = 'Seu nome';
$PALANG['pBroadcast_message'] = 'Mensagem';
$PALANG['pBroadcast_send'] = 'Enviar Mensagem'; $PALANG['pBroadcast_send'] = 'Enviar Mensagem';
$PALANG['pBroadcast_success'] = 'Mensagem em massa enviada.'; $PALANG['pBroadcast_success'] = 'Mensagem em massa enviada.';
$PALANG['pAdminMenu_broadcast_message'] = 'Mensagem em massa'; $PALANG['pAdminMenu_broadcast_message'] = 'Mensagem em massa';

@ -305,7 +305,7 @@ $PALANG['pUsersMain_password'] = 'Изменить текущий пароль.'
$PALANG['pUsersVacation_welcome'] = 'Автоответчик.'; $PALANG['pUsersVacation_welcome'] = 'Автоответчик.';
$PALANG['pUsersVacation_welcome_text'] = 'У вас уже есть настроенный автоответчик!'; $PALANG['pUsersVacation_welcome_text'] = 'У вас уже есть настроенный автоответчик!';
$PALANG['pUsersVacation_subject_text'] = 'Вне офиса'; $PALANG['pUsersVacation_subject_text'] = 'Вне офиса';
$PALANG['pUsersVacation_body'] = 'Сообщение'; $PALANG['message'] = 'Сообщение';
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Я буду отсутствовать с <даты> по <дату>. Я буду отсутствовать с <даты> по <дату>.
По срочным вопросам вы можете обратиться к <контактному лицу>. По срочным вопросам вы можете обратиться к <контактному лицу>.
@ -330,7 +330,6 @@ $PALANG['pReturn_to'] = 'Вернуться к';
$PALANG['pBroadcast_title'] = 'Отправка широковещательного сообщения'; $PALANG['pBroadcast_title'] = 'Отправка широковещательного сообщения';
$PALANG['pBroadcast_from'] = 'От'; $PALANG['pBroadcast_from'] = 'От';
$PALANG['pBroadcast_name'] = 'Ваше имя'; $PALANG['pBroadcast_name'] = 'Ваше имя';
$PALANG['pBroadcast_message'] = 'Сообщение';
$PALANG['pBroadcast_send'] = 'Отправить сообщение'; $PALANG['pBroadcast_send'] = 'Отправить сообщение';
$PALANG['pBroadcast_success'] = 'Ваше широковещательное сообщение было отправлено.'; $PALANG['pBroadcast_success'] = 'Ваше широковещательное сообщение было отправлено.';
$PALANG['pAdminMenu_broadcast_message'] = 'Широковещательное сообщение'; $PALANG['pAdminMenu_broadcast_message'] = 'Широковещательное сообщение';

@ -298,7 +298,7 @@ $PALANG['pUsersMain_password'] = 'Zmeniť heslo';
$PALANG['pUsersVacation_welcome'] = 'Automatická odpoveď'; $PALANG['pUsersVacation_welcome'] = 'Automatická odpoveď';
$PALANG['pUsersVacation_welcome_text'] = 'Automatická odpoveď je zapnutá!'; $PALANG['pUsersVacation_welcome_text'] = 'Automatická odpoveď je zapnutá!';
$PALANG['pUsersVacation_subject_text'] = 'Dovolenka'; $PALANG['pUsersVacation_subject_text'] = 'Dovolenka';
$PALANG['pUsersVacation_body'] = 'Správa'; $PALANG['message'] = 'Správa'; # XXX check text - should be 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Som na dovolenke od <date> od <date>. Som na dovolenke od <date> od <date>.
S neodkladnými vecami kontaktujte <contact person>. S neodkladnými vecami kontaktujte <contact person>.
@ -321,7 +321,6 @@ $PALANG['pReturn_to'] = 'Návrat na';
$PALANG['pBroadcast_title'] = 'Poslať hromadnú správu všetkým používateľom'; $PALANG['pBroadcast_title'] = 'Poslať hromadnú správu všetkým používateľom';
$PALANG['pBroadcast_from'] = 'Od'; $PALANG['pBroadcast_from'] = 'Od';
$PALANG['pBroadcast_name'] = 'Vaše meno'; $PALANG['pBroadcast_name'] = 'Vaše meno';
$PALANG['pBroadcast_message'] = 'Obsah';
$PALANG['pBroadcast_send'] = 'Poslať správu'; $PALANG['pBroadcast_send'] = 'Poslať správu';
$PALANG['pBroadcast_success'] = 'Hromadná správa bola odoslaná.'; $PALANG['pBroadcast_success'] = 'Hromadná správa bola odoslaná.';
$PALANG['pAdminMenu_broadcast_message'] = 'Hromadná správa'; $PALANG['pAdminMenu_broadcast_message'] = 'Hromadná správa';

@ -297,7 +297,7 @@ $PALANG['pUsersMain_password'] = 'Spremenite geslo.';
$PALANG['pUsersVacation_welcome'] = 'Tukaj lahko nastavite obvestilo o odsotnosti.'; $PALANG['pUsersVacation_welcome'] = 'Tukaj lahko nastavite obvestilo o odsotnosti.';
$PALANG['pUsersVacation_welcome_text'] = 'Obvestilo o odsotnosti imate že nastavljeno!'; $PALANG['pUsersVacation_welcome_text'] = 'Obvestilo o odsotnosti imate že nastavljeno!';
$PALANG['pUsersVacation_subject_text'] = 'Odsotnost'; $PALANG['pUsersVacation_subject_text'] = 'Odsotnost';
$PALANG['pUsersVacation_body'] = 'Besedilo'; # XXX text changed to 'Message' $PALANG['message'] = 'Besedilo'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Od <datum> do <datum> sem odsoten. Od <datum> do <datum> sem odsoten.
Za nujne zadeve prosim kontaktirajte <kontaktna oseba>. Za nujne zadeve prosim kontaktirajte <kontaktna oseba>.
@ -320,7 +320,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -299,7 +299,7 @@ $PALANG['pUsersMain_password'] = 'Ändra ditt nuvarande lösenord.';
$PALANG['pUsersVacation_welcome'] = 'Autosvar.'; $PALANG['pUsersVacation_welcome'] = 'Autosvar.';
$PALANG['pUsersVacation_welcome_text'] = 'Du har redan ett autosvar meddelande definierat!'; $PALANG['pUsersVacation_welcome_text'] = 'Du har redan ett autosvar meddelande definierat!';
$PALANG['pUsersVacation_subject_text'] = 'Out of Office'; $PALANG['pUsersVacation_subject_text'] = 'Out of Office';
$PALANG['pUsersVacation_body'] = 'Text'; # XXX text changed to 'Message' $PALANG['message'] = 'Text'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
Jag är borta från <datum> till <datum>. Jag är borta från <datum> till <datum>.
För brådskande ärenden kan ni kontakta <kontakt person>. För brådskande ärenden kan ni kontakta <kontakt person>.
@ -322,7 +322,6 @@ $PALANG['pReturn_to'] = 'Återvänd till';
$PALANG['pBroadcast_title'] = 'Grupputskick till alla'; $PALANG['pBroadcast_title'] = 'Grupputskick till alla';
$PALANG['pBroadcast_from'] = 'Från'; $PALANG['pBroadcast_from'] = 'Från';
$PALANG['pBroadcast_name'] = 'Ditt namn'; $PALANG['pBroadcast_name'] = 'Ditt namn';
$PALANG['pBroadcast_message'] = 'Meddelande';
$PALANG['pBroadcast_send'] = 'Skicka'; $PALANG['pBroadcast_send'] = 'Skicka';
$PALANG['pBroadcast_success'] = 'Ditt grupputskick har sänts.'; $PALANG['pBroadcast_success'] = 'Ditt grupputskick har sänts.';
$PALANG['pAdminMenu_broadcast_message'] = 'Grupputskick'; $PALANG['pAdminMenu_broadcast_message'] = 'Grupputskick';

@ -297,7 +297,7 @@ $PALANG['pUsersMain_password'] = 'þifrenizi deðiþtirin.';
$PALANG['pUsersVacation_welcome'] = 'Otomatik Cevaplama.'; $PALANG['pUsersVacation_welcome'] = 'Otomatik Cevaplama.';
$PALANG['pUsersVacation_welcome_text'] = 'Zaten bir otomatik cevaplamanýz bulunmakta!'; $PALANG['pUsersVacation_welcome_text'] = 'Zaten bir otomatik cevaplamanýz bulunmakta!';
$PALANG['pUsersVacation_subject_text'] = 'Ofis dýþýnda'; $PALANG['pUsersVacation_subject_text'] = 'Ofis dýþýnda';
$PALANG['pUsersVacation_body'] = 'Metin'; # XXX text changed to 'Message' $PALANG['message'] = 'Metin'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
<date> tarihinden den <date> ine burada bulunmayacaðým. <date> tarihinden den <date> ine burada bulunmayacaðým.
Acil durumlarda lütfen <contact person> a baþvurunuz. Acil durumlarda lütfen <contact person> a baþvurunuz.
@ -320,7 +320,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -297,7 +297,7 @@ $PALANG['pUsersMain_password'] = '修改當前密碼.';
$PALANG['pUsersVacation_welcome'] = '自動回復.'; $PALANG['pUsersVacation_welcome'] = '自動回復.';
$PALANG['pUsersVacation_welcome_text'] = '你已經設置了自動回復!'; $PALANG['pUsersVacation_welcome_text'] = '你已經設置了自動回復!';
$PALANG['pUsersVacation_subject_text'] = '我現在無法回信'; $PALANG['pUsersVacation_subject_text'] = '我現在無法回信';
$PALANG['pUsersVacation_body'] = '內容'; # XXX text changed to 'Message' $PALANG['message'] = '內容'; # XXX text changed to 'Message'
$PALANG['pUsersVacation_body_text'] = <<<EOM $PALANG['pUsersVacation_body_text'] = <<<EOM
我在 <date> 到 <date> 這段時間內暫時無法回信. 我在 <date> 到 <date> 這段時間內暫時無法回信.
如果你有急事請與 <contact person> 聯繫. 如果你有急事請與 <contact person> 聯繫.
@ -320,7 +320,6 @@ $PALANG['pReturn_to'] = 'Return to'; # XXX
$PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX $PALANG['pBroadcast_title'] = 'Send broadcast message'; # XXX
$PALANG['pBroadcast_from'] = 'From'; # XXX $PALANG['pBroadcast_from'] = 'From'; # XXX
$PALANG['pBroadcast_name'] = 'Your name'; # XXX $PALANG['pBroadcast_name'] = 'Your name'; # XXX
$PALANG['pBroadcast_message'] = 'Message'; # XXX
$PALANG['pBroadcast_send'] = 'Send message'; # XXX $PALANG['pBroadcast_send'] = 'Send message'; # XXX
$PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX $PALANG['pBroadcast_success'] = 'Your broadcast message was sent.'; # XXX
$PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX $PALANG['pAdminMenu_broadcast_message'] = 'Broadcast message'; # XXX

@ -17,7 +17,7 @@
<td><input class="flat" size="43" type="text" name="subject"/></td> <td><input class="flat" size="43" type="text" name="subject"/></td>
</tr> </tr>
<tr> <tr>
<td class="label"><label>{$PALANG.pBroadcast_message}:</label></td> <td class="label"><label>{$PALANG.message}:</label></td>
<td><textarea class="flat" cols="40" rows="6" name="message"></textarea></td> <td><textarea class="flat" cols="40" rows="6" name="message"></textarea></td>
</tr> </tr>
<tr> <tr>

@ -61,7 +61,7 @@
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
<tr> <tr>
<td class="label"><label>{$PALANG.pUsersVacation_body}:</label></td> <td class="label"><label>{$PALANG.message}:</label></td>
<td><textarea class="flat" rows="10" cols="60" name="fBody" >{$tBody}</textarea></td> <td><textarea class="flat" rows="10" cols="60" name="fBody" >{$tBody}</textarea></td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>

Loading…
Cancel
Save