MediaWiki fundraising/REL1_35
CldrNamesOs.php File Reference

Go to the source code of this file.

Variables

 $countryNames
 
 $currencyNames
 
 $currencySymbols
 
 $languageNames
 
 $timeUnits
 

Variable Documentation

◆ $countryNames

$countryNames
Initial value:
= [
'BR' => 'Бразили',
'CN' => 'Китай',
'DE' => 'Герман',
'FR' => 'Франц',
'GB' => 'Стыр Британи',
'GE' => 'Гуырдзыстон',
'IN' => 'Инди',
'IT' => 'Итали',
'JP' => 'Япон',
'RU' => 'Уӕрӕсе',
'US' => 'АИШ',
]

Definition at line 95 of file CldrNamesOs.php.

◆ $currencyNames

$currencyNames
Initial value:
= [
'BRL' => 'Бразилиаг реал',
'EUR' => 'Евро',
'GBP' => 'Бритайнаг Фунт',
'GEL' => 'Лар',
'RUB' => 'Сом',
'USD' => 'АИШ-ы Доллар',
'XXX' => 'Нӕзонгӕ валютӕ',
]

Definition at line 77 of file CldrNamesOs.php.

◆ $currencySymbols

$currencySymbols
Initial value:
= [
'BRL' => 'R$',
'EUR' => '€',
'GBP' => '£',
'GEL' => '₾',
'USD' => '$',
]

Definition at line 87 of file CldrNamesOs.php.

◆ $languageNames

$languageNames

Definition at line 3 of file CldrNamesOs.php.

◆ $timeUnits

$timeUnits
Initial value:
= [
'day-future-one' => '{0} боны фӕстӕ',
'day-future-other' => '{0} боны фӕстӕ',
'day-one' => '{0} бон',
'day-other' => '{0} боны',
'day-past-one' => '{0} бон раздӕр',
'day-past-other' => '{0} боны размӕ',
'hour-future-one' => '{0} сахаты фӕстӕ',
'hour-future-other' => '{0} сахаты фӕстӕ',
'hour-one' => '{0} сахат',
'hour-other' => '{0} сахаты',
'hour-past-one' => '{0} сахаты размӕ',
'hour-past-other' => '{0} сахаты размӕ',
'minute-one' => '{0} минут',
'minute-other' => '{0} минуты',
'month-one' => '{0} мӕй',
'month-other' => '{0} мӕйы',
'second-one' => '{0} секунд',
'second-other' => '{0} секунды',
'week-one' => '{0} къуыри',
'week-other' => '{0} къуырийы',
'year-one' => '{0} аз',
'year-other' => '{0} азы',
]

Definition at line 109 of file CldrNamesOs.php.