MediaWiki  1.33.0
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 = [ ',' => "\u{00A0}", '.' => ',' ]
 

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

$dateFormats

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

$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

$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

$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

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

Definition at line 35 of file MessagesLv.php.

◆ $namespaceAliases

$namespaceAliases
Initial value:
= [
'Lietotājs' => NS_USER,
'Lietotāja_diskusija' => NS_USER_TALK,
]

Definition at line 56 of file MessagesLv.php.

◆ $namespaceGenderAliases

$namespaceGenderAliases
Initial value:
= [
NS_USER => [ 'male' => 'Dalībnieks', 'female' => 'Dalībniece' ],
NS_USER_TALK => [ 'male' => 'Dalībnieka_diskusija', 'female' => 'Dalībnieces_diskusija' ]
]

Definition at line 61 of file MessagesLv.php.

◆ $namespaceNames

$namespaceNames
Initial value:
= [
NS_MEDIA => 'Media',
NS_SPECIAL => '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',
]

Definition at line 37 of file MessagesLv.php.

◆ $separatorTransformTable

$separatorTransformTable = [ ',' => "\u{00A0}", '.' => ',' ]

Definition at line 66 of file MessagesLv.php.

NS_HELP
const NS_HELP
Definition: Defines.php:76
NS_TEMPLATE_TALK
const NS_TEMPLATE_TALK
Definition: Defines.php:75
NS_FILE
const NS_FILE
Definition: Defines.php:70
NS_TEMPLATE
const NS_TEMPLATE
Definition: Defines.php:74
NS_SPECIAL
const NS_SPECIAL
Definition: Defines.php:53
NS_MEDIAWIKI_TALK
const NS_MEDIAWIKI_TALK
Definition: Defines.php:73
NS_CATEGORY
const NS_CATEGORY
Definition: Defines.php:78
NS_USER_TALK
const NS_USER_TALK
Definition: Defines.php:67
NS_MEDIA
const NS_MEDIA
Definition: Defines.php:52
NS_PROJECT_TALK
const NS_PROJECT_TALK
Definition: Defines.php:69
NS_HELP_TALK
const NS_HELP_TALK
Definition: Defines.php:77
NS_USER
const NS_USER
Definition: Defines.php:66
NS_TALK
const NS_TALK
Definition: Defines.php:65
NS_MEDIAWIKI
const NS_MEDIAWIKI
Definition: Defines.php:72
NS_FILE_TALK
const NS_FILE_TALK
Definition: Defines.php:71
NS_CATEGORY_TALK
const NS_CATEGORY_TALK
Definition: Defines.php:79