Skip to content

Commit

Permalink
i18n(GlobalSearchAutocomplete) related to PR #218 issue fixes #173
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Dec 12, 2017
1 parent ea7842d commit 89327f1
Show file tree
Hide file tree
Showing 11 changed files with 45 additions and 8 deletions.
4 changes: 3 additions & 1 deletion include/js/de_de.lang.js
Expand Up @@ -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'
};
4 changes: 3 additions & 1 deletion include/js/en_gb.lang.js
Expand Up @@ -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'
};
4 changes: 3 additions & 1 deletion include/js/es_es.lang.js
Expand Up @@ -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'
};
4 changes: 3 additions & 1 deletion include/js/es_mx.lang.js
Expand Up @@ -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'
};
4 changes: 3 additions & 1 deletion include/js/fr_fr.lang.js
Expand Up @@ -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'
};
4 changes: 3 additions & 1 deletion include/js/hu_hu.lang.js
Expand Up @@ -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'
};
4 changes: 3 additions & 1 deletion include/js/nl_nl.lang.js
Expand Up @@ -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'
};
4 changes: 3 additions & 1 deletion include/js/pt_br.lang.js
Expand Up @@ -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'
};
7 changes: 7 additions & 0 deletions modules/GlobalVariable/language/en_us.gvdefs.php
Expand Up @@ -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',
Expand Down
7 changes: 7 additions & 0 deletions modules/GlobalVariable/language/es_es.gvdefs.php
Expand Up @@ -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',
Expand Down
7 changes: 7 additions & 0 deletions modules/GlobalVariable/language/fr_fr.gvdefs.php
Expand Up @@ -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',
Expand Down

0 comments on commit 89327f1

Please sign in to comment.