diff options
author | svncommit <devs@roundcube.net> | 2007-02-06 09:29:47 +0000 |
---|---|---|
committer | svncommit <devs@roundcube.net> | 2007-02-06 09:29:47 +0000 |
commit | ff42d25e21a1eb5254cdb74e620dd90bcfabb649 (patch) | |
tree | 067767cbb01b08daee92eeaf53e875eb6ec217c0 /program/localization/cz | |
parent | 9d41ed8d3e8d63b1107006d1905d1f2517639f78 (diff) |
update localization missed by svn
Diffstat (limited to 'program/localization/cz')
-rwxr-xr-x | program/localization/cz/labels.inc | 7 | ||||
-rwxr-xr-x | program/localization/cz/messages.inc | 9 |
2 files changed, 8 insertions, 8 deletions
diff --git a/program/localization/cz/labels.inc b/program/localization/cz/labels.inc index 1acbf5675..96a2211e9 100755 --- a/program/localization/cz/labels.inc +++ b/program/localization/cz/labels.inc @@ -1,18 +1,19 @@ <?php /* + +-----------------------------------------------------------------------+ | language/cz/labels.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005, RoundQube Dev. - Switzerland | + | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | | All rights reserved. | | | +-----------------------------------------------------------------------+ | Author: Martin Mrajca <martin@moonlake.cz> | +-----------------------------------------------------------------------+ - $Id $ + @version $Id$ */ @@ -218,4 +219,4 @@ $labels['renamefolder'] = 'Přejmenovat složku'; $labels['description'] = 'Popis'; -?> +?>
\ No newline at end of file diff --git a/program/localization/cz/messages.inc b/program/localization/cz/messages.inc index a3b5be230..90bd829f3 100755 --- a/program/localization/cz/messages.inc +++ b/program/localization/cz/messages.inc @@ -1,18 +1,19 @@ <?php /* + +-----------------------------------------------------------------------+ | language/cz/messages.inc | | | | Language file of the RoundCube Webmail client | - | Copyright (C) 2005, RoundCube Dev. - Switzerland | + | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | | All rights reserved. | | | +-----------------------------------------------------------------------+ | Author: Martin Mrajca <martin@moonlake.cz> | +-----------------------------------------------------------------------+ - $Id $ + @version $Id$ */ @@ -37,7 +38,6 @@ $messages['sendingfailed'] = 'Odesílání zprávy selhalo'; $messages['errorsaving'] = 'Vyskytla se chyba při ukládání'; $messages['errormoving'] = 'Nemohu přesunout zprávu'; $messages['errordeleting'] = 'Nemohu smazat zprávu'; - $messages['loading'] = 'Načítám...'; $messages['sendingmessage'] = 'Odesílám zprávu...'; $messages['noemailwarning'] = 'Zadejte, prosím, platnou adresu'; @@ -52,7 +52,6 @@ $messages['notsentwarning'] = 'Zpráva nebyla odeslána. Přejete si zprávu zah $messages['noldapserver'] = 'Zvolte, prosím, LDAP server k hledání'; $messages['nocontactsreturned'] = 'Nebyly nalezeny žádné kontakty'; $messages['nosearchname'] = 'Zadejte, prosím, jméno nebo e-mail kontaktu'; - $messages['checking'] = 'Kontroluji...'; $messages['nospellerrors'] = 'Nebyly nalezeny žádné chyby'; $messages['checkingmail'] = 'Kontroluji nové zprávy...'; @@ -60,4 +59,4 @@ $messages['savingmessage'] = 'Ukládám zprávu...'; $messages['messagesaved'] = 'Zpráva uložena do Rozepsané'; $messages['folderdeleted'] = 'Složka byla úspěšně vymazána'; -?> +?>
\ No newline at end of file |