[apps] Share NameTooLong message

This commit is contained in:
Léa Saviot
2018-11-27 11:51:39 +01:00
committed by EmilieNumworks
parent f3ab938481
commit 2a089fe643
10 changed files with 5 additions and 5 deletions

View File

@@ -5,5 +5,4 @@ ExecuteScript = "Skript ausfuehren"
AutoImportScript = "Automatischer Import in Konsole"
DeleteScript = "Skript loeschen"
FunctionsAndVariables = "Funktionen und Variablen"
NameTooLong = "Der Name ist zu lang"
NonCompliantName = "Erlaubte Zeichen: a-z, 0-9, _"

View File

@@ -5,5 +5,4 @@ ExecuteScript = "Execute script"
AutoImportScript = "Auto import in shell"
DeleteScript = "Delete script"
FunctionsAndVariables = "Functions and variables"
NameTooLong = "This name is too long"
NonCompliantName = "Allowed characters: a-z, 0-9, _"

View File

@@ -5,5 +5,4 @@ ExecuteScript = "Ejecutar el archivo"
AutoImportScript = "Importacion auto en interprete"
DeleteScript = "Eliminar el archivo"
FunctionsAndVariables = "Funciones y variables"
NameTooLong = "Ese nombre es demasiado largo"
NonCompliantName = "Caracteres permitidos : a-z, 0-9, _"

View File

@@ -5,5 +5,4 @@ ExecuteScript = "Executer le script"
AutoImportScript = "Importation auto dans la console"
DeleteScript = "Supprimer le script"
FunctionsAndVariables = "Fonctions et variables"
NameTooLong = "Le nom choisi est trop long"
NonCompliantName = "Caractères autorisés : a-z, 0-9, _"

View File

@@ -5,5 +5,4 @@ ExecuteScript = "Executar o script"
AutoImportScript = "Importacao auto no interpretador"
DeleteScript = "Eliminar o script"
FunctionsAndVariables = "Funções e variáveis"
NameTooLong = "O nome é muito longo"
NonCompliantName = "Caracteres permitidos : a-z, 0-9, _"

View File

@@ -33,6 +33,7 @@ LowBattery = "Batterie erschoepft"
Mean = "Mittelwert"
Move = " Verschieben: "
NameTaken = "Dieser Name ist bereits vergeben"
NameTooLong = "Der Name ist zu lang"
Next = "Naechste"
NoDataToPlot = "Keine Daten zum Zeichnen"
NoFunctionToDelete = "Keine Funktion zum Loeschen"

View File

@@ -33,6 +33,7 @@ LowBattery = "Low battery"
Mean = "Mean"
Move = " Move: "
NameTaken = "This name has already been taken"
NameTooLong = "This name is too long"
Next = "Next"
NoDataToPlot = "No data to draw"
NoFunctionToDelete = "No function to delete"

View File

@@ -33,6 +33,7 @@ LowBattery = "Bateria baja"
Mean = "Media"
Move = " Mover : "
NameTaken = "Este nombre ya está en uso"
NameTooLong = "Este nombre es demasiado largo"
Next = "Siguiente"
NoDataToPlot = "Ningunos datos que dibujar"
NoFunctionToDelete = "Ninguna funcion que eliminar"

View File

@@ -33,6 +33,7 @@ LowBattery = "Batterie faible"
Mean = "Moyenne"
Move = " Deplacer : "
NameTaken = "Ce nom est déjà utilisé"
NameTooLong = "Ce nom est trop long"
Next = "Suivant"
NoDataToPlot = "Aucune donnee a tracer"
NoFunctionToDelete = "Pas de fonction a supprimer"

View File

@@ -33,6 +33,7 @@ LowBattery = "Bateria fraca"
Mean = "Media"
Move = " Mover : "
NameTaken = "Este nome é já usado"
NameTooLong = "Este nome é muito longo"
Next = "Seguinte"
NoDataToPlot = "Nao ha dados para desenhar"
NoFunctionToDelete = "Sem funcao para eliminar"