Files
yii/framework/i18n/data/ru_ru.php
qiang.xue 662798d8a5
2008-09-28 12:03:53 +00:00

254 lines
5.0 KiB
PHP
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* Copyright © 1991-2007 Unicode, Inc. All rights reserved.
* Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
*
* Copyright © 2008 Yii Software LLC (http://www.yiiframework.com/license/)
*/
return array (
'version' => '1.50',
'numberSymbols' =>
array (
'decimal' => ',',
'group' => ' ',
'list' => ';',
'percentSign' => '%',
'nativeZeroDigit' => '0',
'patternDigit' => '#',
'plusSign' => '+',
'minusSign' => '-',
'exponential' => 'E',
'perMille' => '‰',
'infinity' => '∞',
'nan' => 'NaN',
),
'decimalFormat' => '#,##0.###',
'scientificFormat' => '#E0',
'percentFormat' => '#,##0 %',
'currencyFormat' => '#,##0.00 ¤',
'currencySymbols' =>
array (
'BRL' => 'R$',
'EUR' => '€',
'GBP' => '£',
'INR' => 'INR',
'ITL' => 'IT₤',
'JPY' => '¥',
'USD' => '$',
'ADP' => 'андоррских песет',
'ALL' => 'lek',
'AMD' => 'dram',
'ANG' => 'NA f.',
'ARS' => 'Arg$',
'AUD' => '$A',
'BBD' => 'BDS$',
'BDT' => 'Tk',
'BEF' => 'BF',
'BGL' => 'lev',
'BHD' => 'BD',
'BIF' => 'Fbu',
'BMD' => 'Ber$',
'BOB' => 'Bs',
'BTN' => 'Nu',
'BYR' => 'Rbl',
'BZD' => 'BZ$',
'CAD' => 'Can$',
'CHF' => 'SwF',
'CLP' => 'Ch$',
'CNY' => 'Y',
'COP' => 'Col$',
'CRC' => 'C',
'CVE' => 'CVEsc',
'CYP' => '£C',
'DJF' => 'DF',
'DKK' => 'DKr',
'DOP' => 'RD$',
'DZD' => 'DA',
'ETB' => 'Br',
'FJD' => 'F$',
'GEL' => 'lari',
'GNF' => 'GF',
'GTQ' => 'Q',
'GYD' => 'G$',
'HKD' => 'HK$',
'HNL' => 'L',
'HUF' => 'Ft',
'IDR' => 'Rp',
'IEP' => 'IR£',
'IQD' => 'ID',
'IRR' => 'RI',
'JMD' => 'J$',
'JOD' => 'JD',
'KES' => 'K Sh',
'KGS' => 'som',
'KHR' => 'CR',
'KMF' => 'CF',
'KWD' => 'KD',
'KZT' => 'T',
'LBP' => 'LL',
'LKR' => 'SL Re',
'LSL' => 'M',
'LYD' => 'LD',
'MKD' => 'MDen',
'MNT' => 'Tug',
'MRO' => 'UM',
'MTL' => 'Lm',
'MWK' => 'MK',
'MXN' => 'MEX$',
'MYR' => 'RM',
'MZM' => 'Mt',
'NAD' => 'N$',
'NOK' => 'NKr',
'NPR' => 'Nrs',
'NZD' => '$NZ',
'OMR' => 'RO',
'PKR' => 'Pra',
'PLN' => 'Zl',
'QAR' => 'QR',
'ROL' => 'leu',
'RUB' => 'руб.',
'RUR' => 'р.',
'SAR' => 'SRl',
'SBD' => 'SI$',
'SCR' => 'SR',
'SEK' => 'SKr',
'SGD' => 'S$',
'SKK' => 'Sk',
'SOS' => 'Sh.',
'SRG' => 'Sf',
'STD' => 'Db',
'SYP' => 'LS',
'SZL' => 'E',
'TOP' => 'T$',
'TRL' => 'TL',
'TTD' => 'TT$',
'TWD' => 'NT$',
'TZS' => 'T Sh',
'UAH' => 'грн.',
'VEB' => 'Be',
'VND' => 'Донг',
'VUV' => 'VT',
'XCD' => 'EC$',
'XPF' => 'CFPF',
'YER' => 'YRl',
'ZAR' => 'R',
'ZWD' => 'Z$',
),
'monthNames' =>
array (
'wide' =>
array (
1 => 'января',
2 => 'февраля',
3 => 'марта',
4 => 'апреля',
5 => 'мая',
6 => 'июня',
7 => 'июля',
8 => 'августа',
9 => 'сентября',
10 => 'октября',
11 => 'ноября',
12 => 'декабря',
),
'abbreviated' =>
array (
1 => 'янв.',
2 => 'февр.',
3 => 'марта',
4 => 'апр.',
5 => 'мая',
6 => 'июня',
7 => 'июля',
8 => 'авг.',
9 => 'сент.',
10 => 'окт.',
11 => 'нояб.',
12 => 'дек.',
),
'narrow' =>
array (
1 => 'Я',
2 => 'Ф',
3 => 'М',
4 => 'А',
5 => 'М',
6 => 'И',
7 => 'И',
8 => 'А',
9 => 'С',
10 => 'О',
11 => 'Н',
12 => 'Д',
),
),
'weekDayNames' =>
array (
'wide' =>
array (
0 => 'воскресенье',
1 => 'понедельник',
2 => 'вторник',
3 => 'среда',
4 => 'четверг',
5 => 'пятница',
6 => 'суббота',
),
'abbreviated' =>
array (
0 => 'Вс',
1 => 'Пн',
2 => 'Вт',
3 => 'Ср',
4 => 'Чт',
5 => 'Пт',
6 => 'Сб',
),
'narrow' =>
array (
'sun' => 'В',
'mon' => 'П',
'tue' => 'В',
'wed' => 'С',
'thu' => 'Ч',
'fri' => 'П',
'sat' => 'С',
),
),
'eraNames' =>
array (
'abbreviated' =>
array (
0 => 'до н.э.',
1 => 'н.э.',
),
'wide' =>
array (
0 => 'до н.э.',
1 => 'н.э.',
),
'narrow' =>
array (
0 => 'до н.э.',
1 => 'н.э.',
),
),
'dateFormats' =>
array (
'full' => 'EEEE, d MMMM yyyy \'г\'.',
'long' => 'd MMMM yyyy \'г\'.',
'medium' => 'dd.MM.yyyy',
'short' => 'dd.MM.yy',
),
'timeFormats' =>
array (
'full' => 'H:mm:ss v',
'long' => 'H:mm:ss z',
'medium' => 'H:mm:ss',
'short' => 'H:mm',
),
'dateTimeFormat' => '{1} {0}',
'amName' => 'AM',
'pmName' => 'PM',
);
?>