diff options
Diffstat (limited to 'framework/messages/fa_ir/zii.php')
| -rw-r--r-- | framework/messages/fa_ir/zii.php | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/framework/messages/fa_ir/zii.php b/framework/messages/fa_ir/zii.php new file mode 100644 index 0000000..bda910a --- /dev/null +++ b/framework/messages/fa_ir/zii.php @@ -0,0 +1,38 @@ +<?php +/** + * Persian (Farsi) Translation + * By : Bamdad Dashtban (bamdadd@gmail.com) + * 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 ( + '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.' => 'لطفا تنظیمات "attributes" را مشخص کنید.', + '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.' => 'attribute (تنظیمات) می بایست به صورت "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" را مشخص کرده باشد.', +); |
