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/german/Plugins/Variables.txt | |
parent | 0118340b4cda4f02fcc823ec49c7337c392663ea (diff) |
langpacks/update
Diffstat (limited to 'langpacks/german/Plugins/Variables.txt')
-rw-r--r-- | langpacks/german/Plugins/Variables.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/langpacks/german/Plugins/Variables.txt b/langpacks/german/Plugins/Variables.txt index e404f4be78..69ee9386cd 100644 --- a/langpacks/german/Plugins/Variables.txt +++ b/langpacks/german/Plugins/Variables.txt @@ -102,7 +102,7 @@ Konvertiert eine 32-Bit-Zahl (in Host-Byte-Reihenfolge) in IPv4-gepunktete Schre Logische Ausdrücke
[performs logical AND (x && y && ...)]
Ausführen von logischem UND (x && y && ...)
-[Boolean FALSE]
+[boolean FALSE]
Boolesches FALSCH
[performs w, then shows z and performs y while x is TRUE]
Ausführen von w, dann zeigt es z an und führt y aus, während x WAHR ist
@@ -128,7 +128,7 @@ WAHR wenn x länger als y ist Ausführen von logischem NICHT (!x)
[performs logical OR (x || y || ...)]
Ausführen von logischem ODER (x || y || ...)
-[Boolean TRUE]
+[boolean TRUE]
Boolesches WAHR
[performs logical XOR (x ^ y)]
Ausführen von logischem XOR (x ^ y)
|