forked from vlachoudis/bCNC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bCNC.pot
3314 lines (2541 loc) · 58.3 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-08-24 16:39+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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:843 bCNC.py:1048 bCNC.py:2032
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:60
msgid "bCNC is currently sending a gcode program to Grbl"
msgstr ""
#: Sender.py:61
msgid "Grbl is in idle state and waiting for user commands"
msgstr ""
#: Sender.py:62
msgid "Grbl is on hold state. Click on resume (pause) to continue"
msgstr ""
#: Sender.py:63
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:64
msgid "Grbl is not connected. Please specify the correct port and click Open."
msgstr ""
#: Sender.py:65
msgid "Connection is established with Grbl"
msgstr ""
#: Sender.py:67
msgid ""
"All is good! Everything in the last line was understood by Grbl and was "
"successfully processed and executed."
msgstr ""
#: Sender.py:68
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:69
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:70
msgid "The issued Grbl $ system command is not recognized or is invalid."
msgstr ""
#: Sender.py:71
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:72
msgid "Homing is disabled when issuing a $H command."
msgstr ""
#: Sender.py:73
msgid ""
"Step pulse time length cannot be less than 3 microseconds (for technical "
"reasons)."
msgstr ""
#: Sender.py:74
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:75
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:76
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:77
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:78
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:79
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:80
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:81
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:82
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:83
msgid ""
"Two G-code commands that both require the use of the XYZ axis words were "
"detected in the block."
msgstr ""
#: Sender.py:84
msgid "A G-code word was repeated in the block."
msgstr ""
#: Sender.py:85
msgid ""
"A G-code command implicitly or explicitly requires XYZ axis words in the "
"block, but none were detected."
msgstr ""
#: Sender.py:86
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:87
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:88
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:89
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:90
msgid ""
"There are unused axis words in the block and G80 motion mode cancel is "
"active."
msgstr ""
#: Sender.py:91
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:92
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:93
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:94
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:95
msgid ""
"There are unused, leftover G-code words that aren't used by any command in "
"the block."
msgstr ""
#: Sender.py:96
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:98
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:99
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:100
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:337
msgid "unknown command"
msgstr ""
#: Sender.py:337
#, python-format
msgid "Invalid command %s"
msgstr ""
#: Sender.py:607 ControlPage.py:401
#, python-format
msgid "Set workspace %s to %s"
msgstr ""
#: Sender.py:681
msgid "Run ended"
msgstr ""
#: ToolsPage.py:492
msgid "Units (inches)"
msgstr ""
#: ToolsPage.py:493
msgid "Lasercutter"
msgstr ""
#: ToolsPage.py:494
msgid "Acceleration x"
msgstr ""
#: ToolsPage.py:495
msgid "Acceleration y"
msgstr ""
#: ToolsPage.py:496
msgid "Acceleration z"
msgstr ""
#: ToolsPage.py:497
msgid "Feed max x"
msgstr ""
#: ToolsPage.py:498
msgid "Feed max y"
msgstr ""
#: ToolsPage.py:499
msgid "Feed max z"
msgstr ""
#: ToolsPage.py:500
msgid "Travel x"
msgstr ""
#: ToolsPage.py:501
msgid "Travel y"
msgstr ""
#: ToolsPage.py:502
msgid "Travel z"
msgstr ""
#: ToolsPage.py:503
msgid "Decimal digits"
msgstr ""
#: ToolsPage.py:504
msgid "Plotting Arc accuracy"
msgstr ""
#: ToolsPage.py:505
msgid "Start up"
msgstr ""
#: ToolsPage.py:506
msgid "Spindle min (RPM)"
msgstr ""
#: ToolsPage.py:507
msgid "Spindle max (RPM)"
msgstr ""
#: ToolsPage.py:508
msgid "DRO Zero padding"
msgstr ""
#: ToolsPage.py:509
msgid "Header gcode"
msgstr ""
#: ToolsPage.py:510
msgid "Footer gcode"
msgstr ""
#: ToolsPage.py:533 ToolsPage.py:560 ToolsPage.py:590 ToolsPage.py:617
#: ToolsPage.py:648 ToolsPage.py:681 ToolsPage.py:707 ToolsPage.py:729
#: ToolsPage.py:1269 lib/bFileDialog.py:293 plugins/sketch.py:42
#: 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:41 plugins/box.py:306
#: plugins/text.py:37
msgid "Name"
msgstr ""
#: ToolsPage.py:534 ToolsPage.py:561 ToolsPage.py:591 EditorPage.py:232
msgid "Comment"
msgstr ""
#: ToolsPage.py:535 ToolsPage.py:621
msgid "Feed"
msgstr ""
#: ToolsPage.py:536 ToolsPage.py:622
msgid "Plunge Feed"
msgstr ""
#: ToolsPage.py:537 ToolsPage.py:620
msgid "Depth Increment"
msgstr ""
#: ToolsPage.py:562 lib/bFileDialog.py:294
msgid "Type"
msgstr ""
#: ToolsPage.py:563
msgid "Shape"
msgstr ""
#: ToolsPage.py:564 ToolsPage.py:592 ToolsPage.py:896
msgid "Material"
msgstr ""
#: ToolsPage.py:565
msgid "Coating"
msgstr ""
#: ToolsPage.py:566 plugins/bowl.py:109
msgid "Diameter"
msgstr ""
#: ToolsPage.py:567
msgid "Mount Axis"
msgstr ""
#: ToolsPage.py:568
msgid "Flutes"
msgstr ""
#: ToolsPage.py:569
msgid "Length"
msgstr ""
#: ToolsPage.py:570
msgid "Angle"
msgstr ""
#: ToolsPage.py:571
msgid "Stepover %"
msgstr ""
#: ToolsPage.py:593
msgid "Safe Z"
msgstr ""
#: ToolsPage.py:594 ToolsPage.py:618
msgid "Surface Z"
msgstr ""
#: ToolsPage.py:595
msgid "Thickness"
msgstr ""
#: ToolsPage.py:619 ToolsPage.py:649 plugins/driller.py:41
#: plugins/spirograph.py:106
msgid "Target Depth"
msgstr ""
#: ToolsPage.py:623
msgid "First cut at surface height"
msgstr ""
#: ToolsPage.py:638
msgid "CUT selected paths"
msgstr ""
#: ToolsPage.py:650
msgid "Peck depth"
msgstr ""
#: ToolsPage.py:651
msgid "Dwell (s)"
msgstr ""
#: ToolsPage.py:652
msgid "Distance (mm)"
msgstr ""
#: ToolsPage.py:653
msgid "Number"
msgstr ""
#: ToolsPage.py:671
msgid "DRILL selected points"
msgstr ""
#: ToolsPage.py:682 ToolsPage.py:708 ToolsPage.py:910
msgid "End Mill"
msgstr ""
#: ToolsPage.py:683 plugins/pyrograph.py:45
msgid "Direction"
msgstr ""
#: ToolsPage.py:684
msgid "Additional offset distance"
msgstr ""
#: ToolsPage.py:685 plugins/box.py:314
msgid "Overcut"
msgstr ""
#: ToolsPage.py:697
msgid "Generate profile path"
msgstr ""
#: ToolsPage.py:719
msgid "Generate pocket path"
msgstr ""
#: ToolsPage.py:730
msgid "Number of tabs"
msgstr ""
#: ToolsPage.py:731
msgid "Min. Distance of tabs"
msgstr ""
#: ToolsPage.py:734
msgid "Height"
msgstr ""
#: ToolsPage.py:754
msgid "Tabs error"
msgstr ""
#: ToolsPage.py:755
msgid "You cannot have both the number of tabs or distance equal to zero"
msgstr ""
#: ToolsPage.py:758
msgid "Create tabs on blocks"
msgstr ""
#: ToolsPage.py:882
msgid "Stock"
msgstr ""
#: ToolsPage.py:889
msgid "Stock material currently on machine"
msgstr ""
#: ToolsPage.py:903
msgid "Editable database of material properties"
msgstr ""
#: ToolsPage.py:917
msgid "Editable database of EndMills properties"
msgstr ""
#: ToolsPage.py:924
msgid "Rename"
msgstr ""
#: ToolsPage.py:929
msgid "Edit name of current operation/object"
msgstr ""
#: ToolsPage.py:937 ProbePage.py:421 EditorPage.py:158
msgid "Add"
msgstr ""
#: ToolsPage.py:942
msgid "Add a new operation/object"
msgstr ""
#: ToolsPage.py:950 EditorPage.py:170
msgid "Clone"
msgstr ""
#: ToolsPage.py:955
msgid "Clone selected operation/object"
msgstr ""
#: ToolsPage.py:963 ProbePage.py:455 EditorPage.py:182
msgid "Delete"
msgstr ""
#: ToolsPage.py:968
msgid "Delete selected operation/object"
msgstr ""
#: ToolsPage.py:984 EditorPage.py:46 plugins/box.py:315
msgid "Cut"
msgstr ""
#: ToolsPage.py:991
msgid "Cut for the full stock thickness selected code"
msgstr ""
#: ToolsPage.py:998 plugins/box.py:313
msgid "Profile"
msgstr ""
#: ToolsPage.py:1005
msgid "Perform a profile operation on selected code"
msgstr ""
#: ToolsPage.py:1012
msgid "Pocket"
msgstr ""
#: ToolsPage.py:1019
msgid "Perform a pocket operation on selected code"
msgstr ""
#: ToolsPage.py:1026
msgid "Drill"
msgstr ""
#: ToolsPage.py:1033
msgid "Insert a drill cycle on current objects/location"
msgstr ""
#: ToolsPage.py:1040
msgid "Tabs"
msgstr ""
#: ToolsPage.py:1047
msgid "Insert holding tabs"
msgstr ""
#: ToolsPage.py:1126
msgid "User File"
msgstr ""
#: ToolsPage.py:1141
msgid "Change program language restart is required"
msgstr ""
#: ToolsPage.py:1150 ProbePage.py:104 ProbePage.py:1115
msgid "Camera"
msgstr ""
#: ToolsPage.py:1157
msgid "Camera Configuration"
msgstr ""
#: ToolsPage.py:1164
msgid "Colors"
msgstr ""
#: ToolsPage.py:1171
msgid "Color configuration"
msgstr ""
#: ToolsPage.py:1178
msgid "Fonts"
msgstr ""
#: ToolsPage.py:1185
msgid "Font configuration"
msgstr ""
#: ToolsPage.py:1192
msgid "Machine"
msgstr ""
#: ToolsPage.py:1199
msgid "Machine configuration for bCNC"
msgstr ""
#: ToolsPage.py:1206
msgid "Shortcuts"
msgstr ""
#: ToolsPage.py:1213
msgid "Shortcuts configuration"
msgstr ""
#: ToolsPage.py:1220
msgid "Events"
msgstr ""
#: ToolsPage.py:1227
msgid "Events configuration"
msgstr ""
#: ToolsPage.py:1244
msgid "Language change"
msgstr ""
#: ToolsPage.py:1245
msgid "Please restart the program."
msgstr ""
#: ToolsPage.py:1257
msgid "Execute"
msgstr ""
#: ToolsPage.py:1270
msgid "Value"
msgstr ""
#: ToolsPage.py:1337
msgid "GCode manipulation tools and user plugins"
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:344
msgid "Cancel"
msgstr ""
#: Utils.py:691
msgid "Ok"
msgstr ""
#: ProbePage.py:28
msgid "G38.2 stop on contact else error"
msgstr ""
#: ProbePage.py:29
msgid "G38.3 stop on contact"
msgstr ""
#: ProbePage.py:30
msgid "G38.4 stop on loss contact else error"
msgstr ""
#: ProbePage.py:31
msgid "G38.5 stop on loss contact"
msgstr ""
#: ProbePage.py:34
msgid "Send M6 commands"
msgstr ""
#: ProbePage.py:35
msgid "Ignore M6 commands"
msgstr ""
#: ProbePage.py:36
msgid "Manual Tool Change (WCS)"
msgstr ""
#: ProbePage.py:37
msgid "Manual Tool Change (TLO)"
msgstr ""
#: ProbePage.py:38
msgid "Manual Tool Change (NoProbe)"
msgstr ""
#: ProbePage.py:41
msgid "ONLY before probing"
msgstr ""
#: ProbePage.py:42
msgid "BEFORE & AFTER probing"
msgstr ""
#: ProbePage.py:80 ProbePage.py:303 ProbePage.py:360 bCNC.py:90
msgid "Probe"
msgstr ""
#: ProbePage.py:86
msgid "Simple probing along a direction"
msgstr ""
#: ProbePage.py:92 ProbePage.py:790
msgid "Autolevel"
msgstr ""
#: ProbePage.py:98
msgid "Autolevel Z surface"
msgstr ""
#: ProbePage.py:110
msgid "Work surface camera view and alignment"
msgstr ""
#: ProbePage.py:117
msgid "Tool"
msgstr ""
#: ProbePage.py:123
msgid "Setup probing for manual tool change"
msgstr ""
#: ProbePage.py:140
msgid "Margins"
msgstr ""
#: ProbePage.py:145
msgid "Get margins from gcode file"
msgstr ""
#: ProbePage.py:152
msgid "Zero"
msgstr ""
#: ProbePage.py:157
msgid "Set current location as Z-zero for leveling"
msgstr ""
#: ProbePage.py:164 ProbePage.py:488 TerminalPage.py:29
msgid "Clear"
msgstr ""
#: ProbePage.py:169
msgid "Clear probe data"
msgstr ""
#: ProbePage.py:176 plugins/heightmap.py:52
msgid "Scan"
msgstr ""
#: ProbePage.py:183
msgid "Scan probed area for level information on Z plane"
msgstr ""
#: ProbePage.py:196
msgid "Common"
msgstr ""
#: ProbePage.py:204
msgid "Probe Feed:"
msgstr ""
#: ProbePage.py:208
msgid "Set probe feed rate"
msgstr ""
#: ProbePage.py:215
msgid "TLO"
msgstr ""
#: ProbePage.py:219
msgid "Set tool offset for probing"
msgstr ""
#: ProbePage.py:225 ControlPage.py:890 ControlPage.py:925
msgid "set"
msgstr ""
#: ProbePage.py:235
msgid "Probe Command"
msgstr ""