Skip to content

Commit

Permalink
Merge branch 'hotfix/1.4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
aschempp committed Sep 12, 2018
2 parents 73e91d8 + 7ea95f3 commit e643073
Show file tree
Hide file tree
Showing 13 changed files with 296 additions and 69 deletions.
2 changes: 1 addition & 1 deletion config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
'email_text' => array('form_*', 'formconfig_*', 'formlabel_*', 'raw_data', 'admin_email'),
'email_html' => array('form_*', 'formconfig_*', 'formlabel_*', 'raw_data', 'admin_email'),
'file_name' => array('form_*', 'formconfig_*', 'admin_email'),
'file_content' => array('form_*', 'formconfig_*', 'admin_email'),
'file_content' => array('form_*', 'formconfig_*', 'formlabel_*', 'raw_data', 'admin_email'),
'email_sender_name' => array('admin_email', 'form_*', 'formconfig_*'),
'email_sender_address' => array('admin_email', 'form_*', 'formconfig_*'),
'email_recipient_cc' => array('admin_email', 'form_*', 'formconfig_*'),
Expand Down
24 changes: 24 additions & 0 deletions languages/cs/modules.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<?php
/**
* Translations are managed using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* @link https://www.transifex.com/signup/
* @link https://www.transifex.com/projects/p/notification_center/language/cs/
*
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*
* last-updated: 2018-09-12T13:52:08+02:00
*/


$GLOBALS['TL_LANG']['FMD']['lostPasswordNotificationCenter']['0'] = 'Poslední heslo (Oznamovací centrum)';
$GLOBALS['TL_LANG']['FMD']['lostPasswordNotificationCenter']['1'] = 'Vytvoří formulář požadující nové heslo a zašle oznámení pomocí Oznamovacího centra.';
$GLOBALS['TL_LANG']['MOD']['nc_gateways']['0'] = 'Způsoby rozesílání';
$GLOBALS['TL_LANG']['MOD']['nc_gateways']['1'] = 'Spravovat způsoby rozesílání';
$GLOBALS['TL_LANG']['MOD']['nc_notifications']['0'] = 'Oznámení';
$GLOBALS['TL_LANG']['MOD']['nc_notifications']['1'] = 'Spravovat oznámení';
$GLOBALS['TL_LANG']['MOD']['nc_queue']['0'] = 'Fronta';
$GLOBALS['TL_LANG']['MOD']['nc_queue']['1'] = 'Zobrazit zprávy ve frontě';
$GLOBALS['TL_LANG']['MOD']['notification_center'] = 'Oznamovací centrum';

17 changes: 17 additions & 0 deletions languages/cs/tl_form.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
/**
* Translations are managed using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* @link https://www.transifex.com/signup/
* @link https://www.transifex.com/projects/p/notification_center/language/cs/
*
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*
* last-updated: 2018-09-12T13:52:12+02:00
*/


$GLOBALS['TL_LANG']['tl_form']['nc_notification']['0'] = 'Oznámení';
$GLOBALS['TL_LANG']['tl_form']['nc_notification']['1'] = 'Vyberte prosím oznámení.';

19 changes: 19 additions & 0 deletions languages/cs/tl_module.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?php
/**
* Translations are managed using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* @link https://www.transifex.com/signup/
* @link https://www.transifex.com/projects/p/notification_center/language/cs/
*
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*
* last-updated: 2018-09-12T13:52:13+02:00
*/


$GLOBALS['TL_LANG']['tl_module']['nc_activation_notification']['0'] = 'Aktivovat oznámení';
$GLOBALS['TL_LANG']['tl_module']['nc_activation_notification']['1'] = 'Vyberte prosím aktivní oznámení.';
$GLOBALS['TL_LANG']['tl_module']['nc_notification']['0'] = 'Oznámení';
$GLOBALS['TL_LANG']['tl_module']['nc_notification']['1'] = 'Vyberte prosím oznámení.';

90 changes: 90 additions & 0 deletions languages/cs/tl_nc_gateway.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
<?php
/**
* Translations are managed using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* @link https://www.transifex.com/signup/
* @link https://www.transifex.com/projects/p/notification_center/language/cs/
*
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*
* last-updated: 2018-09-12T13:52:15+02:00
*/


$GLOBALS['TL_LANG']['tl_nc_gateway']['copy']['0'] = 'Zkopírovat tento způsob rozesílání';
$GLOBALS['TL_LANG']['tl_nc_gateway']['copy']['1'] = 'Zkopírovat způsob rozesílání %s.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['cronjob_legend'] = 'Nastavení cronu';
$GLOBALS['TL_LANG']['tl_nc_gateway']['delete']['0'] = 'Smazat tento způsob rozesílání';
$GLOBALS['TL_LANG']['tl_nc_gateway']['delete']['1'] = 'Smazat způsob rozesílání %s.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['edit']['0'] = 'Upravit tento způsob rozesílání';
$GLOBALS['TL_LANG']['tl_nc_gateway']['edit']['1'] = 'Upravit způsob rozesílání %s';
$GLOBALS['TL_LANG']['tl_nc_gateway']['email_overrideSmtp']['0'] = 'Přepsat nastavení SMTP';
$GLOBALS['TL_LANG']['tl_nc_gateway']['email_overrideSmtp']['1'] = 'Tento druh rozesílání převezme výchozí nastavení rozesílání mailů. Pokud si přejete použít jiná nastavení SMTP pro tento druh, zaškrtněte toto políčko.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_connection']['0'] = 'Druh připojení';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_connection']['1'] = 'Vyberte prosím druh připojení. ';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_connection']['ftp'] = 'FTP';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_connection']['local'] = 'Lokální';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_host']['0'] = 'Název poskytovatele (host)';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_host']['1'] = 'Zadejte prosím jméno poskytovatele.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_password']['0'] = 'Heslo';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_password']['1'] = 'Zadejte prosím heslo.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_path']['0'] = 'Cesta';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_path']['1'] = 'Zde můžete zadat cestu k souboru (např. <em>dowloads</em>).';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_port']['0'] = 'Číslo portu';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_port']['1'] = 'Sem můžete zadat číslo portu. Ponechte pole prázdné pro použití výchozích hodnot.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_type']['0'] = 'Druh souboru';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_type']['1'] = 'Vyberte prosím druh souboru.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_type']['csv'] = 'CSV';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_type']['xml'] = 'Prostý text / XML';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_username']['0'] = 'Užívatelské jméno';
$GLOBALS['TL_LANG']['tl_nc_gateway']['file_username']['1'] = 'Zadejte prosím uživatelské jméno.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['ftp_confirm'] = 'Připojení navázáno';
$GLOBALS['TL_LANG']['tl_nc_gateway']['ftp_error_connect'] = 'Nelze se připojit k serveru FTP!';
$GLOBALS['TL_LANG']['tl_nc_gateway']['ftp_error_login'] = 'Nepodařilo se přihlásit k serveru FTP!';
$GLOBALS['TL_LANG']['tl_nc_gateway']['gateway_legend'] = 'Nastavení tohoto způsobu rozesílání';
$GLOBALS['TL_LANG']['tl_nc_gateway']['new']['0'] = 'Nový druh rozesílání';
$GLOBALS['TL_LANG']['tl_nc_gateway']['new']['1'] = 'Vytvořit nový způsob rozesílání.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['postmark_key']['0'] = 'Klíč API Postmarku';
$GLOBALS['TL_LANG']['tl_nc_gateway']['postmark_key']['1'] = 'Zadejte prosím klíč API Postmarku.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['postmark_ssl']['0'] = 'Povolit SSL';
$GLOBALS['TL_LANG']['tl_nc_gateway']['postmark_ssl']['1'] = 'Zde můžete povolit zabezpečené připojení SSL.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['postmark_test']['0'] = 'Spustit testovací modus';
$GLOBALS['TL_LANG']['tl_nc_gateway']['postmark_test']['1'] = 'Zde můžete povolit testovací modus.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronEnable']['0'] = 'Aktivovat intervalové zasílání';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronEnable']['1'] = 'Tím budou zprávy rozesílané ve vybraném intervalu.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronInterval']['0'] = 'Četnost, interval';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronInterval']['1'] = 'Vyberte četnost, s níž byste rádi obdrželi zprávy. ';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronInterval']['daily'] = 'Každý den';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronInterval']['hourly'] = 'Každou hodinu';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronInterval']['minutely'] = 'Každou minutu';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronInterval']['monthly'] = 'Každý měsíc';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronInterval']['weekly'] = 'Každý týden';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronMessages']['0'] = 'Počet zpráv';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_cronMessages']['1'] = 'Zde můžete zadat počet zpráv, které mají být odeslané v rámci jednoho intervalu.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_targetGateway']['0'] = 'Rozdělené rozesílání';
$GLOBALS['TL_LANG']['tl_nc_gateway']['queue_targetGateway']['1'] = 'Tento typ umístí všechny zprávy do fronty a pak je rozešle přes druh rozesílání, který si tu zvolíte.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['show']['0'] = 'Podrobnosti k tomuto způsobu rozesílání';
$GLOBALS['TL_LANG']['tl_nc_gateway']['show']['1'] = 'Zobrazit podrobnosti ke způsobu rozesílání %s.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['smtpEnc']['0'] = 'Šifrování SMTP';
$GLOBALS['TL_LANG']['tl_nc_gateway']['smtpEnc']['1'] = 'Zde můžete zvolit šifrovací metodu (SSL nebo TLS).';
$GLOBALS['TL_LANG']['tl_nc_gateway']['smtpHost']['0'] = 'Název serveru SMTP';
$GLOBALS['TL_LANG']['tl_nc_gateway']['smtpHost']['1'] = 'Zadejte prosím jméno poskytovatele serveru SMTP.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['smtpPass']['0'] = 'Heslo SMTP';
$GLOBALS['TL_LANG']['tl_nc_gateway']['smtpPass']['1'] = 'Zde můžete zadat heslo pro SMTP.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['smtpPort']['0'] = 'Číslo portu SMTP';
$GLOBALS['TL_LANG']['tl_nc_gateway']['smtpPort']['1'] = 'Zadejte prosím číslo portu serveru SMTP.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['smtpUser']['0'] = 'Uživatelské jméno SMTP';
$GLOBALS['TL_LANG']['tl_nc_gateway']['smtpUser']['1'] = 'Zde můžete zadat uživatelské jméno SMTP.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['title']['0'] = 'Název';
$GLOBALS['TL_LANG']['tl_nc_gateway']['title']['1'] = 'Zadejte prosím název pro tento druh rozesílání.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['title_legend'] = 'Název a druh';
$GLOBALS['TL_LANG']['tl_nc_gateway']['type']['0'] = 'Druh';
$GLOBALS['TL_LANG']['tl_nc_gateway']['type']['1'] = 'Vyberte prosím druh rozesílání.';
$GLOBALS['TL_LANG']['tl_nc_gateway']['type']['email'] = 'Standardní rozesílání mailů';
$GLOBALS['TL_LANG']['tl_nc_gateway']['type']['file'] = 'Zápis do souboru';
$GLOBALS['TL_LANG']['tl_nc_gateway']['type']['postmark'] = 'Postmark (postmarkapp.com)';
$GLOBALS['TL_LANG']['tl_nc_gateway']['type']['queue'] = 'Fronta';
$GLOBALS['TL_LANG']['tl_nc_gateway']['useSMTP']['0'] = 'Zaslat maily přes SMTP';
$GLOBALS['TL_LANG']['tl_nc_gateway']['useSMTP']['1'] = 'Použít pro odesílání mailů server SMTP místo funkce PHP mail().';

22 changes: 22 additions & 0 deletions languages/cs/tl_nc_language.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
/**
* Translations are managed using Transifex. To create a new translation
* or to help to maintain an existing one, please register at transifex.com.
*
* @link https://www.transifex.com/signup/
* @link https://www.transifex.com/projects/p/notification_center/language/cs/
*
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*
* last-updated: 2018-09-12T13:52:19+02:00
*/


$GLOBALS['TL_LANG']['tl_nc_language']['attachment_tokens']['0'] = 'Přílohy pomocí tokenu';
$GLOBALS['TL_LANG']['tl_nc_language']['fallback']['0'] = 'Výchozí jazyk';
$GLOBALS['TL_LANG']['tl_nc_language']['fallback']['1'] = 'Zaškrtněte tuto možnost, pokud si přejete použít tento jazyk jako výchozí';
$GLOBALS['TL_LANG']['tl_nc_language']['language']['0'] = 'Jazyk';
$GLOBALS['TL_LANG']['tl_nc_language']['language']['1'] = 'Vyberte prosím jazyk.';
$GLOBALS['TL_LANG']['tl_nc_language']['recipients']['0'] = 'Příjemci';
$GLOBALS['TL_LANG']['tl_nc_language']['recipients']['1'] = 'Zadejte prosím <strong>čárkou</strong> oddělené příjemce. Použijte automatické vyplňování, abyste viděli spuštěné jednoduché tokeny. ';

12 changes: 6 additions & 6 deletions languages/de/tl_nc_language.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*
* last-updated: 2017-01-31T15:57:04+00:00
* last-updated: 2017-07-26T09:13:30+02:00
*/

$GLOBALS['TL_LANG']['tl_nc_language']['attachment_tokens']['0'] = 'Dateianhänge via Tokens';
Expand All @@ -24,25 +24,25 @@
$GLOBALS['TL_LANG']['tl_nc_language']['edit']['0'] = 'Sprache editieren';
$GLOBALS['TL_LANG']['tl_nc_language']['edit']['1'] = 'Sprache ID %s editieren.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_external_images']['0'] = 'Externe Bilder';
$GLOBALS['TL_LANG']['tl_nc_language']['email_external_images']['1'] = 'Bilder in HTML E-Mails nicht einbetten.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_external_images']['1'] = 'Bilder in HTML-E-Mails nicht einbetten.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_html']['0'] = 'HTML';
$GLOBALS['TL_LANG']['tl_nc_language']['email_html']['1'] = 'Bitte HTML eingeben.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_mode']['0'] = 'Modus';
$GLOBALS['TL_LANG']['tl_nc_language']['email_mode']['1'] = 'Bitte den gewünschten Modus für diese E-Mail wählen.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_mode']['textAndHtml'] = 'HTML und Text';
$GLOBALS['TL_LANG']['tl_nc_language']['email_mode']['textOnly'] = 'Nur Text';
$GLOBALS['TL_LANG']['tl_nc_language']['email_recipient_bcc']['0'] = 'BCC-Empfänger';
$GLOBALS['TL_LANG']['tl_nc_language']['email_recipient_bcc']['1'] = 'Empfänger die eine Blindkopie des Mails erhalten sollten. Mehrere Adressen per Komma separieren.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_recipient_bcc']['1'] = 'Empfänger die eine Kopie der E-Mail erhalten. Mehrere Adressen per Komma separieren.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_recipient_cc']['0'] = 'CC-Empfänger';
$GLOBALS['TL_LANG']['tl_nc_language']['email_recipient_cc']['1'] = 'Emptänger die eine Kopie des Mails erhalten sollten. Mehrere Adressen per Komma separieren.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_recipient_cc']['1'] = 'Empfänger die eine Kopie der E-Mail erhalten. Mehrere Adressen per Komma separieren.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_replyTo']['0'] = 'Antwort an (Reply-To)';
$GLOBALS['TL_LANG']['tl_nc_language']['email_replyTo']['1'] = 'Optionale "Antwort an" E-Mail-Adresse.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_sender_address']['0'] = 'Absender-E-Mail';
$GLOBALS['TL_LANG']['tl_nc_language']['email_sender_address']['1'] = 'Bitte geben Sie die Absender-Adresse ein.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_sender_name']['0'] = 'Absendername';
$GLOBALS['TL_LANG']['tl_nc_language']['email_sender_name']['1'] = 'Bitte geben Sie den Absender ein.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_subject']['0'] = 'Subject';
$GLOBALS['TL_LANG']['tl_nc_language']['email_subject']['1'] = 'Bite den Betreff für das Email eingeben.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_subject']['1'] = 'Bitte geben Sie den Betreff der E-Mail ein.';
$GLOBALS['TL_LANG']['tl_nc_language']['email_text']['0'] = 'Rohtext';
$GLOBALS['TL_LANG']['tl_nc_language']['email_text']['1'] = 'Bitte den Text eingeben.';
$GLOBALS['TL_LANG']['tl_nc_language']['fallback']['0'] = 'Fallback-Sprache';
Expand All @@ -57,7 +57,7 @@
$GLOBALS['TL_LANG']['tl_nc_language']['file_storage_mode']['1'] = 'Hier können Sie wählen, ob Sie die bestehende Datei überschreiben, oder an sie anhängen wollen.';
$GLOBALS['TL_LANG']['tl_nc_language']['file_storage_mode']['append'] = 'Zu einer existierenden Datei hinzufügen';
$GLOBALS['TL_LANG']['tl_nc_language']['file_storage_mode']['create'] = 'Neue Datei erstellen';
$GLOBALS['TL_LANG']['tl_nc_language']['file_storage_mode']['override'] = 'Ein existierende Datei überschreiben';
$GLOBALS['TL_LANG']['tl_nc_language']['file_storage_mode']['override'] = 'Eine existierende Datei überschreiben';
$GLOBALS['TL_LANG']['tl_nc_language']['general_legend'] = 'Generelle Spracheinstellungen';
$GLOBALS['TL_LANG']['tl_nc_language']['language']['0'] = 'Sprache';
$GLOBALS['TL_LANG']['tl_nc_language']['language']['1'] = 'Bitte wählen Sie eine Sprache.';
Expand Down
9 changes: 5 additions & 4 deletions languages/ru/tl_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@
*
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
*
* last-updated: 2014-05-28T09:43:36+02:00
* last-updated: 2016-10-03T15:22:43+02:00
*/


$GLOBALS['TL_LANG']['tl_module']['nc_notification']['0'] = 'Уведомление';
$GLOBALS['TL_LANG']['tl_module']['nc_notification']['1'] = 'Выберите уведомление.';
$GLOBALS['TL_LANG']['tl_module']['nc_activation_notification']['0'] = 'Уведомление об активации';
$GLOBALS['TL_LANG']['tl_module']['nc_activation_notification']['1'] = 'Выберите уведомление об активации.';
$GLOBALS['TL_LANG']['tl_module']['nc_notification']['0'] = 'Уведомление';
$GLOBALS['TL_LANG']['tl_module']['nc_notification']['1'] = 'Выберите уведомление.';

Loading

0 comments on commit e643073

Please sign in to comment.