mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 01:08:15 +01:00
It is now possible to call the value of a defined sequence anywhere. Change-Id: I1990e93c50f9add175b7ea274e07004ba63289e5
13 lines
524 B
Plaintext
13 lines
524 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:"
|
|
EmptyExpressionBox2 = "Erlaubte Zeichen im Namen:"
|
|
EmptyFunctionBox2 = "Erlaubte Zeichen im Namen:"
|
|
EnableCharacters = "A..Z, a..z, 0..9 und _"
|