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

256 lines
5.1 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.44',
'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' => '₤',
'JPY' => '¥',
'USD' => '$',
'AFN' => 'Af',
'ALL' => 'lek',
'AMD' => 'dram',
'ANG' => 'NA f.',
'ARS' => 'Arg$',
'AUD' => '$A',
'BAM' => 'KM',
'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' => 'руб.',
'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' => 'грн.',
'UAK' => 'крб.',
'UGX' => 'U Sh',
'UYU' => 'Ur$',
'VEB' => 'Be',
'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' => 'd MMM yyyy',
'short' => 'dd.MM.yy',
),
'timeFormats' =>
array (
'full' => 'HH:mm:ss v',
'long' => 'HH:mm:ss z',
'medium' => 'HH:mm:ss',
'short' => 'HH:mm',
),
'dateTimeFormat' => '{1} {0}',
'amName' => 'дп',
'pmName' => 'пп',
);
?>