forked from vlachoudis/bCNC
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbCNC.pot
3743 lines (2850 loc) · 62.7 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: 2018-01-29 09:17+0100\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 release"
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:469 FilePage.py:203 bCNC.py:858 bCNC.py:1063
#: bCNC.py:2058
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:95
msgid "bCNC is currently sending a gcode program to Grbl"
msgstr ""
#: Sender.py:96
msgid "Grbl is in idle state and waiting for user commands"
msgstr ""
#: Sender.py:97
msgid "Grbl is on hold state. Click on resume (pause) to continue"
msgstr ""
#: Sender.py:98
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:99
msgid "Grbl is not connected. Please specify the correct port and click Open."
msgstr ""
#: Sender.py:100
msgid "Connection is established with Grbl"
msgstr ""
#: Sender.py:102
msgid ""
"All is good! Everything in the last line was understood by Grbl and was "
"successfully processed and executed."
msgstr ""
#: Sender.py:104
msgid "G-code words consist of a letter and a value. Letter was not found."
msgstr ""
#: Sender.py:105
msgid "Numeric value format is not valid or missing an expected value."
msgstr ""
#: Sender.py:106
msgid "Grbl '$' system command was not recognized or supported."
msgstr ""
#: Sender.py:107
msgid "Negative value received for an expected positive value."
msgstr ""
#: Sender.py:108
msgid "Homing cycle is not enabled via settings."
msgstr ""
#: Sender.py:109
msgid "Minimum step pulse time must be greater than 3usec"
msgstr ""
#: Sender.py:110
msgid "EEPROM read failed. Reset and restored to default values."
msgstr ""
#: Sender.py:111
msgid ""
"Grbl '$' command cannot be used unless Grbl is IDLE. Ensures smooth "
"operation during a job."
msgstr ""
#: Sender.py:112
msgid "G-code locked out during alarm or jog state"
msgstr ""
#: Sender.py:113
msgid "Soft limits cannot be enabled without homing also enabled."
msgstr ""
#: Sender.py:114
msgid "Max characters per line exceeded. Line was not processed and executed."
msgstr ""
#: Sender.py:115
msgid ""
"(Compile Option) Grbl '$' setting value exceeds the maximum step rate "
"supported."
msgstr ""
#: Sender.py:116
msgid "Safety door detected as opened and door state initiated."
msgstr ""
#: Sender.py:117
msgid ""
"(Grbl-Mega Only) Build info or startup line exceeded EEPROM line length "
"limit."
msgstr ""
#: Sender.py:118
msgid "Jog target exceeds machine travel. Command ignored."
msgstr ""
#: Sender.py:119
msgid "Jog command with no '=' or contains prohibited g-code."
msgstr ""
#: Sender.py:120
msgid "Laser mode requires PWM output."
msgstr ""
#: Sender.py:121
msgid "Unsupported or invalid g-code command found in block."
msgstr ""
#: Sender.py:122
msgid "More than one g-code command from same modal group found in block."
msgstr ""
#: Sender.py:123
msgid "Feed rate has not yet been set or is undefined."
msgstr ""
#: Sender.py:124
msgid "G-code command in block requires an integer value."
msgstr ""
#: Sender.py:125
msgid ""
"Two G-code commands that both require the use of the XYZ axis words were "
"detected in the block."
msgstr ""
#: Sender.py:126
msgid "A G-code word was repeated in the block."
msgstr ""
#: Sender.py:127
msgid ""
"A G-code command implicitly or explicitly requires XYZ axis words in the "
"block, but none were detected."
msgstr ""
#: Sender.py:128
msgid "N line number value is not within the valid range of 1 - 9,999,999."
msgstr ""
#: Sender.py:129
msgid ""
"A G-code command was sent, but is missing some required P or L value words "
"in the line."
msgstr ""
#: Sender.py:130
msgid ""
"Grbl supports six work coordinate systems G54-G59. G59.1, G59.2, and G59.3 "
"are not supported."
msgstr ""
#: Sender.py:131
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:132
msgid ""
"There are unused axis words in the block and G80 motion mode cancel is "
"active."
msgstr ""
#: Sender.py:133
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:134
msgid ""
"The motion command has an invalid target. G2, G3, and G38.2 generates this "
"error, if the arc is impossible to generate or if the probe target is the "
"current position."
msgstr ""
#: Sender.py:135
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:136
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:137
msgid ""
"There are unused, leftover G-code words that aren't used by any command in "
"the block."
msgstr ""
#: Sender.py:138
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:140
msgid ""
"Hard limit triggered. Machine position is likely lost due to sudden and "
"immediate halt. Re-homing is highly recommended."
msgstr ""
#: Sender.py:141
msgid ""
"G-code motion target exceeds machine travel. Machine position safely "
"retained. Alarm may be unlocked."
msgstr ""
#: Sender.py:142
msgid ""
"Reset while in motion. Grbl cannot guarantee position. Lost steps are "
"likely. Re-homing is highly recommended."
msgstr ""
#: Sender.py:143
msgid ""
"Probe fail. The probe is not in the expected initial state before starting "
"probe cycle, where G38.2 and G38.3 is not triggered and G38.4 and G38.5 is "
"triggered."
msgstr ""
#: Sender.py:144
msgid ""
"Probe fail. Probe did not contact the workpiece within the programmed travel "
"for G38.2 and G38.4."
msgstr ""
#: Sender.py:145
msgid "Homing fail. Reset during active homing cycle."
msgstr ""
#: Sender.py:146
msgid "Homing fail. Safety door was opened during active homing cycle."
msgstr ""
#: Sender.py:147
msgid ""
"Homing fail. Cycle failed to clear limit switch when pulling off. Try "
"increasing pull-off setting or check wiring."
msgstr ""
#: Sender.py:148
msgid ""
"Homing fail. Could not find limit switch within search distance. Defined as "
"1.5 * max_travel on search and 5 * pulloff on locate phases."
msgstr ""
#: Sender.py:150
msgid "Hold complete. Ready to resume."
msgstr ""
#: Sender.py:151
msgid "Hold in-progress. Reset will throw an alarm."
msgstr ""
#: Sender.py:152
msgid "Door closed. Ready to resume."
msgstr ""
#: Sender.py:153
msgid "Machine stopped. Door still ajar. Can't resume until closed."
msgstr ""
#: Sender.py:154
msgid ""
"Door opened. Hold (or parking retract) in-progress. Reset will throw an "
"alarm."
msgstr ""
#: Sender.py:155
msgid ""
"Door closed and resuming. Restoring from park, if applicable. Reset will "
"throw an alarm."
msgstr ""
#: Sender.py:438
msgid "unknown command"
msgstr ""
#: Sender.py:438
#, python-format
msgid "Invalid command %s"
msgstr ""
#: Sender.py:718 ControlPage.py:407
#, python-format
msgid "Set workspace %s to %s"
msgstr ""
#: Sender.py:792
msgid "Run ended"
msgstr ""
#: Utils.py:431
msgid "Error Reporting"
msgstr ""
#: Utils.py:434 FilePage.py:136
msgid "Report"
msgstr ""
#: Utils.py:437
#, python-format
msgid "The following report is about to be send to the author of %s"
msgstr ""
#: Utils.py:452
msgid "Your email"
msgstr ""
#: Utils.py:461
msgid "Automatic error reporting"
msgstr ""
#: Utils.py:473
msgid "Send report"
msgstr ""
#: Utils.py:539 Utils.py:549
msgid "Error sending report"
msgstr ""
#: Utils.py:540
msgid "There was a problem connecting to the web site"
msgstr ""
#: Utils.py:544
msgid "Report successfully send"
msgstr ""
#: Utils.py:545
msgid "Report was successfully uploaded to web site"
msgstr ""
#: Utils.py:550
#, python-format
msgid ""
"There was an error sending the report\n"
"Code=%d %s"
msgstr ""
#: Utils.py:657
msgid "User configurable button"
msgstr ""
#: Utils.py:663
msgid "Name:"
msgstr ""
#: Utils.py:667
msgid "Name to appear on button"
msgstr ""
#: Utils.py:671
msgid "Icon:"
msgstr ""
#: Utils.py:683
msgid "Icon to appear on button"
msgstr ""
#: Utils.py:687
msgid "Tool Tip:"
msgstr ""
#: Utils.py:691
msgid "Tooltip for button"
msgstr ""
#: Utils.py:695 bCNC.py:157
msgid "Command:"
msgstr ""
#: Utils.py:707 lib/bFileDialog.py:323
msgid "Cancel"
msgstr ""
#: Utils.py:708
msgid "Ok"
msgstr ""
#: ControlPage.py:40
msgid "Connection"
msgstr ""
#: ControlPage.py:41
msgid "Hard Reset"
msgstr ""
#: ControlPage.py:48
msgid "Home"
msgstr ""
#: ControlPage.py:54
msgid "Perform a homing cycle [$H]"
msgstr ""
#: ControlPage.py:61
msgid "Unlock"
msgstr ""
#: ControlPage.py:67
msgid "Unlock controller [$X]"
msgstr ""
#: ControlPage.py:73
msgid "Reset"
msgstr ""
#: ControlPage.py:79
msgid "Software reset of controller [ctrl-x]"
msgstr ""
#: ControlPage.py:108 FilePage.py:178
msgid "Start"
msgstr ""
#: ControlPage.py:112
msgid "Run g-code commands from editor to controller"
msgstr ""
#: ControlPage.py:117
msgid "Pause"
msgstr ""
#: ControlPage.py:121
msgid "Pause running program. Sends either FEED_HOLD ! or CYCLE_START ~"
msgstr ""
#: ControlPage.py:125 FilePage.py:189
msgid "Stop"
msgstr ""
#: ControlPage.py:129
msgid "Pause running program and soft reset controller to empty the buffer."
msgstr ""
#: ControlPage.py:148
msgid "Status:"
msgstr ""
#: ControlPage.py:159
msgid ""
"Show current state of the machine\n"
"Click to see details\n"
"Right-Click to clear alarm/errors"
msgstr ""
#: ControlPage.py:167
msgid "WPos:"
msgstr ""
#: ControlPage.py:177
msgid "X work position (click to set)"
msgstr ""
#: ControlPage.py:190
msgid "Y work position (click to set)"
msgstr ""
#: ControlPage.py:203
msgid "Z work position (click to set)"
msgstr ""
#: ControlPage.py:211
msgid "MPos:"
msgstr ""
#: ControlPage.py:234
msgid "Set X coordinate to zero (or to typed coordinate in WPos)"
msgstr ""
#: ControlPage.py:243
msgid "Set Y coordinate to zero (or to typed coordinate in WPos)"
msgstr ""
#: ControlPage.py:252
msgid "Set Z coordinate to zero (or to typed coordinate in WPos)"
msgstr ""
#: ControlPage.py:261
msgid "Set WPOS"
msgstr ""
#: ControlPage.py:268
msgid "Set WPOS to mouse location"
msgstr ""
#: ControlPage.py:272
msgid "Move Gantry"
msgstr ""
#: ControlPage.py:280
msgid "Move gantry to mouse location [g]"
msgstr ""
#: ControlPage.py:291
msgid "Show Info"
msgstr ""
#: ControlPage.py:293
msgid "Clear Message"
msgstr ""
#: ControlPage.py:297
msgid "Feed hold"
msgstr ""
#: ControlPage.py:299
msgid "Resume"
msgstr ""
#: ControlPage.py:415
#, python-format
msgid "Last error: %s\n"
msgstr ""
#: ControlPage.py:421
msgid ""
"No info available.\n"
"Please contact the author."
msgstr ""
#: ControlPage.py:422
#, python-format
msgid "State: %s"
msgstr ""
#: ControlPage.py:449
msgid "Move +Z"
msgstr ""
#: ControlPage.py:459
msgid "Move -X +Y"
msgstr ""
#: ControlPage.py:468
msgid "Move +Y"
msgstr ""
#: ControlPage.py:477
msgid "Move +X +Y"
msgstr ""
#: ControlPage.py:486
msgid "Multiply step by 10"
msgstr ""
#: ControlPage.py:495
msgid "Increase step by 1 unit"
msgstr ""
#: ControlPage.py:510
msgid "Move -X"
msgstr ""
#: ControlPage.py:519
msgid ""
"Move to Origin.\n"
"User configurable button.\n"
"Right click to configure."
msgstr ""
#: ControlPage.py:528
msgid "Move +X"
msgstr ""
#: ControlPage.py:540
msgid "Step for every move operation"
msgstr ""
#: ControlPage.py:550
msgid "Step for Z move operation"
msgstr ""
#: ControlPage.py:580
msgid "Move -Z"
msgstr ""
#: ControlPage.py:589
msgid "Move -X -Y"
msgstr ""
#: ControlPage.py:598
msgid "Move -Y"
msgstr ""
#: ControlPage.py:607
msgid "Move +X -Y"
msgstr ""
#: ControlPage.py:615
msgid "Divide step by 10"
msgstr ""
#: ControlPage.py:623
msgid "Decrease step by 1 unit"
msgstr ""
#: ControlPage.py:700
#, python-format
msgid "Step: %g"
msgstr ""
#: ControlPage.py:705
#, python-format
msgid "Step: %g Zstep:%g "
msgstr ""
#: ControlPage.py:829
#, python-format
msgid "Switch to workspace %s"
msgstr ""
#: ControlPage.py:835 ProbePage.py:1542
msgid "Distance:"
msgstr ""
#: ControlPage.py:843
msgid "Distance Mode [G90,G91]"
msgstr ""
#: ControlPage.py:853
msgid "Units:"
msgstr ""
#: ControlPage.py:861
msgid "Units [G20, G21]"
msgstr ""
#: ControlPage.py:868 CNCCanvas.py:2021
msgid "Tool:"
msgstr ""
#: ControlPage.py:873
msgid "Tool number [T#]"
msgstr ""
#: ControlPage.py:877 ControlPage.py:912 ProbePage.py:240
msgid "set"
msgstr ""
#: ControlPage.py:885
msgid "Plane:"
msgstr ""
#: ControlPage.py:893
msgid "Plane [G17,G18,G19]"
msgstr ""
#: ControlPage.py:901
msgid "Feed:"
msgstr ""
#: ControlPage.py:908
msgid "Feed Rate [F#]"
msgstr ""
#: ControlPage.py:919
msgid "Mode:"
msgstr ""
#: ControlPage.py:928
msgid "Feed Mode [G93, G94, G95]"
msgstr ""
#: ControlPage.py:949
msgid "Select override type."
msgstr ""
#: ControlPage.py:953
msgid "Reset override to 100%"
msgstr ""
#: ControlPage.py:967
msgid "Set Feed/Rapid/Spindle Override. Right or Double click to reset."
msgstr ""
#: ControlPage.py:974
msgid "Spindle"
msgstr ""
#: ControlPage.py:982
msgid "Start/Stop spindle (M3/M5)"
msgstr ""
#: ControlPage.py:993
msgid "Set spindle RPM"
msgstr ""
#: ControlPage.py:1111
msgid "CNC communication and control"
msgstr ""
#: ControlPage.py:1112
msgid "Control"
msgstr ""
#: FilePage.py:59 FilePage.py:306
msgid "File"
msgstr ""
#: FilePage.py:66
msgid "New"
msgstr ""
#: FilePage.py:70
msgid "New gcode/dxf file"
msgstr ""
#: FilePage.py:79
msgid "Open existing gcode/dxf file [Ctrl-O]"
msgstr ""
#: FilePage.py:84 FilePage.py:281 bCNC.py:2050 lib/bFileDialog.py:299
#: lib/bFileDialog.py:850 lib/bFileDialog.py:954
msgid "Open"
msgstr ""
#: FilePage.py:89
msgid "Open recent file"
msgstr ""
#: FilePage.py:99
msgid "Save gcode/dxf file [Ctrl-S]"
msgstr ""
#: FilePage.py:104 lib/bFileDialog.py:884
msgid "Save"
msgstr ""
#: FilePage.py:109
msgid "Save gcode/dxf AS"
msgstr ""
#: FilePage.py:117
msgid "Options"
msgstr ""
#: FilePage.py:143
msgid "Send Error Report"
msgstr ""
#: FilePage.py:148
msgid "Updates"
msgstr ""
#: FilePage.py:155
msgid "Check Updates"
msgstr ""
#: FilePage.py:159
msgid "About"
msgstr ""
#: FilePage.py:166
msgid "About the program"
msgstr ""
#: FilePage.py:173 bCNC.py:2208 bCNC.py:2212 bCNC.py:2225
msgid "Pendant"
msgstr ""
#: FilePage.py:185
msgid "Start pendant"
msgstr ""
#: FilePage.py:196
msgid "Stop pendant"
msgstr ""
#: FilePage.py:207
msgid "Exit"
msgstr ""
#: FilePage.py:214
msgid "Close program [Ctrl-Q]"
msgstr ""
#: FilePage.py:227
msgid "Port:"
msgstr ""
#: FilePage.py:233
msgid "Select (or manual enter) port to connect"
msgstr ""
#: FilePage.py:242
msgid "Baud:"
msgstr ""
#: FilePage.py:247
msgid "Select connection baud rate"
msgstr ""
#: FilePage.py:254
msgid "Controller:"
msgstr ""
#: FilePage.py:261
msgid "Select controller board"
msgstr ""
#: FilePage.py:268
msgid "Connect on startup"
msgstr ""
#: FilePage.py:271
msgid "Connect to serial on startup of the program"
msgstr ""
#: FilePage.py:286
msgid "Open/Close serial port"
msgstr ""
#: FilePage.py:305
msgid "File I/O and configuration"
msgstr ""
#: Ribbon.py:499
msgid "New file"
msgstr ""
#: Ribbon.py:505
msgid "Open file [Ctrl-O]"
msgstr ""
#: Ribbon.py:511
msgid "Save all [Ctrl-S]"
msgstr ""
#: Ribbon.py:517
msgid "Undo [Ctrl-Z]"
msgstr ""
#: Ribbon.py:530
msgid "Redo [Ctrl-Y]"
msgstr ""
#: Ribbon.py:541
msgid "Help [F1]"
msgstr ""
#: ProbePage.py:27
msgid "G38.2 stop on contact else error"
msgstr ""
#: ProbePage.py:28
msgid "G38.3 stop on contact"
msgstr ""
#: ProbePage.py:29
msgid "G38.4 stop on loss contact else error"
msgstr ""
#: ProbePage.py:30
msgid "G38.5 stop on loss contact"
msgstr ""
#: ProbePage.py:33
msgid "Send M6 commands"
msgstr ""
#: ProbePage.py:34
msgid "Ignore M6 commands"
msgstr ""
#: ProbePage.py:35
msgid "Manual Tool Change (WCS)"
msgstr ""
#: ProbePage.py:36
msgid "Manual Tool Change (TLO)"
msgstr ""
#: ProbePage.py:37
msgid "Manual Tool Change (NoProbe)"
msgstr ""
#: ProbePage.py:40
msgid "ONLY before probing"
msgstr ""
#: ProbePage.py:41
msgid "BEFORE & AFTER probing"
msgstr ""
#: ProbePage.py:72 ProbePage.py:79 ProbePage.py:322 ProbePage.py:379 bCNC.py:92
msgid "Probe"
msgstr ""
#: ProbePage.py:85
msgid "Simple probing along a direction"
msgstr ""
#: ProbePage.py:91 ProbePage.py:813 EditorPage.py:147