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