Translation

English
English Polish
f_int - Alias of f_floor f_int - alias f_floor
f_rnd - Alias of f_round f_rnd - alias f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - alias od f_cmp - JEST RÓWNY
Returns 1 (or C) if A == B or 0 (or D) if not. Parameters C and D are optional. Zwraca 1 (lub C), jeśli A == B lub 0 (lub D), jeśli nie. Parametry C i D są opcjonalne.
f_uq - Alias of f_cmp - IS UNEQUAL f_uq - alias od f_cmp - JEST NIERÓWNY
Returns 1 (or C) if A != B or 0 (or D) if not. Parameters C and D are optional. Zwraca wartość 1 (lub C), jeśli A != B lub 0 (lub D), jeśli nie. Parametry C i D są opcjonalne.
f_gt - Alias of f_cmp - IS GREATER THAN f_gt — alias liczby f_cmp — JEST WIĘKSZA NIŻ
Returns 1 (or C) if A > B or 0 (or D) if not. Parameters C and D are optional. Zwraca wartość 1 (lub C), jeśli A > B lub 0 (lub D), jeśli nie. Parametry C i D są opcjonalne.
f_lt - Alias of f_cmp - IS LOWER THAN f_lt — alias liczby f_cmp — JEST NIŻSZY NIŻ
Returns 1 (or C) if A < B or 0 (or D) if not. Parameters C and D are optional. Zwraca wartość 1 (lub C), jeśli A < B lub 0 (lub D), jeśli nie. Parametry C i D są opcjonalne.
f_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge — alias od f_cmp — JEST WIĘKSZY LUB RÓWNY
Returns 1 (or C) if A >= B or 0 (or D) if not. Parameters C and D are optional. Zwraca 1 (lub C), jeśli A > = B lub 0 (lub D), jeśli nie. Parametry C i D są opcjonalne.
f_le - Alias of f_cmp - IS LOWER OR EQUAL f_le — alias liczby f_cmp — JEST MNIEJSZY LUB RÓWNY
Returns 1 (or C) if A <= B or 0 (or D) if not. Parameters C and D are optional. Zwraca 1 (lub C), jeśli A < = B lub 0 (lub D), jeśli nie. Parametry C i D są opcjonalne.
Addition Dodawanie
Mathematical Operation to return the sum of two or more summands Operacja matematyczna zwracająca sumę dwóch lub więcej sum
Subtraction Odejmowanie
Mathematical Operation to return the difference of minuend and subtrahend Operacja matematyczna zwracająca różnicę między minuendem a odejmowaniem
Multiplication Mnożenie
Mathematical Operation to return the product of multiplier and multiplicant Operacja matematyczna zwracająca iloczyn mnożnika i multiplikanta
Division Dzielenie
Mathematical Operation to return the fraction of divident and divisor Operacja matematyczna zwracająca ułamek dzielnika i dzielnika
Modulus Moduł
Mathematical Operation to return the remainder of a division of two integers Operacja matematyczna zwracająca resztę z dzielenia dwóch liczb całkowitych
Exponentiation - PHP5.6 or above required Potęgowanie - wymagane PHP5.6 lub nowsze
Mathematical Operation to return the repeated multiplication (or division) of a base by its exponent. Operacja matematyczna zwracająca wielokrotne mnożenie (lub dzielenie) podstawy przez jej wykładnik.
Decimal Mark Znak dziesiętny
Decimal Mark used to separate the integer part from the fractional part Znak dziesiętny używany do oddzielania części całkowitej od części ułamkowej
Round Bracket Nawias okrągły
Used to override normal precedence or to mark the first level of nesting Służy do zastępowania normalnego pierwszeństwa lub oznaczania pierwszego poziomu zagnieżdżania
Square Bracket Nawias kwadratowy

Loading…

No matching activity found.

Browse all component changes

Glossary

English Polish
No related strings found in the glossary.

String information

String age
3 years ago
Source string age
3 years ago
Translation file
locales/po/pl-PL.po, string 143