ItEr38S18DocumentacionFormacionItEr36S06: Corrected English strings in the code
This commit is contained in:
parent
37a570b5d9
commit
89cf846b25
10 changed files with 12 additions and 12 deletions
|
|
@ -88,7 +88,7 @@ public class ConfigurationController extends GenericForwardComposer {
|
|||
|
||||
public void cancel() throws InterruptedException {
|
||||
configurationModel.cancel();
|
||||
Messagebox.show(_("Changes has been canceled"), _("Information"),
|
||||
Messagebox.show(_("Changes have been canceled"), _("Information"),
|
||||
Messagebox.OK, Messagebox.INFORMATION);
|
||||
reloadWindow();
|
||||
}
|
||||
|
|
|
|||
|
|
@ -231,7 +231,7 @@ setValidCriterionRequirementWrapper(requirement, true);
|
|||
try {
|
||||
int status = Messagebox
|
||||
.show(
|
||||
_("You are sure of change the resource type. You will lose the criterions with different resource type."),
|
||||
_("Are you sure of changing the resource type? You will lose the criterions with different resource type."),
|
||||
"Question", Messagebox.OK | Messagebox.CANCEL,
|
||||
Messagebox.QUESTION);
|
||||
|
||||
|
|
|
|||
|
|
@ -443,7 +443,7 @@ class FormBinder {
|
|||
|
||||
public void markThereisAlreadyAssignmentWith(Set<Criterion> criterions) {
|
||||
messagesForUser.showMessage(Level.ERROR, _(
|
||||
"for criterions {0} already exists an allocation",
|
||||
"already exists an allocation for criteria {0}",
|
||||
ResourceLoadModel.getName(criterions)));
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -745,7 +745,7 @@ public class WorkReportTypeCRUDController extends GenericForwardComposer
|
|||
descriptionField.setFieldName(null);
|
||||
throw new WrongValueException(
|
||||
comp,
|
||||
_("A description field of the same name already exist."));
|
||||
_("A description field of the same name already exists."));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -354,7 +354,7 @@ public class WorkReportTypeModel implements IWorkReportTypeModel {
|
|||
getWorkReportType().setName(name);
|
||||
if (!getWorkReportType().checkConstraintUniqueWorkReportTypeName()) {
|
||||
throw new IllegalArgumentException(
|
||||
_("Exist other workReportType with the same name."));
|
||||
_("There exists other workReportType with the same name."));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -135,7 +135,7 @@ public final class CriterionConverter {
|
|||
|
||||
if (value == null) {
|
||||
throw new RuntimeException(_("Unable to convert {0} " +
|
||||
" value to {1} type", resource.toString(),
|
||||
"value to {1} type", resource.toString(),
|
||||
ResourceEnumDTO.class.getName()));
|
||||
} else {
|
||||
return value;
|
||||
|
|
|
|||
|
|
@ -164,7 +164,7 @@
|
|||
<listheader label="${i18n:_('Name')}" />
|
||||
<listheader label="${i18n:_('Parent')}" />
|
||||
<listheader label="${i18n:_('Valid from')}" />
|
||||
<listheader label="${i18n:_('Expiring date')}" />
|
||||
<listheader label="${i18n:_('Expiry date')}" />
|
||||
<listheader label="${i18n:_('Summary')}" />
|
||||
<listheader label="${i18n:_('Operations')}" />
|
||||
</listhead>
|
||||
|
|
@ -211,7 +211,7 @@
|
|||
itemRenderer="@{calendarController.editionController.calendarAvailabilityRenderer}">
|
||||
<listhead>
|
||||
<listheader label="${i18n:_('Valid from')}" />
|
||||
<listheader label="${i18n:_('Expiration date')}" />
|
||||
<listheader label="${i18n:_('Expiry date')}" />
|
||||
<listheader label="${i18n:_('Operations')}" />
|
||||
</listhead>
|
||||
</listbox>
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
<n:td width="20" class="identificacion"> </n:td>
|
||||
<n:td class="identificacion">${i18n:_('Access to the system')}</n:td>
|
||||
<n:td align="right" valign="bottom">
|
||||
<div tooltiptext="${i18n:_('Help on authentication (opens en new window')}">
|
||||
<div tooltiptext="${i18n:_('Help on authentication (opens a new window)')}">
|
||||
<n:a href="https://naval.igalia.com/fileadmin/templates/doc/index.html" target="_blank" class="ayuda">${i18n:_('Help')}</n:a>
|
||||
</div>
|
||||
</n:td>
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
<n:tr>
|
||||
<n:td>
|
||||
<n:div align="left">
|
||||
<n:input name="button" type="submit" class="entrar" id="button" value="${i18n:_('Sign in')}" />
|
||||
<n:input name="button" type="submit" class="entrar" id="button" value="${i18n:_('Log in')}" />
|
||||
</n:div></n:td>
|
||||
</n:tr>
|
||||
</n:table></n:td>
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
<n:table width="100%" border="0" cellspacing="0" cellpadding="0">
|
||||
<n:tr>
|
||||
<n:td class="usuario">${i18n:_('user')}: ${desktop.execution.userPrincipal.name}</n:td>
|
||||
<n:td><n:a href="/navalplanner-webapp/j_spring_security_logout" class="cerrar_sesion">[${i18n:_('Sign out')}]</n:a></n:td>
|
||||
<n:td><n:a href="/navalplanner-webapp/j_spring_security_logout" class="cerrar_sesion">[${i18n:_('Log out')}]</n:a></n:td>
|
||||
</n:tr>
|
||||
</n:table>
|
||||
</n:div>
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ criterionRequirementsController = new org.navalplanner.web.orders.AssignedCriter
|
|||
</zscript>
|
||||
<vbox id="${arg.id}"
|
||||
apply="${criterionRequirementsController}">
|
||||
<panel title="${i18n:_('Assigned Criterions Requirement')}" border="normal"
|
||||
<panel title="${i18n:_('Assigned Criterion Requirements')}" border="normal"
|
||||
style="overflow:auto" width="99%">
|
||||
<panelchildren>
|
||||
<hbox align="center">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue