Translation

English
English Polish
f_rnd - Alias of f_round f_rnd - Alias z f_round
f_eq - Alias of f_cmp - IS EQUAL f_eq - Alias f_cmp - JEST RÓWNE
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 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 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 f_cmp - JEST WIĘKSZY NIŻ
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_lt - Alias of f_cmp - IS LOWER THAN f_lt - Alias f_cmp - JEST NIŻSZY
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_ge - Alias of f_cmp - IS GREATER OR EQUAL f_ge - Alias 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 f_cmp - JEST NIŻSZY 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, aby zwrócić 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ę odjemnej i odjemnej
Multiplication Mnożenie
Mathematical Operation to return the product of multiplier and multiplicant Operacja matematyczna zwracająca iloczyn mnożnika i mnożnika
Division Podział
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 nowszy
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 CSV Separator dziesiętny
Decimal Mark used to separate the integer part from the fractional part Symbol wskazujący koniec części całkowitej i początek 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 nadpisywania normalnego pierwszeństwa lub do zaznaczania pierwszego poziomu zagnieżdżenia
Square Bracket Nawias kwadratowy
Used to override normal precedence or to mark the second level of nesting Służy do nadpisywania normalnego pierwszeństwa lub do zaznaczania drugiego poziomu zagnieżdżenia

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