MediaWiki master
MessagesLv.php
Go to the documentation of this file.
1<?php
33$linkTrail = '/^([a-zA-ZĀāČčĒēĢģĪīĶķĻļŅņŠšŪūŽž]+)(.*)$/sDu';
34
36 NS_MEDIA => 'Media',
37 NS_SPECIAL => 'Special',
38 NS_TALK => 'Diskusija',
39 NS_USER => 'Dalībnieks',
40 NS_USER_TALK => 'Dalībnieka_diskusija',
41 NS_PROJECT_TALK => '{{grammar:ģenitīvs|$1}}_diskusija',
42 NS_FILE => 'Attēls',
43 NS_FILE_TALK => 'Attēla_diskusija',
44 NS_MEDIAWIKI => 'MediaWiki',
45 NS_MEDIAWIKI_TALK => 'MediaWiki_diskusija',
46 NS_TEMPLATE => 'Veidne',
47 NS_TEMPLATE_TALK => 'Veidnes_diskusija',
48 NS_HELP => 'Palīdzība',
49 NS_HELP_TALK => 'Palīdzības_diskusija',
50 NS_CATEGORY => 'Kategorija',
51 NS_CATEGORY_TALK => 'Kategorijas_diskusija',
52];
53
55 'Lietotājs' => NS_USER,
56 'Lietotāja_diskusija' => NS_USER_TALK,
57];
58
60 NS_USER => [ 'male' => 'Dalībnieks', 'female' => 'Dalībniece' ],
61 NS_USER_TALK => [ 'male' => 'Dalībnieka_diskusija', 'female' => 'Dalībnieces_diskusija' ]
62];
63
64$separatorTransformTable = [ ',' => "\u{00A0}", '.' => ',' ];
65
76 'default',
77 'ydm',
78 'mdy',
79 'dmy',
80 'ymd',
81 'ISO 8601',
82];
83
91
97 'default',
98 'mdy',
99 'dmy',
100 'ymd'
101];
102
112 'ydm time' => 'H.i',
113 'ydm date' => 'Y". gada" j. F',
114 'ydm monthonly' => 'Y". gada" F',
115 'ydm both' => 'Y". gada" j. F", plkst." H.i',
116 'ydm pretty' => 'j F',
117
118 'mdy time' => 'H:i',
119 'mdy date' => 'F j, Y',
120 'mdy monthonly' => 'F Y',
121 'mdy both' => 'H:i, F j, Y',
122 'mdy pretty' => 'F j',
123
124 'dmy time' => 'H:i',
125 'dmy date' => 'j F Y',
126 'dmy monthonly' => 'F Y',
127 'dmy both' => 'H:i, j F Y',
128 'dmy pretty' => 'j F',
129
130 'ymd time' => 'H:i',
131 'ymd date' => 'Y F j',
132 'ymd monthonly' => 'Y F',
133 'ymd both' => 'H:i, Y F j',
134 'ymd pretty' => 'F j',
135
136 'ISO 8601 time' => 'xnH:xni:xns',
137 'ISO 8601 date' => 'xnY-xnm-xnd',
138 'ISO 8601 monthonly' => 'xnY-xnm',
139 'ISO 8601 both' => 'xnY-xnm-xnd"T"xnH:xni:xns',
140 'ISO 8601 pretty' => 'xnm-xnd'
141];
const NS_HELP
Definition Defines.php:76
const NS_USER
Definition Defines.php:66
const NS_FILE
Definition Defines.php:70
const NS_MEDIAWIKI_TALK
Definition Defines.php:73
const NS_PROJECT_TALK
Definition Defines.php:69
const NS_MEDIAWIKI
Definition Defines.php:72
const NS_TEMPLATE
Definition Defines.php:74
const NS_SPECIAL
Definition Defines.php:53
const NS_FILE_TALK
Definition Defines.php:71
const NS_HELP_TALK
Definition Defines.php:77
const NS_CATEGORY_TALK
Definition Defines.php:79
const NS_MEDIA
Definition Defines.php:52
const NS_TALK
Definition Defines.php:65
const NS_USER_TALK
Definition Defines.php:67
const NS_CATEGORY
Definition Defines.php:78
const NS_TEMPLATE_TALK
Definition Defines.php:75
$defaultDateFormat
The date format to use for generated dates in the user interface.
$namespaceGenderAliases
$dateFormats
These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter).
$datePreferenceMigrationMap
Associative array mapping old numeric date formats, which may still be stored in user preferences,...
$namespaceAliases
$linkTrail
$datePreferences
A list of date format preference keys, which can be selected in user preferences.
$namespaceNames
$separatorTransformTable