Révision 1897
tmp/org.txm.referencer.core/src/org/txm/referencer/core/messages/messages_fr.properties (revision 1897) | ||
---|---|---|
1 |
#TXM messages generated by the PluginMessagesManager class |
|
2 |
#Tue Dec 18 10:24:08 CET 2018 |
|
3 |
referencerExportFailedColon=L''export des Références a échoué \: {0}. |
|
4 |
RESULT_TYPE=Références |
|
1 |
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/) |
|
2 |
#TXM messages generated by the PluginMessagesManager class |
|
3 |
#Tue Dec 18 10:24:08 CET 2018 |
|
4 |
|
|
5 |
RESULT_TYPE = Références |
|
6 |
|
|
7 |
referencerExportFailedColon = L''export des Références a échoué : {0}. |
|
8 |
|
|
9 |
referencesOfP0InTheP1Corpus = Références de <{0}> dans le corpus {1}... |
tmp/org.txm.referencer.core/src/org/txm/referencer/core/messages/ReferencerCoreMessages.java (revision 1897) | ||
---|---|---|
17 | 17 |
|
18 | 18 |
public static String RESULT_TYPE; |
19 | 19 |
|
20 |
|
|
20 |
public static String referencesOfP0InTheP1Corpus; |
|
21 | 21 |
public static String referencerExportFailedColon; |
22 | 22 |
|
23 | 23 |
static { |
tmp/org.txm.referencer.core/src/org/txm/referencer/core/messages/messages.properties (revision 1897) | ||
---|---|---|
1 |
#TXM messages generated by the PluginMessagesManager class |
|
2 |
#Tue Dec 18 10:24:08 CET 2018 |
|
3 |
referencerExportFailedColon=Referencer export failed\: {0}. |
|
4 |
RESULT_TYPE=Referencer |
|
1 |
#Generated by ResourceBundle Editor (http://essiembre.github.io/eclipse-rbe/) |
|
2 |
#TXM messages generated by the PluginMessagesManager class |
|
3 |
#Tue Dec 18 10:24:08 CET 2018 |
|
4 |
|
|
5 |
RESULT_TYPE = Referencer |
|
6 |
|
|
7 |
referencerExportFailedColon = Referencer export failed: {0}. |
|
8 |
|
|
9 |
referencesOfP0InTheP1Corpus = References of <{0}> in the {1} corpus... |
tmp/org.txm.referencer.core/src/org/txm/referencer/core/functions/Referencer.java (revision 1897) | ||
---|---|---|
77 | 77 |
import org.txm.utils.logger.Log; |
78 | 78 |
|
79 | 79 |
/** |
80 |
* The Class Referencer computes the references of a query |
|
80 |
* The Class Referencer computes the references of a query.
|
|
81 | 81 |
* |
82 | 82 |
* @author mdecorde |
83 | 83 |
* @author sjacquot |
... | ... | |
96 | 96 |
/** The lines. */ |
97 | 97 |
List<Line> lines; |
98 | 98 |
|
99 |
/** The cache. */ |
|
100 |
//private Map<Property, CqpDataProxy> cache; |
|
101 |
|
|
102 | 99 |
/** The matches. */ |
103 | 100 |
List<Match> matches; |
104 | 101 |
|
... | ... | |
366 | 363 |
} |
367 | 364 |
|
368 | 365 |
|
366 |
@Override |
|
367 |
public String getComputingStartMessage() { |
|
368 |
return TXMCoreMessages.bind(ReferencerCoreMessages.referencesOfP0InTheP1Corpus, this.pQuery, this.getCorpus().getName()); |
|
369 |
} |
|
370 |
|
|
371 |
|
|
372 |
@Override |
|
373 |
public String getComputingDoneMessage() { |
|
374 |
if(this.lines.isEmpty()) { |
|
375 |
return TXMCoreMessages.common_noResults; |
|
376 |
} |
|
377 |
else { |
|
378 |
return TXMCoreMessages.bind(TXMCoreMessages.common_P0ItemsForP1Occurrences, this.getNLines(), this.getV()); |
|
379 |
} |
|
380 |
} |
|
381 |
|
|
382 |
|
|
369 | 383 |
/** |
370 | 384 |
* Gets the n lines. |
371 | 385 |
* |
Formats disponibles : Unified diff