updated few strings in czech translation
This commit is contained in:
@@ -18,6 +18,7 @@ $Source$
|
||||
HTML entities fixes.
|
||||
* read_dump.php3: Fixed detection of $goto.
|
||||
* header.inc.php3: Neated URL generating.
|
||||
* lang/czech: Updated.
|
||||
|
||||
2003-03-24 Michal Cihar <nijel@users.sourceforge.net>
|
||||
* db_details_structure.php3, mult_submits.inc.php: Added CHECK TABLE to
|
||||
|
@@ -570,8 +570,11 @@ $strTime = '
|
||||
$strTotal = 'celkem';
|
||||
$strTotalUC = 'Celkem';
|
||||
$strTraffic = 'Provoz';
|
||||
$strTransformation_image_jpeg__inline = 'Zobraz<61> n<>hled obr<62>zku s odkazem na obr<62>zek; parametry <20><><EFBFBD>ka a v<><76>ka v bodech (pom<6F>r stran obr<62>zku z<>stane zachov<6F>n)';
|
||||
$strTransformation_image_jpeg__link = 'Zobraz<61> odkaz na obr<62>zek (nap<61><70>klad st<73>hnut<75> pole blob).';
|
||||
$strTransformation_image_png__inline = 'Viz image/jpeg: inline';
|
||||
$strTransformation_text_plain__dateformat = 'Zobraz<61> datum nebo <20>as (TIME, TIMESTAMP a DATETIME) podle m<>stn<74>ho nastaven<65>. Prvn<76> parametr je posun (v hodin<69>ch), kter<65> bude p<>id<69>n k <3B>asu (v<>choz<6F> je 0). Druh<75> parametr je form<72>tovac<61> <20>et<65>zec pro funkci strftime().';
|
||||
$strTransformation_text_plain__formatted = 'Zachov<6F> p<>vodn<64> form<72>tov<6F>n<EFBFBD> sloupce, tak jak je ulo<6C>en v datab<61>zi.';
|
||||
$strType = 'Typ';
|
||||
|
||||
$strUncheckAll = 'Od<4F>krtnout v<>e';
|
||||
@@ -619,10 +622,7 @@ $strZeroRemovesTheLimit = 'Pozn
|
||||
$strZip = '"zazipov<6F>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__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__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__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
|
||||
|
@@ -571,8 +571,11 @@ $strTime = 'Čas';
|
||||
$strTotal = 'celkem';
|
||||
$strTotalUC = 'Celkem';
|
||||
$strTraffic = 'Provoz';
|
||||
$strTransformation_image_jpeg__inline = 'Zobrazí náhled obrázku s odkazem na obrázek; parametry šířka a výška v bodech (poměr stran obrázku zůstane zachován)';
|
||||
$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__formatted = 'Zachová původní formátování sloupce, tak jak je uložen v databázi.';
|
||||
$strType = 'Typ';
|
||||
|
||||
$strUncheckAll = 'Odškrtnout vše';
|
||||
@@ -620,10 +623,7 @@ $strZeroRemovesTheLimit = 'Poznámka: Nastavení těchto parametrů na 0 (nulu)
|
||||
$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__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__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__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
|
||||
|
@@ -570,8 +570,11 @@ $strTime = '
|
||||
$strTotal = 'celkem';
|
||||
$strTotalUC = 'Celkem';
|
||||
$strTraffic = 'Provoz';
|
||||
$strTransformation_image_jpeg__inline = 'Zobraz<61> n<>hled obr<62>zku s odkazem na obr<62>zek; parametry <20><><EFBFBD>ka a v<><76>ka v bodech (pom<6F>r stran obr<62>zku z<>stane zachov<6F>n)';
|
||||
$strTransformation_image_jpeg__link = 'Zobraz<61> odkaz na obr<62>zek (nap<61><70>klad st<73>hnut<75> pole blob).';
|
||||
$strTransformation_image_png__inline = 'Viz image/jpeg: inline';
|
||||
$strTransformation_text_plain__dateformat = 'Zobraz<61> datum nebo <20>as (TIME, TIMESTAMP a DATETIME) podle m<>stn<74>ho nastaven<65>. Prvn<76> parametr je posun (v hodin<69>ch), kter<65> bude p<>id<69>n k <3B>asu (v<>choz<6F> je 0). Druh<75> parametr je form<72>tovac<61> <20>et<65>zec pro funkci strftime().';
|
||||
$strTransformation_text_plain__formatted = 'Zachov<6F> p<>vodn<64> form<72>tov<6F>n<EFBFBD> sloupce, tak jak je ulo<6C>en v datab<61>zi.';
|
||||
$strType = 'Typ';
|
||||
|
||||
$strUncheckAll = 'Od<4F>krtnout v<>e';
|
||||
@@ -619,10 +622,7 @@ $strZeroRemovesTheLimit = 'Pozn
|
||||
$strZip = '"zazipov<6F>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__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__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__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
|
||||
|
Reference in New Issue
Block a user