diff options
Diffstat (limited to 'templates/stitch_plan_preview.xml')
| -rw-r--r-- | templates/stitch_plan_preview.xml | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/templates/stitch_plan_preview.xml b/templates/stitch_plan_preview.xml index 72ea7f04..ba602aaf 100644 --- a/templates/stitch_plan_preview.xml +++ b/templates/stitch_plan_preview.xml @@ -1,16 +1,25 @@ <?xml version="1.0" encoding="UTF-8"?> -<inkscape-extension xmlns="http://www.inkscape.org/namespace/inkscape/extension"> - <name>{% trans %}Stitch Plan Preview{% endtrans %}</name> - <id>org.inkstitch.stitch_plan_preview.{{ locale }}</id> +<inkscape-extension translationdomain="inkstitch" xmlns="http://www.inkscape.org/namespace/inkscape/extension"> + <name>Stitch Plan Preview</name> + <id>org.inkstitch.stitch_plan_preview</id> <param name="extension" type="string" gui-hidden="true">stitch_plan_preview</param> <effect> <object-type>all</object-type> <effects-menu> - <submenu name="Ink/Stitch"> - <submenu name="{% trans %}Visualise and Export{% endtrans %}" /> + <submenu name="Ink/Stitch" translatable="no"> + <submenu name="Visualise and Export" /> </submenu> </effects-menu> </effect> + <param name="move-to-side" type="boolean" gui-text="Move stitch plan beside the canvas">true</param> + <param name="layer-visibility" type="optiongroup" appearance="combo" gui-text="Design layer visibility"> + <option value="0">Unchanged</option> + <option value="1">Hidden</option> + <option value="2">Lower opacity</option> + </param> + <param name="needle-points" type="boolean" gui-text="Needle points">false</param> + <separator /> + <label>Hit Ctrl+Z to undo this action after inspection.</label> <script> {{ command_tag | safe }} </script> |
