Révision 1359
tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/messages/messages_ru.properties (revision 1359) | ||
---|---|---|
1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
3 |
errorDDot=Ошибка |
|
4 | 3 |
qUERYDDot=сформированный запрос\: |
5 | 4 |
structuralProperties=Свойство структуры\: |
6 | 5 |
structure=Структура\: |
tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/messages/messages_fr.properties (revision 1359) | ||
---|---|---|
1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
3 |
errorDDot=Erreur |
|
4 | 3 |
qUERYDDot=requête générée \: |
5 | 4 |
structuralProperties=Propriété de structure \: |
6 | 5 |
structure=Structure \: |
tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/messages/InternalViewUIMessages.java (revision 1359) | ||
---|---|---|
19 | 19 |
|
20 | 20 |
public static String errorWhileInternalViewGoBackTo; |
21 | 21 |
|
22 |
public static String errorDDot; |
|
23 | 22 |
public static String qUERYDDot; |
24 | 23 |
public static String structure; |
25 | 24 |
public static String structuralProperties; |
tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/messages/messages.properties (revision 1359) | ||
---|---|---|
1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
3 | 3 |
error_backto_internalview=Error\: could not open InternalView editor\: {0} |
4 |
errorDDot=Error\: |
|
5 | 4 |
errorDDotSelectionIsNotACorpus=Error\: selection is not a Corpus |
6 | 5 |
errorWhileInternalViewGoBackTo=Error while internal view go back to |
7 | 6 |
navigation=navigation |
tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/editors/InternalViewEditor.java (revision 1359) | ||
---|---|---|
20 | 20 |
import org.eclipse.swt.widgets.Table; |
21 | 21 |
import org.eclipse.swt.widgets.TableColumn; |
22 | 22 |
import org.eclipse.swt.widgets.TableItem; |
23 |
import org.txm.core.messages.TXMCoreMessages; |
|
23 | 24 |
import org.txm.core.results.Parameter; |
24 | 25 |
import org.txm.internalview.core.functions.InternalView; |
25 | 26 |
import org.txm.internalview.core.preferences.InternalViewPreferences; |
... | ... | |
257 | 258 |
Integer idx = columnsOrder.get(col); |
258 | 259 |
return ""+((Object[])element)[idx]; //$NON-NLS-1$ |
259 | 260 |
} |
260 |
return InternalViewUIMessages.errorDDot;
|
|
261 |
return TXMCoreMessages.errorDDotP0;
|
|
261 | 262 |
} |
262 | 263 |
}); |
263 | 264 |
columns.put(prop, col); |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages.properties (revision 1359) | ||
---|---|---|
309 | 309 |
|
310 | 310 |
errorDDotObjectIsNotAnOrgw3cElement = ** Error: object is not an 'org.w3c.Element' |
311 | 311 |
|
312 |
errorDDotP0 = Error: {0} |
|
313 |
|
|
314 | 312 |
errorDDotSubcorpusWasNotCreated = ** Error: subcorpus was not created |
315 | 313 |
|
316 | 314 |
errorDDotThePartitionCreatedHasNoPart = Error: the partition created has no part. |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_ru.properties (revision 1359) | ||
---|---|---|
255 | 255 |
|
256 | 256 |
errorDDotObjectIsNotAnOrgw3cElement = ** Ошибка: объект не является 'org.w3c.Element' |
257 | 257 |
|
258 |
errorDDotP0 = ** Ошибка {0} |
|
259 |
|
|
260 | 258 |
errorDDotSubcorpusWasNotCreated = ** Ошибка: подкорпус не был создан |
261 | 259 |
|
262 | 260 |
errorDDotThePartitionWasNotCreated = ** Ошибка: распределение не создано. |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_fr.properties (revision 1359) | ||
---|---|---|
295 | 295 |
|
296 | 296 |
errorDDotObjectIsNotAnOrgw3cElement = ** Erreur: l'objet n'est pas un 'org.w3c.Element' |
297 | 297 |
|
298 |
errorDDotP0 = ** Erreur {0} |
|
299 |
|
|
300 | 298 |
errorDDotSubcorpusWasNotCreated = ** Erreur : le sous-corpus n'a pas été créé |
301 | 299 |
|
302 | 300 |
errorDDotThePartitionWasNotCreated = ** Erreur : la partition n'a pas été créé. |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/TXMUIMessages.java (revision 1359) | ||
---|---|---|
349 | 349 |
public static String integer; |
350 | 350 |
public static String theInputP0CannotBeDisplayed; |
351 | 351 |
public static String theNumberOfEditorsP0AndNumberOfInputsP1MustBeEqual; |
352 |
public static String errorDDotP0; |
|
353 | 352 |
public static String consoleReportsAnInternalError; |
354 | 353 |
public static String theErrorIsDDot; |
355 | 354 |
public static String importSetupP0; |
tmp/org.txm.translate.rcp/report.txt (revision 1359) | ||
---|---|---|
1 |
/home/mdecorde/workspace047/org.txm.cooccurrence.core/src/org/txm/cooccurrence/core/functions/Cooccurrence.java |
|
2 |
1412 writer.write( txtseparator+CooccurrenceCoreMessages.occ+txtseparator+colseparator+ |
|
3 |
1413 txtseparator+CooccurrenceCoreMessages.freq+txtseparator+colseparator+ |
|
4 |
1414 txtseparator+CooccurrenceCoreMessages.coFreq+txtseparator+colseparator+ |
|
5 |
1415 txtseparator+CooccurrenceCoreMessages.score+txtseparator+colseparator+ |
|
6 |
1416 txtseparator+CooccurrenceCoreMessages.meanDist+txtseparator+"\n");//colseparator+ //$NON-NLS-1$ |
|
7 |
1597 return occ+CooccurrenceCoreMessages.fDDot+freq+CooccurrenceCoreMessages.occDDot+nbocc+CooccurrenceCoreMessages.scoreDDot+score+CooccurrenceCoreMessages.meanDistDDot+distmoyenne+CooccurrenceCoreMessages.propertiesDDot+props; |
|
8 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/Toolbox.java |
|
9 |
259 Log.finest("Toolbox states: " + TXMCoreMessages.workspaceDDot + state); //$NON-NLS-1$ |
|
10 |
367 Log.warning(TXMCoreMessages.evaluatingExtensionDDot + e.getName() + " from " + e.getContributor().getName()); |
|
11 |
374 Log.severe(TXMCoreMessages.exceptionDDot+ exception); |
|
12 |
402 Log.warning(TXMCoreMessages.evaluatingExtensionDDot + e.getName() + " from " + e.getContributor().getName()); |
|
13 |
409 Log.severe(TXMCoreMessages.exceptionDDot+ exception); |
|
14 |
575 Log.info(TXMCoreMessages.noWorkspaceFoundCreatingANewOne + workspaceFile); |
|
15 |
603 Log.info(TXMCoreMessages.loadingWorkspaceFromFileDDot + workspaceFile); |
|
16 |
607 Log.severe(TXMCoreMessages.errorLoadingWorkspaceFromFileDDot + workspaceFile); |
|
17 |
615 Log.severe(TXMCoreMessages.errorDuringWorkspaceInitializationDDot + workspaceFile); |
|
18 |
616 Log.severe(TXMCoreMessages.errorDDot + Log.toString(e)); |
|
19 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/Convert5To6.java |
|
20 |
63 if (!silent) System.out.println(TXMCoreMessages.txmDirectoryIsMissingDDot+TXMs); |
|
21 |
68 if (!silent) System.out.println(TXMCoreMessages.htmlDirectoryIsMissingDDot+HTMLs); |
|
22 |
73 if (!silent) System.out.println(TXMCoreMessages.dataDirectoryIsMissingDDot+DATAs); |
|
23 |
78 if (!silent) System.out.println(TXMCoreMessages.registryFileIsMissingDDot+REGISTRY); |
|
24 |
83 if (!silent) System.out.println(TXMCoreMessages.htmlDirectoryIsMissingDDot+HTMLmulti); |
|
25 |
110 System.out.println(TXMCoreMessages.reorganizingFilesOf+OUTDIR); |
|
26 |
141 System.out.println(TXMCoreMessages.readCorpusInfosFromOldImportxmlFileDDot+IMPORT); |
|
27 |
184 System.out.println(TXMCoreMessages.processingTextDDot+txmFile); |
|
28 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/ValidateXml.java |
|
29 |
60 System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.isADirectory); |
|
30 |
64 System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.doesNotExists_2); |
|
31 |
68 System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.isNotReadable); |
|
32 |
126 System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.isADirectory); |
|
33 |
130 System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.doesNotExists_2); |
|
34 |
134 System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.isNotReadable); |
|
35 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/scripting/GroovyImportScriptRunner.java |
|
36 |
94 System.out.println(TXMCoreMessages.supBeginningExecutionOf + scriptfile); |
|
37 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/scripts/filters/Catalog.java |
|
38 |
62 System.err.println(TXMCoreMessages.catalogFileNotFound + path); |
|
39 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/scripts/filters/CatalogManager.java |
|
40 |
57 .println(TXMCoreMessages.managerErrorDuringInitializationDDot + path + TXMCoreMessages.doesNotExist_3); |
|
41 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/importer/scripts/filters/FilterManager.java |
|
42 |
63 .println(TXMCoreMessages.filterManagerErrorDDotInitialization + path + TXMCoreMessages.doesNotExist_3); |
|
43 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/CorpusBuild.java |
|
44 |
452 System.out.println(TXMCoreMessages.binaryDirectory+binarydir+TXMCoreMessages.doesNotExist); |
|
45 |
453 System.out.println(TXMCoreMessages.parentDirectory+exportzip.getParentFile()+TXMCoreMessages.doesNotExist); |
|
46 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/Page.java |
|
47 |
115 System.err.println(TXMCoreMessages.malformedURLFile + htmlfile); |
|
48 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/Project.java |
|
49 |
518 System.out.println(TXMCoreMessages.errorDDotLinkGrplinkAttargetMalformedDDot+target); |
|
50 |
780 System.out.println(TXMCoreMessages.binaryDirectory+binarydir+TXMCoreMessages.doesNotExist); |
|
51 |
781 System.out.println(TXMCoreMessages.parentDirectory+exportzip.getParentFile()+TXMCoreMessages.doesNotExist); |
|
52 |
/home/mdecorde/workspace047/org.txm.core/src/java/org/txm/objects/Workspace.java |
|
53 |
246 System.out.println(TXMCoreMessages.tXMNeedsFoldersDDot+HTMLs+", "+DATAs+", "+REGISTRY+TXMCoreMessages.andFile+PARAMS); //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-1$ |
|
54 |
274 System.out.println(TXMCoreMessages.failedToLoadBaseParametersFromFileDDot+PARAMS); |
|
55 |
275 Log.severe(TXMCoreMessages.failedToLoadBaseParametersFromFileDDot+PARAMS); |
|
56 |
309 System.out.println(TXMCoreMessages.errorDDotSkippingTheLoadingOfCorpusDDot+corpusname); |
|
57 |
310 System.out.println(TXMCoreMessages.pARAMSDDot+PARAMS); |
|
58 |
321 System.out.println(TXMCoreMessages.tXMNeedsFoldersDDot+HTMLs+", "+DATAs+", "+REGISTRY+TXMCoreMessages.andFile+PARAMS); //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-1$ |
|
59 | 1 |
/home/mdecorde/workspace047/org.txm.cql2lsa.rcp/src/org/txm/functions/cql2lsa/ExpI.java |
60 | 2 |
158 System.out.println(TXMCoreMessages.warningDDotDuplicateQueryEntryDDot+line); |
61 | 3 |
161 System.out.println(TXMCoreMessages.warningDDotQueryFailedDDot+line); |
tmp/org.txm.lexicaltable.rcp/src/org/txm/lexicaltable/rcp/editors/___LexicalTableEditorInput.java (revision 1359) | ||
---|---|---|
118 | 118 |
try { |
119 | 119 |
v = res.getRow(i).asIntArray(); |
120 | 120 |
} catch (StatException e) { |
121 |
System.err.println(NLS.bind( |
|
122 |
TXMUIMessages.errorDDotP0, e)); |
|
121 |
System.err.println(NLS.bind(TXMCoreMessages.errorDDotP0, e)); |
|
123 | 122 |
} |
124 | 123 |
row.add(v); |
125 | 124 |
} |
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/ProgressionUIMessages.java (revision 1359) | ||
---|---|---|
14 | 14 |
|
15 | 15 |
private static final String BUNDLE_NAME = "org.txm.progression.rcp.messages.messages"; //$NON-NLS-1$ |
16 | 16 |
|
17 |
public static String errorDDot; |
|
18 | 17 |
public static String defaultEditionIsMissing; |
19 | 18 |
public static String textP0IsMissing; |
20 | 19 |
|
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/messages.properties (revision 1359) | ||
---|---|---|
10 | 10 |
defaultEditionIsMissing=Default edition is missing. |
11 | 11 |
density=density |
12 | 12 |
error_theQueryIsAlreadyRepresentedByACurveInTheGraphic=The query {0} is already represented by a curve in the graphic. Please use another query. |
13 |
errorDDot=Error\: |
|
14 | 13 |
noQuery=No query - |
15 | 14 |
queries=\ queries - |
16 | 15 |
query=\ query - |
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/chartsengine/events/ProgressionEventCallBack.java (revision 1359) | ||
---|---|---|
13 | 13 |
import org.eclipse.e4.ui.workbench.modeling.EModelService; |
14 | 14 |
import org.eclipse.jface.viewers.StructuredSelection; |
15 | 15 |
import org.eclipse.jface.viewers.TableViewer; |
16 |
import org.eclipse.osgi.util.NLS; |
|
16 | 17 |
import org.eclipse.swt.widgets.Display; |
17 | 18 |
import org.eclipse.ui.IWorkbenchPage; |
18 | 19 |
import org.eclipse.ui.IWorkbenchWindow; |
... | ... | |
26 | 27 |
import org.txm.concordance.core.functions.Concordance; |
27 | 28 |
import org.txm.concordance.core.functions.comparators.LineComparator; |
28 | 29 |
import org.txm.concordance.rcp.editors.ConcordanceEditor; |
30 |
import org.txm.core.messages.TXMCoreMessages; |
|
29 | 31 |
import org.txm.edition.rcp.editors.RGBA; |
30 | 32 |
import org.txm.edition.rcp.editors.SynopticEditionEditor; |
31 | 33 |
import org.txm.edition.rcp.handlers.OpenEdition; |
... | ... | |
241 | 243 |
|
242 | 244 |
} |
243 | 245 |
catch (PartInitException e) { |
244 |
System.err.println(ProgressionUIMessages.errorDDot+e.getLocalizedMessage());
|
|
246 |
System.err.println(NLS.bind(TXMCoreMessages.errorDDotP0, e.getLocalizedMessage()));
|
|
245 | 247 |
} |
246 | 248 |
|
247 | 249 |
// Compute the concordance if it has never been computed |
tmp/org.txm.core/src/java/org/txm/Toolbox.java (revision 1359) | ||
---|---|---|
256 | 256 |
throw e; |
257 | 257 |
} |
258 | 258 |
|
259 |
Log.finest("Toolbox states: " + TXMCoreMessages.workspaceDDot + state); //$NON-NLS-1$
|
|
259 |
Log.finest(TXMCoreMessages.bind(TXMCoreMessages.ToolboxStatesWorkspaceDDotP0, state));
|
|
260 | 260 |
|
261 | 261 |
try { |
262 | 262 |
if (monitor != null) { |
... | ... | |
364 | 364 |
|
365 | 365 |
for (IConfigurationElement e : config) { |
366 | 366 |
try { |
367 |
Log.warning(TXMCoreMessages.evaluatingExtensionDDot + e.getName() + " from " + e.getContributor().getName());
|
|
367 |
Log.warning(NLS.bind(TXMCoreMessages.evaluatingExtensionDDotP0FromP1, e.getName(), e.getContributor().getName()));
|
|
368 | 368 |
|
369 | 369 |
final Object o = e.createExecutableExtension("class"); //$NON-NLS-1$ |
370 | 370 |
if (o instanceof PostInstallationStep) { |
371 | 371 |
ISafeRunnable runnable = new ISafeRunnable() { |
372 | 372 |
@Override |
373 | 373 |
public void handleException(Throwable exception) { |
374 |
Log.severe(TXMCoreMessages.exceptionDDot+ exception);
|
|
374 |
Log.severe(NLS.bind(TXMCoreMessages.exceptionDDotP0, exception));
|
|
375 | 375 |
} |
376 | 376 |
|
377 | 377 |
@Override |
... | ... | |
399 | 399 |
|
400 | 400 |
for (IConfigurationElement e : config) { |
401 | 401 |
try { |
402 |
Log.warning(TXMCoreMessages.evaluatingExtensionDDot + e.getName() + " from " + e.getContributor().getName());
|
|
402 |
Log.warning(NLS.bind(TXMCoreMessages.evaluatingExtensionDDotP0FromP1, e.getName(), e.getContributor().getName()));
|
|
403 | 403 |
|
404 | 404 |
final Object o = e.createExecutableExtension("class"); //$NON-NLS-1$ |
405 | 405 |
if (o instanceof PostInstallationStep) { |
406 | 406 |
ISafeRunnable runnable = new ISafeRunnable() { |
407 | 407 |
@Override |
408 | 408 |
public void handleException(Throwable exception) { |
409 |
Log.severe(TXMCoreMessages.exceptionDDot+ exception);
|
|
409 |
Log.severe(NLS.bind(TXMCoreMessages.exceptionDDotP0, exception));
|
|
410 | 410 |
} |
411 | 411 |
|
412 | 412 |
@Override |
... | ... | |
572 | 572 |
// no directory |
573 | 573 |
if (!workspaceFile.exists()) { |
574 | 574 |
|
575 |
Log.info(TXMCoreMessages.noWorkspaceFoundCreatingANewOne + workspaceFile);
|
|
575 |
Log.info(NLS.bind(TXMCoreMessages.noWorkspaceFoundCreatingANewOneP0, workspaceFile));
|
|
576 | 576 |
|
577 | 577 |
// create or update the workspace & create TXM default.xml workspace file |
578 | 578 |
Toolbox.workspace = createOrUpdate(new File(txmhomedir)); //$NON-NLS-1$ |
... | ... | |
600 | 600 |
workspace = Workspace.getInstance(); |
601 | 601 |
} |
602 | 602 |
|
603 |
Log.info(TXMCoreMessages.loadingWorkspaceFromFileDDot + workspaceFile);
|
|
603 |
Log.info(NLS.bind(TXMCoreMessages.loadingWorkspaceFromFileDDotP0, workspaceFile));
|
|
604 | 604 |
state = true; |
605 | 605 |
|
606 | 606 |
if (workspace == null) { //$NON-NLS-1$ |
607 |
Log.severe(TXMCoreMessages.errorLoadingWorkspaceFromFileDDot + workspaceFile);
|
|
607 |
Log.severe(NLS.bind(TXMCoreMessages.errorLoadingWorkspaceFromFileDDotP0, workspaceFile));
|
|
608 | 608 |
state = false; |
609 | 609 |
//System.out.println(TXMCoreMessages.FAILED); |
610 | 610 |
return false; |
... | ... | |
612 | 612 |
//System.out.println(TXMCoreMessages.DONE); |
613 | 613 |
} |
614 | 614 |
} catch (Exception e) { |
615 |
Log.severe(TXMCoreMessages.errorDuringWorkspaceInitializationDDot + workspaceFile);
|
|
616 |
Log.severe(TXMCoreMessages.errorDDot + Log.toString(e));
|
|
615 |
Log.severe(NLS.bind(TXMCoreMessages.errorDuringWorkspaceInitializationDDotP0, workspaceFile));
|
|
616 |
Log.severe(NLS.bind(TXMCoreMessages.errorDDotP0, Log.toString(e)));
|
|
617 | 617 |
Log.printStackTrace(e); |
618 | 618 |
state = false; |
619 | 619 |
} |
tmp/org.txm.core/src/java/org/txm/core/messages/TXMCoreMessages.java (revision 1359) | ||
---|---|---|
51 | 51 |
|
52 | 52 |
|
53 | 53 |
public static String couldNotCreateTXMHOMEDirectoryDDotP0; |
54 |
public static String evaluatingExtensionDDot; |
|
54 |
public static String evaluatingExtensionDDotP0FromP1;
|
|
55 | 55 |
public static String loadingExtensions; |
56 | 56 |
public static String failedToCopyTXMFilesFromTXMINSTALLDIRToTXMHOMEDDotP0; |
57 |
public static String exceptionDDot; |
|
57 |
public static String exceptionDDotP0;
|
|
58 | 58 |
public static String fmax; |
59 | 59 |
public static String fmin; |
60 | 60 |
public static String v; |
... | ... | |
64 | 64 |
|
65 | 65 |
public static String common_absoluteFrequency; |
66 | 66 |
|
67 |
public static String binaryDirectory; |
|
67 |
public static String binaryDirectoryP0NotFound;
|
|
68 | 68 |
public static String doesNotExist; |
69 |
public static String parentDirectory; |
|
70 |
public static String errorDDotLinkGrplinkAttargetMalformedDDot; |
|
71 |
public static String catalogFileNotFound; |
|
72 |
public static String managerErrorDuringInitializationDDot; |
|
69 |
public static String parentDirectoryP0NotFound;
|
|
70 |
public static String errorDDotLinkGrplinkAttargetMalformedDDotP0;
|
|
71 |
public static String catalogFileNotFoundP0;
|
|
72 |
public static String managerErrorDuringInitializationDDotP0NotFound;
|
|
73 | 73 |
public static String doesNotExist_3; |
74 | 74 |
public static String computingDDot; |
75 |
public static String registryFileIsMissingDDot; |
|
76 |
public static String htmlDirectoryIsMissingDDot; |
|
75 |
public static String registryFileIsMissingDDotP0;
|
|
76 |
public static String htmlDirectoryIsMissingDDotP0;
|
|
77 | 77 |
public static String processing; |
78 |
public static String reorganizingFilesOf; |
|
79 |
public static String readCorpusInfosFromOldImportxmlFileDDot; |
|
78 |
public static String reorganizingFilesOfP0;
|
|
79 |
public static String readCorpusInfosFromOldImportxmlFileDDotP0;
|
|
80 | 80 |
public static String isMissing; |
81 | 81 |
public static String fillImportxmlWithDDot; |
82 |
public static String processingTextDDot; |
|
82 |
public static String processingTextDDotP0;
|
|
83 | 83 |
public static String checkingBinaryFormat; |
84 |
public static String txmDirectoryIsMissingDDot; |
|
85 |
public static String dataDirectoryIsMissingDDot; |
|
84 |
public static String txmDirectoryIsMissingDDotP0;
|
|
85 |
public static String dataDirectoryIsMissingDDotP0;
|
|
86 | 86 |
public static String failedToRestoreSubcorpus; |
87 | 87 |
public static String corpusDDotgetLocaleDDotCQPIsNotReadyToAnswerDDot; |
88 | 88 |
public static String warningDDotCantLoadCorpus; |
... | ... | |
98 | 98 |
|
99 | 99 |
public static String errorDDotWhileConnectionToSearchEngineWithTheFollowingParametersDDot; |
100 | 100 |
public static String readError; |
101 |
public static String filterManagerErrorDDotInitialization; |
|
101 |
public static String filterManagerErrorDDotInitializationP0NotFound;
|
|
102 | 102 |
public static String theFocusIsEmptyOrNull; |
103 | 103 |
public static String initializationOfGroovyImportScriptRunner; |
104 |
public static String supBeginningExecutionOf; |
|
104 |
public static String supBeginningExecutionOfP0;
|
|
105 | 105 |
public static String supEndOfExecution; |
106 | 106 |
public static String isNotAValidCQPIDForACorpusItMustBeInUppercaseCharacters; |
107 | 107 |
|
108 | 108 |
|
109 |
public static String malformedURLFile; |
|
109 |
public static String malformedURLFileP0;
|
|
110 | 110 |
public static String failedToGetLastCQPErrorDDot; |
111 | 111 |
public static String failedToCreatePartDDot; |
112 | 112 |
public static String theFocusCannotBeNullOrEmpty; |
113 | 113 |
public static String focusIsEmptyOrNull; |
114 | 114 |
public static String theP0PartFocusDoesntBelongToPartitionP1; |
115 | 115 |
public static String unknownPartitionName; |
116 |
public static String failedToLoadBaseParametersFromFileDDot;
|
|
117 |
public static String errorDDotSkippingTheLoadingOfCorpusDDot;
|
|
118 |
public static String pARAMSDDot; |
|
116 |
public static String failedToLoadBaseParametersFromTheP0File;
|
|
117 |
public static String errorDDotSkippingTheLoadingOfTheP0Corpus;
|
|
118 |
public static String pARAMSDDotP0;
|
|
119 | 119 |
public static String errorDDotP0CorpusDirectoryIsNotConformantToTXMCorpusBinaryFormatDDotCorpusSkipped; |
120 | 120 |
public static String errorDDotP0CorpusDirectoryIsNotConformantToTXM079CorpusBinaryFormatDDotCorpusSkipped; |
121 |
public static String tXMNeedsFoldersDDot; |
|
121 |
public static String tXMNeedsFoldersDDotP0P1P2AndP3;
|
|
122 | 122 |
public static String andFile; |
123 | 123 |
public static String queryOnP0DDotP1InfP2; |
124 | 124 |
public static String warningDDotDuplicateQueryEntryDDot; |
... | ... | |
137 | 137 |
public static String iODDot; |
138 | 138 |
public static String sAXDDot; |
139 | 139 |
public static String file; |
140 |
public static String noWorkspaceFoundCreatingANewOne; |
|
141 |
public static String loadingWorkspaceFromFileDDot; |
|
142 |
public static String errorLoadingWorkspaceFromFileDDot; |
|
143 |
public static String errorDDot; |
|
140 |
public static String noWorkspaceFoundCreatingANewOneP0;
|
|
141 |
public static String loadingWorkspaceFromFileDDotP0;
|
|
142 |
public static String errorLoadingWorkspaceFromFileDDotP0;
|
|
143 |
public static String errorDDotP0;
|
|
144 | 144 |
public static String doesNotExists; |
145 | 145 |
public static String endOfCQPWaitTest; |
146 | 146 |
public static String errorWhileWaitingForCQP; |
147 |
public static String workspaceDDot;
|
|
147 |
public static String ToolboxStatesWorkspaceDDotP0;
|
|
148 | 148 |
public static String and; |
149 | 149 |
public static String failedToStartMemCqiClientDDot; |
150 | 150 |
public static String errorWhileConnectingToSearchEngine; |
... | ... | |
157 | 157 |
public static String failedToExec; |
158 | 158 |
public static String dDot; |
159 | 159 |
public static String connectedToCQP; |
160 |
public static String errorDuringWorkspaceInitializationDDot; |
|
160 |
public static String errorDuringWorkspaceInitializationDDotP0;
|
|
161 | 161 |
public static String errorDDotTheConnexionToTheServerFailedDDotWrongPortFormat; |
162 | 162 |
public static String queryWasDDot; |
163 | 163 |
public static String matchesFound; |
... | ... | |
166 | 166 |
public static String errorConfigdirDirDDot; |
167 | 167 |
public static String numberOfMatch; |
168 | 168 |
public static String numberOfSubMatch; |
169 |
public static String xmlValidationDDot; |
|
169 |
public static String xmlValidationDDotP0DoesNotExists; |
|
170 |
public static String xmlValidationDDotP0IsADirectory; |
|
171 |
public static String xmlValidationDDotP0IsNotReadable; |
|
170 | 172 |
public static String isADirectory; |
171 | 173 |
public static String doesNotExists_2; |
172 | 174 |
public static String isNotReadable; |
tmp/org.txm.core/src/java/org/txm/core/messages/messages_fr.properties (revision 1359) | ||
---|---|---|
6 | 6 |
|
7 | 7 |
andFile = et le fichier |
8 | 8 |
|
9 |
binaryDirectory = Dossier binaire |
|
9 |
binaryDirectory = Dossier binaire {0} introuvable.
|
|
10 | 10 |
|
11 | 11 |
cQiClientNotInitialized = ** Le client CQi n'est pas initilialisé |
12 | 12 |
|
13 | 13 |
cantFindStructuralUnitForMetadataWithIdDDot = Erreur : pas de structures trouvées pour la métadonnée d'identifiant : |
14 | 14 |
|
15 |
catalogFileNotFound = ** Fichier de catalogue introuvable
|
|
15 |
catalogFileNotFoundP0 = ** Fichier de catalogue introuvable {0}
|
|
16 | 16 |
|
17 | 17 |
checkingBinaryFormat = Vérification du format... |
18 | 18 |
|
... | ... | |
53 | 53 |
|
54 | 54 |
dDot = ' : |
55 | 55 |
|
56 |
dataDirectoryIsMissingDDot = le dossier 'data' est manquant
|
|
56 |
dataDirectoryIsMissingDDotP0 = le dossier 'data' est manquant {0}
|
|
57 | 57 |
|
58 |
doesNotExist = \ n'existe pas ? |
|
59 | 58 |
|
59 |
|
|
60 | 60 |
doesNotExist_3 = \ n'existe pas. |
61 | 61 |
|
62 | 62 |
doesNotExists = \ n'existe pas. |
... | ... | |
73 | 73 |
|
74 | 74 |
errorConfigdirDirDDot = Erreur dans le dossier de configuration : |
75 | 75 |
|
76 |
errorDDot = ** Erreur : |
|
76 |
errorDDotP0 = ** Erreur :
|
|
77 | 77 |
|
78 |
errorDDotLinkGrplinkAttargetMalformedDDot = Erreur: linkGrp/link/@target mal formé :
|
|
78 |
errorDDotLinkGrplinkAttargetMalformedDDotP0 = Erreur: linkGrp/link/@target mal formé : {0}
|
|
79 | 79 |
|
80 | 80 |
errorDDotP0CorpusDirectoryIsNotConformantToTXM079CorpusBinaryFormatDDotCorpusSkipped = ** Erreur : le dossier d''entrée n''est pas conforme au format de corpus binaire de TXM 0.7.9 : |
81 | 81 |
|
82 | 82 |
errorDDotP0CorpusDirectoryIsNotConformantToTXMCorpusBinaryFormatDDotCorpusSkipped = ** Erreur : le dossier d''entrée n''est pas conforme au format de corpus binaire de TXM : |
83 | 83 |
|
84 |
errorDDotSkippingTheLoadingOfCorpusDDot = Erreur : le corpus ne sera pas chargé
|
|
84 |
errorDDotSkippingTheLoadingOfTheP0Corpus = Erreur : le corpus {0} ne sera pas chargé
|
|
85 | 85 |
|
86 | 86 |
errorDDotTheConnexionToTheServerFailedDDotWrongPortFormat = ** La connexion au moteur de recherche a échoué : le port fourni en paramètre n'est pas un nombre entier: {0}. |
87 | 87 |
|
... | ... | |
89 | 89 |
|
90 | 90 |
errorDDotWhileConnectionToSearchEngineWithTheFollowingParametersDDot = ** Echec de connexion au moteur de recherche avec les paramètres suivants : {0} et {1}. |
91 | 91 |
|
92 |
errorDuringWorkspaceInitializationDDot = ** Echec de l'initialisation de l'espace de travail :
|
|
92 |
errorDuringWorkspaceInitializationDDotP0 = ** Echec de l'initialisation de l'espace de travail : {0}
|
|
93 | 93 |
|
94 |
errorLoadingWorkspaceFromFileDDot = ** Echec de lecture de l'espace de travail à partir du fichier
|
|
94 |
errorLoadingWorkspaceFromFileDDotP0 = ** Echec de lecture de l'espace de travail à partir du fichier {0}
|
|
95 | 95 |
|
96 | 96 |
errorRegDirDDot = Erreur dans le dossier registre : |
97 | 97 |
|
... | ... | |
121 | 121 |
|
122 | 122 |
failedToGetSupValuesOf = Echec de la récupération des valeurs de structures de |
123 | 123 |
|
124 |
failedToLoadBaseParametersFromFileDDot = Erreur lors de la récupération des
|
|
124 |
failedToLoadBaseParametersFromTheP0File = Erreur lors de la récupération des
|
|
125 | 125 |
|
126 | 126 |
failedToRestorePartition = ** Echec de la restauration de la partition |
127 | 127 |
|
... | ... | |
133 | 133 |
|
134 | 134 |
fillImportxmlWithDDot = Remplissage du fichier 'import.xml' avec : |
135 | 135 |
|
136 |
filterManagerErrorDDotInitialization = ** Erreur du gestionnaire de filtre : initialisation
|
|
136 |
filterManagerErrorDDotInitializationP0NotFound = ** Erreur d'initialisation du gestionnaire de filtre : {0} non trouvé
|
|
137 | 137 |
|
138 | 138 |
focusIsEmptyOrNull = Le focus est vide ou nul |
139 | 139 |
|
140 | 140 |
hasNoBase = n'a pas de 'Base' |
141 | 141 |
|
142 |
htmlDirectoryIsMissingDDot = le dossier 'html' est manquant
|
|
142 |
htmlDirectoryIsMissingDDotP0 = le dossier 'html' est manquant {0}
|
|
143 | 143 |
|
144 | 144 |
iODDot = IO : |
145 | 145 |
|
... | ... | |
149 | 149 |
|
150 | 150 |
initializationOfGroovyImportScriptRunner = Initialisation de GroovyImportScriptRunner |
151 | 151 |
|
152 |
isADirectory = est un dossier |
|
153 | 152 |
|
153 |
|
|
154 | 154 |
isMissing = ''{0}'' est introuvable. |
155 | 155 |
|
156 | 156 |
isNotAValidCQPIDForACorpusItMustBeInUppercaseCharacters = \ n'est pas un identifiant de corpus CQP valide. Il doit être en majuscule. |
157 | 157 |
|
158 | 158 |
isNotAValidCQPIdForASubcorpusItMustBeAnUppercaseCharactersFollowedByLowercaseCharacters = \ n'est pas un identifiant de sous-corpus CQP valide. Il doit être en majuscules suivies de caractères minuscules. |
159 | 159 |
|
160 |
isNotReadable = n'a pas les bon droits de lecture |
|
161 |
|
|
162 | 160 |
killPsAuxPipeGrepCqpserverPipeAwkP = kill `ps aux | grep cqpserver | awk '/-P |
163 | 161 |
|
164 | 162 |
languageDDot = , Langue : |
165 | 163 |
|
166 |
loadingWorkspaceFromFileDDot = Chargement de l'espace de travail à partir du fichier |
|
164 |
loadingWorkspaceFromFileDDot = Chargement de l'espace de travail à partir du fichier {0}
|
|
167 | 165 |
|
168 |
malformedURLFile = ** URL mal formée, fichier
|
|
166 |
malformedURLFile = ** URL mal formée : {0}
|
|
169 | 167 |
|
170 |
managerErrorDuringInitializationDDot = ** Erreur du gestionnaire de catalogue : initialisation
|
|
168 |
managerErrorDuringInitializationDDotP0NotFound = ** Erreur d''initialisation du gestionnaire de catalogue : {0} non trouvé
|
|
171 | 169 |
|
172 | 170 |
matchesFound = résultats trouvés |
173 | 171 |
|
174 | 172 |
noValuesGiven = Pas de valeur donnée |
175 | 173 |
|
176 |
noWorkspaceFoundCreatingANewOne = ** Pas d'espace de travail trouvé, création d'un nouvel espace de travail dans le dossier
|
|
174 |
noWorkspaceFoundCreatingANewOneP0 = ** Pas d'espace de travail trouvé, création d'un nouvel espace de travail dans le dossier {0}
|
|
177 | 175 |
|
178 | 176 |
numberOfMatch = Nombre de match |
179 | 177 |
|
... | ... | |
181 | 179 |
|
182 | 180 |
orTheEngineWasNotStartedWithTheCommandLineDDot = Le démarrage du serveur CQI a échoué avec la ligne de commande : {0}. |
183 | 181 |
|
184 |
pARAMSDDot = Paramètres :
|
|
182 |
pARAMSDDotP0 = Paramètres : {0}
|
|
185 | 183 |
|
186 |
parentDirectory = Le dossier parent |
|
184 |
parentDirectory = Le dossier parent {0} est introuvable.
|
|
187 | 185 |
|
188 | 186 |
print2 = / {print $2}'` |
189 | 187 |
|
190 | 188 |
processing = traitement en cours... |
191 | 189 |
|
192 |
processingTextDDot = traitement du fichier :
|
|
190 |
processingTextDDotP0 = traitement du fichier : {0}
|
|
193 | 191 |
|
194 | 192 |
queryOnP0DDotP1InfP2 = Requête sur {0} : {1} <- {2} |
195 | 193 |
|
... | ... | |
197 | 195 |
|
198 | 196 |
queryingPartitionP0 = Requête sur la partition {0} |
199 | 197 |
|
200 |
readCorpusInfosFromOldImportxmlFileDDot = Lecture des informatins sur le corpus depuis le fichier import.xml :
|
|
198 |
readCorpusInfosFromOldImportxmlFileDDotP0 = Lecture des informatins sur le corpus depuis le fichier import.xml : {0}
|
|
201 | 199 |
|
202 | 200 |
readError = ** Erreur de lecture |
203 | 201 |
|
204 |
registryFileIsMissingDDot = le dossier 'registry' est manquant
|
|
202 |
registryFileIsMissingDDotP0 = le dossier 'registry' est manquant {0}
|
|
205 | 203 |
|
206 |
reorganizingFilesOf = Reorganisation des fichiers de
|
|
204 |
reorganizingFilesOfP0 = Reorganisation des fichiers de {0}
|
|
207 | 205 |
|
208 | 206 |
sAXDDot = SAX : |
209 | 207 |
|
210 | 208 |
selectionErrorDDotTheCorpus = Erreur : le corpus |
211 | 209 |
|
212 |
supBeginningExecutionOf = > début de l'exécution de
|
|
210 |
supBeginningExecutionOfP0 = > début de l'exécution de {0}
|
|
213 | 211 |
|
214 | 212 |
supEndOfExecution = > fin de l'exécution |
215 | 213 |
|
216 |
tXMNeedsFoldersDDot = TXM a besoin des dossiers suivants :
|
|
214 |
tXMNeedsFoldersDDotP0P1P2AndP3 = TXM a besoin des dossiers suivants : {0}, {1}, {2} et {3}.
|
|
217 | 215 |
|
218 | 216 |
textMetadataDDot = Métadonnées de textes : |
219 | 217 |
|
... | ... | |
223 | 221 |
|
224 | 222 |
theP0PartFocusDoesntBelongToPartitionP1 = Le focus de la partie {0} n''appartient pas à la partition {1}. |
225 | 223 |
|
226 |
txmDirectoryIsMissingDDot = le dossier 'txm' est manquant
|
|
224 |
txmDirectoryIsMissingDDotP0 = le dossier 'txm' est manquant {0}
|
|
227 | 225 |
|
228 | 226 |
unknownPartitionName = ** Nom de partition inconnu. |
229 | 227 |
|
... | ... | |
233 | 231 |
|
234 | 232 |
warningDDotQueryFailedDDot = Attention : échec de la requête: {0}. |
235 | 233 |
|
236 |
workspaceDDot = \ Espace de travail :
|
|
234 |
workspaceDDotP0 = \ Espace de travail : {0}
|
|
237 | 235 |
|
238 | 236 |
wrongLoginOrPasswordOrPortDDot = Mauvais login, mot de passe, nom de machine ou port dans : {0} {1} {2} {3}. |
239 | 237 |
|
240 |
xmlValidationDDot = Validation XML : |
|
238 |
xmlValidationDDotP0IsADirectory = Validation XML : {0} est un dossier |
|
239 |
xmlValidationDDotP0DoesNotExists = Validation XML : {0} n'existe pas ? |
|
240 |
xmlValidationDDotP0IsNotReadable = Validation XML : {0} n'a pas les bon droits de lecture |
tmp/org.txm.core/src/java/org/txm/core/messages/messages.properties (revision 1359) | ||
---|---|---|
6 | 6 |
|
7 | 7 |
andFile = and file |
8 | 8 |
|
9 |
binaryDirectory = Binary directory
|
|
9 |
binaryDirectoryP0NotFound=Binary directory {0} not found.
|
|
10 | 10 |
|
11 | 11 |
cQiClientNotInitialized = ** CQi Client not initialized |
12 | 12 |
|
13 | 13 |
cantFindStructuralUnitForMetadataWithIdDDot = Can't find structural unit for metadata with id: |
14 | 14 |
|
15 |
catalogFileNotFound = ** Catalog File Not found
|
|
15 |
catalogFileNotFoundP0=** Catalog File Not found {0}
|
|
16 | 16 |
|
17 | 17 |
checkingBinaryFormat = checking binary format... |
18 | 18 |
|
... | ... | |
55 | 55 |
|
56 | 56 |
dDot = ': |
57 | 57 |
|
58 |
dataDirectoryIsMissingDDot = 'data' directory is missing:
|
|
58 |
dataDirectoryIsMissingDDotP0='data' directory is missing: {0}
|
|
59 | 59 |
|
60 | 60 |
doesNotExist = \ does not exist? |
61 | 61 |
|
... | ... | |
75 | 75 |
|
76 | 76 |
errorConfigdirDirDDot = Error configdir dir: |
77 | 77 |
|
78 |
errorDDot = ** Error:
|
|
78 |
errorDDotP0=** Error:
|
|
79 | 79 |
|
80 |
errorDDotLinkGrplinkAttargetMalformedDDot = Error: linkGrp/link/@target malformed:
|
|
80 |
errorDDotLinkGrplinkAttargetMalformedDDotP0 = Error: linkGrp/link/@target malformed: {0}
|
|
81 | 81 |
|
82 | 82 |
errorDDotP0CorpusDirectoryIsNotConformantToTXM079CorpusBinaryFormatDDotCorpusSkipped = ** Error: ''{0}'' corpus directory is not conformant to TXM 0.7.9 corpus binary format: corpus skipped." |
83 | 83 |
|
84 | 84 |
errorDDotP0CorpusDirectoryIsNotConformantToTXMCorpusBinaryFormatDDotCorpusSkipped = ** Error: ''{0}'' corpus directory is not conformant to TXM corpus binary format: corpus skipped." |
85 | 85 |
|
86 |
errorDDotSkippingTheLoadingOfCorpusDDot = Error: skipping the loading of corpus:
|
|
86 |
errorDDotSkippingTheLoadingOfTheP0Corpus = Error: skipping the loading of the {0} corpus
|
|
87 | 87 |
|
88 | 88 |
errorDDotTheConnexionToTheServerFailedDDotWrongPortFormat = ** Error : the connexion to the server failed: wrong port format: {0}. |
89 | 89 |
|
... | ... | |
91 | 91 |
|
92 | 92 |
errorDDotWhileConnectionToSearchEngineWithTheFollowingParametersDDot = ** Error while connecting to search engine with the following parameters: {0} and {1}. |
93 | 93 |
|
94 |
errorDuringWorkspaceInitializationDDot = ** Error during workspace initialization:
|
|
94 |
errorDuringWorkspaceInitializationDDotP0=** Error during workspace initialization: {0}
|
|
95 | 95 |
|
96 |
errorLoadingWorkspaceFromFileDDot = ** Error loading workspace from file:
|
|
96 |
errorLoadingWorkspaceFromFileDDotP0=** Error loading workspace from the {0} file.
|
|
97 | 97 |
|
98 | 98 |
errorRegDirDDot = Error reg dir: |
99 | 99 |
|
... | ... | |
107 | 107 |
error_error2 = Error |
108 | 108 |
error_errorWhileSortingResult = Error while sorting result. |
109 | 109 |
|
110 |
evaluatingExtensionDDot = \ evaluating extension:
|
|
110 |
evaluatingExtensionDDotP0FromP1=Evaluating extension: {0} from {1}
|
|
111 | 111 |
|
112 |
exceptionDDot = Exception:
|
|
112 |
exceptionDDotP0 = Exception: {0}
|
|
113 | 113 |
|
114 | 114 |
failedToAccessStructuralPropertyValues = ** Failed to access structural property values |
115 | 115 |
|
... | ... | |
127 | 127 |
|
128 | 128 |
failedToGetSupValuesOf = Failed to get sup values of |
129 | 129 |
|
130 |
failedToLoadBaseParametersFromFileDDot = Failed to load base parameters from file:
|
|
130 |
failedToLoadBaseParametersFromTheP0File = Failed to load base parameters from the {0} file.
|
|
131 | 131 |
|
132 | 132 |
failedToRestorePartition = ** Failed to restore partition |
133 | 133 |
|
... | ... | |
139 | 139 |
|
140 | 140 |
fillImportxmlWithDDot = Fill import.xml with: |
141 | 141 |
|
142 |
filterManagerErrorDDotInitialization = ** Filter manager error : initialization
|
|
142 |
filterManagerErrorDDotInitializationP0NotFound=** Filter manager initialization error: {0} not found.
|
|
143 | 143 |
|
144 | 144 |
fmax = , fmax |
145 | 145 |
|
... | ... | |
149 | 149 |
|
150 | 150 |
hasNoBase = has no base |
151 | 151 |
|
152 |
htmlDirectoryIsMissingDDot = 'html' directory is missing:
|
|
152 |
htmlDirectoryIsMissingDDotP0='html' directory is missing: {0}
|
|
153 | 153 |
|
154 | 154 |
iODDot = IO: |
155 | 155 |
|
... | ... | |
175 | 175 |
|
176 | 176 |
loadingExtensions = Loading extensions... |
177 | 177 |
|
178 |
loadingWorkspaceFromFileDDot = Loading workspace from file:
|
|
178 |
loadingWorkspaceFromFileDDotP0=Loading workspace from the {0} file
|
|
179 | 179 |
|
180 |
malformedURLFile = ** Malformed URL, file
|
|
180 |
malformedURLFileP0=** Malformed URL: {0}
|
|
181 | 181 |
|
182 |
managerErrorDuringInitializationDDot = ** Manager Error during initialization:
|
|
182 |
managerErrorDuringInitializationDDotP0NotFound=** Manager Error during initialization: {0} not found.
|
|
183 | 183 |
|
184 | 184 |
matchesFound = matches found. |
185 | 185 |
|
186 | 186 |
noValuesGiven = No values given |
187 | 187 |
|
188 |
noWorkspaceFoundCreatingANewOne = ** No workspace found. Creating a new one.
|
|
188 |
noWorkspaceFoundCreatingANewOneP0=** No workspace found. Creating a new one: {0}
|
|
189 | 189 |
|
190 | 190 |
numberOfMatch = Number of match |
191 | 191 |
|
... | ... | |
193 | 193 |
|
194 | 194 |
orTheEngineWasNotStartedWithTheCommandLineDDot = CQI server failed to started with the command line: {0}. |
195 | 195 |
|
196 |
pARAMSDDot = PARAMS:
|
|
196 |
pARAMSDDotP0=PARAMS:
|
|
197 | 197 |
|
198 |
parentDirectory = Parent directory
|
|
198 |
parentDirectoryP0NotFound=Parent directory {0} not found.
|
|
199 | 199 |
|
200 | 200 |
print2 = / {print $2}'` |
201 | 201 |
|
202 | 202 |
processing = processing... |
203 | 203 |
|
204 |
processingTextDDot = processing text:
|
|
204 |
processingTextDDotP0=processing text: {0}
|
|
205 | 205 |
|
206 | 206 |
queryOnP0DDotP1InfP2 = Query on {0} : {1} <- {2} |
207 | 207 |
|
... | ... | |
209 | 209 |
|
210 | 210 |
queryingPartitionP0 = Querying partition {0} |
211 | 211 |
|
212 |
readCorpusInfosFromOldImportxmlFileDDot = Read corpus infos from old import.xml file:
|
|
212 |
readCorpusInfosFromOldImportxmlFileDDotP0=Read corpus infos from old import.xml file: {0}
|
|
213 | 213 |
|
214 | 214 |
readError = ** Read error |
215 | 215 |
|
216 |
registryFileIsMissingDDot = 'registry' file is missing:
|
|
216 |
registryFileIsMissingDDotP0='registry' file is missing: {0}
|
|
217 | 217 |
|
218 |
reorganizingFilesOf = reorganizing files of
|
|
218 |
reorganizingFilesOfP0=reorganizing files of
|
|
219 | 219 |
|
220 | 220 |
sAXDDot = SAX: |
221 | 221 |
|
222 | 222 |
selectionErrorDDotTheCorpus = Selection error: the corpus |
223 | 223 |
|
224 |
supBeginningExecutionOf = > beginning execution of
|
|
224 |
supBeginningExecutionOfP0=> beginning execution of {0}
|
|
225 | 225 |
|
226 | 226 |
supEndOfExecution = > end of execution |
227 | 227 |
|
228 |
tXMNeedsFoldersDDot = TXM needs folders:
|
|
228 |
tXMNeedsFoldersDDotP0P1P2AndP3 = TXM needs folders: : {0}, {1}, {2} and {3}.
|
|
229 | 229 |
|
230 | 230 |
textMetadataDDot = Text metadata: |
231 | 231 |
|
... | ... | |
235 | 235 |
|
236 | 236 |
theP0PartFocusDoesntBelongToPartitionP1 = The {0} part focus doesn''t belong to partition {1}. |
237 | 237 |
|
238 |
txmDirectoryIsMissingDDot = 'txm' directory is missing:
|
|
238 |
txmDirectoryIsMissingDDotP0='txm' directory is missing: {0}
|
|
239 | 239 |
|
240 | 240 |
unknownPartitionName = ** Unknown partition name. |
241 | 241 |
|
... | ... | |
247 | 247 |
|
248 | 248 |
warningDDotQueryFailedDDot = Warning: query failed: {0}. |
249 | 249 |
|
250 |
workspaceDDot = \ Workspace:
|
|
250 |
ToolboxStatesWorkspaceDDotP0=\ Workspace: {0}
|
|
251 | 251 |
|
252 | 252 |
wrongLoginOrPasswordOrPortDDot = Wrong login, password, host or port in : {0} {1} {2} {3}. |
253 | 253 |
|
tmp/org.txm.core/src/java/org/txm/objects/CorpusBuild.java (revision 1359) | ||
---|---|---|
36 | 36 |
import java.util.List; |
37 | 37 |
|
38 | 38 |
import org.eclipse.core.runtime.IProgressMonitor; |
39 |
import org.eclipse.osgi.util.NLS; |
|
39 | 40 |
import org.txm.core.messages.TXMCoreMessages; |
40 | 41 |
import org.txm.core.preferences.TBXPreferences; |
41 | 42 |
import org.txm.core.results.Parameter; |
... | ... | |
449 | 450 |
} |
450 | 451 |
return true; |
451 | 452 |
} else { |
452 |
System.out.println(TXMCoreMessages.binaryDirectory+binarydir+TXMCoreMessages.doesNotExist);
|
|
453 |
System.out.println(TXMCoreMessages.parentDirectory+exportzip.getParentFile()+TXMCoreMessages.doesNotExist);
|
|
453 |
System.out.println(NLS.bind(TXMCoreMessages.binaryDirectoryP0NotFound, binarydir));
|
|
454 |
System.out.println(NLS.bind(TXMCoreMessages.parentDirectoryP0NotFound, exportzip.getParentFile()));
|
|
454 | 455 |
|
455 | 456 |
} |
456 | 457 |
return false; |
tmp/org.txm.core/src/java/org/txm/objects/Workspace.java (revision 1359) | ||
---|---|---|
243 | 243 |
return b; |
244 | 244 |
} else { |
245 | 245 |
System.out.println(TXMCoreMessages.bind(TXMCoreMessages.errorDDotP0CorpusDirectoryIsNotConformantToTXMCorpusBinaryFormatDDotCorpusSkipped, binCorpusDir)); |
246 |
System.out.println(TXMCoreMessages.tXMNeedsFoldersDDot+HTMLs+", "+DATAs+", "+REGISTRY+TXMCoreMessages.andFile+PARAMS); //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-1$
|
|
246 |
System.out.println(TXMCoreMessages.bind(TXMCoreMessages.tXMNeedsFoldersDDotP0P1P2AndP3, HTMLs, DATAs, REGISTRY, PARAMS));
|
|
247 | 247 |
} |
248 | 248 |
return null; |
249 | 249 |
} |
... | ... | |
271 | 271 |
{// minimal base data |
272 | 272 |
BaseOldParameters parameters = new BaseOldParameters(PARAMS); |
273 | 273 |
if (!parameters.load()) { |
274 |
System.out.println(TXMCoreMessages.failedToLoadBaseParametersFromFileDDot+PARAMS);
|
|
275 |
Log.severe(TXMCoreMessages.failedToLoadBaseParametersFromFileDDot+PARAMS);
|
|
274 |
System.out.println(NLS.bind(TXMCoreMessages.failedToLoadBaseParametersFromTheP0File, PARAMS));
|
|
275 |
Log.severe(NLS.bind(TXMCoreMessages.failedToLoadBaseParametersFromTheP0File, PARAMS));
|
|
276 | 276 |
return null; |
277 | 277 |
} |
278 | 278 |
|
... | ... | |
306 | 306 |
File DATAc = new File(DATAs, corpusname); |
307 | 307 |
|
308 | 308 |
if (!(PARAMS.exists() && HTMLc.exists() && REGISTRYc.exists() && DATAc.exists())) { |
309 |
System.out.println(TXMCoreMessages.errorDDotSkippingTheLoadingOfCorpusDDot+corpusname);
|
|
310 |
System.out.println(TXMCoreMessages.pARAMSDDot+PARAMS);
|
|
309 |
System.out.println(NLS.bind(TXMCoreMessages.errorDDotSkippingTheLoadingOfTheP0Corpus, corpusname));
|
|
310 |
System.out.println(NLS.bind(TXMCoreMessages.pARAMSDDotP0, PARAMS));
|
|
311 | 311 |
System.out.println("HTMLc: "+HTMLc+" : "+HTMLc.exists()); //$NON-NLS-1$ //$NON-NLS-2$ |
312 | 312 |
System.out.println("REGISTRYc: "+REGISTRYc+" : "+REGISTRYc.exists()); //$NON-NLS-1$ //$NON-NLS-2$ |
313 | 313 |
System.out.println("DATAc: "+DATAc+" : "+DATAc.exists()); //$NON-NLS-1$ //$NON-NLS-2$ |
... | ... | |
318 | 318 |
return project; |
319 | 319 |
} else { |
320 | 320 |
System.out.println(TXMCoreMessages.bind(TXMCoreMessages.errorDDotP0CorpusDirectoryIsNotConformantToTXM079CorpusBinaryFormatDDotCorpusSkipped, binCorpusDir)); |
321 |
System.out.println(TXMCoreMessages.tXMNeedsFoldersDDot+HTMLs+", "+DATAs+", "+REGISTRY+TXMCoreMessages.andFile+PARAMS); //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-1$
|
|
321 |
System.out.println(TXMCoreMessages.bind(TXMCoreMessages.tXMNeedsFoldersDDotP0P1P2AndP3, HTMLs, DATAs, REGISTRY, PARAMS));
|
|
322 | 322 |
} |
323 | 323 |
return null; |
324 | 324 |
} |
tmp/org.txm.core/src/java/org/txm/objects/Project.java (revision 1359) | ||
---|---|---|
50 | 50 |
import org.eclipse.core.runtime.Path; |
51 | 51 |
import org.eclipse.core.runtime.Platform; |
52 | 52 |
import org.eclipse.core.runtime.preferences.IEclipsePreferences; |
53 |
import org.eclipse.osgi.util.NLS; |
|
53 | 54 |
import org.osgi.framework.Bundle; |
54 | 55 |
import org.osgi.service.prefs.BackingStoreException; |
55 | 56 |
import org.osgi.service.prefs.Preferences; |
... | ... | |
515 | 516 |
String target = link.getAttribute("target"); //$NON-NLS-1$ |
516 | 517 |
String[] split = target.split("#"); //$NON-NLS-1$ |
517 | 518 |
if (split.length != 3) { |
518 |
System.out.println(TXMCoreMessages.errorDDotLinkGrplinkAttargetMalformedDDot+target);
|
|
519 |
System.out.println(NLS.bind(TXMCoreMessages.errorDDotLinkGrplinkAttargetMalformedDDotP0, target));
|
|
519 | 520 |
continue; |
520 | 521 |
} |
521 | 522 |
String from = split[1].trim(); |
... | ... | |
777 | 778 |
} |
778 | 779 |
return true; |
779 | 780 |
} else { |
780 |
System.out.println(TXMCoreMessages.binaryDirectory+binarydir+TXMCoreMessages.doesNotExist); |
|
781 |
System.out.println(TXMCoreMessages.parentDirectory+exportzip.getParentFile()+TXMCoreMessages.doesNotExist); |
|
781 |
System.out.println(TXMCoreMessages.binaryDirectoryP0NotFound+binarydir+TXMCoreMessages.doesNotExist);
|
|
782 |
System.out.println(TXMCoreMessages.parentDirectoryP0NotFound+exportzip.getParentFile()+TXMCoreMessages.doesNotExist);
|
|
782 | 783 |
|
783 | 784 |
} |
784 | 785 |
return false; |
tmp/org.txm.core/src/java/org/txm/objects/Page.java (revision 1359) | ||
---|---|---|
35 | 35 |
import javax.xml.stream.XMLStreamConstants; |
36 | 36 |
import javax.xml.stream.XMLStreamReader; |
37 | 37 |
|
38 |
import org.eclipse.osgi.util.NLS; |
|
38 | 39 |
import org.txm.core.messages.TXMCoreMessages; |
39 | 40 |
import org.w3c.dom.Element; |
40 | 41 |
|
... | ... | |
112 | 113 |
try { |
113 | 114 |
return this.htmlfile.toURI().toURL().toString(); |
114 | 115 |
} catch (MalformedURLException e) { |
115 |
System.err.println(TXMCoreMessages.malformedURLFile + htmlfile);
|
|
116 |
System.err.println(NLS.bind(TXMCoreMessages.malformedURLFileP0, htmlfile));
|
|
116 | 117 |
return ""; //$NON-NLS-1$ |
117 | 118 |
} |
118 | 119 |
} |
tmp/org.txm.core/src/java/org/txm/importer/ValidateXml.java (revision 1359) | ||
---|---|---|
40 | 40 |
import javax.xml.stream.XMLStreamException; |
41 | 41 |
import javax.xml.stream.XMLStreamReader; |
42 | 42 |
|
43 |
import org.eclipse.osgi.util.NLS; |
|
43 | 44 |
import org.txm.core.messages.TXMCoreMessages; |
44 | 45 |
|
45 | 46 |
// TODO: Auto-generated Javadoc |
... | ... | |
57 | 58 |
*/ |
58 | 59 |
public static boolean testAndThrow(File infile) throws XMLStreamException { |
59 | 60 |
if (infile.isDirectory()) { |
60 |
System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.isADirectory);
|
|
61 |
System.out.println(NLS.bind(TXMCoreMessages.xmlValidationDDotP0IsADirectory, infile));
|
|
61 | 62 |
return false; |
62 | 63 |
} |
63 | 64 |
if (!infile.exists()) { |
64 |
System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.doesNotExists_2);
|
|
65 |
System.out.println(NLS.bind(TXMCoreMessages.xmlValidationDDotP0DoesNotExists, infile));
|
|
65 | 66 |
return false; |
66 | 67 |
} |
67 | 68 |
if (!infile.canRead()) { |
68 |
System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.isNotReadable);
|
|
69 |
System.out.println(NLS.bind(TXMCoreMessages.xmlValidationDDotP0IsNotReadable, infile));
|
|
69 | 70 |
return false; |
70 | 71 |
} |
71 | 72 |
try { |
... | ... | |
123 | 124 |
*/ |
124 | 125 |
public static boolean test(File infile) { |
125 | 126 |
if (infile.isDirectory()) { |
126 |
System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.isADirectory);
|
|
127 |
System.out.println(NLS.bind(TXMCoreMessages.xmlValidationDDotP0IsADirectory, infile));
|
|
127 | 128 |
return false; |
128 | 129 |
} |
129 | 130 |
if (!infile.exists()) { |
130 |
System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.doesNotExists_2);
|
|
131 |
System.out.println(NLS.bind(TXMCoreMessages.xmlValidationDDotP0DoesNotExists, infile));
|
|
131 | 132 |
return false; |
132 | 133 |
} |
133 | 134 |
if (!infile.canRead()) { |
134 |
System.out.println(TXMCoreMessages.xmlValidationDDot + infile + TXMCoreMessages.isNotReadable);
|
|
135 |
System.out.println(NLS.bind(TXMCoreMessages.xmlValidationDDotP0IsNotReadable, infile));
|
|
135 | 136 |
return false; |
136 | 137 |
} |
137 | 138 |
try { |
tmp/org.txm.core/src/java/org/txm/importer/Convert5To6.java (revision 1359) | ||
---|---|---|
9 | 9 |
import java.util.regex.Pattern; |
10 | 10 |
import java.util.regex.PatternSyntaxException; |
11 | 11 |
|
12 |
import org.eclipse.osgi.util.NLS; |
|
12 | 13 |
import org.txm.core.messages.TXMCoreMessages; |
13 | 14 |
import org.txm.objects.BaseOldParameters; |
14 | 15 |
import org.txm.objects.Page; |
... | ... | |
60 | 61 |
|
61 | 62 |
if (!silent) System.out.println(TXMCoreMessages.checkingBinaryFormat); |
62 | 63 |
if (!TXMs.exists()) { |
63 |
if (!silent) System.out.println(TXMCoreMessages.txmDirectoryIsMissingDDot+TXMs);
|
|
64 |
if (!silent) System.out.println(NLS.bind(TXMCoreMessages.txmDirectoryIsMissingDDotP0, TXMs));
|
|
64 | 65 |
return false; |
65 | 66 |
} |
66 | 67 |
|
67 | 68 |
if (!HTMLs.exists()) { |
68 |
if (!silent) System.out.println(TXMCoreMessages.htmlDirectoryIsMissingDDot+HTMLs);
|
|
69 |
if (!silent) System.out.println(NLS.bind(TXMCoreMessages.htmlDirectoryIsMissingDDotP0, HTMLs));
|
|
69 | 70 |
return false; |
70 | 71 |
} |
71 | 72 |
|
72 | 73 |
if (!DATAs.exists()) { |
73 |
if (!silent) System.out.println(TXMCoreMessages.dataDirectoryIsMissingDDot+DATAs);
|
|
74 |
if (!silent) System.out.println(NLS.bind(TXMCoreMessages.dataDirectoryIsMissingDDotP0, DATAs));
|
|
74 | 75 |
return false; |
75 | 76 |
} |
76 | 77 |
|
77 | 78 |
if (!REGISTRY.exists()) { |
78 |
if (!silent) System.out.println(TXMCoreMessages.registryFileIsMissingDDot+REGISTRY);
|
|
79 |
if (!silent) System.out.println(NLS.bind(TXMCoreMessages.registryFileIsMissingDDotP0, REGISTRY));
|
|
79 | 80 |
return false; |
80 | 81 |
} |
81 | 82 |
|
82 | 83 |
if (!HTMLmulti.exists()) { |
83 |
if (!silent) System.out.println(TXMCoreMessages.htmlDirectoryIsMissingDDot+HTMLmulti);
|
|
84 |
if (!silent) System.out.println(NLS.bind(TXMCoreMessages.htmlDirectoryIsMissingDDotP0, HTMLmulti));
|
|
84 | 85 |
return false; |
85 | 86 |
} |
86 | 87 |
|
... | ... | |
107 | 108 |
TXMc.mkdir(); |
108 | 109 |
DATAc.mkdir(); |
109 | 110 |
|
110 |
System.out.println(TXMCoreMessages.reorganizingFilesOf+OUTDIR);
|
|
111 |
System.out.println(NLS.bind(TXMCoreMessages.reorganizingFilesOfP0, OUTDIR));
|
|
111 | 112 |
// move files |
112 | 113 |
for (File f : HTMLmulti.listFiles()) |
113 | 114 |
f.renameTo(new File(HTMLcmulti, f.getName())); |
... | ... | |
138 | 139 |
String date = BaseOldParameters.dateformat.format(new Date(IMPORT.lastModified())); |
139 | 140 |
|
140 | 141 |
if (IMPORT.exists()) { |
141 |
System.out.println(TXMCoreMessages.readCorpusInfosFromOldImportxmlFileDDot+IMPORT);
|
|
142 |
//System.out.println(NLS.bind(TXMCoreMessages.readCorpusInfosFromOldImportxmlFileDDotP0, IMPORT));
|
|
142 | 143 |
Document doc = DomUtils.load(IMPORT); |
143 | 144 |
Element root = doc.getDocumentElement(); |
144 | 145 |
lang = root.getAttribute("language"); //$NON-NLS-1$ |
... | ... | |
181 | 182 |
//params.addEditionDefinition(corpusElem, "default", "groovy", ""); |
182 | 183 |
params.addEditionDefinition(corpusElem, "onepage", "groovy", ""); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ |
183 | 184 |
for (File txmFile : TXMc.listFiles()) { |
184 |
System.out.println(TXMCoreMessages.processingTextDDot+txmFile);
|
|
185 |
System.out.println(NLS.bind(TXMCoreMessages.processingTextDDotP0, txmFile));
|
|
185 | 186 |
String textname = txmFile.getName(); |
186 | 187 |
textname = textname.substring(0, textname.lastIndexOf(".")); //$NON-NLS-1$ |
187 | 188 |
|
tmp/org.txm.core/src/java/org/txm/importer/scripting/GroovyImportScriptRunner.java (revision 1359) | ||
---|---|---|
35 | 35 |
import java.util.List; |
36 | 36 |
|
37 | 37 |
import org.codehaus.groovy.control.CompilationFailedException; |
38 |
import org.eclipse.osgi.util.NLS; |
|
38 | 39 |
import org.txm.core.messages.TXMCoreMessages; |
39 | 40 |
|
40 | 41 |
// TODO: Auto-generated Javadoc |
... | ... | |
91 | 92 |
* @param args the args |
92 | 93 |
*/ |
93 | 94 |
public void executeScript(String scriptfile, Object args) { |
94 |
System.out.println(TXMCoreMessages.supBeginningExecutionOf + scriptfile);
|
|
95 |
System.out.println(NLS.bind(TXMCoreMessages.supBeginningExecutionOfP0, scriptfile));
|
|
95 | 96 |
ClassLoader parent = getClass().getClassLoader(); |
96 | 97 |
GroovyClassLoader loader = new GroovyClassLoader(parent); |
97 | 98 |
Class groovyClass = null; |
tmp/org.txm.core/src/java/org/txm/importer/scripts/filters/Catalog.java (revision 1359) | ||
---|---|---|
33 | 33 |
import java.io.IOException; |
34 | 34 |
import java.util.LinkedList; |
35 | 35 |
|
36 |
import org.eclipse.osgi.util.NLS; |
|
36 | 37 |
import org.txm.core.messages.TXMCoreMessages; |
37 | 38 |
|
38 | 39 |
// TODO: Auto-generated Javadoc |
... | ... | |
59 | 60 |
public Catalog(String path) { |
60 | 61 |
source = new File(path); |
61 | 62 |
if (!source.exists()) { |
62 |
System.err.println(TXMCoreMessages.catalogFileNotFound + path);
|
|
63 |
System.err.println(NLS.bind(TXMCoreMessages.catalogFileNotFoundP0, path));
|
|
63 | 64 |
System.exit(-1); |
64 | 65 |
} |
65 | 66 |
|
tmp/org.txm.core/src/java/org/txm/importer/scripts/filters/FilterManager.java (revision 1359) | ||
---|---|---|
30 | 30 |
import java.io.File; |
31 | 31 |
import java.util.Hashtable; |
32 | 32 |
|
33 |
import org.eclipse.osgi.util.NLS; |
|
33 | 34 |
import org.txm.core.messages.TXMCoreMessages; |
34 | 35 |
|
35 | 36 |
// TODO: Auto-generated Javadoc |
... | ... | |
60 | 61 |
File home = new File(path); |
61 | 62 |
if (!home.exists()) |
62 | 63 |
System.out |
63 |
.println(TXMCoreMessages.filterManagerErrorDDotInitialization + path + TXMCoreMessages.doesNotExist_3);
|
|
64 |
.println(NLS.bind(TXMCoreMessages.filterManagerErrorDDotInitializationP0NotFound, path));
|
|
64 | 65 |
else { |
65 | 66 |
File[] list = home.listFiles(); |
66 | 67 |
for (File f : list) |
tmp/org.txm.core/src/java/org/txm/importer/scripts/filters/CatalogManager.java (revision 1359) | ||
---|---|---|
30 | 30 |
import java.io.File; |
31 | 31 |
import java.util.Hashtable; |
32 | 32 |
|
33 |
import org.eclipse.osgi.util.NLS; |
|
33 | 34 |
import org.txm.core.messages.TXMCoreMessages; |
34 | 35 |
|
35 | 36 |
// TODO: Auto-generated Javadoc |
... | ... | |
54 | 55 |
File home = new File(path); |
55 | 56 |
if (!home.exists()) |
56 | 57 |
System.out |
57 |
.println(TXMCoreMessages.managerErrorDuringInitializationDDot + path + TXMCoreMessages.doesNotExist_3);
|
|
58 |
.println(NLS.bind(TXMCoreMessages.managerErrorDuringInitializationDDotP0NotFound, path));
|
|
58 | 59 |
else { |
59 | 60 |
File[] list = home.listFiles(); |
60 | 61 |
for (File f : list) |
Formats disponibles : Unified diff