summaryrefslogtreecommitdiff
path: root/includes/phpmailer/language/phpmailer.lang-cz.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/phpmailer/language/phpmailer.lang-cz.php')
-rw-r--r--includes/phpmailer/language/phpmailer.lang-cz.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/includes/phpmailer/language/phpmailer.lang-cz.php b/includes/phpmailer/language/phpmailer.lang-cz.php
new file mode 100644
index 0000000..11568ee
--- /dev/null
+++ b/includes/phpmailer/language/phpmailer.lang-cz.php
@@ -0,0 +1,26 @@
+<?php
+/**
+ * @package PHPMailer
+ * @subpackage language
+ * PHPMailer language file.
+ * Czech Version
+ */
+
+$PHPMAILER_LANG = array();
+
+$PHPMAILER_LANG["provide_address"] = 'Musíte zadat alespoň jednu ' .
+ 'emailovou adresu příjemce.';
+$PHPMAILER_LANG["mailer_not_supported"] = ' mailový klient není podporován.';
+$PHPMAILER_LANG["execute"] = 'Nelze provést: ';
+$PHPMAILER_LANG["instantiate"] = 'Nelze vytvořit instanci emailové funkce.';
+$PHPMAILER_LANG["authenticate"] = 'SMTP Error: Chyba autentikace.';
+$PHPMAILER_LANG["from_failed"] = 'Následující adresa From je nesprávná: ';
+$PHPMAILER_LANG["recipients_failed"] = 'SMTP Error: Adresy příjemců ' .
+ 'nejsou správné ' .
+$PHPMAILER_LANG["data_not_accepted"] = 'SMTP Error: Data nebyla přijata';
+$PHPMAILER_LANG["connect_host"] = 'SMTP Error: Nelze navázat spojení se ' .
+ ' SMTP serverem.';
+$PHPMAILER_LANG["file_access"] = 'Soubor nenalezen: ';
+$PHPMAILER_LANG["file_open"] = 'File Error: Nelze otevřít soubor pro čtení: ';
+$PHPMAILER_LANG["encoding"] = 'Neznámé kódování: ';
+?> \ No newline at end of file