mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
"Expressions" was not German so far, I suggest "Ausdruecke" The correct plural of function in German is "Funktionen". "Namen" is a noun, and therefore written uppercase in German.
11 lines
448 B
Plaintext
11 lines
448 B
Plaintext
Variables = "Variablen"
|
|
Expressions = "Ausdruecke"
|
|
Functions = "Funktionen"
|
|
EmptyExpressionBox0 = "Sie haben keine Variable definiert."
|
|
EmptyFunctionBox0 = "Sie haben keine Funktion definiert."
|
|
EmptyExpressionBox1 = "Um eine Variable zu definieren:"
|
|
EmptyFunctionBox1 = "Um eine Funktion zu definieren:"
|
|
EmptyExpressionBox2 = "Erlaubte Zeichen im Namen:"
|
|
EmptyFunctionBox2 = "Erlaubte Zeichen im Namen:"
|
|
EnableCharacters = "A..Z, a..z, 0..9 und _"
|