Révision 2700
| tmp/org.txm.edition.rcp/src/org/txm/edition/rcp/messages/messages.properties (revision 2700) | ||
|---|---|---|
| 1 |
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/) |
|
| 1 |
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
|
|
| 2 | 2 |
#TXM messages generated by the PluginMessagesManager class |
| 3 | 3 |
#Tue Dec 18 10:24:08 CET 2018 |
| 4 | 4 |
|
| ... | ... | |
| 58 | 58 |
|
| 59 | 59 |
noEditionWithNameEqualsP0AvailableForTextEqualsP1 = No "{1}" edition found for text {0}.
|
| 60 | 60 |
|
| 61 |
openingDefaultEditionsColonP0 = Opening edition "{0}"...
|
|
| 61 |
openingDefaultEditionsColonP0 = Opening [{0}] edition...
|
|
| 62 | 62 |
|
| 63 |
openingWithFirstEditionNoDefaultEditionSetColonP0 = Opening the "{0}" edition (no default edition).
|
|
| 63 |
openingWithFirstEditionNoDefaultEditionSetColonP0 = Opening [{0}] edition (no default edition).
|
|
| 64 | 64 |
|
| 65 | 65 |
pageButtons = page buttons |
| 66 | 66 |
|
| tmp/org.txm.edition.rcp/src/org/txm/edition/rcp/messages/messages_fr.properties (revision 2700) | ||
|---|---|---|
| 1 |
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/) |
|
| 1 |
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/)
|
|
| 2 | 2 |
#TXM messages generated by the PluginMessagesManager class |
| 3 | 3 |
#Tue Dec 18 10:24:08 CET 2018 |
| 4 | 4 |
|
| ... | ... | |
| 58 | 58 |
|
| 59 | 59 |
noEditionWithNameEqualsP0AvailableForTextEqualsP1 = Aucune édition "{1}" trouvée pour le texte {0}.
|
| 60 | 60 |
|
| 61 |
openingDefaultEditionsColonP0 = Ouverture de l''édition "{0}"...
|
|
| 61 |
openingDefaultEditionsColonP0 = Ouverture de l'édition [{0}]...
|
|
| 62 | 62 |
|
| 63 |
openingWithFirstEditionNoDefaultEditionSetColonP0 = Ouverture de l'édition "{0}" (pas d'édition par défaut).
|
|
| 63 |
openingWithFirstEditionNoDefaultEditionSetColonP0 = Ouverture de l'édition [{0}] (pas d'édition par défaut).
|
|
| 64 | 64 |
|
| 65 | 65 |
pageButtons = boutons de la page |
| 66 | 66 |
|
| tmp/org.txm.edition.rcp/src/org/txm/edition/rcp/handlers/OpenEdition.java (revision 2700) | ||
|---|---|---|
| 95 | 95 |
if (editionNames.size() > 0) { // use the first edition declared
|
| 96 | 96 |
editionsToOpen = new String[1]; |
| 97 | 97 |
editionsToOpen[0] = editionNames.get(0); |
| 98 |
Log.info(NLS.bind(EditionUIMessages.openingWithFirstEditionNoDefaultEditionSetColonP0, editionNames.get(0)));
|
|
| 98 |
Log.fine(NLS.bind(EditionUIMessages.openingWithFirstEditionNoDefaultEditionSetColonP0, editionNames.get(0)));
|
|
| 99 | 99 |
} |
| 100 | 100 |
else { // no edition in the corpus
|
| 101 | 101 |
Log.warning(EditionUIMessages.noEditionToOpen); |
| ... | ... | |
| 104 | 104 |
} |
| 105 | 105 |
} |
| 106 | 106 |
else {
|
| 107 |
Log.info(NLS.bind(EditionUIMessages.openingDefaultEditionsColonP0, StringUtils.join(editionsToOpen, ", ")));
|
|
| 107 |
Log.fine(NLS.bind(EditionUIMessages.openingDefaultEditionsColonP0, StringUtils.join(editionsToOpen, ", ")));
|
|
| 108 | 108 |
} |
| 109 | 109 |
|
| 110 | 110 |
editor = openEdition(c, editionsToOpen); |
Formats disponibles : Unified diff