From 4968ffff49c0cc84baeeb4a9f989026f91c2da66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Thu, 30 Mar 2017 16:07:48 +0200 Subject: [PATCH] [apps] Add messages in i18n Change-Id: I3fbe721fbfa84a5bab7b8c5d1db2e55fe608bdde --- apps/i18n.cpp | 4 +++- apps/i18n.h | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/i18n.cpp b/apps/i18n.cpp index 25536c107..1cef490cd 100644 --- a/apps/i18n.cpp +++ b/apps/i18n.cpp @@ -17,7 +17,7 @@ constexpr static char deviationFrenchDefinition[] = {Ion::Charset::SmallSigma, ' constexpr static char deviationEnglishDefinition[] = {Ion::Charset::SmallSigma, ' ', ':', ' ', 'S', 't', 'a', 'n', 'd', 'a', 'r', 'd', ' ','d','e', 'v', 'i', 'a', 't','i','o','n', 0}; constexpr static char deviationSpanishDefinition[] = {Ion::Charset::SmallSigma, ' ', ':', ' ', 'D', 'e','s','v','i','a','c','i','o','n',' ','t','i','p','i','c','a',0}; -const char * messages[196][3] { +const char * messages[198][3] { {"Attention", "Warning", "Cuidado"}, {"Valider", "Confirm", "Confirmar"}, {"Suivant", "Next", "Siguiente"}, @@ -117,6 +117,7 @@ const char * messages[196][3] { {"Options de la courbe", "Plot options", "Opciones de la curva"}, {"Calculer", "Calculate", "Calcular"}, {"Aller a", "Go to", "Ir a"}, + {"Valeur non atteinte par la fonction", "Value not reached by function", "No se alcanza este valor"}, {"Zeros", "Zeros", "Raices"}, {"Tangente", "Tangent", "Tangente"}, {"Intersection", "Intersection", "Interseccion"}, @@ -156,6 +157,7 @@ const char * messages[196][3] { {"Somme des termes", "Sum of terms", "Suma de terminos"}, {"SELECTIONNER LE PREMIER TERME", "SELECT FIRST TERM", "SELECCIONAR EL PRIMER TERMINO"}, {"SELECTIONNER LE DERNIER TERME", "SELECT LAST TERM", "SELECCIONAR ULTIMO TERMINO"}, + {"Valeur non atteinte par la suite", "Value not reached by sequence", "No se alcanza este valor"}, /* Sequence: third tab */ {"Colonne n", "n column", "Columna n"}, diff --git a/apps/i18n.h b/apps/i18n.h index 5657ba975..aa08fae74 100644 --- a/apps/i18n.h +++ b/apps/i18n.h @@ -102,6 +102,7 @@ namespace I18n { PlotOptions, Compute, Goto, + ValueNotReachedByFunction, Zeros, Tangent, Intersection, @@ -138,6 +139,7 @@ namespace I18n { TermSum, SelectFirstTerm, SelectLastTerm, + ValueNotReachedBySequence, NColumn, /* Statistics */