Translation

English
English Arabic (Saudi Arabia)
f_cmp - Complex Comparison f_cmp - مقارنة معقدة
f_int - Alias of f_floor f_int - الاسم المستعار لـ f_floor
f_rnd - Alias of f_round f_rnd - الاسم المستعار لـ f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - الاسم المستعار لـ f_cmp - يساوي
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. تُرجع 1 (أو C) إذا كانت A == B أو 0 (أو D) إذا لم تكن كذلك. المعلمات C و D اختيارية.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - الاسم المستعار f_cmp - غير متساوٍ
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. تُرجع 1 (أو C) إذا كانت A! = B أو 0 (أو D) إذا لم يكن كذلك. المعلمات C و D اختيارية.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - الاسم المستعار لـ f_cmp - أكبر من
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. تُرجع 1 (أو C) إذا كانت A> B أو 0 (أو D) إذا لم تكن كذلك. المعلمات C و D اختيارية.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - الاسم المستعار f_cmp - أقل من
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. تُرجع 1 (أو C) إذا كانت A <B أو 0 (أو D) إذا لم تكن كذلك. المعلمات C و D اختيارية.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - الاسم المستعار f_cmp - أكبر أو مساوٍ
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. تُرجع 1 (أو C) إذا كانت A> = B أو 0 (أو D) إذا لم يكن كذلك. المعلمات C و D اختيارية.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - الاسم المستعار f_cmp - أقل أو يساوي
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. تُرجع 1 (أو C) إذا كانت A <= B أو 0 (أو D) إذا لم تكن كذلك. المعلمات C و D اختيارية.
Addition إضافة
Mathematical Operation to return the sum of two or more summands عملية حسابية لإرجاع مجموع مجموعين أو أكثر
Subtraction طرح
Mathematical Operation to return the difference of minuend and subtrahend عملية حسابية لإرجاع الفرق بين minuend و subtrahend
Multiplication عمليه الضرب
Mathematical Operation to return the product of multiplier and multiplicant عملية حسابية لإرجاع ناتج المضاعف والمضاعف
Division الشعبة
Mathematical Operation to return the fraction of divident and divisor عملية حسابية لإرجاع جزء المقسوم والمقسوم عليه
Modulus معام
Mathematical Operation to return the remainder of a division of two integers عملية رياضية لإرجاع ما تبقى من قسمة عددين صحيحين
Exponentiation - PHP5.6 or above required الأُس - مطلوب PHP5.6 أو أعلى
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. عملية حسابية لإرجاع الضرب المتكرر (أو القسمة) لقاعدة على الأس.
Decimal Mark CSV الفاصل العشري
Decimal Mark used to separate the integer part from the fractional part الرمز الذي يشير إلى نهاية الجزء الصحيح وبداية الجزء الكسري.
Round Bracket قوس دائري
Used to override normal precedence or to mark the first level of nesting يُستخدم لتجاوز الأسبقية العادية أو لتحديد المستوى الأول من التداخل

Loading…

No matching activity found.

Browse all component changes

Glossary

English Arabic (Saudi Arabia)
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/ar-SA.po, string 141