Files
Upsilon/apps/variables.de.i18n
critor 6249eacf4e Fixed german special characters
Now that special unicode characters are supported, when appropriate, replaced occurrences of the 'ae', 'oe', 'ue', and 'ss' digrams with the proper character.
2019-06-06 10:00:32 +02:00

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 _"