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

146 lines
2.9 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
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.35',
'numberSymbols' =>
array (
'decimal' => ',',
'group' => '.',
'list' => ';',
'percentSign' => '%',
'nativeZeroDigit' => '0',
'patternDigit' => '#',
'plusSign' => '+',
'minusSign' => '-',
'exponential' => 'е',
'perMille' => '‰',
'infinity' => '∞',
'nan' => 'NaN',
),
'decimalFormat' => '#,##0.###',
'scientificFormat' => '#E0',
'percentFormat' => '#,##0%',
'currencyFormat' => '#,##0.00 ¤',
'currencySymbols' =>
array (
'BRL' => 'R$',
'EUR' => '€',
'GBP' => 'UK£',
'INR' => 'INR',
'ITL' => 'IT₤',
'JPY' => 'JP¥',
'USD' => 'US$',
'AUD' => '$A',
'BAM' => 'КМ.',
'BEF' => 'BF',
'CAD' => 'Can$',
'CHF' => 'SwF',
'CNY' => 'Y',
'DKK' => 'DKr',
'IEP' => 'IR£',
'KWD' => 'KD',
'NOK' => 'NKr',
'SEK' => 'SKr',
'YUN' => 'Дин',
),
'monthNames' =>
array (
'wide' =>
array (
6 => 'јуни',
7 => 'јули',
),
'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 (
3 => 'сриједа',
),
'abbreviated' =>
array (
3 => 'сри',
),
'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, dd. MMMM yyyy.',
'long' => 'dd. MMMM yyyy.',
'medium' => 'yyyy-MM-dd',
'short' => 'yy-MM-dd',
),
'timeFormats' =>
array (
'full' => 'HH \'часова\', mm \'минута\', ss \'секунди\' v',
'long' => 'HH.mm.ss z',
'medium' => 'HH:mm:ss',
'short' => 'HH:mm',
),
'dateTimeFormat' => '{1} {0}',
'amName' => 'преподне',
'pmName' => 'поподне',
);
?>