fixed some small strings

This commit is contained in:
Jeroen Baten 2016-12-27 22:37:06 +01:00
parent f46f1bfbb3
commit fc381520ba
24 changed files with 98 additions and 98 deletions

View file

@ -221,7 +221,7 @@ public class DirectAdvanceAssignment extends AdvanceAssignment {
return fake; return fake;
} }
@AssertTrue(message = "maxixum value of percentage progress type must be 100") @AssertTrue(message = "maximum value of percentagee progress type must be 100")
public boolean isMaxValueMustBe100ForPercentageConstraint() { public boolean isMaxValueMustBe100ForPercentageConstraint() {
AdvanceType advanceType = getAdvanceType(); AdvanceType advanceType = getAdvanceType();
if ((advanceType != null) && (advanceType.getPercentage())) { if ((advanceType != null) && (advanceType.getPercentage())) {

View file

@ -249,7 +249,7 @@ public class WorkReport extends IntegrationEntity implements IWorkReportsElement
} }
@SuppressWarnings("unused") @SuppressWarnings("unused")
@AssertTrue(message = "label type:the timesheet have not assigned this label type") @AssertTrue(message = "label type: the timesheet have not assigned this label type")
public boolean isAssignedLabelTypesConstraint() { public boolean isAssignedLabelTypesConstraint() {
if (this.workReportType == null) { if (this.workReportType == null) {
return true; return true;

View file

@ -1267,7 +1267,7 @@ public abstract class BaseCalendarEditionController extends GenericForwardCompos
if (baseCalendarModel.isLastActivationPeriod(calendarAvailability)) { if (baseCalendarModel.isLastActivationPeriod(calendarAvailability)) {
return null; return null;
} else { } else {
throw new IllegalArgumentException(_("End date can only be deleted in the the last activation")); throw new IllegalArgumentException(_("End date can only be deleted in the last activation"));
} }
} }

View file

@ -716,7 +716,7 @@ msgid "Move"
msgstr "Moure" msgstr "Moure"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: Info Sincronització JIRA" msgstr "LibrePlan: Info Sincronització JIRA"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2906,7 +2906,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "El mateix recurs està assignat dos cops dins un interval" msgstr "El mateix recurs està assignat dos cops dins un interval"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "tipus d'etiqueta: el full d'hores no té assignat aquest tipus d'etiqueta" msgstr "tipus d'etiqueta: el full d'hores no té assignat aquest tipus d'etiqueta"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4773,7 +4773,7 @@ msgid ""
msgstr "El valor original de dies laborables {0} no pot ser modificat per tenir consolidacions" msgstr "El valor original de dies laborables {0} no pot ser modificat per tenir consolidacions"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "Sincronització de la informació de Jira" msgstr "Sincronització de la informació de Jira"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5760,7 +5760,7 @@ msgid "Edit Calendar"
msgstr "Editar Calendari" msgstr "Editar Calendari"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "Data finalització només pot ser eliminada en l'última activació" msgstr "Data finalització només pot ser eliminada en l'última activació"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6720,7 +6720,7 @@ msgid "Task Code"
msgstr "Codi de tasca" msgstr "Codi de tasca"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "màxim valor del percentatge del tipus de progrés ha de ser 100" msgstr "màxim valor del percentatge del tipus de progrés ha de ser 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -715,7 +715,7 @@ msgid "Move"
msgstr "Přesunout" msgstr "Přesunout"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "" msgstr ""
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2905,7 +2905,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "Stejný zdroj přiřazen dvakrát uvnitř intervalu" msgstr "Stejný zdroj přiřazen dvakrát uvnitř intervalu"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4772,7 +4772,7 @@ msgid ""
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "" msgstr ""
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5759,7 +5759,7 @@ msgid "Edit Calendar"
msgstr "Upravit kalendář" msgstr "Upravit kalendář"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "Datum ukončení může být smazáno pouze v poslední aktivaci." msgstr "Datum ukončení může být smazáno pouze v poslední aktivaci."
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6719,7 +6719,7 @@ msgid "Task Code"
msgstr "Kód úkolu" msgstr "Kód úkolu"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "maximální hodnota typu postupu v procentech musí být 100" msgstr "maximální hodnota typu postupu v procentech musí být 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -725,7 +725,7 @@ msgid "Move"
msgstr "Bewege" msgstr "Bewege"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: JIRA-Synchronisierungsinformationen" msgstr "LibrePlan: JIRA-Synchronisierungsinformationen"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2915,7 +2915,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "Dieselbe Ressource ist in einem Intervall doppelt zugewiesen" msgstr "Dieselbe Ressource ist in einem Intervall doppelt zugewiesen"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "Bezeichnungstyp: Der Stundenzettel wurde diesem Bezeichnungstyp nicht zugewiesen" msgstr "Bezeichnungstyp: Der Stundenzettel wurde diesem Bezeichnungstyp nicht zugewiesen"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4782,7 +4782,7 @@ msgid ""
msgstr "Der Originalwert werkbare Tage \\{0\\} kann nicht geändert werden, da er Zusammenfassungen hat" msgstr "Der Originalwert werkbare Tage \\{0\\} kann nicht geändert werden, da er Zusammenfassungen hat"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "JIRA-Synchronisierungsinformationen" msgstr "JIRA-Synchronisierungsinformationen"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5769,7 +5769,7 @@ msgid "Edit Calendar"
msgstr "Bearbeite Kalender" msgstr "Bearbeite Kalender"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "Enddatum kann nur in der letzten Aktivierung gelöscht werden" msgstr "Enddatum kann nur in der letzten Aktivierung gelöscht werden"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6729,7 +6729,7 @@ msgid "Task Code"
msgstr "Aufgabencode" msgstr "Aufgabencode"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "Maximalwert des Prozentsatzfortschrittstyp muss 100 sein" msgstr "Maximalwert des Prozentsatzfortschrittstyp muss 100 sein"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -723,7 +723,7 @@ msgid "Move"
msgstr "Mover" msgstr "Mover"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: información de sincronización Jira" msgstr "LibrePlan: información de sincronización Jira"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2913,7 +2913,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "El mismo recurso está asignado dos veces dentro del intervalo" msgstr "El mismo recurso está asignado dos veces dentro del intervalo"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "el parte de trabajo no tiene asignado este tipo de etiqueta" msgstr "el parte de trabajo no tiene asignado este tipo de etiqueta"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4780,7 +4780,7 @@ msgid ""
msgstr "El valor original de días laborables {0} no se puede modificar porque tiene consolidaciones" msgstr "El valor original de días laborables {0} no se puede modificar porque tiene consolidaciones"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "Información de sincronización con Jira" msgstr "Información de sincronización con Jira"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5767,7 +5767,7 @@ msgid "Edit Calendar"
msgstr "Editar calendario" msgstr "Editar calendario"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "La fecha de fin sólo se puede borrar en el último periodo de activación" msgstr "La fecha de fin sólo se puede borrar en el último periodo de activación"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6727,7 +6727,7 @@ msgid "Task Code"
msgstr "Código de la tarea" msgstr "Código de la tarea"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "el valor máximo del tipo de progreso porcentaje debe ser 100" msgstr "el valor máximo del tipo de progreso porcentaje debe ser 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -716,7 +716,7 @@ msgid "Move"
msgstr "حرکت" msgstr "حرکت"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "لیبرپلن: اطلاعات همگام سازی JIRA" msgstr "لیبرپلن: اطلاعات همگام سازی JIRA"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2906,7 +2906,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "منبع یکسان در یک بازه دو بار منتسب شده است" msgstr "منبع یکسان در یک بازه دو بار منتسب شده است"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "نوع برچسب: برگه زمانی به این نوع برچسب منتسب نشده است" msgstr "نوع برچسب: برگه زمانی به این نوع برچسب منتسب نشده است"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4773,7 +4773,7 @@ msgid ""
msgstr "مقدار روزهای کاری اصلی [0] هنگامی که تلفیق انجام شده قابل ویرایش نیست" msgstr "مقدار روزهای کاری اصلی [0] هنگامی که تلفیق انجام شده قابل ویرایش نیست"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "همگام سازی اطلاعات JIRA" msgstr "همگام سازی اطلاعات JIRA"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5760,7 +5760,7 @@ msgid "Edit Calendar"
msgstr "ویرایش تقویم" msgstr "ویرایش تقویم"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "تاریخ خاتمه تنها در آخرین فعال سازی قابل حذف است" msgstr "تاریخ خاتمه تنها در آخرین فعال سازی قابل حذف است"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6720,7 +6720,7 @@ msgid "Task Code"
msgstr "کد وظیفه" msgstr "کد وظیفه"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "مقدار بیشینه درصد نوع پیشرفت باید 100 باشد" msgstr "مقدار بیشینه درصد نوع پیشرفت باید 100 باشد"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -721,7 +721,7 @@ msgid "Move"
msgstr "Déplacer" msgstr "Déplacer"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: info de synchronisation Jira" msgstr "LibrePlan: info de synchronisation Jira"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2911,7 +2911,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "La même ressource est affectée deux fois à l'intérieur d'un intervalle" msgstr "La même ressource est affectée deux fois à l'intérieur d'un intervalle"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "type d'étiquette: la feuille de temps n'a pas affecté ce type d'étiquette" msgstr "type d'étiquette: la feuille de temps n'a pas affecté ce type d'étiquette"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4778,7 +4778,7 @@ msgid ""
msgstr "La valeur initiale des jours ouvrables {0} ne peut pas être modifiée car elle fait l'objet de consolidations" msgstr "La valeur initiale des jours ouvrables {0} ne peut pas être modifiée car elle fait l'objet de consolidations"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "Information de synchronisation Jira" msgstr "Information de synchronisation Jira"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5765,7 +5765,7 @@ msgid "Edit Calendar"
msgstr "Modifier le calendrier" msgstr "Modifier le calendrier"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "La date d'échéance ne peut pas être supprimée dans la dernière activation" msgstr "La date d'échéance ne peut pas être supprimée dans la dernière activation"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6725,7 +6725,7 @@ msgid "Task Code"
msgstr "Code de la tâche" msgstr "Code de la tâche"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "valeur maximum du pourcentage de type d'avancement doit être 100" msgstr "valeur maximum du pourcentage de type d'avancement doit être 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -719,7 +719,7 @@ msgid "Move"
msgstr "Mover" msgstr "Mover"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: Información de sincronización Jira" msgstr "LibrePlan: Información de sincronización Jira"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2909,7 +2909,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "O mesmo recurso está asignado dúas veces dentro do intervalo" msgstr "O mesmo recurso está asignado dúas veces dentro do intervalo"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "o parte de traballo non ten asignado este tipo de etiqueta" msgstr "o parte de traballo non ten asignado este tipo de etiqueta"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4776,7 +4776,7 @@ msgid ""
msgstr "O valor orixinal de días laborais {0} non se pode modificar porque ten consolidacións" msgstr "O valor orixinal de días laborais {0} non se pode modificar porque ten consolidacións"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "Información de sincronización con Jira" msgstr "Información de sincronización con Jira"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5763,7 +5763,7 @@ msgid "Edit Calendar"
msgstr "Editar calendario" msgstr "Editar calendario"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "A data de fin só se pode borrar no último período de activación" msgstr "A data de fin só se pode borrar no último período de activación"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6723,7 +6723,7 @@ msgid "Task Code"
msgstr "Código da tarefa" msgstr "Código da tarefa"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "o valor máximo do tipo de progreso porcentaxe debe ser 100" msgstr "o valor máximo do tipo de progreso porcentaxe debe ser 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -717,7 +717,7 @@ msgid "Move"
msgstr "Muovi" msgstr "Muovi"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: Informazioni di sincronizzazione con JIRA" msgstr "LibrePlan: Informazioni di sincronizzazione con JIRA"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2907,7 +2907,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "La stessa risorsa è assegnata due volte in un intervallo" msgstr "La stessa risorsa è assegnata due volte in un intervallo"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "tipo d'etichetta: il foglio ore non ha assegnato questo tipo di etichetta" msgstr "tipo d'etichetta: il foglio ore non ha assegnato questo tipo di etichetta"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4774,7 +4774,7 @@ msgid ""
msgstr "Il numero di giorni {0} nella tabella di lavoro non può essere modificato perché ci sono dei consolidamenti" msgstr "Il numero di giorni {0} nella tabella di lavoro non può essere modificato perché ci sono dei consolidamenti"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "Informazioni di sincronizzazione con JIRA" msgstr "Informazioni di sincronizzazione con JIRA"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5761,7 +5761,7 @@ msgid "Edit Calendar"
msgstr "Modifica calendario" msgstr "Modifica calendario"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "La data di fine può essere eliminata solo nell'ultima attivazione" msgstr "La data di fine può essere eliminata solo nell'ultima attivazione"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6721,7 +6721,7 @@ msgid "Task Code"
msgstr "Codice compito" msgstr "Codice compito"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "il valore massimo della percentuale di progresso è 100" msgstr "il valore massimo della percentuale di progresso è 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -715,7 +715,7 @@ msgid "Move"
msgstr "移動" msgstr "移動"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: JIRA同期情報" msgstr "LibrePlan: JIRA同期情報"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2905,7 +2905,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "同じリソースが区間内に2度割り当てられています" msgstr "同じリソースが区間内に2度割り当てられています"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "ラベルタイプ: タイムシートにはこのラベルタイプが割り当てされていません" msgstr "ラベルタイプ: タイムシートにはこのラベルタイプが割り当てされていません"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4772,7 +4772,7 @@ msgid ""
msgstr "オリジナルの稼働可能日{0}は統合されているので変更できません" msgstr "オリジナルの稼働可能日{0}は統合されているので変更できません"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "JIRA同期情報" msgstr "JIRA同期情報"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5759,7 +5759,7 @@ msgid "Edit Calendar"
msgstr "カレンダーの編集" msgstr "カレンダーの編集"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "終了日が削除できるのは最後のアクティベーションのみです" msgstr "終了日が削除できるのは最後のアクティベーションのみです"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6719,7 +6719,7 @@ msgid "Task Code"
msgstr "タスクコード" msgstr "タスクコード"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "進捗率の最大値は100でなければなりません" msgstr "進捗率の最大値は100でなければなりません"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -1411,7 +1411,7 @@ msgid "Split new assignment"
msgstr "" msgstr ""
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/myaccount/personalTimesheet.zul:84 #: libreplan-webapp/src/main/webapp/myaccount/personalTimesheet.zul:84
@ -1750,7 +1750,7 @@ msgid "worker's first name not specified"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/java/org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: libreplan-webapp/src/main/java/org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/common/configuration.zul:375 #: libreplan-webapp/src/main/webapp/common/configuration.zul:375
@ -3259,7 +3259,7 @@ msgid "Other projects"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "" msgstr ""
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReportLine.java:264 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReportLine.java:264
@ -4484,7 +4484,7 @@ msgid "Assigned Label Type cannot be repeated in a Timesheet Template."
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/java/org/libreplan/web/resources/search/NewAllocationSelectorController.java:735 #: libreplan-webapp/src/main/java/org/libreplan/web/resources/search/NewAllocationSelectorController.java:735
@ -8412,7 +8412,7 @@ msgid "Number of iterations"
msgstr "" msgstr ""
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/templates/_editTemplate.zul:42 #: libreplan-webapp/src/main/webapp/templates/_editTemplate.zul:42

View file

@ -714,7 +714,7 @@ msgid "Move"
msgstr "Flytt" msgstr "Flytt"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: Jira synkronisering info" msgstr "LibrePlan: Jira synkronisering info"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2904,7 +2904,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "Den samme kilde er tilordnet to ganger inne i et intervall" msgstr "Den samme kilde er tilordnet to ganger inne i et intervall"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "etikett Type: time har ikke fått tildelt denne type etikett" msgstr "etikett Type: time har ikke fått tildelt denne type etikett"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4771,7 +4771,7 @@ msgid ""
msgstr "Den opprinnelige gjennomførbar dager verdien {0} kan ikke endres som den har konsolideringer" msgstr "Den opprinnelige gjennomførbar dager verdien {0} kan ikke endres som den har konsolideringer"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "Jira sync informasjon" msgstr "Jira sync informasjon"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5758,7 +5758,7 @@ msgid "Edit Calendar"
msgstr "Rediger kalender" msgstr "Rediger kalender"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "Sluttdato kan bare bli slettet i det siste aktivering" msgstr "Sluttdato kan bare bli slettet i det siste aktivering"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6718,7 +6718,7 @@ msgid "Task Code"
msgstr "Task Kode" msgstr "Task Kode"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "Maksimal prosentverdi for progress er 100" msgstr "Maksimal prosentverdi for progress er 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -715,7 +715,7 @@ msgid "Move"
msgstr "Verplaats" msgstr "Verplaats"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: Jira synchronisatie info" msgstr "LibrePlan: Jira synchronisatie info"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2905,7 +2905,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "Dezelfde resource is twee keer ingezet binnen dezelfde periode" msgstr "Dezelfde resource is twee keer ingezet binnen dezelfde periode"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "labeltype: de urenstaat heeft niet dit labeltype toegekend" msgstr "labeltype: de urenstaat heeft niet dit labeltype toegekend"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4772,7 +4772,7 @@ msgid ""
msgstr "Het originele aantal van {0} werkdagen kan niet gewijzigd worden omdat het consolidaties bevat" msgstr "Het originele aantal van {0} werkdagen kan niet gewijzigd worden omdat het consolidaties bevat"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "Jira sync informatie" msgstr "Jira sync informatie"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5759,7 +5759,7 @@ msgid "Edit Calendar"
msgstr "Wijzig kalender" msgstr "Wijzig kalender"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "Einddatum kan alleen verwijderd worden in de laatste verlenging" msgstr "Einddatum kan alleen verwijderd worden in de laatste verlenging"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6719,7 +6719,7 @@ msgid "Task Code"
msgstr "Taakcode" msgstr "Taakcode"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "maximum waarde van procentuele voortgang moet 100 zijn" msgstr "maximum waarde van procentuele voortgang moet 100 zijn"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -717,7 +717,7 @@ msgid "Move"
msgstr "Przenieś" msgstr "Przenieś"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: Informacja o synchronizacji JIRA" msgstr "LibrePlan: Informacja o synchronizacji JIRA"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2907,7 +2907,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "" msgstr ""
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4774,7 +4774,7 @@ msgid ""
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "" msgstr ""
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5761,7 +5761,7 @@ msgid "Edit Calendar"
msgstr "Edytuj Kalendarz" msgstr "Edytuj Kalendarz"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "Data końcowa może zostać usunięty tylko w ostatniej aktywacji" msgstr "Data końcowa może zostać usunięty tylko w ostatniej aktywacji"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6721,7 +6721,7 @@ msgid "Task Code"
msgstr "Kod zadania" msgstr "Kod zadania"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "maksymalna wartość postępu w procentach musi wynosić 100" msgstr "maksymalna wartość postępu w procentach musi wynosić 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -717,7 +717,7 @@ msgid "Move"
msgstr "Mover" msgstr "Mover"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "" msgstr ""
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2907,7 +2907,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "" msgstr ""
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4774,7 +4774,7 @@ msgid ""
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "" msgstr ""
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5761,7 +5761,7 @@ msgid "Edit Calendar"
msgstr "Editar Calendário" msgstr "Editar Calendário"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "Data de término só pode ser removida na última ativação" msgstr "Data de término só pode ser removida na última ativação"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6721,7 +6721,7 @@ msgid "Task Code"
msgstr "Código da Tarefa" msgstr "Código da Tarefa"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "Valor máximo de porcentagem do tipo de progresso deve ser 100" msgstr "Valor máximo de porcentagem do tipo de progresso deve ser 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -715,7 +715,7 @@ msgid "Move"
msgstr "Mover" msgstr "Mover"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: Informações de sincronização Jira" msgstr "LibrePlan: Informações de sincronização Jira"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2905,7 +2905,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "O mesmo recurso está atribuído duas vezes dentro do intervalo " msgstr "O mesmo recurso está atribuído duas vezes dentro do intervalo "
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "tipo de rótulo: a folha de horas não tem atribuído este tipo de rótulo" msgstr "tipo de rótulo: a folha de horas não tem atribuído este tipo de rótulo"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4772,7 +4772,7 @@ msgid ""
msgstr "O valor original de dias de trabalho {0} não pode ser modificado pois possui consolidações" msgstr "O valor original de dias de trabalho {0} não pode ser modificado pois possui consolidações"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "Informações de sincronização Jira" msgstr "Informações de sincronização Jira"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5759,7 +5759,7 @@ msgid "Edit Calendar"
msgstr "Editar calendário" msgstr "Editar calendário"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "Data de término só pode ser removida no último período de ativação" msgstr "Data de término só pode ser removida no último período de ativação"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6719,7 +6719,7 @@ msgid "Task Code"
msgstr "Código da tarefa" msgstr "Código da tarefa"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "o valor máximo do tipo de percentual de progresso deve ser 100" msgstr "o valor máximo do tipo de percentual de progresso deve ser 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -723,7 +723,7 @@ msgid "Move"
msgstr "Переместить" msgstr "Переместить"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlan: Jira Информация о синхронизации" msgstr "LibrePlan: Jira Информация о синхронизации"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2913,7 +2913,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "Аналогичный ресурс использован дважды внутри периода" msgstr "Аналогичный ресурс использован дважды внутри периода"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4780,7 +4780,7 @@ msgid ""
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "Информация о синхронизации с JIRA" msgstr "Информация о синхронизации с JIRA"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5767,7 +5767,7 @@ msgid "Edit Calendar"
msgstr "Редактировать календарь" msgstr "Редактировать календарь"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "Дата окончания может быть удалена только в последней активации" msgstr "Дата окончания может быть удалена только в последней активации"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6727,7 +6727,7 @@ msgid "Task Code"
msgstr "Код Задачи" msgstr "Код Задачи"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "наибольшее значение процента хода работ не более 100" msgstr "наибольшее значение процента хода работ не более 100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -715,7 +715,7 @@ msgid "Move"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "" msgstr ""
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2905,7 +2905,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "" msgstr ""
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4772,7 +4772,7 @@ msgid ""
msgstr "" msgstr ""
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "" msgstr ""
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5759,7 +5759,7 @@ msgid "Edit Calendar"
msgstr "" msgstr ""
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "" msgstr ""
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6719,7 +6719,7 @@ msgid "Task Code"
msgstr "" msgstr ""
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "" msgstr ""
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -1328,7 +1328,7 @@ msgid "Split new assignment"
msgstr "分割新任务" msgstr "分割新任务"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "maxixum进度百分比值的类型必须是100" msgstr "maxixum进度百分比值的类型必须是100"
#: libreplan-webapp/src/main/webapp/myaccount/personalTimesheet.zul:84 #: libreplan-webapp/src/main/webapp/myaccount/personalTimesheet.zul:84
@ -1625,7 +1625,7 @@ msgid "worker's first name not specified"
msgstr "没有指定工人的名字" msgstr "没有指定工人的名字"
#: libreplan-webapp/src/main/java/org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: libreplan-webapp/src/main/java/org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "结束日期只能被删除的最后一个激活" msgstr "结束日期只能被删除的最后一个激活"
#: libreplan-webapp/src/main/webapp/common/configuration.zul:374 #: libreplan-webapp/src/main/webapp/common/configuration.zul:374
@ -7782,7 +7782,7 @@ msgid "Number of iterations"
msgstr "迭代次数。" msgstr "迭代次数。"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "标签类型:时间表已指定了这个标签类型" msgstr "标签类型:时间表已指定了这个标签类型"
#: libreplan-webapp/src/main/webapp/templates/_editTemplate.zul:42 #: libreplan-webapp/src/main/webapp/templates/_editTemplate.zul:42

View file

@ -723,7 +723,7 @@ msgid "Move"
msgstr "移动" msgstr "移动"
#: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20 #: libreplan-webapp/src/main/webapp/orders/_jiraSyncInfo.zul:20
msgid "LibrePlan: Jira synchronization info" msgid "LibrePlan: JIRA synchronization info"
msgstr "LibrePlanJira同步信息" msgstr "LibrePlanJira同步信息"
#: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31 #: org/libreplan/web/common/components/finders/OrderFilterEnum.java:31
@ -2913,7 +2913,7 @@ msgid "The same resource is assigned twice inside an interval"
msgstr "相同的资源被分配的时间间隔内两次" msgstr "相同的资源被分配的时间间隔内两次"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263 #: libreplan-business/src/main/java/org/libreplan/business/workreports/entities/WorkReport.java:263
msgid "label type:the timesheet have not assigned this label type" msgid "label type: the timesheet have not assigned this label type"
msgstr "标签类型:工时表还未指定这个标签类型" msgstr "标签类型:工时表还未指定这个标签类型"
#: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23 #: libreplan-webapp/src/main/webapp/typeofworkhours/typeOfWorkHours.zul:23
@ -4780,7 +4780,7 @@ msgid ""
msgstr "原来的可作业天数的价值{0}不能被修改,因为它有合并" msgstr "原来的可作业天数的价值{0}不能被修改,因为它有合并"
#: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22 #: libreplan-webapp/src/main/webapp/orders/components/_jiraOrderElementSync.zul:22
msgid "Jira sync information" msgid "JIRA sync information"
msgstr "Jira同步信息" msgstr "Jira同步信息"
#: org/libreplan/web/common/CustomMenuController.java:482 #: org/libreplan/web/common/CustomMenuController.java:482
@ -5767,7 +5767,7 @@ msgid "Edit Calendar"
msgstr "编辑日历" msgstr "编辑日历"
#: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411 #: org/libreplan/web/calendars/BaseCalendarEditionController.java:1411
msgid "End date can only be deleted in the the last activation" msgid "End date can only be deleted in the last activation"
msgstr "结束日期只能在最后的激活中删除" msgstr "结束日期只能在最后的激活中删除"
#: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191 #: libreplan-business/src/main/java/org/libreplan/business/common/entities/Configuration.java:191
@ -6727,7 +6727,7 @@ msgid "Task Code"
msgstr "任务代码" msgstr "任务代码"
#: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226 #: libreplan-business/src/main/java/org/libreplan/business/advance/entities/DirectAdvanceAssignment.java:226
msgid "maxixum value of percentage progress type must be 100" msgid "maximum value of percentagee progress type must be 100"
msgstr "进度百分比值的类型的最大值必须是100" msgstr "进度百分比值的类型的最大值必须是100"
#: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80 #: libreplan-business/src/main/java/org/libreplan/business/workreports/valueobjects/DescriptionField.java:80

View file

@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
--> -->
<window id="winJiraSyncInfo" title="${i18n:_('LibrePlan: Jira synchronization info')}" <window id="winJiraSyncInfo" title="${i18n:_('LibrePlan: JIRA synchronization info')}"
width="500px" border="normal" mode="modal"> width="500px" border="normal" mode="modal">
<div height="250px" style="overflow:auto"> <div height="250px" style="overflow:auto">
<vbox> <vbox>

View file

@ -19,7 +19,7 @@
<groupbox id="jiraGroupBox" <groupbox id="jiraGroupBox"
style="margin-top: 5px" closable="false"> style="margin-top: 5px" closable="false">
<caption label="${i18n:_('Jira sync information')}" /> <caption label="${i18n:_('JIRA sync information')}" />
<separator spacing="10px"/> <separator spacing="10px"/>
<hbox width="100%"> <hbox width="100%">
<separator spacing="10px" width="100%"/> <separator spacing="10px" width="100%"/>