ItEr46S06DocumentacionFormacionItEr45S06: Corrected the English literals directly on the code.
This commit is contained in:
parent
a8e69ef50f
commit
c31cbb8015
5 changed files with 7 additions and 7 deletions
|
|
@ -47,11 +47,11 @@ public enum Type {
|
|||
return false;
|
||||
}
|
||||
},
|
||||
FROM_CHOOSEN {
|
||||
FROM_CHOSEN {
|
||||
|
||||
@Override
|
||||
public String getName() {
|
||||
return _("From Choosen");
|
||||
return _("From Chosen");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
|
|
@ -9,8 +9,8 @@
|
|||
<datebox id="filterFinishDate" constraint = "@{controller.checkConstraintFinishDate}"/>
|
||||
<label value="${i18n:_('include order elements')}"/>
|
||||
<checkbox id="checkIncludeOrderElements"
|
||||
tooltiptext="${i18n:_('Apply filtering to order elements satisfying required critera')}" />
|
||||
tooltiptext="${i18n:_('Apply filtering to order elements satisfying required criteria')}" />
|
||||
<button label="${i18n:_('Filter')}" style="margin-top: -4px"
|
||||
tooltiptext="${i18n:_('Apply filtering to order elements satisfying required critera')}"
|
||||
tooltiptext="${i18n:_('Apply filtering to order elements satisfying required criteria')}"
|
||||
onClick="controller.onApplyFilter()"/>
|
||||
</hbox>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
]]>
|
||||
</zscript>
|
||||
|
||||
<window border="normal" title="${i18n:_('Reassining')}"
|
||||
<window border="normal" title="${i18n:_('Reassigning')}"
|
||||
apply="${controllerForReassigning}">
|
||||
|
||||
<groupbox mold="3d" style="margin-top: 5px" closable="false">
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<!-- Order element historic assignment to templates-->
|
||||
<vbox>
|
||||
<vbox id="messagesContainerHistoricStatistics" />
|
||||
<panel title="${i18n:_('Historical list ')}" border="normal">
|
||||
<panel title="${i18n:_('Statistics list ')}" border="normal">
|
||||
<panelchildren>
|
||||
<grid>
|
||||
<columns>
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@
|
|||
<tab label="${i18n:_('Materials')}" />
|
||||
<tab label="${i18n:_('Quality Forms')}" />
|
||||
<tab label="${i18n:_('Assignment log')}" />
|
||||
<tab label="${i18n:_('Historical statistics')}" />
|
||||
<tab label="${i18n:_('Statistics log')}" />
|
||||
</tabs>
|
||||
<tabpanels>
|
||||
<tabpanel>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue