Révision 514
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/messages/messages_fr.properties (revision 514) | ||
|---|---|---|
| 17 | 17 |
ConcordancesEditor_100 = Valeurs disponibles pour {0}
|
| 18 | 18 |
ConcordancesEditor_108 = \ ?l?ments. Continuez ? |
| 19 | 19 |
ConcordancesEditor_11 = |< |
| 20 |
ConcordancesEditor_110 = Nouvelle valeur {0} pour la cat?gorie {1}
|
|
| 20 |
ConcordancesEditor_110 = Nouvelle valeur {0} pour la cat?gorie {1}
|
|
| 21 | 21 |
ConcordancesEditor_112 = La valeur {0} n''est pas encore associ?e ? la cat?gorie : {1}. Cr?er l''association ?
|
| 22 | 22 |
ConcordancesEditor_115 = Ajouter une nouvelle categorie |
| 23 | 23 |
ConcordancesEditor_116 = Effectuer l'annotation |
| ... | ... | |
| 56 | 56 |
ConcordancesEditor_49 = toutes les lignes |
| 57 | 57 |
ConcordancesEditor_5 = Concordance de <{0}> dans le corpus {1}
|
| 58 | 58 |
ConcordancesEditor_50 = Ouverture de l'?dition |
| 59 |
ONE_RESULT = Termin? : un r?sultat. |
|
| 60 | 59 |
ConcordancesEditor_55 = Ouverture de la boite de dialogue des propri?t?s |
| 61 | 60 |
ConcordancesEditor_56 = D?but du calcul des concordances |
| 62 | 61 |
ConcordancesEditor_6 = Tri... |
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/messages/Messages.java (revision 514) | ||
|---|---|---|
| 44 | 44 |
public static String ConcordancesEditor_101; |
| 45 | 45 |
public static String ConcordancesEditor_108; |
| 46 | 46 |
public static String ConcordancesEditor_11; |
| 47 |
public static String ConcordancesEditor_111; |
|
| 48 | 47 |
public static String ConcordancesEditor_112; |
| 49 |
public static String ConcordancesEditor_113; |
|
| 50 | 48 |
public static String ConcordancesEditor_12; |
| 51 | 49 |
public static String ConcordancesEditor_13; |
| 52 | 50 |
public static String ConcordancesEditor_14; |
| ... | ... | |
| 91 | 89 |
public static String ConcordancesEditor_5; |
| 92 | 90 |
public static String ConcordancesEditor_50; |
| 93 | 91 |
public static String ConcordancesEditor_51; |
| 94 |
public static String ConcordancesEditor_52; |
|
| 95 | 92 |
public static String ConcordancesEditor_53; |
| 96 | 93 |
public static String ConcordancesEditor_54; |
| 97 | 94 |
public static String ConcordancesEditor_55; |
| ... | ... | |
| 135 | 132 |
public static String ConcordancesEditor_99; |
| 136 | 133 |
public static String ConcordancesEditor_100; |
| 137 | 134 |
public static String ConcordancesEditor_110; |
| 138 |
public static String ConcordancesEditor_114; |
|
| 139 | 135 |
public static String ConcordancesEditor_115; |
| 140 | 136 |
public static String ConcordancesEditor_116; |
| 141 | 137 |
|
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/editors/ConcordanceEditor.java (revision 514) | ||
|---|---|---|
| 1992 | 1992 |
|
| 1993 | 1993 |
StatusLine.setMessage(NLS.bind(Messages.ConcordancesEditor_19, concordance.getNLines())); |
| 1994 | 1994 |
if (concordance.getNLines() == 1) |
| 1995 |
System.out.println(Messages.ConcordancesEditor_52);
|
|
| 1995 |
System.out.println(RCPMessages.ONE_RESULT);
|
|
| 1996 | 1996 |
else if (concordance.getNLines() > 0) |
| 1997 | 1997 |
System.out.println(NLS.bind(Messages.ConcordancesEditor_19, concordance.getNLines())); |
| 1998 | 1998 |
else |
| tmp/org.txm.rcp/src/main/java/org/txm/rcp/editors/TXMEditorToolBar.java (revision 514) | ||
|---|---|---|
| 92 | 92 |
* @return |
| 93 | 93 |
*/ |
| 94 | 94 |
public Group installGroup(String groupTitle, String buttonToolTip, String iconFilePath) {
|
| 95 |
|
|
| 96 |
|
|
| 97 |
|
|
| 95 |
|
|
| 98 | 96 |
if (groups.containsKey(groupTitle)) {
|
| 99 | 97 |
return groups.get(groupTitle); |
| 100 | 98 |
} |
Formats disponibles : Unified diff