diff options
author | dartraiden <wowemuh@gmail.com> | 2017-10-25 01:25:14 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2017-10-25 01:25:14 +0300 |
commit | 054e517fb36a876ac658e612a7bd74b21363da06 (patch) | |
tree | 0be7797dce26b74159b6dafff299e4172153d4b7 /langpacks/serbian/Untranslated/Variables.txt | |
parent | 0118340b4cda4f02fcc823ec49c7337c392663ea (diff) |
langpacks/update
Diffstat (limited to 'langpacks/serbian/Untranslated/Variables.txt')
-rw-r--r-- | langpacks/serbian/Untranslated/Variables.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langpacks/serbian/Untranslated/Variables.txt b/langpacks/serbian/Untranslated/Variables.txt index d12ec344cd..1fefb946ac 100644 --- a/langpacks/serbian/Untranslated/Variables.txt +++ b/langpacks/serbian/Untranslated/Variables.txt @@ -39,7 +39,7 @@ [converts a 32-bit number (in host byte order) to IPv4 dotted notation]
[Logical Expressions]
[performs logical AND (x && y && ...)]
-[Boolean FALSE]
+[boolean FALSE]
[performs w, then shows z and performs y while x is TRUE]
[shows y if x is TRUE, otherwise it shows z]
[shows x if x is TRUE, otherwise it shows y (if(x,x,y))]
@@ -52,7 +52,7 @@ [TRUE if x is longer than y]
[performs logical NOT (!x)]
[performs logical OR (x || y || ...)]
-[Boolean TRUE]
+[boolean TRUE]
[performs logical XOR (x ^ y)]
[Mathematical Functions]
[x + y + ...]
|