Révision 1892
tmp/org.txm.rcp/src/main/java/org/txm/rcp/ApplicationWorkbenchAdvisor.java (revision 1892) | ||
---|---|---|
834 | 834 |
}); |
835 | 835 |
if (bindings.containsKey("path")) { |
836 | 836 |
File dir = new File(bindings.get("path")); |
837 |
Log.info(NLS.bind("Restoring corpora from the {0} directory...", dir)); |
|
838 |
JobHandler job = LoadBinaryCorporaDirectory.loadBinaryCorpusFromCorporaDirectory(dir, true, true, true); |
|
839 |
try { |
|
840 |
job.join(); |
|
841 |
} catch (InterruptedException e) { |
|
842 |
e.printStackTrace(); |
|
837 |
if (!dir.equals(corporaDir)) { |
|
838 |
Log.info(NLS.bind("Restoring corpora from the {0} directory...", dir)); |
|
839 |
JobHandler job = LoadBinaryCorporaDirectory.loadBinaryCorpusFromCorporaDirectory(dir, true, true, true); |
|
840 |
try { |
|
841 |
job.join(); |
|
842 |
} catch (InterruptedException e) { |
|
843 |
e.printStackTrace(); |
|
844 |
} |
|
843 | 845 |
} |
844 | 846 |
} |
845 | 847 |
} |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_fr.properties (revision 1892) | ||
---|---|---|
1002 | 1002 |
selectWorkingDirectory=Répertoire de travail |
1003 | 1003 |
options=Options... |
1004 | 1004 |
firstLaunchOfTXM=Premier lancement de TXM |
1005 |
selectAnotherTXMCorporaToRestore=Sélectionner un autre répertoire de corpus à récupérer... |
|
1005 |
selectAnotherTXMCorporaToRestore=Sélectionner un autre répertoire "corpora" de corpus à récupérer... |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages.properties (revision 1892) | ||
---|---|---|
1006 | 1006 |
selectWorkingDirectory=Working directory |
1007 | 1007 |
options=Options... |
1008 | 1008 |
firstLaunchOfTXM=First launch of TXM |
1009 |
selectAnotherTXMCorporaToRestore=Select another TXM corpora to restore... |
|
1009 |
selectAnotherTXMCorporaToRestore=Select another TXM "corpora" directory to restore... |
Formats disponibles : Unified diff