diff options
author | thomascube <thomas@roundcube.net> | 2007-05-13 16:31:19 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2007-05-13 16:31:19 +0000 |
commit | cd639668477bbbbf44e2561b02c66c624a1376ab (patch) | |
tree | cc93f0c89dbc32c1143bb99e6203763243529db8 /program/localization/cz/labels.inc | |
parent | f5c43c8abf44ab7b115189f0c0ceb04610be2cc7 (diff) |
Updated Norwegian (bokmal), Czech, Danish and Portuguese (standard) translation
Diffstat (limited to 'program/localization/cz/labels.inc')
-rwxr-xr-x | program/localization/cz/labels.inc | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/program/localization/cz/labels.inc b/program/localization/cz/labels.inc index 96a2211e9..089cdb861 100755 --- a/program/localization/cz/labels.inc +++ b/program/localization/cz/labels.inc @@ -11,6 +11,7 @@ | | +-----------------------------------------------------------------------+ | Author: Martin Mrajca <martin@moonlake.cz> | + | joe <joe@humlak.cz> | +-----------------------------------------------------------------------+ @version $Id$ @@ -165,7 +166,6 @@ $labels['language'] = 'Jazyk'; $labels['timezone'] = 'Časová zóna'; $labels['pagesize'] = 'Řádků na stránku'; - $labels['folders'] = 'Složky'; $labels['folder'] = 'Složka'; $labels['foldername'] = 'Jméno složky'; @@ -175,7 +175,6 @@ $labels['createfolder'] = 'Vytvořit novou složku'; $labels['deletefolder'] = 'Smazat složku'; $labels['managefolders'] = 'Spravovat složky'; - $labels['compact'] = 'Kompaktní'; $labels['empty'] = 'Prázdný'; $labels['purge'] = 'Vyprázdnit'; @@ -219,4 +218,27 @@ $labels['renamefolder'] = 'Přejmenovat složku'; $labels['description'] = 'Popis'; -?>
\ No newline at end of file +$labels['previousmessage'] = 'Zobrazit předchozí zprávu'; +$labels['firstmessage'] = 'Zobrazit první zprávu'; +$labels['firstmessages'] = 'Zobrazit první zprávy'; +$labels['nextmessage'] = 'Zobrazit další zprávu'; +$labels['lastmessage'] = 'Zobrazit poslední zprávu'; +$labels['lastmessages'] = 'Zobrazit poslední zprávy'; +$labels['quicksearch'] = 'Rychlé vyhledávání'; +$labels['resetsearch'] = 'Zrušit vyhledávání'; +$labels['editortype'] = 'Typ editoru zpráv'; +$labels['htmltoggle'] = 'HTML'; +$labels['plaintoggle'] = 'Prostý text'; +$labels['firstpage'] = 'Zobrazit první zprávy'; +$labels['lastpage'] = 'Zobrazit poslední zprávy'; +$labels['groups'] = 'Skupiny'; +$labels['personaladrbook'] = 'Osobní kontakty'; +$labels['htmleditor'] = 'Vytvářet HTML zprávy'; +$labels['htmlsignature'] = 'HTML podpis'; +$labels['previewpane'] = 'Zobrazit panel náhledu'; +$labels['autosavedraft'] = 'Automaticky uložit rozepsané zprávy'; +$labels['everynminutes'] = 'každých $n minut'; +$labels['never'] = 'nikdy'; + + +?> |