Files
Upsilon/apps/variables.en.i18n
Arthur Camouseigt 3dca515441 [VariableBox] Added sequences to the variable box
It is now possible to call the value of a defined sequence anywhere.

Change-Id: I1990e93c50f9add175b7ea274e07004ba63289e5
2020-11-04 15:32:58 +01:00

13 lines
530 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:"
EmptyExpressionBox2 = "The variable name can contain:"
EmptyFunctionBox2 = "The function name can contain:"
EnableCharacters = "A..Z, a..z, 0..9 and _"