Révision 1582
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages.properties (revision 1582) | ||
---|---|---|
949 | 949 |
warningColonTheImportScriptIsMissingColonP0 = ** The {0} import script is unreachable. |
950 | 950 |
|
951 | 951 |
warning_popup_allDescendantResultsWillBeUpdated = All descendant results will be updated. Do you want to continue? |
952 |
warning_popup_editedResultsWillBelostP0 = The following results have been manually edited:\n\n{0}\nThe modifications will be lost.\nDo you want to continue?
|
|
952 |
warning_popup_editedResultsWillBelostP0 = The following results have been manually edited:\n{0}\nThe modifications will not be saved.\nDo you want to continue?
|
|
953 | 953 |
warning_popup_theP0HasBeenEditedItsChangesWillBeLost = The {0} has been edited. Its changes will be lost. Do you want to continue? |
954 | 954 |
|
955 | 955 |
withinAContextOf = within a context of |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_fr.properties (revision 1582) | ||
---|---|---|
951 | 951 |
warningColonTheImportScriptIsMissingColonP0 = ** Le script d''import {0} est inaccessible. |
952 | 952 |
|
953 | 953 |
warning_popup_allDescendantResultsWillBeUpdated = Tous les résultats descendants seront mis à jour. Souhaitez-vous continuer ? |
954 |
warning_popup_editedResultsWillBelostP0 = Les résultats suivants ont été édités :\n{0}\nLes modifications ne seront pas sauvegardées.\nSouhaitez-vous continuer ? |
|
954 | 955 |
warning_popup_theP0HasBeenEditedItsChangesWillBeLost = Le résultat {0} a été édité. Ses modifications seront perdues. Souhaitez-vous continuer ? |
955 | 956 |
|
956 | 957 |
withinAContextOf = dans un context de |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/ApplicationWorkbenchAdvisor.java (revision 1582) | ||
---|---|---|
499 | 499 |
} |
500 | 500 |
} |
501 | 501 |
if (bugs.size() > 0) { |
502 |
messages.append("\t" + project.getName() + ": " + bugs + "\n");
|
|
502 |
messages.append("- " + project.getName() + ": " + bugs + "\n");
|
|
503 | 503 |
} |
504 | 504 |
} |
505 | 505 |
|
Formats disponibles : Unified diff