Translation

English
English French
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Renvoie 1 (ou C) si A == B ou 0 (ou D) sinon. Les paramètres C et D sont facultatifs.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Alias de f_cmp - EST UNQUAL
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Renvoie 1 (ou C) si A! = B ou 0 (ou D) sinon. Les paramètres C et D sont facultatifs.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias de f_cmp - EST PLUS GRAND QUE
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Renvoie 1 (ou C) si A> B ou 0 (ou D) sinon. Les paramètres C et D sont facultatifs.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias de f_cmp - EST INFÉRIEUR À
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Renvoie 1 (ou C) si A <B ou 0 (ou D) sinon. Les paramètres C et D sont facultatifs.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias de f_cmp - EST PLUS GRAND OU ÉGAL
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Renvoie 1 (ou C) si A> = B ou 0 (ou D) sinon. Les paramètres C et D sont facultatifs.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Alias de f_cmp - EST INFÉRIEUR OU ÉGAL
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Renvoie 1 (ou C) si A <= B ou 0 (ou D) sinon. Les paramètres C et D sont facultatifs.
Addition Addition
Mathematical Operation to return the sum of two or more summands Opération mathématique pour renvoyer la somme de deux ou plusieurs sommations
Subtraction Soustraction
Mathematical Operation to return the difference of minuend and subtrahend Opération mathématique pour renvoyer la différence de minuend et de subtrahend
Multiplication Multiplication
Mathematical Operation to return the product of multiplier and multiplicant Opération mathématique pour renvoyer le produit du multiplicateur et du multiplicateur
Division Division
Mathematical Operation to return the fraction of divident and divisor Opération mathématique pour renvoyer la fraction de divident et de diviseur
Modulus Module
Mathematical Operation to return the remainder of a division of two integers Opération mathématique pour renvoyer le reste d'une division de deux entiers
Exponentiation - PHP5.6 or above required Exponentiation - PHP5.6 ou supérieur requis
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. Opération mathématique pour renvoyer la multiplication (ou division) répétée d'une base par son exposant.
Decimal Mark Séparateur décimal CSV
Decimal Mark used to separate the integer part from the fractional part Le symbole indiquant la fin de la partie entière et le début de la partie fractionnaire.
Round Bracket Support rond
Used to override normal precedence or to mark the first level of nesting Utilisé pour remplacer la priorité normale ou pour marquer le premier niveau d'imbrication
Square Bracket Support carré
Used to override normal precedence or to mark the second level of nesting Utilisé pour remplacer la priorité normale ou pour marquer le deuxième niveau d'imbrication
Punctuation mark Signe de ponctuation
Used to separate arguments forwarded to a function Utilisé pour séparer les arguments transmis à une fonction

Loading…

No matching activity found.

Browse all component changes

Things to check

Unchanged translation

Source and translation are identical

Reset

Glossary

English French
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/fr-FR.po, string 145