Files
Upsilon/apps/variables.nl.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
556 B
Plaintext

Variables = "Variabelen"
Expressions = "Uitdrukkingen"
Functions = "Functies"
Sequences = "Rijen"
EmptyExpressionBox0 = "Je hebt geen variabelen gedefinieerd."
EmptyFunctionBox0 = "Je hebt geen functies gedefinieerd."
EmptySequenceBox0 = "Je hebt geen rij gedefinieerd."
EmptyExpressionBox1 = "Om een variabele to definiëren, typ:"
EmptyFunctionBox1 = "Om een functie to definiëren, typ:"
EmptyExpressionBox2 = "De naam van de variabele kan bevatten:"
EmptyFunctionBox2 = "De naam van de functie kan bevatten:"
EnableCharacters = "A..Z, a..z, 0..9 en _"