From bf70fd9031e837f7f0aab60208ab21702b41f90b Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 25 Aug 2018 21:54:11 -0400 Subject: WIP: revamp UI and rendering algorithm --- messages.po | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index e3f14902..d4d4a13e 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-08-25 11:47-0400\n" +"POT-Creation-Date: 2018-08-25 21:54-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -674,79 +674,79 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:45 +#: lib/simulator.py:353 msgid "<<" msgstr "" -#: lib/simulator.py:45 +#: lib/simulator.py:353 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:46 +#: lib/simulator.py:354 msgid "-" msgstr "" -#: lib/simulator.py:46 +#: lib/simulator.py:354 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:47 +#: lib/simulator.py:355 msgid "+" msgstr "" -#: lib/simulator.py:47 +#: lib/simulator.py:355 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:48 +#: lib/simulator.py:356 msgid ">>" msgstr "" -#: lib/simulator.py:48 +#: lib/simulator.py:356 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:49 +#: lib/simulator.py:357 msgid "^" msgstr "" -#: lib/simulator.py:49 +#: lib/simulator.py:357 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:50 +#: lib/simulator.py:358 msgid "v" msgstr "" -#: lib/simulator.py:50 +#: lib/simulator.py:358 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:51 +#: lib/simulator.py:359 msgid "Pause" msgstr "" -#: lib/simulator.py:51 +#: lib/simulator.py:359 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:52 +#: lib/simulator.py:360 msgid "Restart" msgstr "" -#: lib/simulator.py:52 +#: lib/simulator.py:360 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:53 +#: lib/simulator.py:361 msgid "Quit" msgstr "" -#: lib/simulator.py:53 +#: lib/simulator.py:361 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:231 +#: lib/simulator.py:539 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From c44e0080296dbf771dba113d82372cffb88952a9 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 25 Aug 2018 22:48:11 -0400 Subject: draggable slider and editable stitch number --- messages.po | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index d4d4a13e..1c5be39a 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-08-25 21:54-0400\n" +"POT-Creation-Date: 2018-08-25 22:48-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -674,79 +674,79 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:353 +#: lib/simulator.py:413 msgid "<<" msgstr "" -#: lib/simulator.py:353 +#: lib/simulator.py:413 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:354 +#: lib/simulator.py:414 msgid "-" msgstr "" -#: lib/simulator.py:354 +#: lib/simulator.py:414 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:355 +#: lib/simulator.py:415 msgid "+" msgstr "" -#: lib/simulator.py:355 +#: lib/simulator.py:415 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:356 +#: lib/simulator.py:416 msgid ">>" msgstr "" -#: lib/simulator.py:356 +#: lib/simulator.py:416 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:357 +#: lib/simulator.py:417 msgid "^" msgstr "" -#: lib/simulator.py:357 +#: lib/simulator.py:417 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:358 +#: lib/simulator.py:418 msgid "v" msgstr "" -#: lib/simulator.py:358 +#: lib/simulator.py:418 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:359 +#: lib/simulator.py:419 msgid "Pause" msgstr "" -#: lib/simulator.py:359 +#: lib/simulator.py:419 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:360 +#: lib/simulator.py:420 msgid "Restart" msgstr "" -#: lib/simulator.py:360 +#: lib/simulator.py:420 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:361 +#: lib/simulator.py:421 msgid "Quit" msgstr "" -#: lib/simulator.py:361 +#: lib/simulator.py:421 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:539 +#: lib/simulator.py:599 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From 8351cf21a09168ae1faa3be916b1b418d3d388e8 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 26 Aug 2018 14:32:34 -0400 Subject: add keyboard shortcut support --- messages.po | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index 1c5be39a..0a431bd1 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-08-25 22:48-0400\n" +"POT-Creation-Date: 2018-08-26 14:32-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -674,79 +674,79 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:413 +#: lib/simulator.py:460 msgid "<<" msgstr "" -#: lib/simulator.py:413 +#: lib/simulator.py:460 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:414 +#: lib/simulator.py:461 msgid "-" msgstr "" -#: lib/simulator.py:414 +#: lib/simulator.py:461 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:415 +#: lib/simulator.py:462 msgid "+" msgstr "" -#: lib/simulator.py:415 +#: lib/simulator.py:462 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:416 +#: lib/simulator.py:463 msgid ">>" msgstr "" -#: lib/simulator.py:416 +#: lib/simulator.py:463 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:417 +#: lib/simulator.py:464 msgid "^" msgstr "" -#: lib/simulator.py:417 +#: lib/simulator.py:464 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:418 +#: lib/simulator.py:465 msgid "v" msgstr "" -#: lib/simulator.py:418 +#: lib/simulator.py:465 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:419 +#: lib/simulator.py:466 msgid "Pause" msgstr "" -#: lib/simulator.py:419 +#: lib/simulator.py:466 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:420 +#: lib/simulator.py:467 msgid "Restart" msgstr "" -#: lib/simulator.py:420 +#: lib/simulator.py:467 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:421 +#: lib/simulator.py:468 msgid "Quit" msgstr "" -#: lib/simulator.py:421 +#: lib/simulator.py:468 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:599 +#: lib/simulator.py:646 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From 79e8ad5b31f18a622b8ce8ed9ee9563cca579a38 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 26 Aug 2018 14:43:23 -0400 Subject: forward/backward one frame support --- messages.po | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index 0a431bd1..a09b61e6 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-08-26 14:32-0400\n" +"POT-Creation-Date: 2018-08-26 14:43-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -674,79 +674,79 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:460 +#: lib/simulator.py:463 msgid "<<" msgstr "" -#: lib/simulator.py:460 +#: lib/simulator.py:463 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:461 +#: lib/simulator.py:464 msgid "-" msgstr "" -#: lib/simulator.py:461 +#: lib/simulator.py:464 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:462 +#: lib/simulator.py:465 msgid "+" msgstr "" -#: lib/simulator.py:462 +#: lib/simulator.py:465 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:463 +#: lib/simulator.py:466 msgid ">>" msgstr "" -#: lib/simulator.py:463 +#: lib/simulator.py:466 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:464 +#: lib/simulator.py:467 msgid "^" msgstr "" -#: lib/simulator.py:464 +#: lib/simulator.py:467 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:465 +#: lib/simulator.py:468 msgid "v" msgstr "" -#: lib/simulator.py:465 +#: lib/simulator.py:468 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:466 +#: lib/simulator.py:469 msgid "Pause" msgstr "" -#: lib/simulator.py:466 +#: lib/simulator.py:469 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:467 +#: lib/simulator.py:470 msgid "Restart" msgstr "" -#: lib/simulator.py:467 +#: lib/simulator.py:470 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:468 +#: lib/simulator.py:471 msgid "Quit" msgstr "" -#: lib/simulator.py:468 +#: lib/simulator.py:471 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:646 +#: lib/simulator.py:649 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From a355af287484a62a021808b4ced20c4b85877759 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 26 Aug 2018 15:02:51 -0400 Subject: handle window size and target duration --- messages.po | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index a09b61e6..ccb247e4 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-08-26 14:43-0400\n" +"POT-Creation-Date: 2018-08-26 15:02-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -612,25 +612,25 @@ msgstr "" msgid "Preview" msgstr "" -#: lib/extensions/params.py:466 +#: lib/extensions/params.py:463 msgid "Internal Error" msgstr "" -#: lib/extensions/params.py:519 +#: lib/extensions/params.py:516 msgid "Please enter or select a preset name first." msgstr "" -#: lib/extensions/params.py:519 lib/extensions/params.py:525 -#: lib/extensions/params.py:553 +#: lib/extensions/params.py:516 lib/extensions/params.py:522 +#: lib/extensions/params.py:550 msgid "Preset" msgstr "" -#: lib/extensions/params.py:525 +#: lib/extensions/params.py:522 #, python-format msgid "Preset \"%s\" not found." msgstr "" -#: lib/extensions/params.py:553 +#: lib/extensions/params.py:550 #, python-format msgid "" "Preset \"%s\" already exists. Please use another name or press " @@ -659,7 +659,7 @@ msgstr "" msgid "Ink/Stitch Print" msgstr "" -#: lib/extensions/simulate.py:29 +#: lib/extensions/simulate.py:31 msgid "Embroidery Simulation" msgstr "" @@ -674,79 +674,79 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:463 +#: lib/simulator.py:477 msgid "<<" msgstr "" -#: lib/simulator.py:463 +#: lib/simulator.py:477 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:464 +#: lib/simulator.py:478 msgid "-" msgstr "" -#: lib/simulator.py:464 +#: lib/simulator.py:478 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:465 +#: lib/simulator.py:479 msgid "+" msgstr "" -#: lib/simulator.py:465 +#: lib/simulator.py:479 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:466 +#: lib/simulator.py:480 msgid ">>" msgstr "" -#: lib/simulator.py:466 +#: lib/simulator.py:480 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:467 +#: lib/simulator.py:481 msgid "^" msgstr "" -#: lib/simulator.py:467 +#: lib/simulator.py:481 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:468 +#: lib/simulator.py:482 msgid "v" msgstr "" -#: lib/simulator.py:468 +#: lib/simulator.py:482 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:469 +#: lib/simulator.py:483 msgid "Pause" msgstr "" -#: lib/simulator.py:469 +#: lib/simulator.py:483 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:470 +#: lib/simulator.py:484 msgid "Restart" msgstr "" -#: lib/simulator.py:470 +#: lib/simulator.py:484 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:471 +#: lib/simulator.py:485 msgid "Quit" msgstr "" -#: lib/simulator.py:471 +#: lib/simulator.py:485 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:649 +#: lib/simulator.py:663 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From e854df43073ce3158654b0db304edd0bba7a7d6d Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 26 Aug 2018 15:34:13 -0400 Subject: handle auto-refresh from Params --- messages.po | 54 +++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index ccb247e4..a79e8529 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-08-26 15:02-0400\n" +"POT-Creation-Date: 2018-08-26 15:34-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -608,29 +608,29 @@ msgstr "" msgid "Apply and Quit" msgstr "" -#: lib/extensions/params.py:447 +#: lib/extensions/params.py:438 msgid "Preview" msgstr "" -#: lib/extensions/params.py:463 +#: lib/extensions/params.py:454 msgid "Internal Error" msgstr "" -#: lib/extensions/params.py:516 +#: lib/extensions/params.py:507 msgid "Please enter or select a preset name first." msgstr "" -#: lib/extensions/params.py:516 lib/extensions/params.py:522 -#: lib/extensions/params.py:550 +#: lib/extensions/params.py:507 lib/extensions/params.py:513 +#: lib/extensions/params.py:541 msgid "Preset" msgstr "" -#: lib/extensions/params.py:522 +#: lib/extensions/params.py:513 #, python-format msgid "Preset \"%s\" not found." msgstr "" -#: lib/extensions/params.py:550 +#: lib/extensions/params.py:541 #, python-format msgid "" "Preset \"%s\" already exists. Please use another name or press " @@ -674,79 +674,79 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:477 +#: lib/simulator.py:512 msgid "<<" msgstr "" -#: lib/simulator.py:477 +#: lib/simulator.py:512 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:478 +#: lib/simulator.py:513 msgid "-" msgstr "" -#: lib/simulator.py:478 +#: lib/simulator.py:513 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:479 +#: lib/simulator.py:514 msgid "+" msgstr "" -#: lib/simulator.py:479 +#: lib/simulator.py:514 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:480 +#: lib/simulator.py:515 msgid ">>" msgstr "" -#: lib/simulator.py:480 +#: lib/simulator.py:515 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:481 +#: lib/simulator.py:516 msgid "^" msgstr "" -#: lib/simulator.py:481 +#: lib/simulator.py:516 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:482 +#: lib/simulator.py:517 msgid "v" msgstr "" -#: lib/simulator.py:482 +#: lib/simulator.py:517 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:483 +#: lib/simulator.py:518 msgid "Pause" msgstr "" -#: lib/simulator.py:483 +#: lib/simulator.py:518 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:484 +#: lib/simulator.py:519 msgid "Restart" msgstr "" -#: lib/simulator.py:484 +#: lib/simulator.py:519 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:485 +#: lib/simulator.py:520 msgid "Quit" msgstr "" -#: lib/simulator.py:485 +#: lib/simulator.py:520 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:663 +#: lib/simulator.py:698 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From b3516785aafef79a02059cf29591ec978331e703 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 26 Aug 2018 16:14:03 -0400 Subject: automatically scale and center the design --- messages.po | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index a79e8529..0cdb527c 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-08-26 15:34-0400\n" +"POT-Creation-Date: 2018-08-26 16:14-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -659,7 +659,7 @@ msgstr "" msgid "Ink/Stitch Print" msgstr "" -#: lib/extensions/simulate.py:31 +#: lib/extensions/simulate.py:33 msgid "Embroidery Simulation" msgstr "" @@ -674,79 +674,79 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:512 +#: lib/simulator.py:541 msgid "<<" msgstr "" -#: lib/simulator.py:512 +#: lib/simulator.py:541 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:513 +#: lib/simulator.py:542 msgid "-" msgstr "" -#: lib/simulator.py:513 +#: lib/simulator.py:542 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:514 +#: lib/simulator.py:543 msgid "+" msgstr "" -#: lib/simulator.py:514 +#: lib/simulator.py:543 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:515 +#: lib/simulator.py:544 msgid ">>" msgstr "" -#: lib/simulator.py:515 +#: lib/simulator.py:544 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:516 +#: lib/simulator.py:545 msgid "^" msgstr "" -#: lib/simulator.py:516 +#: lib/simulator.py:545 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:517 +#: lib/simulator.py:546 msgid "v" msgstr "" -#: lib/simulator.py:517 +#: lib/simulator.py:546 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:518 +#: lib/simulator.py:547 msgid "Pause" msgstr "" -#: lib/simulator.py:518 +#: lib/simulator.py:547 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:519 +#: lib/simulator.py:548 msgid "Restart" msgstr "" -#: lib/simulator.py:519 +#: lib/simulator.py:548 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:520 +#: lib/simulator.py:549 msgid "Quit" msgstr "" -#: lib/simulator.py:520 +#: lib/simulator.py:549 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:698 +#: lib/simulator.py:727 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From 6bb2fa0c911e9526b87452196b50adc431ca8d62 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 26 Aug 2018 16:41:57 -0400 Subject: uniform crosshair size independent of zoom --- messages.po | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index 0cdb527c..86f93f36 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-08-26 16:14-0400\n" +"POT-Creation-Date: 2018-08-26 16:41-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -674,79 +674,79 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:541 +#: lib/simulator.py:540 msgid "<<" msgstr "" -#: lib/simulator.py:541 +#: lib/simulator.py:540 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:542 +#: lib/simulator.py:541 msgid "-" msgstr "" -#: lib/simulator.py:542 +#: lib/simulator.py:541 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:543 +#: lib/simulator.py:542 msgid "+" msgstr "" -#: lib/simulator.py:543 +#: lib/simulator.py:542 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:544 +#: lib/simulator.py:543 msgid ">>" msgstr "" -#: lib/simulator.py:544 +#: lib/simulator.py:543 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:545 +#: lib/simulator.py:544 msgid "^" msgstr "" -#: lib/simulator.py:545 +#: lib/simulator.py:544 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:546 +#: lib/simulator.py:545 msgid "v" msgstr "" -#: lib/simulator.py:546 +#: lib/simulator.py:545 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:547 +#: lib/simulator.py:546 msgid "Pause" msgstr "" -#: lib/simulator.py:547 +#: lib/simulator.py:546 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:548 +#: lib/simulator.py:547 msgid "Restart" msgstr "" -#: lib/simulator.py:548 +#: lib/simulator.py:547 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:549 +#: lib/simulator.py:548 msgid "Quit" msgstr "" -#: lib/simulator.py:549 +#: lib/simulator.py:548 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:727 +#: lib/simulator.py:726 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From 7637848ad8d6ec8ae0eca1fe1a0979572e93415a Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 26 Aug 2018 23:34:27 -0400 Subject: zoom and pan support --- messages.po | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index 86f93f36..405b3bec 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-08-26 16:41-0400\n" +"POT-Creation-Date: 2018-08-26 23:34-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -674,79 +674,79 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:540 +#: lib/simulator.py:608 msgid "<<" msgstr "" -#: lib/simulator.py:540 +#: lib/simulator.py:608 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:541 +#: lib/simulator.py:609 msgid "-" msgstr "" -#: lib/simulator.py:541 +#: lib/simulator.py:609 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:542 +#: lib/simulator.py:610 msgid "+" msgstr "" -#: lib/simulator.py:542 +#: lib/simulator.py:610 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:543 +#: lib/simulator.py:611 msgid ">>" msgstr "" -#: lib/simulator.py:543 +#: lib/simulator.py:611 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:544 +#: lib/simulator.py:612 msgid "^" msgstr "" -#: lib/simulator.py:544 +#: lib/simulator.py:612 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:545 +#: lib/simulator.py:613 msgid "v" msgstr "" -#: lib/simulator.py:545 +#: lib/simulator.py:613 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:546 +#: lib/simulator.py:614 msgid "Pause" msgstr "" -#: lib/simulator.py:546 +#: lib/simulator.py:614 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:547 +#: lib/simulator.py:615 msgid "Restart" msgstr "" -#: lib/simulator.py:547 +#: lib/simulator.py:615 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:548 +#: lib/simulator.py:616 msgid "Quit" msgstr "" -#: lib/simulator.py:548 +#: lib/simulator.py:616 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:726 +#: lib/simulator.py:794 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From 7319937ea6c568aba8d613eed66433ddb24b6cc3 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sun, 26 Aug 2018 23:50:17 -0400 Subject: make line thickness value less magical --- messages.po | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index 405b3bec..5aa9ed59 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-08-26 23:34-0400\n" +"POT-Creation-Date: 2018-08-26 23:50-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -674,79 +674,79 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:608 +#: lib/simulator.py:611 msgid "<<" msgstr "" -#: lib/simulator.py:608 +#: lib/simulator.py:611 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:609 +#: lib/simulator.py:612 msgid "-" msgstr "" -#: lib/simulator.py:609 +#: lib/simulator.py:612 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:610 +#: lib/simulator.py:613 msgid "+" msgstr "" -#: lib/simulator.py:610 +#: lib/simulator.py:613 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:611 +#: lib/simulator.py:614 msgid ">>" msgstr "" -#: lib/simulator.py:611 +#: lib/simulator.py:614 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:612 +#: lib/simulator.py:615 msgid "^" msgstr "" -#: lib/simulator.py:612 +#: lib/simulator.py:615 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:613 +#: lib/simulator.py:616 msgid "v" msgstr "" -#: lib/simulator.py:613 +#: lib/simulator.py:616 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:614 +#: lib/simulator.py:617 msgid "Pause" msgstr "" -#: lib/simulator.py:614 +#: lib/simulator.py:617 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:615 +#: lib/simulator.py:618 msgid "Restart" msgstr "" -#: lib/simulator.py:615 +#: lib/simulator.py:618 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:616 +#: lib/simulator.py:619 msgid "Quit" msgstr "" -#: lib/simulator.py:616 +#: lib/simulator.py:619 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:794 +#: lib/simulator.py:797 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From 165d96e3b182d28388b84cc49680a34be033e837 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 27 Aug 2018 15:36:54 -0400 Subject: show command name in simulator (STITCH, JUMP, etc) --- messages.po | 61 +++++++++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 41 insertions(+), 20 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index 5aa9ed59..19b09b05 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-08-26 23:50-0400\n" +"POT-Creation-Date: 2018-08-27 15:36-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -674,79 +674,100 @@ msgstr "" msgid "Generate INX files" msgstr "" -#: lib/simulator.py:611 +#. command label at bottom of simulator window +#: lib/simulator.py:11 +msgid "STITCH" +msgstr "" + +#: lib/simulator.py:11 +msgid "JUMP" +msgstr "" + +#: lib/simulator.py:11 +msgid "TRIM" +msgstr "" + +#: lib/simulator.py:11 +msgid "STOP" +msgstr "" + +#: lib/simulator.py:11 +msgid "COLOR CHANGE" +msgstr "" + +#: lib/simulator.py:644 msgid "<<" msgstr "" -#: lib/simulator.py:611 +#: lib/simulator.py:644 msgid "Play reverse (arrow left)" msgstr "" -#: lib/simulator.py:612 +#: lib/simulator.py:645 msgid "-" msgstr "" -#: lib/simulator.py:612 +#: lib/simulator.py:645 msgid "Play one frame backward (+)" msgstr "" -#: lib/simulator.py:613 +#: lib/simulator.py:646 msgid "+" msgstr "" -#: lib/simulator.py:613 +#: lib/simulator.py:646 msgid "Play one frame forward (+)" msgstr "" -#: lib/simulator.py:614 +#: lib/simulator.py:647 msgid ">>" msgstr "" -#: lib/simulator.py:614 +#: lib/simulator.py:647 msgid "Play forward (arrow right)" msgstr "" -#: lib/simulator.py:615 +#: lib/simulator.py:648 msgid "^" msgstr "" -#: lib/simulator.py:615 +#: lib/simulator.py:648 msgid "Speed up (arrow up)" msgstr "" -#: lib/simulator.py:616 +#: lib/simulator.py:649 msgid "v" msgstr "" -#: lib/simulator.py:616 +#: lib/simulator.py:649 msgid "Slow down (arrow down)" msgstr "" -#: lib/simulator.py:617 +#: lib/simulator.py:650 msgid "Pause" msgstr "" -#: lib/simulator.py:617 +#: lib/simulator.py:650 msgid "Pause (P)" msgstr "" -#: lib/simulator.py:618 +#: lib/simulator.py:651 msgid "Restart" msgstr "" -#: lib/simulator.py:618 +#: lib/simulator.py:651 msgid "Restart (R)" msgstr "" -#: lib/simulator.py:619 +#: lib/simulator.py:652 msgid "Quit" msgstr "" -#: lib/simulator.py:619 +#: lib/simulator.py:652 msgid "Close (Q)" msgstr "" -#: lib/simulator.py:797 +#: lib/simulator.py:830 msgid "Stitch # " msgstr "" -- cgit v1.2.3 From e56e99329a750f6b002c9230fbbd62518c65f083 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 27 Aug 2018 15:42:36 -0400 Subject: remove old code --- messages.po | 78 +------------------------------------------------------------ 1 file changed, 1 insertion(+), 77 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index 19b09b05..909e2fca 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-08-27 15:36-0400\n" +"POT-Creation-Date: 2018-08-27 15:42-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -695,82 +695,6 @@ msgstr "" msgid "COLOR CHANGE" msgstr "" -#: lib/simulator.py:644 -msgid "<<" -msgstr "" - -#: lib/simulator.py:644 -msgid "Play reverse (arrow left)" -msgstr "" - -#: lib/simulator.py:645 -msgid "-" -msgstr "" - -#: lib/simulator.py:645 -msgid "Play one frame backward (+)" -msgstr "" - -#: lib/simulator.py:646 -msgid "+" -msgstr "" - -#: lib/simulator.py:646 -msgid "Play one frame forward (+)" -msgstr "" - -#: lib/simulator.py:647 -msgid ">>" -msgstr "" - -#: lib/simulator.py:647 -msgid "Play forward (arrow right)" -msgstr "" - -#: lib/simulator.py:648 -msgid "^" -msgstr "" - -#: lib/simulator.py:648 -msgid "Speed up (arrow up)" -msgstr "" - -#: lib/simulator.py:649 -msgid "v" -msgstr "" - -#: lib/simulator.py:649 -msgid "Slow down (arrow down)" -msgstr "" - -#: lib/simulator.py:650 -msgid "Pause" -msgstr "" - -#: lib/simulator.py:650 -msgid "Pause (P)" -msgstr "" - -#: lib/simulator.py:651 -msgid "Restart" -msgstr "" - -#: lib/simulator.py:651 -msgid "Restart (R)" -msgstr "" - -#: lib/simulator.py:652 -msgid "Quit" -msgstr "" - -#: lib/simulator.py:652 -msgid "Close (Q)" -msgstr "" - -#: lib/simulator.py:830 -msgid "Stitch # " -msgstr "" - #: lib/stitches/auto_fill.py:167 msgid "" "Unable to autofill. This most often happens because your shape is made " -- cgit v1.2.3 From a636462803342683210bbeb64e49782209c2794f Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 27 Aug 2018 15:54:06 -0400 Subject: i18n --- messages.po | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index 909e2fca..b21083d5 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-08-27 15:42-0400\n" +"POT-Creation-Date: 2018-08-27 15:53-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -695,6 +695,27 @@ msgstr "" msgid "COLOR CHANGE" msgstr "" +#: lib/simulator.py:47 lib/simulator.py:195 lib/simulator.py:202 +msgid "Pause" +msgstr "" + +#: lib/simulator.py:49 +msgid "Restart" +msgstr "" + +#: lib/simulator.py:51 +msgid "Quit" +msgstr "" + +#: lib/simulator.py:153 +#, python-format +msgid "Speed: %d stitches/sec" +msgstr "" + +#: lib/simulator.py:198 +msgid "Start" +msgstr "" + #: lib/stitches/auto_fill.py:167 msgid "" "Unable to autofill. This most often happens because your shape is made " -- cgit v1.2.3 From ab656800a067b9ebbe7f200ade0e5a5006da1cda Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 27 Aug 2018 16:15:58 -0400 Subject: fix windows issue --- messages.po | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index b21083d5..15718012 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-08-27 15:53-0400\n" +"POT-Creation-Date: 2018-08-27 16:15-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -695,7 +695,7 @@ msgstr "" msgid "COLOR CHANGE" msgstr "" -#: lib/simulator.py:47 lib/simulator.py:195 lib/simulator.py:202 +#: lib/simulator.py:47 lib/simulator.py:198 lib/simulator.py:205 msgid "Pause" msgstr "" @@ -707,12 +707,12 @@ msgstr "" msgid "Quit" msgstr "" -#: lib/simulator.py:153 +#: lib/simulator.py:156 #, python-format msgid "Speed: %d stitches/sec" msgstr "" -#: lib/simulator.py:198 +#: lib/simulator.py:201 msgid "Start" msgstr "" -- cgit v1.2.3 From 8d196ace7fb01d2ac011d1c685ff422ef891320c Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 27 Aug 2018 16:43:23 -0400 Subject: position params's simulator window at the top of the screen --- messages.po | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index 15718012..f17c39dc 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-08-27 16:15-0400\n" +"POT-Creation-Date: 2018-08-27 16:43-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -608,29 +608,29 @@ msgstr "" msgid "Apply and Quit" msgstr "" -#: lib/extensions/params.py:438 +#: lib/extensions/params.py:439 msgid "Preview" msgstr "" -#: lib/extensions/params.py:454 +#: lib/extensions/params.py:455 msgid "Internal Error" msgstr "" -#: lib/extensions/params.py:507 +#: lib/extensions/params.py:508 msgid "Please enter or select a preset name first." msgstr "" -#: lib/extensions/params.py:507 lib/extensions/params.py:513 -#: lib/extensions/params.py:541 +#: lib/extensions/params.py:508 lib/extensions/params.py:514 +#: lib/extensions/params.py:542 msgid "Preset" msgstr "" -#: lib/extensions/params.py:513 +#: lib/extensions/params.py:514 #, python-format msgid "Preset \"%s\" not found." msgstr "" -#: lib/extensions/params.py:541 +#: lib/extensions/params.py:542 #, python-format msgid "" "Preset \"%s\" already exists. Please use another name or press " -- cgit v1.2.3 From 5f29e5a4a52ae8e5a434676648b0baa6253bd325 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 27 Aug 2018 21:56:25 -0400 Subject: show negative speed when animating backward --- messages.po | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index f17c39dc..f58a88ec 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-08-27 16:43-0400\n" +"POT-Creation-Date: 2018-08-27 21:56-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -695,24 +695,24 @@ msgstr "" msgid "COLOR CHANGE" msgstr "" -#: lib/simulator.py:47 lib/simulator.py:198 lib/simulator.py:205 +#: lib/simulator.py:48 lib/simulator.py:207 lib/simulator.py:214 msgid "Pause" msgstr "" -#: lib/simulator.py:49 +#: lib/simulator.py:50 msgid "Restart" msgstr "" -#: lib/simulator.py:51 +#: lib/simulator.py:52 msgid "Quit" msgstr "" -#: lib/simulator.py:156 +#: lib/simulator.py:167 #, python-format msgid "Speed: %d stitches/sec" msgstr "" -#: lib/simulator.py:201 +#: lib/simulator.py:210 msgid "Start" msgstr "" -- cgit v1.2.3 From 3fe3399d909de6549a7ce64f4347b342933b2465 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Sat, 1 Sep 2018 13:35:47 -0400 Subject: simulator standalone mode --- messages.po | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'messages.po') diff --git a/messages.po b/messages.po index f58a88ec..fb2d593f 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-08-27 21:56-0400\n" +"POT-Creation-Date: 2018-09-01 13:35-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -659,10 +659,6 @@ msgstr "" msgid "Ink/Stitch Print" msgstr "" -#: lib/extensions/simulate.py:33 -msgid "Embroidery Simulation" -msgstr "" - #: lib/extensions/zip.py:49 msgid "No embroidery file formats selected." msgstr "" @@ -675,47 +671,51 @@ msgid "Generate INX files" msgstr "" #. command label at bottom of simulator window -#: lib/simulator.py:11 +#: lib/simulator.py:12 msgid "STITCH" msgstr "" -#: lib/simulator.py:11 +#: lib/simulator.py:12 msgid "JUMP" msgstr "" -#: lib/simulator.py:11 +#: lib/simulator.py:12 msgid "TRIM" msgstr "" -#: lib/simulator.py:11 +#: lib/simulator.py:12 msgid "STOP" msgstr "" -#: lib/simulator.py:11 +#: lib/simulator.py:12 msgid "COLOR CHANGE" msgstr "" -#: lib/simulator.py:48 lib/simulator.py:207 lib/simulator.py:214 +#: lib/simulator.py:49 lib/simulator.py:208 lib/simulator.py:215 msgid "Pause" msgstr "" -#: lib/simulator.py:50 +#: lib/simulator.py:51 msgid "Restart" msgstr "" -#: lib/simulator.py:52 +#: lib/simulator.py:53 msgid "Quit" msgstr "" -#: lib/simulator.py:167 +#: lib/simulator.py:168 #, python-format msgid "Speed: %d stitches/sec" msgstr "" -#: lib/simulator.py:210 +#: lib/simulator.py:211 msgid "Start" msgstr "" +#: lib/simulator.py:633 +msgid "Embroidery Simulation" +msgstr "" + #: lib/stitches/auto_fill.py:167 msgid "" "Unable to autofill. This most often happens because your shape is made " -- cgit v1.2.3