mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Now that special unicode characters are supported, when appropriate, replaced occurrences of the 'ae', 'oe', 'ue', and 'ss' digrams with the proper character.
11 lines
448 B
Plaintext
11 lines
448 B
Plaintext
Variables = "Variablen"
|
|
Expressions = "Ausdrücke"
|
|
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 _"
|