Code

i18n. Adding some new translatable strings.
[inkscape.git] / share / extensions / pixelsnap.inx
1 <?xml version="1.0" encoding="UTF-8"?>
2 <inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension">
3     <_name>PixelSnap</_name>
4     <id>bryhoyt.pixelsnap</id>
5         <dependency type="executable" location="extensions">pixelsnap.py</dependency>
6         <_param name="title" type="description">Snap all paths in selection to pixels. Snaps borders to half-points and fills to full points</_param>
7     <effect>
8         <effects-menu>
9                 <submenu _name="Modify Path"/>
10         </effects-menu>
11     </effect>
12     <script>
13         <command reldir="extensions" interpreter="python">pixelsnap.py</command>
14     </script>
15 </inkscape-extension>
17