Revision 539
tmp/org.txm.progression.rcp/META-INF/MANIFEST.MF (revision 539) | ||
---|---|---|
28 | 28 |
org.txm.searchengine.core;bundle-version="1.0.0" |
29 | 29 |
Export-Package: org.txm.progression.rcp.adapters, |
30 | 30 |
org.txm.progression.rcp.chartsengine.events, |
31 |
org.txm.progression.rcp.dialogs, |
|
32 | 31 |
org.txm.progression.rcp.editors, |
33 | 32 |
org.txm.progression.rcp.forms, |
34 | 33 |
org.txm.progression.rcp.handlers, |
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/editors/ProgressionEditor.java (revision 539) | ||
---|---|---|
21 | 21 |
import org.eclipse.swt.widgets.Combo; |
22 | 22 |
import org.eclipse.swt.widgets.Composite; |
23 | 23 |
import org.eclipse.swt.widgets.Event; |
24 |
import org.eclipse.swt.widgets.Group; |
|
25 | 24 |
import org.eclipse.swt.widgets.Label; |
26 | 25 |
import org.eclipse.swt.widgets.Listener; |
27 | 26 |
import org.eclipse.swt.widgets.Text; |
... | ... | |
30 | 29 |
import org.txm.core.messages.TXMCoreMessages; |
31 | 30 |
import org.txm.progression.core.functions.Progression; |
32 | 31 |
import org.txm.progression.core.preferences.ProgressionPreferences; |
33 |
import org.txm.progression.rcp.dialogs.___ProgressionDialog; |
|
34 | 32 |
import org.txm.rcp.RCPMessages; |
35 | 33 |
import org.txm.rcp.StatusLine; |
36 | 34 |
import org.txm.rcp.swt.widget.AssistedQueryWidget; |
... | ... | |
120 | 118 |
/** The colors. */ |
121 | 119 |
String[] colors = DefaultTheme.colors; |
122 | 120 |
|
123 |
/** The self. */ |
|
124 |
___ProgressionDialog self; |
|
125 |
|
|
126 | 121 |
/** The parent. */ |
127 | 122 |
private Composite parent; |
128 | 123 |
|
... | ... | |
280 | 275 |
} |
281 | 276 |
} |
282 | 277 |
} catch (Exception e) { |
283 |
Log.severe(RCPMessages.ObjectExplorer_9 + Log.toString(e));
|
|
278 |
Log.severe(RCPMessages.ERROR + Log.toString(e));
|
|
284 | 279 |
e.printStackTrace(); |
285 | 280 |
} |
286 | 281 |
structuralUnitsCombo.select(selectedSUIndex); |
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/handlers/ComputeProgression.java (revision 539) | ||
---|---|---|
37 | 37 |
import org.txm.progression.core.functions.Progression; |
38 | 38 |
import org.txm.progression.core.messages.ProgressionCoreMessages; |
39 | 39 |
import org.txm.progression.core.preferences.ProgressionPreferences; |
40 |
import org.txm.progression.rcp.dialogs.___ProgressionDialog; |
|
41 | 40 |
import org.txm.rcp.handlers.BaseAbstractHandler; |
42 | 41 |
import org.txm.rcp.views.corpora.CorporaView; |
43 | 42 |
import org.txm.searchengine.cqp.corpus.Corpus; |
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/messages_fr.properties (revision 539) | ||
---|---|---|
3 | 3 |
ProgressionPreferencePage_5 = Style de ligne unique |
4 | 4 |
ProgressionPreferencePage_6 = Répéter les valeurs de propriétés de structures |
5 | 5 |
ProgressionPreferencePage_7 = Échelle des limites de structures |
6 |
|
|
7 |
ProgressionPreferencePage_2 = Progression |
|
8 |
ProgressionPreferencePage_4 = Niveaux de gris |
tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/messages.properties (revision 539) | ||
---|---|---|
70 | 70 |
ApplicationWorkbenchAdvisor_26 = \ to |
71 | 71 |
ApplicationWorkbenchAdvisor_27 = TXM workspace directory already exists ({0}). Would you like to reload its corpora in your new TXM?" |
72 | 72 |
ApplicationWorkbenchAdvisor_28 = Workspace directory backup |
73 |
ApplicationWorkbenchAdvisor_29 = Error:
|
|
73 |
ERROR = Error:
|
|
74 | 74 |
ApplicationWorkbenchAdvisor_3 = Checking for existing workspace directory |
75 | 75 |
ApplicationWorkbenchAdvisor_30 = Moving corpora to {0}. |
76 | 76 |
ApplicationWorkbenchAdvisor_31 = ** Failed to create TXM default.xml workspace |
tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/editor/DiagnosticEditor.java (revision 539) | ||
---|---|---|
63 | 63 |
} |
64 | 64 |
|
65 | 65 |
@Override |
66 |
public TXMParameters getParameters() { |
|
67 |
TXMParameters params = super.getParameters(); |
|
68 |
params.put(CQPPreferences.MAXVALUE, maxScore.getSelection()); |
|
69 |
return params; |
|
70 |
} |
|
71 |
|
|
72 |
@Override |
|
73 | 66 |
public void refresh() { |
74 | 67 |
super.refresh(); |
75 | 68 |
File file = diag.getHTMLFile(); |
tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/messages_ru.properties (revision 539) | ||
---|---|---|
42 | 42 |
ApplicationWorkbenchAdvisor_11 = Загрузка демонстрационных корпусов |
43 | 43 |
ApplicationWorkbenchAdvisor_12 = ** Ошибка: переменная среды ''TXMHOME'' задана ({0}), но нет папки: |
44 | 44 |
ApplicationWorkbenchAdvisor_13 = ** Не удалось создать папку TXMHOME : {0} |
45 |
ApplicationWorkbenchAdvisor_14 = \ проверка расширения: |
|
46 | 45 |
ApplicationWorkbenchAdvisor_16 = N/A_Removing old corpus backup directory {0}. |
47 | 46 |
ApplicationWorkbenchAdvisor_17 = . |
48 | 47 |
ApplicationWorkbenchAdvisor_18=Corpora backuped: {0} |
... | ... | |
56 | 55 |
ApplicationWorkbenchAdvisor_26 = N/A_ to |
57 | 56 |
ApplicationWorkbenchAdvisor_27 = Рабочая папка TXM уже существует. Загрузить ранее созданные корпусы? |
58 | 57 |
ApplicationWorkbenchAdvisor_28 = Сохранение рабочей папки... |
59 |
ApplicationWorkbenchAdvisor_29 = N/A_Error:
|
|
58 |
ERROR = N/A_Error:
|
|
60 | 59 |
ApplicationWorkbenchAdvisor_3 = Проверка наличия рабочей папки |
61 | 60 |
ApplicationWorkbenchAdvisor_30 = Перемещение существующих корпусов... |
62 | 61 |
ApplicationWorkbenchAdvisor_31 = ** Не удалось создать рабочее пространство 'default.xml' |
... | ... | |
90 | 89 |
ApplicationWorkbenchAdvisor_57 = Загрузка преобразованного корпуса 0.5 |
91 | 90 |
ApplicationWorkbenchAdvisor_58 = Загрузка корпуса 0.6 |
92 | 91 |
ApplicationWorkbenchAdvisor_59 = ** Ошибка во время загрузки |
93 |
ApplicationWorkbenchAdvisor_6 = Исключение: |
|
94 | 92 |
ApplicationWorkbenchAdvisor_60 = ** Ошибка: корпус |
95 | 93 |
ApplicationWorkbenchAdvisor_61 = \ не является бинарным корпусом TXM 0.6 |
96 | 94 |
ApplicationWorkbenchAdvisor_7 = Создание рабочего пространства пользователя TXM. |
... | ... | |
188 | 186 |
ComputeClassification_5 = Колонки |
189 | 187 |
ComputeClassification_6 = Строчки |
190 | 188 |
|
191 |
ComputeConcordance_0 = Открытие окна конкорданса |
|
192 |
ComputeConcordance_1 = N/A_Failed to open concordance editor. |
|
193 |
|
|
194 | 189 |
ComputeCoocFromLines_0 = Идет расчет совместной встречаемости |
195 | 190 |
ComputeCoocFromLines_1 = Открытие таблицы совместной встречаемости |
196 | 191 |
|
... | ... | |
226 | 221 |
ComputeLexicalTable_7 = Списки значений должны иметь одинаковое распределение: {0} |
227 | 222 |
ComputeLexicalTable_9 = ** Диалоговое окно словарной таблицы: невозможно получить размер корпуса. Причина {0} |
228 | 223 |
|
229 |
ComputeProgression_0 = Функция Прогрессия в настоящее время недоступна на прерывных подкорпусах. |
|
230 |
ComputeProgression_1 = N/A_Failed to get last CQP error: |
|
231 |
ComputeProgression_10 = Открытие графика прогрессии |
|
232 |
ComputeProgression_12 = Готово: показано {0} позиций |
|
233 |
ComputeProgression_13 = ** Не удалось рассчитать прогрессию: {0} |
|
234 |
ComputeProgression_2 = Расчет прогрессии <{0}> в корпусе {1} |
|
235 |
ComputeProgression_3 = N/A_Done: no match found. |
|
236 |
ComputeProgression_4 = Расчет прогрессии {0} по запросу: {1}, структура: {2}, свойство: {3}, кумулятивность: {4} |
|
237 |
ComputeProgression_9 = ** {0} недоступен для записи |
|
238 |
|
|
239 | 224 |
ComputeReferencer_0 = Открытие результата Ссылок |
240 | 225 |
|
241 | 226 |
ComputeSpecificitiesDialog_0 = ** Диалоговое окно ''Расчет специфичности'' - {0} |
... | ... | |
254 | 239 |
|
255 | 240 |
Compute_Specificities = Расчет специфичности |
256 | 241 |
|
257 |
ConcordancerPreferencePage_3 = Параметры конкордансов |
|
258 |
ConcordancerPreferencePage_4 = Количество строк на &Странице : |
|
259 |
ConcordancerPreferencePage_5 = &Левый контекст (в словах) |
|
260 |
ConcordancerPreferencePage_6 = &Правый контекст (в словах) |
|
261 | 242 |
|
262 |
ConcordancesEditorContributor_0 = Конкорданс |
|
263 |
|
|
264 |
ConcordancesEditor_0 = Последняя ошибка CQi : |
|
265 |
ConcordancesEditor_1 = Ссылка |
|
266 |
ConcordancesEditor_11 = |< |
|
267 |
ConcordancesEditor_12 = < |
|
268 |
ConcordancesEditor_13 = > |
|
269 |
ConcordancesEditor_14 = >| |
|
270 |
ConcordancesEditor_16 = &Мотив: |
|
271 |
ConcordancesEditor_18 = &Редактировать |
|
272 |
ConcordancesEditor_19 = {0} употреблений |
|
273 |
ConcordancesEditor_2 = Левый контекст |
|
274 |
ConcordancesEditor_20 = Загрузка данных о строке... |
|
275 |
ConcordancesEditor_26 = идентификатор проекта {0} идентификатор корпуса {1} идентификатор текста {2} |
|
276 |
ConcordancesEditor_27 = Возврат к тексту: текст {0} отсутствует |
|
277 |
ConcordancesEditor_29 = Страница не найдена... для |
|
278 |
ConcordancesEditor_3 = Мотив |
|
279 |
ConcordancesEditor_30 = Возврат к тексту: издание по умолчанию не найдено |
|
280 |
ConcordancesEditor_34 = Загрузка конкорданса |
|
281 |
ConcordancesEditor_37 = Сортировка ссылок |
|
282 |
ConcordancesEditor_38 = Скрыть параметры |
|
283 |
ConcordancesEditor_39 = Показать параметры |
|
284 |
ConcordancesEditor_4 = Правый контекст |
|
285 |
ConcordancesEditor_41 = Сортировка левого контекста |
|
286 |
ConcordancesEditor_43 = Корпус {0} не имеет ссылок по умолчанию: {1} |
|
287 |
ConcordancesEditor_45 = Сортировка мотива |
|
288 |
ConcordancesEditor_46 = ** Невозможно показать в тексте: {0} |
|
289 |
ConcordancesEditor_48 = Сортировка правого контекста |
|
290 |
ConcordancesEditor_5 = Конкорданс мотива <{0}> в корпусе {1} |
|
291 |
ConcordancesEditor_50 = Открытие издания |
|
292 | 243 |
ONE_RESULT = Готово: один результат |
293 |
ConcordancesEditor_55 = Открытие диалогового окна свойств |
|
294 |
ConcordancesEditor_56 = Начало расчета конкордансов |
|
295 |
ConcordancesEditor_6 = Сортировка... |
|
296 |
ConcordancesEditor_7 = N/A_Failed to get last CQP error: |
|
297 |
ConcordancesEditor_8 = N/A_The corpus has no text_id property |
|
298 | 244 |
|
299 | 245 |
ConvertCorpus_0 = N/A_Corpus conversion failed. |
300 | 246 |
|
... | ... | |
616 | 562 |
GenericMultiPageEditor_1 = ** Внутренняя ошибка: невозможно показать данные {0}. |
617 | 563 |
GenericMultiPageEditor_3 = ** Внутренняя ошибка: число редакторов RCP ({0}) должно соответствовать числу вводов ({1}). |
618 | 564 |
|
619 |
GetConcordancesDialog_0 = ** Диалоговое окно конкордансов: {0} |
|
620 |
GetConcordancesDialog_1 = Расчет специфичности |
|
621 |
GetConcordancesDialog_13 = Вы должны выбрать одно свойство |
|
622 |
GetConcordancesDialog_14 = Некорректное свойство |
|
623 |
GetConcordancesDialog_15 = Вы должны выбрать одно свойство |
|
624 |
GetConcordancesDialog_4 = С&войство : |
|
625 |
GetConcordancesDialog_5 = &Левый контекст (слова) : |
|
626 |
GetConcordancesDialog_6 = &Правый контекст (слова) : |
|
627 |
GetConcordancesDialog_7 = &Ссылка: |
|
628 |
|
|
629 |
GetConcordances_4 = ** Ошибка при расчете конкордансов: {0} |
|
630 |
|
|
631 | 565 |
GraphicalLogger_0 = ** Ошибка {0} |
632 | 566 |
|
633 | 567 |
GroovyConsole_4 = \nВнутренняя ошибка. |
... | ... | |
734 | 668 |
MainPage_44 = * \n(имя архива без расширения, в котором будет храниться корпус) |
735 | 669 |
MainPage_45 = Описание |
736 | 670 |
MainPage_46 = Добавить |
737 |
MainPage_47 = N/A_ |
|
738 | 671 |
MainPage_49 = N/A_base name is mandatory |
739 | 672 |
MainPage_5 = N/A_Opening... |
740 | 673 |
MainPage_50 = N/A_refresh links table |
... | ... | |
926 | 859 |
QueryAssistDialog_34 = с интервалом не менее 1 слова |
927 | 860 |
QueryAssistDialog_8 = - Слово № |
928 | 861 |
|
929 |
QueryIndexEditor_0 = N/A_Query Index of |
|
930 |
QueryIndexEditor_1 = N/A_replacing line: |
|
931 |
QueryIndexEditor_10 = N/A_queries |
|
932 |
QueryIndexEditor_11 = N/A_QueryIndex tooltip |
|
933 |
QueryIndexEditor_2 = N/A_Failed to add line with query: |
|
934 |
QueryIndexEditor_3 = N/A_Line added. |
|
935 |
QueryIndexEditor_4 = N/A_Load from a file |
|
936 |
QueryIndexEditor_5 = N/A_*.properties |
|
937 |
QueryIndexEditor_6 = N/A_Cannot read from file: |
|
938 |
QueryIndexEditor_7 = N/A_Link to concordance |
|
939 |
QueryIndexEditor_8 = N/A_Link to progression |
|
940 |
QueryIndexEditor_9 = N/A_delete lines |
|
941 |
|
|
942 | 862 |
RVariablesView_1 = Обновить переменные |
943 | 863 |
RVariablesView_2 = Показать отчет об оценках |
944 | 864 |
RVariablesView_9 = имя TXM {0} >> имя R {1} |
tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/messages_fr.properties (revision 539) | ||
---|---|---|
12 | 12 |
|
13 | 13 |
AdapterFactory_0 = ** Avertissement : le corpus {0} est corrompu. Certaines commandes ne fonctionneront pas correctement. |
14 | 14 |
|
15 |
AddBase_1 = Nouveau corpus : {0}. |
|
16 |
AddBase_10 = TXM est prêt. |
|
17 |
AddBase_16 = ** Impossible d''affecter la langue {0} à la propriété ''LANG'' de la structure <txmcorpus> |
|
18 |
AddBase_17 = ** Impossible de lire le fichier {0} |
|
19 |
AddBase_19 = Attention |
|
20 |
AddBase_2 = ** Échec du chargement du corpus à partir du dossier : {0}.\nImpossible de trouver les composants nécessaires. |
|
21 |
AddBase_20 = Le répertoire du corpus {0} existe déjà. Voulez-vous le remplacer ? |
|
22 |
AddBase_22 = Le fichier {0} n''est pas un fichier TXM. |
|
23 |
AddBase_23 = Le corpus {0} n''a pas de propriété ''LANG'' associée à la structure <txmcorpus> |
|
24 |
AddBase_24 = ** Échec du chargement du corpus {0} |
|
25 |
AddBase_25 = Un corpus TXM au format binaire est soit un fichier d'extension .txm ou .zip, soit un dossier composé des sous-dossiers 'html', 'data', 'registry', 'txm' |
|
26 |
AddBase_27 = Chargement du corpus |
|
27 |
AddBase_28 = Extraction du corpus binaire |
|
28 |
AddBase_29 = Extraction de {0} dans {1} |
|
29 |
AddBase_31 = ** Échec de l''extraction du corpus binaire : {0} |
|
30 |
AddBase_32 = Chargement du corpus dans la plateforme |
|
31 |
AddBase_33 = Redémarrage de la plateforme |
|
32 |
AddBase_34 = L'espace de travail de TXM n'est pas initialisé, veuillez redémarrer TXM. |
|
33 |
AddBase_4 = ** Échec de chargement du corpus binaire(null error). |
|
34 |
AddBase_7 = ** Échec de création du corpus binaire. |
|
35 | 15 |
|
36 |
AddProject_3 = Saisissez le nom du projet
|
|
16 |
ERROR = Erreur:
|
|
37 | 17 |
|
38 |
AdvancePreferencePage_0 = Afficher la stacktrace |
|
39 |
AdvancePreferencePage_1 = Dossier d'installation de TXM |
|
40 |
AdvancePreferencePage_12 = Niveau de détails du journal |
|
41 |
AdvancePreferencePage_13 = Ajouter des commentaires techniques |
|
42 |
AdvancePreferencePage_14 = Copier le journal dans un fichier |
|
43 |
AdvancePreferencePage_2 = Dossier utilisateur TXM |
|
44 |
AdvancePreferencePage_3 = Afficher les temps d'exécution dans la console |
|
45 |
AdvancePreferencePage_4 = Mode avancé |
|
46 |
AdvancePreferencePage_6 = Journal et messages |
|
47 |
AdvancePreferencePage_7 = Niveau de mise à jour |
|
48 |
|
|
49 |
AnnotationPreferences_0 = Mode |
|
50 |
AnnotationPreferences_1 = simple (avec catégories) |
|
51 |
AnnotationPreferences_2 = avancé (avec types+valeurs) |
|
52 |
|
|
53 |
ApplicationWorkbenchAdvisor_0 = Initialisation de la plateforme... |
|
54 |
ApplicationWorkbenchAdvisor_1 = Initialisation de la plateforme... |
|
55 |
ApplicationWorkbenchAdvisor_11 = Chargement des corpus d'exemple |
|
56 |
ApplicationWorkbenchAdvisor_12 = ** Erreur : la variable d''environnement ''TXMHOME'' est bien définie ({0}) mais le dossier n''existe pas : |
|
57 |
ApplicationWorkbenchAdvisor_13 = ** Échec de la création du dossier TXMHOME : {0} |
|
58 |
ApplicationWorkbenchAdvisor_14 = \ évaluation de l'extension : |
|
59 |
ApplicationWorkbenchAdvisor_16 = Nettoyage de l''ancien dossier de sauvegarde des corpus ''{0}''. |
|
60 |
ApplicationWorkbenchAdvisor_17 = . |
|
61 |
ApplicationWorkbenchAdvisor_18=Corpus sauvegardés dans \: {0}. |
|
62 |
ApplicationWorkbenchAdvisor_19 = ** Échec de configuration des paramètres du logiciel TreeTagger : {0} |
|
63 |
ApplicationWorkbenchAdvisor_2 = Chargement des préférences d''installation de TXM à partir de : {0} |
|
64 |
ApplicationWorkbenchAdvisor_20 = \ in |
|
65 |
ApplicationWorkbenchAdvisor_22 = Traitement du dossier : |
|
66 |
ApplicationWorkbenchAdvisor_23 = \ ... |
|
67 |
ApplicationWorkbenchAdvisor_24 = Erreur lors du déplacement du corpus depuis |
|
68 |
ApplicationWorkbenchAdvisor_25=Réglages des préférences par défaut depuis le chemin d''installation {0} |
|
69 |
ApplicationWorkbenchAdvisor_26 = \ vers |
|
70 |
ApplicationWorkbenchAdvisor_27 = Le dossier de travail de TXM existe déjà : {0}. Voulez vous recharger les corpus sauvegardés ? |
|
71 |
ApplicationWorkbenchAdvisor_28=Récupération des corpus existants\u2026 |
|
72 |
ApplicationWorkbenchAdvisor_29 = Erreur: |
|
73 |
ApplicationWorkbenchAdvisor_3 = Vérification de la présence du dossier de travail |
|
74 |
ApplicationWorkbenchAdvisor_30 = Sauvegarde des corpus existants dans ''{0}''. |
|
75 |
ApplicationWorkbenchAdvisor_31 = ** Échec de la création de l'espace de travail 'default.xml' |
|
76 |
ApplicationWorkbenchAdvisor_32 = ** TreeTagger n'est pas installé, ou les chemins d'accès sont incorrects. |
|
77 |
ApplicationWorkbenchAdvisor_33 = Les chemins d'accès à TreeTagger ont été réglés à des valeurs par défaut. |
|
78 |
ApplicationWorkbenchAdvisor_34 = ** Échec : le dossier de sauvegarde des corpus n'a pas pu être créé |
|
79 |
ApplicationWorkbenchAdvisor_35 = \nCorpus |
|
80 |
ApplicationWorkbenchAdvisor_36 = Déplacement des corpus de |
|
81 |
ApplicationWorkbenchAdvisor_37 = \ vers |
|
82 |
ApplicationWorkbenchAdvisor_38 = Attention : le corpus a déjà été sauvegardé. |
|
83 |
ApplicationWorkbenchAdvisor_39 = Dossier manquant dans le dossier d''installation de TXM : {0} |
|
84 |
ApplicationWorkbenchAdvisor_4 = Vérification de l'installation de TreeTagger |
|
85 |
ApplicationWorkbenchAdvisor_40 = ** Échec de la copie des fichiers TXM du dossier TXMINSTALL vers TXMHOME : {0} |
|
86 |
ApplicationWorkbenchAdvisor_41 = ** Échec de réglage des préférences : {0} |
|
87 |
ApplicationWorkbenchAdvisor_42 = \ déplacement de |
|
88 |
ApplicationWorkbenchAdvisor_43 = Les corpus {0} ont été mis à jour avec une version plus récente. |
|
89 |
ApplicationWorkbenchAdvisor_43_single = Le corpus {0} a été mis à jour avec une version plus récente. |
|
90 |
ApplicationWorkbenchAdvisor_44 = ** Impossible de déplacer le corpus |
|
91 |
ApplicationWorkbenchAdvisor_45 = ** Impossible de lire le fichier {0} |
|
92 |
ApplicationWorkbenchAdvisor_46 = \nCorpus |
|
93 |
ApplicationWorkbenchAdvisor_47 = ** Impossible de sauvegarder les corpus existants : |
|
94 |
ApplicationWorkbenchAdvisor_48 = \nCorpus ''{0}'' non restauré et déplacé vers ''{1}'' |
|
95 |
ApplicationWorkbenchAdvisor_49 = Initialisation de la toolbox... |
|
96 |
ApplicationWorkbenchAdvisor_5 = Sortie standard |
|
97 |
ApplicationWorkbenchAdvisor_51 = ** Échec du chargement du corpus depuis le fichier : |
|
98 |
ApplicationWorkbenchAdvisor_52 = ** Échec du chargement des corpus d''exemple : {0} |
|
99 |
ApplicationWorkbenchAdvisor_53 = Rechargement des corpus existants depuis le dossier ''{0}''. |
|
100 |
ApplicationWorkbenchAdvisor_54 = Conversion du corpus au format TXM 0.5 |
|
101 |
ApplicationWorkbenchAdvisor_55 = \ au format TXM 0.6. |
|
102 |
ApplicationWorkbenchAdvisor_56 = ** Échec de la conversion du corpus au format TXM 0.6 |
|
103 |
ApplicationWorkbenchAdvisor_57 = Chargement du corpus 0.5 converti |
|
104 |
ApplicationWorkbenchAdvisor_58 = Chargement du corpus 0.6 |
|
105 |
ApplicationWorkbenchAdvisor_59 = ** Erreur lors du chargement de |
|
106 |
ApplicationWorkbenchAdvisor_6 = Exception : |
|
107 |
ApplicationWorkbenchAdvisor_60 = ** Erreur : le répertoire |
|
108 |
ApplicationWorkbenchAdvisor_61 = \ n'est pas un corpus binaire. |
|
109 |
ApplicationWorkbenchAdvisor_66 = Récupération des préférences de TXM de l'installation précédente depuis le fichier |
|
110 |
ApplicationWorkbenchAdvisor_67 = Pas de fichier de préférences de l'installation précédentes trouvé : |
|
111 |
ApplicationWorkbenchAdvisor_68 = Mise en place du thème par défaut |
|
112 |
ApplicationWorkbenchAdvisor_69 = Erreur lors du chargement du thème : |
|
113 |
ApplicationWorkbenchAdvisor_7 = Création de l'espace de travail utilisateur de TXM. |
|
114 |
ApplicationWorkbenchAdvisor_71 = Chargement des corpus d'exemple. |
|
115 |
ApplicationWorkbenchAdvisor_8 = Chemin d''installation : {0} |
|
116 |
ApplicationWorkbenchAdvisor_9 = ** Échec de lecture du fichier des préférences d'installation |
|
117 |
ApplicationWorkbenchAdvisor_PROGRESS_BAR_LOADING_CORPORA = Chargement des corpus |
|
118 |
ApplicationWorkbenchAdvisor_init = Démarrage de TXM {0}... |
|
119 |
ApplicationWorkbenchAdvisor_init_failed = ** Le démarrage de la plateforme a été interrompu, veuillez régler les préférences de TXM (dans le menu 'Fichier>Préférences') |
|
120 |
ApplicationWorkbenchAdvisor_ready = Prêt. |
|
121 |
|
|
122 |
Application_4 = Ce fichier ne permet pas de lancer TXM. Veuillez consulter les instructions de lancement dans le manuel de TXM. |
|
123 |
Application_6 = ** Vous devez installer la version 1.6 de Java ou supérieur avant de lancer TXM, la version courante de Java sur cette machine est {0} |
|
124 |
|
|
125 | 18 |
AssistedQueryWidget_0 = Ouvrir l'assistant de requêtes |
126 | 19 |
|
127 |
BackToText_0 = Afficher en plein texte... |
|
128 |
|
|
129 |
CANT_CREATE_GRAPHIC = ** Impossible de créer le graphique |
|
130 |
|
|
131 | 20 |
CQPPreferenceInitializer_0 = localhost |
132 | 21 |
CQPPreferenceInitializer_1 = anonymous |
133 | 22 |
|
... | ... | |
145 | 34 |
|
146 | 35 |
Cannot_ask_simple_when_advance = Impossible d'afficher l'onglet des options simples quand l'utilisateur a sélectionné l'affichage des options avancées |
147 | 36 |
|
148 |
ColRowInfosLabelProvider_19 = Qual |
|
149 |
ColRowInfosLabelProvider_9 = χ² |
|
150 |
|
|
151 |
ColsRowsInfosEditor_0 = Entrée erronée |
|
152 |
ColsRowsInfosEditor_2 = Infos: {0} |
|
153 |
|
|
154 |
Commands_0 = Erreur : impossible d'initialiser les commandes |
|
155 |
|
|
156 | 37 |
ComplexSortSelector_0 = Clés de tri : |
157 | 38 |
ComplexSortSelector_1 = Tri multiple : |
158 | 39 |
ComplexSortSelector_2 = Tri |
... | ... | |
181 | 62 |
ComplexSubcorpusPanel_4 = Requête |
182 | 63 |
ComplexSubcorpusPanel_5 = Rafraîchir |
183 | 64 |
|
184 |
ComputeConcordance_0 = Ouverture de la fenêtre de concordance |
|
185 |
ComputeConcordance_1 = Erreur lors de l'ouverture de l'éditeur des concordances : |
|
186 |
|
|
187 | 65 |
ComputeCoocFromLines_0 = Calcul des cooccurrents en cours |
188 | 66 |
ComputeCoocFromLines_1 = Ouverture du tableau de cooccurrents |
189 | 67 |
|
190 |
ComputeCoocMatrix_0 = Matrice mot-mot : |
|
191 |
ComputeCoocMatrix_1 = Nombre de noeuds : |
|
192 |
ComputeCoocMatrix_10 = Distance en mot |
|
193 |
ComputeCoocMatrix_11 = Co-fréquence minimum |
|
194 |
ComputeCoocMatrix_12 = Fichier de sortie : aucun |
|
195 |
ComputeCoocMatrix_13 = Sélection du fichier de sortie |
|
196 |
ComputeCoocMatrix_2 = Nombre d'arcs : |
|
197 |
ComputeCoocMatrix_3 = Distance en mot : |
|
198 |
ComputeCoocMatrix_4 = Ecriture de la matrice mot-mot dans un fichier GRAPHML : |
|
199 |
ComputeCoocMatrix_7 = Paramètres de la matrice mot-mot |
|
200 | 68 |
|
201 |
ComputeCooccurrences_0 = Chargement du tableau de cooccurrents |
|
202 |
ComputeCooccurrences_1 = ** Impossible de calculer les cooccurrents de la sélection |
|
203 |
|
|
204 |
ComputeFrequencyList_2 = Calcul du lexique de la propriété {0} dans le corpus {1} |
|
205 |
|
|
206 |
ComputeIndexFromLines_0 = Envoyer la sélection vers la commande Index |
|
207 |
|
|
208 |
ComputeLexicalTable_0 = Calcul de la table lexicale avec {0} |
|
209 |
ComputeLexicalTable_1 = Calcul de la table lexicale {0} avec la propriété {1} |
|
210 |
ComputeLexicalTable_10 = Ouverture de la table lexicale |
|
211 |
ComputeLexicalTable_12 = Total toutes les occurrences recenses par l'index |
|
212 |
ComputeLexicalTable_13 = Sélectionnez les marges à utiliser |
|
213 |
ComputeLexicalTable_16 = Total toutes les occurrences du corpus |
|
214 |
ComputeLexicalTable_2 = Pas de propriété |
|
215 |
ComputeLexicalTable_3 = Ouverture de la boite de dialogue de configuration des marges |
|
216 |
ComputeLexicalTable_5 = ** Impossible de créer une table lexicale à partir d'un Index créé sur un corpus |
|
217 |
ComputeLexicalTable_6 = ** Les vocabulaires doivent être composés de la même combinaison de propriétés : {0} |
|
218 |
ComputeLexicalTable_7 = Les vocabulaires doivent avoir la même partition : {0} |
|
219 |
ComputeLexicalTable_9 = ** Boite de dialogue de la table lexicale : impossible d''obtenir la taille du corpus. Cause {0} |
|
220 |
|
|
221 |
ComputeProgression_0 = La fonctionnalité Progression n'est pas encore disponible pour les sous-corpus discontinus. |
|
222 |
ComputeProgression_1 = Erreur lors de la récupération de la dernière erreur CQP : |
|
223 |
ComputeProgression_10 = Ouverture du graphique de progression |
|
224 |
ComputeProgression_12 = Terminé : {0} positions affichées |
|
225 |
ComputeProgression_13 = ** Échec du calcul de la progression : {0} |
|
226 |
ComputeProgression_2 = Calcul de la progression de <{0}> dans le corpus {1} |
|
227 |
ComputeProgression_3 = Terminé: pas de match trouvé. |
|
228 |
ComputeProgression_4 = Calcul de la progression de {0} avec la requête : {1}, la structure : {2}, la propriété : {3}, cumulatif: {4} |
|
229 |
ComputeProgression_9 = ** {0} n''est pas accessible en écriture |
|
230 |
|
|
231 |
ComputeReferencer_0 = Ouverture du résultat du Référenceur |
|
232 |
|
|
233 |
ComputeSpecificitiesDialog_0 = ** Boite de dialogue ''Calcul des Spécificités'' - {0} |
|
234 |
ComputeSpecificitiesDialog_1 = ** Erreur de syntaxe dans l''expression régulière : {0} |
|
235 |
ComputeSpecificitiesDialog_3 = Focus : |
|
236 |
ComputeSpecificitiesDialog_4 = Focus de partie : |
|
237 |
ComputeSpecificitiesDialog_9 = Pas de filtrage de partie disponible |
|
238 |
|
|
239 |
ComputeSpecificities_0 = Calcul des spécificités sur |
|
240 |
ComputeSpecificities_2 = Calcul des spécificités de {0}, propriété {1} |
|
241 |
|
|
242 |
ComputeSpecifities_10 = Ouverture du tableau de résultats des spécificités |
|
243 |
ComputeSpecifities_11 = Calcul des spécificités de la table lexicale {0} |
|
244 |
ComputeSpecifities_2 = Mise à jour de la vue des corpus... |
|
245 |
ComputeSpecifities_3 = Calcul des spécificités du sous-corpus {0} du corpus {1}, propriété {2} |
|
246 |
|
|
247 |
Compute_Specificities = Calcul des Spécificités |
|
248 |
|
|
249 |
ConcordancerPreferencePage_3 = Paramètres des Concordances |
|
250 |
ConcordancerPreferencePage_4 = Lignes par &Page : |
|
251 |
ConcordancerPreferencePage_5 = Contexte &Gauche (en mots) |
|
252 |
ConcordancerPreferencePage_6 = Contexte &Droit (en mots) |
|
253 |
|
|
254 |
ConcordancesEditorContributor_0 = Concordance |
|
255 |
|
|
256 |
ConcordancesEditor_0 = Dernière erreur CQi : |
|
257 |
ConcordancesEditor_1 = Référence |
|
258 |
ConcordancesEditor_100 = Valeurs disponibles pour {0} |
|
259 |
ConcordancesEditor_108 = \ éléments. Continuez ? |
|
260 |
ConcordancesEditor_11 = |< |
|
261 |
ConcordancesEditor_110 = Nouvelle valeur {0} pour la catégorie {1} |
|
262 |
ConcordancesEditor_112 = La valeur {0} n''est pas encore associée à la catégorie : {1}. Créer l''association ? |
|
263 |
ConcordancesEditor_115 = Ajouter une nouvelle categorie |
|
264 |
ConcordancesEditor_116 = Effectuer l'annotation |
|
265 |
ConcordancesEditor_12 = < |
|
266 |
ConcordancesEditor_13 = > |
|
267 |
ConcordancesEditor_14 = >| |
|
268 |
ConcordancesEditor_15 = Catégorie |
|
269 |
ConcordancesEditor_16 = &Pivot: |
|
270 |
ConcordancesEditor_18 = &Editer |
|
271 |
ConcordancesEditor_19 = {0} occurrences |
|
272 |
ConcordancesEditor_2 = Contexte gauche |
|
273 |
ConcordancesEditor_20 = Chargement des informations sur la ligne... |
|
274 |
ConcordancesEditor_22 = Annoter |
|
275 |
ConcordancesEditor_24 = Retirer |
|
276 |
ConcordancesEditor_25 = de |
|
277 |
ConcordancesEditor_26 = id projet {0} id corpus {1} id texte {2} |
|
278 |
ConcordancesEditor_27 = Retour au texte : texte {0} manquant |
|
279 |
ConcordancesEditor_28 = l'annotation |
|
280 |
ConcordancesEditor_29 = Page non trouvée... pour |
|
281 |
ConcordancesEditor_3 = Pivot |
|
282 |
ConcordancesEditor_30 = Retour au texte : édition par défaut introuvable |
|
283 |
ConcordancesEditor_32 = Entrer une valeur correspondant à un id |
|
284 |
ConcordancesEditor_33 = à |
|
285 |
ConcordancesEditor_34 = Chargement de la concordance |
|
286 |
ConcordancesEditor_35 = lignes sélectionées |
|
287 |
ConcordancesEditor_37 = Tri des références |
|
288 |
ConcordancesEditor_38 = Cacher paramètres |
|
289 |
ConcordancesEditor_39 = Afficher paramètres |
|
290 |
ConcordancesEditor_4 = Contexte droit |
|
291 |
ConcordancesEditor_41 = Tri du contexte gauche |
|
292 |
ConcordancesEditor_42 = lignes de la page |
|
293 |
ConcordancesEditor_43 = Le corpus {0} n''a pas de références par défaut : {1} |
|
294 |
ConcordancesEditor_45 = Tri du pivot |
|
295 |
ConcordancesEditor_46 = ** Impossible d''afficher en plein texte : {0} |
|
296 |
ConcordancesEditor_48 = Tri du contexte droit |
|
297 |
ConcordancesEditor_49 = toutes les lignes |
|
298 |
ConcordancesEditor_5 = Concordance de <{0}> dans le corpus {1} |
|
299 |
ConcordancesEditor_50 = Ouverture de l'édition |
|
300 | 69 |
ONE_RESULT = Terminé : un résultat. |
301 |
ConcordancesEditor_55 = Ouverture de la boite de dialogue des propriétés |
|
302 |
ConcordancesEditor_56 = Début du calcul des concordances |
|
303 |
ConcordancesEditor_6 = Tri... |
|
304 |
ConcordancesEditor_61 = Impossible d'annoter avec la valeur ' |
|
305 |
ConcordancesEditor_62 = '.\n sur certains segments. \n |
|
306 |
ConcordancesEditor_63 = \ - Le segment |
|
307 |
ConcordancesEditor_64 = \ est à cheval sur \n |
|
308 |
ConcordancesEditor_65 = \ \ - la fin de la structure |
|
309 |
ConcordancesEditor_66 = , aux positions [ |
|
310 |
ConcordancesEditor_69 = \ \ - le début de la structure |
|
311 |
ConcordancesEditor_7 = Erreur lors de la récupération de la dernière erreur CQP : |
|
312 |
ConcordancesEditor_73 = Information à propos des annotations |
|
313 |
ConcordancesEditor_74 = Erreur pendant l'affection des annotations: |
|
314 |
ConcordancesEditor_75 = Annoter |
|
315 |
ConcordancesEditor_76 = Enregistrer les annotations |
|
316 |
ConcordancesEditor_77 = Ouvrir la liste des catégories |
|
317 |
ConcordancesEditor_79 = Sélectionner une valeur parmi la liste |
|
318 |
ConcordancesEditor_8 = Le corpus n'a pas de propriété "text_id" |
|
319 |
ConcordancesEditor_80 = valeur= |
|
320 |
ConcordancesEditor_81 = Veuillez entrer une nouvelle catégorie |
|
321 |
ConcordancesEditor_82 = Nouvelle catégorie |
|
322 |
ConcordancesEditor_83 = avec la catégorie |
|
323 |
ConcordancesEditor_84 = avec la catégorie |
|
324 |
ConcordancesEditor_85 = OK |
|
325 |
ConcordancesEditor_86 = Confirmer l'enregistrement des annotations |
|
326 |
ConcordancesEditor_87 = Vous vous apprêtez à annoter |
|
327 |
ConcordancesEditor_88 = Supprimer le(s) ligne(s) sélectionnée(s) |
|
328 |
ConcordancesEditor_99 = Liste des catégories |
|
329 | 70 |
|
330 | 71 |
ConvertCorpus_0 = La conversion du corpus a échoué. |
331 | 72 |
|
... | ... | |
404 | 145 |
CorpusPage_8 = Nom du corpus* (majuscules et pas de chiffre en début) |
405 | 146 |
CorpusPage_9 = Description - HTML (nom complet, auteur, date, license, commentaire...) |
406 | 147 |
|
407 |
CreateFile_1 = Nouveau fichier : {0} |
|
408 |
|
|
409 |
CreateFolder_1 = Nouveau dossier : {0} |
|
410 |
|
|
411 |
CreateFrequencyList_8 = Chargement du tableau des fréquences |
|
412 |
|
|
413 |
CreateMacro_0 = Nom de la macro |
|
414 |
CreateMacro_1 = Nom de la macro |
|
415 |
|
|
416 | 148 |
CreatePartitionDialog_0 = Créer une Partition |
417 | 149 |
CreatePartitionDialog_1 = Simple |
418 | 150 |
CreatePartitionDialog_16 = Les requêtes ne doivent pas être vides |
... | ... | |
457 | 189 |
DefineReferencePattern_4 = Options de tri des références |
458 | 190 |
DefineReferencePattern_5 = Options de tri des références |
459 | 191 |
|
460 |
DeleteFile_0 = Etes vous sûr de vouloir supprimer |
|
461 |
DeleteFile_2 = ** Échec de la suppression du fichier |
|
462 |
|
|
463 | 192 |
DeleteInCorporaView_1 = ** Erreur lors de la suppression du sous-corpus {0} |
464 | 193 |
DeleteInCorporaView_2 = ** Erreur lors de la suppression de la partition {0} |
465 | 194 |
|
466 | 195 |
DeleteLines_0 = Le tableau doit comporter au moins une ligne |
467 | 196 |
DeleteLines_1 = Sûr(e) ? |
468 | 197 |
|
469 |
DeleteObject_0 = Voulez-vous vraiment supprimer {0} ? |
|
470 |
DeleteObject_10 = {0} supprimé |
|
471 |
DeleteObject_3 = ** Erreur lors de la suppression |
|
472 |
DeleteObject_4 = Erreur lors de la suppression de {0} : {1} |
|
473 |
DeleteObject_5 = Suppression de {0} |
|
474 |
|
|
475 | 198 |
DiagnosticPreferencePage_1 = Description |
476 | 199 |
DiagnosticPreferencePage_2 = Nombre de valeurs de propriété affiché |
477 | 200 |
DiagnosticPreferencePage_3 = Ordonner les parties par taille |
... | ... | |
487 | 210 |
|
488 | 211 |
ERROR_WHILE_LOADING_CONCORDANCE_LINE = ** Une erreur est survenue lors du chargement des lignes de la concordance : {0} |
489 | 212 |
|
490 |
ElementTreeLabelProvider_0 = ** Erreur : élément non enregistré |
|
491 |
ElementTreeLabelProvider_1 = ** Erreur: l'objet n'est pas un 'org.w3c.Element' |
|
492 |
|
|
493 | 213 |
EmpantWidget_0 = Contexte : |
494 | 214 |
EmpantWidget_1 = forme |
495 | 215 |
EmpantWidget_2 = structure |
... | ... | |
501 | 221 |
EmpantWidget_8 = Contexte gauche actif |
502 | 222 |
EmpantWidget_9 = Contexte droit actif |
503 | 223 |
|
504 |
Error_computing_specificities = ** Erreur lors du calcul des spécificités : {0} |
|
505 |
Error_creating_partition = ** Erreur lors de la création de la partition : {0} |
|
506 |
|
|
507 |
ExecuteGroovyScriptFromFile_2 = Le script Groovy doit être dans le dossier {0} |
|
508 |
|
|
509 |
ExecuteGroovyScript_0 = \ ms |
|
510 |
ExecuteGroovyScript_1 = Erreur lors de l'initialisation des paramètres |
|
511 |
ExecuteGroovyScript_2 = L'utilisateur a intérompu l'exécution du script |
|
512 |
|
|
513 |
ExecuteRScript_1 = Exécution de {0} |
|
514 |
ExecuteRScript_2 = Terminé: |
|
515 |
ExecuteRScript_3 = \ ms |
|
516 |
|
|
517 |
ExecuteRText_0 = Exécution de la sélection de texte... |
|
518 |
ExecuteRText_1 = ** Erreur lors de l''exécution du script R {0} : {1} |
|
519 |
ExecuteRText_2 = \ ms |
|
520 |
|
|
521 |
ExecuteScriptImport_0 = Début de l'importation |
|
522 |
ExecuteScriptImport_1 = ** Le fichier de script {0} n''existe pas |
|
523 |
ExecuteScriptImport_2 = ** Erreur: le dossier 'corpora' n'existe pas : |
|
524 |
ExecuteScriptImport_3 = Erreur: le dossier {0} n''a pu être supprimé et existe toujours. L''import est interrompu. Vous pouvez supprimer manuellement le dossier et recommencer l''import |
|
525 |
ExecuteScriptImport_5 = ** Erreur de paramètres du Tokenizer : abandon de l'import. |
|
526 |
ExecuteScriptImport_6 = L'import n'a pas abouti. |
|
527 |
ExecuteScriptImport_7 = Importation terminée : |
|
528 |
ExecuteScriptImport_8 = ** Erreur lors du chargement du corpus |
|
529 |
|
|
530 |
ExecuteScriptR_0 = ** Le fichier de script R {0} n''existe pas |
|
531 |
ExecuteScriptR_1 = ** Erreur lors de l''exécution du script R {0} : {1} |
|
532 |
|
|
533 |
ExecuteScript_0 = Exécution de {0} ... |
|
534 |
ExecuteScript_1 = Sauver le fichier avant d'exécuter ? |
|
535 |
ExecuteScript_2 = Sauver et lancer |
|
536 |
ExecuteScript_3 = ** Aucun interpréteur trouvé pour l'extension du fichier de script |
|
537 |
ExecuteScript_4 = Annuler |
|
538 |
ExecuteScript_5 = Ne pas sauver et lancer |
|
539 |
ExecuteScript_6 = Toujours sauvegarder avant de lancer |
|
540 |
ExecuteScript_7 = Exécution annulée. |
|
541 |
|
|
542 | 224 |
Exit_Menu_Label = Quitter |
543 | 225 |
|
544 |
Explorer_0 = Le dossier {0} ne devrait pas être supprimé |
|
545 |
Explorer_1 = Aller au dossier parent |
|
546 |
Explorer_2 = Aller au dossier de travail de TXM |
|
547 |
Explorer_3 = TXM |
|
548 |
Explorer_4 = ⇧ |
|
549 |
Explorer_5 = ↻ |
|
550 |
Explorer_6 = Rafraîchir |
|
551 |
Explorer_7 = ⌂ |
|
552 |
Explorer_8 = Aller au dossier de travail de TXM |
|
553 |
|
|
554 | 226 |
ExportAnnotation_0 = Exportation des annotations |
555 | 227 |
|
556 | 228 |
ExportCorpus_0 = ** Échec de l''exportation du corpus {0} |
557 | 229 |
ExportCorpus_3 = Exportation de {0}. Cela peut prendre du temps en fonction de la taille du corpus. |
558 | 230 |
ExportCorpus_4 = Terminé, le fichier binaire créé est {0} |
559 | 231 |
|
560 |
ExportPreferencePage_1 = Configuration de l'export |
|
561 |
ExportPreferencePage_18 = Colonnes séparées par |
|
562 |
ExportPreferencePage_19 = Séparateur de texte |
|
563 |
ExportPreferencePage_21 = Format de fichier d'export des graphiques par défaut |
|
564 |
ExportPreferencePage_3 = Encodage des fichiers d'export |
|
565 |
ExportPreferencePage_4 = Afficher le résultat de l'export dans un éditeur de texte |
|
566 |
|
|
567 |
ExportResult_0 = Exportation des résultats |
|
568 |
ExportResult_1 = Exportation... |
|
569 |
ExportResult_2 = Graphique enregistré au format {1} dans le fichier {0} |
|
570 |
ExportResult_22 = Résultat enregistré dans le fichier {0} |
|
571 |
ExportResult_3 = ** Export : impossible de créer le fichier {0} : {1} |
|
572 |
ExportResult_4 = ** Échec de l''export dans le fichier {0} de format {1} |
|
573 |
ExportResult_5 = ** Impossible de lire {0} |
|
574 |
ExportResult_6 = ** Échec de l''exportation du résultat {0} : {1} |
|
575 |
|
|
576 |
ExportSVG_0 = Export graphique en cours... |
|
577 |
ExportSVG_1 = Graphique enregistré au format {1} dans le fichier {0} |
|
578 |
ExportSVG_2 = Export avec le device : {0} |
|
579 |
ExportSVG_3 = Échec de l''export dans le fichier {0} au format {1} |
|
580 |
|
|
581 |
FAILED_TO_PARSE_OPTIONS = ** Échec de l''analyse des options de TXM {0} : {1} |
|
582 |
FAILED_TO_SAVE_PREFERENCES = ** Échec de la sauvegarde des préférences |
|
583 |
|
|
584 |
FactorialMapEditor_0 = Axes: |
|
585 |
FactorialMapEditor_10 = ** Erreur interne : erreur de sélection du plan de l'AFC |
|
586 |
FactorialMapEditor_11 = Redimensionner |
|
587 |
FactorialMapEditor_13 = Mise à jour du plan factoriel |
|
588 |
FactorialMapEditor_4 = Afficher : |
|
589 |
FactorialMapEditor_5 = colonnes |
|
590 |
FactorialMapEditor_6 = lignes |
|
591 |
FactorialMapEditor_8 = Rechargement du plan factoriel |
|
592 |
|
|
593 |
FileExplorerPreferencePage_0 = Exp. Rég. des fichiers cachés |
|
594 |
FileExplorerPreferencePage_1 = Afficher les fichiers cachés |
|
595 |
FileExplorerPreferencePage_2 = Afficher les dossiers |
|
596 |
|
|
597 |
FileTreeContentProvider_1 = ** Explorateur de fichiers : expression régulière incorrecte |
|
598 |
FileTreeContentProvider_2 = \ ERREUR |
|
599 |
FileTreeContentProvider_3 = Element d'erreur : ' |
|
600 |
FileTreeContentProvider_4 = ' |
|
601 |
|
|
602 |
FrequencyListEditorInput_0 = Lexique |
|
603 |
FrequencyListEditorInput_1 = Pareto |
|
604 |
FrequencyListEditorInput_2 = Le lexique ne peut être vide |
|
605 |
FrequencyListEditorInput_3 = Forme |
|
606 |
FrequencyListEditorInput_4 = Fréquence |
|
607 |
FrequencyListEditorInput_5 = Chaîne de caractères |
|
608 |
FrequencyListEditorInput_6 = Entier |
|
609 |
FrequencyListEditorInput_9 = Type |
|
610 |
|
|
611 |
GenericMultiPageEditor_1 = ** Erreur interne : Impossible d''afficher la donnée {0}. |
|
612 |
GenericMultiPageEditor_3 = ** Erreur interne : le nombre d''éditeurs RCP ({0}) doit correspondre au nombre d''inputs ({1}). |
|
613 |
|
|
614 |
GetConcordancesDialog_0 = ** Fenêtre de dialogue de concordances : {0} |
|
615 |
GetConcordancesDialog_1 = Calcul des spécificités |
|
616 |
GetConcordancesDialog_13 = Vous devez sélectionner une propriété |
|
617 |
GetConcordancesDialog_14 = Propriété invalide |
|
618 |
GetConcordancesDialog_15 = Vous devez sélectionner une propriété |
|
619 |
GetConcordancesDialog_4 = &Propriété : |
|
620 |
GetConcordancesDialog_5 = Contexte &Gauche (mots) : |
|
621 |
GetConcordancesDialog_6 = Contexte &Droit (mots) : |
|
622 |
GetConcordancesDialog_7 = &Référence : |
|
623 |
|
|
624 |
GetConcordances_4 = ** Erreur lors du calcul des concordances : {0} |
|
625 |
|
|
626 |
GraphicalLogger_0 = ** Erreur {0} |
|
627 |
|
|
628 |
GroovyConsole_4 = \nErreur Interne. |
|
629 |
GroovyConsole_5 = L'erreur est : |
|
630 |
|
|
631 |
ImportDialog_0 = Paramètres d''import - {0} |
|
632 |
ImportDialog_1 = Dossier source |
|
633 |
ImportDialog_13 = Ce dossier semble contenir un corpus au format binaire |
|
634 |
ImportDialog_14 = Encodage par défaut de cet ordinateur |
|
635 |
ImportDialog_16 = Deviner |
|
636 |
ImportDialog_19 = Langue par défaut de cet ordinateur |
|
637 |
ImportDialog_22 = Sélectionner |
|
638 |
ImportDialog_23 = Options |
|
639 |
ImportDialog_4 = Encodage des caractères : |
|
640 |
ImportDialog_5 = Langue principale : |
|
641 |
ImportDialog_6 = Paramètres du segmenteur lexical : |
|
642 |
|
|
643 |
ImportFormEditor_0 = ** le script d''import est manquant {0} |
|
644 |
ImportFormEditor_1 = Import {0} |
|
645 |
|
|
646 |
ImportPreferencePage_0 = Encodage des caractères |
|
647 |
|
|
648 |
ImportSelectedText_0 = Importe le texte du presse-papier |
|
649 |
ImportSelectedText_1 = pressepapier |
|
650 |
ImportSelectedText_10 = Langue identifiée |
|
651 |
ImportSelectedText_12 = La langue suivante sera utilisée |
|
652 |
ImportSelectedText_2 = ** Le presse-papier est vide |
|
653 |
ImportSelectedText_3 = Confirmer |
|
654 |
ImportSelectedText_4 = Le corpus {0} va être supprimé |
|
655 |
ImportSelectedText_6 = ** Erreur interne : impossible de trouver le projet 'default' |
|
656 |
|
|
657 |
IndexToCooccurrence_0 = ** Erreur lors de la liaison entre l'Index et les Cooccurrences |
|
658 |
|
|
659 |
IndexToLexicalTable_0 = Impossible de créer une table lexicale à partir d'un Index créé sur un Corpus |
|
660 |
|
|
661 | 232 |
InternalCorpusView_0 = ** Erreur lors du calcul des informations du corpus |
662 | 233 |
InternalCorpusView_1 = Recharger |
663 | 234 |
InternalCorpusView_2 = ** Erreur interne : getText {0} |
664 | 235 |
|
665 | 236 |
Invalid_analysis_property = Propriété invalide |
666 | 237 |
|
667 |
JobHandler_0 = Annulation... |
|
668 |
JobHandler_1 = Annulation |
|
669 |
JobHandler_2 = \ : annulation demandée |
|
670 |
JobHandler_3 = Impossible d'annuler |
|
671 |
|
|
672 |
JobsTimer_12 = h, |
|
673 |
JobsTimer_13 = \ min and |
|
674 |
JobsTimer_15 = Effectué en {0} ({1}). |
|
675 |
JobsTimer_16 = . ( |
|
676 |
JobsTimer_17 = \ msec) |
|
677 |
JobsTimer_19 = Effectué en {0}. |
|
678 |
JobsTimer_2 = \ msec |
|
679 |
JobsTimer_20 = Job: |
|
680 |
JobsTimer_21 = Exec: |
|
681 |
JobsTimer_5 = \ sec |
|
682 |
JobsTimer_9 = \ min et |
|
683 |
|
|
684 |
LanguageSwitchHandler_0 = La langue de l'interface (LOCALE) n'a pas été fixée |
|
685 |
LanguageSwitchHandler_1 = Le fichier {0} n''existe pas |
|
686 |
LanguageSwitchHandler_3 = Choisir la langue |
|
687 |
LanguageSwitchHandler_5 = ** Changement de langue : URL {0} mal formée |
|
688 |
LanguageSwitchHandler_7 = TXM.ini : |
|
689 |
|
|
690 | 238 |
LastCQPError = Dernière erreur CQP : |
691 | 239 |
|
692 |
LineLabelProvider_1 = Ne devrait pas se produire |
|
693 |
|
|
694 |
LocalePreferencePage_1 = Configuration de la langue de l'interface utilisateur |
|
695 |
LocalePreferencePage_2 = Langue de l'interface |
|
696 |
|
|
697 |
MacrosExplorer_0 = Nouvelle macro |
|
698 |
MacrosExplorer_1 = Créer une template de |
|
699 |
|
|
700 |
MainPage_0 = Page principale |
|
701 |
MainPage_1 = Principal |
|
702 |
MainPage_10 = \ Pour aller au panneau suivant utiilisez l'onglet du bas.\n |
|
703 |
MainPage_11 = 3-\ Vous pouvez sauver les paramètres d'import à l'aide de l'icone disquette.\n |
|
704 |
MainPage_12 = 4-\ Pour commencer l'import, cliquez sur la fleche verte. |
|
705 |
MainPage_13 = parallelisme |
|
706 |
MainPage_14 = Corpora |
|
707 |
MainPage_15 = Ajouter un corpus aligné |
|
708 |
MainPage_17 = Entrez le nom du corpus |
|
709 |
MainPage_18 = Feuille XSL d'entrée |
|
710 |
MainPage_19 = Segmentation lexicale |
|
711 |
MainPage_2 = Paramètres d''import du module {0} |
|
712 |
MainPage_20 = Langue principale |
|
713 |
MainPage_22 = Supprimer un corpus |
|
714 |
MainPage_23 = Encodage des caractères |
|
715 |
MainPage_25 = Entrez le nom du corpus à supprimer |
|
716 |
MainPage_27 = Liens |
|
717 |
MainPage_28 = ** Erreur lors de la récupération de l'encodage |
|
718 |
MainPage_29 = Ajouter un lien |
|
719 |
MainPage_3 = Dossier des sources : |
|
720 |
MainPage_30 = Créer un lien à partir du corpus : |
|
721 |
MainPage_31 = Selectionnez 2 corpus : |
|
722 |
MainPage_33 = seg |
|
723 |
MainPage_34 = Retirer un lien |
|
724 |
MainPage_36 = Entrez un numéro de ligne à supprimer |
|
725 |
MainPage_38 = Retirer le lien n° |
|
726 |
MainPage_39 = Veuillez entrer un nombre valide |
|
727 |
MainPage_4 = Nom du corpus (base) |
|
728 |
MainPage_40 = Premier corpus |
|
729 |
MainPage_42 = Structure d'alignement |
|
730 |
MainPage_44 = * \n(nom de l'archive sans extension qui contiendra le corpus) |
|
731 |
MainPage_45 = Description |
|
732 |
MainPage_46 = Ajouter un |
|
733 |
MainPage_49 = Le nom de corpus est obligatoire |
|
734 |
MainPage_5 = Ouverture... |
|
735 |
MainPage_50 = Rafraichir les liens |
|
736 |
MainPage_52 = Le dossier des sources ne contient pas de fichier import.xml |
|
737 |
MainPage_53 = Erreur lors de la création du fichier 'the import.xml' |
|
738 |
MainPage_54 = Chargement des paramètres depuis : |
|
739 |
MainPage_55 = Paramètres : |
|
740 |
MainPage_6 = Sauvegarde... |
|
741 |
MainPage_7 = Début... |
|
742 |
MainPage_8 = 1- Cliquez sur l'icone "dossier" pour choisir le dossier des sources\n |
|
743 |
MainPage_9 = 2- Si vous souhaitez ajouter des précisions d'import comme les sous-corpus et partition par défaut où les types des propriétés léxicales |
|
744 |
|
|
745 | 240 |
MergeCols_1 = Nouveau nom |
746 | 241 |
MergeCols_2 = Nom de la nouvelle colonne issue de la fusion |
747 | 242 |
MergeCols_5 = Noms : |
... | ... | |
887 | 382 |
ProgressionForm_8 = Exp. Rég. : |
888 | 383 |
ProgressionForm_9 = Syles de ligne différents |
889 | 384 |
|
890 |
ProgressionPreferencePage_2 = Progression |
|
891 |
ProgressionPreferencePage_3 = Graphe de progression cumulatif |
|
892 |
ProgressionPreferencePage_4 = Niveaux de gris |
|
893 |
ProgressionPreferencePage_5 = Style de ligne unique |
|
894 |
ProgressionPreferencePage_6 = Répéter les valeurs de propriétés de structures |
|
895 |
ProgressionPreferencePage_7 = Échelle des limites de structures |
|
896 |
|
|
897 | 385 |
PropertiesSelector_0 = Impossible de charger les propriétés du corpus {0} ({1}) |
898 | 386 |
PropertiesSelector_1 = Propriétés : |
899 | 387 |
PropertiesSelector_2 = Editer |
... | ... | |
1022 | 510 |
|
1023 | 511 |
SortPropertySelection_0 = Options de tri |
1024 | 512 |
|
1025 |
SpecificitiesPreferencePage_0 = Montrer les p-values |
|
1026 |
SpecificitiesPreferencePage_1 = Graphique N/B |
|
1027 |
SpecificitiesPreferencePage_2 = Spécificités |
|
1028 |
SpecificitiesPreferencePage_3 = Format des indices (par défaut : %,.1f) |
|
1029 |
SpecificitiesPreferencePage_4 = Regrouper les barres par les lignes de la table |
|
1030 |
SpecificitiesPreferencePage_5 = Afficher les lignes |
|
1031 |
SpecificitiesPreferencePage_6 = Afficher les barres |
|
1032 |
SpecificitiesPreferencePage_7 = Banalité |
|
1033 |
SpecificitiesPreferencePage_8 = Indice maximum |
|
1034 |
|
|
1035 |
SpecificitiesResultEditorInput_0 = Valeurs |
|
1036 |
SpecificitiesResultEditorInput_1 = Graphique |
|
1037 |
SpecificitiesResultEditorInput_11 = Flottant |
|
1038 |
SpecificitiesResultEditorInput_2 = On ne peut pas calculer à la fois les spécificités d'une partie et des formes |
|
1039 |
SpecificitiesResultEditorInput_5 = Fréquence totale |
|
1040 |
SpecificitiesResultEditorInput_6 = Sous-fréquence |
|
1041 |
SpecificitiesResultEditorInput_7 = Index des spécificités |
|
1042 |
|
|
1043 |
SpecificitiesTableEditor_0 = Le calcul des spécificités a échoué |
|
1044 |
SpecificitiesTableEditor_1 = ** Erreur lors du tri des spécificités |
|
1045 |
SpecificitiesTableEditor_11 = T |
|
1046 |
SpecificitiesTableEditor_16 = Graphique : |
|
1047 |
SpecificitiesTableEditor_17 = Chargement de la table des spécificités |
|
1048 |
SpecificitiesTableEditor_5 = Erreur inattendue dans le moteur statistique R : {0} |
|
1049 |
SpecificitiesTableEditor_8 = Calculer le diagramme en bâtons des lignes sélectionnées |
|
1050 |
|
|
1051 | 513 |
Structure_field_not_empty = Le champ structure ne doit pas être vide. |
1052 | 514 |
|
1053 | 515 |
Submit_0 = Enregistrer |
tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/command/DiagnosticAdapterFactory.java (revision 539) | ||
---|---|---|
1 |
// Copyright © 2010-2013 ENS de Lyon. |
|
2 |
package org.txm.searchengine.cqp.rcp.command; |
|
3 |
|
|
4 |
import org.eclipse.jface.resource.ImageDescriptor; |
|
5 |
import org.eclipse.ui.model.IWorkbenchAdapter; |
|
6 |
import org.eclipse.ui.plugin.AbstractUIPlugin; |
|
7 |
import org.osgi.framework.FrameworkUtil; |
|
8 |
import org.txm.functions.diagnostic.Diagnostic; |
|
9 |
import org.txm.index.core.functions.Index; |
|
10 |
import org.txm.rcp.adapters.TXMResultAdapter; |
|
11 |
import org.txm.rcp.adapters.TXMResultAdapterFactory; |
|
12 |
|
|
13 |
|
|
14 |
/** |
|
15 |
* Display a Diagnostic icon |
|
16 |
* |
|
17 |
* @author mdecorde |
|
18 |
* @author sjacquot |
|
19 |
*/ |
|
20 |
public class DiagnosticAdapterFactory extends TXMResultAdapterFactory { |
|
21 |
|
|
22 |
public static final ImageDescriptor ICON = |
|
23 |
AbstractUIPlugin.imageDescriptorFromPlugin(FrameworkUtil.getBundle(DiagnosticAdapterFactory.class).getSymbolicName(), |
|
24 |
"platform:/plugin/"+ FrameworkUtil.getBundle(DiagnosticAdapterFactory.class).getSymbolicName() + "/icons/functions/diagnostique.png"); //$NON-NLS-1$ //$NON-NLS-2$ |
|
25 |
|
|
26 |
@Override |
|
27 |
public Object getAdapter(Object adaptableObject, Class adapterType) { |
|
28 |
if(adapterType == IWorkbenchAdapter.class && adaptableObject instanceof Index) { |
|
29 |
return new TXMResultAdapter() { |
|
30 |
@Override |
|
31 |
public ImageDescriptor getImageDescriptor(Object object) { |
|
32 |
if (object instanceof Diagnostic) { |
|
33 |
return ICON; |
|
34 |
} |
|
35 |
return null; |
|
36 |
} |
|
37 |
}; |
|
38 |
} |
|
39 |
return null; |
|
40 |
} |
|
41 |
} |
|
0 | 42 |
tmp/org.txm.searchengine.cqp.rcp/src/org/txm/searchengine/cqp/rcp/command/ComputeDiagnostic.java (revision 539) | ||
---|---|---|
27 | 27 |
// |
28 | 28 |
package org.txm.searchengine.cqp.rcp.command; |
29 | 29 |
|
30 |
import java.io.File; |
|
31 |
|
|
32 | 30 |
import org.eclipse.core.commands.AbstractHandler; |
33 | 31 |
import org.eclipse.core.commands.ExecutionEvent; |
34 | 32 |
import org.eclipse.core.commands.ExecutionException; |
35 |
import org.eclipse.core.runtime.IProgressMonitor; |
|
36 |
import org.eclipse.core.runtime.IStatus; |
|
37 |
import org.eclipse.core.runtime.Status; |
|
38 | 33 |
import org.eclipse.jface.viewers.IStructuredSelection; |
39 |
import org.eclipse.osgi.util.NLS; |
|
40 | 34 |
import org.eclipse.swt.SWT; |
41 |
import org.eclipse.swt.widgets.MessageBox; |
|
42 |
import org.eclipse.swt.widgets.Shell; |
|
43 | 35 |
import org.eclipse.ui.IWorkbenchPage; |
44 | 36 |
import org.eclipse.ui.PartInitException; |
45 | 37 |
import org.eclipse.ui.handlers.HandlerUtil; |
46 |
import org.txm.Toolbox; |
|
47 |
import org.txm.core.preferences.TBXPreferences; |
|
48 |
import org.txm.core.preferences.TXMPreferences; |
|
49 |
import org.txm.core.results.TXMParameters; |
|
50 | 38 |
import org.txm.functions.diagnostic.Diagnostic; |
51 |
import org.txm.rcp.JobsTimer; |
|
52 | 39 |
import org.txm.rcp.RCPMessages; |
53 | 40 |
import org.txm.rcp.TXMWindows; |
54 |
import org.txm.rcp.commands.OpenBrowser; |
|
55 | 41 |
import org.txm.rcp.editors.TXMResultEditorInput; |
56 |
import org.txm.rcp.editors.TXMWebBrowserEditor; |
|
57 |
import org.txm.rcp.preferences.RCPPreferences; |
|
58 |
import org.txm.rcp.utils.JobHandler; |
|
59 |
import org.txm.searchengine.cqp.AbstractCqiClient; |
|
42 |
import org.txm.rcp.views.corpora.CorporaView; |
|
60 | 43 |
import org.txm.searchengine.cqp.CQPEngine; |
61 |
import org.txm.searchengine.cqp.CQPPreferences; |
|
62 |
import org.txm.searchengine.cqp.NetCqiClient; |
|
63 | 44 |
import org.txm.searchengine.cqp.corpus.Corpus; |
64 |
import org.txm.searchengine.cqp.corpus.CorpusManager; |
|
65 | 45 |
import org.txm.searchengine.cqp.rcp.editor.DiagnosticEditor; |
66 |
import org.txm.utils.AsciiUtils; |
|
67 | 46 |
import org.txm.utils.logger.Log; |
68 | 47 |
|
69 | 48 |
// TODO: Auto-generated Javadoc |
... | ... | |
74 | 53 |
*/ |
75 | 54 |
public class ComputeDiagnostic extends AbstractHandler { |
76 | 55 |
|
56 |
// adds a double click listener to the Corpus View |
|
57 |
static { |
|
58 |
CorporaView.addDoubleClickListener(Diagnostic.class, ComputeDiagnostic.class); |
|
59 |
} |
|
60 |
|
|
77 | 61 |
/** The selection. */ |
78 | 62 |
private IStructuredSelection selection; |
79 | 63 |
|
... | ... | |
97 | 81 |
} |
98 | 82 |
|
99 | 83 |
selection = (IStructuredSelection) sel; |
100 |
if (!(selection.getFirstElement() instanceof Corpus)) { |
|
101 |
System.out.println(RCPMessages.ComputeDiagnostic_1+selection.getFirstElement()); |
|
102 |
return null; |
|
84 |
Object s = selection.getFirstElement(); |
|
85 |
Diagnostic diag = null; |
|
86 |
if (s instanceof Corpus) { |
|
87 |
diag = new Diagnostic((Corpus)s); |
|
88 |
} else if (s instanceof Diagnostic) { |
|
89 |
diag = (Diagnostic)s; |
|
90 |
} else { |
|
91 |
System.out.println("Selection not managed: "+s); |
|
103 | 92 |
} |
104 |
|
|
105 |
final Corpus corpus = (Corpus) selection.getFirstElement(); |
|
106 |
|
|
107 |
String txmhome = TXMPreferences.getString(TBXPreferences.USER_TXM_HOME, TBXPreferences.PREFERENCES_NODE); |
|
108 |
if (!new File(txmhome, "informations").exists()) //$NON-NLS-1$ |
|
109 |
new File(txmhome, "informations").mkdir(); //$NON-NLS-1$ |
|
110 |
String filename = corpus.getParent().getName()+"-"+corpus.getName(); //$NON-NLS-1$ |
|
111 |
filename = AsciiUtils.buildId(filename); |
|
112 |
final File diagfile = new File( |
|
113 |
txmhome, "results/" + filename + "-infos.html"); //$NON-NLS-1$ //$NON-NLS-2$ |
|
114 |
|
|
115 |
AbstractCqiClient cqi = CorpusManager.getCorpusManager().getCqiClient(); |
|
116 |
if (diagfile.exists() && cqi instanceof NetCqiClient) { |
|
117 |
Shell s = new Shell(); |
|
118 |
MessageBox messageBox = new MessageBox(s, SWT.ICON_QUESTION |
|
119 |
| SWT.YES | SWT.NO); |
|
120 |
messageBox.setMessage(NLS.bind(RCPMessages.Diagnostique_1, diagfile.getName())); |
|
121 |
response = messageBox.open(); |
|
93 |
try { |
|
94 |
return open(diag); |
|
95 |
} catch (PartInitException e) { |
|
96 |
System.out.println("Error while opening editor: "+e.getLocalizedMessage()); |
|
97 |
Log.printStackTrace(e); |
|
122 | 98 |
} |
123 |
|
|
124 |
JobHandler jobhandler = new JobHandler(NLS.bind(RCPMessages.Diagnostique_0, corpus.getName())) { |
|
125 |
@Override |
|
126 |
protected IStatus run(IProgressMonitor monitor) { |
|
127 |
this.runInit(monitor); |
|
128 |
try { |
|
129 |
JobsTimer.start(); |
|
130 |
//this.setCurrentMonitor(monitor); |
|
131 |
monitor.beginTask(NLS.bind(RCPMessages.Diagnostique_0, corpus.getName()), 100); |
|
132 |
final int maxvalue = CQPPreferences.getInt(CQPPreferences.MAXVALUE, CQPPreferences.PREFERENCES_NODE); |
|
133 |
diagfile.getParentFile().mkdir(); |
|
134 |
|
|
135 |
if (monitor.isCanceled()) |
|
136 |
return Status.CANCEL_STATUS; |
|
137 |
|
|
138 |
if (response == SWT.NO) return Status.CANCEL_STATUS; |
|
139 |
|
|
140 |
diagfile.delete(); |
|
141 |
|
|
142 |
monitor.subTask(RCPMessages.Diagnostique_7); |
|
143 |
final Diagnostic diag = new Diagnostic(corpus); |
|
144 |
diag.setParameters(maxvalue); |
|
145 |
|
|
146 |
monitor.worked(5); |
|
147 |
if (monitor.isCanceled()) { |
|
148 |
monitor.done(); |
|
149 |
return Status.CANCEL_STATUS; |
|
150 |
} |
|
151 |
|
|
152 |
monitor.subTask(RCPMessages.Diagnostique_8); |
|
153 |
diag.stepGeneralInfos(); |
|
154 |
monitor.worked(10); |
|
155 |
if(monitor.isCanceled()) { |
|
156 |
monitor.done(); |
|
157 |
return Status.CANCEL_STATUS; |
|
158 |
} |
|
159 |
|
|
160 |
monitor.subTask(RCPMessages.Diagnostique_9); |
|
161 |
diag.stepLexicalProperties(); |
|
162 |
monitor.worked(20); |
|
163 |
if (monitor.isCanceled()) { |
|
164 |
monitor.done(); |
|
165 |
return Status.CANCEL_STATUS; |
|
166 |
} |
|
167 |
|
|
168 |
monitor.subTask(RCPMessages.Diagnostique_10); |
|
169 |
diag.stepStructuralUnits(); |
|
170 |
monitor.worked(50); |
|
171 |
if (monitor.isCanceled()) { |
|
172 |
monitor.done(); |
|
173 |
return Status.CANCEL_STATUS; |
|
174 |
} |
|
175 |
|
|
176 |
if (monitor.isCanceled()) |
|
177 |
return Status.CANCEL_STATUS; |
|
178 |
|
|
179 |
//if(diagfile.exists() && diagfile.canRead()) |
|
180 |
diag.toHTML(diagfile); |
|
181 |
if (!diagfile.exists() || !diagfile.canRead()) { |
|
182 |
System.out.println(RCPMessages.Diagnostique_2+corpus+": "+diagfile); //$NON-NLS-1$ |
|
183 |
monitor.done(); |
|
184 |
return Status.CANCEL_STATUS; |
|
185 |
} |
|
186 |
|
|
187 |
|
|
188 |
monitor.subTask(RCPMessages.Diagnostique_11); |
|
189 |
monitor.worked(5); |
|
190 |
syncExec(new Runnable() { |
|
191 |
@Override |
|
192 |
public void run() { |
|
193 |
try { |
|
194 |
open(diag); |
|
195 |
} catch (PartInitException e) { |
|
196 |
// TODO Auto-generated catch block |
|
197 |
e.printStackTrace(); |
|
198 |
} |
|
199 |
} |
|
200 |
}); |
|
201 |
|
|
202 |
} catch (ThreadDeath td) { |
|
203 |
return Status.CANCEL_STATUS; |
|
204 |
} catch (Exception e) { |
|
205 |
org.txm.rcp.utils.Logger.printStackTrace(e); |
|
206 |
} finally { |
|
207 |
monitor.done(); |
|
208 |
JobsTimer.stopAndPrint(); |
|
209 |
} |
|
210 |
return Status.OK_STATUS; |
|
211 |
} |
|
212 |
}; |
|
213 |
jobhandler.startJob(); |
|
214 |
|
|
215 | 99 |
return null; |
216 | 100 |
} |
217 | 101 |
|
218 |
public static void open(Diagnostic diag) throws PartInitException {
|
|
102 |
public static Object open(Diagnostic diag) throws PartInitException {
|
|
219 | 103 |
IWorkbenchPage page = TXMWindows.getActiveWindow().getActivePage(); |
220 |
page.openEditor(new TXMResultEditorInput(diag), DiagnosticEditor.class.getName()); |
|
104 |
return page.openEditor(new TXMResultEditorInput(diag), DiagnosticEditor.class.getName());
|
|
221 | 105 |
} |
222 | 106 |
} |
tmp/org.txm.searchengine.cqp.rcp/plugin.xml (revision 539) | ||
---|---|---|
322 | 322 |
name="Diagnostic"> |
323 | 323 |
</editor> |
324 | 324 |
</extension> |
325 |
<extension |
|
326 |
point="org.eclipse.core.runtime.adapters"> |
|
327 |
<factory |
|
328 |
adaptableType="org.txm.functions.diagnostic.Diagnostic" |
|
329 |
class="org.txm.searchengine.cqp.rcp.command.DiagnosticAdapterFactory"> |
|
330 |
<adapter |
|
331 |
type="org.txm.searchengine.cqp.rcp.Adapter1"> |
|
332 |
</adapter> |
|
333 |
</factory> |
|
334 |
</extension> |
|
325 | 335 |
|
326 | 336 |
</plugin> |
tmp/org.txm.searchengine.cqp.rcp/.settings/org.eclipse.core.resources.prefs (revision 539) | ||
---|---|---|
1 | 1 |
eclipse.preferences.version=1 |
2 | 2 |
encoding//src/org/txm/searchengine/cqp/rcp/messages_fr.properties=UTF-8 |
3 |
encoding//src/org/txm/searchengine/cqp/rcp/messages_ru.properties=UTF-8 |
tmp/org.txm.specificities.rcp/.classpath (revision 539) | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
<classpath> |
3 | 3 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> |
4 |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
|
4 |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> |
|
5 |
<accessrules> |
|
6 |
<accessrule kind="accessible" pattern="**"/> |
|
7 |
</accessrules> |
|
8 |
</classpathentry> |
|
5 | 9 |
<classpathentry kind="src" path="src"/> |
6 | 10 |
<classpathentry kind="output" path="bin"/> |
7 | 11 |
</classpath> |
tmp/org.txm.specificities.rcp/META-INF/MANIFEST.MF (revision 539) | ||
---|---|---|
19 | 19 |
org.txm.chartsengine.rcp, |
20 | 20 |
org.txm.rcp;bundle-version="0.7.8", |
21 | 21 |
org.eclipse.core.expressions;bundle-version="3.4.600", |
22 |
org.txm.lexicaltable.rcp |
|
22 |
org.txm.lexicaltable.rcp, |
|
23 |
org.txm.chartsengine.core |
|
23 | 24 |
Export-Package: org.txm.specificities.rcp.adapters, |
24 | 25 |
org.txm.specificities.rcp.editors, |
25 | 26 |
org.txm.specificities.rcp.handlers, |
tmp/org.txm.specificities.rcp/src/org/txm/specificities/rcp/handlers/ComputeSpecifictiesBarChart.java (revision 539) | ||
---|---|---|
112 | 112 |
} |
113 | 113 |
}); |
114 | 114 |
} |
115 |
|
|
116 |
|
|
117 | 115 |
} |
118 | 116 |
catch (Exception e) { |
119 | 117 |
System.out.println("Error while computing specificities bar chart: "+e.getLocalizedMessage()); |
tmp/org.txm.cah.rcp/.classpath (revision 539) | ||
---|---|---|
1 | 1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
<classpath> |
3 | 3 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> |
4 |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
|
4 |
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"> |
|
5 |
<accessrules> |
|
6 |
<accessrule kind="accessible" pattern="**"/> |
|
7 |
</accessrules> |
|
8 |
</classpathentry> |
|
5 | 9 |
<classpathentry kind="src" path="src"/> |
6 | 10 |
<classpathentry kind="output" path="bin"/> |
7 | 11 |
</classpath> |
tmp/org.txm.cah.rcp/META-INF/MANIFEST.MF (revision 539) | ||
---|---|---|
9 | 9 |
org.txm.cah.rcp.handlers, |
10 | 10 |
org.txm.cah.rcp.messages, |
11 | 11 |
org.txm.cah.rcp.preferences |
12 |
Require-Bundle: org.txm.utils;bundle-version="1.0.0";visibility:=reexport, |
|
12 |
Require-Bundle: org.txm.cah.core;bundle-version="1.0.0";visibility:=reexport, |
|
13 |
org.txm.utils;bundle-version="1.0.0";visibility:=reexport, |
|
13 | 14 |
org.eclipse.osgi;visibility:=reexport, |
14 | 15 |
org.eclipse.core.runtime;bundle-version="3.10.0";visibility:=reexport, |
15 | 16 |
org.eclipse.ui;bundle-version="3.106.1";visibility:=reexport, |
... | ... | |
19 | 20 |
org.txm.searchengine.cqp.core;bundle-version="1.1.0";visibility:=reexport, |
20 | 21 |
org.txm.ca.core;visibility:=reexport, |
21 | 22 |
org.txm.lexicaltable.core;bundle-version="1.0.0";visibility:=reexport, |
22 |
org.txm.cah.core;bundle-version="1.0.0";visibility:=reexport, |
|
23 | 23 |
org.txm.chartsengine.rcp;bundle-version="1.0.0";visibility:=reexport, |
24 | 24 |
org.txm.core;bundle-version="0.7.0";visibility:=reexport, |
25 | 25 |
org.txm.rcp;bundle-version="0.7.8";visibility:=reexport, |
26 | 26 |
org.eclipse.core.expressions;bundle-version="3.4.600";visibility:=reexport, |
27 |
org.txm.searchengine.core;bundle-version="1.0.0";visibility:=reexport |
|
27 |
org.txm.searchengine.core;bundle-version="1.0.0";visibility:=reexport, |
|
28 |
org.eclipse.core.commands |
|
28 | 29 |
Bundle-Vendor: Textometrie.org |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/SimpleSubcorpusPanel.java (revision 539) | ||
---|---|---|
89 | 89 |
try { |
90 | 90 |
structuralUnits = corpus.getOrderedStructuralUnits(); |
91 | 91 |
} catch (Exception e) { |
92 |
Log.severe(RCPMessages.ObjectExplorer_9
|
|
92 |
Log.severe(RCPMessages.ERROR
|
|
93 | 93 |
+ Log.toString(e)); |
94 | 94 |
return; |
95 | 95 |
} |
... | ... | |
157 | 157 |
} |
158 | 158 |
}); |
159 | 159 |
|
160 |
/* |
|
161 |
* try { for(String value : |
|
162 |
* selectedStructuralUnitProperty.getValues(corpus)) { |
|
163 |
* valueCombo.add(value); } } catch (CqiClientException e) { |
|
164 |
* System.err.println |
|
165 |
* (Messages.bind(Messages.ObjectExplorer_9, e)); } |
|
166 |
* valueCombo.select(0); selectedValue = valueCombo.getItem(0); |
|
167 |
*/ |
|
168 | 160 |
valueCombo.getList().addSelectionListener(new SelectionListener() { |
169 | 161 |
@Override |
170 | 162 |
public void widgetSelected(SelectionEvent e) { |
... | ... | |
199 | 191 |
values = selectedStructuralUnitProperty.getOrderedValues(corpus); |
200 | 192 |
Collections.sort(values); |
201 | 193 |
} catch (CqiClientException e) { |
202 |
Log.severe(RCPMessages.ObjectExplorer_9
|
|
194 |
Log.severe(RCPMessages.ERROR
|
|
203 | 195 |
+ Log.toString(e)); |
204 | 196 |
return; |
205 | 197 |
} |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/parameters/FloatField.java (revision 539) | ||
---|---|---|
21 | 21 |
try { |
22 | 22 |
return Float.parseFloat(dt.getText()); |
23 | 23 |
} catch (Exception e) { |
24 |
System.out.println(RCPMessages.ApplicationWorkbenchAdvisor_29+e.getMessage());
|
|
24 |
System.out.println(RCPMessages.ERROR+e.getMessage());
|
|
25 | 25 |
} |
26 | 26 |
return null; |
27 | 27 |
} |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/ComplexSubcorpusPanel.java (revision 539) | ||
---|---|---|
414 | 414 |
@Override |
415 | 415 |
public void widgetSelected(SelectionEvent e) { |
416 | 416 |
if (queryItems.size() > 1) { |
417 |
System.out.println(RCPMessages.ObjectExplorer_9); |
|
418 | 417 |
QueryItem.this.dispose(); |
419 | 418 |
queryItems.remove(QueryItem.this); |
420 | 419 |
ComplexSubcorpusPanel.this.layout(); |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/RCPMessages.java (revision 539) | ||
---|---|---|
82 | 82 |
public static String ApplicationWorkbenchAdvisor_26; |
83 | 83 |
public static String ApplicationWorkbenchAdvisor_27; |
84 | 84 |
public static String ApplicationWorkbenchAdvisor_28; |
85 |
public static String ApplicationWorkbenchAdvisor_29;
|
|
85 |
public static String ERROR;
|
|
86 | 86 |
public static String ApplicationWorkbenchAdvisor_3; |
87 | 87 |
public static String ApplicationWorkbenchAdvisor_30; |
88 | 88 |
public static String ApplicationWorkbenchAdvisor_31; |
... | ... | |
665 | 665 |
public static String MainPage_44; |
666 | 666 |
public static String MainPage_45; |
667 | 667 |
public static String MainPage_46; |
668 |
public static String MainPage_47; |
|
669 | 668 |
public static String MainPage_49; |
670 | 669 |
public static String MainPage_5; |
671 | 670 |
public static String MainPage_50; |
... | ... | |
705 | 704 |
public static String ObjectExplorer_4; |
706 | 705 |
public static String ObjectExplorer_5; |
707 | 706 |
public static String ObjectExplorer_7; |
708 |
public static String ObjectExplorer_9; |
|
709 | 707 |
public static String ObjectSelectionDialog_0; |
710 | 708 |
public static String ObjectSelectionDialog_3; |
711 | 709 |
public static String ObjectSelectionDialog_5; |
... | ... | |
811 | 809 |
public static String QueryAssistDialog_33; |
812 | 810 |
public static String QueryAssistDialog_34; |
813 | 811 |
public static String QueryAssistDialog_8; |
814 |
public static String QueryIndexEditor_0; |
|
815 |
public static String QueryIndexEditor_1; |
|
816 |
public static String QueryIndexEditor_10; |
|
817 |
public static String QueryIndexEditor_11; |
|
818 |
public static String QueryIndexEditor_2; |
|
819 |
public static String QueryIndexEditor_3; |
|
820 |
public static String QueryIndexEditor_4; |
|
821 |
public static String QueryIndexEditor_5; |
|
822 |
public static String QueryIndexEditor_6; |
|
823 |
public static String QueryIndexEditor_7; |
|
824 |
public static String QueryIndexEditor_8; |
|
825 |
public static String QueryIndexEditor_9; |
|
826 | 812 |
public static String RConsole_0; |
827 | 813 |
|
828 | 814 |
public static String RConsole_1; |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages_ru.properties (revision 539) | ||
---|---|---|
1 | 1 |
CGU_TITLE=Licence d'utilisation |
2 | 2 |
CGU_MESSAGE=<p>TXM est diffusé sous licence GNU GPL 2 <<a href="https://www.gnu.org/licenses/gpl-2.0.fr.html">https://www.gnu.org/licenses/gpl-2.0.fr.html</a> |
3 | 3 |
CGU_CHECKMESSAGE=J'accepte la licence et je m'engage à citer TXM dans mes travaux de recherche \n(voir la section Citation de la page <http://textometrie.ens-lyon.fr/spip.php?rubrique61>) |
4 |
|
|
4 |
SORT_DONE = Сортировка завершена. |
|
5 |
SORT_COLUMN = |
|
5 | 6 |
About_Menu_Label = О платформе TXM... |
6 | 7 |
|
7 | 8 |
AdapterFactory_0 = ** Предупреждение: корпус {0} поврежден. Некоторые команды могут быть недоступны или функционировать некорркетно. |
... | ... | |
42 | 43 |
ApplicationWorkbenchAdvisor_11 = Загрузка демонстрационных корпусов |
43 | 44 |
ApplicationWorkbenchAdvisor_12 = ** Ошибка: переменная среды ''TXMHOME'' задана ({0}), но нет папки: |
44 | 45 |
ApplicationWorkbenchAdvisor_13 = ** Не удалось создать папку TXMHOME : {0} |
45 |
ApplicationWorkbenchAdvisor_14 = \ проверка расширения: |
|
46 | 46 |
ApplicationWorkbenchAdvisor_16 = N/A_Removing old corpus backup directory {0}. |
47 | 47 |
ApplicationWorkbenchAdvisor_17 = . |
48 | 48 |
ApplicationWorkbenchAdvisor_18=Corpora backuped: {0} |
... | ... | |
56 | 56 |
ApplicationWorkbenchAdvisor_26 = N/A_ to |
57 | 57 |
ApplicationWorkbenchAdvisor_27 = Рабочая папка TXM уже существует. Загрузить ранее созданные корпусы? |
58 | 58 |
ApplicationWorkbenchAdvisor_28 = Сохранение рабочей папки... |
59 |
ApplicationWorkbenchAdvisor_29 = N/A_Error:
|
|
59 |
ERROR = N/A_Error:
|
|
60 | 60 |
ApplicationWorkbenchAdvisor_3 = Проверка наличия рабочей папки |
61 | 61 |
ApplicationWorkbenchAdvisor_30 = Перемещение существующих корпусов... |
62 | 62 |
ApplicationWorkbenchAdvisor_31 = ** Не удалось создать рабочее пространство 'default.xml' |
... | ... | |
127 | 127 |
CAPreferencePage_7 = Формат колонки Cos² |
128 | 128 |
CAPreferencePage_8 = Формат колонки Coord |
129 | 129 |
|
130 |
CQPPreferenceInitializer_0 = localhost |
|
131 |
CQPPreferenceInitializer_1 = anonymous |
|
132 | 130 |
|
133 | 131 |
CQPPreferencePage_0 = N/A_CQPlib path |
134 | 132 |
CQPPreferencePage_1 = Использовать сетевой протокол |
... | ... | |
188 | 186 |
ComputeClassification_5 = Колонки |
189 | 187 |
ComputeClassification_6 = Строчки |
190 | 188 |
|
191 |
ComputeConcordance_0 = Открытие окна конкорданса |
|
192 |
ComputeConcordance_1 = N/A_Failed to open concordance editor. |
|
193 |
|
|
194 | 189 |
ComputeCoocFromLines_0 = Идет расчет совместной встречаемости |
195 | 190 |
ComputeCoocFromLines_1 = Открытие таблицы совместной встречаемости |
196 | 191 |
|
... | ... | |
226 | 221 |
ComputeLexicalTable_7 = Списки значений должны иметь одинаковое распределение: {0} |
227 | 222 |
ComputeLexicalTable_9 = ** Диалоговое окно словарной таблицы: невозможно получить размер корпуса. Причина {0} |
228 | 223 |
|
229 |
ComputeProgression_0 = Функция Прогрессия в настоящее время недоступна на прерывных подкорпусах. |
|
230 |
ComputeProgression_1 = N/A_Failed to get last CQP error: |
|
231 |
ComputeProgression_10 = Открытие графика прогрессии |
|
232 |
ComputeProgression_12 = Готово: показано {0} позиций |
|
233 |
ComputeProgression_13 = ** Не удалось рассчитать прогрессию: {0} |
|
234 |
ComputeProgression_2 = Расчет прогрессии <{0}> в корпусе {1} |
|
235 |
ComputeProgression_3 = N/A_Done: no match found. |
|
236 |
ComputeProgression_4 = Расчет прогрессии {0} по запросу: {1}, структура: {2}, свойство: {3}, кумулятивность: {4} |
|
237 |
ComputeProgression_9 = ** {0} недоступен для записи |
|
238 |
|
|
239 | 224 |
ComputeReferencer_0 = Открытие результата Ссылок |
240 | 225 |
|
241 | 226 |
ComputeSpecificitiesDialog_0 = ** Диалоговое окно ''Расчет специфичности'' - {0} |
... | ... | |
254 | 239 |
|
255 | 240 |
Compute_Specificities = Расчет специфичности |
256 | 241 |
|
257 |
ConcordancerPreferencePage_3 = Параметры конкордансов |
|
258 |
ConcordancerPreferencePage_4 = Количество строк на &Странице : |
|
259 |
ConcordancerPreferencePage_5 = &Левый контекст (в словах) |
|
260 |
ConcordancerPreferencePage_6 = &Правый контекст (в словах) |
|
261 |
|
|
262 |
ConcordancesEditorContributor_0 = Конкорданс |
|
263 |
|
|
264 |
ConcordancesEditor_0 = Последняя ошибка CQi : |
|
265 |
ConcordancesEditor_1 = Ссылка |
|
266 |
ConcordancesEditor_11 = |< |
|
267 |
ConcordancesEditor_12 = < |
|
268 |
ConcordancesEditor_13 = > |
|
269 |
ConcordancesEditor_14 = >| |
|
270 |
ConcordancesEditor_16 = &Мотив: |
|
271 |
ConcordancesEditor_18 = &Редактировать |
|
272 |
ConcordancesEditor_19 = {0} употреблений |
|
273 |
ConcordancesEditor_2 = Левый контекст |
|
274 |
ConcordancesEditor_20 = Загрузка данных о строке... |
|
275 |
ConcordancesEditor_26 = идентификатор проекта {0} идентификатор корпуса {1} идентификатор текста {2} |
|
276 |
ConcordancesEditor_27 = Возврат к тексту: текст {0} отсутствует |
|
277 |
ConcordancesEditor_29 = Страница не найдена... для |
|
278 |
ConcordancesEditor_3 = Мотив |
|
279 |
ConcordancesEditor_30 = Возврат к тексту: издание по умолчанию не найдено |
|
280 |
ConcordancesEditor_34 = Загрузка конкорданса |
|
281 |
ConcordancesEditor_37 = Сортировка ссылок |
|
282 |
ConcordancesEditor_38 = Скрыть параметры |
|
283 |
ConcordancesEditor_39 = Показать параметры |
|
284 |
ConcordancesEditor_4 = Правый контекст |
|
285 |
ConcordancesEditor_41 = Сортировка левого контекста |
|
286 |
ConcordancesEditor_43 = Корпус {0} не имеет ссылок по умолчанию: {1} |
|
287 |
ConcordancesEditor_45 = Сортировка мотива |
|
288 |
ConcordancesEditor_46 = ** Невозможно показать в тексте: {0} |
|
289 |
ConcordancesEditor_48 = Сортировка правого контекста |
|
290 |
ConcordancesEditor_5 = Конкорданс мотива <{0}> в корпусе {1} |
|
291 |
ConcordancesEditor_50 = Открытие издания |
|
292 | 242 |
ONE_RESULT = Готово: один результат |
293 |
ConcordancesEditor_55 = Открытие диалогового окна свойств |
|
294 |
ConcordancesEditor_56 = Начало расчета конкордансов |
|
295 |
ConcordancesEditor_6 = Сортировка... |
|
296 |
ConcordancesEditor_7 = N/A_Failed to get last CQP error: |
|
297 |
ConcordancesEditor_8 = N/A_The corpus has no text_id property |
|
298 | 243 |
|
299 | 244 |
ConvertCorpus_0 = N/A_Corpus conversion failed. |
300 | 245 |
|
... | ... | |
616 | 561 |
GenericMultiPageEditor_1 = ** Внутренняя ошибка: невозможно показать данные {0}. |
617 | 562 |
GenericMultiPageEditor_3 = ** Внутренняя ошибка: число редакторов RCP ({0}) должно соответствовать числу вводов ({1}). |
618 | 563 |
|
619 |
GetConcordancesDialog_0 = ** Диалоговое окно конкордансов: {0} |
|
620 |
GetConcordancesDialog_1 = Расчет специфичности |
|
621 |
GetConcordancesDialog_13 = Вы должны выбрать одно свойство |
|
622 |
GetConcordancesDialog_14 = Некорректное свойство |
|
623 |
GetConcordancesDialog_15 = Вы должны выбрать одно свойство |
|
624 |
GetConcordancesDialog_4 = С&войство : |
|
625 |
GetConcordancesDialog_5 = &Левый контекст (слова) : |
Also available in: Unified diff