1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
|
# Translations template for PROJECT.
# Copyright (C) 2018 ORGANIZATION
# This file is distributed under the same license as the PROJECT project.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
"POT-Creation-Date: 2018-07-24 20:19-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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Generated-By: Babel 2.5.3\n"
#: lib/elements/auto_fill.py:11
msgid "Auto-Fill"
msgstr ""
#: lib/elements/auto_fill.py:14
msgid "Automatically routed fill stitching"
msgstr ""
#: lib/elements/auto_fill.py:33
msgid "Running stitch length (traversal between sections)"
msgstr ""
#: lib/elements/auto_fill.py:38
msgid "Underlay"
msgstr ""
#: lib/elements/auto_fill.py:38 lib/elements/auto_fill.py:43
#: lib/elements/auto_fill.py:54 lib/elements/auto_fill.py:60
#: lib/elements/auto_fill.py:70
msgid "AutoFill Underlay"
msgstr ""
#: lib/elements/auto_fill.py:43
msgid "Fill angle (default: fill angle + 90 deg)"
msgstr ""
#: lib/elements/auto_fill.py:54
msgid "Row spacing (default: 3x fill row spacing)"
msgstr ""
#: lib/elements/auto_fill.py:60
msgid "Max stitch length"
msgstr ""
#: lib/elements/auto_fill.py:67
msgid "Inset"
msgstr ""
#: lib/elements/auto_fill.py:78
msgid "Expand"
msgstr ""
#: lib/elements/element.py:232
#, python-format
msgid "%(id)s has more than one command of type '%(command)s' linked to it"
msgstr ""
#: lib/elements/fill.py:12
msgid "Fill"
msgstr ""
#: lib/elements/fill.py:18
msgid "Manually routed fill stitching"
msgstr ""
#: lib/elements/fill.py:23
msgid "Angle of lines of stitches"
msgstr ""
#: lib/elements/fill.py:34
msgid "Flip fill (start right-to-left)"
msgstr ""
#: lib/elements/fill.py:39
msgid "Spacing between rows"
msgstr ""
#: lib/elements/fill.py:48
msgid "Maximum fill stitch length"
msgstr ""
#: lib/elements/fill.py:53
msgid "Stagger rows this many times before repeating"
msgstr ""
#: lib/elements/satin_column.py:10
msgid "Satin Column"
msgstr ""
#: lib/elements/satin_column.py:16
msgid "Custom satin column"
msgstr ""
#: lib/elements/satin_column.py:25 lib/elements/stroke.py:35
msgid "Zig-zag spacing (peak-to-peak)"
msgstr ""
#: lib/elements/satin_column.py:31
msgid "Pull compensation"
msgstr ""
#: lib/elements/satin_column.py:39
msgid "Contour underlay"
msgstr ""
#: lib/elements/satin_column.py:39 lib/elements/satin_column.py:46
#: lib/elements/satin_column.py:51
msgid "Contour Underlay"
msgstr ""
#: lib/elements/satin_column.py:46 lib/elements/satin_column.py:64
msgid "Stitch length"
msgstr ""
#: lib/elements/satin_column.py:51
msgid "Contour underlay inset amount"
msgstr ""
#: lib/elements/satin_column.py:57
msgid "Center-walk underlay"
msgstr ""
#: lib/elements/satin_column.py:57 lib/elements/satin_column.py:64
msgid "Center-Walk Underlay"
msgstr ""
#: lib/elements/satin_column.py:69
msgid "Zig-zag underlay"
msgstr ""
#: lib/elements/satin_column.py:69 lib/elements/satin_column.py:74
#: lib/elements/satin_column.py:79
msgid "Zig-zag Underlay"
msgstr ""
#: lib/elements/satin_column.py:74
msgid "Zig-Zag spacing (peak-to-peak)"
msgstr ""
#: lib/elements/satin_column.py:79
msgid "Inset amount (default: half of contour underlay inset)"
msgstr ""
#: lib/elements/satin_column.py:112
#, python-format
msgid "satin column: %(id)s: at least two subpaths required (%(num)d found)"
msgstr ""
#: lib/elements/satin_column.py:138
msgid ""
"One or more rails crosses itself, and this is not allowed. Please split "
"into multiple satin columns."
msgstr ""
#: lib/elements/satin_column.py:145
msgid "satin column: One or more of the rungs doesn't intersect both rails."
msgstr ""
#: lib/elements/satin_column.py:145 lib/elements/satin_column.py:147
msgid "Each rail should intersect both rungs once."
msgstr ""
#: lib/elements/satin_column.py:147
msgid ""
"satin column: One or more of the rungs intersects the rails more than "
"once."
msgstr ""
#: lib/elements/satin_column.py:188
#, python-format
msgid "satin column: object %s has a fill (but should not)"
msgstr ""
#: lib/elements/satin_column.py:192
#, python-format
msgid ""
"satin column: object %(id)s has two paths with an unequal number of "
"points (%(length1)d and %(length2)d)"
msgstr ""
#: lib/elements/stroke.py:17
msgid "Satin stitch along paths"
msgstr ""
#: lib/elements/stroke.py:30
msgid "Running stitch length"
msgstr ""
#: lib/elements/stroke.py:41
msgid "Repeats"
msgstr ""
#: lib/elements/stroke.py:61
msgid "Manual stitch placement"
msgstr ""
#: lib/elements/stroke.py:61
msgid ""
"Stitch every node in the path. Stitch length and zig-zag spacing are "
"ignored."
msgstr ""
#: lib/elements/stroke.py:92
msgid ""
"Legacy running stitch setting detected!\n"
"\n"
"It looks like you're using a stroke smaller than 0.5 units to indicate a "
"running stitch, which is deprecated. Instead, please set your stroke to "
"be dashed to indicate running stitch. Any kind of dash will work."
msgstr ""
#: lib/extensions/base.py:108
msgid "No embroiderable paths selected."
msgstr ""
#: lib/extensions/base.py:110
msgid "No embroiderable paths found in document."
msgstr ""
#: lib/extensions/base.py:111
msgid "Tip: use Path -> Object to Path to convert non-paths."
msgstr ""
#: lib/extensions/commands.py:140
msgid "Please select one or more objects to which to attach commands."
msgstr ""
#: lib/extensions/commands.py:148
msgid "Please choose one or more commands to attach."
msgstr ""
#: lib/extensions/embroider.py:41
msgid ""
"\n"
"\n"
"Seeing a 'no such option' message? Please restart Inkscape to fix."
msgstr ""
#: lib/extensions/flip.py:35
msgid "Please select one or more satin columns to flip."
msgstr ""
#: lib/extensions/install.py:30
msgid ""
"Ink/Stitch can install files (\"add-ons\") that make it easier to use "
"Inkscape to create machine embroidery designs. These add-ons will be "
"installed:"
msgstr ""
#: lib/extensions/install.py:31
msgid "thread manufacturer color palettes"
msgstr ""
#: lib/extensions/install.py:32
msgid "Ink/Stitch visual commands (Object -> Symbols...)"
msgstr ""
#: lib/extensions/install.py:41
msgid "Install"
msgstr ""
#: lib/extensions/install.py:44 lib/extensions/params.py:380
msgid "Cancel"
msgstr ""
#: lib/extensions/install.py:58
msgid "Choose Inkscape directory"
msgstr ""
#: lib/extensions/install.py:68
msgid "Inkscape add-on installation failed"
msgstr ""
#: lib/extensions/install.py:69
msgid "Installation Failed"
msgstr ""
#: lib/extensions/install.py:73
msgid ""
"Inkscape add-on files have been installed. Please restart Inkscape to "
"load the new add-ons."
msgstr ""
#: lib/extensions/install.py:74
msgid "Installation Completed"
msgstr ""
#: lib/extensions/install.py:103
msgid "Ink/Stitch Add-ons Installer"
msgstr ""
#: lib/extensions/params.py:244
msgid "These settings will be applied to 1 object."
msgstr ""
#: lib/extensions/params.py:246
#, python-format
msgid "These settings will be applied to %d objects."
msgstr ""
#: lib/extensions/params.py:249
msgid ""
"Some settings had different values across objects. Select a value from "
"the dropdown or enter a new one."
msgstr ""
#: lib/extensions/params.py:253
#, python-format
msgid "Disabling this tab will disable the following %d tabs."
msgstr ""
#: lib/extensions/params.py:255
msgid "Disabling this tab will disable the following tab."
msgstr ""
#: lib/extensions/params.py:258
#, python-format
msgid "Enabling this tab will disable %s and vice-versa."
msgstr ""
#: lib/extensions/params.py:288
msgid "Inkscape objects"
msgstr ""
#: lib/extensions/params.py:346
msgid "Embroidery Params"
msgstr ""
#: lib/extensions/params.py:363
msgid "Presets"
msgstr ""
#: lib/extensions/params.py:368
msgid "Load"
msgstr ""
#: lib/extensions/params.py:371
msgid "Add"
msgstr ""
#: lib/extensions/params.py:374
msgid "Overwrite"
msgstr ""
#: lib/extensions/params.py:377
msgid "Delete"
msgstr ""
#: lib/extensions/params.py:384
msgid "Use Last Settings"
msgstr ""
#: lib/extensions/params.py:387
msgid "Apply and Quit"
msgstr ""
#: lib/extensions/params.py:436
msgid "Preview"
msgstr ""
#: lib/extensions/params.py:454
msgid "Internal Error"
msgstr ""
#: lib/extensions/params.py:507
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
msgid "Preset"
msgstr ""
#: lib/extensions/params.py:513
#, python-format
msgid "Preset \"%s\" not found."
msgstr ""
#: lib/extensions/params.py:541
#, python-format
msgid ""
"Preset \"%s\" already exists. Please use another name or press "
"\"Overwrite\""
msgstr ""
#: lib/extensions/print_pdf.py:134
msgid "Closing..."
msgstr ""
#: lib/extensions/print_pdf.py:134
msgid "It is safe to close this window now."
msgstr ""
#: lib/extensions/print_pdf.py:265
msgid ""
"A print preview has been opened in your web browser. This window will "
"stay open in order to communicate with the JavaScript code running in "
"your browser.\n"
"\n"
"This window will close after you close the print preview in your browser,"
" or you can close it manually if necessary."
msgstr ""
#: lib/extensions/print_pdf.py:411
msgid "Ink/Stitch Print"
msgstr ""
#: lib/extensions/simulate.py:24
msgid "Embroidery Simulation"
msgstr ""
#: lib/extensions/zip.py:66
msgid "No embroidery file formats selected."
msgstr ""
#: lib/stitches/auto_fill.py:167
msgid ""
"Unable to autofill. This most often happens because your shape is made "
"up of multiple sections that aren't connected."
msgstr ""
#: lib/stitches/auto_fill.py:392
msgid ""
"Unexpected error while generating fill stitches. Please send your SVG "
"file to lexelby@github."
msgstr ""
#: lib/svg/svg.py:87
msgid "Stitch Plan"
msgstr ""
#: lib/svg/units.py:44
#, python-format
msgid "parseLengthWithUnits: unknown unit %s"
msgstr ""
#: lib/svg/units.py:76
#, python-format
msgid "Unknown unit: %s"
msgstr ""
#: print/templates/color_swatch.html:8 print/templates/color_swatch.html:40
#: print/templates/operator_detailedview.html:9
msgid "Color"
msgstr ""
#: print/templates/color_swatch.html:11 print/templates/color_swatch.html:41
msgid "rgb"
msgstr ""
#: print/templates/color_swatch.html:15 print/templates/color_swatch.html:42
msgid "thread"
msgstr ""
#: print/templates/color_swatch.html:19 print/templates/color_swatch.html:43
#: print/templates/operator_detailedview.html:64
msgid "# stitches"
msgstr ""
#: print/templates/color_swatch.html:23 print/templates/color_swatch.html:44
#: print/templates/operator_detailedview.html:67
msgid "# stops"
msgstr ""
#: print/templates/color_swatch.html:24 print/templates/color_swatch.html:45
#: print/templates/operator_detailedview.html:68
msgid "# trims"
msgstr ""
#: print/templates/footer.html:2
msgid "Page"
msgstr ""
#: print/templates/headline.html:5
msgid "Click to choose another logo"
msgstr ""
#: print/templates/headline.html:10
msgid "Enter job title..."
msgstr ""
#: print/templates/headline.html:11
msgid "CLIENT"
msgstr ""
#: print/templates/headline.html:11
msgid "Enter client name..."
msgstr ""
#: print/templates/headline.html:12
msgid "PURCHASE ORDER #:"
msgstr ""
#: print/templates/headline.html:12
msgid "Enter purchase order number..."
msgstr ""
#: print/templates/headline.html:15
#, python-format
msgid "%Y.%m.%d"
msgstr ""
#: print/templates/operator_detailedview.html:10
msgid "Thread Consumption"
msgstr ""
#: print/templates/operator_detailedview.html:11
msgid "Stops and Trims"
msgstr ""
#: print/templates/operator_detailedview.html:12
msgid "Notes"
msgstr ""
#: print/templates/operator_detailedview.html:24
#: print/templates/operator_overview.html:6
#: print/templates/print_overview.html:6
msgid "Unique Colors"
msgstr ""
#: print/templates/operator_detailedview.html:25
#: print/templates/operator_overview.html:7
#: print/templates/print_overview.html:7
msgid "Color Blocks"
msgstr ""
#: print/templates/operator_detailedview.html:28
#: print/templates/operator_overview.html:14
#: print/templates/print_overview.html:14
msgid "Design box size"
msgstr ""
#: print/templates/operator_detailedview.html:29
#: print/templates/operator_overview.html:16
#: print/templates/print_overview.html:16
msgid "Total thread used"
msgstr ""
#: print/templates/operator_detailedview.html:30
#: print/templates/operator_overview.html:15
#: print/templates/print_overview.html:15
msgid "Total stitch count"
msgstr ""
#: print/templates/operator_detailedview.html:33
#: print/templates/operator_overview.html:8
#: print/templates/print_overview.html:8
msgid "Total nr stops"
msgstr ""
#: print/templates/operator_detailedview.html:34
#: print/templates/operator_overview.html:9
#: print/templates/print_overview.html:9
msgid "Total nr trims"
msgstr ""
#: print/templates/operator_detailedview.html:63
msgid "thread used"
msgstr ""
#: print/templates/operator_detailedview.html:71
msgid "Enter operator notes..."
msgstr ""
#: print/templates/operator_overview.html:21
#: print/templates/print_overview.html:21
msgid "Job estimated time"
msgstr ""
#: print/templates/operator_overview.html:28
#: print/templates/print_detail.html:18 print/templates/print_overview.html:28
msgid "Ctrl + Scroll to Zoom"
msgstr ""
#: print/templates/print_detail.html:6
msgid "COLOR"
msgstr ""
#: print/templates/print_detail.html:11
msgid "Estimated time"
msgstr ""
#: print/templates/print_overview.html:39
msgid "Client Signature"
msgstr ""
#: print/templates/ui.html:2
msgid "Ink/Stitch Print Preview"
msgstr ""
#: print/templates/ui.html:4
msgid "Print"
msgstr ""
#: print/templates/ui.html:5 print/templates/ui.html:15
msgid "Settings"
msgstr ""
#: print/templates/ui.html:6
msgid "Close"
msgstr ""
#: print/templates/ui.html:9
msgid "⚠ lost connection to Ink/Stitch"
msgstr ""
#: print/templates/ui.html:18 print/templates/ui.html:23
msgid "Page Setup"
msgstr ""
#: print/templates/ui.html:19 print/templates/ui.html:47
msgid "Design"
msgstr ""
#: print/templates/ui.html:26
msgid "Printing Size"
msgstr ""
#: print/templates/ui.html:35
msgid "Print Layouts"
msgstr ""
#: print/templates/ui.html:36
msgid "Client Overview"
msgstr ""
#: print/templates/ui.html:37
msgid "Client Detailed View"
msgstr ""
#: print/templates/ui.html:38
msgid "Operator Overview"
msgstr ""
#: print/templates/ui.html:39
msgid "Operator Detailed View"
msgstr ""
#: print/templates/ui.html:40
msgid "Thumbnail size"
msgstr ""
#: print/templates/ui.html:43
msgid "Includes these Page Setup settings and also the icon."
msgstr ""
#: print/templates/ui.html:43
msgid "Save as defaults"
msgstr ""
#: print/templates/ui.html:48
msgid "Thread Palette"
msgstr ""
#: print/templates/ui.html:51
msgid "None"
msgstr ""
#: print/templates/ui.html:65
msgid ""
"Changing the thread palette will cause thread names and catalog numbers "
"to be recalculated based on the new palette. Any changes you have made "
"to color or thread names will be lost. Are you sure?"
msgstr ""
#: print/templates/ui.html:68
msgid "Yes"
msgstr ""
#: print/templates/ui.html:69
msgid "No"
msgstr ""
#: print/templates/ui_svg_action_buttons.html:1
msgid "Scale"
msgstr ""
#: print/templates/ui_svg_action_buttons.html:3
msgid "Fit"
msgstr ""
#: print/templates/ui_svg_action_buttons.html:5
msgid "Apply to all"
msgstr ""
#: print/templates/ui_svg_action_buttons.html:8
msgid "Realistic"
msgstr ""
|