MediaWiki
REL1_19
|
Czech (čeština) More...
Go to the source code of this file.
Variables | |
$bookstoreList | |
Default list of book sources Hledání knihy podle ISBN. | |
$dateFormats | |
Date formats definitions. | |
$datePreferences | |
Date formats list for Special:Preferences see $dateFormats for definitions. | |
$defaultDateFormat = 'ČSN basic dt' | |
Default date format to be used. | |
$fallback8bitEncoding = 'cp1250' | |
$linkTrail = '/^([a-záčďéěíňóřšťúůýž]+)(.*)$/sDu' | |
Regular expression matching the "link trail", e.g. | |
$magicWords | |
$messages | |
$namespaceAliases | |
$namespaceGenderAliases | |
$namespaceNames | |
$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' ) | |
$specialPageAliases |
Czech (čeština)
See MessagesQqq.php for message documentation incl. usage of parameters To improve a translation please visit http://translatewiki.net
Definition in file MessagesCs.php.
$bookstoreList |
array( 'Národní knihovna' => 'http://aleph.nkp.cz/F/?func=find-a&find_code=ISN&request=$1', 'Státní technická knihovna' => 'http://www.stk.cz/cgi-bin/dflex/CZE/STK/BROWSE?A=01&V=$1', 'inherit' => true, )
Default list of book sources Hledání knihy podle ISBN.
Definition at line 136 of file MessagesCs.php.
$dateFormats |
array( 'ČSN basic dt time' => 'H:i', 'ČSN basic dt date' => 'j. n. Y', 'ČSN basic dt both' => 'j. n. Y, H:i', 'ČSN padded dt time' => 'H:i', 'ČSN padded dt date' => 'd.m.Y', 'ČSN padded dt both' => 'd.m.Y, H:i', 'ČSN basic td time' => 'H:i', 'ČSN basic td date' => 'j. n. Y', 'ČSN basic td both' => 'H:i, j. n. Y', 'ČSN padded td time' => 'H:i', 'ČSN padded td date' => 'd.m.Y', 'ČSN padded td both' => 'H:i, d.m.Y', 'PČP dt time' => 'H.i', 'PČP dt date' => 'j. xg Y', 'PČP dt both' => 'j. xg Y, H.i', 'PČP td time' => 'H.i', 'PČP td date' => 'j. xg Y', 'PČP td both' => 'H.i, j. xg Y', 'ISO dt time' => 'xnH:xni:xns', 'ISO dt date' => 'xnY-xnm-xnd', 'ISO dt both' => 'xnY-xnm-xnd"T"xnH:xni:xns', )
Date formats definitions.
ČSN - Česká státní norma 01 6910 / Czech state norm 01 6910; numeral representation, basic = 1-12(31), padded = 01-12(31) PČP - Pravidla českého pravopisu / The rules of Czech ortography (ISBN 80-200-0475-0); verbal representation ISO - ISO 8601:2004 - Data elements and interchange formats -- Information interchange -- Representation of dates and times dt - date, time order td - time, date order
Definition at line 102 of file MessagesCs.php.
$datePreferences |
array( 'ČSN basic dt', 'ČSN padded dt', 'ČSN basic td', 'ČSN padded td', 'PČP dt', 'PČP td', 'ISO dt', )
Date formats list for Special:Preferences see $dateFormats for definitions.
Definition at line 78 of file MessagesCs.php.
$defaultDateFormat = 'ČSN basic dt' |
Default date format to be used.
Definition at line 91 of file MessagesCs.php.
$fallback8bitEncoding = 'cp1250' |
Definition at line 37 of file MessagesCs.php.
$linkTrail = '/^([a-záčďéěíňóřšťúůýž]+)(.*)$/sDu' |
Regular expression matching the "link trail", e.g.
"ed" in [[Toast]]ed, as the first group, and the remainder of the string as the second group.
Definition at line 265 of file MessagesCs.php.
$magicWords |
Definition at line 142 of file MessagesCs.php.
$messages |
Definition at line 359 of file MessagesCs.php.
$namespaceAliases |
array( 'Uživatel_diskuse' => NS_USER_TALK, # old literal translation backward compatibility 'Uživatelka_diskuse' => NS_USER_TALK, # female complement to old literal translation style '$1_diskuse' => NS_PROJECT_TALK, # old literal translation backward compatibility 'Soubor_diskuse' => NS_FILE_TALK, # old literal translation backward compatibility 'MediaWiki_diskuse' => NS_MEDIAWIKI_TALK, # old literal translation backward compatibility 'Šablona_diskuse' => NS_TEMPLATE_TALK, # old literal translation backward compatibility 'Nápověda_diskuse' => NS_HELP_TALK, # old literal translation backward compatibility 'Kategorie_diskuse' => NS_CATEGORY_TALK, # old literal translation backward compatibility )
Definition at line 58 of file MessagesCs.php.
$namespaceGenderAliases |
array( NS_USER => array( 'male' => 'Uživatel', 'female' => 'Uživatelka' ), NS_USER_TALK => array( 'male' => 'Diskuse_s_uživatelem', 'female' => 'Diskuse_s_uživatelkou' ), )
Definition at line 69 of file MessagesCs.php.
$namespaceNames |
array( NS_MEDIA => 'Média', NS_SPECIAL => 'Speciální', NS_TALK => 'Diskuse', NS_USER => 'Uživatel', NS_USER_TALK => 'Diskuse_s_uživatelem', NS_PROJECT_TALK => 'Diskuse_k_{{grammar:3sg|$1}}', NS_FILE => 'Soubor', NS_FILE_TALK => 'Diskuse_k_souboru', NS_MEDIAWIKI => 'MediaWiki', NS_MEDIAWIKI_TALK => 'Diskuse_k_MediaWiki', NS_TEMPLATE => 'Šablona', NS_TEMPLATE_TALK => 'Diskuse_k_šabloně', NS_HELP => 'Nápověda', NS_HELP_TALK => 'Diskuse_k_nápovědě', NS_CATEGORY => 'Kategorie', NS_CATEGORY_TALK => 'Diskuse_ke_kategorii', )
Definition at line 39 of file MessagesCs.php.
$separatorTransformTable = array( ',' => "\xc2\xa0", '.' => ',' ) |
Definition at line 267 of file MessagesCs.php.
$specialPageAliases |
Definition at line 269 of file MessagesCs.php.