forked from vlachoudis/bCNC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbCNC.pot
3285 lines (2519 loc) · 57.8 KB
/
bCNC.pot
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
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-06-12 10:48+0200\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: Updates.py:47
msgid "Installed Version:"
msgstr ""
#: Updates.py:52
msgid "Running version of bCNC"
msgstr ""
#: Updates.py:54
msgid "Latest Github Version:"
msgstr ""
#: Updates.py:60
msgid "Latest release version on on github"
msgstr ""
#: Updates.py:61
msgid "Published at:"
msgstr ""
#: Updates.py:67
msgid "Published date of the latest github relase"
msgstr ""
#: Updates.py:72
msgid "Check Interval"
msgstr ""
#: Updates.py:75
msgid "Last Check:"
msgstr ""
#: Updates.py:87
msgid "Date of last checking"
msgstr ""
#: Updates.py:89
msgid "Interval (days):"
msgstr ""
#: Updates.py:100
msgid "Days-interval to remind again for checking"
msgstr ""
#: Updates.py:105 Utils.py:452 bCNC.py:801 bCNC.py:1006 bCNC.py:1970
msgid "Close"
msgstr ""
#: Updates.py:111
msgid "Check Now"
msgstr ""
#: Updates.py:117
msgid "Check the web site for new versions of bCNC"
msgstr ""
#: Updates.py:149
msgid "Download"
msgstr ""
#: Updates.py:152
msgid "Open web browser to download bCNC"
msgstr ""
#: Updates.py:157
#, python-format
msgid "Error %d in connection"
msgstr ""
#: Sender.py:58
msgid "bCNC is currently sending a gcode program to Grbl"
msgstr ""
#: Sender.py:59
msgid "Grbl is in idle state and waiting for user commands"
msgstr ""
#: Sender.py:60
msgid "Grbl is on hold state. Click on resume (pause) to continue"
msgstr ""
#: Sender.py:61
msgid ""
"Alarm is an emergency state. Something has gone terribly wrong when these "
"occur. Typically, they are caused by limit error when the machine has moved "
"or wants to move outside the machine space and crash into something. They "
"also report problems if Grbl is lost and can't guarantee positioning or a "
"probe command has failed. Once in alarm-mode, Grbl will lock out and shut "
"down everything until the user issues a reset. Even after a reset, Grbl will "
"remain in alarm-mode, block all G-code from being executed, but allows the "
"user to override the alarm manually. This is to ensure the user knows and "
"acknowledges the problem and has taken steps to fix or account for it."
msgstr ""
#: Sender.py:62
msgid "Grbl is not connected. Please specify the correct port and click Open."
msgstr ""
#: Sender.py:63
msgid "Connection is established with Grbl"
msgstr ""
#: Sender.py:65
msgid ""
"All is good! Everything in the last line was understood by Grbl and was "
"successfully processed and executed."
msgstr ""
#: Sender.py:66
msgid ""
"G-code is composed of G-code 'words', which consists of a letter followed by "
"a number value. This error occurs when the letter prefix of a G-code word is "
"missing in the G-code block (aka line)."
msgstr ""
#: Sender.py:67
msgid ""
"The number value suffix of a G-code word is missing in the G-code block, or "
"when configuring a $Nx=line or $x=val Grbl setting and the x is not a number "
"value."
msgstr ""
#: Sender.py:68
msgid "The issued Grbl $ system command is not recognized or is invalid."
msgstr ""
#: Sender.py:69
msgid ""
"The value of a $x=val Grbl setting, F feed rate, N line number, P word, T "
"tool number, or S spindle speed is negative."
msgstr ""
#: Sender.py:70
msgid "Homing is disabled when issuing a $H command."
msgstr ""
#: Sender.py:71
msgid ""
"Step pulse time length cannot be less than 3 microseconds (for technical "
"reasons)."
msgstr ""
#: Sender.py:72
msgid ""
"If Grbl can't read data contained in the EEPROM, this error is returned. "
"Grbl will also clear and restore the effected data back to defaults."
msgstr ""
#: Sender.py:73
msgid ""
"Certain Grbl $ commands are blocked depending Grbl's current state, or what "
"its doing. In general, Grbl blocks any command that fetches from or writes "
"to the EEPROM since the AVR microcontroller will shutdown all of the "
"interrupts for a few clock cycles when this happens. There is no work "
"around, other than blocking it. This ensures both the serial and step "
"generator interrupts are working smoothly throughout operation."
msgstr ""
#: Sender.py:74
msgid ""
"Grbl enters an ALARM state when Grbl doesn't know where it is and will then "
"block all G-code commands from being executed. This error occurs if G-code "
"commands are sent while in the alarm state. Grbl has two alarm scenarios: "
"When homing is enabled, Grbl automatically goes into an alarm state to "
"remind the user to home before doing anything; When something has went "
"critically wrong, usually when Grbl can't guarantee positioning. This "
"typically happens when something causes Grbl to force an immediate stop "
"while its moving from a hard limit being triggered or a user commands an ill-"
"timed reset."
msgstr ""
#: Sender.py:75
msgid ""
"Soft limits cannot be enabled if homing is not enabled, because Grbl has no "
"idea where it is when you startup your machine unless you perform a homing "
"cycle."
msgstr ""
#: Sender.py:76
msgid ""
"Grbl has to do everything it does within 2KB of RAM. Not much at all. So, we "
"had to make some decisions on what's important. Grbl limits the number of "
"characters in each line to less than 80 characters (70 in v0.8, 50 in v0.7 "
"or earlier), excluding spaces or comments. The G-code standard mandates 256 "
"characters, but Grbl simply doesn't have the RAM to spare. However, we don't "
"think there will be any problems with this with all of the expected G-code "
"commands sent to Grbl. This error almost always occurs when a user or CAM-"
"generated G-code program sends position values that are in double precision "
"(i.e. -2.003928578394852), which is not realistic or physically possible. "
"Users and GUIs need to send Grbl floating point values in single precision "
"(i.e. -2.003929) to avoid this error."
msgstr ""
#: Sender.py:77
msgid ""
"The G-code parser has detected two G-code commands that belong to the same "
"modal group in the block/line. Modal groups are sets of G-code commands that "
"mutually exclusive. For example, you can't issue both a G0 rapids and G2 arc "
"in the same line, since they both need to use the XYZ target position values "
"in the line. LinuxCNC.org has some great documentation on modal groups."
msgstr ""
#: Sender.py:78
msgid ""
"The G-code parser doesn't recognize or support one of the G-code commands in "
"the line. Check your G-code program for any unsupported commands and either "
"remove them or update them to be compatible with Grbl."
msgstr ""
#: Sender.py:79
msgid ""
"There is no feed rate programmed, and a G-code command that requires one is "
"in the block/line. The G-code standard mandates F feed rates to be undefined "
"upon a reset or when switching from inverse time mode to units mode. Older "
"Grbl versions had a default feed rate setting, which was illegal and was "
"removed in Grbl v0.9."
msgstr ""
#: Sender.py:80
msgid ""
"A G or M command value in the block is not an integer. For example, G4 can't "
"be G4.13. Some G-code commands are floating point (G92.1), but these are "
"ignored."
msgstr ""
#: Sender.py:81
msgid ""
"Two G-code commands that both require the use of the XYZ axis words were "
"detected in the block."
msgstr ""
#: Sender.py:82
msgid "A G-code word was repeated in the block."
msgstr ""
#: Sender.py:83
msgid ""
"A G-code command implicitly or explicitly requires XYZ axis words in the "
"block, but none were detected."
msgstr ""
#: Sender.py:84
msgid ""
"The G-code protocol mandates N line numbers to be within the range of "
"1-99,999. We think that's a bit silly and arbitrary. So, we increased the "
"max number to 9,999,999. This error occurs when you send a number more than "
"this."
msgstr ""
#: Sender.py:85
msgid ""
"A G-code command was sent, but is missing some important P or L value words "
"in the line. Without them, the command can't be executed. Check your G-code."
msgstr ""
#: Sender.py:86
msgid ""
"Grbl supports six work coordinate systems G54-G59. This error happens when "
"trying to use or configure an unsupported work coordinate system, such as "
"G59.1, G59.2, and G59.3."
msgstr ""
#: Sender.py:87
msgid ""
"The G53 G-code command requires either a G0 seek or G1 feed motion mode to "
"be active. A different motion was active."
msgstr ""
#: Sender.py:88
msgid ""
"There are unused axis words in the block and G80 motion mode cancel is "
"active."
msgstr ""
#: Sender.py:89
msgid ""
"A G2 or G3 arc was commanded but there are no XYZ axis words in the selected "
"plane to trace the arc."
msgstr ""
#: Sender.py:90
msgid ""
"The motion command has an invalid target. G2, G3, and G38.2 generates this "
"error. For both probing and arcs traced with the radius definition, the "
"current position cannot be the same as the target. This also errors when the "
"arc is mathematically impossible to trace, where the current position, the "
"target position, and the radius of the arc doesn't define a valid arc."
msgstr ""
#: Sender.py:91
msgid ""
"A G2 or G3 arc, traced with the radius definition, had a mathematical error "
"when computing the arc geometry. Try either breaking up the arc into semi-"
"circles or quadrants, or redefine them with the arc offset definition."
msgstr ""
#: Sender.py:92
msgid ""
"A G2 or G3 arc, traced with the offset definition, is missing the IJK offset "
"word in the selected plane to trace the arc."
msgstr ""
#: Sender.py:93
msgid ""
"There are unused, leftover G-code words that aren't used by any command in "
"the block."
msgstr ""
#: Sender.py:94
msgid ""
"The G43.1 dynamic tool length offset command cannot apply an offset to an "
"axis other than its configured axis. The Grbl default axis is the Z-axis."
msgstr ""
#: Sender.py:96
msgid ""
"Hard and/or soft limits must be enabled for this error to occur. With hard "
"limits, Grbl will enter alarm mode when a hard limit switch has been "
"triggered and force kills all motion. Machine position will be lost and "
"require re-homing. With soft limits, the alarm occurs when Grbl detects a "
"programmed motion trying to move outside of the machine space, set by homing "
"and the max travel settings. However, upon the alarm, a soft limit violation "
"will instruct a feed hold and wait until the machine has stopped before "
"issuing the alarm. Soft limits do not lose machine position because of this."
msgstr ""
#: Sender.py:97
msgid ""
"This alarm occurs when a user issues a soft-reset while the machine is in a "
"cycle and moving. The soft-reset will kill all current motion, and, much "
"like the hard limit alarm, the uncontrolled stop causes Grbl to lose "
"position."
msgstr ""
#: Sender.py:98
msgid ""
"The G38.2 straight probe command requires an alarm or error when the probe "
"fails to trigger within the programmed probe distance. Grbl enters the alarm "
"state to indicate to the user the probe has failed, but will not lose "
"machine position, since the probe motion comes to a controlled stop before "
"the error."
msgstr ""
#: Sender.py:326
msgid "unknown command"
msgstr ""
#: Sender.py:326
#, python-format
msgid "Invalid command %s"
msgstr ""
#: Sender.py:585 ControlPage.py:388
#, python-format
msgid "Set workspace %s to %s"
msgstr ""
#: ToolsPage.py:487
msgid "Units (inches)"
msgstr ""
#: ToolsPage.py:488
msgid "Lasercutter"
msgstr ""
#: ToolsPage.py:489
msgid "Acceleration x"
msgstr ""
#: ToolsPage.py:490
msgid "Acceleration y"
msgstr ""
#: ToolsPage.py:491
msgid "Acceleration z"
msgstr ""
#: ToolsPage.py:492
msgid "Feed max x"
msgstr ""
#: ToolsPage.py:493
msgid "Feed max y"
msgstr ""
#: ToolsPage.py:494
msgid "Feed max z"
msgstr ""
#: ToolsPage.py:495
msgid "Travel x"
msgstr ""
#: ToolsPage.py:496
msgid "Travel y"
msgstr ""
#: ToolsPage.py:497
msgid "Travel z"
msgstr ""
#: ToolsPage.py:498
msgid "Decimal digits"
msgstr ""
#: ToolsPage.py:499
msgid "Plotting Arc accuracy"
msgstr ""
#: ToolsPage.py:500
msgid "Start up"
msgstr ""
#: ToolsPage.py:501
msgid "Spindle min (RPM)"
msgstr ""
#: ToolsPage.py:502
msgid "Spindle max (RPM)"
msgstr ""
#: ToolsPage.py:503
msgid "DRO Zero padding"
msgstr ""
#: ToolsPage.py:504
msgid "Header gcode"
msgstr ""
#: ToolsPage.py:505
msgid "Footer gcode"
msgstr ""
#: ToolsPage.py:528 ToolsPage.py:554 ToolsPage.py:583 ToolsPage.py:609
#: ToolsPage.py:634 ToolsPage.py:667 ToolsPage.py:693 ToolsPage.py:715
#: ToolsPage.py:1241 lib/bFileDialog.py:295 plugins/sketch.py:40
#: plugins/pyrograph.py:39 plugins/heightmap.py:49 plugins/midi2cnc.py:50
#: plugins/hilbert.py:88 plugins/gear.py:163 plugins/flatten.py:258
#: plugins/driller.py:39 plugins/tile.py:35 plugins/spirograph.py:102
#: plugins/bowl.py:108 plugins/halftone.py:38 plugins/box.py:306
#: plugins/text.py:37
msgid "Name"
msgstr ""
#: ToolsPage.py:529
msgid "Feed"
msgstr ""
#: ToolsPage.py:530
msgid "Plunge Feed"
msgstr ""
#: ToolsPage.py:531 ToolsPage.py:612
msgid "Depth Increment"
msgstr ""
#: ToolsPage.py:555 lib/bFileDialog.py:296
msgid "Type"
msgstr ""
#: ToolsPage.py:556
msgid "Shape"
msgstr ""
#: ToolsPage.py:557 ToolsPage.py:584 ToolsPage.py:882
msgid "Material"
msgstr ""
#: ToolsPage.py:558
msgid "Coating"
msgstr ""
#: ToolsPage.py:559 plugins/bowl.py:109
msgid "Diameter"
msgstr ""
#: ToolsPage.py:560
msgid "Mount Axis"
msgstr ""
#: ToolsPage.py:561
msgid "Flutes"
msgstr ""
#: ToolsPage.py:562
msgid "Length"
msgstr ""
#: ToolsPage.py:563
msgid "Angle"
msgstr ""
#: ToolsPage.py:564
msgid "Stepover %"
msgstr ""
#: ToolsPage.py:585
msgid "Safe Z"
msgstr ""
#: ToolsPage.py:586 ToolsPage.py:610
msgid "Surface Z"
msgstr ""
#: ToolsPage.py:587
msgid "Thickness"
msgstr ""
#: ToolsPage.py:611 ToolsPage.py:635 plugins/driller.py:41
#: plugins/spirograph.py:106
msgid "Target Depth"
msgstr ""
#: ToolsPage.py:613
msgid "First cut at surface height"
msgstr ""
#: ToolsPage.py:624
msgid "CUT selected paths"
msgstr ""
#: ToolsPage.py:636
msgid "Peck depth"
msgstr ""
#: ToolsPage.py:637
msgid "Dwell (s)"
msgstr ""
#: ToolsPage.py:638
msgid "Distance (mm)"
msgstr ""
#: ToolsPage.py:639
msgid "Number"
msgstr ""
#: ToolsPage.py:657
msgid "DRILL selected points"
msgstr ""
#: ToolsPage.py:668 ToolsPage.py:694 ToolsPage.py:896
msgid "End Mill"
msgstr ""
#: ToolsPage.py:669 plugins/pyrograph.py:45
msgid "Direction"
msgstr ""
#: ToolsPage.py:670
msgid "Additional offset distance"
msgstr ""
#: ToolsPage.py:671 plugins/box.py:314
msgid "Overcut"
msgstr ""
#: ToolsPage.py:683
msgid "Generate profile path"
msgstr ""
#: ToolsPage.py:705
msgid "Generate pocket path"
msgstr ""
#: ToolsPage.py:716
msgid "Number of tabs"
msgstr ""
#: ToolsPage.py:717
msgid "Min. Distance of tabs"
msgstr ""
#: ToolsPage.py:720
msgid "Height"
msgstr ""
#: ToolsPage.py:740
msgid "Tabs error"
msgstr ""
#: ToolsPage.py:741
msgid "You cannot have both the number of tabs or distance equal to zero"
msgstr ""
#: ToolsPage.py:744
msgid "Create tabs on blocks"
msgstr ""
#: ToolsPage.py:868
msgid "Stock"
msgstr ""
#: ToolsPage.py:875
msgid "Stock material currently on machine"
msgstr ""
#: ToolsPage.py:889
msgid "Editable database of material properties"
msgstr ""
#: ToolsPage.py:903
msgid "Editable database of EndMills properties"
msgstr ""
#: ToolsPage.py:910
msgid "Rename"
msgstr ""
#: ToolsPage.py:915
msgid "Edit name of current operation/object"
msgstr ""
#: ToolsPage.py:923 ProbePage.py:421 EditorPage.py:159
msgid "Add"
msgstr ""
#: ToolsPage.py:928
msgid "Add a new operation/object"
msgstr ""
#: ToolsPage.py:936 EditorPage.py:171
msgid "Clone"
msgstr ""
#: ToolsPage.py:941
msgid "Clone selected operation/object"
msgstr ""
#: ToolsPage.py:949 ProbePage.py:455 EditorPage.py:183
msgid "Delete"
msgstr ""
#: ToolsPage.py:954
msgid "Delete selected operation/object"
msgstr ""
#: ToolsPage.py:970 EditorPage.py:46 plugins/box.py:315
msgid "Cut"
msgstr ""
#: ToolsPage.py:977
msgid "Cut for the full stock thickness selected code"
msgstr ""
#: ToolsPage.py:984 plugins/box.py:313
msgid "Profile"
msgstr ""
#: ToolsPage.py:991
msgid "Perform a profile operation on selected code"
msgstr ""
#: ToolsPage.py:998
msgid "Pocket"
msgstr ""
#: ToolsPage.py:1005
msgid "Perform a pocket operation on selected code"
msgstr ""
#: ToolsPage.py:1012
msgid "Drill"
msgstr ""
#: ToolsPage.py:1019
msgid "Insert a drill cycle on current objects/location"
msgstr ""
#: ToolsPage.py:1026
msgid "Tabs"
msgstr ""
#: ToolsPage.py:1033
msgid "Insert holding tabs"
msgstr ""
#: ToolsPage.py:1112
msgid "User File"
msgstr ""
#: ToolsPage.py:1127
msgid "Change program language restart is required"
msgstr ""
#: ToolsPage.py:1136 ProbePage.py:104 ProbePage.py:1115
msgid "Camera"
msgstr ""
#: ToolsPage.py:1143
msgid "Camera Configuration"
msgstr ""
#: ToolsPage.py:1150
msgid "Colors"
msgstr ""
#: ToolsPage.py:1157
msgid "Color configuration"
msgstr ""
#: ToolsPage.py:1164
msgid "Fonts"
msgstr ""
#: ToolsPage.py:1171
msgid "Font configuration"
msgstr ""
#: ToolsPage.py:1178
msgid "Machine"
msgstr ""
#: ToolsPage.py:1185
msgid "Machine configuration for bCNC"
msgstr ""
#: ToolsPage.py:1192 ToolsPage.py:1199
msgid "Shortcuts"
msgstr ""
#: ToolsPage.py:1216
msgid "Language change"
msgstr ""
#: ToolsPage.py:1217
msgid "Please restart the program."
msgstr ""
#: ToolsPage.py:1229
msgid "Execute"
msgstr ""
#: ToolsPage.py:1242
msgid "Value"
msgstr ""
#: ToolsPage.py:1309
msgid "GCode manipulation tools and user plugins"
msgstr ""
#: CNCCanvas.py:356
msgid "Select objects with mouse"
msgstr ""
#: CNCCanvas.py:361
msgid "Pan viewport"
msgstr ""
#: CNCCanvas.py:366
msgid "Click to set the origin (zero)"
msgstr ""
#: CNCCanvas.py:371
msgid "Move graphically objects"
msgstr ""
#: CNCCanvas.py:377
msgid "Move CNC gantry to mouse location"
msgstr ""
#: CNCCanvas.py:383
msgid "Set mouse location as current machine position (X/Y only)"
msgstr ""
#: CNCCanvas.py:388
msgid "Drag a ruler to measure distances"
msgstr ""
#: CNCCanvas.py:393
msgid "Add an orientation marker"
msgstr ""
#: CNCCanvas.py:454
msgid "ERROR: Cannot set X-Y marker with the current view"
msgstr ""
#: CNCCanvas.py:540
#, python-format
msgid "origin %g %g %g"
msgstr ""
#: CNCCanvas.py:603
#, python-format
msgid "dx=%g dy=%g dz=%g length=%g angle=%g"
msgstr ""
#: CNCCanvas.py:682
#, python-format
msgid "Move by %g, %g, %g"
msgstr ""
#: CNCCanvas.py:1756
#, python-format
msgid ">>> ERROR: %s\n"
msgstr ""
#: CNCCanvas.py:1757
#, python-format
msgid " line: %s\n"
msgstr ""
#: CNCCanvas.py:1982
msgid "Change viewing angle"
msgstr ""
#: CNCCanvas.py:1986
msgid "Zoom In [Ctrl-=]"
msgstr ""
#: CNCCanvas.py:1991
msgid "Zoom Out [Ctrl--]"
msgstr ""
#: CNCCanvas.py:1996
msgid "Fit to screen [F]"
msgstr ""
#: CNCCanvas.py:1999 ControlPage.py:858
msgid "Tool:"
msgstr ""
#: CNCCanvas.py:2010
msgid "Select tool [S]"
msgstr ""
#: CNCCanvas.py:2019
msgid "Pan viewport [X]"
msgstr ""
#: CNCCanvas.py:2045
msgid "Ruler [R]"
msgstr ""
#: CNCCanvas.py:2051
msgid "Draw:"
msgstr ""
#: CNCCanvas.py:2060
msgid "Toggle display of axes"
msgstr ""
#: CNCCanvas.py:2068
msgid "Toggle display of grid lines"
msgstr ""
#: CNCCanvas.py:2076
msgid "Toggle display of margins"
msgstr ""
#: CNCCanvas.py:2085
msgid "Toggle display of probe"
msgstr ""
#: CNCCanvas.py:2093
msgid "Toggle display of paths (G1,G2,G3)"
msgstr ""
#: CNCCanvas.py:2101
msgid "Toggle display of rapid motion (G0)"
msgstr ""
#: CNCCanvas.py:2109
msgid "Toggle display of workarea"
msgstr ""
#: CNCCanvas.py:2117
msgid "Toggle display of camera"
msgstr ""
#: CNCCanvas.py:2124
msgid "Redraw display [Ctrl-R]"
msgstr ""
#: CNCCanvas.py:2132
msgid "Draw timeout in seconds"
msgstr ""
#: Utils.py:414
msgid "Error Reporting"
msgstr ""
#: Utils.py:417 FilePage.py:134
msgid "Report"
msgstr ""
#: Utils.py:420
#, python-format
msgid "The following report is about to be send to the author of %s"
msgstr ""
#: Utils.py:435
msgid "Your email"
msgstr ""
#: Utils.py:444
msgid "Automatic error reporting"
msgstr ""
#: Utils.py:456
msgid "Send report"
msgstr ""
#: Utils.py:522 Utils.py:532
msgid "Error sending report"
msgstr ""
#: Utils.py:523
msgid "There was a problem connecting to the web site"
msgstr ""
#: Utils.py:527
msgid "Report successfully send"
msgstr ""
#: Utils.py:528
msgid "Report was successfully uploaded to web site"
msgstr ""
#: Utils.py:533
#, python-format
msgid ""
"There was an error sending the report\n"
"Code=%d %s"
msgstr ""
#: Utils.py:640
msgid "User configurable button"
msgstr ""
#: Utils.py:646
msgid "Name:"
msgstr ""
#: Utils.py:650
msgid "Name to appear on button"
msgstr ""
#: Utils.py:654
msgid "Icon:"
msgstr ""
#: Utils.py:666
msgid "Icon to appear on button"
msgstr ""
#: Utils.py:670
msgid "Tool Tip:"
msgstr ""
#: Utils.py:674
msgid "Tooltip for button"
msgstr ""
#: Utils.py:678 bCNC.py:155
msgid "Command:"
msgstr ""
#: Utils.py:690 lib/bFileDialog.py:346
msgid "Cancel"
msgstr ""
#: Utils.py:691
msgid "Ok"
msgstr ""
#: Ribbon.py:483
msgid "New file"
msgstr ""
#: Ribbon.py:489
msgid "Open file [Ctrl-O]"
msgstr ""
#: Ribbon.py:495
msgid "Save all [Ctrl-S]"
msgstr ""
#: Ribbon.py:501
msgid "Undo [Ctrl-Z]"
msgstr ""