From 89327f1bc8fe450fc6267089cdbcc286cedcc433 Mon Sep 17 00:00:00 2001 From: Joe Bordes Date: Wed, 13 Dec 2017 00:52:24 +0100 Subject: [PATCH] i18n(GlobalSearchAutocomplete) related to PR #218 issue fixes #173 --- include/js/de_de.lang.js | 4 +++- include/js/en_gb.lang.js | 4 +++- include/js/es_es.lang.js | 4 +++- include/js/es_mx.lang.js | 4 +++- include/js/fr_fr.lang.js | 4 +++- include/js/hu_hu.lang.js | 4 +++- include/js/nl_nl.lang.js | 4 +++- include/js/pt_br.lang.js | 4 +++- modules/GlobalVariable/language/en_us.gvdefs.php | 7 +++++++ modules/GlobalVariable/language/es_es.gvdefs.php | 7 +++++++ modules/GlobalVariable/language/fr_fr.gvdefs.php | 7 +++++++ 11 files changed, 45 insertions(+), 8 deletions(-) diff --git a/include/js/de_de.lang.js b/include/js/de_de.lang.js index e60358feed..27ee97f3c0 100644 --- a/include/js/de_de.lang.js +++ b/include/js/de_de.lang.js @@ -407,5 +407,7 @@ var alert_arr = { 'JSLBL_NEXT': 'Next', 'JSLBL_CURRENT': 'current step:', 'JSLBL_PAGINATION': 'Pagination', - 'JSLBL_FINISH': 'Finish' + 'JSLBL_FINISH': 'Finish', + 'SHOWING' : 'Showing', + 'OF' : 'of' }; diff --git a/include/js/en_gb.lang.js b/include/js/en_gb.lang.js index 3dcbdd9367..2d25890ede 100644 --- a/include/js/en_gb.lang.js +++ b/include/js/en_gb.lang.js @@ -372,5 +372,7 @@ var alert_arr = { 'JSLBL_NEXT': 'Next', 'JSLBL_CURRENT': 'current step:', 'JSLBL_PAGINATION': 'Pagination', - 'JSLBL_FINISH': 'Finish' + 'JSLBL_FINISH': 'Finish', + 'SHOWING' : 'Showing', + 'OF' : 'of' }; diff --git a/include/js/es_es.lang.js b/include/js/es_es.lang.js index df71762780..7268b5c4d5 100644 --- a/include/js/es_es.lang.js +++ b/include/js/es_es.lang.js @@ -405,5 +405,7 @@ var alert_arr = { 'JSLBL_NEXT': 'Siguiente', 'JSLBL_CURRENT': 'paso actual:', 'JSLBL_PAGINATION': 'Paginado', - 'JSLBL_FINISH': 'Terminar' + 'JSLBL_FINISH': 'Terminar', + 'SHOWING' : 'Mostrando', + 'OF' : 'de' }; diff --git a/include/js/es_mx.lang.js b/include/js/es_mx.lang.js index bab604037e..f5b937b36c 100644 --- a/include/js/es_mx.lang.js +++ b/include/js/es_mx.lang.js @@ -403,5 +403,7 @@ var alert_arr = { 'JSLBL_NEXT': 'Siguiente', 'JSLBL_CURRENT': 'paso actual:', 'JSLBL_PAGINATION': 'Paginado', - 'JSLBL_FINISH': 'Terminar' + 'JSLBL_FINISH': 'Terminar', + 'SHOWING' : 'Mostrando', + 'OF' : 'de' }; diff --git a/include/js/fr_fr.lang.js b/include/js/fr_fr.lang.js index 2ecfbda51b..1598188d92 100644 --- a/include/js/fr_fr.lang.js +++ b/include/js/fr_fr.lang.js @@ -393,5 +393,7 @@ var alert_arr = { 'JSLBL_NEXT': 'Next', 'JSLBL_CURRENT': 'current step:', 'JSLBL_PAGINATION': 'Pagination', - 'JSLBL_FINISH': 'Finish' + 'JSLBL_FINISH': 'Finish', + 'SHOWING' : 'Showing', + 'OF' : 'of' }; diff --git a/include/js/hu_hu.lang.js b/include/js/hu_hu.lang.js index 6bc1498c57..2c592a5788 100644 --- a/include/js/hu_hu.lang.js +++ b/include/js/hu_hu.lang.js @@ -386,5 +386,7 @@ var alert_arr = { 'JSLBL_NEXT': 'Next', 'JSLBL_CURRENT': 'current step:', 'JSLBL_PAGINATION': 'Pagination', - 'JSLBL_FINISH': 'Finish' + 'JSLBL_FINISH': 'Finish', + 'SHOWING' : 'Showing', + 'OF' : 'of' }; diff --git a/include/js/nl_nl.lang.js b/include/js/nl_nl.lang.js index 4b1da123d9..c53016816f 100644 --- a/include/js/nl_nl.lang.js +++ b/include/js/nl_nl.lang.js @@ -359,5 +359,7 @@ var alert_arr = { 'JSLBL_NEXT': 'Next', 'JSLBL_CURRENT': 'current step:', 'JSLBL_PAGINATION': 'Pagination', - 'JSLBL_FINISH': 'Finish' + 'JSLBL_FINISH': 'Finish', + 'SHOWING' : 'Showing', + 'OF' : 'of' }; diff --git a/include/js/pt_br.lang.js b/include/js/pt_br.lang.js index 52bacdc566..55310bb830 100644 --- a/include/js/pt_br.lang.js +++ b/include/js/pt_br.lang.js @@ -406,5 +406,7 @@ var alert_arr = { 'JSLBL_NEXT': 'Próximo', 'JSLBL_CURRENT': 'Passo atual:', 'JSLBL_PAGINATION': 'Paginação', - 'JSLBL_FINISH': 'Finalização' + 'JSLBL_FINISH': 'Finalização', + 'SHOWING' : 'Showing', + 'OF' : 'of' }; diff --git a/modules/GlobalVariable/language/en_us.gvdefs.php b/modules/GlobalVariable/language/en_us.gvdefs.php index f7398fd86e..9ea510cc39 100644 --- a/modules/GlobalVariable/language/en_us.gvdefs.php +++ b/modules/GlobalVariable/language/en_us.gvdefs.php @@ -490,6 +490,13 @@ 'values' => 'CSV list of modules', 'definition' => 'Comma Separated List of modules that the global search will put first in the result list.', ), +'Application_Global_Search_Autocomplete_Limit' => array( + 'status' => 'Implemented', + 'valuetype' => 'Integer', + 'category' => 'Application', + 'values' => '', + 'definition' => 'Maximum númber of results to be shown in autocomplete global search.', +), 'Product_Copy_Bundle_OnDuplicate' => array( 'status' => 'Implemented', 'valuetype' => 'Boolean', diff --git a/modules/GlobalVariable/language/es_es.gvdefs.php b/modules/GlobalVariable/language/es_es.gvdefs.php index bec50c8240..729dc709ba 100644 --- a/modules/GlobalVariable/language/es_es.gvdefs.php +++ b/modules/GlobalVariable/language/es_es.gvdefs.php @@ -490,6 +490,13 @@ 'values' => 'CSV lista de módulos', 'definition' => 'Lista de módulos separados por coma que la búsqueda global pondrá primero en la lista de resultados.', ), +'Application_Global_Search_Autocomplete_Limit' => array( + 'status' => 'Implementada', + 'valuetype' => 'Entero', + 'category' => 'Aplicación', + 'values' => '', + 'definition' => 'Número máximo de resultados a mostrar en la pantalla de búsqueda global autocompletada.', +), 'Product_Copy_Bundle_OnDuplicate' => array( 'status' => 'Implementada', 'valuetype' => 'Booleano', diff --git a/modules/GlobalVariable/language/fr_fr.gvdefs.php b/modules/GlobalVariable/language/fr_fr.gvdefs.php index dfd20a86c7..ad5792f9e7 100644 --- a/modules/GlobalVariable/language/fr_fr.gvdefs.php +++ b/modules/GlobalVariable/language/fr_fr.gvdefs.php @@ -490,6 +490,13 @@ 'values' => 'CSV list of modules', 'definition' => 'Comma Separated List of modules that the global search will put first in the result list.', ), +'Application_Global_Search_Autocomplete_Limit' => array( + 'status' => 'Implémenté', + 'valuetype' => 'Entier', + 'category' => 'Application', + 'values' => '', + 'definition' => 'Maximum númber of results to be shown in autocomplete global search.', +), 'Product_Copy_Bundle_OnDuplicate' => array( 'status' => 'Implémenté', 'valuetype' => 'Chaîne',