From 41fe4a98b5d19b45b7f87e37f4f0b2545a10ff0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 2 Apr 2003 10:02:56 +0000 Subject: [PATCH] updated czech translation --- ChangeLog | 1 + lang/czech-iso-8859-2.inc.php3 | 17 ++++++++--------- lang/czech-utf-8.inc.php3 | 17 ++++++++--------- lang/czech-windows-1250.inc.php3 | 17 ++++++++--------- 4 files changed, 25 insertions(+), 27 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5fd35b0f9..e8a9f7ceb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,7 @@ $Source$ * db_details_structure.php3, mult_submits.inc.php3, tbl_properties_structure.php3: Show multi submits result after headers and tabs from originating place. + * lang/czech: Updated. 2003-04-01 Marc Delisle * Documentation.html: clarify about wildcard database diff --git a/lang/czech-iso-8859-2.inc.php3 b/lang/czech-iso-8859-2.inc.php3 index 4e499271f..f49bb5a6f 100644 --- a/lang/czech-iso-8859-2.inc.php3 +++ b/lang/czech-iso-8859-2.inc.php3 @@ -520,6 +520,7 @@ $strShowAll = 'Zobrazit v $strShowColor = 'Barevné ąipky'; $strShowCols = 'Zobrazit sloupce'; $strShowDatadictAs = 'Formát datového slovníku'; +$strShowFullQueries = 'Zobrazit celé dotazy'; $strShowGrid = 'Zobrazit mříľku'; $strShowPHPInfo = 'Zobrazit informace o PHP'; $strShowTableDimension = 'Rozměry tabulek'; @@ -574,7 +575,13 @@ $strTransformation_image_jpeg__inline = 'Zobraz $strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázek (například stáhnutí pole blob).'; $strTransformation_image_png__inline = 'Viz image/jpeg: inline'; $strTransformation_text_plain__dateformat = 'Zobrazí datum nebo čas (TIME, TIMESTAMP a DATETIME) podle místního nastavení. První parametr je posun (v hodinách), který bude přidán k času (výchozí je 0). Druhý parametr je formátovací řetězec pro funkci strftime().'; +$strTransformation_text_plain__external = 'JEN PRO LINUX: Spustí externí program, na jeho standardní vstup poąle obsah pole a zobrazí výstup programu. Výchozí je program Tidy, který pěkně zformátuje HTML. Z bezpečnostních důvodů musíte jména povolených programů zapsat do souboru libraries/transformations/text_plain__external.inc.php. První parametr je číslo programu, který má být spuątěn a druhý parametr udává parametry tohoto programu. Třetí parametr určuje, zda mají být ve výstupu nahrazeny HTML entity (např. pro zobrazení zdrojového kódu HTML) (výchozí je 1, tedy převádět na entity), čtvrtý (při nastavení na 1) zajistí přidání parametru NOWRAP k vypisovanému textu, čímľ se zachová formátování (výchozí je 1).'; $strTransformation_text_plain__formatted = 'Zachová původní formátování sloupce, tak jak je uloľen v databázi.'; +$strTransformation_text_plain__imagelink = 'Zobrazí obrázek a odkaz z pole obsahujícího odkaz na obrázek. První parametr je prefix URL (například "http://mojedomena.cz/", druhý a třetí ąířku a výąku obrázku.'; +$strTransformation_text_plain__link = 'Zobrazí odkaz z pole obsahující odkaz. První parametr je prefix URL (například "http://mojedomena.cz/", druhý text odkazu.'; +$strTransformation_text_plain__substr = 'Zobrazí jen část textu. První parametr je posun od začátku (výchozí je 0) a druhý určuje délku textu, který se má zobrazit, pokud není uveden, bude zobrazen zbytek textu. Třetí parametr uřuje jaký text má být přidán za zkrácený text (výchozí je ...).'; +$strTransformation_text_plain__unformatted = 'Zobrazí text pomocí HTML entit, případný HTML se zobrazí v původním tvaru.'; +$strTruncateQueries = 'Zobrazit zkrácené dotazy'; $strType = 'Typ'; $strUncheckAll = 'Odąkrtnout vąe'; @@ -586,6 +593,7 @@ $strUpdateProfileMessage = 'P $strUpdateQuery = 'Aktualizovat dotaz'; $strUsage = 'Pouľívá'; $strUseBackquotes = 'Pouľít zpětné uvozovky u jmen tabulek a sloupců'; +$strUseHostTable = 'Pouľít tabulku s počítači'; $strUseTables = 'Pouľít tabulky'; $strUseTextField = 'Pouľít textové pole'; $strUser = 'Uľivatel'; @@ -622,13 +630,4 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; // 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 -$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 - -$strUseHostTable = 'Use Host Table'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strTruncateQueries = 'Truncate Shown Queries'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php3 b/lang/czech-utf-8.inc.php3 index 49e53aa79..2285f04ad 100644 --- a/lang/czech-utf-8.inc.php3 +++ b/lang/czech-utf-8.inc.php3 @@ -521,6 +521,7 @@ $strShowAll = 'Zobrazit vše'; $strShowColor = 'BarevnĂ© šipky'; $strShowCols = 'Zobrazit sloupce'; $strShowDatadictAs = 'Formát datovĂ©ho slovnĂ­ku'; +$strShowFullQueries = 'Zobrazit celĂ© dotazy'; $strShowGrid = 'Zobrazit mřížku'; $strShowPHPInfo = 'Zobrazit informace o PHP'; $strShowTableDimension = 'RozmÄ›ry tabulek'; @@ -575,7 +576,13 @@ $strTransformation_image_jpeg__inline = 'ZobrazĂ­ náhled obrázku s odkaze $strTransformation_image_jpeg__link = 'ZobrazĂ­ odkaz na obrázek (například stáhnutĂ­ pole blob).'; $strTransformation_image_png__inline = 'Viz image/jpeg: inline'; $strTransformation_text_plain__dateformat = 'ZobrazĂ­ datum nebo ÄŤas (TIME, TIMESTAMP a DATETIME) podle mĂ­stnĂ­ho nastavenĂ­. PrvnĂ­ parametr je posun (v hodinách), kterĂ˝ bude pĹ™idán k ÄŤasu (vĂ˝chozĂ­ je 0). DruhĂ˝ parametr je formátovacĂ­ Ĺ™etÄ›zec pro funkci strftime().'; +$strTransformation_text_plain__external = 'JEN PRO LINUX: SpustĂ­ externĂ­ program, na jeho standardnĂ­ vstup pošle obsah pole a zobrazĂ­ vĂ˝stup programu. VĂ˝chozĂ­ je program Tidy, kterĂ˝ pÄ›knÄ› zformátuje HTML. Z bezpeÄŤnostnĂ­ch dĹŻvodĹŻ musĂ­te jmĂ©na povolenĂ˝ch programĹŻ zapsat do souboru libraries/transformations/text_plain__external.inc.php. PrvnĂ­ parametr je ÄŤĂ­slo programu, kterĂ˝ má bĂ˝t spuštÄ›n a druhĂ˝ parametr udává parametry tohoto programu. TĹ™etĂ­ parametr urÄŤuje, zda majĂ­ bĂ˝t ve vĂ˝stupu nahrazeny HTML entity (napĹ™. pro zobrazenĂ­ zdrojovĂ©ho kĂłdu HTML) (vĂ˝chozĂ­ je 1, tedy pĹ™evádÄ›t na entity), ÄŤtvrtĂ˝ (pĹ™i nastavenĂ­ na 1) zajistĂ­ pĹ™idánĂ­ parametru NOWRAP k vypisovanĂ©mu textu, ÄŤĂ­mĹľ se zachová formátovánĂ­ (vĂ˝chozĂ­ je 1).'; $strTransformation_text_plain__formatted = 'Zachová pĹŻvodnĂ­ formátovánĂ­ sloupce, tak jak je uloĹľen v databázi.'; +$strTransformation_text_plain__imagelink = 'ZobrazĂ­ obrázek a odkaz z pole obsahujĂ­cĂ­ho odkaz na obrázek. PrvnĂ­ parametr je prefix URL (například "http://mojedomena.cz/", druhĂ˝ a tĹ™etĂ­ šířku a výšku obrázku.'; +$strTransformation_text_plain__link = 'ZobrazĂ­ odkaz z pole obsahujĂ­cĂ­ odkaz. PrvnĂ­ parametr je prefix URL (například "http://mojedomena.cz/", druhĂ˝ text odkazu.'; +$strTransformation_text_plain__substr = 'ZobrazĂ­ jen část textu. PrvnĂ­ parametr je posun od začátku (vĂ˝chozĂ­ je 0) a druhĂ˝ urÄŤuje dĂ©lku textu, kterĂ˝ se má zobrazit, pokud nenĂ­ uveden, bude zobrazen zbytek textu. TĹ™etĂ­ parametr uĹ™uje jakĂ˝ text má bĂ˝t pĹ™idán za zkrácenĂ˝ text (vĂ˝chozĂ­ je ...).'; +$strTransformation_text_plain__unformatted = 'ZobrazĂ­ text pomocĂ­ HTML entit, případnĂ˝ HTML se zobrazĂ­ v pĹŻvodnĂ­m tvaru.'; +$strTruncateQueries = 'Zobrazit zkrácenĂ© dotazy'; $strType = 'Typ'; $strUncheckAll = 'Odškrtnout vše'; @@ -587,6 +594,7 @@ $strUpdateProfileMessage = 'Přístup byl zmÄ›nÄ›n.'; $strUpdateQuery = 'Aktualizovat dotaz'; $strUsage = 'Používá'; $strUseBackquotes = 'Použít zpÄ›tnĂ© uvozovky u jmen tabulek a sloupcĹŻ'; +$strUseHostTable = 'Použít tabulku s poÄŤĂ­taÄŤi'; $strUseTables = 'Použít tabulky'; $strUseTextField = 'Použít textovĂ© pole'; $strUser = 'UĹľivatel'; @@ -623,13 +631,4 @@ $strZeroRemovesTheLimit = 'Poznámka: NastavenĂ­ tÄ›chto parametrĹŻ na 0 (nulu) $strZip = '"zazipováno"'; // 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 -$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 - -$strUseHostTable = 'Use Host Table'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strTruncateQueries = 'Truncate Shown Queries'; //to translate ?> diff --git a/lang/czech-windows-1250.inc.php3 b/lang/czech-windows-1250.inc.php3 index 6868cd0c8..ecc5b83e9 100644 --- a/lang/czech-windows-1250.inc.php3 +++ b/lang/czech-windows-1250.inc.php3 @@ -520,6 +520,7 @@ $strShowAll = 'Zobrazit v $strShowColor = 'Barevné šipky'; $strShowCols = 'Zobrazit sloupce'; $strShowDatadictAs = 'Formát datového slovníku'; +$strShowFullQueries = 'Zobrazit celé dotazy'; $strShowGrid = 'Zobrazit mřížku'; $strShowPHPInfo = 'Zobrazit informace o PHP'; $strShowTableDimension = 'Rozměry tabulek'; @@ -574,7 +575,13 @@ $strTransformation_image_jpeg__inline = 'Zobraz $strTransformation_image_jpeg__link = 'Zobrazí odkaz na obrázek (například stáhnutí pole blob).'; $strTransformation_image_png__inline = 'Viz image/jpeg: inline'; $strTransformation_text_plain__dateformat = 'Zobrazí datum nebo čas (TIME, TIMESTAMP a DATETIME) podle místního nastavení. První parametr je posun (v hodinách), který bude přidán k času (výchozí je 0). Druhý parametr je formátovací řetězec pro funkci strftime().'; +$strTransformation_text_plain__external = 'JEN PRO LINUX: Spustí externí program, na jeho standardní vstup pošle obsah pole a zobrazí výstup programu. Výchozí je program Tidy, který pěkně zformátuje HTML. Z bezpečnostních důvodů musíte jména povolených programů zapsat do souboru libraries/transformations/text_plain__external.inc.php. První parametr je číslo programu, který má být spuštěn a druhý parametr udává parametry tohoto programu. Třetí parametr určuje, zda mají být ve výstupu nahrazeny HTML entity (např. pro zobrazení zdrojového kódu HTML) (výchozí je 1, tedy převádět na entity), čtvrtý (při nastavení na 1) zajistí přidání parametru NOWRAP k vypisovanému textu, čímž se zachová formátování (výchozí je 1).'; $strTransformation_text_plain__formatted = 'Zachová původní formátování sloupce, tak jak je uložen v databázi.'; +$strTransformation_text_plain__imagelink = 'Zobrazí obrázek a odkaz z pole obsahujícího odkaz na obrázek. První parametr je prefix URL (například "http://mojedomena.cz/", druhý a třetí šířku a výšku obrázku.'; +$strTransformation_text_plain__link = 'Zobrazí odkaz z pole obsahující odkaz. První parametr je prefix URL (například "http://mojedomena.cz/", druhý text odkazu.'; +$strTransformation_text_plain__substr = 'Zobrazí jen část textu. První parametr je posun od začátku (výchozí je 0) a druhý určuje délku textu, který se má zobrazit, pokud není uveden, bude zobrazen zbytek textu. Třetí parametr uřuje jaký text má být přidán za zkrácený text (výchozí je ...).'; +$strTransformation_text_plain__unformatted = 'Zobrazí text pomocí HTML entit, případný HTML se zobrazí v původním tvaru.'; +$strTruncateQueries = 'Zobrazit zkrácené dotazy'; $strType = 'Typ'; $strUncheckAll = 'Odškrtnout vše'; @@ -586,6 +593,7 @@ $strUpdateProfileMessage = 'P $strUpdateQuery = 'Aktualizovat dotaz'; $strUsage = 'Používá'; $strUseBackquotes = 'Použít zpětné uvozovky u jmen tabulek a sloupců'; +$strUseHostTable = 'Použít tabulku s počítači'; $strUseTables = 'Použít tabulky'; $strUseTextField = 'Použít textové pole'; $strUser = 'Uživatel'; @@ -622,13 +630,4 @@ $strZeroRemovesTheLimit = 'Pozn $strZip = '"zazipováno"'; // 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 -$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 - -$strUseHostTable = 'Use Host Table'; //to translate -$strShowFullQueries = 'Show Full Queries'; //to translate -$strTruncateQueries = 'Truncate Shown Queries'; //to translate ?>