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

180 lines
3.8 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.49',
'numberSymbols' =>
array (
'decimal' => '٫',
'group' => '٬',
'list' => '؛',
'percentSign' => '٪',
'nativeZeroDigit' => '٠',
'patternDigit' => '#',
'plusSign' => '+',
'minusSign' => '-',
'exponential' => 'اس',
'perMille' => '‰',
'infinity' => '∞',
'nan' => 'ليس رقم',
),
'decimalFormat' => '#0.###;#0.###-',
'scientificFormat' => '#E0',
'percentFormat' => '#,##0%',
'currencyFormat' => '¤#0.00',
'currencySymbols' =>
array (
'BRL' => '.‏ر.ب',
'EUR' => '€',
'GBP' => 'UK£',
'INR' => '.‏ر.ه',
'ITL' => 'IT₤',
'JPY' => 'JP¥',
'USD' => 'US$',
'AED' => 'د.إ.',
'BHD' => 'د.ب.',
'CNY' => 'ى.ص',
'DZD' => 'د.ج.',
'EGP' => 'ج.م.',
'IQD' => 'د.ع.',
'JOD' => 'د.أ.',
'KMF' => '.‏ف.ج.ق',
'KWD' => 'د.ك.',
'LBP' => 'ل.ل.',
'LYD' => 'د.ل.',
'MAD' => 'د.م.',
'MRO' => '.‏أ.م',
'OMR' => 'ر.ع.',
'QAR' => 'ر.ق.',
'RUB' => 'ر.ر.',
'SAR' => 'ر.س.',
'SDD' => '.‏د.س',
'SDP' => 'ج.س.',
'SYP' => 'ل.س.',
'TND' => 'د.ت.',
'XAF' => '.‏ف.ا',
'XXX' => '***',
'YER' => 'ر.ي.',
),
'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، d MMMM، yyyy',
'long' => 'd MMMM، yyyy',
'medium' => 'dd/MM/yyyy',
'short' => 'd/M/yyyy',
),
'timeFormats' =>
array (
'full' => 'v h:mm:ss a',
'long' => 'z h:mm:ss a',
'medium' => 'h:mm:ss a',
'short' => 'h:mm a',
),
'dateTimeFormat' => '{1} {0}',
'amName' => 'ص',
'pmName' => 'م',
);
?>