Révision 3572 TXM/trunk/org.txm.rcp/plugin.xml

plugin.xml (revision 3572)
3 3
<plugin>  
4 4
   <extension-point id="org.txm.rcp.extentionpoint.command" name="%extension-point.name" schema="schema/org.txm.rcp.extentionpoint.command.exsd"/>
5 5
   <extension-point id="org.txm.rcp.editors.TXMEditorExtension" name="%extension-point.name.0" schema="schema/org.txm.rcp.editors.TXMEditorExtension.exsd"/>
6
   <extension-point id="org.txm.rcp.importsection" name="Import parameter section" schema="schema/org.txm.rcp.importsection.exsd"/>
6
   <extension-point id="org.txm.rcp.importsection" name="%extension-point.name.1" schema="schema/org.txm.rcp.importsection.exsd"/>
7 7
 
8 8
   <extension
9 9
         id="Application"
......
30 30
      <product
31 31
            application="org.txm.rcp.Application"
32 32
            description="%product.description"
33
            name="TXM 0.8.2">
33
            name="%product.name.3">
34 34
         <property
35 35
               name="appName"
36 36
               value="TXM 0.8.2">
......
354 354
               <menu
355 355
                     icon="icons/objects/corpus.png"
356 356
                     id="menu.file.import.corpus"
357
                     label="Corpus">
357
                     label="%menu.label.25">
358 358
                <command
359 359
                     commandId="org.txm.rcp.commands.ImportClipboardText"
360 360
                     label="%command.label.60"
......
550 550
               <command
551 551
                     commandId="org.txm.rcp.handlers.export.ImportResultParameters"
552 552
                     icon="icons/functions/import_parameters.png"
553
                     label="Results..."
554
                     style="push">
553
                     label="%command.label.102"
554
                     style="push"
555
                     tooltip="Compute a command from a &quot;.txmcmd&quot; file">
555 556
                  <visibleWhen
556 557
                        checkEnabled="false">
557 558
                     <and>
......
652 653
               <command
653 654
                     commandId="org.txm.rcp.handlers.export.ExportResultParameters"
654 655
                     icon="icons/functions/export_parameters.png"
655
                     label="Results..."
656
                     style="push">
656
                     label="%command.label.103"
657
                     style="push"
658
                     tooltip="Export the command in a &quot;.txmcmd&quot; file">
657 659
                  <visibleWhen
658 660
                        checkEnabled="false">
659 661
                     <and>
......
1529 1531
            <command
1530 1532
                  commandId="org.txm.rcp.handlers.export.ImportResultParameters"
1531 1533
                  icon="icons/functions/import_parameters.png"
1532
                  label="Import results"
1533
                  style="push">
1534
                  label="%command.label.141"
1535
                  style="push"
1536
                  tooltip="Compute a command from a &quot;.txmcmd&quot; file">
1534 1537
               <visibleWhen
1535 1538
                     checkEnabled="false">
1536 1539
                  <and>
......
1567 1570
            <command
1568 1571
                  commandId="org.txm.rcp.handlers.export.ExportResultParameters"
1569 1572
                  icon="icons/functions/export_parameters.png"
1570
                  label="Export results..."
1571
                  style="push">
1573
                  label="%command.label.142"
1574
                  style="push"
1575
                  tooltip="Export the command in a &quot;.txmcmd&quot; file">
1572 1576
               <visibleWhen
1573 1577
                     checkEnabled="false">
1574 1578
                  <and>
......
2119 2123
                  <command
2120 2124
                        commandId="org.txm.rcp.handlers.export.ExportResultParameters"
2121 2125
                        icon="icons/functions/export_parameters.png"
2122
                        label="Results..."
2123
                        style="push">
2126
                        label="%command.label.194"
2127
                        style="push"
2128
                        tooltip="Export the command in a &quot;.txmcmd&quot; file">
2124 2129
                     <visibleWhen
2125 2130
                           checkEnabled="false">
2126 2131
                        <and>
......
2139 2144
            <command
2140 2145
                  commandId="org.txm.rcp.handlers.export.ImportResultParameters"
2141 2146
                  icon="icons/functions/import_parameters.png"
2142
                  label="Import results"
2143
                  style="push">
2147
                  label="%command.label.195"
2148
                  style="push"
2149
                  tooltip="Compute a command from a &quot;.txmcmd&quot; file">
2144 2150
               <visibleWhen
2145 2151
                     checkEnabled="false">
2146 2152
                  <and>
......
2238 2244
            </command>
2239 2245
            <command
2240 2246
                  commandId="org.txm.rcp.handlers.results.CopyTXMResult"
2241
                  label="Copy"
2247
                  label="%command.label.196"
2242 2248
                  style="push">
2243 2249
               <visibleWhen
2244 2250
                     checkEnabled="false">
......
2259 2265
            </command>
2260 2266
            <command
2261 2267
                  commandId="org.txm.rcp.handlers.results.CopyTXMResultTree"
2262
                  label="Copy All"
2268
                  label="%command.label.197"
2263 2269
                  style="push">
2264 2270
               <visibleWhen
2265 2271
                     checkEnabled="false">
......
2280 2286
            </command>
2281 2287
            <command
2282 2288
                  commandId="org.txm.rcp.handlers.results.CutTXMResultTree"
2283
                  label="Cut"
2289
                  label="%command.label.198"
2284 2290
                  style="push">
2285 2291
               <visibleWhen
2286 2292
                     checkEnabled="false">
......
2301 2307
            </command>
2302 2308
            <command
2303 2309
                  commandId="org.txm.rcp.handlers.results.PasteTXMResultTree"
2304
                  label="Paste"
2310
                  label="%command.label.199"
2305 2311
                  style="push">
2306 2312
               <visibleWhen
2307 2313
                     checkEnabled="false">
......
2630 2636
         </commandParameter>
2631 2637
         <commandParameter
2632 2638
               id="org.txm.rcp.commands.importupdatemode"
2633
               name="Update mode true or false"
2639
               name="%commandParameter.name.7"
2634 2640
               optional="true">
2635 2641
         </commandParameter>
2636 2642
         <commandParameter
2637 2643
               id="org.txm.rcp.commands.usecorporaselection"
2638
               name="Update mode true or false"
2644
               name="%commandParameter.name.8"
2639 2645
               optional="true">
2640 2646
         </commandParameter>
2641 2647
      </command>
......
2686 2692
         </commandParameter>
2687 2693
         <commandParameter
2688 2694
               id="org.txm.rcp.commands.importupdatemode"
2689
               name="Update mode true or false"
2695
               name="%commandParameter.name.9"
2690 2696
               optional="false">
2691 2697
         </commandParameter>
2692 2698
         <commandParameter
2693 2699
               id="org.txm.rcp.commands.usecorporaselection"
2694
               name="Update mode true or false"
2700
               name="%commandParameter.name.10"
2695 2701
               optional="true">
2696 2702
         </commandParameter>
2697 2703
      </command>
......
2774 2780
            name="%command.name.98">
2775 2781
         <commandParameter
2776 2782
               id="org.txm.rcp.commands.workspace.UpdateCorpus.force"
2777
               name="force"
2783
               name="%commandParameter.name.11"
2778 2784
               optional="true">
2779 2785
         </commandParameter>
2780 2786
      </command>
......
2799 2805
      <command
2800 2806
            defaultHandler="org.txm.rcp.commands.editor.PrintHexacode"
2801 2807
            id="org.txm.rcp.commands.editor.PrintHexacode"
2802
            name="Hexadecimal code">
2808
            name="%command.name.93">
2803 2809
      </command>
2804 2810
   </extension>
2805 2811
   <extension
......
2813 2819
            name="%command.name.24">
2814 2820
      </command>
2815 2821
      <command
2816
            defaultHandler="org.txm.rcp.handlers.export.ExportResultChain"
2822
            defaultHandler="org.txm.rcp.handlers.export.ExportCommand"
2817 2823
            id="org.txm.rcp.handlers.export.ExportResultParameters"
2818 2824
            name="%command.name.35">
2819 2825
      </command>
......
2828 2834
            name="%command.name.39">
2829 2835
      </command>
2830 2836
      <command
2831
            defaultHandler="org.txm.rcp.handlers.export.ImportResultChain"
2837
            defaultHandler="org.txm.rcp.handlers.export.ImportCommand"
2832 2838
            id="org.txm.rcp.handlers.export.ImportResultParameters"
2833 2839
            name="%command.name.40">
2834 2840
      </command>
......
3044 3050
            <command
3045 3051
                  defaultHandler="org.txm.rcp.handlers.results.CopyTXMResult"
3046 3052
                  id="org.txm.rcp.handlers.results.CopyTXMResult"
3047
                  name="Copy">
3053
                  name="%command.name.109">
3048 3054
            </command>
3049 3055
            <command
3050 3056
                  defaultHandler="org.txm.rcp.handlers.results.CopyTXMResultTree"
3051 3057
                  id="org.txm.rcp.handlers.results.CopyTXMResultTree"
3052
                  name="Copy All">
3058
                  name="%command.name.110">
3053 3059
            </command>
3054 3060
            <command
3055 3061
                  defaultHandler="org.txm.rcp.handlers.results.PasteTXMResultTree"
3056 3062
                  id="org.txm.rcp.handlers.results.PasteTXMResultTree"
3057
                  name="Paste">
3063
                  name="%command.name.111">
3058 3064
            </command>
3059 3065
            <command
3060 3066
                  defaultHandler="org.txm.rcp.handlers.results.CutTXMResultTree"
3061 3067
                  id="org.txm.rcp.handlers.results.CutTXMResultTree"
3062
                  name="Cut All">
3068
                  name="%command.name.112">
3063 3069
            </command>
3064 3070
   </extension>
3065 3071
   <extension
......
3106 3112
         </commandParameter>
3107 3113
         <commandParameter
3108 3114
               id="args"
3109
               name="string args"
3115
               name="%commandParameter.name.12"
3110 3116
               optional="true">
3111 3117
         </commandParameter>
3112 3118
      </command>
......
3128 3134
         </commandParameter>
3129 3135
         <commandParameter
3130 3136
               id="args"
3131
               name="string args"
3137
               name="%commandParameter.name.13"
3132 3138
               optional="true">
3133 3139
         </commandParameter>
3134 3140
      </command>
......
3150 3156
            name="%command.name.61">
3151 3157
         <commandParameter
3152 3158
               id="url"
3153
               name="URL"
3159
               name="%commandParameter.name.14"
3154 3160
               optional="true">
3155 3161
         </commandParameter>
3156 3162
      </command>

Formats disponibles : Unified diff