Code

Translations. French translation minor update.
[inkscape.git] / share / extensions / gcodetools_check_for_updates.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>Check for updates</_name>
4     <id>ru.cnc-club.filter.gcodetools_update_no_options_no_preferences</id>
5         <dependency type="executable" location="extensions">gcodetools.py</dependency>
6         <dependency type="executable" location="extensions">inkex.py</dependency>
7         <param name='active-tab' type="notebook">
9         <page name='update' _gui-text='Check for updates'>      
10                 <_param name="help" type="description">Check for Gcodetools latest stable version and try to get the updates.</_param>
11         </page>
13                 <page name='help' _gui-text='Help'>
14                         <_param name="fullhelp" type="description">
15 Gcodetools plug-in: converts paths to Gcode (using circular interpolation), makes offset paths and engraves sharp corners using cone cutters. 
16 This plug-in calculates Gcode for paths using circular interpolation or linear motion when needed.
18 Tutorials, manuals and support can be found at
19 English support forum:
20         http://www.cnc-club.ru/gcodetools
21         
22 and Russian support forum:
23         http://www.cnc-club.ru/gcodetoolsru
25 Credits: Nick Drobchenko, Vladimir Kalyaev, John Brooker, Henry Nicolas.
27 Gcodetools ver. 1.6.01
28 </_param>       
30                 </page>
32         </param>        
33     <effect>
34                 <effects-menu>
35                         <submenu _name="Gcodetools"/>
36                 </effects-menu>
37                 <object-type>path</object-type>
38     </effect>
39     <script>
40         <command reldir="extensions" interpreter="python">gcodetools.py</command>
41     </script>
42     
43 </inkscape-extension>