Go to the source code of this file.
Variables | |
$fallback8bitEncoding = 'cp1250' | |
$namespaceNames | |
$datePreferences | |
Date formats list for Special:Preferences see $dateFormats for definitions. | |
$defaultDateFormat = 'ČSN basic dt' | |
Default date format to be used. | |
$dateFormats | |
Date formats definitions. | |
$bookstoreList | |
Default list of book sources Hledání knihy podle ISBN. | |
$magicWords | |
$linkTrail = '/^([a-záčďéěíňóřšťúůýž]+)(.*)$/sDu' | |
Regular expression matching the "link trail", e.g. | |
$separatorTransformTable = array(',' => "\xc2\xa0", '.' => ',' ) | |
$specialPageAliases | |
$messages |
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 |
Initial value:
array( 'Národní knihovna' => 'http://sigma.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, )
Definition at line 105 of file MessagesCs.php.
$dateFormats |
Initial value:
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', )
Č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 71 of file MessagesCs.php.
$datePreferences |
Initial value:
array( 'ČSN basic dt', 'ČSN padded dt', 'ČSN basic td', 'ČSN padded td', 'PČP dt', 'PČP td', 'ISO dt', )
Definition at line 47 of file MessagesCs.php.
$defaultDateFormat = 'ČSN basic dt' |
$fallback8bitEncoding = 'cp1250' |
Definition at line 22 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 224 of file MessagesCs.php.
$magicWords |
Definition at line 111 of file MessagesCs.php.
$messages |
Definition at line 310 of file MessagesCs.php.
$namespaceNames |
Initial value:
array( NS_MEDIA => 'Média', NS_SPECIAL => 'Speciální', NS_TALK => 'Diskuse', NS_USER => 'Uživatel', NS_USER_TALK => 'Uživatel_diskuse', NS_PROJECT_TALK => '$1_diskuse', NS_FILE => 'Soubor', NS_FILE_TALK => 'Soubor_diskuse', NS_MEDIAWIKI => 'MediaWiki', NS_MEDIAWIKI_TALK => 'MediaWiki_diskuse', NS_TEMPLATE => 'Šablona', NS_TEMPLATE_TALK => 'Šablona_diskuse', NS_HELP => 'Nápověda', NS_HELP_TALK => 'Nápověda_diskuse', NS_CATEGORY => 'Kategorie', NS_CATEGORY_TALK => 'Kategorie_diskuse', )
Definition at line 24 of file MessagesCs.php.
$separatorTransformTable = array(',' => "\xc2\xa0", '.' => ',' ) |
Definition at line 226 of file MessagesCs.php.
$specialPageAliases |
Definition at line 228 of file MessagesCs.php.