From eb89a856a408405924298d8a0ebbe06342337b80 Mon Sep 17 00:00:00 2001 From: Alexander Mohorev Date: Mon, 3 Mar 2014 22:09:06 +0300 Subject: [PATCH] returned back formatting language files --- framework/messages/ar/yii.php | 4 ++-- framework/messages/fa-IR/yii.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/framework/messages/ar/yii.php b/framework/messages/ar/yii.php index c6382cdb54..8fc7431127 100644 --- a/framework/messages/ar/yii.php +++ b/framework/messages/ar/yii.php @@ -16,7 +16,7 @@ * * NOTE: this file must be saved in UTF-8 encoding. */ -return [ +array( 'the input value' => 'قيمة المُدخل', '(not set)' => '(لم تحدد)', 'An internal server error occurred.' => '.حدث خطأ داخلي في الخادم', @@ -78,4 +78,4 @@ return [ '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على أكثر من {min, number} {min, plural, one{character} other{characters}}.', '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} يجب أن لا يحتوي على أكثر من {max, number} {max, plural, one{character} other{characters}}.', '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} يجب أن يحتوي على {length, number} {length, plural, one{character} other{characters}}.', -]; +); diff --git a/framework/messages/fa-IR/yii.php b/framework/messages/fa-IR/yii.php index 6e82946627..8ee6d53d7b 100644 --- a/framework/messages/fa-IR/yii.php +++ b/framework/messages/fa-IR/yii.php @@ -18,7 +18,7 @@ * * NOTE: this file must be saved in UTF-8 encoding. */ -return [ +array( 'the input value' => 'مقدار ورودی', '(not set)' => '(تنظیم نشده)', 'An internal server error occurred.' => 'خطای داخلی سرور رخ داده است.', @@ -80,4 +80,4 @@ return [ '{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} حداقل باید شامل {min, number} کارکتر باشد.', '{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} حداکثر باید شامل {max, number} کارکتر باشد.', '{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} باید شامل {length, number} کارکتر باشد.', -]; \ No newline at end of file +); \ No newline at end of file