[apps] New I18n messages

This commit is contained in:
Émilie Feral
2018-10-09 11:15:51 +02:00
parent 4dda66e58d
commit d60724ef02
5 changed files with 30 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
Variables = "Variables"
Expressions = "Expressions"
Functions = "Functions"
EmptyVariableBox0 = "You have not defined any"
EmptyFunctionBox = "function."
EmptyExpressionBox = "variable expression."
EmptyVariableBox1 = "To do so, you can enter:"
EmptyVariableBox2 = "Variable names can contain:"
EmptyVariableBox3 = "A..Z, a..z, 0..9 and _"