mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-07 16:46:51 +01:00
157 lines
3.6 KiB
PHP
157 lines
3.6 KiB
PHP
<?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.2',
|
|
'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;(¤#,##,##0.00)',
|
|
'currencySymbols' =>
|
|
array (
|
|
'BRL' => 'R$',
|
|
'EUR' => '€',
|
|
'GBP' => 'UK£',
|
|
'INR' => '0≤Rs.|1≤Re.|1<Rs.',
|
|
'ITL' => 'IT₤',
|
|
'JPY' => 'JP¥',
|
|
'USD' => 'US$',
|
|
'LKR' => 'SL Re',
|
|
),
|
|
'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, yyyy MMMM d',
|
|
'long' => 'yyyy MMMM d',
|
|
'medium' => 'yyyy MMM d',
|
|
'short' => 'yyyy/MM/dd',
|
|
),
|
|
'timeFormats' =>
|
|
array (
|
|
'full' => 'h:mm:ss a v',
|
|
'long' => 'h:mm:ss a z',
|
|
'medium' => 'h:mm:ss a',
|
|
'short' => 'h:mm a',
|
|
),
|
|
'dateTimeFormat' => '{1} {0}',
|
|
'amName' => 'පෙ.ව.',
|
|
'pmName' => 'ප.ව.',
|
|
);
|
|
?>
|