diff options
Diffstat (limited to 'framework/messages/ar/zii.php')
| -rw-r--r-- | framework/messages/ar/zii.php | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/framework/messages/ar/zii.php b/framework/messages/ar/zii.php new file mode 100644 index 0000000..bad0e70 --- /dev/null +++ b/framework/messages/ar/zii.php @@ -0,0 +1,38 @@ +<?php +/** + * Message translations. + * + * This file is automatically generated by 'yiic message' command. + * It contains the localizable messages extracted from source code. + * You may modify this file by translating the extracted messages. + * + * Each array element represents the translation (value) of a message (key). + * If the value is empty, the message is considered as not translated. + * Messages that no longer need translation will have their translations + * enclosed between a pair of '@@' marks. + * + * NOTE, this file must be saved in UTF-8 encoding. + * + * @version $Id: $ + */ +return array ( + 'Home' => 'الرئيسية', + 'The button type "{type}" is not supported.' => 'نوع الزر "{type}" غير مدعوم.', + 'Are you sure you want to delete this item?' => 'هل أنت متأكد أنك تريد حذف هذا العنصر؟', + 'Delete' => 'حذف', + 'Displaying {start}-{end} of {count} result(s).' => 'عرض {start}-{end} من {count}.', + 'Either "name" or "value" must be specified for CDataColumn.' => 'يجب تحديد إما "name" أو "value" لـ CDataColumn.', + 'No results found.' => 'لا توجد نتائج.', + 'Not set' => 'لم يتم ضبطه', + 'Please specify the "attributes" property.' => 'يرجى تحديد خاصية "attributes".', + 'Please specify the "data" property.' => 'يرجى تحديد خاصية "data".', + 'Sort by: ' => 'فرز حسب:', + 'The "dataProvider" property cannot be empty.' => 'لايمكن ترك خاصية "dataProvider" فارغة.', + 'The attribute must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'يجب تحديد السمة في التنسيق "Name:Type:Label"، حيث أن "Type" و "Label" اختيارية.', + 'The column must be specified in the format of "Name:Type:Label", where "Type" and "Label" are optional.' => 'يجب تحديد العمود في التنسيق "Name:Type:Label"، حيث أن "Type" و "Label" اختيارية.', + 'The property "itemView" cannot be empty.' => 'لايمكن ترك خاصية "itemView" فارغة.', + 'Total {count} result(s).' => 'المجموع {count} نتيجة/نتائج.', + 'Update' => 'حدّث', + 'View' => 'اعرض', + '{class} must specify "model" and "attribute" or "name" property values.' => '{class} يجب تحديد قيم خصائص "model" و "attribute" أو "name".', +); |
