Code

Translations. French translation minor update.
[inkscape.git] / share / extensions / jessyInk_video.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3   <_name>Video</_name>
4   <id>jessyink.core.video</id>
5   <dependency type="executable" location="extensions">inkex.py</dependency>
6   <dependency type="executable" location="extensions">jessyInk_video.py</dependency>
7   <param name="tab" type="notebook">
8     <page name="help" _gui-text="Help">
9       <_param name="help_text" type="description">This extension puts a JessyInk video element on the current slide (layer). This element allows you to integrate a video into your JessyInk presentation. Please see code.google.com/p/jessyink for more details.</_param>
10     </page>
11   </param>
12   <effect>
13     <object-type>all</object-type>
14       <effects-menu>
15         <submenu _name="JessyInk"/>
16       </effects-menu>
17   </effect>
18   <script>
19     <command reldir="extensions" interpreter="python">jessyInk_video.py</command>
20   </script>
21 </inkscape-extension>