~ubuntu-branches/debian/sid/ampache/sid

« back to all changes in this revision

Viewing changes to modules/phpmailer/language/phpmailer.lang-cz.php

  • Committer: Package Import Robot
  • Author(s): Charlie Smotherman
  • Date: 2013-08-27 13:19:48 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20130827131948-1czew0zxn6u70dtv
Tags: 3.6-rzb2752+dfsg-1
* New upsteam snapshot.  Contains important bug fixes to the installer.
* Correct typo in ampache-common.postrm.
* Remove courtousy copy of php-getid3, during repack.  Closes: #701526
* Update package to use dh_linktree to make the needed sym links to the
  needed system libs that were removed during repack.
* Update debian/rules to reflect upstreams removing/moving of modules.
* Update debian/ampache-common.install to reflect upstreams removal of files.
* Updated to use new apache2.4 API. Closes: #669756
* Updated /debian/po/de.po thx David Prévot for the patch.  Closes:  #691963
* M3U import is now ordered, fixed upstream.  Closes: #684984
* Text input area has been resized so IPv6 addresses will now fit, fixed
  upstream.  Closes:  #716230
* Added ampache-common.preinst to make sure that the courtousy copies of code
  dirs are empty so dh_linktree can do it's magic on upgrades.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?php
2
 
/**
3
 
* PHPMailer language file: refer to English translation for definitive list
4
 
* Czech Version
5
 
*/
6
 
 
7
 
$PHPMAILER_LANG['authenticate']         = 'SMTP Error: Chyba autentikace.';
8
 
$PHPMAILER_LANG['connect_host']         = 'SMTP Error: Nelze navázat spojení se SMTP serverem.';
9
 
$PHPMAILER_LANG['data_not_accepted']    = 'SMTP Error: Data nebyla pøijata';
10
 
//$PHPMAILER_LANG['empty_message']        = 'Message body empty';
11
 
$PHPMAILER_LANG['encoding']             = 'Neznámé kódování: ';
12
 
$PHPMAILER_LANG['execute']              = 'Nelze provést: ';
13
 
$PHPMAILER_LANG['file_access']          = 'Soubor nenalezen: ';
14
 
$PHPMAILER_LANG['file_open']            = 'File Error: Nelze otevøít soubor pro ètení: ';
15
 
$PHPMAILER_LANG['from_failed']          = 'Následující adresa From je nesprávná: ';
16
 
$PHPMAILER_LANG['instantiate']          = 'Nelze vytvoøit instanci emailové funkce.';
17
 
//$PHPMAILER_LANG['invalid_email']        = 'Not sending, email address is invalid: ';
18
 
$PHPMAILER_LANG['mailer_not_supported'] = ' mailový klient není podporován.';
19
 
$PHPMAILER_LANG['provide_address']      = 'Musíte zadat alespoò jednu emailovou adresu pøíjemce.';
20
 
$PHPMAILER_LANG['recipients_failed']    = 'SMTP Error: Adresy pøíjemcù nejsou správné ';
21
 
//$PHPMAILER_LANG['signing']              = 'Signing Error: ';
22
 
//$PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() failed.';
23
 
//$PHPMAILER_LANG['smtp_error']           = 'SMTP server error: ';
24
 
//$PHPMAILER_LANG['variable_set']         = 'Cannot set or reset variable: ';
25
 
?>
 
 
b'\\ No newline at end of file'