diff --git a/WebUI/war/plugins/perc_gadgets_search_criteria_panel.js b/WebUI/war/plugins/perc_gadgets_search_criteria_panel.js index 031c6867c2..f78d649608 100644 --- a/WebUI/war/plugins/perc_gadgets_search_criteria_panel.js +++ b/WebUI/war/plugins/perc_gadgets_search_criteria_panel.js @@ -37,13 +37,13 @@ var panelContent; panelContent = '
'; panelContent += '
'; - panelContent += ' '; - panelContent += ' Select Filters'; + panelContent += ' '; + panelContent += ' '+ I18N.message("perc.ui.workflow.status.gadget@Select Filters") + ''; panelContent += '
'; if (criteriaObj != null && !checkAllValues(criteriaObj)) { panelContent += '
'; - panelContent += ' Filters: '; + panelContent += ' '+ I18N.message("perc.ui.gadgets.search.criteria@Filters")+ ': '; var numberIndex = 0; $.each(criteriaObj, function(index, value) { var fieldName = value["name"]; diff --git a/WebUI/war/widgets/PercDataTable/PercDataTable.js b/WebUI/war/widgets/PercDataTable/PercDataTable.js index dad1d94e1f..5701929884 100644 --- a/WebUI/war/widgets/PercDataTable/PercDataTable.js +++ b/WebUI/war/widgets/PercDataTable/PercDataTable.js @@ -182,7 +182,7 @@ bInfo : true, fnDrawCallback : tableRedrawCallback, fnFooterCallback: footerRedrawCallback, - oLanguage : {sZeroRecords: "No Pages Found", oPaginate : {sFirst : "<<", sPrevious : "<", sNext : ">", sLast : ">>"}, sInfo : " ", sInfoEmpty : " "} + oLanguage : {sZeroRecords: I18N.message("perc.ui.workflow.status.gadget@No Pages Found"), oPaginate : {sFirst : "<<", sPrevious : "<", sNext : ">", sLast : ">>"}, sInfo : " ", sInfoEmpty : " "} }; /** diff --git a/system/cms/content/applications/sys_resources/ApplicationFiles/i18n/CmsUi.tmx b/system/cms/content/applications/sys_resources/ApplicationFiles/i18n/CmsUi.tmx index df42de923e..0d1ee684ad 100644 --- a/system/cms/content/applications/sys_resources/ApplicationFiles/i18n/CmsUi.tmx +++ b/system/cms/content/applications/sys_resources/ApplicationFiles/i18n/CmsUi.tmx @@ -14364,6 +14364,36 @@ DocumentaciĆ³n' href='https://help.percussion.com/'>help.percussion.com</a Mostrar HTML + + Approve + + + Approve + + + Aprobar + + + + Select Filters + + + Select Filters + + + Seleccionar filtros + + + + No Pages Found + + + No Pages Found + + + No se encontraron pĆ”ginas + +