- overloaded the context menu in several classes from GUI Elements such that the menus are now translated

- fixed a formatting issue in the MainGUI.py file
- updated the translations for the new strings that were added
This commit is contained in:
Marius Stanciu
2020-10-27 00:09:09 +02:00
committed by Marius
parent 967ab8a795
commit 1d92cbc750
21 changed files with 1534 additions and 835 deletions

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: \n"
"POT-Creation-Date: 2020-10-26 22:39+0200\n"
"POT-Creation-Date: 2020-10-27 00:08+0200\n"
"PO-Revision-Date: 2019-03-25 15:08+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -1679,7 +1679,7 @@ msgstr ""
#: appEditors/AppExcEditor.py:3908 appEditors/AppExcEditor.py:4030
#: appEditors/AppExcEditor.py:4123 appEditors/AppGerberEditor.py:2820
#: appGUI/GUIElements.py:3582 appGUI/MainGUI.py:475 appGUI/MainGUI.py:668
#: appGUI/GUIElements.py:3850 appGUI/MainGUI.py:475 appGUI/MainGUI.py:668
#: appGUI/MainGUI.py:4416 appGUI/MainGUI.py:4682
#: appGUI/preferences/excellon/ExcellonEditorPrefGroupUI.py:92
#: appGUI/preferences/excellon/ExcellonEditorPrefGroupUI.py:187
@@ -1691,7 +1691,7 @@ msgstr ""
#: appEditors/AppExcEditor.py:3909 appEditors/AppExcEditor.py:4031
#: appEditors/AppExcEditor.py:4124 appEditors/AppGerberEditor.py:2821
#: appGUI/GUIElements.py:3589 appGUI/MainGUI.py:478 appGUI/MainGUI.py:4417
#: appGUI/GUIElements.py:3857 appGUI/MainGUI.py:478 appGUI/MainGUI.py:4417
#: appGUI/MainGUI.py:4683 appGUI/preferences/excellon/ExcellonEditorPrefGroupUI.py:93
#: appGUI/preferences/excellon/ExcellonEditorPrefGroupUI.py:188
#: appGUI/preferences/excellon/ExcellonEditorPrefGroupUI.py:241
@@ -2045,7 +2045,7 @@ msgid "Buffer"
msgstr ""
#: appEditors/AppGeoEditor.py:643 appEditors/AppGerberEditor.py:5353
#: appGUI/GUIElements.py:3015 appGUI/preferences/tools/ToolsFilmPrefGroupUI.py:169
#: appGUI/GUIElements.py:3283 appGUI/preferences/tools/ToolsFilmPrefGroupUI.py:169
#: appGUI/preferences/tools/ToolsTransformPrefGroupUI.py:44 appTools/ToolDblSided.py:683
#: appTools/ToolDblSided.py:857 appTools/ToolFilm.py:1059 appTools/ToolTransform.py:547
msgid "Reference"
@@ -3092,6 +3092,7 @@ msgid "Add a new aperture to the aperture list."
msgstr ""
#: appEditors/AppGerberEditor.py:2595 appEditors/AppGerberEditor.py:2743
#: appGUI/GUIElements.py:568 appGUI/GUIElements.py:1514 appGUI/GUIElements.py:1690
#: appGUI/MainGUI.py:420 appGUI/MainGUI.py:731 appGUI/MainGUI.py:790 appGUI/MainGUI.py:869
#: appGUI/MainGUI.py:988 appGUI/MainGUI.py:1205 appGUI/MainGUI.py:1689
#: appGUI/MainGUI.py:2147 appGUI/MainGUI.py:2360 appGUI/MainGUI.py:4922
@@ -3406,7 +3407,7 @@ msgstr ""
msgid "String to replace the one in the Find box throughout the text."
msgstr ""
#: appEditors/AppTextEditor.py:106 appGUI/GUIElements.py:3610 appGUI/ObjectUI.py:1864
#: appEditors/AppTextEditor.py:106 appGUI/GUIElements.py:3878 appGUI/ObjectUI.py:1864
#: appGUI/preferences/cncjob/CNCJobOptPrefGroupUI.py:61
#: appGUI/preferences/tools/ToolsISOPrefGroupUI.py:295
#: appGUI/preferences/tools/ToolsPaintPrefGroupUI.py:278 appTools/ToolIsolation.py:808
@@ -3546,34 +3547,35 @@ msgstr ""
msgid "Insert the code above at the cursor location."
msgstr ""
#: appGUI/GUIElements.py:3017
msgid ""
"The reference can be:\n"
"- Absolute -> the reference point is point (0,0)\n"
"- Relative -> the reference point is the mouse position before Jump"
#: appGUI/GUIElements.py:533 appGUI/GUIElements.py:1479 appGUI/GUIElements.py:1655
msgid "Undo"
msgstr ""
#: appGUI/GUIElements.py:3022
msgid "Abs"
#: appGUI/GUIElements.py:533 appGUI/GUIElements.py:1479 appGUI/GUIElements.py:1655
msgid "Ctrl+Z"
msgstr ""
#: appGUI/GUIElements.py:3023
msgid "Relative"
#: appGUI/GUIElements.py:540 appGUI/GUIElements.py:1486 appGUI/GUIElements.py:1662
msgid "Redo"
msgstr ""
#: appGUI/GUIElements.py:3033
msgid "Location"
#: appGUI/GUIElements.py:540 appGUI/GUIElements.py:1486 appGUI/GUIElements.py:1662
msgid "Ctrl+Y"
msgstr ""
#: appGUI/GUIElements.py:3035
msgid ""
"The Location value is a tuple (x,y).\n"
"If the reference is Absolute then the Jump will be at the position (x,y).\n"
"If the reference is Relative then the Jump will be at the (x,y) distance\n"
"from the current mouse location point."
#: appGUI/GUIElements.py:549 appGUI/GUIElements.py:1495 appGUI/GUIElements.py:1671
#: appGUI/MainGUI.py:1630 appGUI/ObjectUI.py:1866
#: appGUI/preferences/cncjob/CNCJobOptPrefGroupUI.py:63
msgid "Cut"
msgstr ""
#: appGUI/GUIElements.py:3077 appGUI/MainGUI.py:414 appGUI/MainGUI.py:728
#: appGUI/GUIElements.py:549 appGUI/GUIElements.py:1495 appGUI/GUIElements.py:1671
#: appGUI/MainGUI.py:4692
msgid "Ctrl+X"
msgstr ""
#: appGUI/GUIElements.py:556 appGUI/GUIElements.py:1502 appGUI/GUIElements.py:1678
#: appGUI/GUIElements.py:3345 appGUI/MainGUI.py:414 appGUI/MainGUI.py:728
#: appGUI/MainGUI.py:787 appGUI/MainGUI.py:867 appGUI/MainGUI.py:986 appGUI/MainGUI.py:1203
#: appGUI/MainGUI.py:1687 appGUI/MainGUI.py:2145 appGUI/MainGUI.py:2358
#: appGUI/MainGUI.py:4911 appGUI/ObjectUI.py:1125 appObjects/FlatCAMGeometry.py:558
@@ -3582,133 +3584,172 @@ msgstr ""
msgid "Copy"
msgstr ""
#: appGUI/GUIElements.py:3077 appGUI/MainGUI.py:414 appGUI/MainGUI.py:4423
#: appGUI/GUIElements.py:556 appGUI/GUIElements.py:1502 appGUI/GUIElements.py:1678
#: appGUI/GUIElements.py:3345 appGUI/MainGUI.py:414 appGUI/MainGUI.py:4423
msgid "Ctrl+C"
msgstr ""
#: appGUI/GUIElements.py:3085 appGUI/MainGUI.py:445 appGUI/MainGUI.py:565
#: appGUI/MainGUI.py:4422 appObjects/ObjectCollection.py:1128
#: appObjects/ObjectCollection.py:1175
msgid "Select All"
#: appGUI/GUIElements.py:563 appGUI/GUIElements.py:1509 appGUI/GUIElements.py:1685
msgid "Paste"
msgstr ""
#: appGUI/GUIElements.py:3085 appGUI/MainGUI.py:445 appGUI/MainGUI.py:4422
msgid "Ctrl+A"
#: appGUI/GUIElements.py:563 appGUI/GUIElements.py:1509 appGUI/GUIElements.py:1685
msgid "Ctrl+V"
msgstr ""
#: appGUI/GUIElements.py:3090
msgid "Save Log"
msgstr ""
#: appGUI/GUIElements.py:3090 appGUI/MainGUI.py:161 appGUI/MainGUI.py:343
#: appGUI/MainGUI.py:4432 appGUI/MainGUI.py:4691 appGUI/MainGUI.py:4791
#: appGUI/MainGUI.py:4927
msgid "Ctrl+S"
msgstr ""
#: appGUI/GUIElements.py:3095
msgid "Clear All"
msgstr ""
#: appGUI/GUIElements.py:3095 appGUI/MainGUI.py:4491 appGUI/MainGUI.py:4492
#: appGUI/GUIElements.py:568 appGUI/GUIElements.py:1514 appGUI/GUIElements.py:1690
#: appGUI/GUIElements.py:3363 appGUI/MainGUI.py:4491 appGUI/MainGUI.py:4492
#: appGUI/MainGUI.py:4696 appGUI/MainGUI.py:4788 appGUI/MainGUI.py:4789
#: appGUI/MainGUI.py:4922 appGUI/MainGUI.py:4923
msgid "Del"
msgstr ""
#: appGUI/GUIElements.py:3138 appTools/ToolShell.py:296
#: appGUI/GUIElements.py:575 appGUI/GUIElements.py:1521 appGUI/GUIElements.py:1697
#: appGUI/GUIElements.py:3353 appGUI/MainGUI.py:445 appGUI/MainGUI.py:565
#: appGUI/MainGUI.py:4422 appObjects/ObjectCollection.py:1128
#: appObjects/ObjectCollection.py:1175
msgid "Select All"
msgstr ""
#: appGUI/GUIElements.py:575 appGUI/GUIElements.py:1521 appGUI/GUIElements.py:1697
#: appGUI/GUIElements.py:3353 appGUI/MainGUI.py:445 appGUI/MainGUI.py:4422
msgid "Ctrl+A"
msgstr ""
#: appGUI/GUIElements.py:3285
msgid ""
"The reference can be:\n"
"- Absolute -> the reference point is point (0,0)\n"
"- Relative -> the reference point is the mouse position before Jump"
msgstr ""
#: appGUI/GUIElements.py:3290
msgid "Abs"
msgstr ""
#: appGUI/GUIElements.py:3291
msgid "Relative"
msgstr ""
#: appGUI/GUIElements.py:3301
msgid "Location"
msgstr ""
#: appGUI/GUIElements.py:3303
msgid ""
"The Location value is a tuple (x,y).\n"
"If the reference is Absolute then the Jump will be at the position (x,y).\n"
"If the reference is Relative then the Jump will be at the (x,y) distance\n"
"from the current mouse location point."
msgstr ""
#: appGUI/GUIElements.py:3358
msgid "Save Log"
msgstr ""
#: appGUI/GUIElements.py:3358 appGUI/MainGUI.py:161 appGUI/MainGUI.py:343
#: appGUI/MainGUI.py:4432 appGUI/MainGUI.py:4691 appGUI/MainGUI.py:4791
#: appGUI/MainGUI.py:4927
msgid "Ctrl+S"
msgstr ""
#: appGUI/GUIElements.py:3363
msgid "Clear All"
msgstr ""
#: appGUI/GUIElements.py:3406 appTools/ToolShell.py:296
msgid "Type >help< to get started"
msgstr ""
#: appGUI/GUIElements.py:3505 appGUI/GUIElements.py:3522
#: appGUI/GUIElements.py:3773 appGUI/GUIElements.py:3790
msgid "Jog the Y axis."
msgstr ""
#: appGUI/GUIElements.py:3513
#: appGUI/GUIElements.py:3781
msgid "Move to Origin."
msgstr ""
#: appGUI/GUIElements.py:3530 appGUI/GUIElements.py:3538
#: appGUI/GUIElements.py:3798 appGUI/GUIElements.py:3806
msgid "Jog the X axis."
msgstr ""
#: appGUI/GUIElements.py:3548 appGUI/GUIElements.py:3558
#: appGUI/GUIElements.py:3816 appGUI/GUIElements.py:3826
msgid "Jog the Z axis."
msgstr ""
#: appGUI/GUIElements.py:3584
#: appGUI/GUIElements.py:3852
msgid "Zero the CNC X axes at current position."
msgstr ""
#: appGUI/GUIElements.py:3592
#: appGUI/GUIElements.py:3860
msgid "Zero the CNC Y axes at current position."
msgstr ""
#: appGUI/GUIElements.py:3597
#: appGUI/GUIElements.py:3865
msgid "Z"
msgstr ""
#: appGUI/GUIElements.py:3600
#: appGUI/GUIElements.py:3868
msgid "Zero the CNC Z axes at current position."
msgstr ""
#: appGUI/GUIElements.py:3604
#: appGUI/GUIElements.py:3872
msgid "Do Home"
msgstr ""
#: appGUI/GUIElements.py:3606
#: appGUI/GUIElements.py:3874
msgid "Perform a homing cycle on all axis."
msgstr ""
#: appGUI/GUIElements.py:3614
#: appGUI/GUIElements.py:3882
msgid "Zero all CNC axes at current position."
msgstr ""
#: appGUI/GUIElements.py:3769 appGUI/GUIElements.py:3778
#: appGUI/GUIElements.py:4037 appGUI/GUIElements.py:4046
msgid "Idle."
msgstr ""
#: appGUI/GUIElements.py:3811
#: appGUI/GUIElements.py:4079
msgid "Application started ..."
msgstr ""
#: appGUI/GUIElements.py:3812
#: appGUI/GUIElements.py:4080
msgid "Hello!"
msgstr ""
#: appGUI/GUIElements.py:3859 appGUI/MainGUI.py:1030 appGUI/MainGUI.py:2186
#: appGUI/GUIElements.py:4127 appGUI/MainGUI.py:1030 appGUI/MainGUI.py:2186
msgid "Run Script ..."
msgstr ""
#: appGUI/GUIElements.py:3861 appGUI/MainGUI.py:196
#: appGUI/GUIElements.py:4129 appGUI/MainGUI.py:196
msgid ""
"Will run the opened Tcl Script thus\n"
"enabling the automation of certain\n"
"functions of FlatCAM."
msgstr ""
#: appGUI/GUIElements.py:3870 appGUI/MainGUI.py:118 appTools/ToolPcbWizard.py:390
#: appGUI/GUIElements.py:4138 appGUI/MainGUI.py:118 appTools/ToolPcbWizard.py:390
#: appTools/ToolPcbWizard.py:397
msgid "Open"
msgstr ""
#: appGUI/GUIElements.py:3874
#: appGUI/GUIElements.py:4142
msgid "Open Project ..."
msgstr ""
#: appGUI/GUIElements.py:3880
#: appGUI/GUIElements.py:4148
msgid "Open &Gerber ...\tCtrl+G"
msgstr ""
#: appGUI/GUIElements.py:3885
#: appGUI/GUIElements.py:4153
msgid "Open &Excellon ...\tCtrl+E"
msgstr ""
#: appGUI/GUIElements.py:3890
#: appGUI/GUIElements.py:4158
msgid "Open G-&Code ..."
msgstr ""
#: appGUI/GUIElements.py:3900 appGUI/MainGUI.py:327
#: appGUI/GUIElements.py:4168 appGUI/MainGUI.py:327
msgid "Exit"
msgstr ""
@@ -5112,11 +5153,6 @@ msgstr ""
msgid "Subtraction"
msgstr ""
#: appGUI/MainGUI.py:1630 appGUI/ObjectUI.py:1866
#: appGUI/preferences/cncjob/CNCJobOptPrefGroupUI.py:63
msgid "Cut"
msgstr ""
#: appGUI/MainGUI.py:1641
msgid "Pad"
msgstr ""
@@ -5704,10 +5740,6 @@ msgstr ""
msgid "Save Object and Exit Editor"
msgstr ""
#: appGUI/MainGUI.py:4692
msgid "Ctrl+X"
msgstr ""
#: appGUI/MainGUI.py:4692
msgid "Polygon Cut Tool"
msgstr ""