Files
Upsilon/apps/variables.en.i18n
2020-12-22 10:16:27 +01:00

14 lines
553 B
Plaintext

Variables = "Variables"
Expressions = "Expressions"
Functions = "Functions"
Sequences = "Sequences"
EmptyExpressionBox0 = "You have not defined any variables."
EmptyFunctionBox0 = "You have not defined any functions."
EmptySequenceBox0 = "You have not defined any sequences."
EmptyExpressionBox1 = "To define a variable, type:"
EmptyFunctionBox1 = "To define a function, type:"
EmptySequenceBox1 = ""
EmptyExpressionBox2 = "The variable name can contain:"
EmptyFunctionBox2 = "The function name can contain:"
EnableCharacters = "A..Z, a..z, 0..9 and _"