From b4618017a6b4eeda1de059adc56d283aa7b0e305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 24 Mar 2003 16:43:03 +0000 Subject: [PATCH] updated czech translation --- ChangeLog | 1 + lang/czech-iso-8859-2.inc.php3 | 10 +++++----- lang/czech-utf-8.inc.php3 | 12 ++++++------ lang/czech-windows-1250.inc.php3 | 12 ++++++------ 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7b8b8d8f6..6f940303f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,7 @@ $Source$ * libraries/build_dump.lib.php3: Removed PMA_htmlFormat function as it caused HTML entities to be quoted twice. * tbl_indexes.php3: Fixed editing of index with HTML entities. + * lang/czech: Updated. 2003-03-23 Marc Delisle * libraries/sqlparser.lib.php3, libraries/config_import.lib.php3, diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index d3727edf2..bcbb9da58 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -64,6 +64,7 @@ $strAscending = 'Vzestupn $strAtBeginningOfTable = 'Na začátku tabulky'; $strAtEndOfTable = 'Na konci tabulky'; $strAttr = 'Vlastnosti'; +$strAutodetect = 'Automaticky zjistit'; $strAutomaticLayout = 'automatické rozvrľení'; $strBack = 'Zpět'; @@ -619,13 +620,12 @@ $strZip = '"zazipov // To translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate - $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate -$strAutodetect = 'Autodetect'; //to translate +$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate +$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate +$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate + ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 5b513c874..881aecdaa 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -10,7 +10,7 @@ $charset = 'utf-8'; $allow_recoding = TRUE; $text_dir = 'ltr'; $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; -$right_font_family = 'arial, helvetica, geneva, sans-serif'; +$right_font_family = 'tahoma, arial, helvetica, geneva, sans-serif'; $number_thousands_separator = ' '; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa @@ -65,6 +65,7 @@ $strAscending = 'VzestupnÄ›'; $strAtBeginningOfTable = 'Na začátku tabulky'; $strAtEndOfTable = 'Na konci tabulky'; $strAttr = 'Vlastnosti'; +$strAutodetect = 'Automaticky zjistit'; $strAutomaticLayout = 'automatickĂ© rozvrĹľenĂ­'; $strBack = 'ZpÄ›t'; @@ -620,13 +621,12 @@ $strZip = '"zazipováno"'; // To translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate - $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate -$strAutodetect = 'Autodetect'; //to translate +$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate +$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate +$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate + ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index f21425d7d..59b7f745f 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -9,7 +9,7 @@ $charset = 'windows-1250'; $text_dir = 'ltr'; $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif'; -$right_font_family = 'arial, helvetica, geneva, sans-serif'; +$right_font_family = 'tahoma, arial, helvetica, geneva, sans-serif'; $number_thousands_separator = ' '; $number_decimal_separator = '.'; // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa @@ -64,6 +64,7 @@ $strAscending = 'Vzestupn $strAtBeginningOfTable = 'Na začátku tabulky'; $strAtEndOfTable = 'Na konci tabulky'; $strAttr = 'Vlastnosti'; +$strAutodetect = 'Automaticky zjistit'; $strAutomaticLayout = 'automatické rozvržení'; $strBack = 'Zpět'; @@ -619,13 +620,12 @@ $strZip = '"zazipov // To translate $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate -$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate -$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate - $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate -$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate -$strAutodetect = 'Autodetect'; //to translate +$strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate +$strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate +$strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate + ?>