diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-02 20:06:03 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-02 20:06:03 -0400 |
| commit | 1ab23cd8742b023ddaa832cb84d73f48b5950a14 (patch) | |
| tree | 512a21bcf5981ab4972464305bebc9cebbb3fe9e | |
| parent | 820a69339ddd4652755e92d5206261f7b5913236 (diff) | |
v1.15.0: mac version!
This is the first version of Ink/Stitch to officially support Mac OS X!
* mac support
* known issue: simulation window appears off-screen to the top
* workaround: press q to close the window
* buttons in the simulator to speed up, slow down, pause, restart, and quit
| -rw-r--r-- | messages.po | 42 |
1 files changed, 41 insertions, 1 deletions
diff --git a/messages.po b/messages.po index 19400443..0f1d4d4f 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-08-02 20:06-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" @@ -422,6 +422,46 @@ msgstr "" msgid "No embroidery file formats selected." msgstr "" +#: lib/simulator.py:34 +msgid "Speed up" +msgstr "" + +#: lib/simulator.py:34 +msgid "Press + or arrow up to speed up" +msgstr "" + +#: lib/simulator.py:35 +msgid "Slow down" +msgstr "" + +#: lib/simulator.py:35 +msgid "Press - or arrow down to slow down" +msgstr "" + +#: lib/simulator.py:36 +msgid "Pause" +msgstr "" + +#: lib/simulator.py:36 +msgid "Press P to pause the animation" +msgstr "" + +#: lib/simulator.py:37 +msgid "Restart" +msgstr "" + +#: lib/simulator.py:37 +msgid "Press R to restart the animation" +msgstr "" + +#: lib/simulator.py:38 +msgid "Quit" +msgstr "" + +#: lib/simulator.py:38 +msgid "Press Q to close the simulation window" +msgstr "" + #: lib/stitches/auto_fill.py:167 msgid "" "Unable to autofill. This most often happens because your shape is made " |
