diff options
Diffstat (limited to 'language/ar_SA')
-rw-r--r-- | language/ar_SA/common.lang.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/language/ar_SA/common.lang.php b/language/ar_SA/common.lang.php index e0c33a728..a4100621f 100644 --- a/language/ar_SA/common.lang.php +++ b/language/ar_SA/common.lang.php @@ -28,7 +28,7 @@ $lang_info['direction'] = 'rtl'; $lang_info['code'] = 'ar'; $lang_info['zero_plural'] = true; -$lang['%.2f (rated %d times, standard deviation = %.2f)'] = '%.2f (قيمت %d مرة, standard deviation = %.2f)'; +$lang['%.2f (rated %d times)'] = '%.2f (قيمت %d مرة)'; $lang['%d Kb'] = '%d كيلوبايت'; $lang['%d category updated'] = '%d تصنيف محدث'; $lang['%d categories updated'] = '%d تصنيفات محدثة'; @@ -372,4 +372,4 @@ $lang['show tag cloud'] = 'عرض سحابة الكلمات'; $lang['cloud'] = 'سحابة'; $lang['Are you sure?'] = 'هل انت متأكد?'; $lang['delete this comment'] = 'حذف هذا التعليق'; -?>
\ No newline at end of file +?> |