diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-07-27 20:26:18 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-07-27 20:26:18 -0400 |
| commit | cdb8fdb1339476e36ad2e294283eec33d13b2d3d (patch) | |
| tree | 62a8296f7200484dd54ed301edc05f6a124f72bc /messages.po | |
| parent | d14880db5820ce2175bda7bbe761c21fd6c454d0 (diff) | |
add bean stitch option
Diffstat (limited to 'messages.po')
| -rw-r--r-- | messages.po | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/messages.po b/messages.po index 19400443..1e3413fd 100644 --- a/messages.po +++ b/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2018-07-25 21:18-0400\n" +"POT-Creation-Date: 2018-07-27 20:26-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -100,7 +100,7 @@ msgstr "" msgid "Custom satin column" msgstr "" -#: lib/elements/satin_column.py:25 lib/elements/stroke.py:35 +#: lib/elements/satin_column.py:25 lib/elements/stroke.py:45 msgid "Zig-zag spacing (peak-to-peak)" msgstr "" @@ -195,21 +195,32 @@ msgstr "" msgid "Running stitch length" msgstr "" -#: lib/elements/stroke.py:41 +#: lib/elements/stroke.py:36 +msgid "Bean stitch number of repeats" +msgstr "" + +#: lib/elements/stroke.py:37 +msgid "" +"Backtrack each stitch this many times. A value of 1 would triple each " +"stitch (forward, back, forward). A value of 2 would quintuple each " +"stitch, etc. Only applies to running stitch." +msgstr "" + +#: lib/elements/stroke.py:51 msgid "Repeats" msgstr "" -#: lib/elements/stroke.py:61 +#: lib/elements/stroke.py:71 msgid "Manual stitch placement" msgstr "" -#: lib/elements/stroke.py:61 +#: lib/elements/stroke.py:71 msgid "" "Stitch every node in the path. Stitch length and zig-zag spacing are " "ignored." msgstr "" -#: lib/elements/stroke.py:92 +#: lib/elements/stroke.py:102 msgid "" "Legacy running stitch setting detected!\n" "\n" |
