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

151 lines
3.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.59',
'numberSymbols' =>
array (
'decimal' => '٫',
'group' => '٬',
'list' => '؛',
'percentSign' => '٪',
'nativeZeroDigit' => '۰',
'patternDigit' => '#',
'plusSign' => '+',
'minusSign' => '',
'exponential' => '×۱۰^',
'perMille' => '‰',
'infinity' => '∞',
'nan' => 'NaN',
),
'decimalFormat' => '#,##0.###;\'\'-#,##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$',
'IRR' => '﷼',
'AFN' => '؋',
),
'monthNames' =>
array (
'wide' =>
array (
1 => 'جنوری',
2 => 'فبروری',
3 => 'مارچ',
4 => 'اپریل',
5 => 'می',
6 => 'جون',
7 => 'جولای',
8 => 'اگست',
9 => 'سپتمبر',
10 => 'اکتوبر',
11 => 'نومبر',
12 => 'دسمبر',
),
'abbreviated' =>
array (
1 => 'جنو',
5 => 'مـی',
6 => 'جون',
7 => 'جول',
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 GGGG',
'long' => 'd MMMM yyyy',
'medium' => 'yyyy/M/d',
'short' => 'yy/M/d',
),
'timeFormats' =>
array (
'full' => 'H:mm:ss (vvvv)',
'long' => 'H:mm:ss (zzzz)',
'medium' => 'H:mm:ss',
'short' => 'H:mm',
),
'dateTimeFormat' => '{1}، ساعت {0}',
'amName' => 'قبل از ظهر',
'pmName' => 'بعد از ظهر',
);
?>