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

156 lines
2.9 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.46',
'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' => 'UK£',
'INR' => '0≤Rs.|1≤Re.|1<Rs.',
'ITL' => 'IT₤',
'JPY' => 'JP¥',
'USD' => 'US$',
),
'monthNames' =>
array (
'wide' =>
array (
1 => 'Mys Genver',
2 => 'Mys Whevrel',
3 => 'Mys Merth',
4 => 'Mys Ebrel',
5 => 'Mys Me',
6 => 'Mys Efan',
7 => 'Mys Gortheren',
8 => 'Mye Est',
9 => 'Mys Gwyngala',
10 => 'Mys Hedra',
11 => 'Mys Du',
12 => 'Mys Kevardhu',
),
'abbreviated' =>
array (
1 => 'Gen',
2 => 'Whe',
3 => 'Mer',
4 => 'Ebr',
5 => 'Me',
6 => 'Efn',
7 => 'Gor',
8 => 'Est',
9 => 'Gwn',
10 => 'Hed',
11 => 'Du',
12 => 'Kev',
),
'narrow' =>
array (
1 => '1',
2 => '2',
3 => '3',
4 => '4',
5 => '5',
6 => '6',
7 => '7',
8 => '8',
9 => '9',
10 => '10',
11 => '11',
12 => '12',
),
),
'weekDayNames' =>
array (
'wide' =>
array (
0 => 'De Sul',
1 => 'De Lun',
2 => 'De Merth',
3 => 'De Merher',
4 => 'De Yow',
5 => 'De Gwener',
6 => 'De Sadorn',
),
'abbreviated' =>
array (
0 => 'Sul',
1 => 'Lun',
2 => 'Mth',
3 => 'Mhr',
4 => 'Yow',
5 => 'Gwe',
6 => 'Sad',
),
'narrow' =>
array (
'sun' => '1',
'mon' => '2',
'tue' => '3',
'wed' => '4',
'thu' => '5',
'fri' => '6',
'sat' => '7',
),
),
'eraNames' =>
array (
'abbreviated' =>
array (
0 => 'RC',
1 => 'AD',
),
'wide' =>
array (
0 => 'RC',
1 => 'AD',
),
'narrow' =>
array (
0 => 'RC',
1 => 'AD',
),
),
'dateFormats' =>
array (
'full' => 'EEEE d MMMM yyyy',
'long' => 'd MMMM yyyy',
'medium' => 'd MMM yyyy',
'short' => 'dd/MM/yyyy',
),
'timeFormats' =>
array (
'full' => 'HH:mm:ss v',
'long' => 'HH:mm:ss z',
'medium' => 'HH:mm:ss',
'short' => 'HH:mm',
),
'dateTimeFormat' => '{1} {0}',
'amName' => 'a.m.',
'pmName' => 'p.m.',
);
?>