mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
14 lines
547 B
Plaintext
14 lines
547 B
Plaintext
Variables = "Variablen"
|
|
Expressions = "Ausdrücke"
|
|
Functions = "Funktionen"
|
|
Sequences = "Folgen"
|
|
EmptyExpressionBox0 = "Sie haben keine Variable definiert."
|
|
EmptyFunctionBox0 = "Sie haben keine Funktion definiert."
|
|
EmptySequenceBox0 = "Sie haben keine Folge definiert."
|
|
EmptyExpressionBox1 = "Um eine Variable zu definieren:"
|
|
EmptyFunctionBox1 = "Um eine Funktion zu definieren:"
|
|
EmptySequenceBox1 = ""
|
|
EmptyExpressionBox2 = "Erlaubte Zeichen im Namen:"
|
|
EmptyFunctionBox2 = "Erlaubte Zeichen im Namen:"
|
|
EnableCharacters = "A..Z, a..z, 0..9 und _"
|