Révision 1357
tmp/org.txm.queryindex.rcp/src/org/txm/queryindex/rcp/editors/QueryIndexEditor.java (revision 1357) | ||
---|---|---|
85 | 85 |
import org.txm.rcp.views.corpora.CorporaView; |
86 | 86 |
import org.txm.searchengine.cqp.CQPSearchEngine; |
87 | 87 |
import org.txm.searchengine.cqp.clientExceptions.CqiClientException; |
88 |
import org.txm.searchengine.cqp.core.messages.CQPSearchEngineCoreMessages; |
|
88 | 89 |
import org.txm.searchengine.cqp.corpus.CQPCorpus; |
89 | 90 |
import org.txm.searchengine.cqp.corpus.Partition; |
90 | 91 |
import org.txm.searchengine.cqp.corpus.Property; |
... | ... | |
361 | 362 |
} catch (Exception e) { |
362 | 363 |
System.out.println(e.getLocalizedMessage()); |
363 | 364 |
try { |
364 |
Log.severe(TXMCoreMessages.bind(TXMUIMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
365 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
365 | 366 |
} catch (Exception e1) { |
366 |
Log.severe(TXMCoreMessages.bind(IndexUIMessages.cQPErrorDDot, e1));
|
|
367 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.cQPErrorDDotP0, e1));
|
|
367 | 368 |
Log.printStackTrace(e1); |
368 | 369 |
} |
369 | 370 |
Log.severe(TXMCoreMessages.bind("Error while computing QueryIndex: {0}.", e.getLocalizedMessage())); |
tmp/org.txm.tigersearch.rcp/src/org/txm/tigersearch/editors/TSIndexEditor.java (revision 1357) | ||
---|---|---|
90 | 90 |
import org.txm.rcp.views.corpora.CorporaView; |
91 | 91 |
import org.txm.searchengine.cqp.CQPSearchEngine; |
92 | 92 |
import org.txm.searchengine.cqp.clientExceptions.CqiClientException; |
93 |
import org.txm.searchengine.cqp.core.messages.CQPSearchEngineCoreMessages; |
|
93 | 94 |
import org.txm.searchengine.cqp.corpus.CQPCorpus; |
94 | 95 |
import org.txm.searchengine.cqp.corpus.Partition; |
95 | 96 |
import org.txm.searchengine.cqp.corpus.Property; |
... | ... | |
396 | 397 |
} catch (Exception e) { |
397 | 398 |
System.out.println(e.getLocalizedMessage()); |
398 | 399 |
try { |
399 |
System.out.println(TXMUIMessages.lastCQPErrorDDot + CQPSearchEngine.getCqiClient().getLastCQPError());
|
|
400 |
System.out.println(NLS.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
400 | 401 |
} catch (Exception e1) { |
401 |
System.out.println(IndexUIMessages.cQPErrorDDot+e1);
|
|
402 |
System.out.println(CQPSearchEngineCoreMessages.cQPErrorDDotP0+e1);
|
|
402 | 403 |
} |
403 | 404 |
Log.severe("Error while computing TIGERSearch Index: "+e.getLocalizedMessage()); |
404 | 405 |
} finally { |
tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/handlers/base/CreateSubCorpus.java (revision 1357) | ||
---|---|---|
47 | 47 |
import org.txm.rcp.views.corpora.CorporaView; |
48 | 48 |
import org.txm.searchengine.cqp.CQPSearchEngine; |
49 | 49 |
import org.txm.searchengine.cqp.clientExceptions.CqiClientException; |
50 |
import org.txm.searchengine.cqp.core.messages.CQPSearchEngineCoreMessages; |
|
50 | 51 |
import org.txm.searchengine.cqp.corpus.CQPCorpus; |
51 | 52 |
import org.txm.searchengine.cqp.corpus.Subcorpus; |
52 | 53 |
import org.txm.searchengine.cqp.corpus.query.CQLQuery; |
... | ... | |
147 | 148 |
Log.severe(e.toString()); |
148 | 149 |
|
149 | 150 |
try { |
150 |
System.out.println(TXMUIMessages.lastCQPErrorDDot+CQPSearchEngine.getCqiClient().getLastCQPError());
|
|
151 |
System.out.println(NLS.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
151 | 152 |
} catch (Exception e1) { |
152 | 153 |
System.out.println(TXMUIMessages.failedToGetLastCQPErrorDDot+e1); |
153 | 154 |
org.txm.rcp.utils.Logger.printStackTrace(e1); |
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/NetCqiClient.java (revision 1357) | ||
---|---|---|
614 | 614 |
case 0x05:// cf cqi.h:94 |
615 | 615 |
|
616 | 616 |
b = this.streamFromServer.readByte(); |
617 |
lastError = CQPSearchEngineCoreMessages.cQPErrorDDot+b; |
|
617 |
lastError = CQPSearchEngineCoreMessages.cQPErrorDDotP0+b;
|
|
618 | 618 |
|
619 | 619 |
Log.finest(CQPSearchEngineCoreMessages.bind(CQPSearchEngineCoreMessages.readByteFromTheCQiServerDDotP0, b)); |
620 | 620 |
|
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/core/messages/messages.properties (revision 1357) | ||
---|---|---|
6 | 6 |
|
7 | 7 |
b2 = b2 |
8 | 8 |
|
9 |
cLErrorDDot = CL error: |
|
9 |
cLErrorDDot = CL error: {0}
|
|
10 | 10 |
|
11 |
cQPErrorDDot = CQP error:
|
|
11 |
cQPErrorDDotP0=CQP error: {0}
|
|
12 | 12 |
|
13 | 13 |
cantFindCQPLocationDDot = ** Can't find CQP location: {0}. |
14 | 14 |
|
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/core/messages/messages_fr.properties (revision 1357) | ||
---|---|---|
6 | 6 |
|
7 | 7 |
b2 = b2 |
8 | 8 |
|
9 |
cLErrorDDot = Erreur CQ :
|
|
9 |
cLErrorDDot = Erreur CL : {0}
|
|
10 | 10 |
|
11 |
cQPErrorDDot = Erreur CQP : |
|
11 |
cQPErrorDDot = Erreur CQP : {0}
|
|
12 | 12 |
|
13 | 13 |
cantFindCQPLocationDDot = ** Echec de localisation de CQP : {0}. |
14 | 14 |
|
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/core/messages/CQPSearchEngineCoreMessages.java (revision 1357) | ||
---|---|---|
41 | 41 |
public static String unknownCQPCodesDDotB1; |
42 | 42 |
public static String queryError; |
43 | 43 |
public static String cLErrorDDot; |
44 |
public static String cQPErrorDDot; |
|
44 |
public static String cQPErrorDDotP0;
|
|
45 | 45 |
public static String unknownCQPErrorDDotB1; |
46 | 46 |
public static String unknownCQPCQIErrorDDotB1; |
47 | 47 |
public static String unknownCQPCodeDDotB1; |
tmp/org.txm.searchengine.cqp.core/src/org/txm/searchengine/cqp/MemCqiClient.java (revision 1357) | ||
---|---|---|
2 | 2 |
|
3 | 3 |
import java.io.IOException; |
4 | 4 |
|
5 |
import org.eclipse.osgi.util.NLS; |
|
5 | 6 |
import org.txm.core.messages.TXMCoreMessages; |
6 | 7 |
import org.txm.searchengine.cqp.clientExceptions.UnexpectedAnswerException; |
7 | 8 |
import org.txm.searchengine.cqp.core.messages.CQPSearchEngineCoreMessages; |
... | ... | |
157 | 158 |
|
158 | 159 |
case 0x05:// cf cqi.h:94 |
159 | 160 |
|
160 |
lastError = CQPSearchEngineCoreMessages.cQPErrorDDot+"CQI_CQP_ERROR ("+b+")";
|
|
161 |
lastError = NLS.bind(CQPSearchEngineCoreMessages.cQPErrorDDotP0, "CQI_CQP_ERROR ("+b+")");
|
|
161 | 162 |
Log.finest(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.readByteFromTheCQiServerDDotP0, b)); |
162 | 163 |
switch (b2) { |
163 | 164 |
case 0x01:// cf cqi.h:39 |
tmp/org.txm.querycooccurrences.rcp/src/org/txm/rcp/commands/function/ComputeQueryAutoCooccurrence.java (revision 1357) | ||
---|---|---|
64 | 64 |
import org.txm.rcp.views.corpora.CorporaView; |
65 | 65 |
import org.txm.searchengine.cqp.CQPSearchEngine; |
66 | 66 |
import org.txm.searchengine.cqp.clientExceptions.CqiClientException; |
67 |
import org.txm.searchengine.cqp.core.messages.CQPSearchEngineCoreMessages; |
|
67 | 68 |
import org.txm.searchengine.cqp.corpus.CQPCorpus; |
68 | 69 |
import org.txm.searchengine.cqp.corpus.StructuralUnit; |
69 | 70 |
import org.txm.searchengine.cqp.corpus.query.CQLQuery; |
... | ... | |
137 | 138 |
} catch (Exception e) { |
138 | 139 |
Log.printStackTrace(e); |
139 | 140 |
try { |
140 |
Log.severe(TXMCoreMessages.bind(TXMUIMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
141 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
141 | 142 |
} catch (Exception e1) { |
142 | 143 |
e1.printStackTrace(); |
143 | 144 |
} |
... | ... | |
193 | 194 |
} catch (Exception e) { |
194 | 195 |
Log.printStackTrace(e); |
195 | 196 |
try { |
196 |
Log.severe(TXMCoreMessages.bind(TXMUIMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
197 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
197 | 198 |
} catch (Exception e1) { |
198 | 199 |
e1.printStackTrace(); |
199 | 200 |
} |
tmp/org.txm.querycooccurrences.rcp/src/org/txm/rcp/commands/function/ComputeQueryCooccurrence.java (revision 1357) | ||
---|---|---|
67 | 67 |
import org.txm.rcp.views.corpora.CorporaView; |
68 | 68 |
import org.txm.searchengine.cqp.CQPSearchEngine; |
69 | 69 |
import org.txm.searchengine.cqp.clientExceptions.CqiClientException; |
70 |
import org.txm.searchengine.cqp.core.messages.CQPSearchEngineCoreMessages; |
|
70 | 71 |
import org.txm.searchengine.cqp.corpus.CQPCorpus; |
71 | 72 |
import org.txm.searchengine.cqp.corpus.StructuralUnit; |
72 | 73 |
import org.txm.searchengine.cqp.corpus.query.CQLQuery; |
... | ... | |
138 | 139 |
} catch (Exception e) { |
139 | 140 |
Log.printStackTrace(e); |
140 | 141 |
try { |
141 |
Log.severe(TXMCoreMessages.bind(TXMUIMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
142 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
142 | 143 |
} catch (Exception e1) { |
143 | 144 |
e1.printStackTrace(); |
144 | 145 |
} |
... | ... | |
186 | 187 |
// TODO Auto-generated catch block |
187 | 188 |
Log.printStackTrace(e); |
188 | 189 |
try { |
189 |
Log.severe(TXMCoreMessages.bind(TXMUIMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
190 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
190 | 191 |
} catch (Exception e1) { |
191 | 192 |
e1.printStackTrace(); |
192 | 193 |
} |
tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/widgets/ComplexSortSelector.java (revision 1357) | ||
---|---|---|
140 | 140 |
comp.add(standardComparators.get(thirdKey.getText())); |
141 | 141 |
comp.add(standardComparators.get(fourthKey.getText())); |
142 | 142 |
defaultComparator.setComparators(comp); |
143 |
System.out.println(TXMUIMessages.complexSortDDot+comp);
|
|
143 |
System.out.println(NLS.bind(TXMUIMessages.complexSortDDotP0, comp));
|
|
144 | 144 |
editor.resetSortedColumn(firstKey.getSelectionIndex()); |
145 | 145 |
editor.setCurrentComparator(defaultComparator); |
146 | 146 |
editor.sort(); |
tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/messages/messages.properties (revision 1357) | ||
---|---|---|
6 | 6 |
anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0=An error occurred while retrieving the concordance lines\: {0} |
7 | 7 |
canNotOpenConcordanceEditorWithP0=Can not open ConcordanceEditor with {0} |
8 | 8 |
concordanceParameters=Concordance Parameters |
9 |
cQPErrorDDot=CQP error\: |
|
10 | 9 |
deleteSelectedLines=Delete selected line(s) |
11 | 10 |
editor_19=... |
12 | 11 |
editor_21= |
... | ... | |
32 | 31 |
sortingLeftContextColumn=Sorting left context column |
33 | 32 |
sortingReferenceColumn=Sorting reference column |
34 | 33 |
sortingRightContextColumn=Sorting right context column |
35 |
sortingWith=Sorting with
|
|
34 |
sortingWithP0=Sorting with {0}
|
|
36 | 35 |
startComputingConcordance=Start computing concordance |
37 | 36 |
sup=> |
38 | 37 |
view=View |
38 |
errorWhileComputingTheConcordanceDDotP0 = Error while computing the concordance: {0} |
tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/messages/ConcordanceUIMessages.java (revision 1357) | ||
---|---|---|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
|
|
21 |
public static String errorWhileComputingTheConcordanceDDotP0; |
|
22 | 22 |
public static String anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0; |
23 | 23 |
|
24 | 24 |
public static String openingTheConcordanceResult; |
... | ... | |
42 | 42 |
public static String openingCorpusEdition; |
43 | 43 |
public static String startComputingConcordance; |
44 | 44 |
public static String sorting; |
45 |
public static String cQPErrorDDot; |
|
46 | 45 |
public static String _class; |
47 | 46 |
public static String deleteSelectedLines; |
48 | 47 |
|
... | ... | |
83 | 82 |
|
84 | 83 |
public static String right; |
85 | 84 |
|
86 |
public static String sortingWith; |
|
85 |
public static String sortingWithP0;
|
|
87 | 86 |
|
88 | 87 |
public static String view; |
89 | 88 |
|
tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/messages/messages_ru.properties (revision 1357) | ||
---|---|---|
4 | 4 |
ampRightContextLengthInWords=&Правый контекст (в словах) |
5 | 5 |
anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0=** Ошибка во время загрузки строк конкорданса\: {0} |
6 | 6 |
concordanceParameters=Параметры конкордансов |
7 |
cQPErrorDDot=N/A_Failed to get last CQP error\: |
|
8 | 7 |
inf=< |
9 | 8 |
keyword=Мотив |
10 | 9 |
leftContext=Левый контекст |
... | ... | |
20 | 19 |
sortingRightContextColumn=Сортировка правого контекста |
21 | 20 |
startComputingConcordance=Начало расчета конкордансов |
22 | 21 |
sup=> |
22 |
errorWhileComputingTheConcordanceDDotP0 = ** Произошла ошибка при расчете конкорданса {0} |
tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/messages/messages_fr.properties (revision 1357) | ||
---|---|---|
4 | 4 |
ampRightContextLengthInWords=Contexte &Droit (en mots) |
5 | 5 |
anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0=** Une erreur est survenue lors du chargement des lignes de la concordance \: {0} |
6 | 6 |
concordanceParameters=Paramètres des Concordances |
7 |
cQPErrorDDot=Erreur lors de la récupération de la dernière erreur CQP \: |
|
8 | 7 |
deleteSelectedLines=Supprimer le(s) ligne(s) sélectionnée(s) |
9 | 8 |
inf=< |
10 | 9 |
keyword=Pivot |
... | ... | |
21 | 20 |
sortingRightContextColumn=Tri du contexte droit |
22 | 21 |
startComputingConcordance=Début du calcul des concordances |
23 | 22 |
sup=> |
23 |
errorWhileComputingTheConcordanceDDotP0 = ** Une erreur est survenue lors du calcul de la concordance : {0} |
tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/editors/ConcordanceEditor.java (revision 1357) | ||
---|---|---|
104 | 104 |
import org.txm.concordance.rcp.handlers.DeleteLines; |
105 | 105 |
import org.txm.concordance.rcp.messages.ConcordanceUIMessages; |
106 | 106 |
import org.txm.concordance.rcp.widgets.ComplexSortSelector; |
107 |
import org.txm.core.messages.TXMCoreMessages; |
|
107 | 108 |
import org.txm.core.preferences.TXMPreferences; |
108 | 109 |
import org.txm.core.results.Parameter; |
109 | 110 |
import org.txm.core.results.TXMResult; |
... | ... | |
126 | 127 |
import org.txm.rcp.views.QueriesView; |
127 | 128 |
import org.txm.searchengine.cqp.CQPSearchEngine; |
128 | 129 |
import org.txm.searchengine.cqp.ReferencePattern; |
130 |
import org.txm.searchengine.cqp.core.messages.CQPSearchEngineCoreMessages; |
|
129 | 131 |
import org.txm.searchengine.cqp.corpus.CQPCorpus; |
130 | 132 |
import org.txm.searchengine.cqp.corpus.Property; |
131 | 133 |
import org.txm.searchengine.cqp.corpus.WordProperty; |
... | ... | |
715 | 717 |
concordance.resetLines(); |
716 | 718 |
|
717 | 719 |
try { |
718 |
Log.info(ConcordanceUIMessages.sortingWith+currentComparator.getName());
|
|
720 |
Log.info(NLS.bind(ConcordanceUIMessages.sortingWithP0, currentComparator.getName()));
|
|
719 | 721 |
if (currentComparator instanceof CompositeComparator) |
720 | 722 |
Log.info(((CompositeComparator) currentComparator).getComparators().toString()); |
721 | 723 |
JobHandler jobhandler = new JobHandler("Sorting...") { //$NON-NLS-1$ |
... | ... | |
791 | 793 |
try { |
792 | 794 |
lines = concordance.getLines(from, to); |
793 | 795 |
} catch (Exception e) { |
794 |
System.err.println(ConcordanceUIMessages.anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0+ e);
|
|
796 |
System.err.println(NLS.bind(ConcordanceUIMessages.anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0, e));
|
|
795 | 797 |
org.txm.rcp.utils.Logger.printStackTrace(e); |
796 | 798 |
} |
797 | 799 |
} |
... | ... | |
1200 | 1202 |
JobsTimer.stopAndPrint(); |
1201 | 1203 |
|
1202 | 1204 |
} catch (Exception e1) { |
1203 |
System.out.println(TXMUIMessages.errorWhileComputingTheConcordanceDDot + " " + Log.toString(e1)); //$NON-NLS-1$
|
|
1205 |
System.out.println(ConcordanceUIMessages.errorWhileComputingTheConcordanceDDotP0 + " " + Log.toString(e1)); //$NON-NLS-1$
|
|
1204 | 1206 |
//System.err.println(Messages.CorporaView_3); |
1205 | 1207 |
org.txm.rcp.utils.Logger.printStackTrace(e1); |
1206 | 1208 |
try { |
1207 |
Log.severe(TXMUIMessages.lastCQPErrorDDot+CQPSearchEngine.getCqiClient().getLastCQPError());
|
|
1209 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
1208 | 1210 |
} catch (Exception e2) { |
1209 |
System.out.println(ConcordanceUIMessages.cQPErrorDDot+e2);
|
|
1211 |
System.out.println(NLS.bind(CQPSearchEngineCoreMessages.cQPErrorDDotP0, e2));
|
|
1210 | 1212 |
org.txm.rcp.utils.Logger.printStackTrace(e1); |
1211 | 1213 |
Log.severe(Log.toString(e1)); |
1212 | 1214 |
} |
tmp/org.txm.translate.rcp/report.txt (revision 1357) | ||
---|---|---|
1 |
/home/mdecorde/workspace047/org.txm.ca.rcp/src/org/txm/ca/rcp/editors/CAEditor.java |
|
2 |
246 System.out.println(CAUIMessages.errorWhileOpeningCAEditorDDot + e1); |
|
3 |
257 System.out.println(CAUIMessages.errorWhileOpeningCAEditorDDot + e); |
|
4 |
375 "%", CAUIMessages.CorrespondanceAnalysisEditorInput_11 + "%", "", ""}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ |
|
5 |
/home/mdecorde/workspace047/org.txm.chartsengine.core/src/org/txm/chartsengine/core/ChartsEngine.java |
|
6 |
414 Log.severe(ChartsEngineCoreMessages.error_cantCreateTmpChartFile + e); |
|
7 |
420 Log.severe(ChartsEngineCoreMessages.error_cantWriteInFile + file); |
|
8 |
/home/mdecorde/workspace047/org.txm.chartsengine.jfreechart.core/src/org/txm/chartsengine/jfreechart/core/themes/highcharts/defaulttheme/renderers/ItemSelectionCategoryBarRenderer.java |
|
9 |
152 + ChartsEngineCoreMessages.EMPTY + " <b>" + valuesNumberFormat.format(value) + "</b></p></body><html>"; |
|
10 |
/home/mdecorde/workspace047/org.txm.chartsengine.jfreechart.core/src/org/txm/chartsengine/jfreechart/core/themes/highcharts/defaulttheme/renderers/ItemSelectionCategoryLineAndShapeRenderer.java |
|
11 |
89 + ChartsEngineCoreMessages.EMPTY + " </span><b>" + catDataset.getValue(row, column) + "</b></p></body><html>"; |
|
12 |
/home/mdecorde/workspace047/org.txm.chartsengine.jfreechart.core/src/org/txm/chartsengine/jfreechart/core/themes/highcharts/defaulttheme/renderers/ItemSelectionXYBarRenderer.java |
|
13 |
87 + ChartsEngineCoreMessages.EMPTY + " <b>" + RendererUtils.valuesNumberFormat.format(value) + "</b></p></body><html>"; |
|
14 |
/home/mdecorde/workspace047/org.txm.chartsengine.jfreechart.core/src/org/txm/chartsengine/jfreechart/core/themes/highcharts/defaulttheme/renderers/ItemSelectionXYCardinalSplineRenderer.java |
|
15 |
101 + ChartsEngineCoreMessages.EMPTY + " </b><b>" + RendererUtils.valuesNumberFormat.format(xyDataset.getSeries(series).getX(item)) + "</b></p></body><html>"; |
|
16 |
/home/mdecorde/workspace047/org.txm.chartsengine.jfreechart.core/src/org/txm/chartsengine/jfreechart/core/themes/highcharts/defaulttheme/renderers/ItemSelectionXYLineAndShapeRenderer.java |
|
17 |
147 + ChartsEngineCoreMessages.EMPTY + " <b>" + valuesNumberFormat.format(xyDataset.getSeries(series).getY(item)) + "</b></p></body><html>"; |
|
18 |
/home/mdecorde/workspace047/org.txm.chartsengine.jfreechart.core/src/org/txm/chartsengine/jfreechart/core/themes/highcharts/defaulttheme/renderers/ItemSelectionXYSplineRenderer.java |
|
19 |
120 + ChartsEngineCoreMessages.EMPTY + " </b><b>" + xyDataset.getSeries(series).getX(item) + "</b></p></body><html>"; |
|
20 |
/home/mdecorde/workspace047/org.txm.chartsengine.jfreechart.rcp/src/org/txm/chartsengine/jfreechart/rcp/preferences/JFCChartsEnginePreferencePage.java |
|
21 |
112 System.err.println(org.txm.rcp.messages.TXMUIMessages.failedToSavePreferencesDDot + e); |
|
22 |
/home/mdecorde/workspace047/org.txm.chartsengine.r.rcp/src/org/txm/rcp/chartsengine/r/preferences/RChartsEnginePreferencePage.java |
|
23 |
114 System.err.println(org.txm.rcp.messages.TXMUIMessages.failedToSavePreferencesDDot + e); |
|
24 |
/home/mdecorde/workspace047/org.txm.concordance.core/src/org/txm/concordance/core/functions/Concordance.java |
|
25 |
551 Log.info(ConcordanceCoreMessages.retrieving + (to - from + 1) + ConcordanceCoreMessages.results); |
|
26 |
578 Log.severe(ConcordanceCoreMessages.failedToGetTextsLimitsDDot+e); |
|
27 |
1497 System.err.println(ConcordanceCoreMessages.failedToExportConcordanceDDot + e); |
|
28 |
1530 System.err.println(ConcordanceCoreMessages.failedToExportConcordanceDDot + e.getLocalizedMessage()); |
|
29 |
1596 txtseparator+ConcordanceCoreMessages.reference+txtseparator |
|
30 |
1597 + colseparator+txtseparator+ConcordanceCoreMessages.context+txtseparator |
|
31 |
/home/mdecorde/workspace047/org.txm.concordance.rcp/src/org/txm/concordance/rcp/editors/ConcordanceEditor.java |
|
32 |
718 Log.info(ConcordanceUIMessages.sortingWith+currentComparator.getName()); |
|
33 |
794 System.err.println(ConcordanceUIMessages.anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0+ e); |
|
34 |
1203 System.out.println(TXMUIMessages.errorWhileComputingTheConcordanceDDot + " " + Log.toString(e1)); //$NON-NLS-1$ |
|
35 |
1207 Log.severe(TXMUIMessages.lastCQPErrorDDot+CQPSearchEngine.getCqiClient().getLastCQPError()); |
|
36 |
1209 System.out.println(ConcordanceUIMessages.cQPErrorDDot+e2); |
|
37 |
/home/mdecorde/workspace047/org.txm.concordance.rcp/src/org/txm/concordance/rcp/widgets/ComplexSortSelector.java |
|
38 |
143 System.out.println(TXMUIMessages.complexSortDDot+comp); |
|
39 | 1 |
/home/mdecorde/workspace047/org.txm.cooccurrence.core/src/org/txm/cooccurrence/core/functions/Cooccurrence.java |
40 | 2 |
1412 writer.write( txtseparator+CooccurrenceCoreMessages.occ+txtseparator+colseparator+ |
41 | 3 |
1413 txtseparator+CooccurrenceCoreMessages.freq+txtseparator+colseparator+ |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages.properties (revision 1357) | ||
---|---|---|
141 | 141 |
common_enterRegularExpressionOfYourSearch = Enter the regular expression of your search |
142 | 142 |
common_refresh = Refresh |
143 | 143 |
|
144 |
complexSortDDot = Complex sort:
|
|
144 |
complexSortDDotP0=Complex sort: {0}
|
|
145 | 145 |
|
146 | 146 |
computeSubCorpusOnP0QueryDDotP1 = Compute SubCorpus on {0}. Query: {1} |
147 | 147 |
|
... | ... | |
335 | 335 |
|
336 | 336 |
errorWhileComputingCorpusSummary = Error while computing corpus summary |
337 | 337 |
|
338 |
errorWhileComputingTheConcordanceDDot = Error while computing the concordance: |
|
339 |
|
|
340 | 338 |
errorWhileCreatingAPartitionDDotP0 = Error while creating a partition: {0} |
341 | 339 |
|
342 | 340 |
errorWhileDeletingP0DDotP1 = Error while deleting {0}: {1} |
... | ... | |
515 | 513 |
|
516 | 514 |
jobDDot = Job: {0}. |
517 | 515 |
|
518 |
lastCQPErrorDDot = Last CQP error: {0}. |
|
519 | 516 |
|
520 | 517 |
leftContextSize = Left context size |
521 | 518 |
|
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_ru.properties (revision 1357) | ||
---|---|---|
117 | 117 |
common_enterRegularExpressionOfYourSearch = Наберите регулярное выражение вашего запроса |
118 | 118 |
common_refresh = Refresh |
119 | 119 |
|
120 |
complexSortDDot = Мульти-сортировка
|
|
120 |
complexSortDDotP0 = Мульти-сортировка {0}
|
|
121 | 121 |
|
122 | 122 |
computeSubCorpusOnP0QueryDDotP1 = Составление подкорпуса для {0} по запросу <{1}> |
123 | 123 |
|
... | ... | |
271 | 271 |
|
272 | 272 |
errorWhileComputingCorpusSummary = ** Ошибка при подготовке информации о корпусе |
273 | 273 |
|
274 |
errorWhileComputingTheConcordanceDDot = ** Произошла ошибка при расчете конкорданса |
|
275 |
|
|
276 | 274 |
errorWhileCreatingAPartitionDDotP0 = ** Ошибка во время создания распределения: {0} |
277 | 275 |
|
278 | 276 |
errorWhileDeletingP0DDotP1 = Ошибка во время удаления {0} : {1} |
... | ... | |
419 | 417 |
|
420 | 418 |
jobDDot = |
421 | 419 |
|
422 |
lastCQPErrorDDot = Последняя ошибка CQP: {0}. |
|
423 | 420 |
|
424 | 421 |
leftContextSize = Размер левого контекста |
425 | 422 |
|
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_fr.properties (revision 1357) | ||
---|---|---|
135 | 135 |
common_enterRegularExpressionOfYourSearch = Saisissez l'expression régulière de votre recherche |
136 | 136 |
common_refresh = Rafraichir |
137 | 137 |
|
138 |
complexSortDDot = Tri multiple
|
|
138 |
complexSortDDotP0 = Tri multiple {0}
|
|
139 | 139 |
|
140 | 140 |
computeSubCorpusOnP0QueryDDotP1 = Calcul d''un sous-corpus de {0} avec la requête <{1}> |
141 | 141 |
|
... | ... | |
313 | 313 |
|
314 | 314 |
errorWhileComputingCorpusSummary = ** Erreur lors du calcul des informations du corpus |
315 | 315 |
|
316 |
errorWhileComputingTheConcordanceDDot = ** Une erreur est survenue lors du calcul de la concordance |
|
317 |
|
|
318 | 316 |
errorWhileCreatingAPartitionDDotP0 = ** Erreur lors de la création de la partition : {0} |
319 | 317 |
|
320 | 318 |
errorWhileDeletingP0DDotP1 = Erreur lors de la suppression de {0} : {1} |
... | ... | |
475 | 473 |
|
476 | 474 |
jobDDot = Job : {0}. |
477 | 475 |
|
478 |
lastCQPErrorDDot = Dernière erreur CQP : {0}. |
|
479 | 476 |
|
480 | 477 |
leftContextSize = Taille du contexte gauche |
481 | 478 |
|
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/TXMUIMessages.java (revision 1357) | ||
---|---|---|
167 | 167 |
public static String name; |
168 | 168 |
public static String nameIsMandatory; |
169 | 169 |
public static String sortKeys; |
170 |
public static String complexSortDDot; |
|
170 |
public static String complexSortDDotP0;
|
|
171 | 171 |
public static String sort; |
172 | 172 |
public static String errorDuringSortDDotP0; |
173 | 173 |
public static String _default; |
... | ... | |
190 | 190 |
public static String coocMatrixParameters; |
191 | 191 |
public static String corpusConversionFailed; |
192 | 192 |
public static String corpus; |
193 |
public static String errorWhileComputingTheConcordanceDDot; |
|
194 | 193 |
public static String editions; |
195 | 194 |
public static String punctuations; |
196 | 195 |
public static String separatorCharacters; |
... | ... | |
400 | 399 |
public static String chooseTheLanguage; |
401 | 400 |
public static String switchLanguageDDotMalformedUrlDDotP0; |
402 | 401 |
public static String tXMiniDDot; |
403 |
public static String lastCQPErrorDDot; |
|
404 | 402 |
public static String shouldNotHappen; |
405 | 403 |
public static String configurationOfTheUserInterfaceLanguage; |
406 | 404 |
public static String userInterfaceLanguage; |
tmp/org.txm.concordance.core/src/org/txm/concordance/core/messages/messages_ru.properties (revision 1357) | ||
---|---|---|
2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
3 | 3 |
compositeDDot=MISSING |
4 | 4 |
context=MISSING |
5 |
failedToExportConcordanceDDot=MISSING |
|
6 |
failedToGetTextsLimitsDDot=MISSING |
|
5 |
failedToExportConcordanceDDotP0=MISSING
|
|
6 |
failedToGetTextsLimitsDDotP0=MISSING
|
|
7 | 7 |
failedToRetrieveTextidPropertyFromLines=MISSING |
8 | 8 |
keyword=MISSING |
9 | 9 |
leftContext=MISSING |
tmp/org.txm.concordance.core/src/org/txm/concordance/core/messages/messages_fr.properties (revision 1357) | ||
---|---|---|
2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
3 | 3 |
compositeDDot=Composé \: |
4 | 4 |
context=Contexte |
5 |
failedToExportConcordanceDDot=** Echec de l'exportation de la concordance \:
|
|
6 |
failedToGetTextsLimitsDDot=Echec de la récupération des limites de texte \:
|
|
5 |
failedToExportConcordanceDDotP0=** Echec de l'exportation de la concordance \: {0}
|
|
6 |
failedToGetTextsLimitsDDotP0=Echec de la récupération des limites de texte \: {0}
|
|
7 | 7 |
failedToRetrieveTextidPropertyFromLines=** Echec de récupération de la propriété 'text_id' des lignes |
8 | 8 |
keyword=Pivot |
9 | 9 |
leftContext=ContexteGauche |
... | ... | |
15 | 15 |
results=\ résultats |
16 | 16 |
resultsRetrievedIn=\ résultats obtenus en |
17 | 17 |
retrieving=Récupération |
18 |
retrievingP0Results=Récupération de {0} résultats... |
|
18 | 19 |
rightContext=ContexteDroit |
19 | 20 |
rightContext_2=Contexte droit |
20 | 21 |
undefined=indéfini |
tmp/org.txm.concordance.core/src/org/txm/concordance/core/messages/ConcordanceCoreMessages.java (revision 1357) | ||
---|---|---|
18 | 18 |
|
19 | 19 |
|
20 | 20 |
public static String failedToRetrieveTextidPropertyFromLines; |
21 |
public static String failedToExportConcordanceDDot; |
|
21 |
public static String failedToExportConcordanceDDotP0;
|
|
22 | 22 |
public static String reference; |
23 | 23 |
public static String leftContext; |
24 | 24 |
public static String keyword; |
... | ... | |
26 | 26 |
public static String context; |
27 | 27 |
public static String undefined; |
28 | 28 |
public static String resultsRetrievedIn; |
29 |
public static String retrieving; |
|
30 |
public static String results; |
|
31 |
public static String failedToGetTextsLimitsDDot; |
|
29 |
public static String retrievingP0Results; |
|
30 |
public static String failedToGetTextsLimitsDDotP0; |
|
32 | 31 |
public static String compositeDDot; |
33 | 32 |
public static String references; |
34 | 33 |
public static String leftContext_2; |
tmp/org.txm.concordance.core/src/org/txm/concordance/core/messages/messages.properties (revision 1357) | ||
---|---|---|
2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
3 | 3 |
compositeDDot=Composite\: |
4 | 4 |
context=Context |
5 |
failedToExportConcordanceDDot=** Failed to export Concordance\:
|
|
6 |
failedToGetTextsLimitsDDot=Failed to get texts limits\:
|
|
5 |
failedToExportConcordanceDDotP0=** Failed to export Concordance\: {0}
|
|
6 |
failedToGetTextsLimitsDDotP0=Failed to get texts limits\: {0}
|
|
7 | 7 |
failedToRetrieveTextidPropertyFromLines=** Failed to retrieve text_id property from lines |
8 | 8 |
keyword=Keyword |
9 | 9 |
leftContext=LeftContext |
... | ... | |
12 | 12 |
reference=Reference |
13 | 13 |
references=References |
14 | 14 |
RESULT_TYPE=Concordance |
15 |
results=\ results |
|
16 | 15 |
resultsRetrievedIn=\ results retrieved in |
17 |
retrieving=Retrieving
|
|
16 |
retrievingP0Results=Retrieving {0} results...
|
|
18 | 17 |
rightContext=RightContext |
19 | 18 |
rightContext_2=Right context |
20 | 19 |
undefined=undefined |
tmp/org.txm.concordance.core/src/org/txm/concordance/core/functions/Concordance.java (revision 1357) | ||
---|---|---|
42 | 42 |
import java.util.List; |
43 | 43 |
import java.util.Map; |
44 | 44 |
|
45 |
import org.eclipse.osgi.util.NLS; |
|
45 | 46 |
import org.txm.concordance.core.functions.comparators.LineComparator; |
46 | 47 |
import org.txm.concordance.core.messages.ConcordanceCoreMessages; |
47 | 48 |
import org.txm.concordance.core.preferences.ConcordancePreferences; |
... | ... | |
548 | 549 |
return new ArrayList<Line>(); |
549 | 550 |
} |
550 | 551 |
|
551 |
Log.info(ConcordanceCoreMessages.retrieving + (to - from + 1) + ConcordanceCoreMessages.results);
|
|
552 |
Log.info(NLS.bind(ConcordanceCoreMessages.retrievingP0Results, to - from + 1));
|
|
552 | 553 |
|
553 | 554 |
AbstractCqiClient cqiClient = CorpusManager.getCorpusManager().getCqiClient(); |
554 | 555 |
|
... | ... | |
575 | 576 |
} |
576 | 577 |
} catch (Exception e) { |
577 | 578 |
org.txm.utils.logger.Log.printStackTrace(e); |
578 |
Log.severe(ConcordanceCoreMessages.failedToGetTextsLimitsDDot+e); |
|
579 |
Log.severe(ConcordanceCoreMessages.failedToGetTextsLimitsDDotP0+e);
|
|
579 | 580 |
} |
580 | 581 |
} |
581 | 582 |
|
... | ... | |
1494 | 1495 |
toTxt(writer, 0, nLines - 1, format, "\t",""); //$NON-NLS-1$ //$NON-NLS-2$ |
1495 | 1496 |
writer.close(); |
1496 | 1497 |
} catch (Exception e) { |
1497 |
System.err.println(ConcordanceCoreMessages.failedToExportConcordanceDDot + e);
|
|
1498 |
System.err.println(NLS.bind(ConcordanceCoreMessages.failedToExportConcordanceDDotP0, e.getLocalizedMessage()));
|
|
1498 | 1499 |
Log.printStackTrace(e); |
1499 | 1500 |
return false; |
1500 | 1501 |
} |
... | ... | |
1527 | 1528 |
// if ("UTF-8".equals(encoding)) writer.write('\ufeff'); // UTF-8 BOM |
1528 | 1529 |
toTxt(writer, 0, nLines - 1, colseparator, txtseparator); |
1529 | 1530 |
} catch (Exception e) { |
1530 |
System.err.println(ConcordanceCoreMessages.failedToExportConcordanceDDot + e.getLocalizedMessage());
|
|
1531 |
System.err.println(NLS.bind(ConcordanceCoreMessages.failedToExportConcordanceDDotP0, e.getLocalizedMessage()));
|
|
1531 | 1532 |
Log.printStackTrace(e); |
1532 | 1533 |
return false; |
1533 | 1534 |
} finally { |
tmp/org.txm.index.rcp/src/org/txm/index/rcp/messages/messages.properties (revision 1357) | ||
---|---|---|
4 | 4 |
|
5 | 5 |
IndexEditor_17 = |
6 | 6 |
|
7 |
cQPErrorDDot = CQP error: {0}. |
|
8 |
|
|
9 | 7 |
computingIndex = Computing index... |
10 | 8 |
|
11 | 9 |
couldntInitializeIndexTable = Couldn't initialize Index table |
tmp/org.txm.index.rcp/src/org/txm/index/rcp/messages/messages_ru.properties (revision 1357) | ||
---|---|---|
4 | 4 |
|
5 | 5 |
IndexEditor_17 = |
6 | 6 |
|
7 |
cQPErrorDDot = N/A_CQP error: {0}. |
|
8 | 7 |
|
9 | 8 |
computingIndex = Расчет индекса... |
10 | 9 |
|
tmp/org.txm.index.rcp/src/org/txm/index/rcp/messages/messages_fr.properties (revision 1357) | ||
---|---|---|
4 | 4 |
|
5 | 5 |
IndexEditor_17 = |
6 | 6 |
|
7 |
cQPErrorDDot = Echec de la récupération de la dernière erreur CQP : {0}. |
|
8 | 7 |
|
9 | 8 |
computingIndex = Calcul de l'index... |
10 | 9 |
|
tmp/org.txm.index.rcp/src/org/txm/index/rcp/messages/IndexUIMessages.java (revision 1357) | ||
---|---|---|
20 | 20 |
|
21 | 21 |
public static String indexDDotQueryIsEmpty; |
22 | 22 |
public static String failedToComputeIndex; |
23 |
public static String cQPErrorDDot; |
|
24 | 23 |
public static String IndexEditor_17; |
25 | 24 |
public static String indexOfInfP0SupWithPropertyDDotP1InTheCorpusDDotP2; |
26 | 25 |
public static String indexOfInfP0SupWithPropertyDDotP1InThePartitionDDotP2; |
Formats disponibles : Unified diff