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

157 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.14',
'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$',
'MWK' => 'K',
),
'monthNames' =>
array (
'wide' =>
array (
1 => 'Januwale',
2 => 'Febuluwale',
3 => 'Malichi',
4 => 'Epulo',
5 => 'Mei',
6 => 'Juni',
7 => 'Julai',
8 => 'Ogasiti',
9 => 'Seputemba',
10 => 'Okutoba',
11 => 'Novemba',
12 => 'Disemba',
),
'abbreviated' =>
array (
1 => 'Jan',
2 => 'Feb',
3 => 'Mal',
4 => 'Epu',
5 => 'Mei',
6 => 'Jun',
7 => 'Jul',
8 => 'Oga',
9 => 'Sep',
10 => 'Oku',
11 => 'Nov',
12 => 'Dis',
),
'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 => 'Lamulungu',
1 => 'Lolemba',
2 => 'Lachiwiri',
3 => 'Lachitatu',
4 => 'Lachinayi',
5 => 'Lachisanu',
6 => 'Loweruka',
),
'abbreviated' =>
array (
0 => 'Mul',
1 => 'Lem',
2 => 'Wir',
3 => 'Tat',
4 => 'Nai',
5 => 'San',
6 => 'Wer',
),
'narrow' =>
array (
'sun' => '1',
'mon' => '2',
'tue' => '3',
'wed' => '4',
'thu' => '5',
'fri' => '6',
'sat' => '7',
),
),
'eraNames' =>
array (
'abbreviated' =>
array (
0 => 'BC',
1 => 'AD',
),
'wide' =>
array (
0 => 'BC',
1 => 'AD',
),
'narrow' =>
array (
0 => 'BC',
1 => 'AD',
),
),
'dateFormats' =>
array (
'full' => 'EEEE, yyyy MMMM dd',
'long' => 'yyyy MMMM d',
'medium' => 'yyyy MMM d',
'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' => 'AM',
'pmName' => 'PM',
);
?>