Révision 1213
| tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/messages_fr.properties (revision 1213) | ||
|---|---|---|
| 11 | 11 |
ProgressionPreferencePage_6 = Répéter les valeurs de propriétés de structures |
| 12 | 12 |
ProgressionPreferencePage_7 = Échelle des limites de structures |
| 13 | 13 |
|
| 14 |
error_theQueryIsAlreadyRepresentedByACurveInTheGraphic = La requête {0} est déjà présente dans le graphique.
|
|
| 14 |
error_theQueryIsAlreadyRepresentedByACurveInTheGraphic = La requête {0} est déjà représentée dans le graphique par une courbe. Veuillez utiliser une autre requête.
|
|
| tmp/org.txm.properties.rcp/src/org/txm/properties/rcp/handlers/ComputeProperties.java (revision 1213) | ||
|---|---|---|
| 62 | 62 |
// Creating from Corpus |
| 63 | 63 |
if (selection instanceof CQPCorpus) {
|
| 64 | 64 |
List<Properties> informations = (List<Properties>) ((CQPCorpus)selection).getChildren(Properties.class); |
| 65 |
// only one instance |
|
| 65 | 66 |
if (informations.size() > 0) {
|
| 66 | 67 |
information = informations.get(0); |
| 67 |
} else {
|
|
| 68 |
} |
|
| 69 |
else {
|
|
| 68 | 70 |
information = new Properties((CQPCorpus) selection); |
| 69 | 71 |
} |
| 70 | 72 |
} |
Formats disponibles : Unified diff