mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps] Slightly change the message of Empty variable box to avoid text
cropping
This commit is contained in:
@@ -5,6 +5,6 @@ EmptyExpressionBox0 = "Ninguna variable definida."
|
||||
EmptyFunctionBox0 = "Ninguna función definida."
|
||||
EmptyExpressionBox1 = "Para definir una, teclear :"
|
||||
EmptyFunctionBox1 = "Para definir una, teclear :"
|
||||
EmptyExpressionBox2 = "El nombre de variable debe contener :"
|
||||
EmptyFunctionBox2 = "El nombre de función debe contener : "
|
||||
EnableCharacters = "A..Z, a..z, 0..9 y _"
|
||||
EmptyExpressionBox2 = "El nombre de variable debe"
|
||||
EmptyFunctionBox2 = "El nombre de función debe"
|
||||
EnableCharacters = "contener : A..Z, a..z, 0..9 y _"
|
||||
|
||||
@@ -5,6 +5,6 @@ EmptyExpressionBox0 = "Vous n'avez défini aucune variable."
|
||||
EmptyFunctionBox0 = "Vous n'avez défini aucune fonction."
|
||||
EmptyExpressionBox1 = "Pour définir une variable, tapez :"
|
||||
EmptyFunctionBox1 = "Pour définir une fonction, tapez :"
|
||||
EmptyExpressionBox2 = "Le nom de la variable peut contenir :"
|
||||
EmptyFunctionBox2 = "Le nom de la fonction peut contenir :"
|
||||
EnableCharacters = "A..Z, a..z, 0..9 et _"
|
||||
EmptyExpressionBox2 = "Le nom de la variable peut"
|
||||
EmptyFunctionBox2 = "Le nom de la fonction peut"
|
||||
EnableCharacters = "contenir : A..Z, a..z, 0..9 et _"
|
||||
|
||||
Reference in New Issue
Block a user