Translation

English
English Italian
f_eq - Alias of f_cmp - IS EQUAL f_eq - Alias di f_cmp - È UGUALE
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A == B o 0 (o D) in caso contrario. I parametri C e D sono opzionali.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - Alias di f_cmp - NON È UGUALE
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A! = B o 0 (o D) in caso contrario. I parametri C e D sono opzionali.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt - Alias di f_cmp - È MAGGIORE DI
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A> B o 0 (o D) in caso contrario. I parametri C e D sono opzionali.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias di f_cmp - È INFERIORE A
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A <B o 0 (o D) in caso contrario. I parametri C e D sono opzionali.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias di f_cmp - È MAGGIORE O UGUALE
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A> = B o 0 (o D) in caso contrario. I parametri C e D sono opzionali.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le - Alias di f_cmp - È INFERIORE O UGUALE
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Restituisce 1 (o C) se A <= B o 0 (o D) in caso contrario. I parametri C e D sono opzionali.
Addition Aggiunta
Mathematical Operation to return the sum of two or more summands Operazione matematica per restituire la somma di due o più sommatori
Subtraction Sottrazione
Mathematical Operation to return the difference of minuend and subtrahend Operazione matematica per restituire la differenza di minuendo e sottraendo
Multiplication Moltiplicazione
Mathematical Operation to return the product of multiplier and multiplicant Operazione matematica per restituire il prodotto di moltiplicatore e moltiplicatore
Division Reparto
Mathematical Operation to return the fraction of divident and divisor Operazione matematica per restituire la frazione di divisore e divisore
Modulus Modulo
Mathematical Operation to return the remainder of a division of two integers Operazione matematica per restituire il resto di una divisione di due numeri interi
Exponentiation - PHP5.6 or above required Esponenziazione - PHP5.6 o superiore richiesto
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. Operazione matematica per restituire la moltiplicazione (o divisione) ripetuta di una base per il suo esponente.
Decimal Mark Separatore decimale CSV
Decimal Mark used to separate the integer part from the fractional part Il simbolo che indica la fine della parte intera e l'inizio della parte frazionaria.
Round Bracket Staffa rotonda
Used to override normal precedence or to mark the first level of nesting Utilizzato per ignorare la precedenza normale o per contrassegnare il primo livello di nidificazione
Square Bracket Staffa quadrata
Used to override normal precedence or to mark the second level of nesting Utilizzato per ignorare la precedenza normale o per contrassegnare il secondo livello di annidamento
Punctuation mark Segno di punteggiatura

Loading…

No matching activity found.

Browse all component changes

Glossary

English Italian
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/it-IT.po, string 144