diff options
author | Aleksander Machniak <alec@alec.pl> | 2013-10-10 19:21:14 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2013-10-10 19:21:14 +0200 |
commit | 4136174517d426dcec74304ce004b4c845f075f5 (patch) | |
tree | 0dacb02a42c09463fab55e77949492d7be7383d8 /program/localization/cs_CZ/labels.inc | |
parent | 63573c931224d9496ab92027e94543dd9f7d9d36 (diff) |
Clean up translations once again, this time remove untranslated strings for all langs
Diffstat (limited to 'program/localization/cs_CZ/labels.inc')
-rw-r--r-- | program/localization/cs_CZ/labels.inc | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/program/localization/cs_CZ/labels.inc b/program/localization/cs_CZ/labels.inc index c6903165a..d887d8d0a 100644 --- a/program/localization/cs_CZ/labels.inc +++ b/program/localization/cs_CZ/labels.inc @@ -15,8 +15,6 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ */ - - $labels['welcome'] = 'Vítejte v $product'; $labels['username'] = 'Uživatel'; $labels['password'] = 'Heslo'; @@ -177,7 +175,8 @@ $labels['resetsearch'] = 'Zrušit vyhledávání'; $labels['searchmod'] = 'Parametry hledání'; $labels['msgtext'] = 'Celá zpráva'; $labels['body'] = 'Tělo'; -$labels['type'] = 'Type'; +$labels['type'] = 'Typ'; +$labels['namex'] = 'Jméno'; $labels['openinextwin'] = 'Otevřít v novém okně'; $labels['emlsave'] = 'Stáhnout (.eml)'; $labels['changeformattext'] = 'Zobrazit v textovém formátu'; @@ -317,8 +316,11 @@ $labels['searchdelete'] = 'Smazat hledání'; $labels['import'] = 'Import'; $labels['importcontacts'] = 'Importovat kontakty'; $labels['importfromfile'] = 'Importovat ze souboru'; -$labels['importtarget'] = 'Přidat nové kontakty do seznamu kontaktů:'; +$labels['importtarget'] = 'Přidat kontakty k'; $labels['importreplace'] = 'Nahradit celý seznam kontaktů'; +$labels['importgroups'] = 'Importovat přiřazení do skupin'; +$labels['importgroupsall'] = 'Vše (vytvořit skupiny v případě potřeby)'; +$labels['importgroupsexisting'] = 'Pouze pro existující skupiny'; $labels['importdesc'] = 'Můžete nahrát kontakty z existujícího adresáře kontaktů.<br/>Momentálně podporujeme kontakty ve formátu <a href="http://cs.wikipedia.org/wiki/VCard">vCard</a> nebo CSV (comma-separated).'; $labels['done'] = 'Hotovo'; $labels['settingsfor'] = 'Nastavení pro'; |