Révision 3424

TXM/trunk/org.txm.searchengine.cqp.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
11 11
command.name.63=Open Bibliographic notice
12 12
command.tooltip.4=Build a partition
13 13
command.tooltip.71=Export as a binary file
14

  
15
commandParameter.name = edit
16
command.name.0 = Substraction
17
command.name.1 = Union
18
command.name.3 = Intersection
19
page.name = CQP
20
page.name.0 = Subcorpus
21
command.label = - Substract
22
command.tooltip = Substract
23
command.label.0 = \u222A Add
24
command.label.1 = \u2229 Intersect
25
command.label.2 = - Substract
26
command.tooltip.0 = Substract
27
command.label.3 = \u222A Add
28
command.label.4 = \u2229 Intersect
29
command.label.5 = -
30
command.tooltip.1 = Substract
31
command.label.6 = \u222A
32
command.label.7 = \u2229
33
editor.name = Subcorpus
34
editor.name.0 = Partition
TXM/trunk/org.txm.searchengine.cqp.rcp/plugin.xml (revision 3424)
35 35
         </commandParameter>
36 36
         <commandParameter
37 37
               id="edit"
38
               name="edit"
38
               name="%commandParameter.name"
39 39
               optional="true">
40 40
         </commandParameter>
41 41
      </command>
42 42
      <command
43 43
            defaultHandler="org.txm.searchengine.cqp.rcp.handlers.base.Substraction"
44 44
            id="org.txm.searchengine.cqp.rcp.handlers.base.Substraction"
45
            name="Substraction">
45
            name="%command.name.0">
46 46
      </command>
47 47
      <command
48 48
            defaultHandler="org.txm.searchengine.cqp.rcp.handlers.base.Union"
49 49
            id="org.txm.searchengine.cqp.rcp.handlers.base.Union"
50
            name="Union">
50
            name="%command.name.1">
51 51
      </command>
52 52
      <command
53 53
            defaultHandler="org.txm.searchengine.cqp.rcp.handlers.base.Intersection"
54 54
            id="org.txm.searchengine.cqp.rcp.handlers.base.Intersection"
55
            name="Intersection">
55
            name="%command.name.3">
56 56
      </command>
57 57
   </extension>
58 58
   <extension
......
61 61
            category="org.txm.searchengine.rcp.preferences.SearchEnginePreferencesPage"
62 62
            class="org.txm.searchengine.cqp.rcp.preferences.CQPPreferencePage"
63 63
            id="org.txm.searchengine.cqp.rcp.preferences.CQPPreferencePage"
64
            name="CQP">
64
            name="%page.name">
65 65
      </page>
66 66
      <page
67 67
            category="org.txm.rcp.preferences.UserPreferencePage"
68 68
            class="org.txm.searchengine.cqp.rcp.preferences.SubcorpusPreferencePage"
69 69
            id="org.txm.searchengine.cqp.rcp.preferences.SubcorpusPreferencePage"
70
            name="Subcorpus">
70
            name="%page.name.0">
71 71
      </page>
72 72
   </extension>
73 73
   <extension
......
188 188
         </command>
189 189
         <command
190 190
               commandId="org.txm.searchengine.cqp.rcp.handlers.base.Substraction"
191
               label="- Substract"
191
               label="%command.label"
192 192
               style="push"
193
               tooltip="Substract">
193
               tooltip="%command.tooltip">
194 194
            <visibleWhen
195 195
                  checkEnabled="false">
196 196
               <reference
......
200 200
         </command>
201 201
         <command
202 202
               commandId="org.txm.searchengine.cqp.rcp.handlers.base.Union"
203
               label="∪ Add"
203
               label="%command.label.0"
204 204
               style="push">
205 205
            <visibleWhen
206 206
                  checkEnabled="false">
......
211 211
         </command>
212 212
         <command
213 213
               commandId="org.txm.searchengine.cqp.rcp.handlers.base.Intersection"
214
               label="∩ Intersect"
214
               label="%command.label.1"
215 215
               style="push">
216 216
            <visibleWhen
217 217
                  checkEnabled="false">
......
262 262
         </command>
263 263
         <command
264 264
               commandId="org.txm.searchengine.cqp.rcp.handlers.base.Substraction"
265
               label="- Substract"
265
               label="%command.label.2"
266 266
               style="push"
267
               tooltip="Substract">
267
               tooltip="%command.tooltip.0">
268 268
            <visibleWhen
269 269
                  checkEnabled="false">
270 270
               <reference
......
274 274
         </command>
275 275
         <command
276 276
               commandId="org.txm.searchengine.cqp.rcp.handlers.base.Union"
277
               label="∪ Add"
277
               label="%command.label.3"
278 278
               style="push">
279 279
            <visibleWhen
280 280
                  checkEnabled="false">
......
285 285
         </command>
286 286
         <command
287 287
               commandId="org.txm.searchengine.cqp.rcp.handlers.base.Intersection"
288
               label="∩ Intersect"
288
               label="%command.label.4"
289 289
               style="push">
290 290
            <visibleWhen
291 291
                  checkEnabled="false">
......
337 337
            </command>
338 338
                        <command
339 339
                              commandId="org.txm.searchengine.cqp.rcp.handlers.base.Substraction"
340
                              label="-"
340
                              label="%command.label.5"
341 341
                              style="push"
342
                              tooltip="Substract">
342
                              tooltip="%command.tooltip.1">
343 343
                           <visibleWhen
344 344
                                 checkEnabled="false">
345 345
                              <reference
......
349 349
                        </command>
350 350
                        <command
351 351
                              commandId="org.txm.searchengine.cqp.rcp.handlers.base.Union"
352
                              label=""
352
                              label="%command.label.6"
353 353
                              style="push">
354 354
                           <visibleWhen
355 355
                                 checkEnabled="false">
......
360 360
                        </command>
361 361
                        <command
362 362
                              commandId="org.txm.searchengine.cqp.rcp.handlers.base.Intersection"
363
                              label=""
363
                              label="%command.label.7"
364 364
                              style="push">
365 365
                           <visibleWhen
366 366
                                 checkEnabled="false">
......
438 438
            default="false"
439 439
            icon="icons/functions/subcorpus.png"
440 440
            id="org.txm.searchengine.cqp.rcp.editor.SubcorpusEditor"
441
            name="Subcorpus">
441
            name="%editor.name">
442 442
      </editor>
443 443
      <editor
444 444
            class="org.txm.searchengine.cqp.rcp.editor.PartitionEditor"
445 445
            default="false"
446 446
            icon="icons/functions/partition.png"
447 447
            id="org.txm.searchengine.cqp.rcp.editor.PartitionEditor"
448
            name="Partition">
448
            name="%editor.name.0">
449 449
      </editor>
450 450
   </extension>
451 451

  
TXM/trunk/org.txm.searchengine.cqp.rcp/build.properties (revision 3424)
3 3
               .,\
4 4
               plugin.xml,\
5 5
               icons/,\
6
               OSGI-INF/
6
               OSGI-INF/,\
7
               OSGI-INF/l10n/bundle.properties
7 8
output..=bin/
8 9
source..=src/
9 10
#qualifier=svn
TXM/trunk/org.txm.tigersearch.rcp/build.properties (revision 3424)
7 7
               lib/,\
8 8
               lib/TigerSearch.jar,\
9 9
               OSGI-INF/,\
10
               groovy/
10
               groovy/,\
11
               OSGI-INF/l10n/bundle.properties
11 12
source..=src/
12 13
#qualifier=svn
TXM/trunk/org.txm.tigersearch.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
13 13
command.label.4 = TIGERSearch
14 14
command.label.5 = XML-TS
15 15
editor.name = TIGERSearch
16
editor.name.0 = TSIndex
16
editor.name.0 = TSIndex
17
Bundle-Vendor = Textometrie.org
18
command.name.2 = Import TIGERSearch Annotations...
19
PostTXMHOMEInstallationStep.description = Install TIGER Groovy Files
20
page.name = TIGERSearch
TXM/trunk/org.txm.tigersearch.rcp/plugin.xml (revision 3424)
20 20
            categoryId="TreeSearch4TXM.commands.category"
21 21
            defaultHandler="org.txm.tigersearch.commands.ImportTIGERAnnotations"
22 22
            id="org.txm.tigersearch.commands.ImportTIGERAnnotations"
23
            name="Import TIGERSearch Annotations...">
23
            name="%command.name.2">
24 24
      </command>
25 25
   </extension>
26 26
   <extension
......
126 126
         point="org.txm.PostTXMHOMEInstallationStep">
127 127
      <PostTXMHOMEInstallationStep
128 128
            class="org.txm.tigersearch.rcp.InstallGroovyTIGERFiles"
129
            description="Install TIGER Groovy Files"
129
            description="%PostTXMHOMEInstallationStep.description"
130 130
            name="Install TIGER Groovy Files">
131 131
      </PostTXMHOMEInstallationStep>
132 132
   </extension>
......
142 142
            category="org.txm.treesearch.preferences.TreeSearchPreferencePage"
143 143
            class="org.txm.tigersearch.rcp.preferences.TigerSearchPreferencePage"
144 144
            id="org.txm.tigersearch.rcp.preferences.TigerSearchPreferencePage"
145
            name="TIGERSearch">
145
            name="%page.name">
146 146
      </page>
147 147
   </extension>
148 148
   
TXM/trunk/org.txm.tigersearch.rcp/META-INF/MANIFEST.MF (revision 3424)
10 10
Bundle-ActivationPolicy: lazy
11 11
Bundle-ManifestVersion: 2
12 12
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
13
Bundle-Vendor: Textometrie.org
13
Bundle-Vendor: %Bundle-Vendor
14 14
Import-Package: ims.tiger.gui.tigergraphviewer.forest
15 15
Export-Package: ims.jmanual,ims.tiger.corpus,ims.tiger.export,ims.tige
16 16
 r.gui.shared,ims.tiger.gui.shared.progress,ims.tiger.gui.tigergraphvi
TXM/trunk/org.txm.internalview.rcp/build.properties (revision 3424)
3 3
               .,\
4 4
               plugin.xml,\
5 5
               icons/,\
6
               OSGI-INF/
6
               OSGI-INF/,\
7
               OSGI-INF/l10n/bundle.properties
7 8
output..=bin/
8 9
source..=src/
9 10
#qualifier=svn
TXM/trunk/org.txm.internalview.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
4 4
command.name=Browser
5 5
command.tooltip=Browser
6 6
editor.name=Browser
7

  
8
command.name.0 = Copy
9
command.label = Copy
TXM/trunk/org.txm.internalview.rcp/plugin.xml (revision 3424)
12 12
      <command
13 13
            defaultHandler="org.txm.internalview.rcp.handlers.CopyLines"
14 14
            id="org.txm.internalview.rcp.handlers.CopyLines"
15
            name="Copy">
15
            name="%command.name.0">
16 16
      </command>
17 17
   </extension>   <extension
18 18
         point="org.eclipse.ui.menus">
......
65 65
         <command
66 66
               commandId="org.txm.internalview.rcp.handlers.CopyLines"
67 67
               icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.png"
68
               label="Copy"
68
               label="%command.label"
69 69
               style="push">
70 70
         </command>
71 71
      </menuContribution>
TXM/trunk/org.txm.analec.rcp/build.properties (revision 3424)
5 5
               icons/,\
6 6
               plugin.xml,\
7 7
               libs/,\
8
               OSGI-INF/
8
               OSGI-INF/,\
9
               OSGI-INF/l10n/bundle.properties
9 10
#qualifier=svn
TXM/trunk/org.txm.analec.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
46 46
menu.label.4 = Exploitation
47 47
menu.label.5 = Export
48 48
command.label.3 = URS
49
PostTXMHOMEInstallationStep.description = Install URS Files
49
PostTXMHOMEInstallationStep.description = Install URS Files
50
menu.label.6 = Export
51
command.name.17 = Restore annotations
52
command.name.18 = Democrat tools
53
page.name.0 = URS
54
page.name.1 = URS
TXM/trunk/org.txm.analec.rcp/plugin.xml (revision 3424)
208 208
               </visibleWhen>
209 209
            </command>
210 210
            <menu
211
                  label="Export">
211
                  label="%menu.label.6">
212 212
               <command
213 213
                     commandId="org.txm.annotation.urs.commands.ExportTEICorpus"
214 214
                     label="%command.label.0"
......
314 314
            categoryId="org.txm.rcp.category.txm"
315 315
            defaultHandler="org.txm.annotation.urs.commands.RestoreAnnotations"
316 316
            id="org.txm.annotation.urs.commands.RestoreAnnotations"
317
            name="Restore annotations">
317
            name="%command.name.17">
318 318
      </command>
319 319
      <command
320 320
            categoryId="org.txm.rcp.category.txm"
......
385 385
            categoryId="org.txm.rcp.category.txm"
386 386
            defaultHandler="org.txm.annotation.urs.commands.OpenDemocratTools"
387 387
            id="org.txm.annotation.urs.commands.OpenDemocratTools"
388
            name="Democrat tools">
388
            name="%command.name.18">
389 389
      </command>
390 390
   </extension>
391 391
   <extension
......
440 440
            category="org.txm.annotation.rcp.preferences.AnnotationPreferencePage"
441 441
            class="org.txm.annotation.urs.preferences.URSPreferencePage"
442 442
            id="org.txm.annotation.urs.preferences.URSPreferencePage"
443
            name="URS">
443
            name="%page.name.0">
444 444
      </page>
445 445
      <page
446 446
            category="org.txm.searchengine.rcp.preferences.SearchEnginePreferencesPage"
447 447
            class="org.txm.annotation.urs.preferences.URSSearchPreferencePage"
448 448
            id="org.txm.annotation.urs.preferences.URSSearchPreferencePage"
449
            name="URS">
449
            name="%page.name.1">
450 450
      </page>
451 451
   </extension>
452 452
   <extension
TXM/trunk/org.txm.specificities.rcp/build.properties (revision 3424)
1 1
#Fri Jul 06 10:25:17 CEST 2018
2
bin.includes=META-INF/,.,plugin.xml,icons/,OSGI-INF/
2
bin.includes = META-INF/,\
3
               .,\
4
               plugin.xml,\
5
               icons/,\
6
               OSGI-INF/,\
7
               OSGI-INF/l10n/bundle.properties
3 8
output..=bin/
4 9
source..=src/
5 10
#qualifier=svn
TXM/trunk/org.txm.specificities.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
8 8
editor.name=Specificities
9 9
editor.name.0=Specificities Chart
10 10
page.name=Specificities
11

  
12
command.name.1 = Copy
13
command.label.0 = Copy
TXM/trunk/org.txm.specificities.rcp/plugin.xml (revision 3424)
37 37
      <command
38 38
            defaultHandler="org.txm.specificities.rcp.handlers.CopyLines"
39 39
            id="org.txm.specificities.rcp.handlers.CopyLines"
40
            name="Copy">
40
            name="%command.name.1">
41 41
      </command>
42 42
   </extension>
43 43
   <extension
......
128 128
         <command
129 129
               commandId="org.txm.specificities.rcp.handlers.CopyLines"
130 130
               icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.png"
131
               label="Copy"
131
               label="%command.label.0"
132 132
               style="push">
133 133
         </command>
134 134
      </menuContribution>
TXM/trunk/org.txm.cooccurrence.chartsengine/build.properties (revision 3424)
2 2
output.. = bin/
3 3
bin.includes = META-INF/,\
4 4
               .,\
5
               plugin.xml
5
               plugin.xml,\
6
               OSGI-INF/l10n/bundle.properties
TXM/trunk/org.txm.cooccurrence.chartsengine/OSGI-INF/l10n/bundle.properties (revision 3424)
1
#Properties file for org.txm.cooccurrence.chartsengine
2
command.name = Compute Cooccurrence Graph
3
editor.name = Cooccurrence Graph Editor
0 4

  
TXM/trunk/org.txm.cooccurrence.chartsengine/plugin.xml (revision 3424)
6 6
      <command
7 7
            defaultHandler="org.txm.cooccurrence.handlers.ComputeCooccurrenceGraph"
8 8
            id="org.txm.cooccurrence.handlers.ComputeCooccurrenceGraph"
9
            name="Compute Cooccurrence Graph"
9
            name="%command.name"
10 10
            returnTypeId="org.txm.cooccurrence.functions.CooccurrenceGraph">
11 11
      </command>
12 12
   </extension>
......
43 43
            class="org.txm.cooccurrence.editors.CooccurrenceGraphEditor"
44 44
            default="false"
45 45
            id="org.txm.cooccurrence.functions.CooccurrenceGraph"
46
            name="Cooccurrence Graph Editor">
46
            name="%editor.name">
47 47
      </editor>
48 48
   </extension>
49 49

  
TXM/trunk/org.txm.cooccurrence.rcp/build.properties (revision 3424)
1 1
#Fri Jul 06 10:25:08 CEST 2018
2
bin.includes=META-INF/,.,plugin.xml,OSGI-INF/,icons/
2
bin.includes = META-INF/,\
3
               .,\
4
               plugin.xml,\
5
               OSGI-INF/,\
6
               icons/,\
7
               OSGI-INF/l10n/bundle.properties
3 8
output..=bin/
4 9
source..=src/
5 10
#qualifier=svn
TXM/trunk/org.txm.cooccurrence.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
6 6
command.tooltip=Compute the cooccurrents of a query
7 7
editor.name=Cooccurrences
8 8
page.name=Cooccurrences
9

  
10
command.name.0 = Copy
11
command.label = Copy
TXM/trunk/org.txm.cooccurrence.rcp/plugin.xml (revision 3424)
13 13
      <command
14 14
            defaultHandler="org.txm.cooccurrence.rcp.handlers.CopyLines"
15 15
            id="org.txm.cooccurrence.rcp.handlers.CopyLines"
16
            name="Copy">
16
            name="%command.name.0">
17 17
      </command>
18 18
   </extension>
19 19
   <extension
......
138 138
         <command
139 139
               commandId="org.txm.cooccurrence.rcp.handlers.CopyLines"
140 140
               icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.png"
141
               label="Copy"
141
               label="%command.label"
142 142
               style="push">
143 143
         </command>
144 144
      </menuContribution>
TXM/trunk/org.txm.conllu.rcp/build.properties (revision 3424)
3 3
bin.includes = META-INF/,\
4 4
               .,\
5 5
               plugin.xml,\
6
               icons/
6
               icons/,\
7
               OSGI-INF/l10n/bundle.properties
TXM/trunk/org.txm.conllu.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
1
#Properties file for org.txm.conllu.rcp
2
command.name = Import CONLL-u Annotations from directory...
3
command.name.0 = Export CONLL-u Annotations...
4
command.name.1 = Import CONLL-u Annotations from file...
5
command.label = CoNLL-U + CSV
6
command.label.0 = Corpus in CONLL-U format (.conllu)...
7
page.name = UD
0 8

  
TXM/trunk/org.txm.conllu.rcp/plugin.xml (revision 3424)
7 7
            categoryId="TreeSearch4TXM.commands.category"
8 8
            defaultHandler="org.txm.conllu.rcp.commands.ImportCoNLLUAnnotationsFromDirectory"
9 9
            id="org.txm.conllu.rcp.commands.ImportCoNLLUAnnotationsFromDirectory"
10
            name="Import CONLL-u Annotations from directory...">
10
            name="%command.name">
11 11
      </command>
12 12
      <command
13 13
            categoryId="TreeSearch4TXM.commands.category"
14 14
            defaultHandler="org.txm.conllu.rcp.commands.ExportCorpusAsCoNLLU"
15 15
            id="org.txm.conllu.rcp.commands.ExportCorpusAsCoNLLU"
16
            name="Export CONLL-u Annotations...">
16
            name="%command.name.0">
17 17
      </command>
18 18
      <command
19 19
            categoryId="TreeSearch4TXM.commands.category"
20 20
            defaultHandler="org.txm.conllu.rcp.commands.ImportCoNLLUAnnotationsFromFile"
21 21
            id="org.txm.conllu.rcp.commands.ImportCoNLLUAnnotationsFromFile"
22
            name="Import CONLL-u Annotations from file...">
22
            name="%command.name.1">
23 23
      </command>
24 24
   </extension>
25 25
   <extension
......
29 29
         <command
30 30
               commandId="org.txm.rcp.handlers.scripts.ExecuteImportScript"
31 31
               icon="icons/functions/UD.png"
32
               label="CoNLL-U + CSV"
32
               label="%command.label"
33 33
               style="push">
34 34
            <parameter
35 35
                  name="org.txm.rcp.commands.commandParameter3"
......
42 42
         <command
43 43
               commandId="org.txm.conllu.rcp.commands.ExportCorpusAsCoNLLU"
44 44
               icon="icons/functions/UD.png"
45
               label="Corpus in CONLL-U format (.conllu)..."
45
               label="%command.label.0"
46 46
               style="push">
47 47
            <visibleWhen
48 48
                  checkEnabled="false">
......
98 98
            category="org.txm.treesearch.preferences.TreeSearchPreferencePage"
99 99
            class="org.txm.conllu.rcp.preferences.CoNLLUSearchPreferencePage"
100 100
            id="org.txm.conllu.rcp.preferences.CoNLLUSearchPreferencePage"
101
            name="UD">
101
            name="%page.name">
102 102
      </page>
103 103
   </extension>
104 104
   <extension
TXM/trunk/org.txm.index.rcp/build.properties (revision 3424)
4 4
               .,\
5 5
               plugin.xml,\
6 6
               icons/,\
7
               OSGI-INF/
7
               OSGI-INF/,\
8
               OSGI-INF/l10n/bundle.properties
8 9
source..=src/
9 10
#qualifier=svn
TXM/trunk/org.txm.index.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
8 8
editor.name=Index
9 9
editor.name.0=Lexicon
10 10
page.name=Index
11

  
12
command.label = Copy
13
command.label.0 = Copy
14
command.label.1 = Copy
15
editor.name.1 = PartitionIndex
16
command.name.1 = Copy
TXM/trunk/org.txm.index.rcp/plugin.xml (revision 3424)
140 140
                  <command
141 141
                        commandId="org.txm.index.rcp.handlers.CopyLines"
142 142
                        icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.png"
143
                        label="Copy"
143
                        label="%command.label"
144 144
                        style="push">
145 145
                  </command>
146 146
               </menuContribution>
......
173 173
                  <command
174 174
                        commandId="org.txm.index.rcp.handlers.CopyLines"
175 175
                        icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.png"
176
                        label="Copy"
176
                        label="%command.label.0"
177 177
                        style="push">
178 178
                  </command>
179 179
               </menuContribution>
......
182 182
                  <command
183 183
                        commandId="org.txm.index.rcp.handlers.CopyLines"
184 184
                        icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.png"
185
                        label="Copy"
185
                        label="%command.label.1"
186 186
                        style="push">
187 187
                  </command>
188 188
               </menuContribution>
......
209 209
            default="false"
210 210
            icon="icons/partitionindex.png"
211 211
            id="org.txm.index.rcp.editors.PartitionIndexEditor"
212
            name="PartitionIndex">
212
            name="%editor.name.1">
213 213
      </editor>
214 214
   </extension>
215 215
   <extension
......
278 278
      <command
279 279
            defaultHandler="org.txm.index.rcp.handlers.CopyLines"
280 280
            id="org.txm.index.rcp.handlers.CopyLines"
281
            name="Copy">
281
            name="%command.name.1">
282 282
      </command>
283 283
      
284 284
      
TXM/trunk/org.txm.concordance.rcp/build.properties (revision 3424)
3 3
               .,\
4 4
               plugin.xml,\
5 5
               OSGI-INF/,\
6
               icons/
6
               icons/,\
7
               OSGI-INF/l10n/bundle.properties
7 8
output..=bin/
8 9
source..=src/
9 10
#qualifier=svn
TXM/trunk/org.txm.concordance.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
12 12
extension-point.name=Back to text
13 13
extension-point.name.0=concordance extension
14 14
page.name=Concordances
15

  
16
Bundle-Vendor = Textometrie.org
17
command.label = Copy
18
command.name.0 = Copy
TXM/trunk/org.txm.concordance.rcp/plugin.xml (revision 3424)
106 106
         <command
107 107
               commandId="org.txm.concordance.rcp.handlers.CopyLines"
108 108
               icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.png"
109
               label="Copy"
109
               label="%command.label"
110 110
               style="push">
111 111
         </command>
112 112
      </menuContribution>
......
199 199
      <command
200 200
            defaultHandler="org.txm.concordance.rcp.handlers.CopyLines"
201 201
            id="org.txm.concordance.rcp.handlers.CopyLines"
202
            name="Copy">
202
            name="%command.name.0">
203 203
      </command>
204 204
   </extension>
205 205
   <extension
TXM/trunk/org.txm.concordance.rcp/META-INF/MANIFEST.MF (revision 3424)
11 11
 org.txm.links.rcp;bundle-version="1.0.0";visibility:=reexport
12 12
Bundle-ManifestVersion: 2
13 13
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
14
Bundle-Vendor: Textometrie.org
14
Bundle-Vendor: %Bundle-Vendor
15 15
Automatic-Module-Name: org.txm.concordance.rcp
16 16

  
TXM/trunk/org.txm.referencer.rcp/build.properties (revision 3424)
1 1
#Fri Jul 06 10:25:16 CEST 2018
2
bin.includes=META-INF/,.,plugin.xml,icons/,OSGI-INF/
2
bin.includes = META-INF/,\
3
               .,\
4
               plugin.xml,\
5
               icons/,\
6
               OSGI-INF/,\
7
               OSGI-INF/l10n/bundle.properties
3 8
output..=bin/
4 9
source..=src/
5 10
#qualifier=svn
TXM/trunk/org.txm.referencer.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
5 5
command.name.57=To concordances
6 6
editor.name.14=Referencer
7 7
page.name=Referencer
8

  
9
command.label = Copy
10
command.name = Copy
TXM/trunk/org.txm.referencer.rcp/plugin.xml (revision 3424)
62 62
                  <command
63 63
                        commandId="org.txm.referencer.rcp.handlers.CopyLines"
64 64
                        icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.png"
65
                        label="Copy"
65
                        label="%command.label"
66 66
                        style="push">
67 67
                  </command>
68 68
               </menuContribution>
......
80 80
            <command
81 81
                  defaultHandler="org.txm.referencer.rcp.handlers.CopyLines"
82 82
                  id="org.txm.referencer.rcp.handlers.CopyLines"
83
                  name="Copy">
83
                  name="%command.name">
84 84
            </command>
85 85
   </extension>
86 86
   <extension
TXM/trunk/org.txm.statsengine.r.rcp/build.properties (revision 3424)
4 4
               .,\
5 5
               plugin.xml,\
6 6
               icons/,\
7
               OSGI-INF/
7
               OSGI-INF/,\
8
               OSGI-INF/l10n/bundle.properties
8 9
source..=src/
9 10
#qualifier=svn
TXM/trunk/org.txm.statsengine.r.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
19 19
perspective.name.0=Open the R perspective
20 20
view.name.5=R variables
21 21
view.name.6=R Console
22

  
23
command.label = R documentation
24
command.tooltip = R documentation
25
command.label.0 = R
TXM/trunk/org.txm.statsengine.r.rcp/plugin.xml (revision 3424)
228 228
            </command>
229 229
            <command
230 230
                  commandId="org.txm.rcp.commands.OpenLocalizedWebPage"
231
                  label="R documentation"
231
                  label="%command.label"
232 232
                  style="push"
233
                  tooltip="R documentation">
233
                  tooltip="%command.tooltip">
234 234
               <parameter
235 235
                     name="org.txm.rcp.commands.commandParameter3"
236 236
                     value="https://www.rdocumentation.org">
......
258 258
            locationURI="menu:menu.display.perspectives">
259 259
         <command
260 260
               commandId="org.eclipse.ui.perspectives.showPerspective"
261
               label="R"
261
               label="%command.label.0"
262 262
               style="push">
263 263
            <parameter
264 264
                  name="org.eclipse.ui.perspectives.showPerspective.perspectiveId"
TXM/trunk/org.txm.annotation.kr.rcp/build.properties (revision 3424)
4 4
               .,\
5 5
               plugin.xml,\
6 6
               icons/,\
7
               OSGI-INF/
7
               OSGI-INF/,\
8
               OSGI-INF/l10n/bundle.properties
8 9
source..=src/
9 10
#qualifier=svn
TXM/trunk/org.txm.annotation.kr.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
15 15
command.name.7=Export annotations
16 16
page.name=Annotation
17 17
view.name=Knowledge Repository
18
command.label.111=Save Annotations
18
command.label.111=Save Annotations
19
command.name.8 = Export in table
20
command.name.9 = Import from table
21
page.name.0 = CQP
22
command.label.2 = CQP Annotation from Table (.csv)
TXM/trunk/org.txm.annotation.kr.rcp/plugin.xml (revision 3424)
59 59
      <command
60 60
            defaultHandler="org.txm.annotation.kr.rcp.commands.ExportTable"
61 61
            id="org.txm.annotation.kr.rcp.commands.ExportTable"
62
            name="Export in table">
62
            name="%command.name.8">
63 63
      </command>
64 64
      <command
65 65
            defaultHandler="org.txm.annotation.kr.rcp.commands.ImportTable"
66 66
            id="org.txm.annotation.kr.rcp.commands.ImportTable"
67
            name="Import from table">
67
            name="%command.name.9">
68 68
      </command>
69 69
   </extension>
70 70
  <extension
......
73 73
           category="org.txm.annotation.rcp.preferences.AnnotationPreferencePage"
74 74
           class="org.txm.annotation.kr.rcp.preferences.KRAnnotationPreferencePage"
75 75
           id="org.txm.annotation.kr.rcp.preferences.KRAnnotationPreferencePage"
76
           name="CQP">
76
           name="%page.name.0">
77 77
     </page>
78 78
  </extension>
79 79
     <extension
......
296 296
           locationURI="menu:menu.file.import.annotations">
297 297
        <command
298 298
              commandId="org.txm.annotation.kr.rcp.commands.ImportTable"
299
              label="CQP Annotation from Table (.csv)"
299
              label="%command.label.2"
300 300
              style="push">
301 301
           <visibleWhen
302 302
                 checkEnabled="false">
TXM/trunk/org.txm.chartsengine.graphstream.rcp/build.properties (revision 3424)
1 1
#Fri Jul 06 10:25:06 CEST 2018
2 2
output..=bin/
3
bin.includes=META-INF/,.,plugin.xml
3
bin.includes = META-INF/,\
4
               .,\
5
               plugin.xml,\
6
               OSGI-INF/l10n/bundle.properties
4 7
source..=src/
TXM/trunk/org.txm.chartsengine.graphstream.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
1
#Properties file for org.txm.chartsengine.graphstream.rcp
2
Bundle-Vendor = Textometrie.org
3
Bundle-Name = GraphStream Charts Engine RCP
4
command.name = Open Graph file...
5
command.tooltip = Open a Graph file (dot)
6
editor.name = Graph
0 7

  
TXM/trunk/org.txm.chartsengine.graphstream.rcp/plugin.xml (revision 3424)
14 14
      <command
15 15
            defaultHandler="org.txm.chartsengine.graphstream.rcp.handler.OpenGraphFile"
16 16
            id="org.txm.chartsengine.graphstream.rcp.handler.OpenGraphFile"
17
            name="Open Graph file...">
17
            name="%command.name">
18 18
      </command>
19 19
   </extension>
20 20
   <extension
......
25 25
               commandId="org.txm.chartsengine.graphstream.rcp.handler.OpenGraphFile"
26 26
               icon="icons/graph.png"
27 27
               style="push"
28
               tooltip="Open a Graph file (dot)">
28
               tooltip="%command.tooltip">
29 29
         </command>
30 30
      </menuContribution>
31 31
   </extension>
......
36 36
            default="false"
37 37
            icon="icons/graph.png"
38 38
            id="org.txm.chartsengine.graphstream.rcp.editor.GSEditor"
39
            name="Graph">
39
            name="%editor.name">
40 40
      </editor>
41 41
   </extension>
42 42

  
TXM/trunk/org.txm.chartsengine.graphstream.rcp/META-INF/MANIFEST.MF (revision 3424)
3 3
 rue
4 4
Export-Package: org.txm.chartsengine.graphstream.rcp,org.txm.chartseng
5 5
 ine.graphstream.rcp.swing,org.txm.chartsengine.graphstream.rcp.swt
6
Bundle-Name: GraphStream Charts Engine RCP
6
Bundle-Name: %Bundle-Name
7 7
Bundle-Version: 1.0.0.qualifier
8 8
Require-Bundle: org.txm.chartsengine.graphstream.core;bundle-version="
9 9
 1.0.0";visibility:=reexport,org.txm.chartsengine.rcp;bundle-version="
......
12 12
 ility:=reexport
13 13
Bundle-ManifestVersion: 2
14 14
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
15
Bundle-Vendor: Textometrie.org
15
Bundle-Vendor: %Bundle-Vendor
16 16
Automatic-Module-Name: org.txm.chartsengine.graphstream.rcp
17 17

  
TXM/trunk/org.txm.searchengine.rcp/build.properties (revision 3424)
2 2
output.. = bin/
3 3
bin.includes = META-INF/,\
4 4
               .,\
5
               plugin.xml
5
               plugin.xml,\
6
               OSGI-INF/l10n/bundle.properties
TXM/trunk/org.txm.searchengine.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
1
#Properties file for org.txm.searchengine.rcp
2
page.name = Search engines
0 3

  
TXM/trunk/org.txm.searchengine.rcp/plugin.xml (revision 3424)
7 7
            category="org.txm.rcp.preferences.AdvancePreferencePage"
8 8
            class="org.txm.searchengine.rcp.preferences.SearchEnginePreferencesPage"
9 9
            id="org.txm.searchengine.rcp.preferences.SearchEnginePreferencesPage"
10
            name="Search engines">
10
            name="%page.name">
11 11
      </page>
12 12
   </extension>
13 13

  
TXM/trunk/org.txm.treesearch.rcp/plugin.xml (revision 3424)
31 31
            default="false"
32 32
            icon="icons/functions/Tree.png"
33 33
            id="org.txm.treesearch.editor.TreeSearchEditor"
34
            name="Syntactic Tree">
34
            name="%editor.name">
35 35
      </editor>
36 36
   </extension>
37 37
   <extension
......
39 39
      <category
40 40
            description="%category.description"
41 41
            id="TreeSearch4TXM.commands.category"
42
            name="Syntactic Tree">
42
            name="%category.name">
43 43
      </category>
44 44
      <command
45 45
            categoryId="TreeSearch4TXM.commands.category"
46 46
            defaultHandler="org.txm.treesearch.command.ComputeTreeSearch"
47 47
            id="org.txm.treesearch.command.ComputeTreeSearch"
48
            name="Syntactic Tree"
48
            name="%command.name"
49 49
            returnTypeId="org.txm.treesearch.function.TreeSearch">
50 50
      </command>
51 51
      <command
52 52
            categoryId="TreeSearch4TXM.commands.category"
53 53
            defaultHandler="org.txm.treesearch.command.ConcordanceLineToTreeSearch"
54 54
            id="org.txm.treesearch.command.ConcordanceLineToTreeSearch"
55
            name="Syntactic Tree concordance link">
55
            name="%command.name.0">
56 56
      </command>
57 57
   </extension>
58 58
   <extension
......
103 103
         <command
104 104
               commandId="org.txm.treesearch.command.ConcordanceLineToTreeSearch"
105 105
               icon="icons/functions/Tree.png"
106
               label="Send To TreeSearch"
106
               label="%command.label"
107 107
               style="push">
108 108
         </command>
109 109
      </menuContribution>
......
114 114
            category="org.txm.rcp.preferences.AdvancePreferencePage"
115 115
            class="org.txm.treesearch.preferences.TreeSearchPreferencePage"
116 116
            id="org.txm.treesearch.preferences.TreeSearchPreferencePage"
117
            name="Syntactic annotation">
117
            name="%page.name">
118 118
      </page>
119 119
   </extension>
120 120

  
TXM/trunk/org.txm.treesearch.rcp/build.properties (revision 3424)
3 3
bin.includes = META-INF/,\
4 4
               .,\
5 5
               plugin.xml,\
6
               icons/
6
               icons/,\
7
               OSGI-INF/l10n/bundle.properties
TXM/trunk/org.txm.treesearch.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
1
#Properties file for org.txm.treesearch.rcp
2
editor.name = Syntactic Tree
3
category.name = Syntactic Tree
4
command.name = Syntactic Tree
5
command.name.0 = Syntactic Tree concordance link
6
command.label = Send To TreeSearch
7
page.name = Syntactic annotation
0 8

  
TXM/trunk/org.txm.udpipe.rcp/build.properties (revision 3424)
2 2
output.. = bin/
3 3
bin.includes = META-INF/,\
4 4
               .,\
5
               plugin.xml
5
               plugin.xml,\
6
               OSGI-INF/l10n/bundle.properties
TXM/trunk/org.txm.udpipe.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
1
#Properties file for org.txm.udpipe.rcp
2
page.name = UDPipe
0 3

  
TXM/trunk/org.txm.udpipe.rcp/plugin.xml (revision 3424)
7 7
            category="org.txm.rcp.preferences.NLPPreferencePage"
8 8
            class="org.txm.udpipe.rcp.preferences.UDPipePreferencePage"
9 9
            id="org.txm.udpipe.rcp.preferences.UDPipePreferencePage"
10
            name="UDPipe">
10
            name="%page.name">
11 11
      </page>
12 12
   </extension>
13 13

  
TXM/trunk/org.txm.lexicaltable.rcp/build.properties (revision 3424)
4 4
               .,\
5 5
               plugin.xml,\
6 6
               icons/,\
7
               OSGI-INF/
7
               OSGI-INF/,\
8
               OSGI-INF/l10n/bundle.properties
8 9
source..=src/
9 10
#qualifier=svn
TXM/trunk/org.txm.lexicaltable.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
10 10
command.tooltip=Compute a lexical table
11 11
editor.name=Lexical table
12 12
page.name=Lexical table
13

  
14
command.label = Copy
15
command.name.1 = Copy
TXM/trunk/org.txm.lexicaltable.rcp/plugin.xml (revision 3424)
132 132
               <command
133 133
                     commandId="org.txm.lexicaltable.rcp.handlers.CopyLines"
134 134
                     icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/copy_edit.png"
135
                     label="Copy"
135
                     label="%command.label"
136 136
                     style="push">
137 137
               </command>
138 138
         <command
......
189 189
      <command
190 190
            defaultHandler="org.txm.lexicaltable.rcp.handlers.CopyLines"
191 191
            id="org.txm.lexicaltable.rcp.handlers.CopyLines"
192
            name="Copy">
192
            name="%command.name.1">
193 193
      </command>
194 194
   </extension>
195 195
   <extension
TXM/trunk/org.txm.whatsnew.rcp/plugin.xml (revision 3424)
5 5
         point="org.txm.PostInstallationStep">
6 6
      <PostInstallationStep
7 7
            class="org.txm.whatsnew.rcp.DoWhatsNewSetupStep"
8
            description="Whats new  TXM setup"
8
            description="%PostInstallationStep.description"
9 9
            name="org.txm.whatsnew.rcp.DoWhatsNewSetupStep">
10 10
      </PostInstallationStep>
11 11
   </extension>
......
20 20
      <command
21 21
            defaultHandler="org.txm.whatsnew.rcp.OpenNews"
22 22
            id="org.txm.whatsnew.rcp.OpenNews"
23
            name="What&apos;s new?">
23
            name="%command.name">
24 24
      </command>
25 25
   </extension>
26 26
   <extension
......
35 35
            category="org.txm.rcp.preferences.UserPreferencePage"
36 36
            class="org.txm.whatsnew.rcp.NewsPreferencesPage"
37 37
            id="org.txm.whatsnew.rcp.NewsPreferencesPage"
38
            name="New version">
38
            name="%page.name">
39 39
      </page>
40 40
   </extension>
41 41
   <extension
......
45 45
            default="false"
46 46
            icon="platform:/plugin/org.eclipse.ui.editors/icons/full/obj16/quick_assist_obj.gif"
47 47
            id="org.txm.whatsnew.rcp.NewsEditor"
48
            name="News">
48
            name="%editor.name">
49 49
      </editor>
50 50
   </extension>
51 51

  
TXM/trunk/org.txm.whatsnew.rcp/build.properties (revision 3424)
2 2
output.. = bin/
3 3
bin.includes = META-INF/,\
4 4
               .,\
5
               plugin.xml
5
               plugin.xml,\
6
               OSGI-INF/l10n/bundle.properties
TXM/trunk/org.txm.whatsnew.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
1
#Properties file for org.txm.whatsnew.rcp
2
PostInstallationStep.description = Whats new  TXM setup
3
command.name = What's new?
4
page.name = New version
5
editor.name = News
0 6

  
TXM/trunk/org.txm.edition.rcp/src/org/txm/edition/rcp/editors/SynopticEditionEditor.java (revision 3424)
745 745
				t.compute();
746 746
			}
747 747
			if (openEditions(editionNames, textIdToOpen, pageIdToOpen, wordIdsToOpen)) {
748
				firstPage();
748
				//firstPage();
749 749
			}
750 750
		}
751 751
		catch (Exception e1) {
TXM/trunk/org.txm.chartsengine.rcp/build.properties (revision 3424)
4 4
               .,\
5 5
               plugin.xml,\
6 6
               icons/,\
7
               OSGI-INF/
7
               OSGI-INF/,\
8
               OSGI-INF/l10n/bundle.properties
8 9
source..=src/
9 10
#qualifier=svn
TXM/trunk/org.txm.chartsengine.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
15 15
extension-point.name.0=Chart composite event call back
16 16
menu.label=selected items dynamic label
17 17
page.name=Charts Engine
18

  
19
command.description.2 = Reset the chart view
20
command.description.3 = Export the current view
21
command.description.4 = Copy the view to clipbaord
22
command.description.5 = Move to the right the chart view
23
command.name.2 = Move right
24
command.description.6 = Move on the left the chart view
25
command.name.3 = Move left
26
command.description.7 = Move down the chart view
27
command.name.4 = Move down
28
command.description.8 = Move up the chart view
29
command.name.5 = Move up
30
command.description.9 = Zoom out of the view
31
command.name.6 = Zoom Out
32
command.description.10 = Zoom in the chart view
33
command.name.7 = Zoom In
TXM/trunk/org.txm.chartsengine.rcp/plugin.xml (revision 3424)
186 186
         point="org.eclipse.ui.commands">
187 187
      <command
188 188
            defaultHandler="org.txm.chartsengine.rcp.handlers.ResetChartView"
189
            description="Reset the chart view"
189
            description="%command.description.2"
190 190
            id="ResetChartView"
191 191
            name="%command.name">
192 192
      </command>
193 193
      <command
194 194
            defaultHandler="org.txm.chartsengine.rcp.handlers.ExportChartEditorView"
195
            description="Export the current view"
195
            description="%command.description.3"
196 196
            id="ExportChartEditorView"
197 197
            name="%command.name.0">
198 198
      </command>
199 199
      <command
200 200
            defaultHandler="org.txm.chartsengine.rcp.handlers.CopyChartViewToClipboard"
201
            description="Copy the view to clipbaord"
201
            description="%command.description.4"
202 202
            id="CopyChartViewToClipboard"
203 203
            name="%command.name.1">
204 204
      </command>
......
206 206
      </command>
207 207
      <command
208 208
            defaultHandler="org.txm.chartsengine.rcp.handlers.MoveRightChartView"
209
            description="Move to the right the chart view"
209
            description="%command.description.5"
210 210
            id="MoveRightChartView"
211
            name="Move right">
211
            name="%command.name.2">
212 212
      </command>
213 213
      <command
214 214
            defaultHandler="org.txm.chartsengine.rcp.handlers.MoveLeftChartView"
215
            description="Move on the left the chart view"
215
            description="%command.description.6"
216 216
            id="MoveLeftChartView"
217
            name="Move left">
217
            name="%command.name.3">
218 218
      </command>
219 219
      <command
220 220
            defaultHandler="org.txm.chartsengine.rcp.handlers.MoveDownChartView"
221
            description="Move down the chart view"
221
            description="%command.description.7"
222 222
            id="MoveDownChartView"
223
            name="Move down">
223
            name="%command.name.4">
224 224
      </command>
225 225
      <command
226 226
            defaultHandler="org.txm.chartsengine.rcp.handlers.MoveUpChartView"
227
            description="Move up the chart view"
227
            description="%command.description.8"
228 228
            id="MoveUpChartView"
229
            name="Move up">
229
            name="%command.name.5">
230 230
      </command>
231 231
      <command
232 232
            defaultHandler="org.txm.chartsengine.rcp.handlers.ZoomOutChartView"
233
            description="Zoom out of the view"
233
            description="%command.description.9"
234 234
            id="ZoomOutChartView"
235
            name="Zoom Out">
235
            name="%command.name.6">
236 236
      </command>
237 237
      <command
238 238
            defaultHandler="org.txm.chartsengine.rcp.handlers.ZoomInChartView"
239
            description="Zoom in the chart view"
239
            description="%command.description.10"
240 240
            id="ZoomInChartView"
241
            name="Zoom In">
241
            name="%command.name.7">
242 242
      </command>
243 243
   </extension>
244 244
   <extension
TXM/trunk/org.txm.treetagger.rcp/build.properties (revision 3424)
4 4
               META-INF/,\
5 5
               .,\
6 6
               icons/,\
7
               OSGI-INF/
7
               OSGI-INF/,\
8
               OSGI-INF/l10n/bundle.properties
8 9
source..=src/
9 10
#qualifier=svn
TXM/trunk/org.txm.treetagger.rcp/OSGI-INF/l10n/bundle.properties (revision 3424)
17 17
menu.label=TreeTagger
18 18
menu.mnemonic=T
19 19
page.name.7=TreeTagger
20

  
21
menu.label.0 = TreeTagger
TXM/trunk/org.txm.treetagger.rcp/plugin.xml (revision 3424)
36 36
            locationURI="menu:menu.corpus?after=menu.corpus.manage">
37 37
         <menu
38 38
               id="menu.corpus.manage.treetagger"
39
               label="TreeTagger">
39
               label="%menu.label.0">
40 40
            <command
41 41
                  commandId="org.txm.treetagger.commands.Train"
42 42
                  label="%command.name"
TXM/trunk/org.txm.rcp/plugin.xml (revision 3424)
146 146
            class="org.txm.rcp.views.cmdparameters.TXMResultParametersView"
147 147
            icon="icons/functions/Properties.png"
148 148
            id="org.txm.rcp.views.cmdparameters.ParametersView"
149
            name="Parameters panel"
149
            name="%view.name.3"
150 150
            restorable="true">
151 151
      </view>
152 152
      <view
......
184 184
            class="org.txm.rcp.views.cmdparameters.TXMResultPreferencesView"
185 185
            icon="icons/functions/Properties.png"
186 186
            id="org.txm.rcp.views.cmdparameters.TXMResultPreferencesView"
187
            name="Parameters"
187
            name="%view.name.14"
188 188
            restorable="true">
189 189
      </view>
190 190
   </extension>
......
232 232
            class="org.txm.rcp.editors.SVGGraphicEditor"
233 233
            default="false"
234 234
            id="org.txm.rcp.editors.SVGGraphicEditor"
235
            name="SVG"/>
235
            name="%editor.name.3"/>
236 236
      <editor
237 237
            class="org.txm.rcp.editors.TXMMultiPageEditor"
238 238
            default="false"
......
526 526
               <menu
527 527
                     icon="icons/functions/pencil.png"
528 528
                     id="menu.file.import.annotations"
529
                     label="Annotations">
529
                     label="%menu.label.15">
530 530
                  <command
531 531
                        commandId="org.txm.rcp.commands.function.WordPropertiesFromTable"
532 532
                        style="push">
... Ce différentiel a été tronqué car il excède la taille maximale pouvant être affichée.

Formats disponibles : Unified diff