MediaWiki  1.28.1
MessagesLv.php File Reference

Latvian (latviešu) More...

Go to the source code of this file.

Variables

 $dateFormats
 These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter). More...
 
 $datePreferenceMigrationMap
 Associative array mapping old numeric date formats, which may still be stored in user preferences, to the new string formats. More...
 
 $datePreferences
 A list of date format preference keys, which can be selected in user preferences. More...
 
 $defaultDateFormat = 'ydm'
 The date format to use for generated dates in the user interface. More...
 
 $linkTrail = '/^([a-zA-ZĀāČčĒēĢģĪīĶķĻļŅņŠšŪūŽž]+)(.*)$/sDu'
 
 $namespaceAliases
 
 $namespaceGenderAliases
 
 $namespaceNames
 
 $separatorTransformTable = [ ',' => "\xc2\xa0"
 
 NS_SPECIAL
 

Detailed Description

Latvian (latviešu)

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

Author
Admresdeserv.
Dark Eagle
Edgars2007
FnTmLV
Geimeris
Geitost
Gleb Borisov
GreenZeb
Kaganer
Karlis
Kikos
Knakts
Marozols
Papuass
Reedy
Srolanh
Xil
Yyy
לערי ריינהארט

Definition in file MessagesLv.php.

Variable Documentation

$dateFormats
Initial value:
= [
'ydm time' => 'H.i'

These are formats for dates generated by MediaWiki (as opposed to the wikitext DateFormatter).

Documentation for the format string can be found in Language.php, search for sprintfDate.

This array is automatically inherited by all subclasses. Individual keys can be overridden.

Definition at line 113 of file MessagesLv.php.

$datePreferenceMigrationMap
Initial value:
= [
'default',
'mdy',
'dmy',
'ymd'
]

Associative array mapping old numeric date formats, which may still be stored in user preferences, to the new string formats.

Definition at line 98 of file MessagesLv.php.

$datePreferences
Initial value:
= [
'default',
'ydm',
'mdy',
'dmy',
'ymd',
'ISO 8601',
]

A list of date format preference keys, which can be selected in user preferences.

New preference keys can be added, provided they are supported by the language class's timeanddate(). Only the 5 keys listed below are supported by the wikitext converter (parser/DateFormatter.php).

The special key "default" is an alias for either dmy or mdy depending on $wgAmericanDates

Definition at line 77 of file MessagesLv.php.

$defaultDateFormat = 'ydm'

The date format to use for generated dates in the user interface.

This may be one of the above date preferences, or the special value "dmy or mdy", which uses mdy if $wgAmericanDates is true, and dmy if $wgAmericanDates is false.

Definition at line 92 of file MessagesLv.php.

$linkTrail = '/^([a-zA-ZĀāČčĒēĢģĪīĶķĻļŅņŠšŪūŽž]+)(.*)$/sDu'
Note
Copyright © 2006, Niklas Laxström
http://www.gnu.org/copyleft/gpl.html GNU General Public License 2.0 or later

Definition at line 35 of file MessagesLv.php.

$namespaceAliases
Initial value:
= [
'Lietotājs' => NS_USER

Definition at line 56 of file MessagesLv.php.

$namespaceGenderAliases
Initial value:
= [
NS_USER => [ 'male' => 'Dalībnieks'

Definition at line 61 of file MessagesLv.php.

$namespaceNames
Initial value:
= [
NS_MEDIA => 'Media'
const NS_MEDIA
Definition: Defines.php:44

Definition at line 37 of file MessagesLv.php.

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

Definition at line 66 of file MessagesLv.php.

NS_SPECIAL
Initial value:
=> 'Special',
NS_TALK => 'Diskusija',
NS_USER => 'Dalībnieks',
NS_USER_TALK => 'Dalībnieka_diskusija',
NS_PROJECT_TALK => '{{grammar:ģenitīvs|$1}}_diskusija',
NS_FILE => 'Attēls',
NS_FILE_TALK => 'Attēla_diskusija',
NS_MEDIAWIKI => 'MediaWiki',
NS_MEDIAWIKI_TALK => 'MediaWiki_diskusija',
NS_TEMPLATE => 'Veidne',
NS_TEMPLATE_TALK => 'Veidnes_diskusija',
NS_HELP => 'Palīdzība',
NS_HELP_TALK => 'Palīdzības_diskusija',
NS_CATEGORY => 'Kategorija',
NS_CATEGORY_TALK => 'Kategorijas_diskusija',
]
const NS_TEMPLATE
Definition: Defines.php:66
const NS_MEDIAWIKI_TALK
Definition: Defines.php:65
const NS_PROJECT_TALK
Definition: Defines.php:61
const NS_CATEGORY
Definition: Defines.php:70
const NS_FILE
Definition: Defines.php:62
const NS_FILE_TALK
Definition: Defines.php:63
const NS_MEDIAWIKI
Definition: Defines.php:64
const NS_CATEGORY_TALK
Definition: Defines.php:71
const NS_HELP
Definition: Defines.php:68
const NS_HELP_TALK
Definition: Defines.php:69
const NS_TALK
Definition: Defines.php:57
const NS_USER_TALK
Definition: Defines.php:59
const NS_TEMPLATE_TALK
Definition: Defines.php:67

Definition at line 39 of file MessagesLv.php.