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/spanish/Untranslated/Variables.txt | |
parent | 0118340b4cda4f02fcc823ec49c7337c392663ea (diff) |
langpacks/update
Diffstat (limited to 'langpacks/spanish/Untranslated/Variables.txt')
-rw-r--r-- | langpacks/spanish/Untranslated/Variables.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langpacks/spanish/Untranslated/Variables.txt b/langpacks/spanish/Untranslated/Variables.txt index f13c5878e6..49feb54697 100644 --- a/langpacks/spanish/Untranslated/Variables.txt +++ b/langpacks/spanish/Untranslated/Variables.txt @@ -35,7 +35,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))]
@@ -48,7 +48,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 + ...]
|