Révision 1368
| tmp/org.txm.chartsengine.r.rcp/src/org/txm/rcp/chartsengine/r/preferences/RChartsEnginePreferencePage.java (revision 1368) | ||
|---|---|---|
| 113 | 113 |
|
| 114 | 114 |
|
| 115 | 115 |
} catch (Exception e) {
|
| 116 |
System.err.println(NLS.bind(TXMUIMessages.failedToSavePreferencesDDotP0, e));
|
|
| 116 |
System.err.println(NLS.bind(TXMUIMessages.failedToSavePreferencesColonP0, e));
|
|
| 117 | 117 |
} |
| 118 | 118 |
return true; |
| 119 | 119 |
} |
| tmp/org.txm.internalview.core/src/org/txm/internalview/core/functions/InternalView.java (revision 1368) | ||
|---|---|---|
| 283 | 283 |
|
| 284 | 284 |
try {
|
| 285 | 285 |
if (pStructuralUnitsProperties.size() > 0) {
|
| 286 |
String str = InternalViewCoreMessages.structureInformationsDDot;
|
|
| 286 |
String str = InternalViewCoreMessages.structureInformationsColon;
|
|
| 287 | 287 |
for (Property sup : pStructuralUnitsProperties) {
|
| 288 | 288 |
int[] array = {getCurrentPage()};
|
| 289 | 289 |
str += " "+sup.getName()+"="+CQPSearchEngine.getCqiClient().struc2Str(sup.getQualifiedName(), array)[0]; //$NON-NLS-1$ //$NON-NLS-2$ |
| ... | ... | |
| 291 | 291 |
return str; |
| 292 | 292 |
} |
| 293 | 293 |
} catch (Exception e) {
|
| 294 |
System.out.println(NLS.bind(InternalViewCoreMessages.internalViewDDotFailedToRetrieveStructPropertiesValuesDDotP0, e.getMessage()));
|
|
| 294 |
System.out.println(NLS.bind(InternalViewCoreMessages.internalViewColonFailedToRetrieveStructPropertiesValuesColonP0, e.getMessage()));
|
|
| 295 | 295 |
org.txm.utils.logger.Log.printStackTrace(e); |
| 296 | 296 |
} |
| 297 | 297 |
return InternalViewCoreMessages.noStructureInformations; |
| tmp/org.txm.internalview.core/src/org/txm/internalview/core/messages/InternalViewCoreMessages.java (revision 1368) | ||
|---|---|---|
| 17 | 17 |
public static String RESULT_TYPE; |
| 18 | 18 |
|
| 19 | 19 |
|
| 20 |
public static String structureInformationsDDot;
|
|
| 21 |
public static String internalViewDDotFailedToRetrieveStructPropertiesValuesDDotP0;
|
|
| 20 |
public static String structureInformationsColon;
|
|
| 21 |
public static String internalViewColonFailedToRetrieveStructPropertiesValuesColonP0;
|
|
| 22 | 22 |
public static String noStructureInformations; |
| 23 | 23 |
|
| 24 | 24 |
static {
|
| tmp/org.txm.internalview.core/src/org/txm/internalview/core/messages/messages_fr.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 |
internalViewDDotFailedToRetrieveStructPropertiesValuesDDotP0=Erreur lors de la récupération des valeurs des propriétés de structure \: {0}
|
|
| 3 |
internalViewColonFailedToRetrieveStructPropertiesValuesColonP0=Erreur lors de la récupération des valeurs des propriétés de structure \: {0}
|
|
| 4 | 4 |
noStructureInformations=\ n° d'informations sur les structures |
| 5 | 5 |
RESULT_TYPE=Vue interne |
| 6 |
structureInformationsDDot=\ Information des structures \: |
|
| 6 |
structureInformationsColon=\ Information des structures \: |
|
| tmp/org.txm.internalview.core/src/org/txm/internalview/core/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 |
internalViewDDotFailedToRetrieveStructPropertiesValuesDDotP0=InternalView\: failed to retrieve struct properties values\: {0}
|
|
| 3 |
internalViewColonFailedToRetrieveStructPropertiesValuesColonP0=InternalView\: failed to retrieve struct properties values\: {0}
|
|
| 4 | 4 |
noStructureInformations=\ No structure informations |
| 5 | 5 |
RESULT_TYPE=Internal View |
| 6 |
structureInformationsDDot=\ Structure informations\: |
|
| 6 |
structureInformationsColon=\ Structure informations\: |
|
| tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 |
additionalAmpoptionsForTheCWBServerDDot=Additional &options for the CWB server\:
|
|
| 4 |
ampRemoteCWBServerAddressDDot=&Remote CWB server address\:
|
|
| 3 |
additionalAmpoptionsForTheCWBServerColon=Additional &options for the CWB server\:
|
|
| 4 |
ampRemoteCWBServerAddressColon=&Remote CWB server address\:
|
|
| 5 | 5 |
cQPlibPath=CQPlib path |
| 6 |
cWBServerDDotAmphostDDot=CWB server\: &host\:
|
|
| 7 |
cWBServerDDotAmploginDDot=CWB server\: &login\:
|
|
| 8 |
cWBServerDDotAmppasswordDDot=CWB server\: &password\:
|
|
| 9 |
cWBServerDDotAmpportDDot=CWB server\: &port\:
|
|
| 6 |
cWBServerColonAmphostColon=CWB server\: &host\:
|
|
| 7 |
cWBServerColonAmploginColon=CWB server\: &login\:
|
|
| 8 |
cWBServerColonAmppasswordColon=CWB server\: &password\:
|
|
| 9 |
cWBServerColonAmpportColon=CWB server\: &port\:
|
|
| 10 | 10 |
pathToCWBServerBinary=Path to CWB server binary |
| 11 | 11 |
pathToCWBServerInitializationFile=Path to CWB server initialization file |
| 12 | 12 |
useNetworkProtocol=Use network protocol |
| tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/messages/messages_ru.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 |
additionalAmpoptionsForTheCWBServerDDot=Дополнительные опции сервера CWB\:
|
|
| 4 |
ampRemoteCWBServerAddressDDot=Удаленный &сервер CWB
|
|
| 5 |
cWBServerDDotAmphostDDot=Удаленный сервер\: &имя машины
|
|
| 6 |
cWBServerDDotAmploginDDot=Удаленный сервер\: &логин
|
|
| 7 |
cWBServerDDotAmppasswordDDot=Удаленный сервер\: &пароль
|
|
| 8 |
cWBServerDDotAmpportDDot=Удаленный сервер\: &номер порта
|
|
| 3 |
additionalAmpoptionsForTheCWBServerColon=Дополнительные опции сервера CWB\:
|
|
| 4 |
ampRemoteCWBServerAddressColon=Удаленный &сервер CWB
|
|
| 5 |
cWBServerColonAmphostColon=Удаленный сервер\: &имя машины
|
|
| 6 |
cWBServerColonAmploginColon=Удаленный сервер\: &логин
|
|
| 7 |
cWBServerColonAmppasswordColon=Удаленный сервер\: &пароль
|
|
| 8 |
cWBServerColonAmpportColon=Удаленный сервер\: &номер порта
|
|
| 9 | 9 |
pathToCWBServerBinary=Путь к исполняемому &файлу 'cqpserver' |
| 10 | 10 |
pathToCWBServerInitializationFile=Путь к файлу инициализации сервера CWB |
| 11 | 11 |
useNetworkProtocol=Использовать сетевой протокол |
| tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/messages/CQPUIMessages.java (revision 1368) | ||
|---|---|---|
| 16 | 16 |
|
| 17 | 17 |
public static String cQPlibPath; |
| 18 | 18 |
public static String useNetworkProtocol; |
| 19 |
public static String ampRemoteCWBServerAddressDDot;
|
|
| 20 |
public static String cWBServerDDotAmphostDDot;
|
|
| 21 |
public static String cWBServerDDotAmpportDDot;
|
|
| 22 |
public static String cWBServerDDotAmploginDDot;
|
|
| 23 |
public static String cWBServerDDotAmppasswordDDot;
|
|
| 19 |
public static String ampRemoteCWBServerAddressColon;
|
|
| 20 |
public static String cWBServerColonAmphostColon;
|
|
| 21 |
public static String cWBServerColonAmpportColon;
|
|
| 22 |
public static String cWBServerColonAmploginColon;
|
|
| 23 |
public static String cWBServerColonAmppasswordColon;
|
|
| 24 | 24 |
public static String pathToCWBServerBinary; |
| 25 | 25 |
public static String pathToCWBServerInitializationFile; |
| 26 |
public static String additionalAmpoptionsForTheCWBServerDDot;
|
|
| 26 |
public static String additionalAmpoptionsForTheCWBServerColon;
|
|
| 27 | 27 |
|
| 28 | 28 |
static {
|
| 29 | 29 |
// initialize resource bundle |
| tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/messages/messages_fr.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 |
additionalAmpoptionsForTheCWBServerDDot=Options additionnelles pour le serveur CWB \:
|
|
| 4 |
ampRemoteCWBServerAddressDDot=&Serveur CWB distant
|
|
| 3 |
additionalAmpoptionsForTheCWBServerColon=Options additionnelles pour le serveur CWB \:
|
|
| 4 |
ampRemoteCWBServerAddressColon=&Serveur CWB distant
|
|
| 5 | 5 |
cQPlibPath=Chemin vers CQPlib |
| 6 |
cWBServerDDotAmphostDDot=Serveur distant \: nom de machine
|
|
| 7 |
cWBServerDDotAmploginDDot=Serveur distant \: &login
|
|
| 8 |
cWBServerDDotAmppasswordDDot=Serveur distant \: &mot de passe
|
|
| 9 |
cWBServerDDotAmpportDDot=Serveur distant \: numéro de &port
|
|
| 6 |
cWBServerColonAmphostColon=Serveur distant \: nom de machine
|
|
| 7 |
cWBServerColonAmploginColon=Serveur distant \: &login
|
|
| 8 |
cWBServerColonAmppasswordColon=Serveur distant \: &mot de passe
|
|
| 9 |
cWBServerColonAmpportColon=Serveur distant \: numéro de &port
|
|
| 10 | 10 |
pathToCWBServerBinary=Chemin vers le fichier &exécutable 'cqpserver' |
| 11 | 11 |
pathToCWBServerInitializationFile=Chemin vers le fichier d'initialisation du serveur CWB |
| 12 | 12 |
useNetworkProtocol=Utiliser le protocole réseau |
| tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/handlers/base/CreatePartition.java (revision 1368) | ||
|---|---|---|
| 91 | 91 |
final Partition partition = d.getPartition(); |
| 92 | 92 |
if (partition == null) {
|
| 93 | 93 |
monitor.done(); |
| 94 |
Log.severe(TXMUIMessages.errorDDotThePartitionWasNotCreated);
|
|
| 94 |
Log.severe(TXMUIMessages.errorColonThePartitionWasNotCreated);
|
|
| 95 | 95 |
return Status.CANCEL_STATUS; |
| 96 | 96 |
} |
| 97 | 97 |
try {
|
| ... | ... | |
| 103 | 103 |
} |
| 104 | 104 |
monitor.worked(95); |
| 105 | 105 |
|
| 106 |
Log.info(NLS.bind(TXMUIMessages.doneDDotP0Parts, partition.getPartsCount()));
|
|
| 106 |
Log.info(NLS.bind(TXMUIMessages.doneColonP0Parts, partition.getPartsCount()));
|
|
| 107 | 107 |
|
| 108 | 108 |
monitor.subTask(TXMUIMessages.refreshingCorpora); |
| 109 | 109 |
syncExec(new Runnable() {
|
| ... | ... | |
| 128 | 128 |
jobhandler.startJob(); |
| 129 | 129 |
|
| 130 | 130 |
} catch (Exception e) {
|
| 131 |
Log.severe(NLS.bind(TXMUIMessages.errorWhileCreatingAPartitionDDotP0, e));
|
|
| 131 |
Log.severe(NLS.bind(TXMUIMessages.errorWhileCreatingAPartitionColonP0, e));
|
|
| 132 | 132 |
} |
| 133 | 133 |
} |
| 134 | 134 |
return null; |
| tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/handlers/base/OpenBiblio.java (revision 1368) | ||
|---|---|---|
| 79 | 79 |
textids = new ArrayList<String>(corpus.getProject().getTextsID()); |
| 80 | 80 |
if (textids.size() == 0) |
| 81 | 81 |
{
|
| 82 |
System.out.println(NLS.bind(TXMUIMessages.noTextInCorpusDDotP0, corpus.getName()));
|
|
| 82 |
System.out.println(NLS.bind(TXMUIMessages.noTextInCorpusColonP0, corpus.getName()));
|
|
| 83 | 83 |
return null; |
| 84 | 84 |
} |
| 85 | 85 |
|
| tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/handlers/base/CreateSubCorpus.java (revision 1368) | ||
|---|---|---|
| 70 | 70 |
|
| 71 | 71 |
selection = (IStructuredSelection) HandlerUtil.getCurrentSelection(event); |
| 72 | 72 |
if (selection == null) {
|
| 73 |
System.out.println(TXMUIMessages.noSelectionForDDot+HandlerUtil.getActiveWorkbenchWindow(event).getActivePage().getActiveEditor());
|
|
| 73 |
System.out.println(TXMUIMessages.noSelectionForColon+HandlerUtil.getActiveWorkbenchWindow(event).getActivePage().getActiveEditor());
|
|
| 74 | 74 |
return null; |
| 75 | 75 |
} |
| 76 | 76 |
Object firstElement = selection.getFirstElement(); |
| 77 | 77 |
|
| 78 | 78 |
if (!(firstElement instanceof CQPCorpus)) {
|
| 79 |
System.out.println(TXMUIMessages.selectionIsNotACorpusDDot+firstElement);
|
|
| 79 |
System.out.println(TXMUIMessages.selectionIsNotACorpusColon+firstElement);
|
|
| 80 | 80 |
return null; |
| 81 | 81 |
} |
| 82 | 82 |
|
| ... | ... | |
| 98 | 98 |
|
| 99 | 99 |
if (d.isAdvancedSelected() || d.isAssistedSelected()) {
|
| 100 | 100 |
CQLQuery q = new CQLQuery(d.getQuery()); |
| 101 |
System.out.println(NLS.bind(TXMUIMessages.computeSubCorpusOnP0QueryDDotP1,
|
|
| 101 |
System.out.println(NLS.bind(TXMUIMessages.computeSubCorpusOnP0QueryColonP1,
|
|
| 102 | 102 |
corpus.getName(), q.getQueryString())); |
| 103 | 103 |
subcorpus = corpus.createSubcorpus(q, d.getName()); |
| 104 | 104 |
} |
| 105 | 105 |
else {
|
| 106 |
System.out.println(NLS.bind(TXMUIMessages.computeSubCorpusOnP0StructsDDotP1AmpPropsP2DDotP3,
|
|
| 106 |
System.out.println(NLS.bind(TXMUIMessages.computeSubCorpusOnP0StructsColonP1AmpPropsP2ColonP3,
|
|
| 107 | 107 |
new Object[]{corpus.getName(), d.getStructuralUnit(),
|
| 108 | 108 |
d.getStructuralUnitProperty(), d.getValues()})); |
| 109 | 109 |
|
| ... | ... | |
| 122 | 122 |
if(subcorpus == null) |
| 123 | 123 |
{
|
| 124 | 124 |
monitor.done(); |
| 125 |
System.out.println(TXMUIMessages.errorDDotSubcorpusWasNotCreated);
|
|
| 125 |
System.out.println(TXMUIMessages.errorColonSubcorpusWasNotCreated);
|
|
| 126 | 126 |
return Status.CANCEL_STATUS; |
| 127 | 127 |
} |
| 128 | 128 |
|
| 129 |
System.out.println(NLS.bind(TXMUIMessages.doneDDotP0Created
|
|
| 129 |
System.out.println(NLS.bind(TXMUIMessages.doneColonP0Created
|
|
| 130 | 130 |
, subcorpus.getName())); |
| 131 | 131 |
monitor.worked(50); |
| 132 | 132 |
|
| ... | ... | |
| 148 | 148 |
Log.severe(e.toString()); |
| 149 | 149 |
|
| 150 | 150 |
try {
|
| 151 |
System.out.println(NLS.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 151 |
System.out.println(NLS.bind(CQPSearchEngineCoreMessages.lastCQPErrorColon, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 152 | 152 |
} catch (Exception e1) {
|
| 153 |
System.out.println(TXMUIMessages.failedToGetLastCQPErrorDDot+e1);
|
|
| 153 |
System.out.println(TXMUIMessages.failedToGetLastCQPErrorColon+e1);
|
|
| 154 | 154 |
org.txm.rcp.utils.Logger.printStackTrace(e1); |
| 155 | 155 |
} |
| 156 | 156 |
} finally {
|
| tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/preferences/CQPPreferencePage.java (revision 1368) | ||
|---|---|---|
| 100 | 100 |
|
| 101 | 101 |
cqi_use_network = new BooleanFieldEditor(CQPLibPreferences.CQI_NETWORK_MODE, CQPUIMessages.useNetworkProtocol, BooleanFieldEditor.DEFAULT, getFieldEditorParent()); |
| 102 | 102 |
cqi_server_path_to_cqplib = new DirectoryFieldEditor(CQPLibPreferences.CQI_SERVER_PATH_TO_CQPLIB, CQPUIMessages.cQPlibPath, getFieldEditorParent()); |
| 103 |
cqi_server_is_remote = new BooleanFieldEditor(CQPLibPreferences.CQI_SERVER_IS_REMOTE, CQPUIMessages.ampRemoteCWBServerAddressDDot, BooleanFieldEditor.DEFAULT, getFieldEditorParent());
|
|
| 104 |
cqi_server_host = new StringFieldEditor(CQPLibPreferences.CQI_SERVER_HOST, CQPUIMessages.cWBServerDDotAmphostDDot, getFieldEditorParent());
|
|
| 105 |
cqi_server_port = new IntegerFieldEditor(CQPLibPreferences.CQI_SERVER_PORT, CQPUIMessages.cWBServerDDotAmpportDDot, getFieldEditorParent());
|
|
| 106 |
cqi_server_user = new StringFieldEditor(CQPLibPreferences.CQI_SERVER_LOGIN, CQPUIMessages.cWBServerDDotAmploginDDot, getFieldEditorParent());
|
|
| 103 |
cqi_server_is_remote = new BooleanFieldEditor(CQPLibPreferences.CQI_SERVER_IS_REMOTE, CQPUIMessages.ampRemoteCWBServerAddressColon, BooleanFieldEditor.DEFAULT, getFieldEditorParent());
|
|
| 104 |
cqi_server_host = new StringFieldEditor(CQPLibPreferences.CQI_SERVER_HOST, CQPUIMessages.cWBServerColonAmphostColon, getFieldEditorParent());
|
|
| 105 |
cqi_server_port = new IntegerFieldEditor(CQPLibPreferences.CQI_SERVER_PORT, CQPUIMessages.cWBServerColonAmpportColon, getFieldEditorParent());
|
|
| 106 |
cqi_server_user = new StringFieldEditor(CQPLibPreferences.CQI_SERVER_LOGIN, CQPUIMessages.cWBServerColonAmploginColon, getFieldEditorParent());
|
|
| 107 | 107 |
|
| 108 |
cqi_server_password = new StringFieldEditor(CQPLibPreferences.CQI_SERVER_PASSWORD, CQPUIMessages.cWBServerDDotAmppasswordDDot, getFieldEditorParent());
|
|
| 108 |
cqi_server_password = new StringFieldEditor(CQPLibPreferences.CQI_SERVER_PASSWORD, CQPUIMessages.cWBServerColonAmppasswordColon, getFieldEditorParent());
|
|
| 109 | 109 |
|
| 110 | 110 |
cqi_server_path_to_executable = new FileFieldEditor(CQPLibPreferences.CQI_SERVER_PATH_TO_EXECUTABLE, CQPUIMessages.pathToCWBServerBinary, getFieldEditorParent()); |
| 111 | 111 |
|
| 112 | 112 |
// cqi_server_path_to_registry = new DirectoryFieldEditor(CQI_SERVER_PATH_TO_REGISTRY, CQPUIMessages.CQPPreferencePage_16, getFieldEditorParent()); |
| 113 | 113 |
|
| 114 | 114 |
cqi_server_path_to_init_file = new FileFieldEditor(CQPLibPreferences.CQI_SERVER_PATH_TO_INIT_FILE, CQPUIMessages.pathToCWBServerInitializationFile, getFieldEditorParent()); |
| 115 |
cqi_server_additional_options = new StringFieldEditor(CQPLibPreferences.CQI_SERVER_ADDITIONAL_OPTIONS, CQPUIMessages.additionalAmpoptionsForTheCWBServerDDot, getFieldEditorParent());
|
|
| 115 |
cqi_server_additional_options = new StringFieldEditor(CQPLibPreferences.CQI_SERVER_ADDITIONAL_OPTIONS, CQPUIMessages.additionalAmpoptionsForTheCWBServerColon, getFieldEditorParent());
|
|
| 116 | 116 |
|
| 117 | 117 |
addField(cqi_use_network); |
| 118 | 118 |
addField(cqi_server_path_to_cqplib); |
| tmp/org.txm.properties.rcp/src/org/txm/properties/rcp/messages/PropertiesUIMessages.java (revision 1368) | ||
|---|---|---|
| 18 | 18 |
|
| 19 | 19 |
public static String editProperties; |
| 20 | 20 |
|
| 21 |
public static String descriptionDDot;
|
|
| 21 |
public static String descriptionColon;
|
|
| 22 | 22 |
|
| 23 |
public static String displayedNameDDot;
|
|
| 23 |
public static String displayedNameColon;
|
|
| 24 | 24 |
|
| 25 | 25 |
public static String vMax; |
| 26 | 26 |
|
| tmp/org.txm.properties.rcp/src/org/txm/properties/rcp/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 | 3 |
apply=Apply |
| 4 |
descriptionDDot=Description\:
|
|
| 5 |
displayedNameDDot=Displayed name\:
|
|
| 4 |
descriptionColon=Description\:
|
|
| 5 |
displayedNameColon=Displayed name\:
|
|
| 6 | 6 |
editProperties=edit properties |
| 7 | 7 |
maximumValuesToDisplay=Maximum values to display |
| 8 | 8 |
theMaximumNumberOfWordPropertyValuesToShow=The maximum number of word property values to show |
| tmp/org.txm.properties.rcp/src/org/txm/properties/rcp/editors/PropertiesEditor.java (revision 1368) | ||
|---|---|---|
| 77 | 77 |
editComposite.setLayout(GLComposite.createDefaultLayout(3)); |
| 78 | 78 |
|
| 79 | 79 |
Label nameLabel = new Label(editComposite, SWT.NONE); |
| 80 |
nameLabel.setText(PropertiesUIMessages.displayedNameDDot);
|
|
| 80 |
nameLabel.setText(PropertiesUIMessages.displayedNameColon);
|
|
| 81 | 81 |
|
| 82 | 82 |
nameText = new Text(editComposite, SWT.BORDER); |
| 83 | 83 |
nameText.setLayoutData(new GridData(GridData.FILL, GridData.CENTER, true, false)); |
| ... | ... | |
| 99 | 99 |
}); |
| 100 | 100 |
|
| 101 | 101 |
Label descLabel = new Label(editComposite, SWT.NONE); |
| 102 |
descLabel.setText(PropertiesUIMessages.descriptionDDot);
|
|
| 102 |
descLabel.setText(PropertiesUIMessages.descriptionColon);
|
|
| 103 | 103 |
|
| 104 | 104 |
descriptionText = new StyledText(editComposite, SWT.BORDER | SWT.V_SCROLL); |
| 105 | 105 |
descriptionText.setLayoutData(GridDataFactory.fillDefaults().hint(400, 100).minSize(400, 100).span(1, 2).create()); |
| tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 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 |
errorDDotSelectionIsNotACorpus=Error\: selection is not a Corpus
|
|
| 4 |
errorColonSelectionIsNotACorpus=Error\: selection is not a Corpus
|
|
| 5 | 5 |
errorWhileInternalViewGoBackToP0=Error while internal view go back to {0}
|
| 6 | 6 |
navigation=navigation |
| 7 |
queryDDotP0=query\: {0}
|
|
| 7 |
queryColonP0=query\: {0}
|
|
| 8 | 8 |
structuralProperties=Structural properties |
| 9 | 9 |
structure=Structure |
| tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/messages/messages_ru.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 |
qUERYDDot=сформированный запрос\: {0}
|
|
| 3 |
qUERYColon=сформированный запрос\: {0}
|
|
| 4 | 4 |
structuralProperties=Свойство структуры\: |
| 5 | 5 |
structure=Структура\: |
| tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/messages/messages_fr.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 |
qUERYDDot=requête générée \: {0}
|
|
| 3 |
qUERYColon=requête générée \: {0}
|
|
| 4 | 4 |
structuralProperties=Propriété de structure \: |
| 5 | 5 |
structure=Structure \: |
| tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/messages/InternalViewUIMessages.java (revision 1368) | ||
|---|---|---|
| 13 | 13 |
|
| 14 | 14 |
private static final String BUNDLE_NAME = "org.txm.internalview.rcp.messages.messages"; //$NON-NLS-1$ |
| 15 | 15 |
|
| 16 |
public static String errorDDotSelectionIsNotACorpus;
|
|
| 16 |
public static String errorColonSelectionIsNotACorpus;
|
|
| 17 | 17 |
|
| 18 | 18 |
public static String navigation; |
| 19 | 19 |
|
| 20 | 20 |
public static String errorWhileInternalViewGoBackToP0; |
| 21 | 21 |
|
| 22 |
public static String queryDDotP0;
|
|
| 22 |
public static String queryColonP0;
|
|
| 23 | 23 |
public static String structure; |
| 24 | 24 |
public static String structuralProperties; |
| 25 | 25 |
|
| tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/editors/InternalViewEditor.java (revision 1368) | ||
|---|---|---|
| 259 | 259 |
Integer idx = columnsOrder.get(col); |
| 260 | 260 |
return ""+((Object[])element)[idx]; //$NON-NLS-1$ |
| 261 | 261 |
} |
| 262 |
return TXMCoreMessages.errorDDotP0;
|
|
| 262 |
return TXMCoreMessages.errorColonP0;
|
|
| 263 | 263 |
} |
| 264 | 264 |
}); |
| 265 | 265 |
columns.put(prop, col); |
| ... | ... | |
| 306 | 306 |
query.append("\""); //$NON-NLS-1$
|
| 307 | 307 |
} |
| 308 | 308 |
query.append("]"); //$NON-NLS-1$
|
| 309 |
System.out.println(NLS.bind(InternalViewUIMessages.queryDDotP0, query));
|
|
| 309 |
System.out.println(NLS.bind(InternalViewUIMessages.queryColonP0, query));
|
|
| 310 | 310 |
return query.toString(); |
| 311 | 311 |
} |
| 312 | 312 |
|
| tmp/org.txm.internalview.rcp/src/org/txm/internalview/rcp/handlers/ComputeInternalView.java (revision 1368) | ||
|---|---|---|
| 39 | 39 |
internalView = (InternalView)selection; |
| 40 | 40 |
} |
| 41 | 41 |
else {
|
| 42 |
System.out.println(InternalViewUIMessages.errorDDotSelectionIsNotACorpus);
|
|
| 42 |
System.out.println(InternalViewUIMessages.errorColonSelectionIsNotACorpus);
|
|
| 43 | 43 |
return null; |
| 44 | 44 |
} |
| 45 | 45 |
|
| tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/ProgressionUIMessages.java (revision 1368) | ||
|---|---|---|
| 21 | 21 |
public static String repeatTheValuesOfTheStructureProperties; |
| 22 | 22 |
public static String bandeSizeMultiplier; |
| 23 | 23 |
|
| 24 |
public static String chartTypeDDot;
|
|
| 25 |
public static String bandewidthMultiplierDDot;
|
|
| 24 |
public static String chartTypeColon;
|
|
| 25 |
public static String bandewidthMultiplierColon;
|
|
| 26 | 26 |
public static String repeatSameValues; |
| 27 |
public static String stripMultiplierErrorDDotP0;
|
|
| 27 |
public static String stripMultiplierErrorColonP0;
|
|
| 28 | 28 |
public static String cumulative; |
| 29 | 29 |
public static String density; |
| 30 |
public static String regexDDot;
|
|
| 30 |
public static String regexColon;
|
|
| 31 | 31 |
|
| 32 | 32 |
|
| 33 | 33 |
public static String add; |
| tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 3 | 3 |
add=Add |
| 4 | 4 |
addQueriesFromFile=Add queries from file... |
| 5 | 5 |
bandeSizeMultiplier=Bande size multiplier |
| 6 |
bandewidthMultiplierDDot=Bandewidth multiplier\:
|
|
| 7 |
chartTypeDDot=Chart type\:
|
|
| 6 |
bandewidthMultiplierColon=Bandewidth multiplier\:
|
|
| 7 |
chartTypeColon=Chart type\:
|
|
| 8 | 8 |
cumulative=cumulative |
| 9 | 9 |
defaultChartTypeIsCumulative=Default chart type is cumulative |
| 10 | 10 |
defaultEditionIsMissing=Default edition is missing. |
| ... | ... | |
| 13 | 13 |
noQuery=No query - |
| 14 | 14 |
queries=\ queries - |
| 15 | 15 |
query=\ query - |
| 16 |
regexDDot=Regex\:
|
|
| 16 |
regexColon=Regex\:
|
|
| 17 | 17 |
repeatSameValues=Repeat same values |
| 18 | 18 |
repeatTheValuesOfTheStructureProperties=Repeat the values of the structure properties |
| 19 | 19 |
selectAnUTF8PropertyFile=Select an UTF-8 property file |
| 20 |
stripMultiplierErrorDDotP0=Strip multiplier error\: {0}
|
|
| 20 |
stripMultiplierErrorColonP0=Strip multiplier error\: {0}
|
|
| 21 | 21 |
textP0IsMissing=Text {0} is missing.
|
| tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/messages_ru.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 | 3 |
bandeSizeMultiplier=Масштаб границ структур |
| 4 |
bandewidthMultiplierDDot=Масштаб полос
|
|
| 5 |
chartTypeDDot=Тип графа\:
|
|
| 4 |
bandewidthMultiplierColon=Масштаб полос
|
|
| 5 |
chartTypeColon=Тип графа\:
|
|
| 6 | 6 |
cumulative=кумулятивный |
| 7 | 7 |
defaultChartTypeIsCumulative=Кумулятивный граф прогрессии |
| 8 | 8 |
density=плотность |
| 9 | 9 |
error_theQueryIsAlreadyRepresentedByACurveInTheGraphic= |
| 10 |
regexDDot=Рег. Выр.\:
|
|
| 10 |
regexColon=Рег. Выр.\:
|
|
| 11 | 11 |
repeatSameValues=Повторять идентичные значения |
| 12 | 12 |
repeatTheValuesOfTheStructureProperties=Повторять значения с свойств структур |
| 13 |
stripMultiplierErrorDDot=Ошибка\: мультипликатор полосы\: {0}
|
|
| 13 |
stripMultiplierErrorColon=Ошибка\: мультипликатор полосы\: {0}
|
|
| tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/messages_fr.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 | 3 |
bandeSizeMultiplier=Échelle des limites de structures |
| 4 |
bandewidthMultiplierDDot=Échelle des bandeaux
|
|
| 5 |
chartTypeDDot=Type de graphique \:
|
|
| 4 |
bandewidthMultiplierColon=Échelle des bandeaux
|
|
| 5 |
chartTypeColon=Type de graphique \:
|
|
| 6 | 6 |
cumulative=cumulatif |
| 7 | 7 |
defaultChartTypeIsCumulative=Graphique de progression cumulatif par défault |
| 8 | 8 |
density=densité |
| 9 | 9 |
error_theQueryIsAlreadyRepresentedByACurveInTheGraphic=La requête {0} est déjà représentée dans le graphique par une courbe. Veuillez utiliser une autre requête.
|
| 10 |
regexDDot=Exp. Rég. \:
|
|
| 10 |
regexColon=Exp. Rég. \:
|
|
| 11 | 11 |
repeatSameValues=Répéter les valeurs identiques |
| 12 | 12 |
repeatTheValuesOfTheStructureProperties=Répéter les valeurs de propriétés de structures |
| 13 |
stripMultiplierErrorDDot=Erreur \: multiplicateur de bande \: {0}
|
|
| 13 |
stripMultiplierErrorColon=Erreur \: multiplicateur de bande \: {0}
|
|
| tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/editors/ProgressionEditor.java (revision 1368) | ||
|---|---|---|
| 243 | 243 |
// controls |
| 244 | 244 |
// graph param |
| 245 | 245 |
Label typeLabel = new Label(paramPanel, SWT.NONE); |
| 246 |
typeLabel.setText(ProgressionUIMessages.chartTypeDDot);
|
|
| 246 |
typeLabel.setText(ProgressionUIMessages.chartTypeColon);
|
|
| 247 | 247 |
typeLabel.setAlignment(SWT.CENTER); |
| 248 | 248 |
|
| 249 | 249 |
cumulativeButton = new Button(paramPanel, SWT.RADIO); |
| ... | ... | |
| 272 | 272 |
|
| 273 | 273 |
// Bande size |
| 274 | 274 |
typeLabel = new Label(paramPanel, SWT.NONE); |
| 275 |
typeLabel.setText(ProgressionUIMessages.bandewidthMultiplierDDot);
|
|
| 275 |
typeLabel.setText(ProgressionUIMessages.bandewidthMultiplierColon);
|
|
| 276 | 276 |
typeLabel.setAlignment(SWT.CENTER); |
| 277 | 277 |
|
| 278 | 278 |
bandeField = new Text(paramPanel, SWT.BORDER); |
| ... | ... | |
| 294 | 294 |
|
| 295 | 295 |
// property REGEX |
| 296 | 296 |
Label regexLabel = new Label(structuration, SWT.NONE); |
| 297 |
regexLabel.setText(ProgressionUIMessages.regexDDot);
|
|
| 297 |
regexLabel.setText(ProgressionUIMessages.regexColon);
|
|
| 298 | 298 |
regexLabel.setAlignment(SWT.CENTER); |
| 299 | 299 |
|
| 300 | 300 |
propertyRegex = new Text(structuration, SWT.SINGLE | SWT.BORDER); |
| ... | ... | |
| 648 | 648 |
bandeMultiplier = Float.parseFloat(smultibande); |
| 649 | 649 |
} catch(Exception e) {
|
| 650 | 650 |
bandeMultiplier = 1.0f; |
| 651 |
Log.severe(NLS.bind(ProgressionUIMessages.stripMultiplierErrorDDotP0, e));
|
|
| 652 |
StatusLine.error(NLS.bind(ProgressionUIMessages.stripMultiplierErrorDDotP0, e));
|
|
| 651 |
Log.severe(NLS.bind(ProgressionUIMessages.stripMultiplierErrorColonP0, e));
|
|
| 652 |
StatusLine.error(NLS.bind(ProgressionUIMessages.stripMultiplierErrorColonP0, e));
|
|
| 653 | 653 |
} |
| 654 | 654 |
} |
| 655 | 655 |
else {
|
| tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/chartsengine/events/ProgressionEventCallBack.java (revision 1368) | ||
|---|---|---|
| 243 | 243 |
|
| 244 | 244 |
} |
| 245 | 245 |
catch (PartInitException e) {
|
| 246 |
System.err.println(NLS.bind(TXMCoreMessages.errorDDotP0, e.getLocalizedMessage()));
|
|
| 246 |
System.err.println(NLS.bind(TXMCoreMessages.errorColonP0, e.getLocalizedMessage()));
|
|
| 247 | 247 |
} |
| 248 | 248 |
|
| 249 | 249 |
// Compute the concordance if it has never been computed |
| tmp/org.txm.partition.core/src/org/txm/partition/core/messages/messages_ru.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 |
dimensionsDDotP0=Размеры\: {0}
|
|
| 3 |
dimensionsColonP0=Размеры\: {0}
|
|
| 4 | 4 |
RESULT_TYPE= |
| tmp/org.txm.partition.core/src/org/txm/partition/core/messages/messages_fr.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 |
cantCreateDimensionsPartitionChartFileChartsEngineDDotP0=Impossible de créer le fichier du graphique de dimensions de partition (moteur de graphique \: {0})
|
|
| 4 |
dimensionsDDotP0=Dimensions \: {0}
|
|
| 3 |
cantCreateDimensionsPartitionChartFileChartsEngineColonP0=Impossible de créer le fichier du graphique de dimensions de partition (moteur de graphique \: {0})
|
|
| 4 |
dimensionsColonP0=Dimensions \: {0}
|
|
| 5 | 5 |
RESULT_TYPE=Propriétés |
| tmp/org.txm.partition.core/src/org/txm/partition/core/messages/PartitionCoreMessages.java (revision 1368) | ||
|---|---|---|
| 17 | 17 |
|
| 18 | 18 |
public static String RESULT_TYPE; |
| 19 | 19 |
|
| 20 |
public static String cantCreateDimensionsPartitionChartFileChartsEngineDDotP0;
|
|
| 20 |
public static String cantCreateDimensionsPartitionChartFileChartsEngineColonP0;
|
|
| 21 | 21 |
public static String sortedBySize; |
| 22 | 22 |
public static String dimensionsOfTheP0PartitionInTheP1Corpus; |
| 23 | 23 |
public static String parts; |
| 24 | 24 |
public static String t; |
| 25 | 25 |
public static String part; |
| 26 | 26 |
public static String numberOfWords; |
| 27 |
public static String dimensionsDDotP0;
|
|
| 27 |
public static String dimensionsColonP0;
|
|
| 28 | 28 |
|
| 29 | 29 |
static {
|
| 30 | 30 |
// initialize resource bundle |
| tmp/org.txm.partition.core/src/org/txm/partition/core/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 |
cantCreateDimensionsPartitionChartFileChartsEngineDDotP0=Can''t create dimensions partition chart file (charts engine\: {0})
|
|
| 4 |
dimensionsDDotP0=Dimensions\: {0}
|
|
| 3 |
cantCreateDimensionsPartitionChartFileChartsEngineColonP0=Can''t create dimensions partition chart file (charts engine\: {0})
|
|
| 4 |
dimensionsColonP0=Dimensions\: {0}
|
|
| 5 | 5 |
dimensionsOfTheP0PartitionInTheP1Corpus=Dimensions of the {0} partition in the {1} corpus
|
| 6 | 6 |
numberOfWords=Number of words |
| 7 | 7 |
part=Part |
| tmp/org.txm.partition.core/src/org/txm/partition/core/functions/PartitionDimensions.java (revision 1368) | ||
|---|---|---|
| 188 | 188 |
@Override |
| 189 | 189 |
public String getName() {
|
| 190 | 190 |
try {
|
| 191 |
return PartitionCoreMessages.bind(PartitionCoreMessages.dimensionsDDotP0, this.getParent().getName());
|
|
| 191 |
return PartitionCoreMessages.bind(PartitionCoreMessages.dimensionsColonP0, this.getParent().getName());
|
|
| 192 | 192 |
} |
| 193 | 193 |
catch(Exception e) {
|
| 194 | 194 |
} |
| tmp/org.txm.partition.core/src/org/txm/partition/core/chartsengine/r/RPartitionDimensionsBarChartCreator.java (revision 1368) | ||
|---|---|---|
| 92 | 92 |
|
| 93 | 93 |
} |
| 94 | 94 |
catch(Exception e) {
|
| 95 |
Log.severe(PartitionCoreMessages.bind(PartitionCoreMessages.cantCreateDimensionsPartitionChartFileChartsEngineDDotP0, RChartsEngine.DESCRIPTION) + e);
|
|
| 95 |
Log.severe(PartitionCoreMessages.bind(PartitionCoreMessages.cantCreateDimensionsPartitionChartFileChartsEngineColonP0, RChartsEngine.DESCRIPTION) + e);
|
|
| 96 | 96 |
Log.printStackTrace(e); |
| 97 | 97 |
} |
| 98 | 98 |
|
| tmp/org.txm.partition.core/src/org/txm/partition/core/chartsengine/r/RPartitionDimensionsPieChartCreator.java (revision 1368) | ||
|---|---|---|
| 76 | 76 |
((RChartsEngine) this.chartsEngine).plot(file, cmd); |
| 77 | 77 |
} |
| 78 | 78 |
catch(Exception e) {
|
| 79 |
Log.severe(PartitionCoreMessages.bind(PartitionCoreMessages.cantCreateDimensionsPartitionChartFileChartsEngineDDotP0, RChartsEngine.DESCRIPTION) + e);
|
|
| 79 |
Log.severe(PartitionCoreMessages.bind(PartitionCoreMessages.cantCreateDimensionsPartitionChartFileChartsEngineColonP0, RChartsEngine.DESCRIPTION) + e);
|
|
| 80 | 80 |
} |
| 81 | 81 |
|
| 82 | 82 |
return file; |
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/actions/SetLineNumber.java (revision 1368) | ||
|---|---|---|
| 133 | 133 |
Composite mainArea = new Composite(parent, SWT.NONE); |
| 134 | 134 |
mainArea.setLayout(new GridLayout(2, false)); |
| 135 | 135 |
|
| 136 |
new Label(mainArea, SWT.None).setText(TXMUIMessages.linePerPageDDot);
|
|
| 136 |
new Label(mainArea, SWT.None).setText(TXMUIMessages.linePerPageColon);
|
|
| 137 | 137 |
rightSpinner = new Spinner(mainArea, SWT.NONE); |
| 138 | 138 |
rightSpinner.setSelection(concordanceEditor.getLinePerPage()); |
| 139 | 139 |
rightSpinner.setMinimum(0); |
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/preferences/ConcordancePreferencePage.java (revision 1368) | ||
|---|---|---|
| 50 | 50 |
|
| 51 | 51 |
@Override |
| 52 | 52 |
protected void createFieldEditors() {
|
| 53 |
this.addField(new IntegerFieldEditor(ConcordancePreferences.N_LINES_PER_PAGE, ConcordanceUIMessages.linesPerAmpPageDDot, this.getFieldEditorParent()));
|
|
| 53 |
this.addField(new IntegerFieldEditor(ConcordancePreferences.N_LINES_PER_PAGE, ConcordanceUIMessages.linesPerAmpPageColon, this.getFieldEditorParent()));
|
|
| 54 | 54 |
this.addField(new IntegerFieldEditor(ConcordancePreferences.LEFT_CONTEXT_SIZE, ConcordanceUIMessages.ampLeftContextLengthInWords, this.getFieldEditorParent())); |
| 55 | 55 |
this.addField(new IntegerFieldEditor(ConcordancePreferences.RIGHT_CONTEXT_SIZE, ConcordanceUIMessages.ampRightContextLengthInWords, this.getFieldEditorParent())); |
| 56 | 56 |
} |
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/widgets/ComplexSortSelector.java (revision 1368) | ||
|---|---|---|
| 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(NLS.bind(TXMUIMessages.complexSortDDotP0, comp));
|
|
| 143 |
System.out.println(NLS.bind(TXMUIMessages.complexSortColonP0, comp));
|
|
| 144 | 144 |
editor.resetSortedColumn(firstKey.getSelectionIndex()); |
| 145 | 145 |
editor.setCurrentComparator(defaultComparator); |
| 146 | 146 |
editor.sort(); |
| 147 | 147 |
} catch (Exception e) {
|
| 148 |
System.err.println(NLS.bind(TXMUIMessages.errorDuringSortDDotP0, e));
|
|
| 148 |
System.err.println(NLS.bind(TXMUIMessages.errorDuringSortColonP0, e));
|
|
| 149 | 149 |
org.txm.rcp.utils.Logger.printStackTrace(e); |
| 150 | 150 |
} |
| 151 | 151 |
} |
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/messages/messages_fr.properties (revision 1368) | ||
|---|---|---|
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 | 3 |
ampLeftContextLengthInWords=Contexte &Gauche (en mots) |
| 4 | 4 |
ampRightContextLengthInWords=Contexte &Droit (en mots) |
| 5 |
anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0=** Une erreur est survenue lors du chargement des lignes de la concordance \: {0}
|
|
| 5 |
anErrorOccurredWhileRetrievingTheConcordanceLinesColonP0=** Une erreur est survenue lors du chargement des lignes de la concordance \: {0}
|
|
| 6 | 6 |
concordanceParameters=Paramètres des Concordances |
| 7 | 7 |
deleteSelectedLines=Supprimer le(s) ligne(s) sélectionnée(s) |
| 8 | 8 |
inf=< |
| 9 | 9 |
keyword=Pivot |
| 10 | 10 |
leftContext=Contexte gauche |
| 11 |
linesPerAmpPageDDot=Lignes par &Page \:
|
|
| 11 |
linesPerAmpPageColon=Lignes par &Page \:
|
|
| 12 | 12 |
openingCorpusEdition=Ouverture de l'édition |
| 13 | 13 |
openingTheConcordanceResult=Ouverture de la fenêtre de concordance |
| 14 | 14 |
reference=Référence |
| ... | ... | |
| 20 | 20 |
sortingRightContextColumn=Tri du contexte droit |
| 21 | 21 |
startComputingConcordance=Début du calcul des concordances |
| 22 | 22 |
sup=> |
| 23 |
errorWhileComputingTheConcordanceDDotP0 = ** Une erreur est survenue lors du calcul de la concordance : {0}
|
|
| 23 |
errorWhileComputingTheConcordanceColonP0 = ** Une erreur est survenue lors du calcul de la concordance : {0}
|
|
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 3 | 3 |
_class=class |
| 4 | 4 |
ampLeftContextLengthInWords=&Left context length in words |
| 5 | 5 |
ampRightContextLengthInWords=&Right context length in words |
| 6 |
anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0=An error occurred while retrieving the concordance lines\: {0}
|
|
| 6 |
anErrorOccurredWhileRetrievingTheConcordanceLinesColonP0=An error occurred while retrieving the concordance lines\: {0}
|
|
| 7 | 7 |
canNotOpenConcordanceEditorWithP0=Can not open ConcordanceEditor with {0}
|
| 8 | 8 |
concordanceParameters=Concordance Parameters |
| 9 | 9 |
deleteSelectedLines=Delete selected line(s) |
| 10 | 10 |
editor_19=... |
| 11 | 11 |
editor_21= |
| 12 |
errorWhileBuildingInterfaceDDotP0=Error while building interface\: {0}
|
|
| 13 |
fatalErrorDDotP0=Fatal error\: {0}
|
|
| 12 |
errorWhileBuildingInterfaceColonP0=Error while building interface\: {0}
|
|
| 13 |
fatalErrorColonP0=Fatal error\: {0}
|
|
| 14 | 14 |
inf=< |
| 15 | 15 |
keyword=Keyword |
| 16 | 16 |
left=Left |
| 17 | 17 |
leftContext=Left context |
| 18 |
linesPerAmpPageDDot=Lines per &Page\:
|
|
| 18 |
linesPerAmpPageColon=Lines per &Page\:
|
|
| 19 | 19 |
navigation=navigation |
| 20 | 20 |
openingCorpusEdition=Opening corpus edition |
| 21 | 21 |
openingTheConcordanceResult=Opening the Concordance result |
| ... | ... | |
| 35 | 35 |
startComputingConcordance=Start computing concordance |
| 36 | 36 |
sup=> |
| 37 | 37 |
view=View |
| 38 |
errorWhileComputingTheConcordanceDDotP0 = Error while computing the concordance: {0}
|
|
| 38 |
errorWhileComputingTheConcordanceColonP0 = Error while computing the concordance: {0}
|
|
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/messages/ConcordanceUIMessages.java (revision 1368) | ||
|---|---|---|
| 18 | 18 |
|
| 19 | 19 |
|
| 20 | 20 |
|
| 21 |
public static String errorWhileComputingTheConcordanceDDotP0;
|
|
| 22 |
public static String anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0;
|
|
| 21 |
public static String errorWhileComputingTheConcordanceColonP0;
|
|
| 22 |
public static String anErrorOccurredWhileRetrievingTheConcordanceLinesColonP0;
|
|
| 23 | 23 |
|
| 24 | 24 |
public static String openingTheConcordanceResult; |
| 25 | 25 |
|
| 26 | 26 |
public static String concordanceParameters; |
| 27 |
public static String linesPerAmpPageDDot;
|
|
| 27 |
public static String linesPerAmpPageColon;
|
|
| 28 | 28 |
public static String ampLeftContextLengthInWords; |
| 29 | 29 |
public static String ampRightContextLengthInWords; |
| 30 | 30 |
|
| ... | ... | |
| 67 | 67 |
|
| 68 | 68 |
|
| 69 | 69 |
|
| 70 |
public static String fatalErrorDDotP0;
|
|
| 70 |
public static String fatalErrorColonP0;
|
|
| 71 | 71 |
|
| 72 | 72 |
public static String canNotOpenConcordanceEditorWithP0; |
| 73 | 73 |
|
| 74 |
public static String errorWhileBuildingInterfaceDDotP0;
|
|
| 74 |
public static String errorWhileBuildingInterfaceColonP0;
|
|
| 75 | 75 |
|
| 76 | 76 |
|
| 77 | 77 |
public static String left; |
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/messages/messages_ru.properties (revision 1368) | ||
|---|---|---|
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 | 3 |
ampLeftContextLengthInWords=&Левый контекст (в словах) |
| 4 | 4 |
ampRightContextLengthInWords=&Правый контекст (в словах) |
| 5 |
anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0=** Ошибка во время загрузки строк конкорданса\: {0}
|
|
| 5 |
anErrorOccurredWhileRetrievingTheConcordanceLinesColonP0=** Ошибка во время загрузки строк конкорданса\: {0}
|
|
| 6 | 6 |
concordanceParameters=Параметры конкордансов |
| 7 | 7 |
inf=< |
| 8 | 8 |
keyword=Мотив |
| 9 | 9 |
leftContext=Левый контекст |
| 10 |
linesPerAmpPageDDot=Количество строк на &Странице \:
|
|
| 10 |
linesPerAmpPageColon=Количество строк на &Странице \:
|
|
| 11 | 11 |
openingCorpusEdition=Открытие издания |
| 12 | 12 |
openingTheConcordanceResult=Открытие окна конкорданса |
| 13 | 13 |
reference=Ссылка |
| ... | ... | |
| 19 | 19 |
sortingRightContextColumn=Сортировка правого контекста |
| 20 | 20 |
startComputingConcordance=Начало расчета конкордансов |
| 21 | 21 |
sup=> |
| 22 |
errorWhileComputingTheConcordanceDDotP0 = ** Произошла ошибка при расчете конкорданса {0}
|
|
| 22 |
errorWhileComputingTheConcordanceColonP0 = ** Произошла ошибка при расчете конкорданса {0}
|
|
| tmp/org.txm.concordance.rcp/src/org/txm/concordance/rcp/editors/ConcordanceEditor.java (revision 1368) | ||
|---|---|---|
| 338 | 338 |
complexsorter.setComparators(this); |
| 339 | 339 |
} |
| 340 | 340 |
} catch(Exception e) {
|
| 341 |
System.out.println(ConcordanceUIMessages.bind(ConcordanceUIMessages.errorWhileBuildingInterfaceDDotP0, e.getLocalizedMessage()));
|
|
| 341 |
System.out.println(ConcordanceUIMessages.bind(ConcordanceUIMessages.errorWhileBuildingInterfaceColonP0, e.getLocalizedMessage()));
|
|
| 342 | 342 |
Log.printStackTrace(e); |
| 343 | 343 |
} |
| 344 | 344 |
} |
| ... | ... | |
| 747 | 747 |
} catch (ThreadDeath td) {
|
| 748 | 748 |
return Status.CANCEL_STATUS; |
| 749 | 749 |
} catch (Exception e) {
|
| 750 |
System.err.println(NLS.bind(ConcordanceUIMessages.anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0, e));
|
|
| 750 |
System.err.println(NLS.bind(ConcordanceUIMessages.anErrorOccurredWhileRetrievingTheConcordanceLinesColonP0, e));
|
|
| 751 | 751 |
org.txm.rcp.utils.Logger.printStackTrace(e); |
| 752 | 752 |
} catch (Error e) {
|
| 753 |
System.err.println(ConcordanceUIMessages.bind(ConcordanceUIMessages.fatalErrorDDotP0,e));
|
|
| 753 |
System.err.println(ConcordanceUIMessages.bind(ConcordanceUIMessages.fatalErrorColonP0,e));
|
|
| 754 | 754 |
e.printStackTrace(); |
| 755 | 755 |
} finally {
|
| 756 | 756 |
monitor.done(); |
| ... | ... | |
| 762 | 762 |
|
| 763 | 763 |
jobhandler.startJob(); |
| 764 | 764 |
} catch (Exception e) {
|
| 765 |
System.err.println(NLS.bind(ConcordanceUIMessages.anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0, e));
|
|
| 765 |
System.err.println(NLS.bind(ConcordanceUIMessages.anErrorOccurredWhileRetrievingTheConcordanceLinesColonP0, e));
|
|
| 766 | 766 |
org.txm.rcp.utils.Logger.printStackTrace(e); |
| 767 | 767 |
} |
| 768 | 768 |
} |
| ... | ... | |
| 793 | 793 |
try {
|
| 794 | 794 |
lines = concordance.getLines(from, to); |
| 795 | 795 |
} catch (Exception e) {
|
| 796 |
System.err.println(NLS.bind(ConcordanceUIMessages.anErrorOccurredWhileRetrievingTheConcordanceLinesDDotP0, e));
|
|
| 796 |
System.err.println(NLS.bind(ConcordanceUIMessages.anErrorOccurredWhileRetrievingTheConcordanceLinesColonP0, e));
|
|
| 797 | 797 |
org.txm.rcp.utils.Logger.printStackTrace(e); |
| 798 | 798 |
} |
| 799 | 799 |
} |
| ... | ... | |
| 1202 | 1202 |
JobsTimer.stopAndPrint(); |
| 1203 | 1203 |
|
| 1204 | 1204 |
} catch (Exception e1) {
|
| 1205 |
System.out.println(NLS.bind(ConcordanceUIMessages.errorWhileComputingTheConcordanceDDotP0, Log.toString(e1)));
|
|
| 1205 |
System.out.println(NLS.bind(ConcordanceUIMessages.errorWhileComputingTheConcordanceColonP0, Log.toString(e1)));
|
|
| 1206 | 1206 |
//System.err.println(Messages.CorporaView_3); |
| 1207 | 1207 |
org.txm.rcp.utils.Logger.printStackTrace(e1); |
| 1208 | 1208 |
try {
|
| 1209 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 1209 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorColon, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 1210 | 1210 |
} catch (Exception e2) {
|
| 1211 |
System.out.println(NLS.bind(CQPSearchEngineCoreMessages.cQPErrorDDotP0, e2));
|
|
| 1211 |
System.out.println(NLS.bind(CQPSearchEngineCoreMessages.cQPErrorColonP0, e2));
|
|
| 1212 | 1212 |
org.txm.rcp.utils.Logger.printStackTrace(e1); |
| 1213 | 1213 |
Log.severe(Log.toString(e1)); |
| 1214 | 1214 |
} |
| tmp/org.txm.chartsengine.jfreechart.rcp/src/org/txm/chartsengine/jfreechart/rcp/preferences/JFCChartsEnginePreferencePage.java (revision 1368) | ||
|---|---|---|
| 111 | 111 |
|
| 112 | 112 |
|
| 113 | 113 |
} catch (Exception e) {
|
| 114 |
System.err.println(NLS.bind(TXMUIMessages.failedToSavePreferencesDDotP0, e));
|
|
| 114 |
System.err.println(NLS.bind(TXMUIMessages.failedToSavePreferencesColonP0, e));
|
|
| 115 | 115 |
} |
| 116 | 116 |
return true; |
| 117 | 117 |
} |
| tmp/org.txm.ca.core/src/org/txm/ca/core/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 10 | 10 |
|
| 11 | 11 |
cantCreateBarChartOfTheCASingularValuesP0 = Can't create bar chart of the CA singular values. |
| 12 | 12 |
|
| 13 |
cantCreateCAChartFileChartsEngineDDotP0P1 = Can't create CA chart file (charts engine: {0}): {1}
|
|
| 13 |
cantCreateCAChartFileChartsEngineColonP0P1 = Can't create CA chart file (charts engine: {0}): {1}
|
|
| 14 | 14 |
|
| 15 | 15 |
charts_singularValues_tooltipSum = ∑ |
| 16 | 16 |
|
| tmp/org.txm.ca.core/src/org/txm/ca/core/messages/CACoreMessages.java (revision 1368) | ||
|---|---|---|
| 17 | 17 |
public static String RESULT_TYPE; |
| 18 | 18 |
public static String eigenvalues; |
| 19 | 19 |
|
| 20 |
public static String cantCreateCAChartFileChartsEngineDDotP0P1;
|
|
| 20 |
public static String cantCreateCAChartFileChartsEngineColonP0P1;
|
|
| 21 | 21 |
public static String cantCreateBarChartOfTheCASingularValuesP0; |
| 22 | 22 |
|
| 23 | 23 |
public static String axis; |
| tmp/org.txm.ca.core/src/org/txm/ca/core/messages/messages_fr.properties (revision 1368) | ||
|---|---|---|
| 10 | 10 |
|
| 11 | 11 |
cantCreateBarChartOfTheCASingularValuesP0 = Impossible de créer l'histogramme des valeurs propres de l'AFC. |
| 12 | 12 |
|
| 13 |
cantCreateCAChartFileChartsEngineDDotP0P1 = Impossible de créer le fichier du graphique du plan factoriel de l'AFC (moteur de production de graphiques: {0}) : {1}
|
|
| 13 |
cantCreateCAChartFileChartsEngineColonP0P1 = Impossible de créer le fichier du graphique du plan factoriel de l'AFC (moteur de production de graphiques: {0}) : {1}
|
|
| 14 | 14 |
|
| 15 | 15 |
charts_singularValues_tooltipSum = ∑ |
| 16 | 16 |
|
| tmp/org.txm.ca.core/src/org/txm/ca/core/chartsengine/r/RCAChartCreator.java (revision 1368) | ||
|---|---|---|
| 66 | 66 |
|
| 67 | 67 |
} |
| 68 | 68 |
catch(Exception e) {
|
| 69 |
Log.severe(CACoreMessages.bind(CACoreMessages.cantCreateCAChartFileChartsEngineDDotP0P1, RChartsEngine.DESCRIPTION+" - FactoMineR package", e)); //$NON-NLS-1$
|
|
| 69 |
Log.severe(CACoreMessages.bind(CACoreMessages.cantCreateCAChartFileChartsEngineColonP0P1, RChartsEngine.DESCRIPTION+" - FactoMineR package", e)); //$NON-NLS-1$
|
|
| 70 | 70 |
Log.printStackTrace(e); |
| 71 | 71 |
} |
| 72 | 72 |
|
| ... | ... | |
| 110 | 110 |
this.getChartsEngine().plot(destFile, cmd); |
| 111 | 111 |
} |
| 112 | 112 |
catch(Exception e) {
|
| 113 |
Log.severe(CACoreMessages.bind(CACoreMessages.cantCreateCAChartFileChartsEngineDDotP0P1, RChartsEngine.DESCRIPTION + " - CA package", e)); //$NON-NLS-1$
|
|
| 113 |
Log.severe(CACoreMessages.bind(CACoreMessages.cantCreateCAChartFileChartsEngineColonP0P1, RChartsEngine.DESCRIPTION + " - CA package", e)); //$NON-NLS-1$
|
|
| 114 | 114 |
Log.printStackTrace(e); |
| 115 | 115 |
} |
| 116 | 116 |
|
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/data/MatrixImpl.java (revision 1368) | ||
|---|---|---|
| 424 | 424 |
// System.out.println("nrow: " + nrow);
|
| 425 | 425 |
// System.out.println("ncol: " + ncol);
|
| 426 | 426 |
// System.out.println(rw.eval("print(" + getSymbol() + ");"));
|
| 427 |
throw new IllegalArgumentException(StatsEngineCoreMessages.bind(StatsEngineCoreMessages.unknownTypeDDot, r.getAttribute(StatsEngineCoreMessages.mode)));
|
|
| 427 |
throw new IllegalArgumentException(StatsEngineCoreMessages.bind(StatsEngineCoreMessages.unknownTypeColon, r.getAttribute(StatsEngineCoreMessages.mode)));
|
|
| 428 | 428 |
} |
| 429 | 429 |
} |
| 430 | 430 |
|
| ... | ... | |
| 499 | 499 |
try {
|
| 500 | 500 |
return RWorkspace.getRWorkspaceInstance().eval("dim(" + symbol + ")[1]").asInteger(); //$NON-NLS-1$ //$NON-NLS-2$
|
| 501 | 501 |
} catch (Exception e) {
|
| 502 |
Log.severe(StatsEngineCoreMessages.bind(StatsEngineCoreMessages.matrixDDotFailedToGetNrowDDot, e));
|
|
| 502 |
Log.severe(StatsEngineCoreMessages.bind(StatsEngineCoreMessages.matrixColonFailedToGetNrowColon, e));
|
|
| 503 | 503 |
} |
| 504 | 504 |
return 0; |
| 505 | 505 |
} |
| ... | ... | |
| 607 | 607 |
int linesize = rw.eval("dim(tmpmat)[1]").asInteger(); //$NON-NLS-1$
|
| 608 | 608 |
int ncol = this.getNColumns(); |
| 609 | 609 |
if (colsize != ncol) {
|
| 610 |
Log.severe(TXMCoreMessages.bind(StatsEngineCoreMessages.matrixImplDDotErrorDDotColumnSizeDiffersDDotOriginal, ncol, colsize));
|
|
| 610 |
Log.severe(TXMCoreMessages.bind(StatsEngineCoreMessages.matrixImplColonErrorColonColumnSizeDiffersColonOriginal, ncol, colsize));
|
|
| 611 | 611 |
return false; |
| 612 | 612 |
} |
| 613 | 613 |
|
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/RScriptEngine.java (revision 1368) | ||
|---|---|---|
| 69 | 69 |
// RConsole.printServer(str); |
| 70 | 70 |
RWorkspace.appendtoEvalLog(text); |
| 71 | 71 |
|
| 72 |
System.out.println(TXMCoreMessages.bind(RCoreMessages.doneDDot, (System.currentTimeMillis()-time)));
|
|
| 72 |
System.out.println(TXMCoreMessages.bind(RCoreMessages.doneColon, (System.currentTimeMillis()-time)));
|
|
| 73 | 73 |
|
| 74 | 74 |
} catch(Exception e) {
|
| 75 |
System.out.println(NLS.bind(RCoreMessages.errorWhileRunningRScriptP0DDotP1, text, Log.toString(e)));
|
|
| 75 |
System.out.println(NLS.bind(RCoreMessages.errorWhileRunningRScriptP0ColonP1, text, Log.toString(e)));
|
|
| 76 | 76 |
// StatusLine.error(NLS.bind(TXMUIMessages.ExecuteRText_1, text, Log.toString(e))); |
| 77 | 77 |
Log.printStackTrace(e); |
| 78 | 78 |
} |
| ... | ... | |
| 134 | 134 |
// RConsole.printServer(cmd); |
| 135 | 135 |
// } |
| 136 | 136 |
|
| 137 |
System.out.println(TXMCoreMessages.bind(RCoreMessages.doneDDot, (System.currentTimeMillis()-time)));
|
|
| 137 |
System.out.println(TXMCoreMessages.bind(RCoreMessages.doneColon, (System.currentTimeMillis()-time)));
|
|
| 138 | 138 |
|
| 139 | 139 |
} catch(Exception e) {
|
| 140 |
System.out.println(NLS.bind(RCoreMessages.errorWhileRunningRScriptP0DDotP1, rFile, e));
|
|
| 141 |
//StatusLine.error(NLS.bind(RCoreMessages.errorWhileRunningRScriptP0DDotP1, rFile, e));
|
|
| 140 |
System.out.println(NLS.bind(RCoreMessages.errorWhileRunningRScriptP0ColonP1, rFile, e));
|
|
| 141 |
//StatusLine.error(NLS.bind(RCoreMessages.errorWhileRunningRScriptP0ColonP1, rFile, e));
|
|
| 142 | 142 |
Log.printStackTrace(e); |
| 143 | 143 |
return Status.CANCEL_STATUS; |
| 144 | 144 |
} finally {
|
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/messages/messages_fr.properties (revision 1368) | ||
|---|---|---|
| 2 | 2 |
#TXM messages generated by the PluginMessagesManager class |
| 3 | 3 |
#Mon Nov 12 17:18:22 CET 2018 |
| 4 | 4 |
|
| 5 |
doneDDot = Terminé en {0} ms.
|
|
| 5 |
doneColon = Terminé en {0} ms.
|
|
| 6 | 6 |
|
| 7 |
errorWhileRunningRScriptP0DDotP1 = ** Erreur lors de l''exécution du script R {0} : {1}.
|
|
| 7 |
errorWhileRunningRScriptP0ColonP1 = ** Erreur lors de l''exécution du script R {0} : {1}.
|
|
| 8 | 8 |
|
| 9 | 9 |
error_cantFindRServeInPath = ** Le chemin du programme du serveur statistique a été renseigné mais sa recherche a échoué dans : {0}.
|
| 10 | 10 |
error_connectionFailed = ** La connexion au moteur statistique a échoué. |
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/messages/RCoreMessages.java (revision 1368) | ||
|---|---|---|
| 42 | 42 |
public static String info_tryingToStartRWithRPath; |
| 43 | 43 |
|
| 44 | 44 |
public static String runningP0; |
| 45 |
public static String doneDDot;
|
|
| 45 |
public static String doneColon;
|
|
| 46 | 46 |
public static String ms; |
| 47 | 47 |
public static String runningTextSelection; |
| 48 |
public static String errorWhileRunningRScriptP0DDotP1;
|
|
| 48 |
public static String errorWhileRunningRScriptP0ColonP1;
|
|
| 49 | 49 |
public static String p0RScriptDoesntExist; |
| 50 | 50 |
|
| 51 | 51 |
public static String error_unexpectedErrorInRStatisticsEngine; |
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 2 | 2 |
#TXM messages generated by the PluginMessagesManager class |
| 3 | 3 |
#Mon Nov 12 17:18:22 CET 2018 |
| 4 | 4 |
|
| 5 |
doneDDot = Done in {0} ms.
|
|
| 5 |
doneColon = Done in {0} ms.
|
|
| 6 | 6 |
|
| 7 |
errorWhileRunningRScriptP0DDotP1 = ** Error while running R script {0}: {1}.
|
|
| 7 |
errorWhileRunningRScriptP0ColonP1 = ** Error while running R script {0}: {1}.
|
|
| 8 | 8 |
|
| 9 | 9 |
error_cantFindRServeInPath = ** The Statistics Engine program path is set but we couldn't find it in: {0}.
|
| 10 | 10 |
error_connectionFailed = ** Error while connecting to the stat engine. |
| tmp/org.txm.statsengine.r.core/src/org/txm/statsengine/r/core/messages/messages_ru.properties (revision 1368) | ||
|---|---|---|
| 2 | 2 |
#TXM messages generated by the PluginMessagesManager class |
| 3 | 3 |
#Mon Nov 12 17:18:22 CET 2018 |
| 4 | 4 |
|
| 5 |
doneDDot =
|
|
| 5 |
doneColon =
|
|
| 6 | 6 |
|
| 7 |
errorWhileRunningRScriptP0DDotP1 = ** Ошибка во время выполнения скрипта R {0}: {1}.
|
|
| 7 |
errorWhileRunningRScriptP0ColonP1 = ** Ошибка во время выполнения скрипта R {0}: {1}.
|
|
| 8 | 8 |
|
| 9 | 9 |
error_unexpectedErrorInRStatisticsEngine = Неожиданная ошибка в статистической машине R: {0}.
|
| 10 | 10 |
|
| tmp/org.txm.cooccurrence.rcp/src/org/txm/cooccurrence/rcp/editors/CooccurrencesEditor.java (revision 1368) | ||
|---|---|---|
| 319 | 319 |
propertiesSelector = new PropertiesSelector<WordProperty>(filtercontrols, SWT.NONE); |
| 320 | 320 |
propertiesSelector.setLayout(new GridLayout(4, false)); |
| 321 | 321 |
propertiesSelector.setCorpus(this.getCorpus()); |
| 322 |
propertiesSelector.setTitle(CooccurrenceUIMessages.cooccurrentsPropertiesDDot);
|
|
| 322 |
propertiesSelector.setTitle(CooccurrenceUIMessages.cooccurrentsPropertiesColon);
|
|
| 323 | 323 |
propertiesSelector.addSelectionListener(computeSelectionListener); |
| 324 | 324 |
|
| 325 | 325 |
// FIXME: became useless? |
| ... | ... | |
| 337 | 337 |
*/ |
| 338 | 338 |
|
| 339 | 339 |
Label label = new Label(filtercontrols, SWT.NONE); |
| 340 |
label.setText(CooccurrenceUIMessages.thresholdsDDotFmin);
|
|
| 340 |
label.setText(CooccurrenceUIMessages.thresholdsColonFmin);
|
|
| 341 | 341 |
|
| 342 | 342 |
fMin = new Spinner(filtercontrols, SWT.BORDER); |
| 343 | 343 |
fMin.setMinimum(1); |
| ... | ... | |
| 633 | 633 |
if (cooc != null && !cooc.isDirty() && currentComparator != null) {
|
| 634 | 634 |
|
| 635 | 635 |
try {
|
| 636 |
Log.info(NLS.bind(CooccurrenceUIMessages.sortByDDotP0, currentComparator.getName()));
|
|
| 636 |
Log.info(NLS.bind(CooccurrenceUIMessages.sortByColonP0, currentComparator.getName()));
|
|
| 637 | 637 |
|
| 638 | 638 |
PlatformUI.getWorkbench().getProgressService().busyCursorWhile(new IRunnableWithProgress() {
|
| 639 | 639 |
@Override |
| tmp/org.txm.cooccurrence.rcp/src/org/txm/cooccurrence/rcp/editors/EmpantWidget.java (revision 1368) | ||
|---|---|---|
| 109 | 109 |
|
| 110 | 110 |
|
| 111 | 111 |
Label l = new Label(line1, SWT.NONE); |
| 112 |
l.setText(TXMUIMessages.contextDDot);
|
|
| 112 |
l.setText(TXMUIMessages.contextColon);
|
|
| 113 | 113 |
|
| 114 | 114 |
wordType = new Button(line1, SWT.RADIO); |
| 115 | 115 |
wordType.setText(TXMUIMessages.word); |
| tmp/org.txm.cooccurrence.rcp/src/org/txm/cooccurrence/rcp/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 4 | 4 |
cofrequency=Cofrequency |
| 5 | 5 |
cooccurrences=Cooccurrences |
| 6 | 6 |
cooccurrent=Cooccurrent |
| 7 |
cooccurrentsPropertiesDDot=Cooccurrents properties\:
|
|
| 7 |
cooccurrentsPropertiesColon=Cooccurrents properties\:
|
|
| 8 | 8 |
errorWhileReadingCorpusSize=** Error while reading corpus size. |
| 9 | 9 |
maximumLeft=Maximum left |
| 10 | 10 |
maximumRight=Maximum right |
| ... | ... | |
| 17 | 17 |
score=Score |
| 18 | 18 |
score_2=\ Score ≥ |
| 19 | 19 |
scoreFormatDefault00000E00=Score format (default 0.0000E00) |
| 20 |
sortByDDotP0=Sort by\: {0}
|
|
| 20 |
sortByColonP0=Sort by\: {0}
|
|
| 21 | 21 |
theScoreThresholdMustBeARealNumberCurrentValueEqualsP0=The score threshold must be a real number (current value\={0})
|
| 22 |
thresholdsDDotFmin=Thresholds\: Fmin ≥
|
|
| 22 |
thresholdsColonFmin=Thresholds\: Fmin ≥
|
|
| 23 | 23 |
usePartialLexicalTable=Use partial lexical table |
| tmp/org.txm.cooccurrence.rcp/src/org/txm/cooccurrence/rcp/messages/messages_ru.properties (revision 1368) | ||
|---|---|---|
| 4 | 4 |
cofrequency=Совместная частотность |
| 5 | 5 |
cooccurrences=Совместная встречаемость |
| 6 | 6 |
cooccurrent=Кооккуррент |
| 7 |
cooccurrentsPropertiesDDot=Свойства совместных употреблений\:
|
|
| 7 |
cooccurrentsPropertiesColon=Свойства совместных употреблений\:
|
|
| 8 | 8 |
maximumLeft=Максимум слева |
| 9 | 9 |
maximumRight=Максимум справа |
| 10 | 10 |
meanDistance=Средняя дистанция |
| ... | ... | |
| 16 | 16 |
score=Индекс |
| 17 | 17 |
score_2=Показатель ≥ |
| 18 | 18 |
scoreFormatDefault00000E00=Формат индекса (по умолчанию 0.0000E00) |
| 19 |
sortByDDotP0=Сортировать по\: {0}
|
|
| 19 |
sortByColonP0=Сортировать по\: {0}
|
|
| 20 | 20 |
theScoreThresholdMustBeARealNumberCurrentValueEqualsP0=Порог индекса должен быть действительным числом, отличным от {0}
|
| 21 |
thresholdsDDotFmin=Пороги\: Част ≥
|
|
| 21 |
thresholdsColonFmin=Пороги\: Част ≥
|
|
| 22 | 22 |
usePartialLexicalTable=N/A_Use partial lexical table |
| tmp/org.txm.cooccurrence.rcp/src/org/txm/cooccurrence/rcp/messages/messages_fr.properties (revision 1368) | ||
|---|---|---|
| 4 | 4 |
cofrequency=Cofréquence |
| 5 | 5 |
cooccurrences=Cooccurrences |
| 6 | 6 |
cooccurrent=Cooccurrent |
| 7 |
cooccurrentsPropertiesDDot=Propriétés des cooccurrents \:
|
|
| 7 |
cooccurrentsPropertiesColon=Propriétés des cooccurrents \:
|
|
| 8 | 8 |
errorWhileReadingCorpusSize=** Une erreur est survenue lors du calcul de la taille du corpus. |
| 9 | 9 |
maximumLeft=Maximum à gauche |
| 10 | 10 |
maximumRight=Maximum à droite |
| ... | ... | |
| 17 | 17 |
score=Indice |
| 18 | 18 |
score_2=Indice ≥ |
| 19 | 19 |
scoreFormatDefault00000E00=Format de l'indice (par défault 0.0000E00) |
| 20 |
sortByDDotP0=Trier par \: {0}
|
|
| 20 |
sortByColonP0=Trier par \: {0}
|
|
| 21 | 21 |
theScoreThresholdMustBeARealNumberCurrentValueEqualsP0=Le seuil d''indice doit être un nombre réel (valeur actuelle\={0})
|
| 22 |
thresholdsDDotFmin=Seuils \: Fmin ≥
|
|
| 22 |
thresholdsColonFmin=Seuils \: Fmin ≥
|
|
| 23 | 23 |
usePartialLexicalTable=Utiliser les seulements les fréquences des cooccurents plutôt que celles de tous les mots du corpus |
| tmp/org.txm.cooccurrence.rcp/src/org/txm/cooccurrence/rcp/messages/CooccurrenceUIMessages.java (revision 1368) | ||
|---|---|---|
| 24 | 24 |
public static String cooccurrences; |
| 25 | 25 |
public static String minimumLeft; |
| 26 | 26 |
public static String usePartialLexicalTable; |
| 27 |
public static String sortByDDotP0;
|
|
| 27 |
public static String sortByColonP0;
|
|
| 28 | 28 |
|
| 29 | 29 |
public static String cofrequency; |
| 30 | 30 |
public static String score; |
| 31 | 31 |
public static String theScoreThresholdMustBeARealNumberCurrentValueEqualsP0; |
| 32 | 32 |
|
| 33 | 33 |
public static String errorWhileReadingCorpusSize; |
| 34 |
public static String cooccurrentsPropertiesDDot;
|
|
| 35 |
public static String thresholdsDDotFmin;
|
|
| 34 |
public static String cooccurrentsPropertiesColon;
|
|
| 35 |
public static String thresholdsColonFmin;
|
|
| 36 | 36 |
public static String cmin; |
| 37 | 37 |
public static String score_2; |
| 38 | 38 |
public static String cooccurrent; |
| tmp/org.txm.progression.core/src/org/txm/progression/core/chartsengine/base/Utils.java (revision 1368) | ||
|---|---|---|
| 42 | 42 |
} |
| 43 | 43 |
|
| 44 | 44 |
if (progression.getStructuralUnit() != null) {
|
| 45 |
title += "\n(" + ProgressionCoreMessages.structureDDot + progression.getStructuralUnit().getName();
|
|
| 45 |
title += "\n(" + ProgressionCoreMessages.structureColon + progression.getStructuralUnit().getName();
|
|
| 46 | 46 |
if (progression.getStructuralUnitProperty() != null) {
|
| 47 |
title += ProgressionCoreMessages.propertyDDot + progression.getStructuralUnitProperty().getName();
|
|
| 47 |
title += ProgressionCoreMessages.propertyColon + progression.getStructuralUnitProperty().getName();
|
|
| 48 | 48 |
if (progression.getPropertyRegex() != null) {
|
| 49 |
title += ProgressionCoreMessages.filteringREGEXDDot + progression.getPropertyRegex();
|
|
| 49 |
title += ProgressionCoreMessages.filteringREGEXColon + progression.getPropertyRegex();
|
|
| 50 | 50 |
} |
| 51 | 51 |
} |
| 52 | 52 |
title += ")"; |
| tmp/org.txm.progression.core/src/org/txm/progression/core/messages/messages_fr.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 | 3 |
density=(densité) |
| 4 |
doneDDotNoMatchFound=Terminé\: pas de match trouvé.
|
|
| 5 |
errorDDotSubcorpusWithSize0=Erreur la taille du sous-corpus est 0
|
|
| 6 |
filteringREGEXDDot=, filtrage REGEX\:
|
|
| 4 |
doneColonNoMatchFound=Terminé\: pas de match trouvé.
|
|
| 5 |
errorColonSubcorpusWithSize0=Erreur la taille du sous-corpus est 0
|
|
| 6 |
filteringREGEXColon=, filtrage REGEX\:
|
|
| 7 | 7 |
in=dans |
| 8 | 8 |
occurrences=Occurrences |
| 9 | 9 |
progressionOf=Progression de\ |
| 10 |
propertyDDot=, propriété \:
|
|
| 10 |
propertyColon=, propriété \:
|
|
| 11 | 11 |
RESULT_TYPE=Progression |
| 12 |
structureDDot=structure \:
|
|
| 12 |
structureColon=structure \:
|
|
| 13 | 13 |
tEqualsP0=T \= {0}
|
| 14 | 14 |
theProgressionCommandIsNotYetAvailableForDiscontinuousSubcorpora=La fonctionnalité Progression n'est pas encore disponible pour les sous-corpus discontinus. |
| tmp/org.txm.progression.core/src/org/txm/progression/core/messages/ProgressionCoreMessages.java (revision 1368) | ||
|---|---|---|
| 22 | 22 |
public static String progressionOf; |
| 23 | 23 |
public static String inP0; |
| 24 | 24 |
public static String density; |
| 25 |
public static String structureDDot;
|
|
| 26 |
public static String propertyDDot;
|
|
| 27 |
public static String filteringREGEXDDot;
|
|
| 25 |
public static String structureColon;
|
|
| 26 |
public static String propertyColon;
|
|
| 27 |
public static String filteringREGEXColon;
|
|
| 28 | 28 |
|
| 29 | 29 |
public static String theProgressionCommandIsNotYetAvailableForDiscontinuousSubcorpora; |
| 30 |
public static String doneDDotNoMatchFound;
|
|
| 30 |
public static String doneColonNoMatchFound;
|
|
| 31 | 31 |
|
| 32 | 32 |
|
| 33 |
public static String errorDDotSubcorpusWithSize0;
|
|
| 33 |
public static String errorColonSubcorpusWithSize0;
|
|
| 34 | 34 |
|
| 35 | 35 |
|
| 36 | 36 |
static {
|
| tmp/org.txm.progression.core/src/org/txm/progression/core/messages/messages.properties (revision 1368) | ||
|---|---|---|
| 1 | 1 |
#TXM messages generated by the PluginMessagesManager class |
| 2 | 2 |
#Mon Nov 12 17:18:22 CET 2018 |
| 3 | 3 |
density=(density) |
| 4 |
doneDDotNoMatchFound=Done\: no match found.
|
|
| 5 |
errorDDotSubcorpusWithSize0=Error\: subcorpus with size 0
|
|
| 6 |
filteringREGEXDDot=, filtering REGEX\:
|
|
| 4 |
doneColonNoMatchFound=Done\: no match found.
|
|
| 5 |
errorColonSubcorpusWithSize0=Error\: subcorpus with size 0
|
|
| 6 |
filteringREGEXColon=, filtering REGEX\:
|
|
| 7 | 7 |
inP0=in |
| 8 | 8 |
occurrences=Occurrences |
| 9 | 9 |
progressionOf=Progression of\ |
| 10 |
propertyDDot=, property\:
|
|
| 10 |
propertyColon=, property\:
|
|
| 11 | 11 |
RESULT_TYPE=Progression |
| 12 |
structureDDot=structure\:
|
|
| 12 |
structureColon=structure\:
|
|
| 13 | 13 |
tEqualsP0=T \= {0}
|
| 14 | 14 |
theProgressionCommandIsNotYetAvailableForDiscontinuousSubcorpora=The Progression command is not yet available for discontinuous sub-corpora. |
| tmp/org.txm.progression.core/src/org/txm/progression/core/functions/Progression.java (revision 1368) | ||
|---|---|---|
| 302 | 302 |
|
| 303 | 303 |
this.subTask("Processing queries.");
|
| 304 | 304 |
if (!stepQueries()) {
|
| 305 |
Log.severe(ProgressionCoreMessages.doneDDotNoMatchFound);
|
|
| 305 |
Log.severe(ProgressionCoreMessages.doneColonNoMatchFound);
|
|
| 306 | 306 |
return false; |
| 307 | 307 |
} |
| 308 | 308 |
|
| ... | ... | |
| 534 | 534 |
if (getCorpus() instanceof Subcorpus) {
|
| 535 | 535 |
List<Match> matches = ((Subcorpus) getCorpus()).getMatches(); |
| 536 | 536 |
if (matches.size() == 0) {
|
| 537 |
System.out.println(ProgressionCoreMessages.errorDDotSubcorpusWithSize0);
|
|
| 537 |
System.out.println(ProgressionCoreMessages.errorColonSubcorpusWithSize0);
|
|
| 538 | 538 |
return false; |
| 539 | 539 |
} |
| 540 | 540 |
|
| tmp/org.txm.querycooccurrences.rcp/src/org/txm/rcp/commands/function/ComputeQueryCooccurrence.java (revision 1368) | ||
|---|---|---|
| 123 | 123 |
|
| 124 | 124 |
if (cooc == null) return null; |
| 125 | 125 |
|
| 126 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.coocMatrixDDot, cooc.getSymbol()));
|
|
| 126 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.coocMatrixColon, cooc.getSymbol()));
|
|
| 127 | 127 |
|
| 128 | 128 |
syncExec(new Runnable() {
|
| 129 | 129 |
@Override |
| ... | ... | |
| 139 | 139 |
} catch (Exception e) {
|
| 140 | 140 |
Log.printStackTrace(e); |
| 141 | 141 |
try {
|
| 142 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 142 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorColon, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 143 | 143 |
} catch (Exception e1) {
|
| 144 | 144 |
e1.printStackTrace(); |
| 145 | 145 |
} |
| ... | ... | |
| 167 | 167 |
getQueriesAndNames(dialog.getQueryFile1(), queries1, names1); |
| 168 | 168 |
getQueriesAndNames(dialog.getQueryFile2(), queries2, names2); |
| 169 | 169 |
|
| 170 |
Log.info(TXMCoreMessages.bind(TXMCoreMessages.common_queriesDDotP0, queries1));
|
|
| 171 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.namesDDot, names1));
|
|
| 170 |
Log.info(TXMCoreMessages.bind(TXMCoreMessages.common_queriesColonP0, queries1));
|
|
| 171 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.namesColon, names1));
|
|
| 172 | 172 |
|
| 173 | 173 |
QueryCooccurrence cooc = null; |
| 174 | 174 |
try {
|
| ... | ... | |
| 179 | 179 |
cooc.setParameters(queries1, names1, queries2, names2, dist, min, struct); |
| 180 | 180 |
cooc.compute(); |
| 181 | 181 |
|
| 182 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.numberOfNodesDDot, cooc.getNNodes()));
|
|
| 183 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.numberOfEdgesDDot, cooc.getNEdges()));
|
|
| 182 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.numberOfNodesColon, cooc.getNNodes()));
|
|
| 183 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.numberOfEdgesColon, cooc.getNEdges()));
|
|
| 184 | 184 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.distance_2, dist)); |
| 185 | 185 |
|
| 186 | 186 |
} catch (Exception e) {
|
| 187 | 187 |
// TODO Auto-generated catch block |
| 188 | 188 |
Log.printStackTrace(e); |
| 189 | 189 |
try {
|
| 190 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 190 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorColon, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 191 | 191 |
} catch (Exception e1) {
|
| 192 | 192 |
e1.printStackTrace(); |
| 193 | 193 |
} |
| tmp/org.txm.querycooccurrences.rcp/src/org/txm/rcp/commands/function/ComputeQueryAutoCooccurrence.java (revision 1368) | ||
|---|---|---|
| 122 | 122 |
|
| 123 | 123 |
if (cooc == null) return null; |
| 124 | 124 |
|
| 125 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.coocMatrixDDot, cooc.getSymbol()));
|
|
| 125 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.coocMatrixColon, cooc.getSymbol()));
|
|
| 126 | 126 |
|
| 127 | 127 |
syncExec(new Runnable() {
|
| 128 | 128 |
@Override |
| ... | ... | |
| 138 | 138 |
} catch (Exception e) {
|
| 139 | 139 |
Log.printStackTrace(e); |
| 140 | 140 |
try {
|
| 141 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 141 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorColon, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 142 | 142 |
} catch (Exception e1) {
|
| 143 | 143 |
e1.printStackTrace(); |
| 144 | 144 |
} |
| ... | ... | |
| 169 | 169 |
names.add(line.getName()); |
| 170 | 170 |
} |
| 171 | 171 |
|
| 172 |
System.out.println(TXMCoreMessages.bind(TXMCoreMessages.common_queriesDDotP0, queries));
|
|
| 173 |
System.out.println(TXMCoreMessages.bind(TXMUIMessages.namesDDot, names));
|
|
| 172 |
System.out.println(TXMCoreMessages.bind(TXMCoreMessages.common_queriesColonP0, queries));
|
|
| 173 |
System.out.println(TXMCoreMessages.bind(TXMUIMessages.namesColon, names));
|
|
| 174 | 174 |
|
| 175 | 175 |
QueryAutoCooccurrence cooc = null; |
| 176 | 176 |
try {
|
| ... | ... | |
| 181 | 181 |
cooc = new QueryAutoCooccurrence(corpus); |
| 182 | 182 |
cooc.setParameters(queries, names, dist, min, struct, oriented, new ConsoleProgressBar(nqueries)); |
| 183 | 183 |
|
| 184 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.numberOfNodesDDot, cooc.getNNodes()));
|
|
| 185 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.numberOfEdgesDDot, cooc.getNEdges()));
|
|
| 184 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.numberOfNodesColon, cooc.getNNodes()));
|
|
| 185 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.numberOfEdgesColon, cooc.getNEdges()));
|
|
| 186 | 186 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.distance_2, dist)); |
| 187 | 187 |
|
| 188 | 188 |
if (outfile != null) {
|
| 189 | 189 |
cooc.toGraphml(outfile); |
| 190 | 190 |
|
| 191 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.writingCoocMatrixInGRAPHMLFileDDot, outfile));
|
|
| 191 |
Log.info(TXMCoreMessages.bind(TXMUIMessages.writingCoocMatrixInGRAPHMLFileColon, outfile));
|
|
| 192 | 192 |
} |
| 193 | 193 |
|
| 194 | 194 |
} catch (Exception e) {
|
| 195 | 195 |
Log.printStackTrace(e); |
| 196 | 196 |
try {
|
| 197 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorDDot, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 197 |
Log.severe(TXMCoreMessages.bind(CQPSearchEngineCoreMessages.lastCQPErrorColon, CQPSearchEngine.getCqiClient().getLastCQPError()));
|
|
| 198 | 198 |
} catch (Exception e1) {
|
| 199 | 199 |
e1.printStackTrace(); |
| 200 | 200 |
} |
| ... | ... | |
| 299 | 299 |
orientedButton.setSelection(false); |
| 300 | 300 |
|
| 301 | 301 |
outfileLabel = new Label(composite, SWT.NONE); |
| 302 |
outfileLabel.setText(TXMUIMessages.outfileDDotNone);
|
|
| 302 |
outfileLabel.setText(TXMUIMessages.outfileColonNone);
|
|
| 303 | 303 |
outfileLabel.setLayoutData(new GridData(GridData.END, GridData.CENTER, |
| 304 | 304 |
false, false)); |
| 305 | 305 |
|
| tmp/org.txm.groovy.core/src/java/org/txm/groovy/core/GroovyScriptedImportEngine.java (revision 1368) | ||
|---|---|---|
| 167 | 167 |
} catch (ThreadDeath td) {
|
Formats disponibles : Unified diff