root / tmp / org.txm.translate.rcp / plugin.xml @ 3151
Historique | Voir | Annoter | Télécharger (1,8 ko)
1 | 1024 | mdecorde | <?xml version="1.0" encoding="UTF-8"?>
|
---|---|---|---|
2 | 1024 | mdecorde | <?eclipse version="3.4"?>
|
3 | 2217 | mdecorde | <plugin>
|
4 | 1024 | mdecorde | <extension
|
5 | 1024 | mdecorde | point="org.eclipse.ui.menus"> |
6 | 1024 | mdecorde | <menuContribution
|
7 | 1024 | mdecorde | allPopups="false" |
8 | 1024 | mdecorde | locationURI="menu:org.eclipse.ui.main.menu"> |
9 | 1024 | mdecorde | <menu
|
10 | 1024 | mdecorde | id="menu.translate" |
11 | 1045 | mdecorde | label="%menu.label.0"> |
12 | 1024 | mdecorde | <command
|
13 | 1024 | mdecorde | commandId="org.txm.rcp.translate.CreateTranslateProject" |
14 | 1200 | mdecorde | icon="platform:/plugin/org.txm.rcp/icons/functions/pencil.png" |
15 | 1045 | mdecorde | label="%command.label.1"> |
16 | 1024 | mdecorde | </command>
|
17 | 1024 | mdecorde | <command
|
18 | 1200 | mdecorde | commandId="org.txm.rcp.translate.SearchStringsToTranslate" |
19 | 1200 | mdecorde | icon="platform:/plugin/org.eclipse.search/icons/full/etool16/search.png" |
20 | 1200 | mdecorde | label="%command.label.3"> |
21 | 1200 | mdecorde | </command>
|
22 | 1200 | mdecorde | <command
|
23 | 1024 | mdecorde | commandId="org.txm.rcp.translate.ExportTranslateProject" |
24 | 1200 | mdecorde | icon="platform:/plugin/org.eclipse.ui/icons/full/etool16/export_wiz.png" |
25 | 1045 | mdecorde | label="%command.label.2"> |
26 | 1024 | mdecorde | </command>
|
27 | 1024 | mdecorde | </menu>
|
28 | 1024 | mdecorde | </menuContribution>
|
29 | 1024 | mdecorde | </extension>
|
30 | 1024 | mdecorde | <extension
|
31 | 1024 | mdecorde | point="org.eclipse.ui.commands"> |
32 | 1024 | mdecorde | <command
|
33 | 1024 | mdecorde | defaultHandler="org.txm.rcp.translate.CreateTranslateProject" |
34 | 1024 | mdecorde | id="org.txm.rcp.translate.CreateTranslateProject" |
35 | 1045 | mdecorde | name="%command.name.1"> |
36 | 1024 | mdecorde | </command>
|
37 | 1024 | mdecorde | <command
|
38 | 1024 | mdecorde | defaultHandler="org.txm.rcp.translate.ExportTranslateProject" |
39 | 1024 | mdecorde | id="org.txm.rcp.translate.ExportTranslateProject" |
40 | 1045 | mdecorde | name="%command.name.2"> |
41 | 1024 | mdecorde | </command>
|
42 | 1200 | mdecorde | <command
|
43 | 1200 | mdecorde | defaultHandler="org.txm.rcp.translate.SearchStringsToTranslate" |
44 | 1200 | mdecorde | id="org.txm.rcp.translate.SearchStringsToTranslate" |
45 | 1200 | mdecorde | name="%command.name.3"> |
46 | 1200 | mdecorde | </command>
|
47 | 1024 | mdecorde | </extension>
|
48 | 2802 | mdecorde | |
49 | 1024 | mdecorde | </plugin> |