Revision 938
tmp/org.txm.querycooccurrences.rcp/src/org/txm/rcp/commands/function/ComputeQueryAutoCooccurrence.java (revision 938) | ||
---|---|---|
55 | 55 |
import org.eclipse.ui.handlers.HandlerUtil; |
56 | 56 |
import org.txm.core.messages.TXMCoreMessages; |
57 | 57 |
import org.txm.functions.coocmatrix.QueryAutoCooccurrence; |
58 |
import org.txm.functions.queryindex.QueryIndex;
|
|
59 |
import org.txm.functions.queryindex.QueryIndexLine;
|
|
58 |
import org.txm.queryindex.core.functions.QueryIndex;
|
|
59 |
import org.txm.queryindex.core.functions.QueryIndexLine;
|
|
60 | 60 |
import org.txm.rcp.JobsTimer; |
61 | 61 |
import org.txm.rcp.messages.TXMUIMessages; |
62 | 62 |
import org.txm.rcp.utils.JobHandler; |
tmp/org.txm.partition.rcp/src/org/txm/partition/rcp/messages/PartitionUIMessages.java (revision 938) | ||
---|---|---|
11 | 11 |
*/ |
12 | 12 |
public class PartitionUIMessages extends NLS { |
13 | 13 |
|
14 |
private static final String BUNDLE_NAME = "org.txm.partition.rcp.messages.messages"; //$NON-NLS-1$ |
|
15 |
|
|
14 | 16 |
public static String PreferencesPage_DIMENSIONS_DISPLAY_PARTS_COUNT_IN_TITLE; |
15 | 17 |
public static String PreferencesPage_DIMENSIONS_SORT_BY_PARTS_SIZE; |
16 | 18 |
|
17 | 19 |
static { |
18 | 20 |
// initialize resource bundle |
19 |
Utf8NLS.initializeMessages(PartitionUIMessages.class); |
|
21 |
Utf8NLS.initializeMessages(BUNDLE_NAME, PartitionUIMessages.class);
|
|
20 | 22 |
} |
21 | 23 |
|
22 | 24 |
private PartitionUIMessages() { |
tmp/org.txm.para.rcp/src/org/txm/para/rcp/messages/ParaBrowserUIMessages.java (revision 938) | ||
---|---|---|
13 | 13 |
*/ |
14 | 14 |
public class ParaBrowserUIMessages extends NLS { |
15 | 15 |
|
16 |
private static final String BUNDLE_NAME = "org.txm.para.rcp.messages.messages"; //$NON-NLS-1$ |
|
17 |
|
|
16 | 18 |
public static String ParaBrowserEditor_11; |
17 | 19 |
public static String ParaBrowserEditor_18; |
18 | 20 |
public static String ParaBrowserEditor_19; |
... | ... | |
27 | 29 |
|
28 | 30 |
static { |
29 | 31 |
// initialize resource bundle |
30 |
Utf8NLS.initializeMessages(ParaBrowserUIMessages.class); |
|
32 |
Utf8NLS.initializeMessages(BUNDLE_NAME, ParaBrowserUIMessages.class);
|
|
31 | 33 |
} |
32 | 34 |
|
33 | 35 |
private ParaBrowserUIMessages() { |
tmp/org.txm.properties.rcp/src/org/txm/properties/rcp/messages/PropertiesUIMessages.java (revision 938) | ||
---|---|---|
12 | 12 |
*/ |
13 | 13 |
public class PropertiesUIMessages extends NLS { |
14 | 14 |
|
15 |
public static String CQPPreferencePage_0; |
|
16 |
public static String CQPPreferencePage_1; |
|
17 |
public static String CQPPreferencePage_10; |
|
18 |
public static String CQPPreferencePage_11; |
|
19 |
public static String CQPPreferencePage_12; |
|
20 |
public static String CQPPreferencePage_13; |
|
21 |
public static String CQPPreferencePage_14; |
|
22 |
public static String CQPPreferencePage_15; |
|
23 |
public static String CQPPreferencePage_17; |
|
24 |
public static String CQPPreferencePage_18; |
|
15 |
private static final String BUNDLE_NAME = "org.txm.properties.rcp.messages.messages"; //$NON-NLS-1$ |
|
25 | 16 |
|
26 |
|
|
27 |
public static String ComputeProperties_0; |
|
28 |
|
|
29 | 17 |
public static String Max_Value_To_Display; |
30 | 18 |
|
31 | 19 |
|
32 | 20 |
static { |
33 | 21 |
// initialize resource bundle |
34 |
Utf8NLS.initializeMessages(PropertiesUIMessages.class); |
|
22 |
Utf8NLS.initializeMessages(BUNDLE_NAME, PropertiesUIMessages.class);
|
|
35 | 23 |
} |
36 | 24 |
} |
tmp/org.txm.properties.rcp/src/org/txm/properties/rcp/messages/messages.properties (revision 938) | ||
---|---|---|
1 |
ComputeProperties_0 = Selection is not structured |
|
2 | 1 |
|
3 | 2 |
Max_Value_To_Display = Maximum values to display |
tmp/org.txm.properties.rcp/src/org/txm/properties/rcp/messages/messages_ru.properties (revision 938) | ||
---|---|---|
1 | 1 |
|
2 |
CQPPreferencePage_0 = |
|
3 |
CQPPreferencePage_1 = Использовать сетевой протокол |
|
4 |
CQPPreferencePage_10 = Удаленный &сервер CWB |
|
5 |
CQPPreferencePage_11 = Удаленный сервер: &имя машины |
|
6 |
CQPPreferencePage_12 = Удаленный сервер: &номер порта |
|
7 |
CQPPreferencePage_13 = Удаленный сервер: &логин |
|
8 |
CQPPreferencePage_14 = Удаленный сервер: &пароль |
|
9 |
CQPPreferencePage_15 = Путь к исполняемому &файлу 'cqpserver' |
|
10 |
CQPPreferencePage_17 = Путь к файлу инициализации сервера CWB |
|
11 |
CQPPreferencePage_18 = Дополнительные опции сервера CWB: |
|
12 |
|
|
13 | 2 |
Max_Value_To_Display = Число отображаемых значений свойства |
tmp/org.txm.properties.rcp/src/org/txm/properties/rcp/messages/messages_fr.properties (revision 938) | ||
---|---|---|
1 |
Max_Value_To_Display = Nombre de valeurs de propri?t? affich? |
|
1 |
|
|
2 |
Max_Value_To_Display = Nombre de valeurs de propriété à afficher |
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/ProgressionUIMessages.java (revision 938) | ||
---|---|---|
12 | 12 |
*/ |
13 | 13 |
public class ProgressionUIMessages extends NLS { |
14 | 14 |
|
15 |
private static final String BUNDLE_NAME = "org.txm.progression.rcp.messages.messages"; //$NON-NLS-1$ |
|
16 |
|
|
15 | 17 |
public static String ProgressionPreferencePage_3; |
16 | 18 |
public static String ProgressionPreferencePage_6; |
17 | 19 |
public static String ProgressionPreferencePage_7; |
... | ... | |
24 | 26 |
public static String ProgressionDialog_2; |
25 | 27 |
public static String ProgressionDialog_3; |
26 | 28 |
public static String ProgressionDialog_7; |
27 |
public static String ProgressionDialog_9; |
|
28 |
|
|
29 | 29 |
|
30 | 30 |
static { |
31 | 31 |
// initializes resource bundle |
32 |
Utf8NLS.initializeMessages(ProgressionUIMessages.class); |
|
32 |
Utf8NLS.initializeMessages(BUNDLE_NAME, ProgressionUIMessages.class);
|
|
33 | 33 |
} |
34 | 34 |
|
35 | 35 |
private ProgressionUIMessages() { |
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/messages.properties (revision 938) | ||
---|---|---|
7 | 7 |
ProgressionDialog_2 = cumulative |
8 | 8 |
ProgressionDialog_3 = density |
9 | 9 |
ProgressionDialog_7 = Regex: |
10 |
ProgressionDialog_9 = add a query |
|
11 | 10 |
|
12 | 11 |
ProgressionPreferencePage_3 = Default chart type is cumulative |
13 | 12 |
ProgressionPreferencePage_6 = Repeat the values of the structure properties |
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/messages_ru.properties (revision 938) | ||
---|---|---|
7 | 7 |
ProgressionDialog_2 = кумулятивный |
8 | 8 |
ProgressionDialog_3 = плотность |
9 | 9 |
ProgressionDialog_7 = Рег. Выр.: |
10 |
ProgressionDialog_9 = добавить query |
|
11 | 10 |
|
12 | 11 |
ProgressionPreferencePage_3 = Кумулятивный граф прогрессии |
13 | 12 |
ProgressionPreferencePage_6 = Повторять значения с свойств структур |
tmp/org.txm.progression.rcp/src/org/txm/progression/rcp/messages/messages_fr.properties (revision 938) | ||
---|---|---|
7 | 7 |
ProgressionDialog_2 = cumulatif |
8 | 8 |
ProgressionDialog_3 = densité |
9 | 9 |
ProgressionDialog_7 = Exp. Rég. : |
10 |
ProgressionDialog_9 = ajouter une requête |
|
11 | 10 |
|
12 | 11 |
ProgressionPreferencePage_3 = Graphique de progression cumulatif par défault |
13 | 12 |
ProgressionPreferencePage_6 = Répéter les valeurs de propriétés de structures |
Also available in: Unified diff