Révision 1360

tmp/org.txm.cql2lsa.rcp/src/org/txm/functions/cql2lsa/ExpII.java (revision 1360)
229 229
			String[] split = line.split("=", 2); //$NON-NLS-1$
230 230
			if (split.length == 2) {
231 231
				if (hasLine(split[0])) {
232
					System.out.println(TXMCoreMessages.warningDDotDuplicateQueryEntryDDot+line);
232
					System.out.println(TXMCoreMessages.bind(TXMCoreMessages.warningDDotDuplicateQueryEntryDDotP0, line));
233 233
				} else {
234 234
					QueryResult result = corpus.query(new CQLQuery(split[1]), "Q"+nquery++, false); //$NON-NLS-1$
235 235
					int[] starts = result.getStarts();
......
338 338
		try {
339 339
			toTxt(outfile, 0, lines.size(), encoding, colseparator, txtseparator);
340 340
		} catch (Exception e) {
341
			Log.severe(TXMCoreMessages.bind(IndexCoreMessages.error_failedToExportLexiconDDot, Log.toString(e)));
341
			Log.severe(TXMCoreMessages.bind(IndexCoreMessages.error_failedToExportLexiconDDotP0, Log.toString(e)));
342 342
			return false;
343 343
		}
344 344
		return true;
tmp/org.txm.cql2lsa.rcp/src/org/txm/functions/cql2lsa/ExpI.java (revision 1360)
155 155
			String[] split = line.split("=", 2); //$NON-NLS-1$
156 156
			if (split.length == 2) {
157 157
				if (hasLine(split[0])) {
158
					System.out.println(TXMCoreMessages.warningDDotDuplicateQueryEntryDDot+line);
158
					System.out.println(TXMCoreMessages.bind(TXMCoreMessages.warningDDotDuplicateQueryEntryDDotP0, line));
159 159
				} else {
160 160
					if (addLine(split[0], new CQLQuery(split[1])) == null) {
161
						System.out.println(TXMCoreMessages.warningDDotQueryFailedDDot+line);
161
						System.out.println(TXMCoreMessages.bind(TXMCoreMessages.warningDDotQueryFailedDDotP0, line));
162 162
					}
163 163
					monitor.worked(1);
164 164
				}
......
179 179
		try {
180 180
			toTxt(outfile, 0, lines.size(), encoding, colseparator, txtseparator);
181 181
		} catch (Exception e) {
182
			Log.severe(TXMCoreMessages.bind(IndexCoreMessages.error_failedToExportLexiconDDot, Log.toString(e)));
182
			Log.severe(TXMCoreMessages.bind(IndexCoreMessages.error_failedToExportLexiconDDotP0, Log.toString(e)));
183 183
			return false;
184 184
		}
185 185
		return true;
tmp/org.txm.translate.rcp/report.txt (revision 1360)
1
/home/mdecorde/workspace047/org.txm.cql2lsa.rcp/src/org/txm/functions/cql2lsa/ExpI.java
2
	158	System.out.println(TXMCoreMessages.warningDDotDuplicateQueryEntryDDot+line);
3
	161	System.out.println(TXMCoreMessages.warningDDotQueryFailedDDot+line);
4
	182	System.err.println(IndexCoreMessages.failedToExportLexiconDDot + Log.toString(e));
5
/home/mdecorde/workspace047/org.txm.cql2lsa.rcp/src/org/txm/functions/cql2lsa/ExpII.java
6
	232	System.out.println(TXMCoreMessages.warningDDotDuplicateQueryEntryDDot+line);
7
	341	System.err.println(IndexCoreMessages.failedToExportLexiconDDot + Log.toString(e));
8 1
/home/mdecorde/workspace047/org.txm.edition.rcp/src/org/txm/edition/rcp/editors/SynopticEditionEditor.java
9 2
	362	System.out.println(EditionUIMessages.errorWhileGettingAvailableEditionsDDot+e2);
10 3
	638	System.out.println(EditionUIMessages.warningDDotCouldNotFindEditionForNameEqualsP0+editionName);
tmp/org.txm.index.core/src/org/txm/index/core/messages/messages.properties (revision 1360)
8 8

  
9 9
consoleDDot = Console : 
10 10

  
11
error_failedToExportLexiconDDot = ** Failed to export Lexicon : {0}.
11
error_failedToExportLexiconDDotP0=** Failed to export Lexicon : {0}.
12 12

  
13 13
formsAndFrequenciesTablesMustHaveTheSameSize = Forms and frequencies tables must have the same size.
14 14

  
tmp/org.txm.index.core/src/org/txm/index/core/messages/IndexCoreMessages.java (revision 1360)
19 19
	public static String lexicon; 
20 20
	
21 21
	public static String consoleDDot; 
22
	public static String error_failedToExportLexiconDDot; 
22
	public static String error_failedToExportLexiconDDotP0; 
23 23

  
24 24

  
25 25
	public static String formsAndFrequenciesTablesMustHaveTheSameSize; 
tmp/org.txm.index.core/src/org/txm/index/core/functions/Index.java (revision 1360)
1169 1169
		try {
1170 1170
			toTxt(outfile, 0, lines.size(), encoding, colseparator, txtseparator);
1171 1171
		} catch (Exception e) {
1172
			Log.severe(TXMCoreMessages.bind(IndexCoreMessages.error_failedToExportLexiconDDot, Log.toString(e)));
1172
			Log.severe(TXMCoreMessages.bind(IndexCoreMessages.error_failedToExportLexiconDDotP0, Log.toString(e)));
1173 1173
			return false;
1174 1174
		}
1175 1175
		return true;
tmp/org.txm.index.core/src/org/txm/index/core/functions/PartitionIndex.java (revision 1360)
1104 1104
		try {
1105 1105
			toTxt(outfile, 0, lines.size(), encoding, colseparator, txtseparator);
1106 1106
		} catch (Exception e) {
1107
			Log.severe(TXMCoreMessages.bind(IndexCoreMessages.error_failedToExportLexiconDDot, Log.toString(e)));
1107
			Log.severe(TXMCoreMessages.bind(IndexCoreMessages.error_failedToExportLexiconDDotP0, Log.toString(e)));
1108 1108
			return false;
1109 1109
		}
1110 1110
		return true;
tmp/org.txm.core/src/java/org/txm/core/messages/TXMCoreMessages.java (revision 1360)
121 121
	public static String tXMNeedsFoldersDDotP0P1P2AndP3; 
122 122
	public static String andFile; 
123 123
	public static String queryOnP0DDotP1InfP2; 
124
	public static String warningDDotDuplicateQueryEntryDDot; 
125
	public static String warningDDotQueryFailedDDot; 
124
	public static String warningDDotDuplicateQueryEntryDDotP0; 
125
	public static String warningDDotQueryFailedDDotP0; 
126 126
	public static String queryingPartitionP0; 
127 127
	public static String isNotAValidCQPIdForASubcorpusItMustBeAnUppercaseCharactersFollowedByLowercaseCharacters; 
128 128
	public static String failedToGetSupValuesOf; 
tmp/org.txm.core/src/java/org/txm/core/messages/messages_fr.properties (revision 1360)
227 227

  
228 228
warningDDotCantLoadCorpus = Attention: le corpus ne peut pas être chargé 
229 229

  
230
warningDDotDuplicateQueryEntryDDot = Attention : requête dupliquée : {0}.
230
warningDDotDuplicateQueryEntryDDotP0 = Attention : requête dupliquée : {0}.
231 231

  
232
warningDDotQueryFailedDDot = Attention : échec de la requête: {0}.
232
warningDDotQueryFailedDDotP0 = Attention : échec de la requête: {0}.
233 233

  
234 234
workspaceDDotP0 = \ Espace de travail : {0} 
235 235

  
tmp/org.txm.core/src/java/org/txm/core/messages/messages.properties (revision 1360)
243 243

  
244 244
warningDDotCantLoadCorpus = Warning: can't load corpus 
245 245

  
246
warningDDotDuplicateQueryEntryDDot = Warning: duplicate query entry: {0}.
246
warningDDotDuplicateQueryEntryDDotP0=Warning: duplicate query entry: {0}.
247 247

  
248
warningDDotQueryFailedDDot = Warning: query failed: {0}.
248
warningDDotQueryFailedDDotP0=Warning: query failed: {0}.
249 249

  
250 250
ToolboxStatesWorkspaceDDotP0=\ Workspace: {0}
251 251

  
tmp/org.txm.queryindex.rcp/src/org/txm/queryindex/core/functions/QueryIndex.java (revision 1360)
202 202
			String[] split = line.split("=", 2); //$NON-NLS-1$
203 203
			if (split.length == 2) {
204 204
				if (hasLine(split[0])) {
205
					Log.finest(TXMCoreMessages.bind(TXMCoreMessages.warningDDotDuplicateQueryEntryDDot, line));
205
					Log.finest(TXMCoreMessages.bind(TXMCoreMessages.warningDDotDuplicateQueryEntryDDotP0, line));
206 206
				} else {
207 207
					if (addLine(split[0], new CQLQuery(split[1])) == null) {
208
						Log.finest(TXMCoreMessages.bind(TXMCoreMessages.warningDDotQueryFailedDDot, line));
208
						Log.finest(TXMCoreMessages.bind(TXMCoreMessages.warningDDotQueryFailedDDotP0, line));
209 209
					}
210 210
				}
211 211
			}
......
227 227
		try {
228 228
			toTxt(outfile, 0, lines.size(), encoding, colseparator, txtseparator);
229 229
		} catch (Exception e) {
230
			Log.severe(TXMCoreMessages.bind(IndexCoreMessages.error_failedToExportLexiconDDot, Log.toString(e)));
230
			Log.severe(TXMCoreMessages.bind(IndexCoreMessages.error_failedToExportLexiconDDotP0, Log.toString(e)));
231 231
			return false;
232 232
		}
233 233
		return true;

Formats disponibles : Unified diff