1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?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.
- *
- * Message string can be used with plural forms format. Check i18n section
- * of the guide for details.
- *
- * NOTE, this file must be saved in UTF-8 encoding.
- */
- return array (
- '{class} must specify "model" and "attribute" or "name" property values.' => '{class} يجب تحديد قيم خصائص "model" و "attribute" أو "name".',
- 'Are you sure you want to delete this item?' => 'هل أنت متأكد أنك تريد حذف هذا العنصر؟',
- 'Delete' => 'حذف',
- 'Displaying {start}-{end} of 1 result.|Displaying {start}-{end} of {count} results.' => 'عرض {start}-{end} من {count} نتيجة.',
- 'Either "name" or "value" must be specified for CDataColumn.' => 'يجب تحديد إما "name" أو "value" لـ CDataColumn.',
- 'Home' => 'الرئيسية',
- '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 button type "{type}" is not supported.' => 'نوع الزر "{type}" غير مدعوم.',
- '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" فارغة.',
- 'The property filterSelector should be defined.' => 'الخاصية filterSelector يجب أن تكون معرّفة.',
- 'The property updateSelector should be defined.' => 'الخاصية updateSelector يجب أن تكون معرّفة.',
- 'Total 1 result.|Total {count} results.' => 'مجموع {count} نتيجة/نتائج.',
- 'Update' => 'تحديث',
- 'View' => 'عرض',
- );
|