MediaWiki  1.27.2
MessagesCs.php File Reference

Czech (čeština) More...

Go to the source code of this file.

Variables

 $bookstoreList
 Default list of book sources Hledání knihy podle ISBN. More...
 
 $dateFormats
 Date formats definitions. More...
 
 $datePreferences
 Date formats list for Special:Preferences see $dateFormats for definitions. More...
 
 $defaultDateFormat = 'ČSN basic dt'
 Default date format to be used. More...
 
 $fallback8bitEncoding = 'cp1250'
 
 $linkTrail = '/^([a-záčďéěíňóřšťúůýž]+)(.*)$/sDu'
 Regular expression matching the "link trail", e.g. More...
 
 $magicWords
 
 $namespaceAliases
 
 $namespaceGenderAliases
 
 $namespaceNames
 
 $separatorTransformTable = [ ',' => "\xc2\xa0"
 
 $specialPageAliases
 
 NS_SPECIAL
 

Detailed Description

Czech (čeština)

To improve a translation please visit https://translatewiki.net

Definition in file MessagesCs.php.

Variable Documentation

$bookstoreList
Initial value:
= [
'Národní knihovna' => 'http://aleph.nkp.cz/F/?func=find-a&find_code=ISN&request=$1'

Default list of book sources Hledání knihy podle ISBN.

Definition at line 322 of file MessagesCs.php.

$dateFormats
Initial value:
= [
'ČSN basic dt time' => 'H:i'

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 288 of file MessagesCs.php.

$datePreferences
Initial value:
= [
'Č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 264 of file MessagesCs.php.

$defaultDateFormat = 'ČSN basic dt'

Default date format to be used.

Definition at line 277 of file MessagesCs.php.

$fallback8bitEncoding = 'cp1250'

Definition at line 11 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 333 of file MessagesCs.php.

$magicWords
Initial value:
= [
'redirect' => [ '0', '#PŘESMĚRUJ', '#REDIRECT' ]

Definition at line 140 of file MessagesCs.php.

$namespaceAliases
Initial value:
= [
'Uživatel_diskuse' => NS_USER_TALK
const NS_USER_TALK
Definition: Defines.php:72

Definition at line 32 of file MessagesCs.php.

$namespaceGenderAliases
Initial value:
= [
NS_USER => [ 'male' => 'Uživatel'

Definition at line 43 of file MessagesCs.php.

$namespaceNames
Initial value:
= [
NS_MEDIA => 'Média'
const NS_MEDIA
Definition: Defines.php:57

Definition at line 13 of file MessagesCs.php.

$separatorTransformTable = [ ',' => "\xc2\xa0"

Definition at line 335 of file MessagesCs.php.

$specialPageAliases
Initial value:
= [
'Activeusers' => [ 'Aktivní_uživatelé', 'Aktivni_uzivatele' ]

Definition at line 48 of file MessagesCs.php.

NS_SPECIAL
Initial value:
=> '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',
]
const NS_TEMPLATE
Definition: Defines.php:79
const NS_MEDIAWIKI_TALK
Definition: Defines.php:78
const NS_PROJECT_TALK
Definition: Defines.php:74
const NS_CATEGORY
Definition: Defines.php:83
const NS_FILE
Definition: Defines.php:75
const NS_FILE_TALK
Definition: Defines.php:76
const NS_MEDIAWIKI
Definition: Defines.php:77
const NS_CATEGORY_TALK
Definition: Defines.php:84
const NS_HELP
Definition: Defines.php:81
const NS_HELP_TALK
Definition: Defines.php:82
const NS_TALK
Definition: Defines.php:70
const NS_USER_TALK
Definition: Defines.php:72
const NS_TEMPLATE_TALK
Definition: Defines.php:80

Definition at line 15 of file MessagesCs.php.