diff --git a/README.md b/README.md index 5296785e..a59f5946 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ CAD program, and create G-Code for Isolation routing. - fixed an issue with automatically filled in aperture code when the edited Gerber file has no apertures; established an default with value 10 (according to Gerber specifications) - fixed a bug in editing a blank Gerber object - added handlers for the Gerber Editor context menu +- updated the translation template POT file and the EN PO/MO files +- Gerber Editor: added toggle effect to the Transform Tool +- Gerber Editor: added shortcut for Transform Tool and also toggle effect here, too +- updated the shortcut list with the Gerber Editor shortcut keys +- Gerber Editor: fixed error when adding an aperture with code value lower than the ones that already exists 11.04.2019 diff --git a/flatcamEditors/FlatCAMGrbEditor.py b/flatcamEditors/FlatCAMGrbEditor.py index 316b1006..11175096 100644 --- a/flatcamEditors/FlatCAMGrbEditor.py +++ b/flatcamEditors/FlatCAMGrbEditor.py @@ -2099,8 +2099,9 @@ class FlatCAMGrbEditor(QtCore.QObject): self.selected = [] try: - selected_apid = str(self.tool2tooldia[row + 1]) - self.last_aperture_selected = self.apertures_table.item(row, 1).text() + # selected_apid = str(self.tool2tooldia[row + 1]) + selected_apid = self.apertures_table.item(row, 1).text() + self.last_aperture_selected = selected_apid for obj in self.storage_dict[selected_apid]['solid_geometry']: self.selected.append(obj) @@ -2719,6 +2720,12 @@ class FlatCAMGrbEditor(QtCore.QObject): self.plot_all() self.app.inform.emit(_("[success] Done. Scale Tool completed.")) + def on_transform(self): + if type(self.active_tool) == FCTransform: + self.select_tool('select') + else: + self.select_tool('transform') + def hide_tool(self, tool_name): # self.app.ui.notebook.setTabText(2, _("Tools")) @@ -3104,15 +3111,25 @@ class TransformEditorTool(FlatCAMTool): self.set_tool_ui() - def run(self): + def run(self, toggle=True): self.app.report_usage("Geo Editor Transform Tool()") - FlatCAMTool.run(self) - self.set_tool_ui() - # if the splitter us hidden, display it + # if the splitter is hidden, display it, else hide it but only if the current widget is the same if self.app.ui.splitter.sizes()[0] == 0: self.app.ui.splitter.setSizes([1, 1]) + if toggle: + try: + if self.app.ui.tool_scroll_area.widget().objectName() == self.toolName: + self.app.ui.notebook.setCurrentWidget(self.app.ui.selected_tab) + else: + self.app.ui.notebook.setCurrentWidget(self.app.ui.tool_tab) + except AttributeError: + pass + + FlatCAMTool.run(self) + self.set_tool_ui() + self.app.ui.notebook.setTabText(2, _("Transform Tool")) def install(self, icon=None, separator=None, **kwargs): diff --git a/flatcamGUI/FlatCAMGUI.py b/flatcamGUI/FlatCAMGUI.py index fb41357c..53be0c8d 100644 --- a/flatcamGUI/FlatCAMGUI.py +++ b/flatcamGUI/FlatCAMGUI.py @@ -1413,6 +1413,81 @@ class FlatCAMGUI(QtWidgets.QMainWindow):  Save Object and Exit Editor + +
+
+ GERBER EDITOR
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
A Add Pad Array
B Buffer
C Copy
J Jump to Location (x, y)
M Move
N Add Region
P Add Pad
S Scale
T Add Track
  
Del Delete
Del Alternate: Delete Apertures
  
ESC Abort and return to Select
CTRL+S Save Object and Exit Editor
  
ALT+R Transformation Tool
''' ) @@ -2450,7 +2525,11 @@ class FlatCAMGUI(QtWidgets.QMainWindow): elif modifiers == QtCore.Qt.ShiftModifier: pass elif modifiers == QtCore.Qt.AltModifier: - pass + # Transformation Tool + if key == QtCore.Qt.Key_R or key == 'R': + self.app.grb_editor.on_transform() + return + elif modifiers == QtCore.Qt.NoModifier: # Abort the current action if key == QtCore.Qt.Key_Escape or key == 'Escape': @@ -2584,6 +2663,12 @@ class FlatCAMGUI(QtWidgets.QMainWindow): self.app.inform.emit(_("[WARNING_NOTCL] Cancelled. Nothing selected to move.")) return + # Add Region Tool + if key == QtCore.Qt.Key_N or key == 'N': + self.app.grb_editor.launched_from_shortcuts = True + self.app.grb_editor.select_tool('region') + return + # Add Pad Tool if key == QtCore.Qt.Key_P or key == 'P': self.app.grb_editor.launched_from_shortcuts = True @@ -2596,12 +2681,6 @@ class FlatCAMGUI(QtWidgets.QMainWindow): self.app.grb_editor.select_tool('pad') return - # Add Region Tool - if key == QtCore.Qt.Key_R or key == 'R': - self.app.grb_editor.launched_from_shortcuts = True - self.app.grb_editor.select_tool('region') - return - # Scale Tool if key == QtCore.Qt.Key_S or key == 'S': self.app.grb_editor.launched_from_shortcuts = True diff --git a/locale/en/LC_MESSAGES/strings.mo b/locale/en/LC_MESSAGES/strings.mo index ca72db02..9c40f97a 100644 Binary files a/locale/en/LC_MESSAGES/strings.mo and b/locale/en/LC_MESSAGES/strings.mo differ diff --git a/locale/en/LC_MESSAGES/strings.po b/locale/en/LC_MESSAGES/strings.po index 0efe9c8f..33bc858b 100644 --- a/locale/en/LC_MESSAGES/strings.po +++ b/locale/en/LC_MESSAGES/strings.po @@ -5,8 +5,8 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2019-03-25 14:30+0200\n" -"PO-Revision-Date: 2019-03-25 14:32+0200\n" +"POT-Creation-Date: 2019-04-12 16:43+0300\n" +"PO-Revision-Date: 2019-04-12 16:43+0300\n" "Last-Translator: \n" "Language-Team: \n" "Language: en\n" @@ -22,104 +22,105 @@ msgstr "" "X-Poedit-SearchPathExcluded-1: doc\n" "X-Poedit-SearchPathExcluded-2: tests\n" -#: FlatCAMApp.py:845 +#: FlatCAMApp.py:857 msgid "[ERROR] Could not find the Language files. The App strings are missing." msgstr "" "[ERROR] Could not find the Language files. The App strings are missing." -#: FlatCAMApp.py:1987 ObjectCollection.py:80 flatcamTools/ToolImage.py:213 +#: FlatCAMApp.py:1888 ObjectCollection.py:80 flatcamTools/ToolImage.py:213 msgid "Open cancelled." msgstr "Open cancelled." -#: FlatCAMApp.py:2001 +#: FlatCAMApp.py:1902 msgid "Open Config file failed." msgstr "Open Config file failed." -#: FlatCAMApp.py:2015 +#: FlatCAMApp.py:1916 msgid "Open Script file failed." msgstr "Open Config file failed." -#: FlatCAMApp.py:2200 +#: FlatCAMApp.py:2106 msgid "" -"[WARNING_NOTCL] Editing a MultiGeo Geometry is not possible for the moment." +"[WARNING_NOTCL] Simultanoeus editing of tools geometry in a MultiGeo " +"Geometry is not possible.\n" +" Edit only one geometry at a time." msgstr "" -"[WARNING_NOTCL] Editing a MultiGeo Geometry is not possible for the moment." +"[WARNING_NOTCL] Simultanoeus editing of tools geometry in a MultiGeo " +"Geometry is not possible.\n" +" Edit only one geometry at a time." -#: FlatCAMApp.py:2221 -msgid "[WARNING_NOTCL]Select a Geometry or Excellon Object to edit." -msgstr "[WARNING_NOTCL]Select a Geometry or Excellon Object to edit." +#: FlatCAMApp.py:2135 +msgid "[WARNING_NOTCL] Select a Geometry or Excellon Object to edit." +msgstr "[WARNING_NOTCL] Select a Geometry or Excellon Object to edit." -#: FlatCAMApp.py:2232 -msgid "[WARNING_NOTCL]Editor is activated ..." -msgstr "[WARNING_NOTCL]Editor is activated ..." +#: FlatCAMApp.py:2146 +msgid "[WARNING_NOTCL] Editor is activated ..." +msgstr "[WARNING_NOTCL] Editor is activated ..." -#: FlatCAMApp.py:2271 +#: FlatCAMApp.py:2186 FlatCAMApp.py:2212 msgid "[WARNING] Object empty after edit." msgstr "[WARNING] Object empty after edit." -#: FlatCAMApp.py:2280 -msgid "[WARNING_NOTCL]Select a Geometry or Excellon Object to update." -msgstr "[WARNING_NOTCL]Select a Geometry or Excellon Object to update." +#: FlatCAMApp.py:2223 +msgid "[WARNING_NOTCL] Select a Gerber, Geometry or Excellon Object to update." +msgstr "" +"[WARNING_NOTCL] Select a Gerber, Geometry or Excellon Object to update." -#: FlatCAMApp.py:2293 +#: FlatCAMApp.py:2236 #, python-format msgid "[selected] %s is updated, returning to App..." msgstr "[selected] %s is updated, returning to App..." -#: FlatCAMApp.py:2616 +#: FlatCAMApp.py:2563 msgid "[ERROR] Could not load defaults file." msgstr "[ERROR] Could not load defaults file." -#: FlatCAMApp.py:2628 +#: FlatCAMApp.py:2575 msgid "[ERROR] Failed to parse defaults file." msgstr "[ERROR] Failed to parse defaults file." -#: FlatCAMApp.py:2649 FlatCAMApp.py:2652 +#: FlatCAMApp.py:2596 FlatCAMApp.py:2599 msgid "Import FlatCAM Preferences" msgstr "Import FlatCAM Preferences" -#: FlatCAMApp.py:2657 -msgid "[WARNING_NOTCL]FlatCAM preferences import cancelled." -msgstr "[WARNING_NOTCL]FlatCAM preferences import cancelled." +#: FlatCAMApp.py:2604 +msgid "[WARNING_NOTCL] FlatCAM preferences import cancelled." +msgstr "[WARNING_NOTCL] FlatCAM preferences import cancelled." -#: FlatCAMApp.py:2665 FlatCAMApp.py:3145 +#: FlatCAMApp.py:2612 FlatCAMApp.py:2659 FlatCAMApp.py:3104 msgid "[ERROR_NOTCL] Could not load defaults file." msgstr "[ERROR_NOTCL] Could not load defaults file." -#: FlatCAMApp.py:2673 FlatCAMApp.py:3154 +#: FlatCAMApp.py:2620 FlatCAMApp.py:3113 msgid "[ERROR_NOTCL] Failed to parse defaults file." msgstr "[ERROR_NOTCL] Failed to parse defaults file." -#: FlatCAMApp.py:2676 +#: FlatCAMApp.py:2623 #, python-format -msgid "[success]Imported Defaults from %s" -msgstr "[success]Imported Defaults from %s" +msgid "[success] Imported Defaults from %s" +msgstr "[success] Imported Defaults from %s" -#: FlatCAMApp.py:2686 FlatCAMApp.py:2690 +#: FlatCAMApp.py:2633 FlatCAMApp.py:2637 msgid "Export FlatCAM Preferences" msgstr "Export FlatCAM Preferences" -#: FlatCAMApp.py:2696 -msgid "[WARNING_NOTCL]FlatCAM preferences export cancelled." -msgstr "[WARNING_NOTCL]FlatCAM preferences export cancelled." +#: FlatCAMApp.py:2643 +msgid "[WARNING_NOTCL] FlatCAM preferences export cancelled." +msgstr "[WARNING_NOTCL] FlatCAM preferences export cancelled." -#: FlatCAMApp.py:2712 -msgid "[ERROR_NOTCL]Could not load defaults file." -msgstr "[ERROR_NOTCL]Could not load defaults file." - -#: FlatCAMApp.py:2731 FlatCAMApp.py:3168 +#: FlatCAMApp.py:2678 FlatCAMApp.py:3158 msgid "[ERROR_NOTCL] Failed to write defaults to file." msgstr "[ERROR_NOTCL] Failed to write defaults to file." -#: FlatCAMApp.py:2783 -msgid "[ERROR_NOTCL]Failed to open recent files file for writing." -msgstr "[ERROR_NOTCL]Failed to open recent files file for writing." +#: FlatCAMApp.py:2730 +msgid "[ERROR_NOTCL] Failed to open recent files file for writing." +msgstr "[ERROR_NOTCL] Failed to open recent files file for writing." -#: FlatCAMApp.py:2868 camlib.py:4229 +#: FlatCAMApp.py:2815 camlib.py:4312 msgid "[ERROR_NOTCL] An internal error has ocurred. See shell.\n" msgstr "[ERROR_NOTCL] An internal error has ocurred. See shell.\n" -#: FlatCAMApp.py:2869 +#: FlatCAMApp.py:2816 #, python-brace-format msgid "" "Object ({kind}) failed because: {error} \n" @@ -128,20 +129,20 @@ msgstr "" "Object ({kind}) failed because: {error} \n" "\n" -#: FlatCAMApp.py:2889 +#: FlatCAMApp.py:2836 msgid "Converting units to " msgstr "Converting units to " -#: FlatCAMApp.py:2947 FlatCAMApp.py:2950 FlatCAMApp.py:2953 FlatCAMApp.py:2956 +#: FlatCAMApp.py:2906 FlatCAMApp.py:2909 FlatCAMApp.py:2912 FlatCAMApp.py:2915 #, python-brace-format msgid "" -"[selected]{kind} created/selected: {name}{name}" msgstr "" -"[selected]{kind} created/selected: {name}{name}" -#: FlatCAMApp.py:3050 +#: FlatCAMApp.py:3009 #, python-brace-format msgid "" "FlatCAM
Version {version} {beta} ({date}) - " @@ -164,27 +165,31 @@ msgstr "" "a>
DOWNLOAD area here.
" -#: FlatCAMApp.py:3200 -msgid "[success]Defaults saved." -msgstr "[success]Defaults saved." +#: FlatCAMApp.py:3162 +msgid "[success] Defaults saved." +msgstr "[success] Defaults saved." -#: FlatCAMApp.py:3221 +#: FlatCAMApp.py:3183 msgid "[ERROR_NOTCL] Could not load factory defaults file." msgstr "[ERROR_NOTCL] Could not load factory defaults file." -#: FlatCAMApp.py:3230 +#: FlatCAMApp.py:3192 msgid "[ERROR_NOTCL] Failed to parse factory defaults file." msgstr "[ERROR_NOTCL] Failed to parse factory defaults file." -#: FlatCAMApp.py:3244 +#: FlatCAMApp.py:3206 msgid "[ERROR_NOTCL] Failed to write factory defaults to file." msgstr "[ERROR_NOTCL] Failed to write factory defaults to file." -#: FlatCAMApp.py:3248 +#: FlatCAMApp.py:3210 msgid "Factory defaults saved." msgstr "Factory defaults saved." -#: FlatCAMApp.py:3253 +#: FlatCAMApp.py:3215 flatcamGUI/FlatCAMGUI.py:2974 +msgid "[WARNING_NOTCL] Application is saving the project. Please wait ..." +msgstr "[WARNING_NOTCL] Application is saving the project. Please wait ..." + +#: FlatCAMApp.py:3220 msgid "" "There are files/objects modified in FlatCAM. \n" "Do you want to Save the project?" @@ -192,11 +197,11 @@ msgstr "" "There are files/objects modified in FlatCAM. \n" "Do you want to Save the project?" -#: FlatCAMApp.py:3256 FlatCAMApp.py:5513 +#: FlatCAMApp.py:3223 FlatCAMApp.py:5527 msgid "Save changes" msgstr "Save changes" -#: FlatCAMApp.py:3316 +#: FlatCAMApp.py:3288 msgid "" "[ERROR] Failed join. The Geometry objects are of different types.\n" "At least one is MultiGeo type and the other is SingleGeo type. A possibility " @@ -212,63 +217,63 @@ msgstr "" "be lost and the result may not be what was expected. \n" "Check the generated GCODE." -#: FlatCAMApp.py:3357 -msgid "[ERROR_NOTCL]Failed. Excellon joining works only on Excellon objects." -msgstr "[ERROR_NOTCL]Failed. Excellon joining works only on Excellon objects." +#: FlatCAMApp.py:3329 +msgid "[ERROR_NOTCL] Failed. Excellon joining works only on Excellon objects." +msgstr "[ERROR_NOTCL] Failed. Excellon joining works only on Excellon objects." -#: FlatCAMApp.py:3379 -msgid "[ERROR_NOTCL]Failed. Gerber joining works only on Gerber objects." -msgstr "[ERROR_NOTCL]Failed. Gerber joining works only on Gerber objects." +#: FlatCAMApp.py:3351 +msgid "[ERROR_NOTCL] Failed. Gerber joining works only on Gerber objects." +msgstr "[ERROR_NOTCL] Failed. Gerber joining works only on Gerber objects." -#: FlatCAMApp.py:3394 FlatCAMApp.py:3419 -msgid "[ERROR_NOTCL]Failed. Select a Geometry Object and try again." -msgstr "[ERROR_NOTCL]Failed. Select a Geometry Object and try again." +#: FlatCAMApp.py:3366 FlatCAMApp.py:3391 +msgid "[ERROR_NOTCL] Failed. Select a Geometry Object and try again." +msgstr "[ERROR_NOTCL] Failed. Select a Geometry Object and try again." -#: FlatCAMApp.py:3398 FlatCAMApp.py:3423 +#: FlatCAMApp.py:3370 FlatCAMApp.py:3395 #, python-format -msgid "[ERROR_NOTCL]Expected a FlatCAMGeometry, got %s" -msgstr "[ERROR_NOTCL]Expected a FlatCAMGeometry, got %s" +msgid "[ERROR_NOTCL] Expected a FlatCAMGeometry, got %s" +msgstr "[ERROR_NOTCL] Expected a FlatCAMGeometry, got %s" -#: FlatCAMApp.py:3411 +#: FlatCAMApp.py:3383 msgid "[success] A Geometry object was converted to MultiGeo type." msgstr "[success] A Geometry object was converted to MultiGeo type." -#: FlatCAMApp.py:3437 +#: FlatCAMApp.py:3409 msgid "[success] A Geometry object was converted to SingleGeo type." msgstr "[success] A Geometry object was converted to SingleGeo type." -#: FlatCAMApp.py:3623 +#: FlatCAMApp.py:3595 #, python-format -msgid "[success]Converted units to %s" -msgstr "[success]Converted units to %s" +msgid "[success] Converted units to %s" +msgstr "[success] Converted units to %s" -#: FlatCAMApp.py:3634 -msgid "[WARNING_NOTCL]Units conversion cancelled." -msgstr "[WARNING_NOTCL]Units conversion cancelled." +#: FlatCAMApp.py:3606 +msgid "[WARNING_NOTCL] Units conversion cancelled." +msgstr "[WARNING_NOTCL] Units conversion cancelled." -#: FlatCAMApp.py:4205 +#: FlatCAMApp.py:4188 msgid "Open file" msgstr "Open file" -#: FlatCAMApp.py:4236 FlatCAMApp.py:4241 +#: FlatCAMApp.py:4219 FlatCAMApp.py:4224 msgid "Export G-Code ..." msgstr "Export G-Code ..." -#: FlatCAMApp.py:4244 -msgid "[WARNING_NOTCL]Export Code cancelled." -msgstr "[WARNING_NOTCL]Export Code cancelled." +#: FlatCAMApp.py:4227 +msgid "[WARNING_NOTCL] Export Code cancelled." +msgstr "[WARNING_NOTCL] Export Code cancelled." -#: FlatCAMApp.py:4254 +#: FlatCAMApp.py:4237 msgid "[WARNING] No such file or directory" msgstr "[WARNING] No such file or directory" -#: FlatCAMApp.py:4261 +#: FlatCAMApp.py:4244 #, python-format msgid "Saved to: %s" msgstr "Saved to: %s" -#: FlatCAMApp.py:4324 FlatCAMApp.py:4356 FlatCAMApp.py:4367 FlatCAMApp.py:4378 -#: flatcamTools/ToolNonCopperClear.py:487 flatcamTools/ToolSolderPaste.py:764 +#: FlatCAMApp.py:4307 FlatCAMApp.py:4339 FlatCAMApp.py:4350 FlatCAMApp.py:4361 +#: flatcamTools/ToolNonCopperClear.py:488 flatcamTools/ToolSolderPaste.py:764 msgid "" "[WARNING_NOTCL] Please enter a tool diameter with non-zero value, in Float " "format." @@ -276,12 +281,12 @@ msgstr "" "[WARNING_NOTCL] Please enter a tool diameter with non-zero value, in Float " "format." -#: FlatCAMApp.py:4329 FlatCAMApp.py:4361 FlatCAMApp.py:4372 FlatCAMApp.py:4383 -#: flatcamGUI/FlatCAMGUI.py:2501 +#: FlatCAMApp.py:4312 FlatCAMApp.py:4344 FlatCAMApp.py:4355 FlatCAMApp.py:4366 +#: flatcamGUI/FlatCAMGUI.py:2891 msgid "[WARNING_NOTCL] Adding Tool cancelled ..." msgstr "[WARNING_NOTCL] Adding Tool cancelled ..." -#: FlatCAMApp.py:4332 +#: FlatCAMApp.py:4315 msgid "" "Adding Tool works only when Advanced is checked.\n" "Go to Preferences -> General - Show Advanced Options." @@ -289,106 +294,108 @@ msgstr "" "Adding Tool works only when Advanced is checked.\n" "Go to Preferences -> General - Show Advanced Options." -#: FlatCAMApp.py:4437 +#: FlatCAMApp.py:4420 msgid "Object(s) deleted ..." msgstr "Object(s) deleted ..." -#: FlatCAMApp.py:4441 +#: FlatCAMApp.py:4424 msgid "Failed. No object(s) selected..." msgstr "Failed. No object(s) selected..." -#: FlatCAMApp.py:4443 +#: FlatCAMApp.py:4426 msgid "Save the work in Editor and try again ..." msgstr "Save the work in Editor and try again ..." -#: FlatCAMApp.py:4456 +#: FlatCAMApp.py:4439 msgid "Click to set the origin ..." msgstr "Click to set the origin ..." -#: FlatCAMApp.py:4468 +#: FlatCAMApp.py:4452 msgid "Jump to ..." msgstr "Jump to ..." -#: FlatCAMApp.py:4469 +#: FlatCAMApp.py:4453 msgid "Enter the coordinates in format X,Y:" msgstr "Enter the coordinates in format X,Y:" -#: FlatCAMApp.py:4476 +#: FlatCAMApp.py:4460 msgid "Wrong coordinates. Enter coordinates in format: X,Y" msgstr "Wrong coordinates. Enter coordinates in format: X,Y" -#: FlatCAMApp.py:4491 +#: FlatCAMApp.py:4478 msgid "Done." msgstr "Done." -#: FlatCAMApp.py:4623 +#: FlatCAMApp.py:4637 msgid "[success] Origin set ..." msgstr "[success] Origin set ..." -#: FlatCAMApp.py:4641 +#: FlatCAMApp.py:4655 msgid "Preferences" msgstr "Preferences" -#: FlatCAMApp.py:4661 +#: FlatCAMApp.py:4675 msgid "[WARNING_NOTCL] No object selected to Flip on Y axis." msgstr "[WARNING_NOTCL] No object selected to Flip on Y axis." -#: FlatCAMApp.py:4686 +#: FlatCAMApp.py:4700 msgid "[success] Flip on Y axis done." msgstr "[success] Flip on Y axis done." -#: FlatCAMApp.py:4688 FlatCAMApp.py:4728 FlatCAMEditor.py:1340 -#: flatcamTools/ToolTransform.py:750 +#: FlatCAMApp.py:4702 FlatCAMApp.py:4742 +#: flatcamEditors/FlatCAMGeoEditor.py:1353 +#: flatcamEditors/FlatCAMGrbEditor.py:3497 flatcamTools/ToolTransform.py:750 #, python-format msgid "[ERROR_NOTCL] Due of %s, Flip action was not executed." msgstr "[ERROR_NOTCL] Due of %s, Flip action was not executed." -#: FlatCAMApp.py:4701 +#: FlatCAMApp.py:4715 msgid "[WARNING_NOTCL] No object selected to Flip on X axis." msgstr "[WARNING_NOTCL] No object selected to Flip on X axis." -#: FlatCAMApp.py:4726 +#: FlatCAMApp.py:4740 msgid "[success] Flip on X axis done." msgstr "[success] Flip on X axis done." -#: FlatCAMApp.py:4741 +#: FlatCAMApp.py:4755 msgid "[WARNING_NOTCL] No object selected to Rotate." msgstr "[WARNING_NOTCL] No object selected to Rotate." -#: FlatCAMApp.py:4744 FlatCAMApp.py:4789 FlatCAMApp.py:4820 +#: FlatCAMApp.py:4758 FlatCAMApp.py:4803 FlatCAMApp.py:4834 msgid "Transform" msgstr "Transform" -#: FlatCAMApp.py:4744 FlatCAMApp.py:4789 FlatCAMApp.py:4820 +#: FlatCAMApp.py:4758 FlatCAMApp.py:4803 FlatCAMApp.py:4834 msgid "Enter the Angle value:" msgstr "Enter the Angle value:" -#: FlatCAMApp.py:4774 +#: FlatCAMApp.py:4788 msgid "[success] Rotation done." msgstr "[success] Rotation done." -#: FlatCAMApp.py:4776 FlatCAMEditor.py:1283 flatcamTools/ToolTransform.py:678 +#: FlatCAMApp.py:4790 flatcamEditors/FlatCAMGeoEditor.py:1296 +#: flatcamEditors/FlatCAMGrbEditor.py:3440 flatcamTools/ToolTransform.py:678 #, python-format msgid "[ERROR_NOTCL] Due of %s, rotation movement was not executed." msgstr "[ERROR_NOTCL] Due of %s, rotation movement was not executed." -#: FlatCAMApp.py:4787 +#: FlatCAMApp.py:4801 msgid "[WARNING_NOTCL] No object selected to Skew/Shear on X axis." msgstr "[WARNING_NOTCL] No object selected to Skew/Shear on X axis." -#: FlatCAMApp.py:4808 +#: FlatCAMApp.py:4822 msgid "[success] Skew on X axis done." msgstr "[success] Skew on X axis done." -#: FlatCAMApp.py:4818 +#: FlatCAMApp.py:4832 msgid "[WARNING_NOTCL] No object selected to Skew/Shear on Y axis." msgstr "[WARNING_NOTCL] No object selected to Skew/Shear on Y axis." -#: FlatCAMApp.py:4839 +#: FlatCAMApp.py:4853 msgid "[success] Skew on Y axis done." msgstr "[success] Skew on Y axis done." -#: FlatCAMApp.py:4935 FlatCAMApp.py:4962 +#: FlatCAMApp.py:4949 FlatCAMApp.py:4976 msgid "" "[WARNING_NOTCL] Please enter a grid value with non-zero value, in Float " "format." @@ -396,48 +403,48 @@ msgstr "" "[WARNING_NOTCL] Please enter a grid value with non-zero value, in Float " "format." -#: FlatCAMApp.py:4941 +#: FlatCAMApp.py:4955 msgid "[success] New Grid added ..." msgstr "[success] New Grid added ..." -#: FlatCAMApp.py:4944 +#: FlatCAMApp.py:4958 msgid "[WARNING_NOTCL] Grid already exists ..." msgstr "[WARNING_NOTCL] Grid already exists ..." -#: FlatCAMApp.py:4947 +#: FlatCAMApp.py:4961 msgid "[WARNING_NOTCL] Adding New Grid cancelled ..." msgstr "[WARNING_NOTCL] Adding New Grid cancelled ..." -#: FlatCAMApp.py:4969 +#: FlatCAMApp.py:4983 msgid "[ERROR_NOTCL] Grid Value does not exist ..." msgstr "[ERROR_NOTCL] Grid Value does not exist ..." -#: FlatCAMApp.py:4972 +#: FlatCAMApp.py:4986 msgid "[success] Grid Value deleted ..." msgstr "[success] Grid Value deleted ..." -#: FlatCAMApp.py:4975 +#: FlatCAMApp.py:4989 msgid "[WARNING_NOTCL] Delete Grid value cancelled ..." msgstr "[WARNING_NOTCL] Delete Grid value cancelled ..." -#: FlatCAMApp.py:5014 -msgid "[WARNING_NOTCL]No object selected to copy it's name" -msgstr "[WARNING_NOTCL]No object selected to copy it's name" +#: FlatCAMApp.py:5028 +msgid "[WARNING_NOTCL] No object selected to copy it's name" +msgstr "[WARNING_NOTCL] No object selected to copy it's name" -#: FlatCAMApp.py:5018 +#: FlatCAMApp.py:5032 msgid "Name copied on clipboard ..." msgstr "Name copied on clipboard ..." -#: FlatCAMApp.py:5313 FlatCAMApp.py:5316 FlatCAMApp.py:5319 FlatCAMApp.py:5322 -#: FlatCAMApp.py:5336 FlatCAMApp.py:5339 FlatCAMApp.py:5342 FlatCAMApp.py:5345 -#: FlatCAMApp.py:5384 FlatCAMApp.py:5387 FlatCAMApp.py:5390 FlatCAMApp.py:5393 -#: ObjectCollection.py:698 ObjectCollection.py:701 ObjectCollection.py:704 -#: ObjectCollection.py:707 +#: FlatCAMApp.py:5327 FlatCAMApp.py:5330 FlatCAMApp.py:5333 FlatCAMApp.py:5336 +#: FlatCAMApp.py:5350 FlatCAMApp.py:5353 FlatCAMApp.py:5356 FlatCAMApp.py:5359 +#: FlatCAMApp.py:5398 FlatCAMApp.py:5401 FlatCAMApp.py:5404 FlatCAMApp.py:5407 +#: ObjectCollection.py:711 ObjectCollection.py:714 ObjectCollection.py:717 +#: ObjectCollection.py:720 #, python-brace-format msgid "[selected]{name} selected" msgstr "[selected]{name} selected" -#: FlatCAMApp.py:5510 +#: FlatCAMApp.py:5524 msgid "" "There are files/objects opened in FlatCAM.\n" "Creating a New project will delete them.\n" @@ -447,106 +454,106 @@ msgstr "" "Creating a New project will delete them.\n" "Do you want to Save the project?" -#: FlatCAMApp.py:5528 +#: FlatCAMApp.py:5542 msgid "[success] New Project created..." msgstr "[success] New Project created..." -#: FlatCAMApp.py:5629 FlatCAMApp.py:5632 flatcamGUI/FlatCAMGUI.py:551 -#: flatcamGUI/FlatCAMGUI.py:1600 +#: FlatCAMApp.py:5650 FlatCAMApp.py:5653 flatcamGUI/FlatCAMGUI.py:594 +#: flatcamGUI/FlatCAMGUI.py:1762 msgid "Open Gerber" msgstr "Open Gerber" -#: FlatCAMApp.py:5637 +#: FlatCAMApp.py:5658 msgid "[WARNING_NOTCL] Open Gerber cancelled." msgstr "[WARNING_NOTCL] Open Gerber cancelled." -#: FlatCAMApp.py:5658 FlatCAMApp.py:5661 flatcamGUI/FlatCAMGUI.py:552 -#: flatcamGUI/FlatCAMGUI.py:1601 +#: FlatCAMApp.py:5679 FlatCAMApp.py:5682 flatcamGUI/FlatCAMGUI.py:595 +#: flatcamGUI/FlatCAMGUI.py:1763 msgid "Open Excellon" msgstr "Open Excellon" -#: FlatCAMApp.py:5666 -msgid "[WARNING_NOTCL]Open Excellon cancelled." -msgstr "[WARNING_NOTCL]Open Excellon cancelled." +#: FlatCAMApp.py:5687 +msgid "[WARNING_NOTCL] Open Excellon cancelled." +msgstr "[WARNING_NOTCL] Open Excellon cancelled." -#: FlatCAMApp.py:5688 FlatCAMApp.py:5691 +#: FlatCAMApp.py:5709 FlatCAMApp.py:5712 msgid "Open G-Code" msgstr "Open G-Code" -#: FlatCAMApp.py:5696 -msgid "[WARNING_NOTCL]Open G-Code cancelled." -msgstr "[WARNING_NOTCL]Open G-Code cancelled." +#: FlatCAMApp.py:5717 +msgid "[WARNING_NOTCL] Open G-Code cancelled." +msgstr "[WARNING_NOTCL] Open G-Code cancelled." -#: FlatCAMApp.py:5714 FlatCAMApp.py:5717 +#: FlatCAMApp.py:5735 FlatCAMApp.py:5738 msgid "Open Project" msgstr "Open Project" -#: FlatCAMApp.py:5725 -msgid "[WARNING_NOTCL]Open Project cancelled." -msgstr "[WARNING_NOTCL]Open Project cancelled." +#: FlatCAMApp.py:5746 +msgid "[WARNING_NOTCL] Open Project cancelled." +msgstr "[WARNING_NOTCL] Open Project cancelled." -#: FlatCAMApp.py:5744 FlatCAMApp.py:5747 +#: FlatCAMApp.py:5765 FlatCAMApp.py:5768 msgid "Open Configuration File" msgstr "Open Configuration File" -#: FlatCAMApp.py:5751 -msgid "[WARNING_NOTCL]Open Config cancelled." -msgstr "[WARNING_NOTCL]Open Config cancelled." +#: FlatCAMApp.py:5772 +msgid "[WARNING_NOTCL Open Config cancelled." +msgstr "[WARNING_NOTCL Open Config cancelled." -#: FlatCAMApp.py:5766 FlatCAMApp.py:5963 FlatCAMApp.py:8011 FlatCAMApp.py:8031 -#: FlatCAMApp.py:8052 FlatCAMApp.py:8074 +#: FlatCAMApp.py:5787 FlatCAMApp.py:5984 FlatCAMApp.py:8066 FlatCAMApp.py:8086 +#: FlatCAMApp.py:8107 FlatCAMApp.py:8129 msgid "[WARNING_NOTCL] No object selected." msgstr "[WARNING_NOTCL] No object selected." -#: FlatCAMApp.py:5767 FlatCAMApp.py:5964 +#: FlatCAMApp.py:5788 FlatCAMApp.py:5985 msgid "Please Select a Geometry object to export" msgstr "Please Select a Geometry object to export" -#: FlatCAMApp.py:5778 +#: FlatCAMApp.py:5799 msgid "[ERROR_NOTCL] Only Geometry, Gerber and CNCJob objects can be used." msgstr "[ERROR_NOTCL] Only Geometry, Gerber and CNCJob objects can be used." -#: FlatCAMApp.py:5791 FlatCAMApp.py:5795 +#: FlatCAMApp.py:5812 FlatCAMApp.py:5816 msgid "Export SVG" msgstr "Export SVG" -#: FlatCAMApp.py:5800 -msgid "[WARNING_NOTCL]Export SVG cancelled." -msgstr "[WARNING_NOTCL]Export SVG cancelled." +#: FlatCAMApp.py:5821 +msgid "[WARNING_NOTCL] Export SVG cancelled." +msgstr "[WARNING_NOTCL] Export SVG cancelled." -#: FlatCAMApp.py:5814 +#: FlatCAMApp.py:5835 msgid "[[WARNING_NOTCL]] Data must be a 3D array with last dimension 3 or 4" msgstr "[[WARNING_NOTCL]] Data must be a 3D array with last dimension 3 or 4" -#: FlatCAMApp.py:5820 FlatCAMApp.py:5824 +#: FlatCAMApp.py:5841 FlatCAMApp.py:5845 msgid "Export PNG Image" msgstr "Export PNG Image" -#: FlatCAMApp.py:5829 +#: FlatCAMApp.py:5850 msgid "Export PNG cancelled." msgstr "Export PNG cancelled." -#: FlatCAMApp.py:5846 +#: FlatCAMApp.py:5867 msgid "" "[WARNING_NOTCL] No object selected. Please select an Gerber object to export." msgstr "" "[WARNING_NOTCL] No object selected. Please select an Gerber object to export." -#: FlatCAMApp.py:5851 +#: FlatCAMApp.py:5872 msgid "" "[ERROR_NOTCL] Failed. Only Gerber objects can be saved as Gerber files..." msgstr "" "[ERROR_NOTCL] Failed. Only Gerber objects can be saved as Gerber files..." -#: FlatCAMApp.py:5863 +#: FlatCAMApp.py:5884 msgid "Save Gerber source file" msgstr "Save Gerber source file" -#: FlatCAMApp.py:5868 +#: FlatCAMApp.py:5889 msgid "[WARNING_NOTCL] Save Gerber source file cancelled." msgstr "[WARNING_NOTCL] Save Gerber source file cancelled." -#: FlatCAMApp.py:5885 +#: FlatCAMApp.py:5906 msgid "" "[WARNING_NOTCL] No object selected. Please select an Excellon object to " "export." @@ -554,21 +561,21 @@ msgstr "" "[WARNING_NOTCL] No object selected. Please select an Excellon object to " "export." -#: FlatCAMApp.py:5890 FlatCAMApp.py:5929 +#: FlatCAMApp.py:5911 FlatCAMApp.py:5950 msgid "" "[ERROR_NOTCL] Failed. Only Excellon objects can be saved as Excellon files..." msgstr "" "[ERROR_NOTCL] Failed. Only Excellon objects can be saved as Excellon files..." -#: FlatCAMApp.py:5898 FlatCAMApp.py:5902 +#: FlatCAMApp.py:5919 FlatCAMApp.py:5923 msgid "Save Excellon source file" msgstr "Save Excellon source file" -#: FlatCAMApp.py:5907 +#: FlatCAMApp.py:5928 msgid "[WARNING_NOTCL] Saving Excellon source file cancelled." msgstr "[WARNING_NOTCL] Saving Excellon source file cancelled." -#: FlatCAMApp.py:5924 +#: FlatCAMApp.py:5945 msgid "" "[WARNING_NOTCL] No object selected. Please Select an Excellon object to " "export." @@ -576,54 +583,54 @@ msgstr "" "[WARNING_NOTCL] No object selected. Please Select an Excellon object to " "export." -#: FlatCAMApp.py:5937 FlatCAMApp.py:5941 +#: FlatCAMApp.py:5958 FlatCAMApp.py:5962 msgid "Export Excellon" msgstr "Export Excellon" -#: FlatCAMApp.py:5946 -msgid "[WARNING_NOTCL]Export Excellon cancelled." -msgstr "[WARNING_NOTCL]Export Excellon cancelled." +#: FlatCAMApp.py:5967 +msgid "[WARNING_NOTCL] Export Excellon cancelled." +msgstr "[WARNING_NOTCL] Export Excellon cancelled." -#: FlatCAMApp.py:5974 +#: FlatCAMApp.py:5995 msgid "[ERROR_NOTCL] Only Geometry objects can be used." msgstr "[ERROR_NOTCL] Only Geometry objects can be used." -#: FlatCAMApp.py:5987 FlatCAMApp.py:5991 +#: FlatCAMApp.py:6008 FlatCAMApp.py:6012 msgid "Export DXF" msgstr "Export DXF" -#: FlatCAMApp.py:5996 +#: FlatCAMApp.py:6017 msgid "[WARNING_NOTCL] Export DXF cancelled." msgstr "[WARNING_NOTCL] Export DXF cancelled." -#: FlatCAMApp.py:6014 FlatCAMApp.py:6017 +#: FlatCAMApp.py:6035 FlatCAMApp.py:6038 msgid "Import SVG" msgstr "Import SVG" -#: FlatCAMApp.py:6025 +#: FlatCAMApp.py:6046 msgid "[WARNING_NOTCL] Open SVG cancelled." msgstr "[WARNING_NOTCL] Open SVG cancelled." -#: FlatCAMApp.py:6044 FlatCAMApp.py:6047 +#: FlatCAMApp.py:6065 FlatCAMApp.py:6068 msgid "Import DXF" msgstr "Import DXF" -#: FlatCAMApp.py:6055 -msgid "[WARNING_NOTCL]Open DXF cancelled." -msgstr "[WARNING_NOTCL]Open DXF cancelled." +#: FlatCAMApp.py:6076 +msgid "[WARNING_NOTCL] Open DXF cancelled." +msgstr "[WARNING_NOTCL] Open DXF cancelled." -#: FlatCAMApp.py:6073 +#: FlatCAMApp.py:6094 #, python-format msgid "%s" msgstr "%s" -#: FlatCAMApp.py:6093 +#: FlatCAMApp.py:6114 msgid "" "[WARNING_NOTCL] Select an Gerber or Excellon file to view it's source file." msgstr "" "[WARNING_NOTCL] Select an Gerber or Excellon file to view it's source file." -#: FlatCAMApp.py:6100 +#: FlatCAMApp.py:6121 msgid "" "[WARNING_NOTCL] There is no selected object for which to see it's source " "file code." @@ -631,26 +638,24 @@ msgstr "" "[WARNING_NOTCL] There is no selected object for which to see it's source " "file code." -#: FlatCAMApp.py:6108 -#| msgid "Code Editor" +#: FlatCAMApp.py:6129 msgid "Source Editor" msgstr "Source Editor" -#: FlatCAMApp.py:6118 +#: FlatCAMApp.py:6139 #, python-format msgid "[ERROR]App.on_view_source() -->%s" msgstr "[ERROR]App.on_view_source() -->%s" -#: FlatCAMApp.py:6130 FlatCAMApp.py:7151 FlatCAMObj.py:5407 +#: FlatCAMApp.py:6151 FlatCAMApp.py:7172 FlatCAMObj.py:5257 msgid "Code Editor" msgstr "Code Editor" -#: FlatCAMApp.py:6142 -#| msgid "Exc Editor" +#: FlatCAMApp.py:6163 msgid "Script Editor" msgstr "Script Editor" -#: FlatCAMApp.py:6145 +#: FlatCAMApp.py:6166 msgid "" "#\n" "# CREATE A NEW FLATCAM TCL SCRIPT\n" @@ -694,88 +699,85 @@ msgstr "" "#\n" "\n" -#: FlatCAMApp.py:6168 FlatCAMApp.py:6171 +#: FlatCAMApp.py:6189 FlatCAMApp.py:6192 msgid "Open TCL script" msgstr "Open TCL script" -#: FlatCAMApp.py:6179 -msgid "[WARNING_NOTCL]Open TCL script cancelled." -msgstr "[WARNING_NOTCL]Open TCL script cancelled." +#: FlatCAMApp.py:6200 +msgid "[WARNING_NOTCL] Open TCL script cancelled." +msgstr "[WARNING_NOTCL] Open TCL script cancelled." -#: FlatCAMApp.py:6191 +#: FlatCAMApp.py:6212 #, python-format -#| msgid "[ERROR]App.on_view_source() -->%s" msgid "[ERROR]App.on_fileopenscript() -->%s" msgstr "[ERROR]App.on_fileopenscript() -->%s" -#: FlatCAMApp.py:6217 FlatCAMApp.py:6220 -#| msgid "Open TCL script" +#: FlatCAMApp.py:6238 FlatCAMApp.py:6241 msgid "Run TCL script" msgstr "Run TCL script" -#: FlatCAMApp.py:6228 -#| msgid "[WARNING_NOTCL]Open TCL script cancelled." -msgid "[WARNING_NOTCL]Run TCL script cancelled." -msgstr "[WARNING_NOTCL]Run TCL script cancelled." +#: FlatCAMApp.py:6249 +msgid "[WARNING_NOTCL] Run TCL script cancelled." +msgstr "[WARNING_NOTCL] Run TCL script cancelled." -#: FlatCAMApp.py:6274 FlatCAMApp.py:6278 +#: FlatCAMApp.py:6295 FlatCAMApp.py:6299 msgid "Save Project As ..." msgstr "Save Project As ..." -#: FlatCAMApp.py:6275 +#: FlatCAMApp.py:6296 #, python-brace-format msgid "{l_save}/Project_{date}" msgstr "{l_save}/Project_{date}" -#: FlatCAMApp.py:6283 +#: FlatCAMApp.py:6304 msgid "[WARNING_NOTCL] Save Project cancelled." msgstr "[WARNING_NOTCL] Save Project cancelled." -#: FlatCAMApp.py:6328 +#: FlatCAMApp.py:6349 msgid "Exporting SVG" msgstr "Exporting SVG" -#: FlatCAMApp.py:6361 FlatCAMApp.py:6466 FlatCAMApp.py:6580 +#: FlatCAMApp.py:6382 FlatCAMApp.py:6487 FlatCAMApp.py:6601 #, python-format msgid "[success] SVG file exported to %s" msgstr "[success] SVG file exported to %s" -#: FlatCAMApp.py:6392 FlatCAMApp.py:6512 +#: FlatCAMApp.py:6413 FlatCAMApp.py:6533 #, python-format -msgid "[WARNING_NOTCL]No object Box. Using instead %s" -msgstr "[WARNING_NOTCL]No object Box. Using instead %s" +msgid "[WARNING_NOTCL] No object Box. Using instead %s" +msgstr "[WARNING_NOTCL] No object Box. Using instead %s" -#: FlatCAMApp.py:6469 FlatCAMApp.py:6583 +#: FlatCAMApp.py:6490 FlatCAMApp.py:6604 msgid "Generating Film ... Please wait." msgstr "Generating Film ... Please wait." -#: FlatCAMApp.py:6730 +#: FlatCAMApp.py:6751 #, python-format msgid "[success] Excellon file exported to %s" msgstr "[success] Excellon file exported to %s" -#: FlatCAMApp.py:6737 +#: FlatCAMApp.py:6758 msgid "Exporting Excellon" msgstr "Exporting Excellon" -#: FlatCAMApp.py:6742 FlatCAMApp.py:6749 +#: FlatCAMApp.py:6763 FlatCAMApp.py:6770 msgid "[ERROR_NOTCL] Could not export Excellon file." msgstr "[ERROR_NOTCL] Could not export Excellon file." -#: FlatCAMApp.py:6788 +#: FlatCAMApp.py:6809 #, python-format msgid "[success] DXF file exported to %s" msgstr "[success] DXF file exported to %s" -#: FlatCAMApp.py:6794 +#: FlatCAMApp.py:6815 msgid "Exporting DXF" msgstr "Exporting DXF" -#: FlatCAMApp.py:6799 FlatCAMApp.py:6806 +#: FlatCAMApp.py:6820 FlatCAMApp.py:6827 msgid "[[WARNING_NOTCL]] Could not export DXF file." msgstr "[[WARNING_NOTCL]] Could not export DXF file." -#: FlatCAMApp.py:6826 FlatCAMApp.py:6868 FlatCAMApp.py:6909 +#: FlatCAMApp.py:6847 FlatCAMApp.py:6889 FlatCAMApp.py:6930 msgid "" "[ERROR_NOTCL] Not supported type is picked as parameter. Only Geometry and " "Gerber are supported" @@ -783,93 +785,95 @@ msgstr "" "[ERROR_NOTCL] Not supported type is picked as parameter. Only Geometry and " "Gerber are supported" -#: FlatCAMApp.py:6836 +#: FlatCAMApp.py:6857 msgid "Importing SVG" msgstr "Importing SVG" -#: FlatCAMApp.py:6847 FlatCAMApp.py:6889 FlatCAMApp.py:6929 FlatCAMApp.py:7005 -#: FlatCAMApp.py:7072 FlatCAMApp.py:7137 +#: FlatCAMApp.py:6868 FlatCAMApp.py:6910 FlatCAMApp.py:6950 FlatCAMApp.py:7026 +#: FlatCAMApp.py:7093 FlatCAMApp.py:7158 #, python-format msgid "[success] Opened: %s" msgstr "[success] Opened: %s" -#: FlatCAMApp.py:6878 +#: FlatCAMApp.py:6899 msgid "Importing DXF" msgstr "Importing DXF" -#: FlatCAMApp.py:6917 +#: FlatCAMApp.py:6938 msgid "Importing Image" msgstr "Importing Image" -#: FlatCAMApp.py:6958 FlatCAMApp.py:6960 +#: FlatCAMApp.py:6979 FlatCAMApp.py:6981 #, python-format msgid "[ERROR_NOTCL] Failed to open file: %s" msgstr "[ERROR_NOTCL] Failed to open file: %s" -#: FlatCAMApp.py:6963 +#: FlatCAMApp.py:6984 #, python-brace-format msgid "[ERROR_NOTCL] Failed to parse file: {name}. {error}" msgstr "[ERROR_NOTCL] Failed to parse file: {name}. {error}" -#: FlatCAMApp.py:6969 FlatCAMEditor.py:5802 FlatCAMObj.py:4114 +#: FlatCAMApp.py:6990 FlatCAMObj.py:3961 +#: flatcamEditors/FlatCAMExcEditor.py:1919 +#: flatcamEditors/FlatCAMGrbEditor.py:2036 msgid "[ERROR] An internal error has ocurred. See shell.\n" msgstr "[ERROR] An internal error has ocurred. See shell.\n" -#: FlatCAMApp.py:6978 +#: FlatCAMApp.py:6999 msgid "" "[ERROR_NOTCL] Object is not Gerber file or empty. Aborting object creation." msgstr "" "[ERROR_NOTCL] Object is not Gerber file or empty. Aborting object creation." -#: FlatCAMApp.py:6986 +#: FlatCAMApp.py:7007 msgid "Opening Gerber" msgstr "Opening Gerber" -#: FlatCAMApp.py:6996 +#: FlatCAMApp.py:7017 msgid "[ERROR_NOTCL] Open Gerber failed. Probable not a Gerber file." msgstr "[ERROR_NOTCL] Open Gerber failed. Probable not a Gerber file." -#: FlatCAMApp.py:7031 +#: FlatCAMApp.py:7052 msgid "[ERROR_NOTCL] This is not Excellon file." msgstr "[ERROR_NOTCL] This is not Excellon file." -#: FlatCAMApp.py:7034 +#: FlatCAMApp.py:7055 #, python-format msgid "[ERROR_NOTCL] Cannot open file: %s" msgstr "[ERROR_NOTCL] Cannot open file: %s" -#: FlatCAMApp.py:7039 +#: FlatCAMApp.py:7060 msgid "[ERROR_NOTCL] An internal error has occurred. See shell.\n" msgstr "[ERROR_NOTCL] An internal error has occurred. See shell.\n" -#: FlatCAMApp.py:7055 +#: FlatCAMApp.py:7076 #, python-format msgid "[ERROR_NOTCL] No geometry found in file: %s" msgstr "[ERROR_NOTCL] No geometry found in file: %s" -#: FlatCAMApp.py:7058 +#: FlatCAMApp.py:7079 msgid "Opening Excellon." msgstr "Opening Excellon." -#: FlatCAMApp.py:7065 +#: FlatCAMApp.py:7086 msgid "[ERROR_NOTCL] Open Excellon file failed. Probable not an Excellon file." msgstr "" "[ERROR_NOTCL] Open Excellon file failed. Probable not an Excellon file." -#: FlatCAMApp.py:7104 +#: FlatCAMApp.py:7125 #, python-format msgid "[ERROR_NOTCL] Failed to open %s" msgstr "[ERROR_NOTCL] Failed to open %s" -#: FlatCAMApp.py:7114 +#: FlatCAMApp.py:7135 msgid "[ERROR_NOTCL] This is not GCODE" msgstr "[ERROR_NOTCL] This is not GCODE" -#: FlatCAMApp.py:7120 +#: FlatCAMApp.py:7141 msgid "Opening G-Code." msgstr "Opening G-Code." -#: FlatCAMApp.py:7128 +#: FlatCAMApp.py:7149 msgid "" "[ERROR_NOTCL] Failed to create CNCJob Object. Probable not a GCode file.\n" " Attempting to create a FlatCAM CNCJob Object from G-Code file failed during " @@ -879,31 +883,26 @@ msgstr "" " Attempting to create a FlatCAM CNCJob Object from G-Code file failed during " "processing" -#: FlatCAMApp.py:7168 +#: FlatCAMApp.py:7189 #, python-format msgid "[ERROR_NOTCL] Failed to open config file: %s" msgstr "[ERROR_NOTCL] Failed to open config file: %s" -#: FlatCAMApp.py:7193 FlatCAMApp.py:7210 +#: FlatCAMApp.py:7214 FlatCAMApp.py:7230 #, python-format msgid "[ERROR_NOTCL] Failed to open project file: %s" msgstr "[ERROR_NOTCL] Failed to open project file: %s" -#: FlatCAMApp.py:7200 -#, python-format -msgid "[ERROR_NOTCL] Failed to parse project file: %s" -msgstr "[ERROR_NOTCL] Failed to parse project file: %s" - -#: FlatCAMApp.py:7236 +#: FlatCAMApp.py:7256 #, python-format msgid "[success] Project loaded from: %s" msgstr "[success] Project loaded from: %s" -#: FlatCAMApp.py:7366 +#: FlatCAMApp.py:7386 msgid "Available commands:\n" msgstr "Available commands:\n" -#: FlatCAMApp.py:7368 +#: FlatCAMApp.py:7388 msgid "" "\n" "\n" @@ -915,23 +914,23 @@ msgstr "" "Type help for usage.\n" " Example: help open_gerber" -#: FlatCAMApp.py:7516 +#: FlatCAMApp.py:7536 msgid "Shows list of commands." msgstr "Shows list of commands." -#: FlatCAMApp.py:7569 +#: FlatCAMApp.py:7589 msgid "[ERROR_NOTCL] Failed to load recent item list." msgstr "[ERROR_NOTCL] Failed to load recent item list." -#: FlatCAMApp.py:7576 +#: FlatCAMApp.py:7596 msgid "[ERROR_NOTCL] Failed to parse recent item list." msgstr "[ERROR_NOTCL] Failed to parse recent item list." -#: FlatCAMApp.py:7637 flatcamGUI/FlatCAMGUI.py:866 +#: FlatCAMApp.py:7657 flatcamGUI/FlatCAMGUI.py:929 msgid "Shortcut Key List" msgstr "Shortcut Key List" -#: FlatCAMApp.py:7644 +#: FlatCAMApp.py:7664 msgid "" "\n" "

Selected Tab - Choose an Item from " @@ -1027,23 +1026,23 @@ msgstr "" "\n" " " -#: FlatCAMApp.py:7748 +#: FlatCAMApp.py:7768 msgid "[WARNING_NOTCL] Failed checking for latest version. Could not connect." msgstr "[WARNING_NOTCL] Failed checking for latest version. Could not connect." -#: FlatCAMApp.py:7755 +#: FlatCAMApp.py:7775 msgid "[ERROR_NOTCL] Could not parse information about latest version." msgstr "[ERROR_NOTCL] Could not parse information about latest version." -#: FlatCAMApp.py:7765 +#: FlatCAMApp.py:7785 msgid "[success] FlatCAM is up to date!" msgstr "[success] FlatCAM is up to date!" -#: FlatCAMApp.py:7770 +#: FlatCAMApp.py:7790 msgid "Newer Version Available" msgstr "Newer Version Available" -#: FlatCAMApp.py:7771 +#: FlatCAMApp.py:7791 msgid "" "There is a newer version of FlatCAM available for download:\n" "\n" @@ -1051,56 +1050,893 @@ msgstr "" "There is a newer version of FlatCAM available for download:\n" "\n" -#: FlatCAMApp.py:7773 +#: FlatCAMApp.py:7793 msgid "info" msgstr "info" -#: FlatCAMApp.py:7792 -msgid "[success]All plots disabled." -msgstr "[success]All plots disabled." +#: FlatCAMApp.py:7812 +msgid "[success] All plots disabled." +msgstr "[success] All plots disabled." -#: FlatCAMApp.py:7798 -msgid "[success]All non selected plots disabled." -msgstr "[success]All non selected plots disabled." +#: FlatCAMApp.py:7818 +msgid "[success] All non selected plots disabled." +msgstr "[success] All non selected plots disabled." -#: FlatCAMApp.py:7804 -msgid "[success]All plots enabled." -msgstr "[success]All plots enabled." +#: FlatCAMApp.py:7824 +msgid "[success] All plots enabled." +msgstr "[success] All plots enabled." -#: FlatCAMApp.py:7914 +#: FlatCAMApp.py:7935 msgid "Saving FlatCAM Project" msgstr "Saving FlatCAM Project" -#: FlatCAMApp.py:7935 FlatCAMApp.py:7966 +#: FlatCAMApp.py:7956 FlatCAMApp.py:7987 #, python-format msgid "[success] Project saved to: %s" msgstr "[success] Project saved to: %s" -#: FlatCAMApp.py:7953 +#: FlatCAMApp.py:7974 #, python-format msgid "[ERROR_NOTCL] Failed to verify project file: %s. Retry to save it." msgstr "[ERROR_NOTCL] Failed to verify project file: %s. Retry to save it." -#: FlatCAMApp.py:7960 +#: FlatCAMApp.py:7981 #, python-format msgid "[ERROR_NOTCL] Failed to parse saved project file: %s. Retry to save it." msgstr "" "[ERROR_NOTCL] Failed to parse saved project file: %s. Retry to save it." -#: FlatCAMApp.py:7968 +#: FlatCAMApp.py:7989 #, python-format msgid "[ERROR_NOTCL] Failed to save project file: %s. Retry to save it." msgstr "[ERROR_NOTCL] Failed to save project file: %s. Retry to save it." -#: FlatCAMEditor.py:76 +#: FlatCAMObj.py:194 +#, python-brace-format +msgid "[success] Name changed from {old} to {new}" +msgstr "[success] Name changed from {old} to {new}" + +#: FlatCAMObj.py:535 FlatCAMObj.py:1741 FlatCAMObj.py:3006 FlatCAMObj.py:5156 +msgid "Basic" +msgstr "Basic" + +#: FlatCAMObj.py:547 FlatCAMObj.py:1757 FlatCAMObj.py:3028 FlatCAMObj.py:5162 +msgid "Advanced" +msgstr "Advanced" + +#: FlatCAMObj.py:902 FlatCAMObj.py:957 +#, python-format +msgid "[success] Isolation geometry created: %s" +msgstr "[success] Isolation geometry created: %s" + +#: FlatCAMObj.py:1126 +msgid "Plotting Apertures" +msgstr "Plotting Apertures" + +#: FlatCAMObj.py:1580 flatcamEditors/FlatCAMExcEditor.py:1293 +msgid "Total Drills" +msgstr "Total Drills" + +#: FlatCAMObj.py:1606 flatcamEditors/FlatCAMExcEditor.py:1325 +msgid "Total Slots" +msgstr "Total Slots" + +#: FlatCAMObj.py:1813 FlatCAMObj.py:3078 FlatCAMObj.py:3384 FlatCAMObj.py:3571 +#: FlatCAMObj.py:3584 FlatCAMObj.py:3701 FlatCAMObj.py:4109 FlatCAMObj.py:4342 +#: FlatCAMObj.py:4748 flatcamEditors/FlatCAMExcEditor.py:1400 +#: flatcamTools/ToolCalculators.py:307 flatcamTools/ToolCalculators.py:318 +#: flatcamTools/ToolCalculators.py:330 flatcamTools/ToolCalculators.py:345 +#: flatcamTools/ToolCalculators.py:358 flatcamTools/ToolCalculators.py:372 +#: flatcamTools/ToolCalculators.py:383 flatcamTools/ToolCalculators.py:394 +#: flatcamTools/ToolCalculators.py:405 flatcamTools/ToolFilm.py:241 +#: flatcamTools/ToolFilm.py:248 flatcamTools/ToolNonCopperClear.py:479 +#: flatcamTools/ToolNonCopperClear.py:550 +#: flatcamTools/ToolNonCopperClear.py:626 +#: flatcamTools/ToolNonCopperClear.py:643 flatcamTools/ToolPaint.py:537 +#: flatcamTools/ToolPaint.py:607 flatcamTools/ToolPaint.py:742 +#: flatcamTools/ToolPaint.py:839 flatcamTools/ToolPaint.py:994 +#: flatcamTools/ToolPanelize.py:323 flatcamTools/ToolPanelize.py:335 +#: flatcamTools/ToolPanelize.py:348 flatcamTools/ToolPanelize.py:361 +#: flatcamTools/ToolPanelize.py:373 flatcamTools/ToolPanelize.py:384 +#: flatcamTools/ToolSolderPaste.py:755 flatcamTools/ToolSolderPaste.py:826 +msgid "[ERROR_NOTCL] Wrong value format entered, use a number." +msgstr "[ERROR_NOTCL] Wrong value format entered, use a number." + +#: FlatCAMObj.py:2037 FlatCAMObj.py:2128 FlatCAMObj.py:2243 +msgid "" +"[ERROR_NOTCL] Please select one or more tools from the list and try again." +msgstr "" +"[ERROR_NOTCL] Please select one or more tools from the list and try again." + +#: FlatCAMObj.py:2044 +msgid "" +"[ERROR_NOTCL] Milling tool for DRILLS is larger than hole size. Cancelled." +msgstr "" +"[ERROR_NOTCL] Milling tool for DRILLS is larger than hole size. Cancelled." + +#: FlatCAMObj.py:2058 FlatCAMObj.py:2152 FlatCAMObj.py:2263 +msgid "Tool_nr" +msgstr "Tool_nr" + +#: FlatCAMObj.py:2058 FlatCAMObj.py:2152 FlatCAMObj.py:2263 +#: flatcamEditors/FlatCAMExcEditor.py:753 +#: flatcamEditors/FlatCAMExcEditor.py:1862 flatcamGUI/ObjectUI.py:556 +#: flatcamTools/ToolNonCopperClear.py:83 flatcamTools/ToolPaint.py:80 +#: flatcamTools/ToolSolderPaste.py:81 +msgid "Diameter" +msgstr "Diameter" + +#: FlatCAMObj.py:2058 FlatCAMObj.py:2152 FlatCAMObj.py:2263 +msgid "Drills_Nr" +msgstr "Drills_Nr" + +#: FlatCAMObj.py:2058 FlatCAMObj.py:2152 FlatCAMObj.py:2263 +msgid "Slots_Nr" +msgstr "Slots_Nr" + +#: FlatCAMObj.py:2138 +msgid "" +"[ERROR_NOTCL] Milling tool for SLOTS is larger than hole size. Cancelled." +msgstr "" +"[ERROR_NOTCL] Milling tool for SLOTS is larger than hole size. Cancelled." + +#: FlatCAMObj.py:2303 FlatCAMObj.py:3997 FlatCAMObj.py:4208 FlatCAMObj.py:4523 +msgid "" +"[ERROR_NOTCL] Wrong value format for self.defaults[\"z_pdepth\"] or self." +"options[\"z_pdepth\"]" +msgstr "" +"[ERROR_NOTCL] Wrong value format for self.defaults[\"z_pdepth\"] or self." +"options[\"z_pdepth\"]" + +#: FlatCAMObj.py:2315 FlatCAMObj.py:4009 FlatCAMObj.py:4220 FlatCAMObj.py:4535 +msgid "" +"[ERROR_NOTCL] Wrong value format for self.defaults[\"feedrate_probe\"] or " +"self.options[\"feedrate_probe\"]" +msgstr "" +"[ERROR_NOTCL] Wrong value format for self.defaults[\"feedrate_probe\"] or " +"self.options[\"feedrate_probe\"]" + +#: FlatCAMObj.py:2347 FlatCAMObj.py:4410 FlatCAMObj.py:4415 FlatCAMObj.py:4561 +msgid "Generating CNC Code" +msgstr "Generating CNC Code" + +#: FlatCAMObj.py:2373 FlatCAMObj.py:4707 camlib.py:5023 camlib.py:5459 +#: camlib.py:5730 +msgid "" +"[ERROR]The Toolchange X,Y field in Edit -> Preferences has to be in the " +"format (x, y) \n" +"but now there is only one value, not two. " +msgstr "" +"[ERROR]The Toolchange X,Y field in Edit -> Preferences has to be in the " +"format (x, y) \n" +"but now there is only one value, not two. " + +#: FlatCAMObj.py:2720 FlatCAMObj.py:2962 FlatCAMObj.py:3247 +msgid "Path" +msgstr "Path" + +#: FlatCAMObj.py:2720 +msgid "In" +msgstr "In" + +#: FlatCAMObj.py:2720 +msgid "Out" +msgstr "Out" + +#: FlatCAMObj.py:2720 FlatCAMObj.py:3043 FlatCAMObj.py:3616 +msgid "Custom" +msgstr "Custom" + +#: FlatCAMObj.py:2721 FlatCAMObj.py:3627 FlatCAMObj.py:3628 FlatCAMObj.py:3637 +msgid "Iso" +msgstr "Iso" + +#: FlatCAMObj.py:2721 FlatCAMObj.py:2964 FlatCAMObj.py:3249 +msgid "Rough" +msgstr "Rough" + +#: FlatCAMObj.py:2721 +msgid "Finish" +msgstr "Finish" + +#: FlatCAMObj.py:2999 flatcamGUI/FlatCAMGUI.py:512 flatcamGUI/FlatCAMGUI.py:698 +#: flatcamGUI/FlatCAMGUI.py:1536 flatcamGUI/FlatCAMGUI.py:1546 +#: flatcamGUI/FlatCAMGUI.py:1870 flatcamGUI/ObjectUI.py:996 +msgid "Copy" +msgstr "Copy" + +#: FlatCAMObj.py:3001 flatcamGUI/FlatCAMGUI.py:513 flatcamGUI/FlatCAMGUI.py:700 +#: flatcamGUI/FlatCAMGUI.py:1537 flatcamGUI/FlatCAMGUI.py:1547 +#: flatcamGUI/FlatCAMGUI.py:1872 flatcamGUI/ObjectUI.py:1004 +#: flatcamTools/ToolNonCopperClear.py:146 flatcamTools/ToolPaint.py:143 +#: flatcamTools/ToolSolderPaste.py:121 flatcamTools/ToolSolderPaste.py:480 +msgid "Delete" +msgstr "Delete" + +#: FlatCAMObj.py:3219 +msgid "[ERROR_NOTCL] Please enter the desired tool diameter in Float format." +msgstr "[ERROR_NOTCL] Please enter the desired tool diameter in Float format." + +#: FlatCAMObj.py:3294 +msgid "[success] Tool added in Tool Table." +msgstr "[success] Tool added in Tool Table." + +#: FlatCAMObj.py:3299 +msgid "[ERROR_NOTCL] Default Tool added. Wrong value format entered." +msgstr "[ERROR_NOTCL] Default Tool added. Wrong value format entered." + +#: FlatCAMObj.py:3329 FlatCAMObj.py:3339 +msgid "[WARNING_NOTCL] Failed. Select a tool to copy." +msgstr "[WARNING_NOTCL] Failed. Select a tool to copy." + +#: FlatCAMObj.py:3368 +msgid "[success] Tool was copied in Tool Table." +msgstr "[success] Tool was copied in Tool Table." + +#: FlatCAMObj.py:3401 +msgid "[success] Tool was edited in Tool Table." +msgstr "[success] Tool was edited in Tool Table." + +#: FlatCAMObj.py:3432 FlatCAMObj.py:3442 +msgid "[WARNING_NOTCL] Failed. Select a tool to delete." +msgstr "[WARNING_NOTCL] Failed. Select a tool to delete." + +#: FlatCAMObj.py:3466 +msgid "[success] Tool was deleted in Tool Table." +msgstr "[success] Tool was deleted in Tool Table." + +#: FlatCAMObj.py:3880 +#, python-format +msgid "" +"[WARNING_NOTCL] This Geometry can't be processed because it is %s geometry." +msgstr "" +"[WARNING_NOTCL] This Geometry can't be processed because it is %s geometry." + +#: FlatCAMObj.py:3897 +msgid "[ERROR_NOTCL] Wrong Tool Dia value format entered, use a number." +msgstr "[ERROR_NOTCL] Wrong Tool Dia value format entered, use a number." + +#: FlatCAMObj.py:3924 +msgid "[ERROR_NOTCL] Failed. No tool selected in the tool table ..." +msgstr "[ERROR_NOTCL] Failed. No tool selected in the tool table ..." + +#: FlatCAMObj.py:3962 +#, python-format +msgid "FlatCAMObj.FlatCAMGeometry.mtool_gen_cncjob() --> %s" +msgstr "FlatCAMObj.FlatCAMGeometry.mtool_gen_cncjob() --> %s" + +#: FlatCAMObj.py:4118 FlatCAMObj.py:4351 +msgid "" +"[WARNING] Tool Offset is selected in Tool Table but no value is provided.\n" +"Add a Tool Offset or change the Offset Type." +msgstr "" +"[WARNING] Tool Offset is selected in Tool Table but no value is provided.\n" +"Add a Tool Offset or change the Offset Type." + +#: FlatCAMObj.py:4232 flatcamTools/ToolSolderPaste.py:1106 +#: flatcamTools/ToolSolderPaste.py:1161 +msgid "[ERROR_NOTCL] Cancelled. Empty file, it has no geometry..." +msgstr "[ERROR_NOTCL] Cancelled. Empty file, it has no geometry..." + +#: FlatCAMObj.py:4594 FlatCAMObj.py:4604 camlib.py:3292 camlib.py:3301 +msgid "[ERROR_NOTCL] Scale factor has to be a number: integer or float." +msgstr "[ERROR_NOTCL] Scale factor has to be a number: integer or float." + +#: FlatCAMObj.py:4642 +msgid "[success] Geometry Scale done." +msgstr "[success] Geometry Scale done." + +#: FlatCAMObj.py:4659 camlib.py:3363 +msgid "" +"[ERROR_NOTCL] An (x,y) pair of values are needed. Probable you entered only " +"one value in the Offset field." +msgstr "" +"[ERROR_NOTCL] An (x,y) pair of values are needed. Probable you entered only " +"one value in the Offset field." + +#: FlatCAMObj.py:4679 +msgid "[success] Geometry Offset done." +msgstr "[success] Geometry Offset done." + +#: FlatCAMObj.py:5224 FlatCAMObj.py:5229 flatcamTools/ToolSolderPaste.py:1360 +msgid "Export Machine Code ..." +msgstr "Export Machine Code ..." + +#: FlatCAMObj.py:5235 flatcamTools/ToolSolderPaste.py:1363 +msgid "[WARNING_NOTCL] Export Machine Code cancelled ..." +msgstr "[WARNING_NOTCL] Export Machine Code cancelled ..." + +#: FlatCAMObj.py:5246 +#, python-format +msgid "[success] Machine Code file saved to: %s" +msgstr "[success] Machine Code file saved to: %s" + +#: FlatCAMObj.py:5268 +#, python-format +msgid "[ERROR]FlatCAMCNNJob.on_edit_code_click() -->%s" +msgstr "[ERROR]FlatCAMCNNJob.on_edit_code_click() -->%s" + +#: FlatCAMObj.py:5385 +#, python-format +msgid "" +"[WARNING_NOTCL] This CNCJob object can't be processed because it is a %s " +"CNCJob object." +msgstr "" +"[WARNING_NOTCL] This CNCJob object can't be processed because it is a %s " +"CNCJob object." + +#: FlatCAMObj.py:5438 +msgid "[ERROR_NOTCL] G-code does not have a units code: either G20 or G21" +msgstr "[ERROR_NOTCL] G-code does not have a units code: either G20 or G21" + +#: FlatCAMObj.py:5451 +msgid "" +"[ERROR_NOTCL] Cancelled. The Toolchange Custom code is enabled but it's " +"empty." +msgstr "" +"[ERROR_NOTCL] Cancelled. The Toolchange Custom code is enabled but it's " +"empty." + +#: FlatCAMObj.py:5458 +msgid "[success] Toolchange G-code was replaced by a custom code." +msgstr "[success] Toolchange G-code was replaced by a custom code." + +#: FlatCAMObj.py:5473 flatcamTools/ToolSolderPaste.py:1389 +msgid "[WARNING_NOTCL] No such file or directory" +msgstr "[WARNING_NOTCL] No such file or directory" + +#: FlatCAMObj.py:5492 FlatCAMObj.py:5504 +msgid "" +"[WARNING_NOTCL] The used postprocessor file has to have in it's name: " +"'toolchange_custom'" +msgstr "" +"[WARNING_NOTCL] The used postprocessor file has to have in it's name: " +"'toolchange_custom'" + +#: FlatCAMObj.py:5510 +msgid "[ERROR] There is no postprocessor file." +msgstr "[ERROR] There is no postprocessor file." + +#: ObjectCollection.py:416 +#, python-brace-format +msgid "Object renamed from {old} to {new}" +msgstr "Object renamed from {old} to {new}" + +#: ObjectCollection.py:751 +#, python-format +msgid "[ERROR] Cause of error: %s" +msgstr "[ERROR] Cause of error: %s" + +#: camlib.py:200 +msgid "[ERROR_NOTCL] self.solid_geometry is neither BaseGeometry or list." +msgstr "[ERROR_NOTCL] self.solid_geometry is neither BaseGeometry or list." + +#: camlib.py:1387 +msgid "[success] Object was mirrored ..." +msgstr "[success] Object was mirrored ..." + +#: camlib.py:1389 +msgid "[ERROR_NOTCL] Failed to mirror. No object selected" +msgstr "[ERROR_NOTCL] Failed to mirror. No object selected" + +#: camlib.py:1425 +msgid "[success] Object was rotated ..." +msgstr "[success] Object was rotated ..." + +#: camlib.py:1427 +msgid "[ERROR_NOTCL] Failed to rotate. No object selected" +msgstr "[ERROR_NOTCL] Failed to rotate. No object selected" + +#: camlib.py:1461 +msgid "[success] Object was skewed ..." +msgstr "[success] Object was skewed ..." + +#: camlib.py:1463 +msgid "[ERROR_NOTCL] Failed to skew. No object selected" +msgstr "[ERROR_NOTCL] Failed to skew. No object selected" + +#: camlib.py:2673 camlib.py:2763 +#, python-format +msgid "[WARNING] Coordinates missing, line ignored: %s" +msgstr "[WARNING] Coordinates missing, line ignored: %s" + +#: camlib.py:2674 camlib.py:2764 +msgid "[WARNING_NOTCL] GERBER file might be CORRUPT. Check the file !!!" +msgstr "[WARNING_NOTCL] GERBER file might be CORRUPT. Check the file !!!" + +#: camlib.py:2732 +#, python-format +msgid "" +"[ERROR] Region does not have enough points. File will be processed but there " +"are parser errors. Line number: %s" +msgstr "" +"[ERROR] Region does not have enough points. File will be processed but there " +"are parser errors. Line number: %s" + +#: camlib.py:3113 +#, python-format +msgid "" +"[ERROR]Gerber Parser ERROR.\n" +"%s:" +msgstr "" +"[ERROR]Gerber Parser ERROR.\n" +"%s:" + +#: camlib.py:3330 +msgid "[success] Gerber Scale done." +msgstr "[success] Gerber Scale done." + +#: camlib.py:3387 +msgid "[success] Gerber Offset done." +msgstr "[success] Gerber Offset done." + +#: camlib.py:3769 +#, python-format +msgid "[ERROR_NOTCL] This is GCODE mark: %s" +msgstr "[ERROR_NOTCL] This is GCODE mark: %s" + +#: camlib.py:4313 +#, python-brace-format +msgid "" +"[ERROR] Excellon Parser error.\n" +"Parsing Failed. Line {l_nr}: {line}\n" +msgstr "" +"[ERROR] Excellon Parser error.\n" +"Parsing Failed. Line {l_nr}: {line}\n" + +#: camlib.py:4390 +msgid "" +"[WARNING] Excellon.create_geometry() -> a drill location was skipped due of " +"not having a tool associated.\n" +"Check the resulting GCode." +msgstr "" +"[WARNING] Excellon.create_geometry() -> a drill location was skipped due of " +"not having a tool associated.\n" +"Check the resulting GCode." + +#: camlib.py:4932 +#, python-format +msgid "[ERROR] There is no such parameter: %s" +msgstr "[ERROR] There is no such parameter: %s" + +#: camlib.py:5002 +msgid "" +"[WARNING] The Cut Z parameter has positive value. It is the depth value to " +"drill into material.\n" +"The Cut Z parameter needs to have a negative value, assuming it is a typo " +"therefore the app will convert the value to negative. Check the resulting " +"CNC code (Gcode etc)." +msgstr "" +"[WARNING] The Cut Z parameter has positive value. It is the depth value to " +"drill into material.\n" +"The Cut Z parameter needs to have a negative value, assuming it is a typo " +"therefore the app will convert the value to negative. Check the resulting " +"CNC code (Gcode etc)." + +#: camlib.py:5009 camlib.py:5482 camlib.py:5753 +#, python-format +msgid "" +"[WARNING] The Cut Z parameter is zero. There will be no cut, skipping %s file" +msgstr "" +"[WARNING] The Cut Z parameter is zero. There will be no cut, skipping %s file" + +#: camlib.py:5225 camlib.py:5320 camlib.py:5371 +msgid "[ERROR_NOTCL] The loaded Excellon file has no drills ..." +msgstr "[ERROR_NOTCL] The loaded Excellon file has no drills ..." + +#: camlib.py:5325 +msgid "[ERROR_NOTCL] Wrong optimization type selected." +msgstr "[ERROR_NOTCL] Wrong optimization type selected." + +#: camlib.py:5470 camlib.py:5741 +msgid "" +"[ERROR_NOTCL] Cut_Z parameter is None or zero. Most likely a bad " +"combinations of other parameters." +msgstr "" +"[ERROR_NOTCL] Cut_Z parameter is None or zero. Most likely a bad " +"combinations of other parameters." + +#: camlib.py:5475 camlib.py:5746 +msgid "" +"[WARNING] The Cut Z parameter has positive value. It is the depth value to " +"cut into material.\n" +"The Cut Z parameter needs to have a negative value, assuming it is a typo " +"therefore the app will convert the value to negative.Check the resulting CNC " +"code (Gcode etc)." +msgstr "" +"[WARNING] The Cut Z parameter has positive value. It is the depth value to " +"cut into material.\n" +"The Cut Z parameter needs to have a negative value, assuming it is a typo " +"therefore the app will convert the value to negative.Check the resulting CNC " +"code (Gcode etc)." + +#: camlib.py:5487 camlib.py:5758 +msgid "[ERROR_NOTCL] Travel Z parameter is None or zero." +msgstr "[ERROR_NOTCL] Travel Z parameter is None or zero." + +#: camlib.py:5491 camlib.py:5762 +msgid "" +"[WARNING] The Travel Z parameter has negative value. It is the height value " +"to travel between cuts.\n" +"The Z Travel parameter needs to have a positive value, assuming it is a typo " +"therefore the app will convert the value to positive.Check the resulting CNC " +"code (Gcode etc)." +msgstr "" +"[WARNING] The Travel Z parameter has negative value. It is the height value " +"to travel between cuts.\n" +"The Z Travel parameter needs to have a positive value, assuming it is a typo " +"therefore the app will convert the value to positive.Check the resulting CNC " +"code (Gcode etc)." + +#: camlib.py:5498 camlib.py:5769 +#, python-format +msgid "" +"[WARNING] The Z Travel parameter is zero. This is dangerous, skipping %s file" +msgstr "" +"[WARNING] The Z Travel parameter is zero. This is dangerous, skipping %s file" + +#: camlib.py:5628 +#, python-format +msgid "[ERROR]Expected a Geometry, got %s" +msgstr "[ERROR]Expected a Geometry, got %s" + +#: camlib.py:5634 +msgid "" +"[ERROR_NOTCL] Trying to generate a CNC Job from a Geometry object without " +"solid_geometry." +msgstr "" +"[ERROR_NOTCL] Trying to generate a CNC Job from a Geometry object without " +"solid_geometry." + +#: camlib.py:5673 +msgid "" +"[ERROR_NOTCL] The Tool Offset value is too negative to use for the " +"current_geometry.\n" +"Raise the value (in module) and try again." +msgstr "" +"[ERROR_NOTCL] The Tool Offset value is too negative to use for the " +"current_geometry.\n" +"Raise the value (in module) and try again." + +#: camlib.py:5895 +msgid "[ERROR_NOTCL] There is no tool data in the SolderPaste geometry." +msgstr "[ERROR_NOTCL] There is no tool data in the SolderPaste geometry." + +#: flatcamEditors/FlatCAMExcEditor.py:44 +msgid "[WARNING_NOTCL] To add a drill first select a tool" +msgstr "[WARNING_NOTCL] To add a drill first select a tool" + +#: flatcamEditors/FlatCAMExcEditor.py:53 flatcamEditors/FlatCAMExcEditor.py:143 +#: flatcamEditors/FlatCAMExcEditor.py:420 +#: flatcamEditors/FlatCAMExcEditor.py:445 +#: flatcamEditors/FlatCAMGrbEditor.py:223 +#: flatcamEditors/FlatCAMGrbEditor.py:604 +#: flatcamEditors/FlatCAMGrbEditor.py:628 +msgid "Click on target location ..." +msgstr "Click on target location ..." + +#: flatcamEditors/FlatCAMExcEditor.py:93 +msgid "[success] Done. Drill added." +msgstr "[success] Done. Drill added." + +#: flatcamEditors/FlatCAMExcEditor.py:135 +msgid "[WARNING_NOTCL] To add an Drill Array first select a tool in Tool Table" +msgstr "" +"[WARNING_NOTCL] To add an Drill Array first select a tool in Tool Table" + +#: flatcamEditors/FlatCAMExcEditor.py:160 +msgid "Click on the Drill Circular Array Start position" +msgstr "Click on the Drill Circular Array Start position" + +#: flatcamEditors/FlatCAMExcEditor.py:182 +#: flatcamEditors/FlatCAMGrbEditor.py:262 +msgid "" +"[ERROR_NOTCL] The value is not Float. Check for comma instead of dot " +"separator." +msgstr "" +"[ERROR_NOTCL] The value is not Float. Check for comma instead of dot " +"separator." + +#: flatcamEditors/FlatCAMExcEditor.py:185 +#: flatcamEditors/FlatCAMGrbEditor.py:265 +msgid "[ERROR_NOTCL] The value is mistyped. Check the value." +msgstr "[ERROR_NOTCL] The value is mistyped. Check the value." + +#: flatcamEditors/FlatCAMExcEditor.py:278 +msgid "[WARNING_NOTCL] Too many drills for the selected spacing angle." +msgstr "[WARNING_NOTCL] Too many drills for the selected spacing angle." + +#: flatcamEditors/FlatCAMExcEditor.py:295 +msgid "[success] Done. Drill Array added." +msgstr "[success] Done. Drill Array added." + +#: flatcamEditors/FlatCAMExcEditor.py:306 +msgid "Click on the Drill(s) to resize ..." +msgstr "Click on the Drill(s) to resize ..." + +#: flatcamEditors/FlatCAMExcEditor.py:326 +msgid "" +"[ERROR_NOTCL] Resize drill(s) failed. Please enter a diameter for resize." +msgstr "" +"[ERROR_NOTCL] Resize drill(s) failed. Please enter a diameter for resize." + +#: flatcamEditors/FlatCAMExcEditor.py:396 +msgid "[success] Done. Drill Resize completed." +msgstr "[success] Done. Drill Resize completed." + +#: flatcamEditors/FlatCAMExcEditor.py:399 +msgid "[WARNING_NOTCL] Cancelled. No drills selected for resize ..." +msgstr "[WARNING_NOTCL] Cancelled. No drills selected for resize ..." + +#: flatcamEditors/FlatCAMExcEditor.py:422 +#: flatcamEditors/FlatCAMGrbEditor.py:606 +msgid "Click on reference location ..." +msgstr "Click on reference location ..." + +#: flatcamEditors/FlatCAMExcEditor.py:477 +msgid "[success] Done. Drill(s) Move completed." +msgstr "[success] Done. Drill(s) Move completed." + +#: flatcamEditors/FlatCAMExcEditor.py:530 +msgid "[success] Done. Drill(s) copied." +msgstr "[success] Done. Drill(s) copied." + +#: flatcamEditors/FlatCAMExcEditor.py:712 +msgid "Excellon Editor" +msgstr "Excellon Editor" + +#: flatcamEditors/FlatCAMExcEditor.py:719 +#: flatcamEditors/FlatCAMGrbEditor.py:840 +msgid "Name:" +msgstr "Name:" + +#: flatcamEditors/FlatCAMExcEditor.py:739 flatcamTools/ToolNonCopperClear.py:72 +#: flatcamTools/ToolPaint.py:69 flatcamTools/ToolSolderPaste.py:70 +msgid "Tools Table" +msgstr "Tools Table" + +#: flatcamEditors/FlatCAMExcEditor.py:741 flatcamGUI/ObjectUI.py:538 +msgid "" +"Tools in this Excellon object\n" +"when are used for drilling." +msgstr "" +"Tools in this Excellon object\n" +"when are used for drilling." + +#: flatcamEditors/FlatCAMExcEditor.py:761 +msgid "Add/Delete Tool" +msgstr "Add/Delete Tool" + +#: flatcamEditors/FlatCAMExcEditor.py:763 +msgid "" +"Add/Delete a tool to the tool list\n" +"for this Excellon object." +msgstr "" +"Add/Delete a tool to the tool list\n" +"for this Excellon object." + +#: flatcamEditors/FlatCAMExcEditor.py:771 flatcamTools/ToolCutOut.py:77 +msgid "Tool Dia:" +msgstr "Tool Dia:" + +#: flatcamEditors/FlatCAMExcEditor.py:773 flatcamGUI/ObjectUI.py:975 +msgid "Diameter for the new tool" +msgstr "Diameter for the new tool" + +#: flatcamEditors/FlatCAMExcEditor.py:782 +msgid "Add Tool" +msgstr "Add Tool" + +#: flatcamEditors/FlatCAMExcEditor.py:784 +msgid "" +"Add a new tool to the tool list\n" +"with the diameter specified above." +msgstr "" +"Add a new tool to the tool list\n" +"with the diameter specified above." + +#: flatcamEditors/FlatCAMExcEditor.py:794 +msgid "Delete Tool" +msgstr "Delete Tool" + +#: flatcamEditors/FlatCAMExcEditor.py:796 +msgid "" +"Delete a tool in the tool list\n" +"by selecting a row in the tool table." +msgstr "" +"Delete a tool in the tool list\n" +"by selecting a row in the tool table." + +#: flatcamEditors/FlatCAMExcEditor.py:814 +msgid "Resize Drill(s)" +msgstr "Resize Drill(s)" + +#: flatcamEditors/FlatCAMExcEditor.py:816 +msgid "Resize a drill or a selection of drills." +msgstr "Resize a drill or a selection of drills." + +#: flatcamEditors/FlatCAMExcEditor.py:823 +msgid "Resize Dia:" +msgstr "Resize Dia:" + +#: flatcamEditors/FlatCAMExcEditor.py:825 +msgid "Diameter to resize to." +msgstr "Diameter to resize to." + +#: flatcamEditors/FlatCAMExcEditor.py:833 +msgid "Resize" +msgstr "Resize" + +#: flatcamEditors/FlatCAMExcEditor.py:835 +msgid "Resize drill(s)" +msgstr "Resize drill(s)" + +#: flatcamEditors/FlatCAMExcEditor.py:857 flatcamGUI/FlatCAMGUI.py:1542 +msgid "Add Drill Array" +msgstr "Add Drill Array" + +#: flatcamEditors/FlatCAMExcEditor.py:859 +msgid "Add an array of drills (linear or circular array)" +msgstr "Add an array of drills (linear or circular array)" + +#: flatcamEditors/FlatCAMExcEditor.py:865 +msgid "" +"Select the type of drills array to create.\n" +"It can be Linear X(Y) or Circular" +msgstr "" +"Select the type of drills array to create.\n" +"It can be Linear X(Y) or Circular" + +#: flatcamEditors/FlatCAMExcEditor.py:868 +#: flatcamEditors/FlatCAMGrbEditor.py:1077 +msgid "Linear" +msgstr "Linear" + +#: flatcamEditors/FlatCAMExcEditor.py:869 +#: flatcamEditors/FlatCAMGrbEditor.py:1078 +msgid "Circular" +msgstr "Circular" + +#: flatcamEditors/FlatCAMExcEditor.py:876 +msgid "Nr of drills:" +msgstr "Nr of drills:" + +#: flatcamEditors/FlatCAMExcEditor.py:878 +msgid "Specify how many drills to be in the array." +msgstr "Specify how many drills to be in the array." + +#: flatcamEditors/FlatCAMExcEditor.py:895 +#: flatcamEditors/FlatCAMExcEditor.py:940 +#: flatcamEditors/FlatCAMGrbEditor.py:1104 +#: flatcamEditors/FlatCAMGrbEditor.py:1149 +msgid "Direction:" +msgstr "Direction:" + +#: flatcamEditors/FlatCAMExcEditor.py:897 +#: flatcamEditors/FlatCAMGrbEditor.py:1106 +msgid "" +"Direction on which the linear array is oriented:\n" +"- 'X' - horizontal axis \n" +"- 'Y' - vertical axis or \n" +"- 'Angle' - a custom angle for the array inclination" +msgstr "" +"Direction on which the linear array is oriented:\n" +"- 'X' - horizontal axis \n" +"- 'Y' - vertical axis or \n" +"- 'Angle' - a custom angle for the array inclination" + +#: flatcamEditors/FlatCAMExcEditor.py:906 +#: flatcamEditors/FlatCAMGrbEditor.py:1115 +msgid "Angle" +msgstr "Angle" + +#: flatcamEditors/FlatCAMExcEditor.py:910 +#: flatcamEditors/FlatCAMGrbEditor.py:1119 +msgid "Pitch:" +msgstr "Pitch:" + +#: flatcamEditors/FlatCAMExcEditor.py:912 +#: flatcamEditors/FlatCAMGrbEditor.py:1121 +msgid "Pitch = Distance between elements of the array." +msgstr "Pitch = Distance between elements of the array." + +#: flatcamEditors/FlatCAMExcEditor.py:919 +#: flatcamEditors/FlatCAMExcEditor.py:955 +#: flatcamEditors/FlatCAMGeoEditor.py:663 +#: flatcamEditors/FlatCAMGrbEditor.py:1128 +#: flatcamEditors/FlatCAMGrbEditor.py:1164 +#: flatcamEditors/FlatCAMGrbEditor.py:2797 flatcamTools/ToolTransform.py:68 +msgid "Angle:" +msgstr "Angle:" + +#: flatcamEditors/FlatCAMExcEditor.py:921 +#: flatcamEditors/FlatCAMGrbEditor.py:1130 +msgid "" +"Angle at which the linear array is placed.\n" +"The precision is of max 2 decimals.\n" +"Min value is: -359.99 degrees.\n" +"Max value is: 360.00 degrees." +msgstr "" +"Angle at which the linear array is placed.\n" +"The precision is of max 2 decimals.\n" +"Min value is: -359.99 degrees.\n" +"Max value is: 360.00 degrees." + +#: flatcamEditors/FlatCAMExcEditor.py:942 +#: flatcamEditors/FlatCAMGrbEditor.py:1151 +msgid "" +"Direction for circular array.Can be CW = clockwise or CCW = counter " +"clockwise." +msgstr "" +"Direction for circular array.Can be CW = clockwise or CCW = counter " +"clockwise." + +#: flatcamEditors/FlatCAMExcEditor.py:957 +#: flatcamEditors/FlatCAMGrbEditor.py:1166 +msgid "Angle at which each element in circular array is placed." +msgstr "Angle at which each element in circular array is placed." + +#: flatcamEditors/FlatCAMExcEditor.py:1413 +msgid "" +"[WARNING_NOTCL] Tool already in the original or actual tool list.\n" +"Save and reedit Excellon if you need to add this tool. " +msgstr "" +"[WARNING_NOTCL] Tool already in the original or actual tool list.\n" +"Save and reedit Excellon if you need to add this tool. " + +#: flatcamEditors/FlatCAMExcEditor.py:1422 flatcamGUI/FlatCAMGUI.py:2888 +#, python-brace-format +msgid "[success] Added new tool with dia: {dia} {units}" +msgstr "[success] Added new tool with dia: {dia} {units}" + +#: flatcamEditors/FlatCAMExcEditor.py:1453 +#: flatcamEditors/FlatCAMGrbEditor.py:1623 +msgid "[WARNING_NOTCL] Select a tool in Tool Table" +msgstr "[WARNING_NOTCL] Select a tool in Tool Table" + +#: flatcamEditors/FlatCAMExcEditor.py:1486 +#, python-brace-format +msgid "[success] Deleted tool with dia: {del_dia} {units}" +msgstr "[success] Deleted tool with dia: {del_dia} {units}" + +#: flatcamEditors/FlatCAMExcEditor.py:1916 +msgid "" +"[ERROR_NOTCL] There are no Tools definitions in the file. Aborting Excellon " +"creation." +msgstr "" +"[ERROR_NOTCL] There are no Tools definitions in the file. Aborting Excellon " +"creation." + +#: flatcamEditors/FlatCAMExcEditor.py:1925 +msgid "Creating Excellon." +msgstr "Creating Excellon." + +#: flatcamEditors/FlatCAMExcEditor.py:1934 +msgid "[success] Excellon editing finished." +msgstr "[success] Excellon editing finished." + +#: flatcamEditors/FlatCAMExcEditor.py:1951 +msgid "[WARNING_NOTCL] Cancelled. There is no Tool/Drill selected" +msgstr "[WARNING_NOTCL] Cancelled. There is no Tool/Drill selected" + +#: flatcamEditors/FlatCAMExcEditor.py:2450 +msgid "[success] Done. Drill(s) deleted." +msgstr "[success] Done. Drill(s) deleted." + +#: flatcamEditors/FlatCAMExcEditor.py:2520 +#: flatcamEditors/FlatCAMGrbEditor.py:2594 +msgid "Click on the circular array Center position" +msgstr "Click on the circular array Center position" + +#: flatcamEditors/FlatCAMGeoEditor.py:77 flatcamEditors/FlatCAMGrbEditor.py:994 msgid "Buffer distance:" msgstr "Buffer distance:" -#: FlatCAMEditor.py:77 +#: flatcamEditors/FlatCAMGeoEditor.py:78 flatcamEditors/FlatCAMGrbEditor.py:995 msgid "Buffer corner:" msgstr "Buffer corner:" -#: FlatCAMEditor.py:79 +#: flatcamEditors/FlatCAMGeoEditor.py:80 msgid "" "There are 3 types of corners:\n" " - 'Round': the corner is rounded for exterior buffer.\n" @@ -1114,36 +1950,45 @@ msgstr "" " - 'Beveled:' the corner is a line that directly connects the features " "meeting in the corner" -#: FlatCAMEditor.py:85 +#: flatcamEditors/FlatCAMGeoEditor.py:86 +#: flatcamEditors/FlatCAMGrbEditor.py:1003 msgid "Round" msgstr "Round" -#: FlatCAMEditor.py:86 +#: flatcamEditors/FlatCAMGeoEditor.py:87 +#: flatcamEditors/FlatCAMGrbEditor.py:1004 msgid "Square" msgstr "Square" -#: FlatCAMEditor.py:87 +#: flatcamEditors/FlatCAMGeoEditor.py:88 +#: flatcamEditors/FlatCAMGrbEditor.py:1005 msgid "Beveled" msgstr "Beveled" -#: FlatCAMEditor.py:94 +#: flatcamEditors/FlatCAMGeoEditor.py:95 msgid "Buffer Interior" msgstr "Buffer Interior" -#: FlatCAMEditor.py:96 +#: flatcamEditors/FlatCAMGeoEditor.py:97 msgid "Buffer Exterior" msgstr "Buffer Exterior" -#: FlatCAMEditor.py:102 +#: flatcamEditors/FlatCAMGeoEditor.py:103 msgid "Full Buffer" msgstr "Full Buffer" -#: FlatCAMEditor.py:123 FlatCAMEditor.py:2623 +#: flatcamEditors/FlatCAMGeoEditor.py:124 +#: flatcamEditors/FlatCAMGeoEditor.py:2505 msgid "Buffer Tool" msgstr "Buffer Tool" -#: FlatCAMEditor.py:134 FlatCAMEditor.py:151 FlatCAMEditor.py:168 -#: FlatCAMEditor.py:2641 FlatCAMEditor.py:2667 FlatCAMEditor.py:2693 +#: flatcamEditors/FlatCAMGeoEditor.py:135 +#: flatcamEditors/FlatCAMGeoEditor.py:152 +#: flatcamEditors/FlatCAMGeoEditor.py:169 +#: flatcamEditors/FlatCAMGeoEditor.py:2523 +#: flatcamEditors/FlatCAMGeoEditor.py:2549 +#: flatcamEditors/FlatCAMGeoEditor.py:2575 +#: flatcamEditors/FlatCAMGrbEditor.py:2637 msgid "" "[WARNING_NOTCL] Buffer distance value is missing or wrong format. Add it and " "retry." @@ -1151,13 +1996,21 @@ msgstr "" "[WARNING_NOTCL] Buffer distance value is missing or wrong format. Add it and " "retry." -#: FlatCAMEditor.py:416 flatcamGUI/FlatCAMGUI.py:3419 -#: flatcamGUI/FlatCAMGUI.py:4625 flatcamGUI/FlatCAMGUI.py:4901 -#: flatcamGUI/FlatCAMGUI.py:5032 flatcamGUI/ObjectUI.py:331 +#: flatcamEditors/FlatCAMGeoEditor.py:340 +msgid "Text Tool" +msgstr "Text Tool" + +#: flatcamEditors/FlatCAMGeoEditor.py:398 flatcamGUI/FlatCAMGUI.py:764 +msgid "Tool" +msgstr "Tool" + +#: flatcamEditors/FlatCAMGeoEditor.py:429 flatcamGUI/FlatCAMGUI.py:3832 +#: flatcamGUI/FlatCAMGUI.py:5038 flatcamGUI/FlatCAMGUI.py:5314 +#: flatcamGUI/FlatCAMGUI.py:5454 flatcamGUI/ObjectUI.py:260 msgid "Tool dia:" msgstr "Tool dia:" -#: FlatCAMEditor.py:418 flatcamGUI/FlatCAMGUI.py:5034 +#: flatcamEditors/FlatCAMGeoEditor.py:431 flatcamGUI/FlatCAMGUI.py:5456 msgid "" "Diameter of the tool to\n" "be used in the operation." @@ -1165,13 +2018,13 @@ msgstr "" "Diameter of the tool to\n" "be used in the operation." -#: FlatCAMEditor.py:427 flatcamGUI/FlatCAMGUI.py:4807 -#: flatcamGUI/FlatCAMGUI.py:5043 flatcamTools/ToolNonCopperClear.py:164 +#: flatcamEditors/FlatCAMGeoEditor.py:440 flatcamGUI/FlatCAMGUI.py:5220 +#: flatcamGUI/FlatCAMGUI.py:5465 flatcamTools/ToolNonCopperClear.py:165 #: flatcamTools/ToolPaint.py:160 -msgid "Overlap:" -msgstr "Overlap:" +msgid "Overlap Rate:" +msgstr "Overlap Rate:" -#: FlatCAMEditor.py:429 flatcamTools/ToolPaint.py:162 +#: flatcamEditors/FlatCAMGeoEditor.py:442 flatcamTools/ToolPaint.py:162 #, python-format msgid "" "How much (fraction) of the tool width to overlap each tool pass.\n" @@ -1196,14 +2049,14 @@ msgstr "" "Higher values = slow processing and slow execution on CNC\n" "due of too many paths." -#: FlatCAMEditor.py:445 flatcamGUI/FlatCAMGUI.py:4823 -#: flatcamGUI/FlatCAMGUI.py:4909 flatcamGUI/FlatCAMGUI.py:5053 -#: flatcamTools/ToolCutOut.py:86 flatcamTools/ToolNonCopperClear.py:180 +#: flatcamEditors/FlatCAMGeoEditor.py:458 flatcamGUI/FlatCAMGUI.py:5236 +#: flatcamGUI/FlatCAMGUI.py:5322 flatcamGUI/FlatCAMGUI.py:5475 +#: flatcamTools/ToolCutOut.py:86 flatcamTools/ToolNonCopperClear.py:181 #: flatcamTools/ToolPaint.py:177 msgid "Margin:" msgstr "Margin:" -#: FlatCAMEditor.py:447 flatcamGUI/FlatCAMGUI.py:5055 +#: flatcamEditors/FlatCAMGeoEditor.py:460 flatcamGUI/FlatCAMGUI.py:5477 #: flatcamTools/ToolPaint.py:179 msgid "" "Distance by which to avoid\n" @@ -1214,13 +2067,13 @@ msgstr "" "the edges of the polygon to\n" "be painted." -#: FlatCAMEditor.py:456 flatcamGUI/FlatCAMGUI.py:4832 -#: flatcamGUI/FlatCAMGUI.py:5064 flatcamTools/ToolNonCopperClear.py:189 +#: flatcamEditors/FlatCAMGeoEditor.py:469 flatcamGUI/FlatCAMGUI.py:5245 +#: flatcamGUI/FlatCAMGUI.py:5486 flatcamTools/ToolNonCopperClear.py:190 #: flatcamTools/ToolPaint.py:188 msgid "Method:" msgstr "Method:" -#: FlatCAMEditor.py:458 flatcamGUI/FlatCAMGUI.py:5066 +#: flatcamEditors/FlatCAMGeoEditor.py:471 flatcamGUI/FlatCAMGUI.py:5488 msgid "" "Algorithm to paint the polygon:
Standard: Fixed step inwards." "
Seed-based: Outwards from seed." @@ -1228,29 +2081,29 @@ msgstr "" "Algorithm to paint the polygon:
Standard: Fixed step inwards." "
Seed-based: Outwards from seed." -#: FlatCAMEditor.py:464 flatcamGUI/FlatCAMGUI.py:4841 -#: flatcamGUI/FlatCAMGUI.py:5072 +#: flatcamEditors/FlatCAMGeoEditor.py:477 flatcamGUI/FlatCAMGUI.py:5254 +#: flatcamGUI/FlatCAMGUI.py:5494 msgid "Standard" msgstr "Standard" -#: FlatCAMEditor.py:465 flatcamGUI/FlatCAMGUI.py:4842 -#: flatcamGUI/FlatCAMGUI.py:5073 +#: flatcamEditors/FlatCAMGeoEditor.py:478 flatcamGUI/FlatCAMGUI.py:5255 +#: flatcamGUI/FlatCAMGUI.py:5495 msgid "Seed-based" msgstr "Seed-based" -#: FlatCAMEditor.py:466 flatcamGUI/FlatCAMGUI.py:4843 -#: flatcamGUI/FlatCAMGUI.py:5074 +#: flatcamEditors/FlatCAMGeoEditor.py:479 flatcamGUI/FlatCAMGUI.py:5256 +#: flatcamGUI/FlatCAMGUI.py:5496 msgid "Straight lines" msgstr "Straight lines" -#: FlatCAMEditor.py:471 flatcamGUI/FlatCAMGUI.py:4848 -#: flatcamGUI/FlatCAMGUI.py:5079 flatcamTools/ToolNonCopperClear.py:205 +#: flatcamEditors/FlatCAMGeoEditor.py:484 flatcamGUI/FlatCAMGUI.py:5261 +#: flatcamGUI/FlatCAMGUI.py:5501 flatcamTools/ToolNonCopperClear.py:206 #: flatcamTools/ToolPaint.py:204 msgid "Connect:" msgstr "Connect:" -#: FlatCAMEditor.py:473 flatcamGUI/FlatCAMGUI.py:4850 -#: flatcamGUI/FlatCAMGUI.py:5081 flatcamTools/ToolNonCopperClear.py:207 +#: flatcamEditors/FlatCAMGeoEditor.py:486 flatcamGUI/FlatCAMGUI.py:5263 +#: flatcamGUI/FlatCAMGUI.py:5503 flatcamTools/ToolNonCopperClear.py:208 #: flatcamTools/ToolPaint.py:206 msgid "" "Draw lines between resulting\n" @@ -1259,14 +2112,14 @@ msgstr "" "Draw lines between resulting\n" "segments to minimize tool lifts." -#: FlatCAMEditor.py:480 flatcamGUI/FlatCAMGUI.py:4857 -#: flatcamGUI/FlatCAMGUI.py:5089 flatcamTools/ToolNonCopperClear.py:214 +#: flatcamEditors/FlatCAMGeoEditor.py:493 flatcamGUI/FlatCAMGUI.py:5270 +#: flatcamGUI/FlatCAMGUI.py:5511 flatcamTools/ToolNonCopperClear.py:215 #: flatcamTools/ToolPaint.py:213 msgid "Contour:" msgstr "Contour:" -#: FlatCAMEditor.py:482 flatcamGUI/FlatCAMGUI.py:4859 -#: flatcamGUI/FlatCAMGUI.py:5091 flatcamTools/ToolNonCopperClear.py:216 +#: flatcamEditors/FlatCAMGeoEditor.py:495 flatcamGUI/FlatCAMGUI.py:5272 +#: flatcamGUI/FlatCAMGUI.py:5513 flatcamTools/ToolNonCopperClear.py:217 #: flatcamTools/ToolPaint.py:215 msgid "" "Cut around the perimeter of the polygon\n" @@ -1275,23 +2128,23 @@ msgstr "" "Cut around the perimeter of the polygon\n" "to trim rough edges." -#: FlatCAMEditor.py:494 +#: flatcamEditors/FlatCAMGeoEditor.py:507 msgid "Paint" msgstr "Paint" -#: FlatCAMEditor.py:512 flatcamGUI/FlatCAMGUI.py:585 -#: flatcamGUI/FlatCAMGUI.py:1634 flatcamGUI/ObjectUI.py:1379 +#: flatcamEditors/FlatCAMGeoEditor.py:525 flatcamGUI/FlatCAMGUI.py:629 +#: flatcamGUI/FlatCAMGUI.py:1796 flatcamGUI/ObjectUI.py:1308 #: flatcamTools/ToolPaint.py:340 msgid "Paint Tool" msgstr "Paint Tool" -#: FlatCAMEditor.py:548 +#: flatcamEditors/FlatCAMGeoEditor.py:561 msgid "[WARNING_NOTCL] Paint cancelled. No shape selected." msgstr "[WARNING_NOTCL] Paint cancelled. No shape selected." -#: FlatCAMEditor.py:559 flatcamTools/ToolCutOut.py:343 -#: flatcamTools/ToolCutOut.py:481 flatcamTools/ToolCutOut.py:601 -#: flatcamTools/ToolCutOut.py:706 flatcamTools/ToolDblSided.py:363 +#: flatcamEditors/FlatCAMGeoEditor.py:572 flatcamTools/ToolCutOut.py:352 +#: flatcamTools/ToolCutOut.py:496 flatcamTools/ToolCutOut.py:616 +#: flatcamTools/ToolCutOut.py:721 flatcamTools/ToolDblSided.py:363 msgid "" "[WARNING_NOTCL] Tool diameter value is missing or wrong format. Add it and " "retry." @@ -1299,13 +2152,13 @@ msgstr "" "[WARNING_NOTCL] Tool diameter value is missing or wrong format. Add it and " "retry." -#: FlatCAMEditor.py:570 +#: flatcamEditors/FlatCAMGeoEditor.py:583 msgid "" "[WARNING_NOTCL] Overlap value is missing or wrong format. Add it and retry." msgstr "" "[WARNING_NOTCL] Overlap value is missing or wrong format. Add it and retry." -#: FlatCAMEditor.py:582 +#: flatcamEditors/FlatCAMGeoEditor.py:595 msgid "" "[WARNING_NOTCL] Margin distance value is missing or wrong format. Add it and " "retry." @@ -1313,51 +2166,63 @@ msgstr "" "[WARNING_NOTCL] Margin distance value is missing or wrong format. Add it and " "retry." -#: FlatCAMEditor.py:591 FlatCAMEditor.py:2648 FlatCAMEditor.py:2674 -#: FlatCAMEditor.py:2700 flatcamTools/ToolNonCopperClear.py:806 -#: flatcamTools/ToolProperties.py:104 +#: flatcamEditors/FlatCAMGeoEditor.py:604 +#: flatcamEditors/FlatCAMGeoEditor.py:2530 +#: flatcamEditors/FlatCAMGeoEditor.py:2556 +#: flatcamEditors/FlatCAMGeoEditor.py:2582 flatcamTools/ToolMeasurement.py:202 +#: flatcamTools/ToolNonCopperClear.py:812 flatcamTools/ToolProperties.py:104 msgid "Tools" msgstr "Tools" -#: FlatCAMEditor.py:602 FlatCAMEditor.py:975 flatcamGUI/FlatCAMGUI.py:594 -#: flatcamGUI/FlatCAMGUI.py:1645 flatcamTools/ToolTransform.py:398 +#: flatcamEditors/FlatCAMGeoEditor.py:615 +#: flatcamEditors/FlatCAMGeoEditor.py:988 +#: flatcamEditors/FlatCAMGrbEditor.py:2749 +#: flatcamEditors/FlatCAMGrbEditor.py:3133 flatcamGUI/FlatCAMGUI.py:638 +#: flatcamGUI/FlatCAMGUI.py:1807 flatcamTools/ToolTransform.py:398 msgid "Transform Tool" msgstr "Transform Tool" -#: FlatCAMEditor.py:603 FlatCAMEditor.py:664 flatcamTools/ToolTransform.py:24 +#: flatcamEditors/FlatCAMGeoEditor.py:616 +#: flatcamEditors/FlatCAMGeoEditor.py:677 +#: flatcamEditors/FlatCAMGrbEditor.py:2750 +#: flatcamEditors/FlatCAMGrbEditor.py:2811 flatcamTools/ToolTransform.py:24 #: flatcamTools/ToolTransform.py:82 msgid "Rotate" msgstr "Rotate" -#: FlatCAMEditor.py:604 flatcamTools/ToolTransform.py:25 +#: flatcamEditors/FlatCAMGeoEditor.py:617 +#: flatcamEditors/FlatCAMGrbEditor.py:2751 flatcamTools/ToolTransform.py:25 msgid "Skew/Shear" msgstr "Skew/Shear" -#: FlatCAMEditor.py:605 flatcamGUI/ObjectUI.py:100 flatcamGUI/ObjectUI.py:265 +#: flatcamEditors/FlatCAMGeoEditor.py:618 +#: flatcamEditors/FlatCAMGrbEditor.py:1049 +#: flatcamEditors/FlatCAMGrbEditor.py:2752 flatcamGUI/FlatCAMGUI.py:696 +#: flatcamGUI/FlatCAMGUI.py:1868 flatcamGUI/ObjectUI.py:100 #: flatcamTools/ToolTransform.py:26 msgid "Scale" msgstr "Scale" -#: FlatCAMEditor.py:606 flatcamTools/ToolTransform.py:27 +#: flatcamEditors/FlatCAMGeoEditor.py:619 +#: flatcamEditors/FlatCAMGrbEditor.py:2753 flatcamTools/ToolTransform.py:27 msgid "Mirror (Flip)" msgstr "Mirror (Flip)" -#: FlatCAMEditor.py:607 flatcamGUI/ObjectUI.py:127 flatcamGUI/ObjectUI.py:959 -#: flatcamGUI/ObjectUI.py:1517 flatcamTools/ToolTransform.py:28 +#: flatcamEditors/FlatCAMGeoEditor.py:620 +#: flatcamEditors/FlatCAMGrbEditor.py:2754 flatcamGUI/ObjectUI.py:127 +#: flatcamGUI/ObjectUI.py:888 flatcamGUI/ObjectUI.py:1446 +#: flatcamTools/ToolTransform.py:28 msgid "Offset" msgstr "Offset" -#: FlatCAMEditor.py:618 +#: flatcamEditors/FlatCAMGeoEditor.py:631 +#: flatcamEditors/FlatCAMGrbEditor.py:2765 #, python-format msgid "Editor %s" msgstr "Editor %s" -#: FlatCAMEditor.py:650 FlatCAMEditor.py:4851 FlatCAMEditor.py:4887 -#: flatcamTools/ToolTransform.py:68 -msgid "Angle:" -msgstr "Angle:" - -#: FlatCAMEditor.py:652 flatcamTools/ToolTransform.py:70 +#: flatcamEditors/FlatCAMGeoEditor.py:665 +#: flatcamEditors/FlatCAMGrbEditor.py:2799 flatcamTools/ToolTransform.py:70 msgid "" "Angle for Rotation action, in degrees.\n" "Float number between -360 and 359.\n" @@ -1369,7 +2234,8 @@ msgstr "" "Positive numbers for CW motion.\n" "Negative numbers for CCW motion." -#: FlatCAMEditor.py:666 +#: flatcamEditors/FlatCAMGeoEditor.py:679 +#: flatcamEditors/FlatCAMGrbEditor.py:2813 msgid "" "Rotate the selected shape(s).\n" "The point of reference is the middle of\n" @@ -1379,11 +2245,15 @@ msgstr "" "The point of reference is the middle of\n" "the bounding box for all selected shapes." -#: FlatCAMEditor.py:689 flatcamTools/ToolTransform.py:107 +#: flatcamEditors/FlatCAMGeoEditor.py:702 +#: flatcamEditors/FlatCAMGrbEditor.py:2836 flatcamTools/ToolTransform.py:107 msgid "Angle X:" msgstr "Angle X:" -#: FlatCAMEditor.py:691 FlatCAMEditor.py:709 flatcamTools/ToolTransform.py:109 +#: flatcamEditors/FlatCAMGeoEditor.py:704 +#: flatcamEditors/FlatCAMGeoEditor.py:722 +#: flatcamEditors/FlatCAMGrbEditor.py:2838 +#: flatcamEditors/FlatCAMGrbEditor.py:2856 flatcamTools/ToolTransform.py:109 #: flatcamTools/ToolTransform.py:127 msgid "" "Angle for Skew action, in degrees.\n" @@ -1392,11 +2262,15 @@ msgstr "" "Angle for Skew action, in degrees.\n" "Float number between -360 and 359." -#: FlatCAMEditor.py:700 flatcamTools/ToolTransform.py:118 +#: flatcamEditors/FlatCAMGeoEditor.py:713 +#: flatcamEditors/FlatCAMGrbEditor.py:2847 flatcamTools/ToolTransform.py:118 msgid "Skew X" msgstr "Skew X" -#: FlatCAMEditor.py:702 FlatCAMEditor.py:720 +#: flatcamEditors/FlatCAMGeoEditor.py:715 +#: flatcamEditors/FlatCAMGeoEditor.py:733 +#: flatcamEditors/FlatCAMGrbEditor.py:2849 +#: flatcamEditors/FlatCAMGrbEditor.py:2867 msgid "" "Skew/shear the selected shape(s).\n" "The point of reference is the middle of\n" @@ -1406,27 +2280,35 @@ msgstr "" "The point of reference is the middle of\n" "the bounding box for all selected shapes." -#: FlatCAMEditor.py:707 flatcamTools/ToolTransform.py:125 +#: flatcamEditors/FlatCAMGeoEditor.py:720 +#: flatcamEditors/FlatCAMGrbEditor.py:2854 flatcamTools/ToolTransform.py:125 msgid "Angle Y:" msgstr "Angle Y:" -#: FlatCAMEditor.py:718 flatcamTools/ToolTransform.py:136 +#: flatcamEditors/FlatCAMGeoEditor.py:731 +#: flatcamEditors/FlatCAMGrbEditor.py:2865 flatcamTools/ToolTransform.py:136 msgid "Skew Y" msgstr "Skew Y" -#: FlatCAMEditor.py:746 flatcamTools/ToolTransform.py:164 +#: flatcamEditors/FlatCAMGeoEditor.py:759 +#: flatcamEditors/FlatCAMGrbEditor.py:2893 flatcamTools/ToolTransform.py:164 msgid "Factor X:" msgstr "Factor X:" -#: FlatCAMEditor.py:748 flatcamTools/ToolTransform.py:166 +#: flatcamEditors/FlatCAMGeoEditor.py:761 +#: flatcamEditors/FlatCAMGrbEditor.py:2895 flatcamTools/ToolTransform.py:166 msgid "Factor for Scale action over X axis." msgstr "Factor for Scale action over X axis." -#: FlatCAMEditor.py:756 flatcamTools/ToolTransform.py:174 +#: flatcamEditors/FlatCAMGeoEditor.py:769 +#: flatcamEditors/FlatCAMGrbEditor.py:2903 flatcamTools/ToolTransform.py:174 msgid "Scale X" msgstr "Scale X" -#: FlatCAMEditor.py:758 FlatCAMEditor.py:775 +#: flatcamEditors/FlatCAMGeoEditor.py:771 +#: flatcamEditors/FlatCAMGeoEditor.py:788 +#: flatcamEditors/FlatCAMGrbEditor.py:2905 +#: flatcamEditors/FlatCAMGrbEditor.py:2922 msgid "" "Scale the selected shape(s).\n" "The point of reference depends on \n" @@ -1436,24 +2318,29 @@ msgstr "" "The point of reference depends on \n" "the Scale reference checkbox state." -#: FlatCAMEditor.py:763 flatcamTools/ToolTransform.py:181 +#: flatcamEditors/FlatCAMGeoEditor.py:776 +#: flatcamEditors/FlatCAMGrbEditor.py:2910 flatcamTools/ToolTransform.py:181 msgid "Factor Y:" msgstr "Factor Y:" -#: FlatCAMEditor.py:765 flatcamTools/ToolTransform.py:183 +#: flatcamEditors/FlatCAMGeoEditor.py:778 +#: flatcamEditors/FlatCAMGrbEditor.py:2912 flatcamTools/ToolTransform.py:183 msgid "Factor for Scale action over Y axis." msgstr "Factor for Scale action over Y axis." -#: FlatCAMEditor.py:773 flatcamTools/ToolTransform.py:191 +#: flatcamEditors/FlatCAMGeoEditor.py:786 +#: flatcamEditors/FlatCAMGrbEditor.py:2920 flatcamTools/ToolTransform.py:191 msgid "Scale Y" msgstr "Scale Y" -#: FlatCAMEditor.py:782 flatcamGUI/FlatCAMGUI.py:5438 +#: flatcamEditors/FlatCAMGeoEditor.py:795 +#: flatcamEditors/FlatCAMGrbEditor.py:2929 flatcamGUI/FlatCAMGUI.py:5860 #: flatcamTools/ToolTransform.py:200 msgid "Link" msgstr "Link" -#: FlatCAMEditor.py:784 +#: flatcamEditors/FlatCAMGeoEditor.py:797 +#: flatcamEditors/FlatCAMGrbEditor.py:2931 msgid "" "Scale the selected shape(s)\n" "using the Scale Factor X for both axis." @@ -1461,12 +2348,14 @@ msgstr "" "Scale the selected shape(s)\n" "using the Scale Factor X for both axis." -#: FlatCAMEditor.py:790 flatcamGUI/FlatCAMGUI.py:5446 +#: flatcamEditors/FlatCAMGeoEditor.py:803 +#: flatcamEditors/FlatCAMGrbEditor.py:2937 flatcamGUI/FlatCAMGUI.py:5868 #: flatcamTools/ToolTransform.py:208 msgid "Scale Reference" msgstr "Scale Reference" -#: FlatCAMEditor.py:792 +#: flatcamEditors/FlatCAMGeoEditor.py:805 +#: flatcamEditors/FlatCAMGrbEditor.py:2939 msgid "" "Scale the selected shape(s)\n" "using the origin reference when checked,\n" @@ -1478,19 +2367,25 @@ msgstr "" "and the center of the biggest bounding box\n" "of the selected shapes when unchecked." -#: FlatCAMEditor.py:820 flatcamTools/ToolTransform.py:238 +#: flatcamEditors/FlatCAMGeoEditor.py:833 +#: flatcamEditors/FlatCAMGrbEditor.py:2968 flatcamTools/ToolTransform.py:238 msgid "Value X:" msgstr "Value X:" -#: FlatCAMEditor.py:822 flatcamTools/ToolTransform.py:240 +#: flatcamEditors/FlatCAMGeoEditor.py:835 +#: flatcamEditors/FlatCAMGrbEditor.py:2970 flatcamTools/ToolTransform.py:240 msgid "Value for Offset action on X axis." msgstr "Value for Offset action on X axis." -#: FlatCAMEditor.py:830 flatcamTools/ToolTransform.py:248 +#: flatcamEditors/FlatCAMGeoEditor.py:843 +#: flatcamEditors/FlatCAMGrbEditor.py:2978 flatcamTools/ToolTransform.py:248 msgid "Offset X" msgstr "Offset X" -#: FlatCAMEditor.py:832 FlatCAMEditor.py:850 +#: flatcamEditors/FlatCAMGeoEditor.py:845 +#: flatcamEditors/FlatCAMGeoEditor.py:863 +#: flatcamEditors/FlatCAMGrbEditor.py:2980 +#: flatcamEditors/FlatCAMGrbEditor.py:2998 msgid "" "Offset the selected shape(s).\n" "The point of reference is the middle of\n" @@ -1500,23 +2395,30 @@ msgstr "" "The point of reference is the middle of\n" "the bounding box for all selected shapes.\n" -#: FlatCAMEditor.py:838 flatcamTools/ToolTransform.py:255 +#: flatcamEditors/FlatCAMGeoEditor.py:851 +#: flatcamEditors/FlatCAMGrbEditor.py:2986 flatcamTools/ToolTransform.py:255 msgid "Value Y:" msgstr "Value Y:" -#: FlatCAMEditor.py:840 flatcamTools/ToolTransform.py:257 +#: flatcamEditors/FlatCAMGeoEditor.py:853 +#: flatcamEditors/FlatCAMGrbEditor.py:2988 flatcamTools/ToolTransform.py:257 msgid "Value for Offset action on Y axis." msgstr "Value for Offset action on Y axis." -#: FlatCAMEditor.py:848 flatcamTools/ToolTransform.py:265 +#: flatcamEditors/FlatCAMGeoEditor.py:861 +#: flatcamEditors/FlatCAMGrbEditor.py:2996 flatcamTools/ToolTransform.py:265 msgid "Offset Y" msgstr "Offset Y" -#: FlatCAMEditor.py:879 flatcamTools/ToolTransform.py:295 +#: flatcamEditors/FlatCAMGeoEditor.py:892 +#: flatcamEditors/FlatCAMGrbEditor.py:3027 flatcamTools/ToolTransform.py:295 msgid "Flip on X" msgstr "Flip on X" -#: FlatCAMEditor.py:881 FlatCAMEditor.py:889 +#: flatcamEditors/FlatCAMGeoEditor.py:894 +#: flatcamEditors/FlatCAMGeoEditor.py:902 +#: flatcamEditors/FlatCAMGrbEditor.py:3029 +#: flatcamEditors/FlatCAMGrbEditor.py:3037 msgid "" "Flip the selected shape(s) over the X axis.\n" "Does not create a new shape." @@ -1524,15 +2426,18 @@ msgstr "" "Flip the selected shape(s) over the X axis.\n" "Does not create a new shape." -#: FlatCAMEditor.py:887 flatcamTools/ToolTransform.py:303 +#: flatcamEditors/FlatCAMGeoEditor.py:900 +#: flatcamEditors/FlatCAMGrbEditor.py:3035 flatcamTools/ToolTransform.py:303 msgid "Flip on Y" msgstr "Flip on Y" -#: FlatCAMEditor.py:896 flatcamTools/ToolTransform.py:312 +#: flatcamEditors/FlatCAMGeoEditor.py:909 +#: flatcamEditors/FlatCAMGrbEditor.py:3044 flatcamTools/ToolTransform.py:312 msgid "Ref Pt" msgstr "Ref Pt" -#: FlatCAMEditor.py:898 +#: flatcamEditors/FlatCAMGeoEditor.py:911 +#: flatcamEditors/FlatCAMGrbEditor.py:3046 msgid "" "Flip the selected shape(s)\n" "around the point in Point Entry Field.\n" @@ -1554,11 +2459,13 @@ msgstr "" "Or enter the coords in format (x, y) in the\n" "Point Entry field and click Flip on X(Y)" -#: FlatCAMEditor.py:910 flatcamTools/ToolTransform.py:325 +#: flatcamEditors/FlatCAMGeoEditor.py:923 +#: flatcamEditors/FlatCAMGrbEditor.py:3058 flatcamTools/ToolTransform.py:325 msgid "Point:" msgstr "Point:" -#: FlatCAMEditor.py:912 +#: flatcamEditors/FlatCAMGeoEditor.py:925 +#: flatcamEditors/FlatCAMGrbEditor.py:3060 msgid "" "Coordinates in format (x, y) used as reference for mirroring.\n" "The 'x' in (x, y) will be used when using Flip on X and\n" @@ -1568,15 +2475,17 @@ msgstr "" "The 'x' in (x, y) will be used when using Flip on X and\n" "the 'y' in (x, y) will be used when using Flip on Y." -#: FlatCAMEditor.py:922 flatcamGUI/ObjectUI.py:1059 +#: flatcamEditors/FlatCAMGeoEditor.py:935 +#: flatcamEditors/FlatCAMGrbEditor.py:3070 flatcamGUI/ObjectUI.py:988 #: flatcamTools/ToolDblSided.py:160 flatcamTools/ToolDblSided.py:208 -#: flatcamTools/ToolNonCopperClear.py:133 flatcamTools/ToolPaint.py:131 +#: flatcamTools/ToolNonCopperClear.py:134 flatcamTools/ToolPaint.py:131 #: flatcamTools/ToolSolderPaste.py:115 flatcamTools/ToolSolderPaste.py:478 #: flatcamTools/ToolTransform.py:337 msgid "Add" msgstr "Add" -#: FlatCAMEditor.py:924 flatcamTools/ToolTransform.py:339 +#: flatcamEditors/FlatCAMGeoEditor.py:937 +#: flatcamEditors/FlatCAMGrbEditor.py:3072 flatcamTools/ToolTransform.py:339 msgid "" "The point coordinates can be captured by\n" "left click on canvas together with pressing\n" @@ -1586,259 +2495,318 @@ msgstr "" "left click on canvas together with pressing\n" "SHIFT key. Then click Add button to insert." -#: FlatCAMEditor.py:1039 +#: flatcamEditors/FlatCAMGeoEditor.py:1052 +#: flatcamEditors/FlatCAMGrbEditor.py:3197 msgid "[WARNING_NOTCL] Transformation cancelled. No shape selected." msgstr "[WARNING_NOTCL] Transformation cancelled. No shape selected." -#: FlatCAMEditor.py:1060 flatcamTools/ToolTransform.py:468 -msgid "[ERROR_NOTCL]Wrong value format entered for Rotate, use a number." -msgstr "[ERROR_NOTCL]Wrong value format entered for Rotate, use a number." +#: flatcamEditors/FlatCAMGeoEditor.py:1073 +#: flatcamEditors/FlatCAMGrbEditor.py:3217 flatcamTools/ToolTransform.py:468 +msgid "[ERROR_NOTCL] Wrong value format entered for Rotate, use a number." +msgstr "[ERROR_NOTCL] Wrong value format entered for Rotate, use a number." -#: FlatCAMEditor.py:1097 flatcamTools/ToolTransform.py:502 -msgid "[ERROR_NOTCL]Wrong value format entered for Skew X, use a number." -msgstr "[ERROR_NOTCL]Wrong value format entered for Skew X, use a number." +#: flatcamEditors/FlatCAMGeoEditor.py:1110 +#: flatcamEditors/FlatCAMGrbEditor.py:3254 flatcamTools/ToolTransform.py:502 +msgid "[ERROR_NOTCL] Wrong value format entered for Skew X, use a number." +msgstr "[ERROR_NOTCL] Wrong value format entered for Skew X, use a number." -#: FlatCAMEditor.py:1118 flatcamTools/ToolTransform.py:520 -msgid "[ERROR_NOTCL]Wrong value format entered for Skew Y, use a number." -msgstr "[ERROR_NOTCL]Wrong value format entered for Skew Y, use a number." +#: flatcamEditors/FlatCAMGeoEditor.py:1131 +#: flatcamEditors/FlatCAMGrbEditor.py:3275 flatcamTools/ToolTransform.py:520 +msgid "[ERROR_NOTCL] Wrong value format entered for Skew Y, use a number." +msgstr "[ERROR_NOTCL] Wrong value format entered for Skew Y, use a number." -#: FlatCAMEditor.py:1139 flatcamTools/ToolTransform.py:538 -msgid "[ERROR_NOTCL]Wrong value format entered for Scale X, use a number." -msgstr "[ERROR_NOTCL]Wrong value format entered for Scale X, use a number." +#: flatcamEditors/FlatCAMGeoEditor.py:1152 +#: flatcamEditors/FlatCAMGrbEditor.py:3296 flatcamTools/ToolTransform.py:538 +msgid "[ERROR_NOTCL] Wrong value format entered for Scale X, use a number." +msgstr "[ERROR_NOTCL] Wrong value format entered for Scale X, use a number." -#: FlatCAMEditor.py:1176 flatcamTools/ToolTransform.py:572 -msgid "[ERROR_NOTCL]Wrong value format entered for Scale Y, use a number." -msgstr "[ERROR_NOTCL]Wrong value format entered for Scale Y, use a number." +#: flatcamEditors/FlatCAMGeoEditor.py:1189 +#: flatcamEditors/FlatCAMGrbEditor.py:3333 flatcamTools/ToolTransform.py:572 +msgid "[ERROR_NOTCL] Wrong value format entered for Scale Y, use a number." +msgstr "[ERROR_NOTCL] Wrong value format entered for Scale Y, use a number." -#: FlatCAMEditor.py:1208 flatcamTools/ToolTransform.py:601 -msgid "[ERROR_NOTCL]Wrong value format entered for Offset X, use a number." -msgstr "[ERROR_NOTCL]Wrong value format entered for Offset X, use a number." +#: flatcamEditors/FlatCAMGeoEditor.py:1221 +#: flatcamEditors/FlatCAMGrbEditor.py:3365 flatcamTools/ToolTransform.py:601 +msgid "[ERROR_NOTCL] Wrong value format entered for Offset X, use a number." +msgstr "[ERROR_NOTCL] Wrong value format entered for Offset X, use a number." -#: FlatCAMEditor.py:1229 flatcamTools/ToolTransform.py:619 -msgid "[ERROR_NOTCL]Wrong value format entered for Offset Y, use a number." -msgstr "[ERROR_NOTCL]Wrong value format entered for Offset Y, use a number." +#: flatcamEditors/FlatCAMGeoEditor.py:1242 +#: flatcamEditors/FlatCAMGrbEditor.py:3386 flatcamTools/ToolTransform.py:619 +msgid "[ERROR_NOTCL] Wrong value format entered for Offset Y, use a number." +msgstr "[ERROR_NOTCL] Wrong value format entered for Offset Y, use a number." -#: FlatCAMEditor.py:1247 +#: flatcamEditors/FlatCAMGeoEditor.py:1260 +#: flatcamEditors/FlatCAMGrbEditor.py:3404 msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to rotate!" msgstr "[WARNING_NOTCL] No shape selected. Please Select a shape to rotate!" -#: FlatCAMEditor.py:1250 flatcamTools/ToolTransform.py:640 +#: flatcamEditors/FlatCAMGeoEditor.py:1263 +#: flatcamEditors/FlatCAMGrbEditor.py:3407 flatcamTools/ToolTransform.py:640 msgid "Appying Rotate" msgstr "Appying Rotate" -#: FlatCAMEditor.py:1278 +#: flatcamEditors/FlatCAMGeoEditor.py:1291 +#: flatcamEditors/FlatCAMGrbEditor.py:3435 msgid "[success] Done. Rotate completed." msgstr "[success] Done. Rotate completed." -#: FlatCAMEditor.py:1294 +#: flatcamEditors/FlatCAMGeoEditor.py:1307 +#: flatcamEditors/FlatCAMGrbEditor.py:3451 msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to flip!" msgstr "[WARNING_NOTCL] No shape selected. Please Select a shape to flip!" -#: FlatCAMEditor.py:1297 flatcamTools/ToolTransform.py:692 +#: flatcamEditors/FlatCAMGeoEditor.py:1310 +#: flatcamEditors/FlatCAMGrbEditor.py:3454 flatcamTools/ToolTransform.py:692 msgid "Applying Flip" msgstr "Applying Flip" -#: FlatCAMEditor.py:1327 +#: flatcamEditors/FlatCAMGeoEditor.py:1340 +#: flatcamEditors/FlatCAMGrbEditor.py:3484 flatcamTools/ToolTransform.py:735 msgid "[success] Flip on the Y axis done ..." msgstr "[success] Flip on the Y axis done ..." -#: FlatCAMEditor.py:1330 +#: flatcamEditors/FlatCAMGeoEditor.py:1343 +#: flatcamEditors/FlatCAMGrbEditor.py:3487 flatcamTools/ToolTransform.py:745 msgid "[success] Flip on the X axis done ..." msgstr "[success] Flip on the X axis done ..." -#: FlatCAMEditor.py:1349 +#: flatcamEditors/FlatCAMGeoEditor.py:1362 +#: flatcamEditors/FlatCAMGrbEditor.py:3506 msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to shear/skew!" msgstr "" "[WARNING_NOTCL] No shape selected. Please Select a shape to shear/skew!" -#: FlatCAMEditor.py:1352 flatcamTools/ToolTransform.py:762 +#: flatcamEditors/FlatCAMGeoEditor.py:1365 +#: flatcamEditors/FlatCAMGrbEditor.py:3509 flatcamTools/ToolTransform.py:762 msgid "Applying Skew" msgstr "Applying Skew" -#: FlatCAMEditor.py:1377 +#: flatcamEditors/FlatCAMGeoEditor.py:1390 +#: flatcamEditors/FlatCAMGrbEditor.py:3534 flatcamTools/ToolTransform.py:793 #, python-format msgid "[success] Skew on the %s axis done ..." msgstr "[success] Skew on the %s axis done ..." -#: FlatCAMEditor.py:1381 flatcamTools/ToolTransform.py:797 +#: flatcamEditors/FlatCAMGeoEditor.py:1394 +#: flatcamEditors/FlatCAMGrbEditor.py:3538 flatcamTools/ToolTransform.py:797 #, python-format msgid "[ERROR_NOTCL] Due of %s, Skew action was not executed." msgstr "[ERROR_NOTCL] Due of %s, Skew action was not executed." -#: FlatCAMEditor.py:1392 +#: flatcamEditors/FlatCAMGeoEditor.py:1405 +#: flatcamEditors/FlatCAMGrbEditor.py:3549 msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to scale!" msgstr "[WARNING_NOTCL] No shape selected. Please Select a shape to scale!" -#: FlatCAMEditor.py:1395 flatcamTools/ToolTransform.py:811 +#: flatcamEditors/FlatCAMGeoEditor.py:1408 +#: flatcamEditors/FlatCAMGrbEditor.py:3552 flatcamTools/ToolTransform.py:811 msgid "Applying Scale" msgstr "Applying Scale" -#: FlatCAMEditor.py:1428 flatcamTools/ToolTransform.py:849 +#: flatcamEditors/FlatCAMGeoEditor.py:1441 +#: flatcamEditors/FlatCAMGrbEditor.py:3585 flatcamTools/ToolTransform.py:849 #, python-format msgid "[success] Scale on the %s axis done ..." msgstr "[success] Scale on the %s axis done ..." -#: FlatCAMEditor.py:1431 flatcamTools/ToolTransform.py:852 +#: flatcamEditors/FlatCAMGeoEditor.py:1444 +#: flatcamEditors/FlatCAMGrbEditor.py:3588 flatcamTools/ToolTransform.py:852 #, python-format msgid "[ERROR_NOTCL] Due of %s, Scale action was not executed." msgstr "[ERROR_NOTCL] Due of %s, Scale action was not executed." -#: FlatCAMEditor.py:1440 +#: flatcamEditors/FlatCAMGeoEditor.py:1453 +#: flatcamEditors/FlatCAMGrbEditor.py:3597 msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to offset!" msgstr "[WARNING_NOTCL] No shape selected. Please Select a shape to offset!" -#: FlatCAMEditor.py:1443 flatcamTools/ToolTransform.py:864 +#: flatcamEditors/FlatCAMGeoEditor.py:1456 +#: flatcamEditors/FlatCAMGrbEditor.py:3600 flatcamTools/ToolTransform.py:864 msgid "Applying Offset" msgstr "Applying Offset" -#: FlatCAMEditor.py:1467 +#: flatcamEditors/FlatCAMGeoEditor.py:1480 +#: flatcamEditors/FlatCAMGrbEditor.py:3624 flatcamTools/ToolTransform.py:894 #, python-format msgid "[success] Offset on the %s axis done ..." msgstr "[success] Offset on the %s axis done ..." -#: FlatCAMEditor.py:1471 flatcamTools/ToolTransform.py:898 +#: flatcamEditors/FlatCAMGeoEditor.py:1484 +#: flatcamEditors/FlatCAMGrbEditor.py:3628 flatcamTools/ToolTransform.py:898 #, python-format msgid "[ERROR_NOTCL] Due of %s, Offset action was not executed." msgstr "[ERROR_NOTCL] Due of %s, Offset action was not executed." -#: FlatCAMEditor.py:1475 +#: flatcamEditors/FlatCAMGeoEditor.py:1488 +#: flatcamEditors/FlatCAMGrbEditor.py:3632 msgid "Rotate ..." msgstr "Rotate ..." -#: FlatCAMEditor.py:1476 FlatCAMEditor.py:1533 FlatCAMEditor.py:1550 +#: flatcamEditors/FlatCAMGeoEditor.py:1489 +#: flatcamEditors/FlatCAMGeoEditor.py:1546 +#: flatcamEditors/FlatCAMGeoEditor.py:1563 +#: flatcamEditors/FlatCAMGrbEditor.py:3633 +#: flatcamEditors/FlatCAMGrbEditor.py:3690 +#: flatcamEditors/FlatCAMGrbEditor.py:3707 msgid "Enter an Angle Value (degrees):" msgstr "Enter an Angle Value (degrees):" -#: FlatCAMEditor.py:1485 +#: flatcamEditors/FlatCAMGeoEditor.py:1498 +#: flatcamEditors/FlatCAMGrbEditor.py:3642 msgid "[success] Geometry shape rotate done..." msgstr "[success] Geometry shape rotate done..." -#: FlatCAMEditor.py:1490 +#: flatcamEditors/FlatCAMGeoEditor.py:1503 +#: flatcamEditors/FlatCAMGrbEditor.py:3647 msgid "[WARNING_NOTCL] Geometry shape rotate cancelled..." msgstr "[WARNING_NOTCL] Geometry shape rotate cancelled..." -#: FlatCAMEditor.py:1496 +#: flatcamEditors/FlatCAMGeoEditor.py:1509 +#: flatcamEditors/FlatCAMGrbEditor.py:3653 msgid "Offset on X axis ..." msgstr "Offset on X axis ..." -#: FlatCAMEditor.py:1497 FlatCAMEditor.py:1516 +#: flatcamEditors/FlatCAMGeoEditor.py:1510 +#: flatcamEditors/FlatCAMGeoEditor.py:1529 +#: flatcamEditors/FlatCAMGrbEditor.py:3654 +#: flatcamEditors/FlatCAMGrbEditor.py:3673 #, python-format msgid "Enter a distance Value (%s):" msgstr "Enter a distance Value (%s):" -#: FlatCAMEditor.py:1506 +#: flatcamEditors/FlatCAMGeoEditor.py:1519 +#: flatcamEditors/FlatCAMGrbEditor.py:3663 msgid "[success] Geometry shape offset on X axis done..." msgstr "[success] Geometry shape offset on X axis done..." -#: FlatCAMEditor.py:1510 +#: flatcamEditors/FlatCAMGeoEditor.py:1523 +#: flatcamEditors/FlatCAMGrbEditor.py:3667 msgid "[WARNING_NOTCL] Geometry shape offset X cancelled..." msgstr "[WARNING_NOTCL] Geometry shape offset X cancelled..." -#: FlatCAMEditor.py:1515 +#: flatcamEditors/FlatCAMGeoEditor.py:1528 +#: flatcamEditors/FlatCAMGrbEditor.py:3672 msgid "Offset on Y axis ..." msgstr "Offset on Y axis ..." -#: FlatCAMEditor.py:1525 +#: flatcamEditors/FlatCAMGeoEditor.py:1538 +#: flatcamEditors/FlatCAMGrbEditor.py:3682 msgid "[success] Geometry shape offset on Y axis done..." msgstr "[success] Geometry shape offset on Y axis done..." -#: FlatCAMEditor.py:1529 +#: flatcamEditors/FlatCAMGeoEditor.py:1542 +#: flatcamEditors/FlatCAMGrbEditor.py:3686 msgid "[WARNING_NOTCL] Geometry shape offset Y cancelled..." msgstr "[WARNING_NOTCL] Geometry shape offset Y cancelled..." -#: FlatCAMEditor.py:1532 +#: flatcamEditors/FlatCAMGeoEditor.py:1545 +#: flatcamEditors/FlatCAMGrbEditor.py:3689 msgid "Skew on X axis ..." msgstr "Skew on X axis ..." -#: FlatCAMEditor.py:1542 +#: flatcamEditors/FlatCAMGeoEditor.py:1555 +#: flatcamEditors/FlatCAMGrbEditor.py:3699 msgid "[success] Geometry shape skew on X axis done..." msgstr "[success] Geometry shape skew on X axis done..." -#: FlatCAMEditor.py:1546 +#: flatcamEditors/FlatCAMGeoEditor.py:1559 +#: flatcamEditors/FlatCAMGrbEditor.py:3703 msgid "[WARNING_NOTCL] Geometry shape skew X cancelled..." msgstr "[WARNING_NOTCL] Geometry shape skew X cancelled..." -#: FlatCAMEditor.py:1549 +#: flatcamEditors/FlatCAMGeoEditor.py:1562 +#: flatcamEditors/FlatCAMGrbEditor.py:3706 msgid "Skew on Y axis ..." msgstr "Skew on Y axis ..." -#: FlatCAMEditor.py:1559 +#: flatcamEditors/FlatCAMGeoEditor.py:1572 +#: flatcamEditors/FlatCAMGrbEditor.py:3716 msgid "[success] Geometry shape skew on Y axis done..." msgstr "[success] Geometry shape skew on Y axis done..." -#: FlatCAMEditor.py:1563 +#: flatcamEditors/FlatCAMGeoEditor.py:1576 +#: flatcamEditors/FlatCAMGrbEditor.py:3720 msgid "[WARNING_NOTCL] Geometry shape skew Y cancelled..." msgstr "[WARNING_NOTCL] Geometry shape skew Y cancelled..." -#: FlatCAMEditor.py:1894 FlatCAMEditor.py:1933 +#: flatcamEditors/FlatCAMGeoEditor.py:1934 +#: flatcamEditors/FlatCAMGeoEditor.py:1973 msgid "Click on CENTER ..." msgstr "Click on CENTER ..." -#: FlatCAMEditor.py:1901 +#: flatcamEditors/FlatCAMGeoEditor.py:1941 msgid "Click on Circle perimeter point to complete ..." msgstr "Click on Circle perimeter point to complete ..." -#: FlatCAMEditor.py:1925 -msgid "[success]Done. Adding Circle completed." -msgstr "[success]Done. Adding Circle completed." +#: flatcamEditors/FlatCAMGeoEditor.py:1965 +msgid "[success] Done. Adding Circle completed." +msgstr "[success] Done. Adding Circle completed." -#: FlatCAMEditor.py:1952 +#: flatcamEditors/FlatCAMGeoEditor.py:1992 msgid "Click on Start arc point ..." msgstr "Click on Start arc point ..." -#: FlatCAMEditor.py:1956 +#: flatcamEditors/FlatCAMGeoEditor.py:1996 msgid "Click on End arc point to complete ..." msgstr "Click on End arc point to complete ..." -#: FlatCAMEditor.py:2111 -msgid "[success]Done. Arc completed." -msgstr "[success]Done. Arc completed." +#: flatcamEditors/FlatCAMGeoEditor.py:2151 +msgid "[success] Done. Arc completed." +msgstr "[success] Done. Arc completed." -#: FlatCAMEditor.py:2123 +#: flatcamEditors/FlatCAMGeoEditor.py:2163 msgid "Click on 1st corner ..." msgstr "Click on 1st corner ..." -#: FlatCAMEditor.py:2163 +#: flatcamEditors/FlatCAMGeoEditor.py:2191 +msgid "[success] Done. Rectangle completed." +msgstr "[success] Done. Rectangle completed." + +#: flatcamEditors/FlatCAMGeoEditor.py:2203 +#: flatcamEditors/FlatCAMGrbEditor.py:452 msgid "Click on 1st point ..." msgstr "Click on 1st point ..." -#: FlatCAMEditor.py:2170 +#: flatcamEditors/FlatCAMGeoEditor.py:2210 +#: flatcamEditors/FlatCAMGrbEditor.py:459 msgid "Click on next Point or click Right mouse button to complete ..." msgstr "Click on next Point or click Right mouse button to complete ..." -#: FlatCAMEditor.py:2193 -msgid "[success]Done. Polygon completed." -msgstr "[success]Done. Polygon completed." +#: flatcamEditors/FlatCAMGeoEditor.py:2233 +msgid "[success] Done. Polygon completed." +msgstr "[success] Done. Polygon completed." -#: FlatCAMEditor.py:2212 -msgid "[success]Done. Path completed." -msgstr "[success]Done. Path completed." +#: flatcamEditors/FlatCAMGeoEditor.py:2252 +#: flatcamEditors/FlatCAMGrbEditor.py:502 +msgid "[success] Done. Path completed." +msgstr "[success] Done. Path completed." -#: FlatCAMEditor.py:2472 FlatCAMEditor.py:4034 +#: flatcamEditors/FlatCAMGeoEditor.py:2354 +#: flatcamEditors/FlatCAMGeoEditor.py:3426 msgid "[WARNING_NOTCL] Move cancelled. No shape selected." msgstr "[WARNING_NOTCL] Move cancelled. No shape selected." -#: FlatCAMEditor.py:2476 +#: flatcamEditors/FlatCAMGeoEditor.py:2358 msgid "Click on reference point." msgstr "Click on reference point." -#: FlatCAMEditor.py:2479 +#: flatcamEditors/FlatCAMGeoEditor.py:2361 msgid "Click on destination point." msgstr "Click on destination point." -#: FlatCAMEditor.py:2510 -msgid "[success]Done. Geometry(s) Move completed." -msgstr "[success]Done. Geometry(s) Move completed." +#: flatcamEditors/FlatCAMGeoEditor.py:2392 +msgid "[success] Done. Geometry(s) Move completed." +msgstr "[success] Done. Geometry(s) Move completed." -#: FlatCAMEditor.py:2555 -msgid "[success]Done. Geometry(s) Copy completed." -msgstr "[success]Done. Geometry(s) Copy completed." +#: flatcamEditors/FlatCAMGeoEditor.py:2437 +msgid "[success] Done. Geometry(s) Copy completed." +msgstr "[success] Done. Geometry(s) Copy completed." -#: FlatCAMEditor.py:2567 +#: flatcamEditors/FlatCAMGeoEditor.py:2449 msgid "Click on the Destination point..." msgstr "Click on the Destination point..." -#: FlatCAMEditor.py:2581 +#: flatcamEditors/FlatCAMGeoEditor.py:2463 #, python-format msgid "" "[ERROR]Font not supported. Only Regular, Bold, Italic and BoldItalic are " @@ -1847,173 +2815,128 @@ msgstr "" "[ERROR]Font not supported. Only Regular, Bold, Italic and BoldItalic are " "supported. Error: %s" -#: FlatCAMEditor.py:2591 -msgid "[success]Done. Adding Text completed." -msgstr "[success]Done. Adding Text completed." +#: flatcamEditors/FlatCAMGeoEditor.py:2473 +msgid "[success] Done. Adding Text completed." +msgstr "[success] Done. Adding Text completed." -#: FlatCAMEditor.py:2619 +#: flatcamEditors/FlatCAMGeoEditor.py:2501 msgid "Create buffer geometry ..." msgstr "Create buffer geometry ..." -#: FlatCAMEditor.py:2630 FlatCAMEditor.py:2656 FlatCAMEditor.py:2682 +#: flatcamEditors/FlatCAMGeoEditor.py:2512 +#: flatcamEditors/FlatCAMGeoEditor.py:2538 +#: flatcamEditors/FlatCAMGeoEditor.py:2564 msgid "[WARNING_NOTCL] Buffer cancelled. No shape selected." msgstr "[WARNING_NOTCL] Buffer cancelled. No shape selected." -#: FlatCAMEditor.py:2652 -msgid "[success]Done. Buffer Tool completed." -msgstr "[success]Done. Buffer Tool completed." +#: flatcamEditors/FlatCAMGeoEditor.py:2534 +#: flatcamEditors/FlatCAMGrbEditor.py:2673 +msgid "[success] Done. Buffer Tool completed." +msgstr "[success] Done. Buffer Tool completed." -#: FlatCAMEditor.py:2678 -msgid "[success]Done. Buffer Int Tool completed." -msgstr "[success]Done. Buffer Int Tool completed." +#: flatcamEditors/FlatCAMGeoEditor.py:2560 +msgid "[success] Done. Buffer Int Tool completed." +msgstr "[success] Done. Buffer Int Tool completed." -#: FlatCAMEditor.py:2704 -msgid "[success]Done. Buffer Ext Tool completed." -msgstr "[success]Done. Buffer Ext Tool completed." +#: flatcamEditors/FlatCAMGeoEditor.py:2586 +msgid "[success] Done. Buffer Ext Tool completed." +msgstr "[success] Done. Buffer Ext Tool completed." -#: FlatCAMEditor.py:2737 +#: flatcamEditors/FlatCAMGeoEditor.py:2619 msgid "Create Paint geometry ..." msgstr "Create Paint geometry ..." -#: FlatCAMEditor.py:2751 +#: flatcamEditors/FlatCAMGeoEditor.py:2633 +#: flatcamEditors/FlatCAMGrbEditor.py:797 msgid "Shape transformations ..." msgstr "Shape transformations ..." -#: FlatCAMEditor.py:2776 -msgid "[WARNING_NOTCL] To add a drill first select a tool" -msgstr "[WARNING_NOTCL] To add a drill first select a tool" +#: flatcamEditors/FlatCAMGeoEditor.py:3061 +#, python-brace-format +msgid "[WARNING] Editing MultiGeo Geometry, tool: {tool} with diameter: {dia}" +msgstr "[WARNING] Editing MultiGeo Geometry, tool: {tool} with diameter: {dia}" -#: FlatCAMEditor.py:2785 FlatCAMEditor.py:2875 FlatCAMEditor.py:3148 -#: FlatCAMEditor.py:3173 -msgid "Click on target location ..." -msgstr "Click on target location ..." +#: flatcamEditors/FlatCAMGeoEditor.py:3300 +#: flatcamEditors/FlatCAMGrbEditor.py:2242 flatcamGUI/FlatCAMGUI.py:2320 +#: flatcamGUI/FlatCAMGUI.py:2332 +msgid "[success] Done." +msgstr "[success] Done." -#: FlatCAMEditor.py:2825 -msgid "[success]Done. Drill added." -msgstr "[success]Done. Drill added." - -#: FlatCAMEditor.py:2867 -msgid "[WARNING_NOTCL] To add an Drill Array first select a tool in Tool Table" -msgstr "" -"[WARNING_NOTCL] To add an Drill Array first select a tool in Tool Table" - -#: FlatCAMEditor.py:2892 -msgid "Click on the Drill Circular Array Start position" -msgstr "Click on the Drill Circular Array Start position" - -#: FlatCAMEditor.py:2914 -msgid "" -"[ERROR_NOTCL] The value is not Float. Check for comma instead of dot " -"separator." -msgstr "" -"[ERROR_NOTCL] The value is not Float. Check for comma instead of dot " -"separator." - -#: FlatCAMEditor.py:2917 -msgid "[ERROR_NOTCL] The value is mistyped. Check the value." -msgstr "[ERROR_NOTCL] The value is mistyped. Check the value." - -#: FlatCAMEditor.py:3010 -msgid "[WARNING_NOTCL]Too many drills for the selected spacing angle." -msgstr "[WARNING_NOTCL]Too many drills for the selected spacing angle." - -#: FlatCAMEditor.py:3027 -msgid "[success]Done. Drill Array added." -msgstr "[success]Done. Drill Array added." - -#: FlatCAMEditor.py:3038 -msgid "Click on the Drill(s) to resize ..." -msgstr "Click on the Drill(s) to resize ..." - -#: FlatCAMEditor.py:3058 -msgid "" -"[ERROR_NOTCL]Resize drill(s) failed. Please enter a diameter for resize." -msgstr "" -"[ERROR_NOTCL]Resize drill(s) failed. Please enter a diameter for resize." - -#: FlatCAMEditor.py:3130 -msgid "[success]Done. Drill Resize completed." -msgstr "[success]Done. Drill Resize completed." - -#: FlatCAMEditor.py:3150 -msgid "Click on reference location ..." -msgstr "Click on reference location ..." - -#: FlatCAMEditor.py:3205 -msgid "[success]Done. Drill(s) Move completed." -msgstr "[success]Done. Drill(s) Move completed." - -#: FlatCAMEditor.py:3258 -msgid "[success]Done. Drill(s) copied." -msgstr "[success]Done. Drill(s) copied." - -#: FlatCAMEditor.py:3908 flatcamGUI/FlatCAMGUI.py:2131 -#: flatcamGUI/FlatCAMGUI.py:2143 -msgid "[success]Done." -msgstr "[success]Done." - -#: FlatCAMEditor.py:4041 +#: flatcamEditors/FlatCAMGeoEditor.py:3433 msgid "[WARNING_NOTCL] Copy cancelled. No shape selected." msgstr "[WARNING_NOTCL] Copy cancelled. No shape selected." -#: FlatCAMEditor.py:4048 flatcamGUI/FlatCAMGUI.py:2423 -#: flatcamGUI/FlatCAMGUI.py:2435 flatcamGUI/FlatCAMGUI.py:2469 +#: flatcamEditors/FlatCAMGeoEditor.py:3440 flatcamGUI/FlatCAMGUI.py:2623 +#: flatcamGUI/FlatCAMGUI.py:2657 flatcamGUI/FlatCAMGUI.py:2675 +#: flatcamGUI/FlatCAMGUI.py:2813 flatcamGUI/FlatCAMGUI.py:2825 +#: flatcamGUI/FlatCAMGUI.py:2859 msgid "Click on target point." msgstr "Click on target point." -#: FlatCAMEditor.py:4289 +#: flatcamEditors/FlatCAMGeoEditor.py:3688 msgid "" -"[WARNING_NOTCL]A selection of at least 2 geo items is required to do " +"[WARNING_NOTCL] A selection of at least 2 geo items is required to do " "Intersection." msgstr "" -"[WARNING_NOTCL]A selection of at least 2 geo items is required to do " +"[WARNING_NOTCL] A selection of at least 2 geo items is required to do " "Intersection." -#: FlatCAMEditor.py:4327 FlatCAMEditor.py:4364 FlatCAMEditor.py:4436 +#: flatcamEditors/FlatCAMGeoEditor.py:3726 +#: flatcamEditors/FlatCAMGeoEditor.py:3763 +#: flatcamEditors/FlatCAMGeoEditor.py:3839 msgid "" -"[ERROR_NOTCL]Negative buffer value is not accepted. Use Buffer interior to " +"[ERROR_NOTCL] Negative buffer value is not accepted. Use Buffer interior to " "generate an 'inside' shape" msgstr "" -"[ERROR_NOTCL]Negative buffer value is not accepted. Use Buffer interior to " +"[ERROR_NOTCL] Negative buffer value is not accepted. Use Buffer interior to " "generate an 'inside' shape" -#: FlatCAMEditor.py:4335 FlatCAMEditor.py:4373 FlatCAMEditor.py:4444 +#: flatcamEditors/FlatCAMGeoEditor.py:3734 +#: flatcamEditors/FlatCAMGeoEditor.py:3772 +#: flatcamEditors/FlatCAMGeoEditor.py:3847 msgid "[WARNING_NOTCL] Nothing selected for buffering." msgstr "[WARNING_NOTCL] Nothing selected for buffering." -#: FlatCAMEditor.py:4339 FlatCAMEditor.py:4377 FlatCAMEditor.py:4448 +#: flatcamEditors/FlatCAMGeoEditor.py:3738 +#: flatcamEditors/FlatCAMGeoEditor.py:3776 +#: flatcamEditors/FlatCAMGeoEditor.py:3851 msgid "[WARNING_NOTCL] Invalid distance for buffering." msgstr "[WARNING_NOTCL] Invalid distance for buffering." -#: FlatCAMEditor.py:4349 FlatCAMEditor.py:4457 +#: flatcamEditors/FlatCAMGeoEditor.py:3748 +#: flatcamEditors/FlatCAMGeoEditor.py:3860 msgid "" -"[ERROR_NOTCL]Failed, the result is empty. Choose a different buffer value." +"[ERROR_NOTCL] Failed, the result is empty. Choose a different buffer value." msgstr "" -"[ERROR_NOTCL]Failed, the result is empty. Choose a different buffer value." +"[ERROR_NOTCL] Failed, the result is empty. Choose a different buffer value." -#: FlatCAMEditor.py:4357 -msgid "[success]Full buffer geometry created." -msgstr "[success]Full buffer geometry created." +#: flatcamEditors/FlatCAMGeoEditor.py:3756 +msgid "[success] Full buffer geometry created." +msgstr "[success] Full buffer geometry created." -#: FlatCAMEditor.py:4386 +#: flatcamEditors/FlatCAMGeoEditor.py:3786 msgid "" -"[ERROR_NOTCL]Failed, the result is empty. Choose a smaller buffer value." +"[ERROR_NOTCL] Failed, the result is empty. Choose a smaller buffer value." msgstr "" -"[ERROR_NOTCL]Failed, the result is empty. Choose a smaller buffer value." +"[ERROR_NOTCL] Failed, the result is empty. Choose a smaller buffer value." -#: FlatCAMEditor.py:4398 FlatCAMEditor.py:4469 -msgid "[success]Exterior buffer geometry created." -msgstr "[success]Exterior buffer geometry created." +#: flatcamEditors/FlatCAMGeoEditor.py:3801 +msgid "[success] Interior buffer geometry created." +msgstr "[success] Interior buffer geometry created." -#: FlatCAMEditor.py:4533 -msgid "[WARNING_NOTCL]Nothing selected for painting." -msgstr "[WARNING_NOTCL]Nothing selected for painting." +#: flatcamEditors/FlatCAMGeoEditor.py:3872 +msgid "[success] Exterior buffer geometry created." +msgstr "[success] Exterior buffer geometry created." -#: FlatCAMEditor.py:4539 +#: flatcamEditors/FlatCAMGeoEditor.py:3936 +msgid "[WARNING_NOTCL] Nothing selected for painting." +msgstr "[WARNING_NOTCL] Nothing selected for painting." + +#: flatcamEditors/FlatCAMGeoEditor.py:3942 msgid "[WARNING] Invalid value for {}" msgstr "[WARNING] Invalid value for {}" -#: FlatCAMEditor.py:4545 +#: flatcamEditors/FlatCAMGeoEditor.py:3948 msgid "" "[ERROR_NOTCL] Could not do Paint. Overlap value has to be less than 1.00 " "(100%)." @@ -2021,7 +2944,7 @@ msgstr "" "[ERROR_NOTCL] Could not do Paint. Overlap value has to be less than 1.00 " "(100%)." -#: FlatCAMEditor.py:4604 +#: flatcamEditors/FlatCAMGeoEditor.py:4007 #, python-format msgid "" "[ERROR] Could not do Paint. Try a different combination of parameters. Or a " @@ -2032,293 +2955,363 @@ msgstr "" "different method of Paint\n" "%s" -#: FlatCAMEditor.py:4615 +#: flatcamEditors/FlatCAMGeoEditor.py:4018 msgid "[success] Paint done." msgstr "[success] Paint done." -#: FlatCAMEditor.py:4647 -msgid "Excellon Editor" -msgstr "Excellon Editor" +#: flatcamEditors/FlatCAMGrbEditor.py:58 flatcamEditors/FlatCAMGrbEditor.py:63 +msgid "Click to place ..." +msgstr "Click to place ..." -#: FlatCAMEditor.py:4654 -msgid "Name:" -msgstr "Name:" - -#: FlatCAMEditor.py:4674 flatcamTools/ToolNonCopperClear.py:71 -#: flatcamTools/ToolPaint.py:69 flatcamTools/ToolSolderPaste.py:70 -msgid "Tools Table" -msgstr "Tools Table" - -#: FlatCAMEditor.py:4676 flatcamGUI/ObjectUI.py:609 +#: flatcamEditors/FlatCAMGrbEditor.py:149 +#: flatcamEditors/FlatCAMGrbEditor.py:386 msgid "" -"Tools in this Excellon object\n" -"when are used for drilling." +"Incompatible aperture type. Select an aperture with type 'C', 'R' or 'O'." msgstr "" -"Tools in this Excellon object\n" -"when are used for drilling." +"Incompatible aperture type. Select an aperture with type 'C', 'R' or 'O'." -#: FlatCAMEditor.py:4685 FlatCAMEditor.py:5745 FlatCAMObj.py:2213 -#: FlatCAMObj.py:2307 FlatCAMObj.py:2418 flatcamGUI/ObjectUI.py:627 -#: flatcamTools/ToolNonCopperClear.py:82 flatcamTools/ToolPaint.py:80 -#: flatcamTools/ToolSolderPaste.py:81 -msgid "Diameter" -msgstr "Diameter" +#: flatcamEditors/FlatCAMGrbEditor.py:161 +msgid "[success] Done. Adding Pad completed." +msgstr "[success] Done. Adding Pad completed." -#: FlatCAMEditor.py:4693 -msgid "Add/Delete Tool" -msgstr "Add/Delete Tool" +#: flatcamEditors/FlatCAMGrbEditor.py:215 +msgid "[WARNING_NOTCL] To add an Pad Array first select a tool in Tool Table" +msgstr "[WARNING_NOTCL] To add an Pad Array first select a tool in Tool Table" -#: FlatCAMEditor.py:4695 +#: flatcamEditors/FlatCAMGrbEditor.py:240 +msgid "Click on the Pad Circular Array Start position" +msgstr "Click on the Pad Circular Array Start position" + +#: flatcamEditors/FlatCAMGrbEditor.py:411 +msgid "[WARNING_NOTCL] Too many Pads for the selected spacing angle." +msgstr "[WARNING_NOTCL] Too many Pads for the selected spacing angle." + +#: flatcamEditors/FlatCAMGrbEditor.py:433 +msgid "[success] Done. Pad Array added." +msgstr "[success] Done. Pad Array added." + +#: flatcamEditors/FlatCAMGrbEditor.py:482 +msgid "[success] Done. Region completed." +msgstr "[success] Done. Region completed." + +#: flatcamEditors/FlatCAMGrbEditor.py:527 +msgid "Scale the selected Gerber apertures ..." +msgstr "Scale the selected Gerber apertures ..." + +#: flatcamEditors/FlatCAMGrbEditor.py:564 +msgid "Buffer the selected apertures ..." +msgstr "Buffer the selected apertures ..." + +#: flatcamEditors/FlatCAMGrbEditor.py:660 +msgid "[success] Done. Apertures Move completed." +msgstr "[success] Done. Apertures Move completed." + +#: flatcamEditors/FlatCAMGrbEditor.py:710 +msgid "[success] Done. Apertures copied." +msgstr "[success] Done. Apertures copied." + +#: flatcamEditors/FlatCAMGrbEditor.py:833 flatcamGUI/FlatCAMGUI.py:1530 +msgid "Gerber Editor" +msgstr "Gerber Editor" + +#: flatcamEditors/FlatCAMGrbEditor.py:852 flatcamGUI/ObjectUI.py:192 +msgid "Apertures:" +msgstr "Apertures:" + +#: flatcamEditors/FlatCAMGrbEditor.py:854 flatcamGUI/ObjectUI.py:194 +msgid "Apertures Table for the Gerber Object." +msgstr "Apertures Table for the Gerber Object." + +#: flatcamEditors/FlatCAMGrbEditor.py:865 +#: flatcamEditors/FlatCAMGrbEditor.py:1945 flatcamGUI/ObjectUI.py:228 +msgid "Code" +msgstr "Code" + +#: flatcamEditors/FlatCAMGrbEditor.py:865 +#: flatcamEditors/FlatCAMGrbEditor.py:1945 flatcamGUI/ObjectUI.py:228 +#: flatcamGUI/ObjectUI.py:888 flatcamGUI/ObjectUI.py:1446 +msgid "Type" +msgstr "Type" + +#: flatcamEditors/FlatCAMGrbEditor.py:865 +#: flatcamEditors/FlatCAMGrbEditor.py:1945 flatcamGUI/ObjectUI.py:228 +msgid "Size" +msgstr "Size" + +#: flatcamEditors/FlatCAMGrbEditor.py:865 +#: flatcamEditors/FlatCAMGrbEditor.py:1945 flatcamGUI/ObjectUI.py:228 +msgid "Dim" +msgstr "Dim" + +#: flatcamEditors/FlatCAMGrbEditor.py:869 flatcamGUI/ObjectUI.py:232 +msgid "Index" +msgstr "Index" + +#: flatcamEditors/FlatCAMGrbEditor.py:871 flatcamGUI/ObjectUI.py:234 +msgid "Aperture Code" +msgstr "Aperture Code" + +#: flatcamEditors/FlatCAMGrbEditor.py:873 flatcamGUI/ObjectUI.py:236 +msgid "Type of aperture: circular, rectangle, macros etc" +msgstr "Type of aperture: circular, rectangle, macros etc" + +#: flatcamEditors/FlatCAMGrbEditor.py:875 +#: flatcamEditors/FlatCAMGrbEditor.py:908 flatcamGUI/ObjectUI.py:238 +msgid "Aperture Size:" +msgstr "Aperture Size:" + +#: flatcamEditors/FlatCAMGrbEditor.py:877 flatcamGUI/ObjectUI.py:240 msgid "" -"Add/Delete a tool to the tool list\n" -"for this Excellon object." +"Aperture Dimensions:\n" +" - (width, height) for R, O type.\n" +" - (dia, nVertices) for P type" msgstr "" -"Add/Delete a tool to the tool list\n" -"for this Excellon object." +"Aperture Dimensions:\n" +" - (width, height) for R, O type.\n" +" - (dia, nVertices) for P type" -#: FlatCAMEditor.py:4703 flatcamTools/ToolCutOut.py:77 -msgid "Tool Dia:" -msgstr "Tool Dia:" +#: flatcamEditors/FlatCAMGrbEditor.py:898 +msgid "Aperture Code:" +msgstr "Aperture Code:" -#: FlatCAMEditor.py:4705 flatcamGUI/ObjectUI.py:1046 -msgid "Diameter for the new tool" -msgstr "Diameter for the new tool" +#: flatcamEditors/FlatCAMGrbEditor.py:900 +msgid "Code for the new aperture" +msgstr "Code for the new aperture" -#: FlatCAMEditor.py:4714 -msgid "Add Tool" -msgstr "Add Tool" - -#: FlatCAMEditor.py:4716 +#: flatcamEditors/FlatCAMGrbEditor.py:910 msgid "" -"Add a new tool to the tool list\n" -"with the diameter specified above." +"Size for the new aperture.\n" +"If aperture type is 'R' or 'O' then\n" +"this value is automatically\n" +"calculated as:\n" +"sqrt(width**2 + height**2)" msgstr "" -"Add a new tool to the tool list\n" -"with the diameter specified above." +"Size for the new aperture.\n" +"If aperture type is 'R' or 'O' then\n" +"this value is automatically\n" +"calculated as:\n" +"sqrt(width**2 + height**2)" -#: FlatCAMEditor.py:4726 -msgid "Delete Tool" -msgstr "Delete Tool" +#: flatcamEditors/FlatCAMGrbEditor.py:922 +msgid "Aperture Type:" +msgstr "Aperture Type:" -#: FlatCAMEditor.py:4728 +#: flatcamEditors/FlatCAMGrbEditor.py:924 msgid "" -"Delete a tool in the tool list\n" -"by selecting a row in the tool table." +"Select the type of new aperture. Can be:\n" +"C = circular\n" +"R = rectangular\n" +"O = oblong" msgstr "" -"Delete a tool in the tool list\n" -"by selecting a row in the tool table." +"Select the type of new aperture. Can be:\n" +"C = circular\n" +"R = rectangular\n" +"O = oblong" -#: FlatCAMEditor.py:4746 -msgid "Resize Drill(s)" -msgstr "Resize Drill(s)" +#: flatcamEditors/FlatCAMGrbEditor.py:935 +msgid "Aperture Dim:" +msgstr "Aperture Dim:" -#: FlatCAMEditor.py:4748 -msgid "Resize a drill or a selection of drills." -msgstr "Resize a drill or a selection of drills." - -#: FlatCAMEditor.py:4755 -msgid "Resize Dia:" -msgstr "Resize Dia:" - -#: FlatCAMEditor.py:4757 -msgid "Diameter to resize to." -msgstr "Diameter to resize to." - -#: FlatCAMEditor.py:4765 -msgid "Resize" -msgstr "Resize" - -#: FlatCAMEditor.py:4767 -msgid "Resize drill(s)" -msgstr "Resize drill(s)" - -#: FlatCAMEditor.py:4789 flatcamGUI/FlatCAMGUI.py:1394 -msgid "Add Drill Array" -msgstr "Add Drill Array" - -#: FlatCAMEditor.py:4791 -msgid "Add an array of drills (linear or circular array)" -msgstr "Add an array of drills (linear or circular array)" - -#: FlatCAMEditor.py:4797 +#: flatcamEditors/FlatCAMGrbEditor.py:937 msgid "" -"Select the type of drills array to create.\n" +"Dimensions for the new aperture.\n" +"Active only for rectangular apertures (type R).\n" +"The format is (width, height)" +msgstr "" +"Dimensions for the new aperture.\n" +"Active only for rectangular apertures (type R).\n" +"The format is (width, height)" + +#: flatcamEditors/FlatCAMGrbEditor.py:946 +msgid "Add Aperture:" +msgstr "Add Aperture:" + +#: flatcamEditors/FlatCAMGrbEditor.py:948 +msgid "Add an aperture to the aperture list" +msgstr "Add an aperture to the aperture list" + +#: flatcamEditors/FlatCAMGrbEditor.py:952 +#: flatcamEditors/FlatCAMGrbEditor.py:965 +msgid "Go" +msgstr "Go" + +#: flatcamEditors/FlatCAMGrbEditor.py:954 +msgid "Add a new aperture to the aperture list." +msgstr "Add a new aperture to the aperture list." + +#: flatcamEditors/FlatCAMGrbEditor.py:958 +msgid "Del Aperture:" +msgstr "Del Aperture:" + +#: flatcamEditors/FlatCAMGrbEditor.py:960 +msgid "" +"Delete a aperture in the aperture list.\n" +"It will delete also the associated geometry." +msgstr "" +"Delete a aperture in the aperture list.\n" +"It will delete also the associated geometry." + +#: flatcamEditors/FlatCAMGrbEditor.py:967 +msgid "Delete a aperture in the aperture list" +msgstr "Delete a aperture in the aperture list" + +#: flatcamEditors/FlatCAMGrbEditor.py:982 +msgid "Buffer Aperture:" +msgstr "Buffer Aperture:" + +#: flatcamEditors/FlatCAMGrbEditor.py:984 +msgid "Buffer a aperture in the aperture list" +msgstr "Buffer a aperture in the aperture list" + +#: flatcamEditors/FlatCAMGrbEditor.py:997 +msgid "" +"There are 3 types of corners:\n" +" - 'Round': the corner is rounded.\n" +" - 'Square:' the corner is met in a sharp angle.\n" +" - 'Beveled:' the corner is a line that directly connects the features " +"meeting in the corner" +msgstr "" +"There are 3 types of corners:\n" +" - 'Round': the corner is rounded.\n" +" - 'Square:' the corner is met in a sharp angle.\n" +" - 'Beveled:' the corner is a line that directly connects the features " +"meeting in the corner" + +#: flatcamEditors/FlatCAMGrbEditor.py:1012 flatcamGUI/FlatCAMGUI.py:695 +#: flatcamGUI/FlatCAMGUI.py:1867 +msgid "Buffer" +msgstr "Buffer" + +#: flatcamEditors/FlatCAMGrbEditor.py:1026 +msgid "Scale Aperture:" +msgstr "Scale Aperture:" + +#: flatcamEditors/FlatCAMGrbEditor.py:1028 +msgid "Scale a aperture in the aperture list" +msgstr "Scale a aperture in the aperture list" + +#: flatcamEditors/FlatCAMGrbEditor.py:1036 +msgid "Scale factor:" +msgstr "Scale factor:" + +#: flatcamEditors/FlatCAMGrbEditor.py:1038 +msgid "" +"The factor by which to scale the selected aperture.\n" +"Values can be between 0.0000 and 999.9999" +msgstr "" +"The factor by which to scale the selected aperture.\n" +"Values can be between 0.0000 and 999.9999" + +#: flatcamEditors/FlatCAMGrbEditor.py:1066 flatcamGUI/FlatCAMGUI.py:690 +#: flatcamGUI/FlatCAMGUI.py:1862 +msgid "Add Pad Array" +msgstr "Add Pad Array" + +#: flatcamEditors/FlatCAMGrbEditor.py:1068 +msgid "Add an array of pads (linear or circular array)" +msgstr "Add an array of pads (linear or circular array)" + +#: flatcamEditors/FlatCAMGrbEditor.py:1074 +msgid "" +"Select the type of pads array to create.\n" "It can be Linear X(Y) or Circular" msgstr "" -"Select the type of drills array to create.\n" +"Select the type of pads array to create.\n" "It can be Linear X(Y) or Circular" -#: FlatCAMEditor.py:4800 -msgid "Linear" -msgstr "Linear" +#: flatcamEditors/FlatCAMGrbEditor.py:1085 +msgid "Nr of pads:" +msgstr "Nr of pads:" -#: FlatCAMEditor.py:4801 -msgid "Circular" -msgstr "Circular" +#: flatcamEditors/FlatCAMGrbEditor.py:1087 +msgid "Specify how many pads to be in the array." +msgstr "Specify how many pads to be in the array." -#: FlatCAMEditor.py:4808 -msgid "Nr of drills:" -msgstr "Nr of drills:" - -#: FlatCAMEditor.py:4810 -msgid "Specify how many drills to be in the array." -msgstr "Specify how many drills to be in the array." - -#: FlatCAMEditor.py:4827 FlatCAMEditor.py:4872 -msgid "Direction:" -msgstr "Direction:" - -#: FlatCAMEditor.py:4829 +#: flatcamEditors/FlatCAMGrbEditor.py:1536 +#: flatcamEditors/FlatCAMGrbEditor.py:1540 msgid "" -"Direction on which the linear array is oriented:\n" -"- 'X' - horizontal axis \n" -"- 'Y' - vertical axis or \n" -"- 'Angle' - a custom angle for the array inclination" +"[WARNING_NOTCL] Aperture code value is missing or wrong format. Add it and " +"retry." msgstr "" -"Direction on which the linear array is oriented:\n" -"- 'X' - horizontal axis \n" -"- 'Y' - vertical axis or \n" -"- 'Angle' - a custom angle for the array inclination" +"[WARNING_NOTCL] Aperture code value is missing or wrong format. Add it and " +"retry." -#: FlatCAMEditor.py:4838 -msgid "Angle" -msgstr "Angle" - -#: FlatCAMEditor.py:4842 -msgid "Pitch:" -msgstr "Pitch:" - -#: FlatCAMEditor.py:4844 -msgid "Pitch = Distance between elements of the array." -msgstr "Pitch = Distance between elements of the array." - -#: FlatCAMEditor.py:4853 +#: flatcamEditors/FlatCAMGrbEditor.py:1562 msgid "" -"Angle at which the linear array is placed.\n" -"The precision is of max 2 decimals.\n" -"Min value is: -359.99 degrees.\n" -"Max value is: 360.00 degrees." +"[WARNING_NOTCL] Aperture dimensions value is missing or wrong format. Add it " +"in format (width, height) and retry." msgstr "" -"Angle at which the linear array is placed.\n" -"The precision is of max 2 decimals.\n" -"Min value is: -359.99 degrees.\n" -"Max value is: 360.00 degrees." +"[WARNING_NOTCL] Aperture dimensions value is missing or wrong format. Add it " +"in format (width, height) and retry." -#: FlatCAMEditor.py:4874 +#: flatcamEditors/FlatCAMGrbEditor.py:1574 msgid "" -"Direction for circular array.Can be CW = clockwise or CCW = counter " -"clockwise." +"[WARNING_NOTCL] Aperture size value is missing or wrong format. Add it and " +"retry." msgstr "" -"Direction for circular array.Can be CW = clockwise or CCW = counter " -"clockwise." +"[WARNING_NOTCL] Aperture size value is missing or wrong format. Add it and " +"retry." -#: FlatCAMEditor.py:4889 -msgid "Angle at which each element in circular array is placed." -msgstr "Angle at which each element in circular array is placed." +#: flatcamEditors/FlatCAMGrbEditor.py:1586 +msgid "[WARNING_NOTCL] Aperture already in the aperture table." +msgstr "[WARNING_NOTCL] Aperture already in the aperture table." -#: FlatCAMEditor.py:5210 FlatCAMObj.py:1735 -msgid "Total Drills" -msgstr "Total Drills" - -#: FlatCAMEditor.py:5242 FlatCAMObj.py:1761 -msgid "Total Slots" -msgstr "Total Slots" - -#: FlatCAMEditor.py:5316 FlatCAMObj.py:1968 FlatCAMObj.py:3231 -#: FlatCAMObj.py:3537 FlatCAMObj.py:3724 FlatCAMObj.py:3737 FlatCAMObj.py:3854 -#: FlatCAMObj.py:4262 FlatCAMObj.py:4495 FlatCAMObj.py:4901 -#: flatcamTools/ToolCalculators.py:307 flatcamTools/ToolCalculators.py:318 -#: flatcamTools/ToolCalculators.py:330 flatcamTools/ToolCalculators.py:345 -#: flatcamTools/ToolCalculators.py:358 flatcamTools/ToolCalculators.py:372 -#: flatcamTools/ToolCalculators.py:383 flatcamTools/ToolCalculators.py:394 -#: flatcamTools/ToolCalculators.py:405 flatcamTools/ToolFilm.py:241 -#: flatcamTools/ToolFilm.py:248 flatcamTools/ToolNonCopperClear.py:478 -#: flatcamTools/ToolNonCopperClear.py:625 -#: flatcamTools/ToolNonCopperClear.py:637 flatcamTools/ToolPaint.py:537 -#: flatcamTools/ToolPaint.py:607 flatcamTools/ToolPaint.py:743 -#: flatcamTools/ToolPaint.py:833 flatcamTools/ToolPaint.py:988 -#: flatcamTools/ToolPanelize.py:323 flatcamTools/ToolPanelize.py:335 -#: flatcamTools/ToolPanelize.py:348 flatcamTools/ToolPanelize.py:361 -#: flatcamTools/ToolPanelize.py:373 flatcamTools/ToolPanelize.py:384 -#: flatcamTools/ToolSolderPaste.py:755 flatcamTools/ToolSolderPaste.py:826 -msgid "[ERROR_NOTCL]Wrong value format entered, use a number." -msgstr "[ERROR_NOTCL]Wrong value format entered, use a number." - -#: FlatCAMEditor.py:5329 -msgid "" -"[WARNING_NOTCL]Tool already in the original or actual tool list.\n" -"Save and reedit Excellon if you need to add this tool. " -msgstr "" -"[WARNING_NOTCL]Tool already in the original or actual tool list.\n" -"Save and reedit Excellon if you need to add this tool. " - -#: FlatCAMEditor.py:5338 flatcamGUI/FlatCAMGUI.py:2498 +#: flatcamEditors/FlatCAMGrbEditor.py:1593 #, python-brace-format -msgid "[success]Added new tool with dia: {dia} {units}" -msgstr "[success]Added new tool with dia: {dia} {units}" +msgid "[success] Added new aperture with code: {apid}" +msgstr "[success] Added new aperture with code: {apid}" -#: FlatCAMEditor.py:5369 -msgid "[WARNING_NOTCL]Select a tool in Tool Table" -msgstr "[WARNING_NOTCL]Select a tool in Tool Table" - -#: FlatCAMEditor.py:5402 +#: flatcamEditors/FlatCAMGrbEditor.py:1645 #, python-brace-format -msgid "[success]Deleted tool with dia: {del_dia} {units}" -msgstr "[success]Deleted tool with dia: {del_dia} {units}" +msgid "[success] Deleted aperture with code: {del_dia}" +msgstr "[success] Deleted aperture with code: {del_dia}" -#: FlatCAMEditor.py:5799 -msgid "" -"[ERROR_NOTCL] There are no Tools definitions in the file. Aborting Excellon " -"creation." -msgstr "" -"[ERROR_NOTCL] There are no Tools definitions in the file. Aborting Excellon " -"creation." - -#: FlatCAMEditor.py:5808 -msgid "Creating Excellon." -msgstr "Creating Excellon." - -#: FlatCAMEditor.py:5817 -msgid "[success]Excellon editing finished." -msgstr "[success]Excellon editing finished." - -#: FlatCAMEditor.py:5834 -msgid "[WARNING_NOTCL]Cancelled. There is no Tool/Drill selected" -msgstr "[WARNING_NOTCL]Cancelled. There is no Tool/Drill selected" - -#: FlatCAMEditor.py:6316 -msgid "[success]Done. Drill(s) deleted." -msgstr "[success]Done. Drill(s) deleted." - -#: FlatCAMEditor.py:6386 -msgid "Click on the circular array Center position" -msgstr "Click on the circular array Center position" - -#: FlatCAMObj.py:194 -#, python-brace-format -msgid "[success]Name changed from {old} to {new}" -msgstr "[success]Name changed from {old} to {new}" - -#: FlatCAMObj.py:542 FlatCAMObj.py:1896 FlatCAMObj.py:3159 FlatCAMObj.py:5306 -msgid "Basic" -msgstr "Basic" - -#: FlatCAMObj.py:554 FlatCAMObj.py:1912 FlatCAMObj.py:3181 FlatCAMObj.py:5312 -msgid "Advanced" -msgstr "Advanced" - -#: FlatCAMObj.py:909 FlatCAMObj.py:964 +#: flatcamEditors/FlatCAMGrbEditor.py:1879 #, python-format -msgid "[success]Isolation geometry created: %s" -msgstr "[success]Isolation geometry created: %s" +msgid "Adding aperture: %s geo ..." +msgstr "Adding aperture: %s geo ..." -#: FlatCAMObj.py:1039 +#: flatcamEditors/FlatCAMGrbEditor.py:2033 msgid "" -"[ERROR_NOTCL] The aperture scale factor value is missing or wrong format." +"[ERROR_NOTCL] There are no Aperture definitions in the file. Aborting Gerber " +"creation." msgstr "" -"[ERROR_NOTCL] The aperture scale factor value is missing or wrong format." +"[ERROR_NOTCL] There are no Aperture definitions in the file. Aborting Gerber " +"creation." -#: FlatCAMObj.py:1054 FlatCAMObj.py:1089 +#: flatcamEditors/FlatCAMGrbEditor.py:2042 +msgid "Creating Gerber." +msgstr "Creating Gerber." + +#: flatcamEditors/FlatCAMGrbEditor.py:2050 +msgid "[success] Gerber editing finished." +msgstr "[success] Gerber editing finished." + +#: flatcamEditors/FlatCAMGrbEditor.py:2067 +msgid "[WARNING_NOTCL] Cancelled. No aperture is selected" +msgstr "[WARNING_NOTCL] Cancelled. No aperture is selected" + +#: flatcamEditors/FlatCAMGrbEditor.py:2530 +msgid "[success] Done. Apertures deleted." +msgstr "[success] Done. Apertures deleted." + +#: flatcamEditors/FlatCAMGrbEditor.py:2658 +msgid "" +"[WARNING_NOTCL] No aperture to buffer. Select at least one aperture and try " +"again." +msgstr "" +"[WARNING_NOTCL] No aperture to buffer. Select at least one aperture and try " +"again." + +#: flatcamEditors/FlatCAMGrbEditor.py:2687 +msgid "" +"[WARNING_NOTCL] Scale factor value is missing or wrong format. Add it and " +"retry." +msgstr "" +"[WARNING_NOTCL] Scale factor value is missing or wrong format. Add it and " +"retry." + +#: flatcamEditors/FlatCAMGrbEditor.py:2705 msgid "" "[WARNING_NOTCL] No aperture to scale. Select at least one aperture and try " "again." @@ -2326,475 +3319,9 @@ msgstr "" "[WARNING_NOTCL] No aperture to scale. Select at least one aperture and try " "again." -#: FlatCAMObj.py:1074 -msgid "[ERROR_NOTCL] The aperture buffer value is missing or wrong format." -msgstr "[ERROR_NOTCL] The aperture buffer value is missing or wrong format." - -#: FlatCAMObj.py:1146 -msgid "Generating Gerber" -msgstr "Generating Gerber" - -#: FlatCAMObj.py:1154 -msgid "[ERROR_NOTCL] Cretion of Gerber failed." -msgstr "[ERROR_NOTCL] Cretion of Gerber failed." - -#: FlatCAMObj.py:1161 -#, python-format -msgid "[success] Created: %s" -msgstr "[success] Created: %s" - -#: FlatCAMObj.py:1281 -msgid "Plotting Apertures" -msgstr "Plotting Apertures" - -#: FlatCAMObj.py:2192 FlatCAMObj.py:2283 FlatCAMObj.py:2398 -msgid "" -"[ERROR_NOTCL]Please select one or more tools from the list and try again." -msgstr "" -"[ERROR_NOTCL]Please select one or more tools from the list and try again." - -#: FlatCAMObj.py:2199 -msgid "" -"[ERROR_NOTCL] Milling tool for DRILLS is larger than hole size. Cancelled." -msgstr "" -"[ERROR_NOTCL] Milling tool for DRILLS is larger than hole size. Cancelled." - -#: FlatCAMObj.py:2213 FlatCAMObj.py:2307 FlatCAMObj.py:2418 -msgid "Tool_nr" -msgstr "Tool_nr" - -#: FlatCAMObj.py:2213 FlatCAMObj.py:2307 FlatCAMObj.py:2418 -msgid "Drills_Nr" -msgstr "Drills_Nr" - -#: FlatCAMObj.py:2213 FlatCAMObj.py:2307 FlatCAMObj.py:2418 -msgid "Slots_Nr" -msgstr "Slots_Nr" - -#: FlatCAMObj.py:2293 -msgid "" -"[ERROR_NOTCL] Milling tool for SLOTS is larger than hole size. Cancelled." -msgstr "" -"[ERROR_NOTCL] Milling tool for SLOTS is larger than hole size. Cancelled." - -#: FlatCAMObj.py:2456 FlatCAMObj.py:4150 FlatCAMObj.py:4361 FlatCAMObj.py:4676 -msgid "" -"[ERROR_NOTCL]Wrong value format for self.defaults[\"z_pdepth\"] or self." -"options[\"z_pdepth\"]" -msgstr "" -"[ERROR_NOTCL]Wrong value format for self.defaults[\"z_pdepth\"] or self." -"options[\"z_pdepth\"]" - -#: FlatCAMObj.py:2468 FlatCAMObj.py:4162 FlatCAMObj.py:4373 FlatCAMObj.py:4688 -msgid "" -"[ERROR_NOTCL]Wrong value format for self.defaults[\"feedrate_probe\"] or " -"self.options[\"feedrate_probe\"]" -msgstr "" -"[ERROR_NOTCL]Wrong value format for self.defaults[\"feedrate_probe\"] or " -"self.options[\"feedrate_probe\"]" - -#: FlatCAMObj.py:2500 FlatCAMObj.py:4563 FlatCAMObj.py:4568 FlatCAMObj.py:4714 -msgid "Generating CNC Code" -msgstr "Generating CNC Code" - -#: FlatCAMObj.py:2526 FlatCAMObj.py:4860 camlib.py:4929 camlib.py:5365 -#: camlib.py:5636 -msgid "" -"[ERROR]The Toolchange X,Y field in Edit -> Preferences has to be in the " -"format (x, y) \n" -"but now there is only one value, not two. " -msgstr "" -"[ERROR]The Toolchange X,Y field in Edit -> Preferences has to be in the " -"format (x, y) \n" -"but now there is only one value, not two. " - -#: FlatCAMObj.py:2873 FlatCAMObj.py:3115 FlatCAMObj.py:3400 -msgid "Path" -msgstr "Path" - -#: FlatCAMObj.py:2873 -msgid "In" -msgstr "In" - -#: FlatCAMObj.py:2873 -msgid "Out" -msgstr "Out" - -#: FlatCAMObj.py:2873 FlatCAMObj.py:3196 FlatCAMObj.py:3769 -msgid "Custom" -msgstr "Custom" - -#: FlatCAMObj.py:2874 FlatCAMObj.py:3780 FlatCAMObj.py:3781 FlatCAMObj.py:3790 -msgid "Iso" -msgstr "Iso" - -#: FlatCAMObj.py:2874 FlatCAMObj.py:3117 FlatCAMObj.py:3402 -msgid "Rough" -msgstr "Rough" - -#: FlatCAMObj.py:2874 -msgid "Finish" -msgstr "Finish" - -#: FlatCAMObj.py:3152 flatcamGUI/FlatCAMGUI.py:473 -#: flatcamGUI/FlatCAMGUI.py:1398 flatcamGUI/ObjectUI.py:1067 -msgid "Copy" -msgstr "Copy" - -#: FlatCAMObj.py:3154 flatcamGUI/FlatCAMGUI.py:474 -#: flatcamGUI/FlatCAMGUI.py:1399 flatcamGUI/ObjectUI.py:1075 -#: flatcamTools/ToolNonCopperClear.py:145 flatcamTools/ToolPaint.py:143 -#: flatcamTools/ToolSolderPaste.py:121 flatcamTools/ToolSolderPaste.py:480 -msgid "Delete" -msgstr "Delete" - -#: FlatCAMObj.py:3372 -msgid "[ERROR_NOTCL] Please enter the desired tool diameter in Float format." -msgstr "[ERROR_NOTCL] Please enter the desired tool diameter in Float format." - -#: FlatCAMObj.py:3447 -msgid "[success] Tool added in Tool Table." -msgstr "[success] Tool added in Tool Table." - -#: FlatCAMObj.py:3452 -msgid "[ERROR_NOTCL]Default Tool added. Wrong value format entered." -msgstr "[ERROR_NOTCL]Default Tool added. Wrong value format entered." - -#: FlatCAMObj.py:3482 FlatCAMObj.py:3492 -msgid "[WARNING_NOTCL]Failed. Select a tool to copy." -msgstr "[WARNING_NOTCL]Failed. Select a tool to copy." - -#: FlatCAMObj.py:3521 -msgid "[success] Tool was copied in Tool Table." -msgstr "[success] Tool was copied in Tool Table." - -#: FlatCAMObj.py:3554 -msgid "[success] Tool was edited in Tool Table." -msgstr "[success] Tool was edited in Tool Table." - -#: FlatCAMObj.py:3585 FlatCAMObj.py:3595 -msgid "[WARNING_NOTCL]Failed. Select a tool to delete." -msgstr "[WARNING_NOTCL]Failed. Select a tool to delete." - -#: FlatCAMObj.py:3619 -msgid "[success] Tool was deleted in Tool Table." -msgstr "[success] Tool was deleted in Tool Table." - -#: FlatCAMObj.py:4033 -#, python-format -msgid "" -"[WARNING_NOTCL]This Geometry can't be processed because it is %s geometry." -msgstr "" -"[WARNING_NOTCL]This Geometry can't be processed because it is %s geometry." - -#: FlatCAMObj.py:4050 -msgid "[ERROR_NOTCL]Wrong Tool Dia value format entered, use a number." -msgstr "[ERROR_NOTCL]Wrong Tool Dia value format entered, use a number." - -#: FlatCAMObj.py:4077 -msgid "[ERROR_NOTCL] Failed. No tool selected in the tool table ..." -msgstr "[ERROR_NOTCL] Failed. No tool selected in the tool table ..." - -#: FlatCAMObj.py:4115 -#, python-format -msgid "FlatCAMObj.FlatCAMGeometry.mtool_gen_cncjob() --> %s" -msgstr "FlatCAMObj.FlatCAMGeometry.mtool_gen_cncjob() --> %s" - -#: FlatCAMObj.py:4271 FlatCAMObj.py:4504 -msgid "" -"[WARNING] Tool Offset is selected in Tool Table but no value is provided.\n" -"Add a Tool Offset or change the Offset Type." -msgstr "" -"[WARNING] Tool Offset is selected in Tool Table but no value is provided.\n" -"Add a Tool Offset or change the Offset Type." - -#: FlatCAMObj.py:4385 -msgid "[ERROR_NOTCL]Cancelled. Empty file, it has no geometry..." -msgstr "[ERROR_NOTCL]Cancelled. Empty file, it has no geometry..." - -#: FlatCAMObj.py:4747 FlatCAMObj.py:4757 camlib.py:3229 camlib.py:3238 -msgid "[ERROR_NOTCL] Scale factor has to be a number: integer or float." -msgstr "[ERROR_NOTCL] Scale factor has to be a number: integer or float." - -#: FlatCAMObj.py:4795 -msgid "[success]Geometry Scale done." -msgstr "[success]Geometry Scale done." - -#: FlatCAMObj.py:4812 camlib.py:3300 -msgid "" -"[ERROR_NOTCL]An (x,y) pair of values are needed. Probable you entered only " -"one value in the Offset field." -msgstr "" -"[ERROR_NOTCL]An (x,y) pair of values are needed. Probable you entered only " -"one value in the Offset field." - -#: FlatCAMObj.py:4832 -msgid "[success]Geometry Offset done." -msgstr "[success]Geometry Offset done." - -#: FlatCAMObj.py:5374 FlatCAMObj.py:5379 flatcamTools/ToolSolderPaste.py:1360 -msgid "Export Machine Code ..." -msgstr "Export Machine Code ..." - -#: FlatCAMObj.py:5385 -msgid "[WARNING_NOTCL]Export Machine Code cancelled ..." -msgstr "[WARNING_NOTCL]Export Machine Code cancelled ..." - -#: FlatCAMObj.py:5396 -#, python-format -msgid "[success] Machine Code file saved to: %s" -msgstr "[success] Machine Code file saved to: %s" - -#: FlatCAMObj.py:5418 -#, python-format -msgid "[ERROR]FlatCAMCNNJob.on_edit_code_click() -->%s" -msgstr "[ERROR]FlatCAMCNNJob.on_edit_code_click() -->%s" - -#: FlatCAMObj.py:5524 -#, python-format -msgid "" -"[WARNING_NOTCL]This CNCJob object can't be processed because it is a %s " -"CNCJob object." -msgstr "" -"[WARNING_NOTCL]This CNCJob object can't be processed because it is a %s " -"CNCJob object." - -#: FlatCAMObj.py:5577 -msgid "[ERROR_NOTCL] G-code does not have a units code: either G20 or G21" -msgstr "[ERROR_NOTCL] G-code does not have a units code: either G20 or G21" - -#: FlatCAMObj.py:5590 -msgid "" -"[ERROR_NOTCL] Cancelled. The Toolchange Custom code is enabled but it's " -"empty." -msgstr "" -"[ERROR_NOTCL] Cancelled. The Toolchange Custom code is enabled but it's " -"empty." - -#: FlatCAMObj.py:5597 -msgid "[success] Toolchange G-code was replaced by a custom code." -msgstr "[success] Toolchange G-code was replaced by a custom code." - -#: FlatCAMObj.py:5612 flatcamTools/ToolSolderPaste.py:1389 -msgid "[WARNING_NOTCL] No such file or directory" -msgstr "[WARNING_NOTCL] No such file or directory" - -#: FlatCAMObj.py:5631 FlatCAMObj.py:5643 -msgid "" -"[WARNING_NOTCL] The used postprocessor file has to have in it's name: " -"'toolchange_custom'" -msgstr "" -"[WARNING_NOTCL] The used postprocessor file has to have in it's name: " -"'toolchange_custom'" - -#: FlatCAMObj.py:5649 -msgid "[ERROR] There is no postprocessor file." -msgstr "[ERROR] There is no postprocessor file." - -#: ObjectCollection.py:403 -#, python-brace-format -msgid "Object renamed from {old} to {new}" -msgstr "Object renamed from {old} to {new}" - -#: ObjectCollection.py:738 -#, python-format -msgid "[ERROR] Cause of error: %s" -msgstr "[ERROR] Cause of error: %s" - -#: camlib.py:200 -msgid "[ERROR_NOTCL] self.solid_geometry is neither BaseGeometry or list." -msgstr "[ERROR_NOTCL] self.solid_geometry is neither BaseGeometry or list." - -#: camlib.py:1387 -msgid "[success]Object was mirrored ..." -msgstr "[success]Object was mirrored ..." - -#: camlib.py:1389 -msgid "[ERROR_NOTCL] Failed to mirror. No object selected" -msgstr "[ERROR_NOTCL] Failed to mirror. No object selected" - -#: camlib.py:1425 -msgid "[success]Object was rotated ..." -msgstr "[success]Object was rotated ..." - -#: camlib.py:1427 -msgid "[ERROR_NOTCL] Failed to rotate. No object selected" -msgstr "[ERROR_NOTCL] Failed to rotate. No object selected" - -#: camlib.py:1461 -msgid "[success]Object was skewed ..." -msgstr "[success]Object was skewed ..." - -#: camlib.py:1463 -msgid "[ERROR_NOTCL] Failed to skew. No object selected" -msgstr "[ERROR_NOTCL] Failed to skew. No object selected" - -#: camlib.py:2647 camlib.py:2727 -#, python-format -msgid "[WARNING] Coordinates missing, line ignored: %s" -msgstr "[WARNING] Coordinates missing, line ignored: %s" - -#: camlib.py:2648 camlib.py:2728 -msgid "[WARNING_NOTCL] GERBER file might be CORRUPT. Check the file !!!" -msgstr "[WARNING_NOTCL] GERBER file might be CORRUPT. Check the file !!!" - -#: camlib.py:2696 -#, python-format -msgid "" -"[ERROR] Region does not have enough points. File will be processed but there " -"are parser errors. Line number: %s" -msgstr "" -"[ERROR] Region does not have enough points. File will be processed but there " -"are parser errors. Line number: %s" - -#: camlib.py:3051 -#, python-format -msgid "" -"[ERROR]Gerber Parser ERROR.\n" -"%s:" -msgstr "" -"[ERROR]Gerber Parser ERROR.\n" -"%s:" - -#: camlib.py:3267 -msgid "[success]Gerber Scale done." -msgstr "[success]Gerber Scale done." - -#: camlib.py:3324 -msgid "[success]Gerber Offset done." -msgstr "[success]Gerber Offset done." - -#: camlib.py:3700 -#, python-format -msgid "[ERROR_NOTCL] This is GCODE mark: %s" -msgstr "[ERROR_NOTCL] This is GCODE mark: %s" - -#: camlib.py:4230 -#, python-brace-format -msgid "" -"[ERROR] Excellon Parser error.\n" -"Parsing Failed. Line {l_nr}: {line}\n" -msgstr "" -"[ERROR] Excellon Parser error.\n" -"Parsing Failed. Line {l_nr}: {line}\n" - -#: camlib.py:4307 -msgid "" -"[WARNING] Excellon.create_geometry() -> a drill location was skipped due of " -"not having a tool associated.\n" -"Check the resulting GCode." -msgstr "" -"[WARNING] Excellon.create_geometry() -> a drill location was skipped due of " -"not having a tool associated.\n" -"Check the resulting GCode." - -#: camlib.py:4843 -#, python-format -msgid "[ERROR] There is no such parameter: %s" -msgstr "[ERROR] There is no such parameter: %s" - -#: camlib.py:4908 -msgid "" -"[WARNING] The Cut Z parameter has positive value. It is the depth value to " -"drill into material.\n" -"The Cut Z parameter needs to have a negative value, assuming it is a typo " -"therefore the app will convert the value to negative. Check the resulting " -"CNC code (Gcode etc)." -msgstr "" -"[WARNING] The Cut Z parameter has positive value. It is the depth value to " -"drill into material.\n" -"The Cut Z parameter needs to have a negative value, assuming it is a typo " -"therefore the app will convert the value to negative. Check the resulting " -"CNC code (Gcode etc)." - -#: camlib.py:4915 camlib.py:5388 camlib.py:5659 -#, python-format -msgid "" -"[WARNING] The Cut Z parameter is zero. There will be no cut, skipping %s file" -msgstr "" -"[WARNING] The Cut Z parameter is zero. There will be no cut, skipping %s file" - -#: camlib.py:5131 camlib.py:5226 camlib.py:5277 -msgid "[ERROR_NOTCL]The loaded Excellon file has no drills ..." -msgstr "[ERROR_NOTCL]The loaded Excellon file has no drills ..." - -#: camlib.py:5231 -msgid "[ERROR_NOTCL] Wrong optimization type selected." -msgstr "[ERROR_NOTCL] Wrong optimization type selected." - -#: camlib.py:5376 camlib.py:5647 -msgid "" -"[ERROR_NOTCL] Cut_Z parameter is None or zero. Most likely a bad " -"combinations of other parameters." -msgstr "" -"[ERROR_NOTCL] Cut_Z parameter is None or zero. Most likely a bad " -"combinations of other parameters." - -#: camlib.py:5381 camlib.py:5652 -msgid "" -"[WARNING] The Cut Z parameter has positive value. It is the depth value to " -"cut into material.\n" -"The Cut Z parameter needs to have a negative value, assuming it is a typo " -"therefore the app will convert the value to negative.Check the resulting CNC " -"code (Gcode etc)." -msgstr "" -"[WARNING] The Cut Z parameter has positive value. It is the depth value to " -"cut into material.\n" -"The Cut Z parameter needs to have a negative value, assuming it is a typo " -"therefore the app will convert the value to negative.Check the resulting CNC " -"code (Gcode etc)." - -#: camlib.py:5393 camlib.py:5664 -msgid "[ERROR_NOTCL] Travel Z parameter is None or zero." -msgstr "[ERROR_NOTCL] Travel Z parameter is None or zero." - -#: camlib.py:5397 camlib.py:5668 -msgid "" -"[WARNING] The Travel Z parameter has negative value. It is the height value " -"to travel between cuts.\n" -"The Z Travel parameter needs to have a positive value, assuming it is a typo " -"therefore the app will convert the value to positive.Check the resulting CNC " -"code (Gcode etc)." -msgstr "" -"[WARNING] The Travel Z parameter has negative value. It is the height value " -"to travel between cuts.\n" -"The Z Travel parameter needs to have a positive value, assuming it is a typo " -"therefore the app will convert the value to positive.Check the resulting CNC " -"code (Gcode etc)." - -#: camlib.py:5404 camlib.py:5675 -#, python-format -msgid "" -"[WARNING] The Z Travel parameter is zero. This is dangerous, skipping %s file" -msgstr "" -"[WARNING] The Z Travel parameter is zero. This is dangerous, skipping %s file" - -#: camlib.py:5534 -#, python-format -msgid "[ERROR]Expected a Geometry, got %s" -msgstr "[ERROR]Expected a Geometry, got %s" - -#: camlib.py:5540 -msgid "" -"[ERROR_NOTCL]Trying to generate a CNC Job from a Geometry object without " -"solid_geometry." -msgstr "" -"[ERROR_NOTCL]Trying to generate a CNC Job from a Geometry object without " -"solid_geometry." - -#: camlib.py:5579 -msgid "" -"[ERROR_NOTCL]The Tool Offset value is too negative to use for the " -"current_geometry.\n" -"Raise the value (in module) and try again." -msgstr "" -"[ERROR_NOTCL]The Tool Offset value is too negative to use for the " -"current_geometry.\n" -"Raise the value (in module) and try again." - -#: camlib.py:5801 -msgid "[ERROR_NOTCL] There is no tool data in the SolderPaste geometry." -msgstr "[ERROR_NOTCL] There is no tool data in the SolderPaste geometry." +#: flatcamEditors/FlatCAMGrbEditor.py:2721 +msgid "[success] Done. Scale Tool completed." +msgstr "[success] Done. Scale Tool completed." #: flatcamGUI/FlatCAMGUI.py:50 msgid "&File" @@ -2821,62 +3348,66 @@ msgid "Will create a new, empty Geometry Object." msgstr "Will create a new, empty Geometry Object." #: flatcamGUI/FlatCAMGUI.py:69 +msgid "Gerber\tB" +msgstr "Gerber\tB" + +#: flatcamGUI/FlatCAMGUI.py:71 +msgid "Will create a new, empty Gerber Object." +msgstr "Will create a new, empty Gerber Object." + +#: flatcamGUI/FlatCAMGUI.py:73 msgid "Excellon\tL" msgstr "Excellon\tL" -#: flatcamGUI/FlatCAMGUI.py:71 +#: flatcamGUI/FlatCAMGUI.py:75 msgid "Will create a new, empty Excellon Object." msgstr "Will create a new, empty Excellon Object." -#: flatcamGUI/FlatCAMGUI.py:74 +#: flatcamGUI/FlatCAMGUI.py:78 msgid "Open" msgstr "Open" -#: flatcamGUI/FlatCAMGUI.py:79 +#: flatcamGUI/FlatCAMGUI.py:83 msgid "Open &Gerber ...\tCTRL+G" msgstr "Open &Gerber ...\tCTRL+G" -#: flatcamGUI/FlatCAMGUI.py:86 +#: flatcamGUI/FlatCAMGUI.py:90 msgid "Open &Excellon ...\tCTRL+E" msgstr "Open &Excellon ...\tCTRL+E" -#: flatcamGUI/FlatCAMGUI.py:91 +#: flatcamGUI/FlatCAMGUI.py:95 msgid "Open G-&Code ..." msgstr "Open G-&Code ..." -#: flatcamGUI/FlatCAMGUI.py:95 +#: flatcamGUI/FlatCAMGUI.py:99 msgid "Open &Project ..." msgstr "Open &Project ..." -#: flatcamGUI/FlatCAMGUI.py:101 +#: flatcamGUI/FlatCAMGUI.py:105 msgid "Open Config ..." msgstr "Open Config ..." -#: flatcamGUI/FlatCAMGUI.py:105 +#: flatcamGUI/FlatCAMGUI.py:109 msgid "Recent files" msgstr "Recent files" -#: flatcamGUI/FlatCAMGUI.py:111 +#: flatcamGUI/FlatCAMGUI.py:115 msgid "Scripting" -msgstr "" - -#: flatcamGUI/FlatCAMGUI.py:114 -#, fuzzy -#| msgid "New Tool ..." -msgid "New Script ..." -msgstr "New Tool ..." - -#: flatcamGUI/FlatCAMGUI.py:116 -#, fuzzy -#| msgid "Open &Project ..." -msgid "Open Script ..." -msgstr "Open &Project ..." +msgstr "Scripting" #: flatcamGUI/FlatCAMGUI.py:118 +msgid "New Script ..." +msgstr "New Script ..." + +#: flatcamGUI/FlatCAMGUI.py:120 +msgid "Open Script ..." +msgstr "Open Script ..." + +#: flatcamGUI/FlatCAMGUI.py:122 msgid "Run Script ...\tSHIFT+S" msgstr "Run Script ...\tSHIFT+S" -#: flatcamGUI/FlatCAMGUI.py:121 +#: flatcamGUI/FlatCAMGUI.py:125 msgid "" "Will run the opened Tcl Script thus\n" "enabling the automation of certain\n" @@ -2886,43 +3417,43 @@ msgstr "" "enabling the automation of certain\n" "functions of FlatCAM." -#: flatcamGUI/FlatCAMGUI.py:134 +#: flatcamGUI/FlatCAMGUI.py:138 msgid "Import" msgstr "Import" -#: flatcamGUI/FlatCAMGUI.py:136 +#: flatcamGUI/FlatCAMGUI.py:140 msgid "&SVG as Geometry Object ..." msgstr "&SVG as Geometry Object ..." -#: flatcamGUI/FlatCAMGUI.py:139 +#: flatcamGUI/FlatCAMGUI.py:143 msgid "&SVG as Gerber Object ..." msgstr "&SVG as Gerber Object ..." -#: flatcamGUI/FlatCAMGUI.py:144 +#: flatcamGUI/FlatCAMGUI.py:148 msgid "&DXF as Geometry Object ..." msgstr "&DXF as Geometry Object ..." -#: flatcamGUI/FlatCAMGUI.py:147 +#: flatcamGUI/FlatCAMGUI.py:151 msgid "&DXF as Gerber Object ..." msgstr "&DXF as Gerber Object ..." -#: flatcamGUI/FlatCAMGUI.py:152 +#: flatcamGUI/FlatCAMGUI.py:156 msgid "Export" msgstr "Export" -#: flatcamGUI/FlatCAMGUI.py:155 +#: flatcamGUI/FlatCAMGUI.py:159 msgid "Export &SVG ..." msgstr "Export &SVG ..." -#: flatcamGUI/FlatCAMGUI.py:158 +#: flatcamGUI/FlatCAMGUI.py:162 msgid "Export DXF ..." msgstr "Export DXF ..." -#: flatcamGUI/FlatCAMGUI.py:163 +#: flatcamGUI/FlatCAMGUI.py:167 msgid "Export &PNG ..." msgstr "Export &PNG ..." -#: flatcamGUI/FlatCAMGUI.py:165 +#: flatcamGUI/FlatCAMGUI.py:169 msgid "" "Will export an image in PNG format,\n" "the saved image will contain the visual \n" @@ -2932,11 +3463,11 @@ msgstr "" "the saved image will contain the visual \n" "information currently in FlatCAM Plot Area." -#: flatcamGUI/FlatCAMGUI.py:173 +#: flatcamGUI/FlatCAMGUI.py:177 msgid "Export &Excellon ..." msgstr "Export &Excellon ..." -#: flatcamGUI/FlatCAMGUI.py:176 +#: flatcamGUI/FlatCAMGUI.py:180 msgid "" "Will export an Excellon Object as Excellon file,\n" "the coordinates format, the file units and zeros\n" @@ -2946,51 +3477,51 @@ msgstr "" "the coordinates format, the file units and zeros\n" "are set in Preferences -> Excellon Export." -#: flatcamGUI/FlatCAMGUI.py:187 +#: flatcamGUI/FlatCAMGUI.py:191 msgid "Save &Defaults" msgstr "Save &Defaults" -#: flatcamGUI/FlatCAMGUI.py:193 flatcamGUI/FlatCAMGUI.py:475 +#: flatcamGUI/FlatCAMGUI.py:197 flatcamGUI/FlatCAMGUI.py:514 msgid "Save" msgstr "Save" -#: flatcamGUI/FlatCAMGUI.py:195 +#: flatcamGUI/FlatCAMGUI.py:199 msgid "&Save Project ..." msgstr "&Save Project ..." -#: flatcamGUI/FlatCAMGUI.py:200 +#: flatcamGUI/FlatCAMGUI.py:204 msgid "Save Project &As ...\tCTRL+S" msgstr "Save Project &As ...\tCTRL+S" -#: flatcamGUI/FlatCAMGUI.py:204 +#: flatcamGUI/FlatCAMGUI.py:208 msgid "Save Project C&opy ..." msgstr "Save Project C&opy ..." -#: flatcamGUI/FlatCAMGUI.py:212 +#: flatcamGUI/FlatCAMGUI.py:216 msgid "E&xit" msgstr "E&xit" -#: flatcamGUI/FlatCAMGUI.py:218 +#: flatcamGUI/FlatCAMGUI.py:222 msgid "&Edit" msgstr "&Edit" -#: flatcamGUI/FlatCAMGUI.py:221 +#: flatcamGUI/FlatCAMGUI.py:225 msgid "Edit Object\tE" msgstr "Edit Object\tE" -#: flatcamGUI/FlatCAMGUI.py:222 +#: flatcamGUI/FlatCAMGUI.py:226 msgid "Save && Close Editor\tCTRL+S" msgstr "Save && Close Editor\tCTRL+S" -#: flatcamGUI/FlatCAMGUI.py:230 +#: flatcamGUI/FlatCAMGUI.py:234 msgid "Conversion" msgstr "Conversion" -#: flatcamGUI/FlatCAMGUI.py:232 +#: flatcamGUI/FlatCAMGUI.py:236 msgid "&Join Geo/Gerber/Exc -> Geo" msgstr "&Join Geo/Gerber/Exc -> Geo" -#: flatcamGUI/FlatCAMGUI.py:234 +#: flatcamGUI/FlatCAMGUI.py:238 msgid "" "Merge a selection of objects, which can be of type:\n" "- Gerber\n" @@ -3004,28 +3535,28 @@ msgstr "" "- Geometry\n" "into a new combo Geometry object." -#: flatcamGUI/FlatCAMGUI.py:241 +#: flatcamGUI/FlatCAMGUI.py:245 msgid "Join Excellon(s) -> Excellon" msgstr "Join Excellon(s) -> Excellon" -#: flatcamGUI/FlatCAMGUI.py:243 +#: flatcamGUI/FlatCAMGUI.py:247 msgid "Merge a selection of Excellon objects into a new combo Excellon object." msgstr "" "Merge a selection of Excellon objects into a new combo Excellon object." -#: flatcamGUI/FlatCAMGUI.py:246 +#: flatcamGUI/FlatCAMGUI.py:250 msgid "Join Gerber(s) -> Gerber" msgstr "Join Gerber(s) -> Gerber" -#: flatcamGUI/FlatCAMGUI.py:248 +#: flatcamGUI/FlatCAMGUI.py:252 msgid "Merge a selection of Gerber objects into a new combo Gerber object." msgstr "Merge a selection of Gerber objects into a new combo Gerber object." -#: flatcamGUI/FlatCAMGUI.py:253 +#: flatcamGUI/FlatCAMGUI.py:257 msgid "Convert Single to MultiGeo" msgstr "Convert Single to MultiGeo" -#: flatcamGUI/FlatCAMGUI.py:255 +#: flatcamGUI/FlatCAMGUI.py:259 msgid "" "Will convert a Geometry object from single_geometry type\n" "to a multi_geometry type." @@ -3033,11 +3564,11 @@ msgstr "" "Will convert a Geometry object from single_geometry type\n" "to a multi_geometry type." -#: flatcamGUI/FlatCAMGUI.py:259 +#: flatcamGUI/FlatCAMGUI.py:263 msgid "Convert Multi to SingleGeo" msgstr "Convert Multi to SingleGeo" -#: flatcamGUI/FlatCAMGUI.py:261 +#: flatcamGUI/FlatCAMGUI.py:265 msgid "" "Will convert a Geometry object from multi_geometry type\n" "to a single_geometry type." @@ -3045,1714 +3576,2212 @@ msgstr "" "Will convert a Geometry object from multi_geometry type\n" "to a single_geometry type." -#: flatcamGUI/FlatCAMGUI.py:268 +#: flatcamGUI/FlatCAMGUI.py:272 msgid "&Copy Object\tCTRL+C" msgstr "&Copy Object\tCTRL+C" -#: flatcamGUI/FlatCAMGUI.py:270 +#: flatcamGUI/FlatCAMGUI.py:274 msgid "Copy as &Geom" msgstr "Copy as &Geom" -#: flatcamGUI/FlatCAMGUI.py:273 +#: flatcamGUI/FlatCAMGUI.py:277 msgid "&Delete\tDEL" msgstr "&Delete\tDEL" -#: flatcamGUI/FlatCAMGUI.py:277 +#: flatcamGUI/FlatCAMGUI.py:281 msgid "Se&t Origin\tO" msgstr "Se&t Origin\tO" -#: flatcamGUI/FlatCAMGUI.py:278 +#: flatcamGUI/FlatCAMGUI.py:282 msgid "Jump to Location\tJ" msgstr "Jump to Location\tJ" -#: flatcamGUI/FlatCAMGUI.py:283 +#: flatcamGUI/FlatCAMGUI.py:287 msgid "Toggle Units\tQ" msgstr "Toggle Units\tQ" -#: flatcamGUI/FlatCAMGUI.py:285 +#: flatcamGUI/FlatCAMGUI.py:289 msgid "&Select All\tCTRL+A" msgstr "&Select All\tCTRL+A" -#: flatcamGUI/FlatCAMGUI.py:289 +#: flatcamGUI/FlatCAMGUI.py:293 msgid "&Preferences\tSHIFT+P" msgstr "&Preferences\tSHIFT+P" -#: flatcamGUI/FlatCAMGUI.py:292 +#: flatcamGUI/FlatCAMGUI.py:296 msgid "&Options" msgstr "&Options" -#: flatcamGUI/FlatCAMGUI.py:307 +#: flatcamGUI/FlatCAMGUI.py:311 msgid "&Rotate Selection\tSHIFT+(R)" msgstr "&Rotate Selection\tSHIFT+(R)" -#: flatcamGUI/FlatCAMGUI.py:312 +#: flatcamGUI/FlatCAMGUI.py:316 msgid "&Skew on X axis\tSHIFT+X" msgstr "&Skew on X axis\tSHIFT+X" -#: flatcamGUI/FlatCAMGUI.py:314 +#: flatcamGUI/FlatCAMGUI.py:318 msgid "S&kew on Y axis\tSHIFT+Y" msgstr "S&kew on Y axis\tSHIFT+Y" -#: flatcamGUI/FlatCAMGUI.py:319 +#: flatcamGUI/FlatCAMGUI.py:323 msgid "Flip on &X axis\tX" msgstr "Flip on &X axis\tX" -#: flatcamGUI/FlatCAMGUI.py:321 +#: flatcamGUI/FlatCAMGUI.py:325 msgid "Flip on &Y axis\tY" msgstr "Flip on &Y axis\tY" -#: flatcamGUI/FlatCAMGUI.py:326 +#: flatcamGUI/FlatCAMGUI.py:330 msgid "View source\tALT+S" msgstr "View source\tALT+S" -#: flatcamGUI/FlatCAMGUI.py:331 +#: flatcamGUI/FlatCAMGUI.py:335 msgid "&View" msgstr "&View" -#: flatcamGUI/FlatCAMGUI.py:332 +#: flatcamGUI/FlatCAMGUI.py:336 msgid "Enable all plots\tALT+1" msgstr "Enable all plots\tALT+1" -#: flatcamGUI/FlatCAMGUI.py:334 +#: flatcamGUI/FlatCAMGUI.py:338 msgid "Disable all plots\tALT+2" msgstr "Disable all plots\tALT+2" -#: flatcamGUI/FlatCAMGUI.py:336 +#: flatcamGUI/FlatCAMGUI.py:340 msgid "Disable non-selected\tALT+3" msgstr "Disable non-selected\tALT+3" -#: flatcamGUI/FlatCAMGUI.py:339 +#: flatcamGUI/FlatCAMGUI.py:343 msgid "&Zoom Fit\tV" msgstr "&Zoom Fit\tV" -#: flatcamGUI/FlatCAMGUI.py:340 +#: flatcamGUI/FlatCAMGUI.py:344 msgid "&Zoom In\t-" msgstr "&Zoom In\t-" -#: flatcamGUI/FlatCAMGUI.py:341 +#: flatcamGUI/FlatCAMGUI.py:345 msgid "&Zoom Out\t=" msgstr "&Zoom Out\t=" -#: flatcamGUI/FlatCAMGUI.py:345 +#: flatcamGUI/FlatCAMGUI.py:349 msgid "Toggle Code Editor\tCTRL+E" msgstr "Toggle Code Editor\tCTRL+E" -#: flatcamGUI/FlatCAMGUI.py:348 +#: flatcamGUI/FlatCAMGUI.py:352 msgid "&Toggle FullScreen\tALT+F10" msgstr "&Toggle FullScreen\tALT+F10" -#: flatcamGUI/FlatCAMGUI.py:350 +#: flatcamGUI/FlatCAMGUI.py:354 msgid "&Toggle Plot Area\tCTRL+F10" msgstr "&Toggle Plot Area\tCTRL+F10" -#: flatcamGUI/FlatCAMGUI.py:352 +#: flatcamGUI/FlatCAMGUI.py:356 msgid "&Toggle Project/Sel/Tool\t`" msgstr "&Toggle Project/Sel/Tool\t`" -#: flatcamGUI/FlatCAMGUI.py:355 +#: flatcamGUI/FlatCAMGUI.py:359 msgid "&Toggle Grid Snap\tG" msgstr "&Toggle Grid Snap\tG" -#: flatcamGUI/FlatCAMGUI.py:357 +#: flatcamGUI/FlatCAMGUI.py:361 msgid "&Toggle Axis\tSHIFT+G" msgstr "&Toggle Axis\tSHIFT+G" -#: flatcamGUI/FlatCAMGUI.py:360 +#: flatcamGUI/FlatCAMGUI.py:364 msgid "Toggle Workspace\tSHIFT+W" msgstr "Toggle Workspace\tSHIFT+W" -#: flatcamGUI/FlatCAMGUI.py:364 +#: flatcamGUI/FlatCAMGUI.py:368 msgid "&Tool" msgstr "&Tool" -#: flatcamGUI/FlatCAMGUI.py:366 +#: flatcamGUI/FlatCAMGUI.py:370 msgid "&Command Line\tS" msgstr "&Command Line\tS" -#: flatcamGUI/FlatCAMGUI.py:369 +#: flatcamGUI/FlatCAMGUI.py:373 msgid "&Help" msgstr "&Help" -#: flatcamGUI/FlatCAMGUI.py:370 +#: flatcamGUI/FlatCAMGUI.py:374 msgid "Help\tF1" msgstr "Help\tF1" -#: flatcamGUI/FlatCAMGUI.py:371 +#: flatcamGUI/FlatCAMGUI.py:375 msgid "FlatCAM.org" msgstr "FlatCAM.org" -#: flatcamGUI/FlatCAMGUI.py:374 +#: flatcamGUI/FlatCAMGUI.py:378 msgid "Shortcuts List\tF3" msgstr "Shortcuts List\tF3" -#: flatcamGUI/FlatCAMGUI.py:375 +#: flatcamGUI/FlatCAMGUI.py:379 msgid "YouTube Channel\tF4" msgstr "YouTube Channel\tF4" -#: flatcamGUI/FlatCAMGUI.py:377 +#: flatcamGUI/FlatCAMGUI.py:381 msgid "About" msgstr "About" -#: flatcamGUI/FlatCAMGUI.py:388 +#: flatcamGUI/FlatCAMGUI.py:392 msgid "Add Circle\tO" msgstr "Add Circle\tO" -#: flatcamGUI/FlatCAMGUI.py:390 +#: flatcamGUI/FlatCAMGUI.py:394 msgid "Add Arc\tA" msgstr "Add Arc\tA" -#: flatcamGUI/FlatCAMGUI.py:393 +#: flatcamGUI/FlatCAMGUI.py:397 msgid "Add Rectangle\tR" msgstr "Add Rectangle\tR" -#: flatcamGUI/FlatCAMGUI.py:396 +#: flatcamGUI/FlatCAMGUI.py:400 msgid "Add Polygon\tN" msgstr "Add Polygon\tN" -#: flatcamGUI/FlatCAMGUI.py:398 +#: flatcamGUI/FlatCAMGUI.py:402 msgid "Add Path\tP" msgstr "Add Path\tP" -#: flatcamGUI/FlatCAMGUI.py:400 +#: flatcamGUI/FlatCAMGUI.py:404 msgid "Add Text\tT" msgstr "Add Text\tT" -#: flatcamGUI/FlatCAMGUI.py:403 +#: flatcamGUI/FlatCAMGUI.py:407 msgid "Polygon Union\tU" msgstr "Polygon Union\tU" -#: flatcamGUI/FlatCAMGUI.py:405 +#: flatcamGUI/FlatCAMGUI.py:409 msgid "Polygon Intersection\tE" msgstr "Polygon Intersection\tE" -#: flatcamGUI/FlatCAMGUI.py:407 +#: flatcamGUI/FlatCAMGUI.py:411 msgid "Polygon Subtraction\tS" msgstr "Polygon Subtraction\tS" -#: flatcamGUI/FlatCAMGUI.py:411 +#: flatcamGUI/FlatCAMGUI.py:415 msgid "Cut Path\tX" msgstr "Cut Path\tX" -#: flatcamGUI/FlatCAMGUI.py:413 +#: flatcamGUI/FlatCAMGUI.py:417 msgid "Copy Geom\tC" msgstr "Copy Geom\tC" -#: flatcamGUI/FlatCAMGUI.py:415 +#: flatcamGUI/FlatCAMGUI.py:419 msgid "Delete Shape\tDEL" msgstr "Delete Shape\tDEL" -#: flatcamGUI/FlatCAMGUI.py:418 +#: flatcamGUI/FlatCAMGUI.py:422 flatcamGUI/FlatCAMGUI.py:489 msgid "Move\tM" msgstr "Move\tM" -#: flatcamGUI/FlatCAMGUI.py:420 +#: flatcamGUI/FlatCAMGUI.py:424 msgid "Buffer Tool\tB" msgstr "Buffer Tool\tB" -#: flatcamGUI/FlatCAMGUI.py:423 +#: flatcamGUI/FlatCAMGUI.py:427 msgid "Paint Tool\tI" msgstr "Paint Tool\tI" -#: flatcamGUI/FlatCAMGUI.py:426 +#: flatcamGUI/FlatCAMGUI.py:430 msgid "Transform Tool\tALT+R" msgstr "Transform Tool\tALT+R" -#: flatcamGUI/FlatCAMGUI.py:430 +#: flatcamGUI/FlatCAMGUI.py:434 msgid "Toggle Corner Snap\tK" msgstr "Toggle Corner Snap\tK" -#: flatcamGUI/FlatCAMGUI.py:433 +#: flatcamGUI/FlatCAMGUI.py:437 msgid ">Excellon Editor<" msgstr ">Excellon Editor<" -#: flatcamGUI/FlatCAMGUI.py:437 +#: flatcamGUI/FlatCAMGUI.py:441 msgid "Add Drill Array\tA" msgstr "Add Drill Array\tA" -#: flatcamGUI/FlatCAMGUI.py:439 +#: flatcamGUI/FlatCAMGUI.py:443 msgid "Add Drill\tD" msgstr "Add Drill\tD" -#: flatcamGUI/FlatCAMGUI.py:443 +#: flatcamGUI/FlatCAMGUI.py:447 msgid "Resize Drill(S)\tR" msgstr "Resize Drill(S)\tR" -#: flatcamGUI/FlatCAMGUI.py:445 +#: flatcamGUI/FlatCAMGUI.py:449 flatcamGUI/FlatCAMGUI.py:482 msgid "Copy\tC" msgstr "Copy\tC" -#: flatcamGUI/FlatCAMGUI.py:447 +#: flatcamGUI/FlatCAMGUI.py:451 flatcamGUI/FlatCAMGUI.py:484 msgid "Delete\tDEL" msgstr "Delete\tDEL" -#: flatcamGUI/FlatCAMGUI.py:452 +#: flatcamGUI/FlatCAMGUI.py:456 msgid "Move Drill(s)\tM" msgstr "Move Drill(s)\tM" +#: flatcamGUI/FlatCAMGUI.py:460 +msgid ">Gerber Editor<" +msgstr ">Gerber Editor<" + +#: flatcamGUI/FlatCAMGUI.py:464 +msgid "Add Pad\tP" +msgstr "Add Pad\tP" + #: flatcamGUI/FlatCAMGUI.py:466 +msgid "Add Pad Array\tA" +msgstr "Add Pad Array\tA" + +#: flatcamGUI/FlatCAMGUI.py:468 +msgid "Add Track\tT" +msgstr "Add Track\tT" + +#: flatcamGUI/FlatCAMGUI.py:470 +msgid "Add Region\tN" +msgstr "Add Region\tN" + +#: flatcamGUI/FlatCAMGUI.py:474 +msgid "Buffer\tB" +msgstr "Buffer\tB" + +#: flatcamGUI/FlatCAMGUI.py:476 +msgid "Scale\tS" +msgstr "Scale\tS" + +#: flatcamGUI/FlatCAMGUI.py:478 +msgid "Transform\tALT+R" +msgstr "Transform\tALT+R" + +#: flatcamGUI/FlatCAMGUI.py:505 msgid "Enable Plot" msgstr "Enable Plot" -#: flatcamGUI/FlatCAMGUI.py:467 +#: flatcamGUI/FlatCAMGUI.py:506 msgid "Disable Plot" msgstr "Disable Plot" -#: flatcamGUI/FlatCAMGUI.py:469 +#: flatcamGUI/FlatCAMGUI.py:508 msgid "Generate CNC" msgstr "Generate CNC" -#: flatcamGUI/FlatCAMGUI.py:470 +#: flatcamGUI/FlatCAMGUI.py:509 msgid "View Source" msgstr "View Source" -#: flatcamGUI/FlatCAMGUI.py:472 flatcamGUI/FlatCAMGUI.py:1400 +#: flatcamGUI/FlatCAMGUI.py:511 flatcamGUI/FlatCAMGUI.py:1548 msgid "Edit" msgstr "Edit" -#: flatcamGUI/FlatCAMGUI.py:478 flatcamGUI/FlatCAMGUI.py:1406 +#: flatcamGUI/FlatCAMGUI.py:517 flatcamGUI/FlatCAMGUI.py:1554 #: flatcamTools/ToolProperties.py:25 msgid "Properties" msgstr "Properties" -#: flatcamGUI/FlatCAMGUI.py:507 +#: flatcamGUI/FlatCAMGUI.py:546 msgid "File Toolbar" msgstr "File Toolbar" -#: flatcamGUI/FlatCAMGUI.py:511 +#: flatcamGUI/FlatCAMGUI.py:550 msgid "Edit Toolbar" msgstr "Edit Toolbar" -#: flatcamGUI/FlatCAMGUI.py:515 +#: flatcamGUI/FlatCAMGUI.py:554 msgid "View Toolbar" msgstr "View Toolbar" -#: flatcamGUI/FlatCAMGUI.py:519 +#: flatcamGUI/FlatCAMGUI.py:558 msgid "Shell Toolbar" msgstr "Shell Toolbar" -#: flatcamGUI/FlatCAMGUI.py:523 +#: flatcamGUI/FlatCAMGUI.py:562 msgid "Tools Toolbar" msgstr "Tools Toolbar" -#: flatcamGUI/FlatCAMGUI.py:527 +#: flatcamGUI/FlatCAMGUI.py:566 msgid "Excellon Editor Toolbar" msgstr "Excellon Editor Toolbar" -#: flatcamGUI/FlatCAMGUI.py:531 +#: flatcamGUI/FlatCAMGUI.py:570 msgid "Geometry Editor Toolbar" msgstr "Geometry Editor Toolbar" -#: flatcamGUI/FlatCAMGUI.py:535 +#: flatcamGUI/FlatCAMGUI.py:574 +msgid "Gerber Editor Toolbar" +msgstr "Gerber Editor Toolbar" + +#: flatcamGUI/FlatCAMGUI.py:578 msgid "Grid Toolbar" msgstr "Grid Toolbar" -#: flatcamGUI/FlatCAMGUI.py:554 flatcamGUI/FlatCAMGUI.py:1603 +#: flatcamGUI/FlatCAMGUI.py:597 flatcamGUI/FlatCAMGUI.py:1765 msgid "Open project" msgstr "Open project" -#: flatcamGUI/FlatCAMGUI.py:555 flatcamGUI/FlatCAMGUI.py:1604 +#: flatcamGUI/FlatCAMGUI.py:598 flatcamGUI/FlatCAMGUI.py:1766 msgid "Save project" msgstr "Save project" -#: flatcamGUI/FlatCAMGUI.py:558 flatcamGUI/FlatCAMGUI.py:1607 +#: flatcamGUI/FlatCAMGUI.py:601 flatcamGUI/FlatCAMGUI.py:1769 msgid "New Blank Geometry" msgstr "New Blank Geometry" -#: flatcamGUI/FlatCAMGUI.py:559 flatcamGUI/FlatCAMGUI.py:1608 +#: flatcamGUI/FlatCAMGUI.py:602 +msgid "New Blank Gerber" +msgstr "New Blank Gerber" + +#: flatcamGUI/FlatCAMGUI.py:603 flatcamGUI/FlatCAMGUI.py:1770 msgid "New Blank Excellon" msgstr "New Blank Excellon" -#: flatcamGUI/FlatCAMGUI.py:561 flatcamGUI/FlatCAMGUI.py:1610 +#: flatcamGUI/FlatCAMGUI.py:605 flatcamGUI/FlatCAMGUI.py:1772 msgid "Editor" msgstr "Editor" -#: flatcamGUI/FlatCAMGUI.py:563 flatcamGUI/FlatCAMGUI.py:1612 +#: flatcamGUI/FlatCAMGUI.py:607 flatcamGUI/FlatCAMGUI.py:1774 msgid "Save Object and close the Editor" msgstr "Save Object and close the Editor" -#: flatcamGUI/FlatCAMGUI.py:567 flatcamGUI/FlatCAMGUI.py:1616 +#: flatcamGUI/FlatCAMGUI.py:611 flatcamGUI/FlatCAMGUI.py:1778 msgid "&Delete" msgstr "&Delete" -#: flatcamGUI/FlatCAMGUI.py:570 flatcamGUI/FlatCAMGUI.py:1619 +#: flatcamGUI/FlatCAMGUI.py:614 flatcamGUI/FlatCAMGUI.py:1781 msgid "&Replot" msgstr "&Replot" -#: flatcamGUI/FlatCAMGUI.py:571 flatcamGUI/FlatCAMGUI.py:1620 +#: flatcamGUI/FlatCAMGUI.py:615 flatcamGUI/FlatCAMGUI.py:1782 msgid "&Clear plot" msgstr "&Clear plot" -#: flatcamGUI/FlatCAMGUI.py:572 flatcamGUI/FlatCAMGUI.py:1621 +#: flatcamGUI/FlatCAMGUI.py:616 flatcamGUI/FlatCAMGUI.py:1783 msgid "Zoom In" msgstr "Zoom In" -#: flatcamGUI/FlatCAMGUI.py:573 flatcamGUI/FlatCAMGUI.py:1622 +#: flatcamGUI/FlatCAMGUI.py:617 flatcamGUI/FlatCAMGUI.py:1784 msgid "Zoom Out" msgstr "Zoom Out" -#: flatcamGUI/FlatCAMGUI.py:574 flatcamGUI/FlatCAMGUI.py:1380 -#: flatcamGUI/FlatCAMGUI.py:1623 +#: flatcamGUI/FlatCAMGUI.py:618 flatcamGUI/FlatCAMGUI.py:1518 +#: flatcamGUI/FlatCAMGUI.py:1785 msgid "Zoom Fit" msgstr "Zoom Fit" -#: flatcamGUI/FlatCAMGUI.py:579 flatcamGUI/FlatCAMGUI.py:1628 +#: flatcamGUI/FlatCAMGUI.py:623 flatcamGUI/FlatCAMGUI.py:1790 msgid "&Command Line" msgstr "&Command Line" -#: flatcamGUI/FlatCAMGUI.py:582 flatcamGUI/FlatCAMGUI.py:1631 +#: flatcamGUI/FlatCAMGUI.py:626 flatcamGUI/FlatCAMGUI.py:1793 msgid "2Sided Tool" msgstr "2Sided Tool" -#: flatcamGUI/FlatCAMGUI.py:583 flatcamGUI/FlatCAMGUI.py:1632 +#: flatcamGUI/FlatCAMGUI.py:627 flatcamGUI/FlatCAMGUI.py:1794 msgid "&Cutout Tool" msgstr "&Cutout Tool" -#: flatcamGUI/FlatCAMGUI.py:584 flatcamGUI/FlatCAMGUI.py:1633 -#: flatcamGUI/ObjectUI.py:463 flatcamTools/ToolNonCopperClear.py:283 +#: flatcamGUI/FlatCAMGUI.py:628 flatcamGUI/FlatCAMGUI.py:1795 +#: flatcamGUI/ObjectUI.py:392 flatcamTools/ToolNonCopperClear.py:284 msgid "NCC Tool" msgstr "NCC Tool" -#: flatcamGUI/FlatCAMGUI.py:588 flatcamGUI/FlatCAMGUI.py:1637 +#: flatcamGUI/FlatCAMGUI.py:632 flatcamGUI/FlatCAMGUI.py:1799 msgid "Panel Tool" msgstr "Panel Tool" -#: flatcamGUI/FlatCAMGUI.py:589 flatcamGUI/FlatCAMGUI.py:1638 +#: flatcamGUI/FlatCAMGUI.py:633 flatcamGUI/FlatCAMGUI.py:1800 #: flatcamTools/ToolFilm.py:204 msgid "Film Tool" msgstr "Film Tool" -#: flatcamGUI/FlatCAMGUI.py:590 flatcamGUI/FlatCAMGUI.py:1640 +#: flatcamGUI/FlatCAMGUI.py:634 flatcamGUI/FlatCAMGUI.py:1802 msgid "SolderPaste Tool" msgstr "SolderPaste Tool" -#: flatcamGUI/FlatCAMGUI.py:593 flatcamGUI/FlatCAMGUI.py:1644 +#: flatcamGUI/FlatCAMGUI.py:637 flatcamGUI/FlatCAMGUI.py:1806 msgid "Calculators Tool" msgstr "Calculators Tool" -#: flatcamGUI/FlatCAMGUI.py:597 flatcamGUI/FlatCAMGUI.py:611 -#: flatcamGUI/FlatCAMGUI.py:1648 +#: flatcamGUI/FlatCAMGUI.py:641 flatcamGUI/FlatCAMGUI.py:655 +#: flatcamGUI/FlatCAMGUI.py:688 flatcamGUI/FlatCAMGUI.py:1810 +#: flatcamGUI/FlatCAMGUI.py:1860 msgid "Select" msgstr "Select" -#: flatcamGUI/FlatCAMGUI.py:598 flatcamGUI/FlatCAMGUI.py:1649 +#: flatcamGUI/FlatCAMGUI.py:642 flatcamGUI/FlatCAMGUI.py:1811 msgid "Add Drill Hole" msgstr "Add Drill Hole" -#: flatcamGUI/FlatCAMGUI.py:601 flatcamGUI/FlatCAMGUI.py:1652 -msgid "Resize Drill" -msgstr "Resize Drill" - -#: flatcamGUI/FlatCAMGUI.py:604 flatcamGUI/FlatCAMGUI.py:1655 -msgid "Copy Drill" -msgstr "Copy Drill" - -#: flatcamGUI/FlatCAMGUI.py:605 flatcamGUI/FlatCAMGUI.py:1657 -msgid "Delete Drill" -msgstr "Delete Drill" - -#: flatcamGUI/FlatCAMGUI.py:608 flatcamGUI/FlatCAMGUI.py:1660 -msgid "Move Drill" -msgstr "Move Drill" - -#: flatcamGUI/FlatCAMGUI.py:612 flatcamGUI/FlatCAMGUI.py:1664 -msgid "Add Circle" -msgstr "Add Circle" - -#: flatcamGUI/FlatCAMGUI.py:613 flatcamGUI/FlatCAMGUI.py:1665 -msgid "Add Arc" -msgstr "Add Arc" - -#: flatcamGUI/FlatCAMGUI.py:615 flatcamGUI/FlatCAMGUI.py:1667 -msgid "Add Rectangle" -msgstr "Add Rectangle" - -#: flatcamGUI/FlatCAMGUI.py:618 flatcamGUI/FlatCAMGUI.py:1670 -msgid "Add Path" -msgstr "Add Path" - -#: flatcamGUI/FlatCAMGUI.py:619 flatcamGUI/FlatCAMGUI.py:1672 -msgid "Add Polygon" -msgstr "Add Polygon" - -#: flatcamGUI/FlatCAMGUI.py:621 flatcamGUI/FlatCAMGUI.py:1674 -msgid "Add Text" -msgstr "Add Text" - -#: flatcamGUI/FlatCAMGUI.py:622 flatcamGUI/FlatCAMGUI.py:1676 -msgid "Add Buffer" -msgstr "Add Buffer" - -#: flatcamGUI/FlatCAMGUI.py:623 flatcamGUI/FlatCAMGUI.py:1677 -msgid "Paint Shape" -msgstr "Paint Shape" - -#: flatcamGUI/FlatCAMGUI.py:626 flatcamGUI/FlatCAMGUI.py:1680 -msgid "Polygon Union" -msgstr "Polygon Union" - -#: flatcamGUI/FlatCAMGUI.py:628 flatcamGUI/FlatCAMGUI.py:1682 -msgid "Polygon Intersection" -msgstr "Polygon Intersection" - -#: flatcamGUI/FlatCAMGUI.py:630 flatcamGUI/FlatCAMGUI.py:1684 -msgid "Polygon Subtraction" -msgstr "Polygon Subtraction" - -#: flatcamGUI/FlatCAMGUI.py:633 flatcamGUI/FlatCAMGUI.py:1687 -msgid "Cut Path" -msgstr "Cut Path" - -#: flatcamGUI/FlatCAMGUI.py:634 -msgid "Copy Shape(s)" -msgstr "Copy Shape(s)" - -#: flatcamGUI/FlatCAMGUI.py:637 -msgid "Delete Shape '-'" -msgstr "Delete Shape '-'" - -#: flatcamGUI/FlatCAMGUI.py:639 flatcamGUI/FlatCAMGUI.py:1692 -msgid "Transformations" -msgstr "Transformations" - -#: flatcamGUI/FlatCAMGUI.py:641 -msgid "Move Objects " -msgstr "Move Objects " - -#: flatcamGUI/FlatCAMGUI.py:647 flatcamGUI/FlatCAMGUI.py:1701 -msgid "Snap to grid" -msgstr "Snap to grid" - -#: flatcamGUI/FlatCAMGUI.py:650 flatcamGUI/FlatCAMGUI.py:1704 -msgid "Grid X snapping distance" -msgstr "Grid X snapping distance" - -#: flatcamGUI/FlatCAMGUI.py:655 flatcamGUI/FlatCAMGUI.py:1709 -msgid "Grid Y snapping distance" -msgstr "Grid Y snapping distance" - -#: flatcamGUI/FlatCAMGUI.py:661 flatcamGUI/FlatCAMGUI.py:1715 -msgid "" -"When active, value on Grid_X\n" -"is copied to the Grid_Y value." -msgstr "" -"When active, value on Grid_X\n" -"is copied to the Grid_Y value." - -#: flatcamGUI/FlatCAMGUI.py:667 flatcamGUI/FlatCAMGUI.py:1721 -msgid "Snap to corner" -msgstr "Snap to corner" - -#: flatcamGUI/FlatCAMGUI.py:671 flatcamGUI/FlatCAMGUI.py:1725 -#: flatcamGUI/FlatCAMGUI.py:2804 -msgid "Max. magnet distance" -msgstr "Max. magnet distance" - -#: flatcamGUI/FlatCAMGUI.py:685 flatcamGUI/FlatCAMGUI.py:1374 -msgid "Project" -msgstr "Project" - -#: flatcamGUI/FlatCAMGUI.py:694 -msgid "Selected" -msgstr "Selected" - -#: flatcamGUI/FlatCAMGUI.py:701 -msgid "Tool" -msgstr "Tool" - -#: flatcamGUI/FlatCAMGUI.py:713 flatcamGUI/FlatCAMGUI.py:721 -msgid "Plot Area" -msgstr "Plot Area" - -#: flatcamGUI/FlatCAMGUI.py:745 -msgid "General" -msgstr "General" - -#: flatcamGUI/FlatCAMGUI.py:754 -msgid "APP. DEFAULTS" -msgstr "APP. DEFAULTS" - -#: flatcamGUI/FlatCAMGUI.py:755 -msgid "PROJ. OPTIONS " -msgstr "PROJ. OPTIONS " - -#: flatcamGUI/FlatCAMGUI.py:766 -msgid "GERBER" -msgstr "GERBER" - -#: flatcamGUI/FlatCAMGUI.py:775 -msgid "EXCELLON" -msgstr "EXCELLON" - -#: flatcamGUI/FlatCAMGUI.py:784 -msgid "GEOMETRY" -msgstr "GEOMETRY" - -#: flatcamGUI/FlatCAMGUI.py:794 -msgid "CNC-JOB" -msgstr "CNC-JOB" - -#: flatcamGUI/FlatCAMGUI.py:803 -msgid "TOOLS" -msgstr "TOOLS" - -#: flatcamGUI/FlatCAMGUI.py:820 -msgid "Import Preferences" -msgstr "Import Preferences" - -#: flatcamGUI/FlatCAMGUI.py:823 -msgid "" -"Import a full set of FlatCAM settings from a file\n" -"previously saved on HDD.\n" -"\n" -"FlatCAM automatically save a 'factory_defaults' file\n" -"on the first start. Do not delete that file." -msgstr "" -"Import a full set of FlatCAM settings from a file\n" -"previously saved on HDD.\n" -"\n" -"FlatCAM automatically save a 'factory_defaults' file\n" -"on the first start. Do not delete that file." - -#: flatcamGUI/FlatCAMGUI.py:830 -msgid "Export Preferences" -msgstr "Export Preferences" - -#: flatcamGUI/FlatCAMGUI.py:833 -msgid "" -"Export a full set of FlatCAM settings in a file\n" -"that is saved on HDD." -msgstr "" -"Export a full set of FlatCAM settings in a file\n" -"that is saved on HDD." - -#: flatcamGUI/FlatCAMGUI.py:838 -msgid "Open Pref Folder" -msgstr "Open Pref Folder" - -#: flatcamGUI/FlatCAMGUI.py:841 -msgid "Open the folder where FlatCAM save the preferences files." -msgstr "Open the folder where FlatCAM save the preferences files." - -#: flatcamGUI/FlatCAMGUI.py:849 -msgid "Save Preferences" -msgstr "Save Preferences" - -#: flatcamGUI/FlatCAMGUI.py:852 -msgid "" -"Save the current settings in the 'current_defaults' file\n" -"which is the file storing the working default preferences." -msgstr "" -"Save the current settings in the 'current_defaults' file\n" -"which is the file storing the working default preferences." - -#: flatcamGUI/FlatCAMGUI.py:878 -msgid "" -"General Shortcut list
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
F3\n" -"  SHOW SHORTCUT LIST
  
1 Switch to Project Tab
2 Switch to Selected Tab
3 Switch to Tool Tab
  
E Edit Object (if selected)
G Grid On/Off
J Jump to Coordinates
L New Excellon
M Move Obj
N New Geometry
O Set Origin
Q Change Units
P Open Properties Tool
R Rotate by 90 degree CW
S Shell Toggle
T Add a Tool (when in Geometry Selected Tab " -"or in Tools NCC or Tools Paint)
V Zoom Fit
X Flip on X_axis
Y Flip on Y_axis
'=' Zoom Out
'-' Zoom In
  
CTRL+A Select All
CTRL+C Copy Obj
CTRL+E Open Excellon File
CTRL+G Open Gerber File
CTRL+N New Project
CTRL+M Measurement Tool
CTRL+O Open Project
CTRL+S Save Project As
CTRL+F10 Toggle Plot Area
  
SHIFT+C Copy Obj_Name
SHIFT+E Toggle Code Editor
SHIFT+G Toggle the axis
SHIFT+P Open Preferences Window
SHIFT+R Rotate by 90 degree CCW
SHIFT+S Run a Script
SHIFT+W Toggle the workspace
SHIFT+X Skew on X axis
SHIFT+Y Skew on Y axis
  
ALT+C Calculators Tool
ALT+D 2-Sided PCB Tool
ALT+K Solder Paste Dispensing Tool
ALT+L Film PCB Tool
ALT+N Non-Copper Clearing Tool
ALT+P Paint Area Tool
ALT+R Transformations Tool
ALT+S View File Source
ALT+U Cutout PCB Tool
ALT+1 Enable all Plots
ALT+2 Disable all Plots
ALT+3 Disable Non-selected Plots
ALT+F10 Toggle Full Screen
  
F1 Open Online Manual
F4 Open Online Tutorials
Del Delete Object
Del Alternate: Delete Tool
'`' (left to Key_1)Toogle Notebook Area (Left " -"Side)
SPACE En(Dis)able Obj Plot
Escape Deselects all objects
\n" -" \n" -" " -msgstr "" -"General Shortcut list
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
F3\n" -"  SHOW SHORTCUT LIST
  
1 Switch to Project Tab
2 Switch to Selected Tab
3 Switch to Tool Tab
  
E Edit Object (if selected)
G Grid On/Off
J Jump to Coordinates
L New Excellon
M Move Obj
N New Geometry
O Set Origin
Q Change Units
P Open Properties Tool
R Rotate by 90 degree CW
S Shell Toggle
T Add a Tool (when in Geometry Selected Tab " -"or in Tools NCC or Tools Paint)
V Zoom Fit
X Flip on X_axis
Y Flip on Y_axis
'=' Zoom Out
'-' Zoom In
  
CTRL+A Select All
CTRL+C Copy Obj
CTRL+E Open Excellon File
CTRL+G Open Gerber File
CTRL+N New Project
CTRL+M Measurement Tool
CTRL+O Open Project
CTRL+S Save Project As
CTRL+F10 Toggle Plot Area
  
SHIFT+C Copy Obj_Name
SHIFT+E Toggle Code Editor
SHIFT+G Toggle the axis
SHIFT+P Open Preferences Window
SHIFT+R Rotate by 90 degree CCW
SHIFT+S Run a Script
SHIFT+W Toggle the workspace
SHIFT+X Skew on X axis
SHIFT+Y Skew on Y axis
  
ALT+C Calculators Tool
ALT+D 2-Sided PCB Tool
ALT+K Solder Paste Dispensing Tool
ALT+L Film PCB Tool
ALT+N Non-Copper Clearing Tool
ALT+P Paint Area Tool
ALT+R Transformations Tool
ALT+S View File Source
ALT+U Cutout PCB Tool
ALT+1 Enable all Plots
ALT+2 Disable all Plots
ALT+3 Disable Non-selected Plots
ALT+F10 Toggle Full Screen
  
F1 Open Online Manual
F4 Open Online Tutorials
Del Delete Object
Del Alternate: Delete Tool
'`' (left to Key_1)Toogle Notebook Area (Left " -"Side)
SPACE En(Dis)able Obj Plot
Escape Deselects all objects
\n" -" \n" -" " - -#: flatcamGUI/FlatCAMGUI.py:1155 -msgid "" -"Editor Shortcut list
\n" -"
\n" -" GEOMETRY EDITOR
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
A\n" -"  Draw an Arc
B Buffer Tool
C Copy Geo Item
E Polygon Intersection Tool
I Paint Tool
J Jump to Location (x, y)
K Toggle Corner Snap
M Move Geo Item
N Draw a Polygon
O Draw a Circle
P Draw a Path
R Draw Rectangle
S Polygon Substraction Tool
T Add Text Tool
U Polygon Union Tool
X Flip shape on X axis
Y Flip shape on Y axis
  
SHIFT+X Skew shape on X axis
SHIFT+Y Skew shape on Y axis
  
ALT+R Editor Transformation Tool
ALT+X Offset shape on X axis
ALT+Y Offset shape on Y axis
  
CTRL+M Measurement Tool
CTRL+S Save Object and Exit Editor
CTRL+X Polygon Cut Tool
  
Space Rotate Geometry
ENTER Finish drawing for certain tools
ESC Abort and return to Select
Del Delete Shape
\n" -"
\n" -"
\n" -" EXCELLON EDITOR
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
A\n" -"  Add Drill Array
C Copy Drill(s)
D Add Drill
J Jump to Location (x, y)
M Move Drill(s)
R Resize Drill(s)
T Add a new Tool
  
Del Delete Drill(s)
Del Alternate: Delete Tool(s)
  
ESC Abort and return to Select
CTRL+S Save Object and Exit Editor
\n" -" " -msgstr "" -"Editor Shortcut list
\n" -"
\n" -" GEOMETRY EDITOR
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
A\n" -"  Draw an Arc
B Buffer Tool
C Copy Geo Item
E Polygon Intersection Tool
I Paint Tool
J Jump to Location (x, y)
K Toggle Corner Snap
M Move Geo Item
N Draw a Polygon
O Draw a Circle
P Draw a Path
R Draw Rectangle
S Polygon Substraction Tool
T Add Text Tool
U Polygon Union Tool
X Flip shape on X axis
Y Flip shape on Y axis
  
SHIFT+X Skew shape on X axis
SHIFT+Y Skew shape on Y axis
  
ALT+R Editor Transformation Tool
ALT+X Offset shape on X axis
ALT+Y Offset shape on Y axis
  
CTRL+M Measurement Tool
CTRL+S Save Object and Exit Editor
CTRL+X Polygon Cut Tool
  
Space Rotate Geometry
ENTER Finish drawing for certain tools
ESC Abort and return to Select
Del Delete Shape
\n" -"
\n" -"
\n" -" EXCELLON EDITOR
\n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -" \n" -"
A\n" -"  Add Drill Array
C Copy Drill(s)
D Add Drill
J Jump to Location (x, y)
M Move Drill(s)
R Resize Drill(s)
T Add a new Tool
  
Del Delete Drill(s)
Del Alternate: Delete Tool(s)
  
ESC Abort and return to Select
CTRL+S Save Object and Exit Editor
\n" -" " - -#: flatcamGUI/FlatCAMGUI.py:1368 -msgid "Disable" -msgstr "Disable" - -#: flatcamGUI/FlatCAMGUI.py:1370 -msgid "New" -msgstr "New" - -#: flatcamGUI/FlatCAMGUI.py:1371 -msgid "Geometry" -msgstr "Geometry" - -#: flatcamGUI/FlatCAMGUI.py:1372 -msgid "Excellon" -msgstr "Excellon" - -#: flatcamGUI/FlatCAMGUI.py:1377 -msgid "Grids" -msgstr "Grids" - -#: flatcamGUI/FlatCAMGUI.py:1379 -msgid "View" -msgstr "View" - -#: flatcamGUI/FlatCAMGUI.py:1381 -msgid "Clear Plot" -msgstr "Clear Plot" - -#: flatcamGUI/FlatCAMGUI.py:1382 -msgid "Replot" -msgstr "Replot" - -#: flatcamGUI/FlatCAMGUI.py:1385 -msgid "Geo Editor" -msgstr "Geo Editor" - -#: flatcamGUI/FlatCAMGUI.py:1386 -msgid "Line" -msgstr "Line" - -#: flatcamGUI/FlatCAMGUI.py:1387 -msgid "Rectangle" -msgstr "Rectangle" - -#: flatcamGUI/FlatCAMGUI.py:1388 flatcamGUI/FlatCAMGUI.py:4607 -#: flatcamGUI/ObjectUI.py:1431 -msgid "Cut" -msgstr "Cut" - -#: flatcamGUI/FlatCAMGUI.py:1390 flatcamGUI/FlatCAMGUI.py:1405 -#: flatcamTools/ToolMove.py:26 -msgid "Move" -msgstr "Move" - -#: flatcamGUI/FlatCAMGUI.py:1392 -msgid "Exc Editor" -msgstr "Exc Editor" - -#: flatcamGUI/FlatCAMGUI.py:1393 -msgid "Add Drill" -msgstr "Add Drill" - -#: flatcamGUI/FlatCAMGUI.py:1395 -msgid "Copy Drill(s)" -msgstr "Copy Drill(s)" - -#: flatcamGUI/FlatCAMGUI.py:1401 -msgid "Save && Close Edit" -msgstr "Save && Close Edit" - -#: flatcamGUI/FlatCAMGUI.py:1426 -msgid "Print Preview" -msgstr "Print Preview" - -#: flatcamGUI/FlatCAMGUI.py:1427 -msgid "Print Code" -msgstr "Print Code" - -#: flatcamGUI/FlatCAMGUI.py:1428 -msgid "Find in Code" -msgstr "Find in Code" - -#: flatcamGUI/FlatCAMGUI.py:1433 -msgid "Replace With" -msgstr "Replace With" - -#: flatcamGUI/FlatCAMGUI.py:1437 flatcamGUI/FlatCAMGUI.py:4605 -#: flatcamGUI/FlatCAMGUI.py:5106 flatcamGUI/ObjectUI.py:1429 -msgid "All" -msgstr "All" - -#: flatcamGUI/FlatCAMGUI.py:1439 -msgid "" -"When checked it will replace all instances in the 'Find' box\n" -"with the text in the 'Replace' box.." -msgstr "" -"When checked it will replace all instances in the 'Find' box\n" -"with the text in the 'Replace' box.." - -#: flatcamGUI/FlatCAMGUI.py:1442 -msgid "Open Code" -msgstr "Open Code" - -#: flatcamGUI/FlatCAMGUI.py:1443 -msgid "Save Code" -msgstr "Save Code" - -#: flatcamGUI/FlatCAMGUI.py:1478 -msgid "" -"Relative neasurement.\n" -"Reference is last click position" -msgstr "" -"Relative neasurement.\n" -"Reference is last click position" - -#: flatcamGUI/FlatCAMGUI.py:1484 -msgid "" -"Absolute neasurement.\n" -"Reference is (X=0, Y= 0) position" -msgstr "" -"Absolute neasurement.\n" -"Reference is (X=0, Y= 0) position" - -#: flatcamGUI/FlatCAMGUI.py:1651 +#: flatcamGUI/FlatCAMGUI.py:644 flatcamGUI/FlatCAMGUI.py:1813 msgid "Add Drill Hole Array" msgstr "Add Drill Hole Array" -#: flatcamGUI/FlatCAMGUI.py:1663 +#: flatcamGUI/FlatCAMGUI.py:645 flatcamGUI/FlatCAMGUI.py:1814 +msgid "Resize Drill" +msgstr "Resize Drill" + +#: flatcamGUI/FlatCAMGUI.py:648 flatcamGUI/FlatCAMGUI.py:1817 +msgid "Copy Drill" +msgstr "Copy Drill" + +#: flatcamGUI/FlatCAMGUI.py:649 flatcamGUI/FlatCAMGUI.py:1819 +msgid "Delete Drill" +msgstr "Delete Drill" + +#: flatcamGUI/FlatCAMGUI.py:652 flatcamGUI/FlatCAMGUI.py:1822 +msgid "Move Drill" +msgstr "Move Drill" + +#: flatcamGUI/FlatCAMGUI.py:656 flatcamGUI/FlatCAMGUI.py:1826 +msgid "Add Circle" +msgstr "Add Circle" + +#: flatcamGUI/FlatCAMGUI.py:657 flatcamGUI/FlatCAMGUI.py:1827 +msgid "Add Arc" +msgstr "Add Arc" + +#: flatcamGUI/FlatCAMGUI.py:659 flatcamGUI/FlatCAMGUI.py:1829 +msgid "Add Rectangle" +msgstr "Add Rectangle" + +#: flatcamGUI/FlatCAMGUI.py:662 flatcamGUI/FlatCAMGUI.py:1832 +msgid "Add Path" +msgstr "Add Path" + +#: flatcamGUI/FlatCAMGUI.py:663 flatcamGUI/FlatCAMGUI.py:1834 +msgid "Add Polygon" +msgstr "Add Polygon" + +#: flatcamGUI/FlatCAMGUI.py:665 flatcamGUI/FlatCAMGUI.py:1836 +msgid "Add Text" +msgstr "Add Text" + +#: flatcamGUI/FlatCAMGUI.py:666 flatcamGUI/FlatCAMGUI.py:1838 +msgid "Add Buffer" +msgstr "Add Buffer" + +#: flatcamGUI/FlatCAMGUI.py:667 flatcamGUI/FlatCAMGUI.py:1839 +msgid "Paint Shape" +msgstr "Paint Shape" + +#: flatcamGUI/FlatCAMGUI.py:670 flatcamGUI/FlatCAMGUI.py:1842 +msgid "Polygon Union" +msgstr "Polygon Union" + +#: flatcamGUI/FlatCAMGUI.py:672 flatcamGUI/FlatCAMGUI.py:1844 +msgid "Polygon Intersection" +msgstr "Polygon Intersection" + +#: flatcamGUI/FlatCAMGUI.py:674 flatcamGUI/FlatCAMGUI.py:1846 +msgid "Polygon Subtraction" +msgstr "Polygon Subtraction" + +#: flatcamGUI/FlatCAMGUI.py:677 flatcamGUI/FlatCAMGUI.py:1849 +msgid "Cut Path" +msgstr "Cut Path" + +#: flatcamGUI/FlatCAMGUI.py:678 +msgid "Copy Shape(s)" +msgstr "Copy Shape(s)" + +#: flatcamGUI/FlatCAMGUI.py:681 +msgid "Delete Shape '-'" +msgstr "Delete Shape '-'" + +#: flatcamGUI/FlatCAMGUI.py:683 flatcamGUI/FlatCAMGUI.py:702 +#: flatcamGUI/FlatCAMGUI.py:1854 flatcamGUI/FlatCAMGUI.py:1874 +msgid "Transformations" +msgstr "Transformations" + +#: flatcamGUI/FlatCAMGUI.py:685 +msgid "Move Objects " +msgstr "Move Objects " + +#: flatcamGUI/FlatCAMGUI.py:689 flatcamGUI/FlatCAMGUI.py:1861 +msgid "Add Pad" +msgstr "Add Pad" + +#: flatcamGUI/FlatCAMGUI.py:691 flatcamGUI/FlatCAMGUI.py:1863 +msgid "Add Track" +msgstr "Add Track" + +#: flatcamGUI/FlatCAMGUI.py:692 flatcamGUI/FlatCAMGUI.py:1864 +msgid "Add Region" +msgstr "Add Region" + +#: flatcamGUI/FlatCAMGUI.py:704 flatcamGUI/FlatCAMGUI.py:1528 +#: flatcamGUI/FlatCAMGUI.py:1538 flatcamGUI/FlatCAMGUI.py:1553 +#: flatcamGUI/FlatCAMGUI.py:1876 flatcamTools/ToolMove.py:26 +msgid "Move" +msgstr "Move" + +#: flatcamGUI/FlatCAMGUI.py:710 flatcamGUI/FlatCAMGUI.py:1882 +msgid "Snap to grid" +msgstr "Snap to grid" + +#: flatcamGUI/FlatCAMGUI.py:713 flatcamGUI/FlatCAMGUI.py:1885 +msgid "Grid X snapping distance" +msgstr "Grid X snapping distance" + +#: flatcamGUI/FlatCAMGUI.py:718 flatcamGUI/FlatCAMGUI.py:1890 +msgid "Grid Y snapping distance" +msgstr "Grid Y snapping distance" + +#: flatcamGUI/FlatCAMGUI.py:724 flatcamGUI/FlatCAMGUI.py:1896 +msgid "" +"When active, value on Grid_X\n" +"is copied to the Grid_Y value." +msgstr "" +"When active, value on Grid_X\n" +"is copied to the Grid_Y value." + +#: flatcamGUI/FlatCAMGUI.py:730 flatcamGUI/FlatCAMGUI.py:1902 +msgid "Snap to corner" +msgstr "Snap to corner" + +#: flatcamGUI/FlatCAMGUI.py:734 flatcamGUI/FlatCAMGUI.py:1906 +#: flatcamGUI/FlatCAMGUI.py:3197 +msgid "Max. magnet distance" +msgstr "Max. magnet distance" + +#: flatcamGUI/FlatCAMGUI.py:748 flatcamGUI/FlatCAMGUI.py:1512 +msgid "Project" +msgstr "Project" + +#: flatcamGUI/FlatCAMGUI.py:757 +msgid "Selected" +msgstr "Selected" + +#: flatcamGUI/FlatCAMGUI.py:776 flatcamGUI/FlatCAMGUI.py:784 +msgid "Plot Area" +msgstr "Plot Area" + +#: flatcamGUI/FlatCAMGUI.py:808 +msgid "General" +msgstr "General" + +#: flatcamGUI/FlatCAMGUI.py:817 +msgid "APP. DEFAULTS" +msgstr "APP. DEFAULTS" + +#: flatcamGUI/FlatCAMGUI.py:818 +msgid "PROJ. OPTIONS " +msgstr "PROJ. OPTIONS " + +#: flatcamGUI/FlatCAMGUI.py:829 +msgid "GERBER" +msgstr "GERBER" + +#: flatcamGUI/FlatCAMGUI.py:838 +msgid "EXCELLON" +msgstr "EXCELLON" + +#: flatcamGUI/FlatCAMGUI.py:847 +msgid "GEOMETRY" +msgstr "GEOMETRY" + +#: flatcamGUI/FlatCAMGUI.py:857 +msgid "CNC-JOB" +msgstr "CNC-JOB" + +#: flatcamGUI/FlatCAMGUI.py:866 +msgid "TOOLS" +msgstr "TOOLS" + +#: flatcamGUI/FlatCAMGUI.py:883 +msgid "Import Preferences" +msgstr "Import Preferences" + +#: flatcamGUI/FlatCAMGUI.py:886 +msgid "" +"Import a full set of FlatCAM settings from a file\n" +"previously saved on HDD.\n" +"\n" +"FlatCAM automatically save a 'factory_defaults' file\n" +"on the first start. Do not delete that file." +msgstr "" +"Import a full set of FlatCAM settings from a file\n" +"previously saved on HDD.\n" +"\n" +"FlatCAM automatically save a 'factory_defaults' file\n" +"on the first start. Do not delete that file." + +#: flatcamGUI/FlatCAMGUI.py:893 +msgid "Export Preferences" +msgstr "Export Preferences" + +#: flatcamGUI/FlatCAMGUI.py:896 +msgid "" +"Export a full set of FlatCAM settings in a file\n" +"that is saved on HDD." +msgstr "" +"Export a full set of FlatCAM settings in a file\n" +"that is saved on HDD." + +#: flatcamGUI/FlatCAMGUI.py:901 +msgid "Open Pref Folder" +msgstr "Open Pref Folder" + +#: flatcamGUI/FlatCAMGUI.py:904 +msgid "Open the folder where FlatCAM save the preferences files." +msgstr "Open the folder where FlatCAM save the preferences files." + +#: flatcamGUI/FlatCAMGUI.py:912 +msgid "Save Preferences" +msgstr "Save Preferences" + +#: flatcamGUI/FlatCAMGUI.py:915 +msgid "" +"Save the current settings in the 'current_defaults' file\n" +"which is the file storing the working default preferences." +msgstr "" +"Save the current settings in the 'current_defaults' file\n" +"which is the file storing the working default preferences." + +#: flatcamGUI/FlatCAMGUI.py:941 +msgid "" +"General Shortcut list
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
F3\n" +"  SHOW SHORTCUT LIST
  
1 Switch to Project Tab
2 Switch to Selected Tab
3 Switch to Tool Tab
  
E Edit Object (if selected)
G Grid On/Off
J Jump to Coordinates
L New Excellon
M Move Obj
N New Geometry
O Set Origin
Q Change Units
P Open Properties Tool
R Rotate by 90 degree CW
S Shell Toggle
T Add a Tool (when in Geometry Selected Tab " +"or in Tools NCC or Tools Paint)
V Zoom Fit
X Flip on X_axis
Y Flip on Y_axis
'=' Zoom Out
'-' Zoom In
  
CTRL+A Select All
CTRL+C Copy Obj
CTRL+E Open Excellon File
CTRL+G Open Gerber File
CTRL+N New Project
CTRL+M Measurement Tool
CTRL+O Open Project
CTRL+S Save Project As
CTRL+F10 Toggle Plot Area
  
SHIFT+C Copy Obj_Name
SHIFT+E Toggle Code Editor
SHIFT+G Toggle the axis
SHIFT+P Open Preferences Window
SHIFT+R Rotate by 90 degree CCW
SHIFT+S Run a Script
SHIFT+W Toggle the workspace
SHIFT+X Skew on X axis
SHIFT+Y Skew on Y axis
  
ALT+C Calculators Tool
ALT+D 2-Sided PCB Tool
ALT+K Solder Paste Dispensing Tool
ALT+L Film PCB Tool
ALT+N Non-Copper Clearing Tool
ALT+P Paint Area Tool
ALT+R Transformations Tool
ALT+S View File Source
ALT+U Cutout PCB Tool
ALT+1 Enable all Plots
ALT+2 Disable all Plots
ALT+3 Disable Non-selected Plots
ALT+F10 Toggle Full Screen
  
F1 Open Online Manual
F4 Open Online Tutorials
Del Delete Object
Del Alternate: Delete Tool
'`' (left to Key_1)Toogle Notebook Area (Left " +"Side)
SPACE En(Dis)able Obj Plot
Escape Deselects all objects
\n" +" \n" +" " +msgstr "" +"General Shortcut list
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
F3\n" +"  SHOW SHORTCUT LIST
  
1 Switch to Project Tab
2 Switch to Selected Tab
3 Switch to Tool Tab
  
E Edit Object (if selected)
G Grid On/Off
J Jump to Coordinates
L New Excellon
M Move Obj
N New Geometry
O Set Origin
Q Change Units
P Open Properties Tool
R Rotate by 90 degree CW
S Shell Toggle
T Add a Tool (when in Geometry Selected Tab " +"or in Tools NCC or Tools Paint)
V Zoom Fit
X Flip on X_axis
Y Flip on Y_axis
'=' Zoom Out
'-' Zoom In
  
CTRL+A Select All
CTRL+C Copy Obj
CTRL+E Open Excellon File
CTRL+G Open Gerber File
CTRL+N New Project
CTRL+M Measurement Tool
CTRL+O Open Project
CTRL+S Save Project As
CTRL+F10 Toggle Plot Area
  
SHIFT+C Copy Obj_Name
SHIFT+E Toggle Code Editor
SHIFT+G Toggle the axis
SHIFT+P Open Preferences Window
SHIFT+R Rotate by 90 degree CCW
SHIFT+S Run a Script
SHIFT+W Toggle the workspace
SHIFT+X Skew on X axis
SHIFT+Y Skew on Y axis
  
ALT+C Calculators Tool
ALT+D 2-Sided PCB Tool
ALT+K Solder Paste Dispensing Tool
ALT+L Film PCB Tool
ALT+N Non-Copper Clearing Tool
ALT+P Paint Area Tool
ALT+R Transformations Tool
ALT+S View File Source
ALT+U Cutout PCB Tool
ALT+1 Enable all Plots
ALT+2 Disable all Plots
ALT+3 Disable Non-selected Plots
ALT+F10 Toggle Full Screen
  
F1 Open Online Manual
F4 Open Online Tutorials
Del Delete Object
Del Alternate: Delete Tool
'`' (left to Key_1)Toogle Notebook Area (Left " +"Side)
SPACE En(Dis)able Obj Plot
Escape Deselects all objects
\n" +" \n" +" " + +#: flatcamGUI/FlatCAMGUI.py:1218 +#| msgid "" +#| "General Shortcut list
\n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| " \n" +#| "
F3 SHOW SHORTCUT LIST
  
1 Switch to Project Tab
2 Switch to Selected Tab
3 Switch to Tool Tab
  
E Edit Object (if selected)
G Grid On/Off
J Jump to Coordinates
L New Excellon
M Move Obj
N New Geometry
O Set Origin
Q Change Units
P Open Properties Tool
R Rotate by 90 degree CW
S Shell Toggle
T Add a Tool (when in Geometry Selected " +#| "Tab or in Tools NCC or Tools Paint)
V Zoom Fit
X Flip on X_axis
Y Flip on Y_axis
'='\n" +#| "  Zoom Out
'-'\n" +#| "  Zoom In
  
CTRL+A Select All
CTRL+C Copy Obj
CTRL+E Open Excellon File
CTRL+G Open Gerber File
CTRL+N New Project
CTRL+M Measurement Tool
CTRL+O Open Project
CTRL+S Save Project As
CTRL+F10 Toggle Plot Area
  
SHIFT+C Copy Obj_Name
SHIFT+E Toggle Code Editor
SHIFT+G Toggle the axis
SHIFT+P Open Preferences Window
SHIFT+R Rotate by 90 degree CCW
SHIFT+S Run a Script
SHIFT+W Toggle the workspace
SHIFT+X Skew on X axis
SHIFT+Y Skew on Y axis
  
ALT+C Calculators Tool
ALT+D 2-Sided PCB Tool
ALT+K Solder Paste Dispensing Tool
ALT+L Film PCB Tool
ALT+N Non-Copper Clearing Tool
ALT+P Paint Area Tool
ALT+R Transformations Tool
ALT+S View File Source
ALT+U Cutout PCB Tool
ALT+1 Enable all Plots
ALT+2 Disable all Plots
ALT+3 Disable Non-selected Plots
ALT+F10 Toggle Full Screen
  
F1 Open Online Manual
F4 Open Online Tutorials
Del Delete Object
Del Alternate: Delete Tool
'`' (left to Key_1)Toogle Notebook Area " +#| "(Left Side)
SPACE En(Dis)able Obj Plot
Escape Deselects all objects
\n" +#| " \n" +#| " " +msgid "" +"Editor Shortcut list
\n" +"
\n" +" GEOMETRY EDITOR
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
A\n" +"  Draw an Arc
B Buffer Tool
C Copy Geo Item
E Polygon Intersection Tool
I Paint Tool
J Jump to Location (x, y)
K Toggle Corner Snap
M Move Geo Item
N Draw a Polygon
O Draw a Circle
P Draw a Path
R Draw Rectangle
S Polygon Substraction Tool
T Add Text Tool
U Polygon Union Tool
X Flip shape on X axis
Y Flip shape on Y axis
  
SHIFT+X Skew shape on X axis
SHIFT+Y Skew shape on Y axis
  
ALT+R Editor Transformation Tool
ALT+X Offset shape on X axis
ALT+Y Offset shape on Y axis
  
CTRL+M Measurement Tool
CTRL+S Save Object and Exit Editor
CTRL+X Polygon Cut Tool
  
Space Rotate Geometry
ENTER Finish drawing for certain tools
ESC Abort and return to Select
Del Delete Shape
\n" +"
\n" +"
\n" +" EXCELLON EDITOR
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
A\n" +"  Add Drill Array
C Copy Drill(s)
D Add Drill
J Jump to Location (x, y)
M Move Drill(s)
R Resize Drill(s)
T Add a new Tool
  
Del Delete Drill(s)
Del Alternate: Delete Tool(s)
  
ESC Abort and return to Select
CTRL+S Save Object and Exit Editor
\n" +"
\n" +"
\n" +" GERBER EDITOR
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
A\n" +"  Add Pad Array
B Buffer
C Copy
J Jump to Location (x, y)
M Move
N Add Region
P Add Pad
S Scale
T Add Track
  
Del Delete
Del Alternate: Delete Apertures
  
ESC Abort and return to Select
CTRL+S Save Object and Exit Editor
  
ALT+R Transformation Tool
\n" +" " +msgstr "" +"Editor Shortcut list
\n" +"
\n" +" GEOMETRY EDITOR
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
A\n" +"  Draw an Arc
B Buffer Tool
C Copy Geo Item
E Polygon Intersection Tool
I Paint Tool
J Jump to Location (x, y)
K Toggle Corner Snap
M Move Geo Item
N Draw a Polygon
O Draw a Circle
P Draw a Path
R Draw Rectangle
S Polygon Substraction Tool
T Add Text Tool
U Polygon Union Tool
X Flip shape on X axis
Y Flip shape on Y axis
  
SHIFT+X Skew shape on X axis
SHIFT+Y Skew shape on Y axis
  
ALT+R Editor Transformation Tool
ALT+X Offset shape on X axis
ALT+Y Offset shape on Y axis
  
CTRL+M Measurement Tool
CTRL+S Save Object and Exit Editor
CTRL+X Polygon Cut Tool
  
Space Rotate Geometry
ENTER Finish drawing for certain tools
ESC Abort and return to Select
Del Delete Shape
\n" +"
\n" +"
\n" +" EXCELLON EDITOR
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
A\n" +"  Add Drill Array
C Copy Drill(s)
D Add Drill
J Jump to Location (x, y)
M Move Drill(s)
R Resize Drill(s)
T Add a new Tool
  
Del Delete Drill(s)
Del Alternate: Delete Tool(s)
  
ESC Abort and return to Select
CTRL+S Save Object and Exit Editor
\n" +"
\n" +"
\n" +" GERBER EDITOR
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
A\n" +"  Add Pad Array
B Buffer
C Copy
J Jump to Location (x, y)
M Move
N Add Region
P Add Pad
S Scale
T Add Track
  
Del Delete
Del Alternate: Delete Apertures
  
ESC Abort and return to Select
CTRL+S Save Object and Exit Editor
  
ALT+R Transformation Tool
\n" +" " + +#: flatcamGUI/FlatCAMGUI.py:1506 +msgid "Disable" +msgstr "Disable" + +#: flatcamGUI/FlatCAMGUI.py:1508 +msgid "New" +msgstr "New" + +#: flatcamGUI/FlatCAMGUI.py:1509 +msgid "Geometry" +msgstr "Geometry" + +#: flatcamGUI/FlatCAMGUI.py:1510 +msgid "Excellon" +msgstr "Excellon" + +#: flatcamGUI/FlatCAMGUI.py:1515 +msgid "Grids" +msgstr "Grids" + +#: flatcamGUI/FlatCAMGUI.py:1517 +msgid "View" +msgstr "View" + +#: flatcamGUI/FlatCAMGUI.py:1519 +msgid "Clear Plot" +msgstr "Clear Plot" + +#: flatcamGUI/FlatCAMGUI.py:1520 +msgid "Replot" +msgstr "Replot" + +#: flatcamGUI/FlatCAMGUI.py:1523 +msgid "Geo Editor" +msgstr "Geo Editor" + +#: flatcamGUI/FlatCAMGUI.py:1524 +msgid "Line" +msgstr "Line" + +#: flatcamGUI/FlatCAMGUI.py:1525 +msgid "Rectangle" +msgstr "Rectangle" + +#: flatcamGUI/FlatCAMGUI.py:1526 flatcamGUI/FlatCAMGUI.py:5020 +#: flatcamGUI/ObjectUI.py:1360 +msgid "Cut" +msgstr "Cut" + +#: flatcamGUI/FlatCAMGUI.py:1531 +msgid "Pad" +msgstr "Pad" + +#: flatcamGUI/FlatCAMGUI.py:1532 +msgid "Pad Array" +msgstr "Pad Array" + +#: flatcamGUI/FlatCAMGUI.py:1533 +msgid "Track" +msgstr "Track" + +#: flatcamGUI/FlatCAMGUI.py:1534 +msgid "Region" +msgstr "Region" + +#: flatcamGUI/FlatCAMGUI.py:1540 +msgid "Exc Editor" +msgstr "Exc Editor" + +#: flatcamGUI/FlatCAMGUI.py:1541 +msgid "Add Drill" +msgstr "Add Drill" + +#: flatcamGUI/FlatCAMGUI.py:1543 +msgid "Copy Drill(s)" +msgstr "Copy Drill(s)" + +#: flatcamGUI/FlatCAMGUI.py:1549 +msgid "Save && Close Edit" +msgstr "Save && Close Edit" + +#: flatcamGUI/FlatCAMGUI.py:1574 +msgid "Print Preview" +msgstr "Print Preview" + +#: flatcamGUI/FlatCAMGUI.py:1575 +msgid "Print Code" +msgstr "Print Code" + +#: flatcamGUI/FlatCAMGUI.py:1576 +msgid "Find in Code" +msgstr "Find in Code" + +#: flatcamGUI/FlatCAMGUI.py:1581 +msgid "Replace With" +msgstr "Replace With" + +#: flatcamGUI/FlatCAMGUI.py:1585 flatcamGUI/FlatCAMGUI.py:5018 +#: flatcamGUI/FlatCAMGUI.py:5528 flatcamGUI/ObjectUI.py:1358 +msgid "All" +msgstr "All" + +#: flatcamGUI/FlatCAMGUI.py:1587 +msgid "" +"When checked it will replace all instances in the 'Find' box\n" +"with the text in the 'Replace' box.." +msgstr "" +"When checked it will replace all instances in the 'Find' box\n" +"with the text in the 'Replace' box.." + +#: flatcamGUI/FlatCAMGUI.py:1590 +msgid "Open Code" +msgstr "Open Code" + +#: flatcamGUI/FlatCAMGUI.py:1591 +msgid "Save Code" +msgstr "Save Code" + +#: flatcamGUI/FlatCAMGUI.py:1626 +msgid "" +"Relative neasurement.\n" +"Reference is last click position" +msgstr "" +"Relative neasurement.\n" +"Reference is last click position" + +#: flatcamGUI/FlatCAMGUI.py:1632 +msgid "" +"Absolute neasurement.\n" +"Reference is (X=0, Y= 0) position" +msgstr "" +"Absolute neasurement.\n" +"Reference is (X=0, Y= 0) position" + +#: flatcamGUI/FlatCAMGUI.py:1825 msgid "Select 'Esc'" msgstr "Select 'Esc'" -#: flatcamGUI/FlatCAMGUI.py:1688 +#: flatcamGUI/FlatCAMGUI.py:1850 msgid "Copy Objects" msgstr "Copy Objects" -#: flatcamGUI/FlatCAMGUI.py:1690 +#: flatcamGUI/FlatCAMGUI.py:1852 msgid "Delete Shape" msgstr "Delete Shape" -#: flatcamGUI/FlatCAMGUI.py:1695 +#: flatcamGUI/FlatCAMGUI.py:1857 msgid "Move Objects" msgstr "Move Objects" -#: flatcamGUI/FlatCAMGUI.py:2077 +#: flatcamGUI/FlatCAMGUI.py:2266 msgid "" "Please first select a geometry item to be cutted\n" "then select the geometry item that will be cutted\n" @@ -4764,16 +5793,17 @@ msgstr "" "out of the first item. In the end press ~X~ key or\n" "the toolbar button." -#: flatcamGUI/FlatCAMGUI.py:2084 flatcamGUI/FlatCAMGUI.py:2216 -#: flatcamGUI/FlatCAMGUI.py:2275 flatcamGUI/FlatCAMGUI.py:2295 +#: flatcamGUI/FlatCAMGUI.py:2273 flatcamGUI/FlatCAMGUI.py:2405 +#: flatcamGUI/FlatCAMGUI.py:2464 flatcamGUI/FlatCAMGUI.py:2484 msgid "Warning" msgstr "Warning" -#: flatcamGUI/FlatCAMGUI.py:2151 flatcamGUI/FlatCAMGUI.py:2345 -msgid "[WARNING_NOTCL]Cancelled." -msgstr "[WARNING_NOTCL]Cancelled." +#: flatcamGUI/FlatCAMGUI.py:2340 flatcamGUI/FlatCAMGUI.py:2537 +#: flatcamGUI/FlatCAMGUI.py:2735 +msgid "[WARNING_NOTCL] Cancelled." +msgstr "[WARNING_NOTCL] Cancelled." -#: flatcamGUI/FlatCAMGUI.py:2211 +#: flatcamGUI/FlatCAMGUI.py:2400 msgid "" "Please select geometry items \n" "on which to perform Intersection Tool." @@ -4781,7 +5811,7 @@ msgstr "" "Please select geometry items \n" "on which to perform Intersection Tool." -#: flatcamGUI/FlatCAMGUI.py:2270 +#: flatcamGUI/FlatCAMGUI.py:2459 msgid "" "Please select geometry items \n" "on which to perform Substraction Tool." @@ -4789,7 +5819,7 @@ msgstr "" "Please select geometry items \n" "on which to perform Substraction Tool." -#: flatcamGUI/FlatCAMGUI.py:2290 +#: flatcamGUI/FlatCAMGUI.py:2479 msgid "" "Please select geometry items \n" "on which to perform union." @@ -4797,51 +5827,51 @@ msgstr "" "Please select geometry items \n" "on which to perform union." -#: flatcamGUI/FlatCAMGUI.py:2362 -msgid "[WARNING_NOTCL]Cancelled. Nothing selected to delete." -msgstr "[WARNING_NOTCL]Cancelled. Nothing selected to delete." +#: flatcamGUI/FlatCAMGUI.py:2552 flatcamGUI/FlatCAMGUI.py:2752 +msgid "[WARNING_NOTCL] Cancelled. Nothing selected to delete." +msgstr "[WARNING_NOTCL] Cancelled. Nothing selected to delete." -#: flatcamGUI/FlatCAMGUI.py:2429 -msgid "[WARNING_NOTCL]Cancelled. Nothing selected to copy." -msgstr "[WARNING_NOTCL]Cancelled. Nothing selected to copy." +#: flatcamGUI/FlatCAMGUI.py:2629 flatcamGUI/FlatCAMGUI.py:2819 +msgid "[WARNING_NOTCL] Cancelled. Nothing selected to copy." +msgstr "[WARNING_NOTCL] Cancelled. Nothing selected to copy." -#: flatcamGUI/FlatCAMGUI.py:2475 -msgid "[WARNING_NOTCL]Cancelled. Nothing selected to move." -msgstr "[WARNING_NOTCL]Cancelled. Nothing selected to move." +#: flatcamGUI/FlatCAMGUI.py:2663 flatcamGUI/FlatCAMGUI.py:2865 +msgid "[WARNING_NOTCL] Cancelled. Nothing selected to move." +msgstr "[WARNING_NOTCL] Cancelled. Nothing selected to move." -#: flatcamGUI/FlatCAMGUI.py:2489 +#: flatcamGUI/FlatCAMGUI.py:2879 msgid "New Tool ..." msgstr "New Tool ..." -#: flatcamGUI/FlatCAMGUI.py:2490 +#: flatcamGUI/FlatCAMGUI.py:2880 msgid "Enter a Tool Diameter:" msgstr "Enter a Tool Diameter:" -#: flatcamGUI/FlatCAMGUI.py:2789 +#: flatcamGUI/FlatCAMGUI.py:3182 msgid "Grid X value:" msgstr "Grid X value:" -#: flatcamGUI/FlatCAMGUI.py:2791 +#: flatcamGUI/FlatCAMGUI.py:3184 msgid "This is the Grid snap value on X axis." msgstr "This is the Grid snap value on X axis." -#: flatcamGUI/FlatCAMGUI.py:2796 +#: flatcamGUI/FlatCAMGUI.py:3189 msgid "Grid Y value:" msgstr "Grid Y value:" -#: flatcamGUI/FlatCAMGUI.py:2798 +#: flatcamGUI/FlatCAMGUI.py:3191 msgid "This is the Grid snap value on Y axis." msgstr "This is the Grid snap value on Y axis." -#: flatcamGUI/FlatCAMGUI.py:2803 +#: flatcamGUI/FlatCAMGUI.py:3196 msgid "Snap Max:" msgstr "Snap Max:" -#: flatcamGUI/FlatCAMGUI.py:2808 +#: flatcamGUI/FlatCAMGUI.py:3201 msgid "Workspace:" msgstr "Workspace:" -#: flatcamGUI/FlatCAMGUI.py:2810 +#: flatcamGUI/FlatCAMGUI.py:3203 msgid "" "Draw a delimiting rectangle on canvas.\n" "The purpose is to illustrate the limits for our work." @@ -4849,11 +5879,11 @@ msgstr "" "Draw a delimiting rectangle on canvas.\n" "The purpose is to illustrate the limits for our work." -#: flatcamGUI/FlatCAMGUI.py:2813 +#: flatcamGUI/FlatCAMGUI.py:3206 msgid "Wk. format:" msgstr "Wk. format:" -#: flatcamGUI/FlatCAMGUI.py:2815 +#: flatcamGUI/FlatCAMGUI.py:3208 msgid "" "Select the type of rectangle to be used on canvas,\n" "as valid workspace." @@ -4861,11 +5891,11 @@ msgstr "" "Select the type of rectangle to be used on canvas,\n" "as valid workspace." -#: flatcamGUI/FlatCAMGUI.py:2828 +#: flatcamGUI/FlatCAMGUI.py:3221 msgid "Plot Fill:" msgstr "Plot Fill:" -#: flatcamGUI/FlatCAMGUI.py:2830 +#: flatcamGUI/FlatCAMGUI.py:3223 msgid "" "Set the fill color for plotted objects.\n" "First 6 digits are the color and the last 2\n" @@ -4875,28 +5905,28 @@ msgstr "" "First 6 digits are the color and the last 2\n" "digits are for alpha (transparency) level." -#: flatcamGUI/FlatCAMGUI.py:2844 flatcamGUI/FlatCAMGUI.py:2894 -#: flatcamGUI/FlatCAMGUI.py:2944 +#: flatcamGUI/FlatCAMGUI.py:3237 flatcamGUI/FlatCAMGUI.py:3287 +#: flatcamGUI/FlatCAMGUI.py:3337 msgid "Alpha Level:" msgstr "Alpha Level:" -#: flatcamGUI/FlatCAMGUI.py:2846 +#: flatcamGUI/FlatCAMGUI.py:3239 msgid "Set the fill transparency for plotted objects." msgstr "Set the fill transparency for plotted objects." -#: flatcamGUI/FlatCAMGUI.py:2863 +#: flatcamGUI/FlatCAMGUI.py:3256 msgid "Plot Line:" msgstr "Plot Line:" -#: flatcamGUI/FlatCAMGUI.py:2865 +#: flatcamGUI/FlatCAMGUI.py:3258 msgid "Set the line color for plotted objects." msgstr "Set the line color for plotted objects." -#: flatcamGUI/FlatCAMGUI.py:2877 +#: flatcamGUI/FlatCAMGUI.py:3270 msgid "Sel. Fill:" msgstr "Sel. Fill:" -#: flatcamGUI/FlatCAMGUI.py:2879 +#: flatcamGUI/FlatCAMGUI.py:3272 msgid "" "Set the fill color for the selection box\n" "in case that the selection is done from left to right.\n" @@ -4908,23 +5938,23 @@ msgstr "" "First 6 digits are the color and the last 2\n" "digits are for alpha (transparency) level." -#: flatcamGUI/FlatCAMGUI.py:2896 +#: flatcamGUI/FlatCAMGUI.py:3289 msgid "Set the fill transparency for the 'left to right' selection box." msgstr "Set the fill transparency for the 'left to right' selection box." -#: flatcamGUI/FlatCAMGUI.py:2913 +#: flatcamGUI/FlatCAMGUI.py:3306 msgid "Sel. Line:" msgstr "Sel. Line:" -#: flatcamGUI/FlatCAMGUI.py:2915 +#: flatcamGUI/FlatCAMGUI.py:3308 msgid "Set the line color for the 'left to right' selection box." msgstr "Set the line color for the 'left to right' selection box." -#: flatcamGUI/FlatCAMGUI.py:2927 +#: flatcamGUI/FlatCAMGUI.py:3320 msgid "Sel2. Fill:" msgstr "Sel2. Fill:" -#: flatcamGUI/FlatCAMGUI.py:2929 +#: flatcamGUI/FlatCAMGUI.py:3322 msgid "" "Set the fill color for the selection box\n" "in case that the selection is done from right to left.\n" @@ -4936,43 +5966,43 @@ msgstr "" "First 6 digits are the color and the last 2\n" "digits are for alpha (transparency) level." -#: flatcamGUI/FlatCAMGUI.py:2946 +#: flatcamGUI/FlatCAMGUI.py:3339 msgid "Set the fill transparency for selection 'right to left' box." msgstr "Set the fill transparency for selection 'right to left' box." -#: flatcamGUI/FlatCAMGUI.py:2963 +#: flatcamGUI/FlatCAMGUI.py:3356 msgid "Sel2. Line:" msgstr "Sel2. Line:" -#: flatcamGUI/FlatCAMGUI.py:2965 +#: flatcamGUI/FlatCAMGUI.py:3358 msgid "Set the line color for the 'right to left' selection box." msgstr "Set the line color for the 'right to left' selection box." -#: flatcamGUI/FlatCAMGUI.py:2977 +#: flatcamGUI/FlatCAMGUI.py:3370 msgid "Editor Draw:" msgstr "Editor Draw:" -#: flatcamGUI/FlatCAMGUI.py:2979 +#: flatcamGUI/FlatCAMGUI.py:3372 msgid "Set the color for the shape." msgstr "Set the color for the shape." -#: flatcamGUI/FlatCAMGUI.py:2991 +#: flatcamGUI/FlatCAMGUI.py:3384 msgid "Editor Draw Sel.:" msgstr "Editor Draw Sel.:" -#: flatcamGUI/FlatCAMGUI.py:2993 +#: flatcamGUI/FlatCAMGUI.py:3386 msgid "Set the color of the shape when selected." msgstr "Set the color of the shape when selected." -#: flatcamGUI/FlatCAMGUI.py:3040 +#: flatcamGUI/FlatCAMGUI.py:3433 msgid "GUI Settings" msgstr "GUI Settings" -#: flatcamGUI/FlatCAMGUI.py:3047 +#: flatcamGUI/FlatCAMGUI.py:3440 msgid "Layout:" msgstr "Layout:" -#: flatcamGUI/FlatCAMGUI.py:3049 +#: flatcamGUI/FlatCAMGUI.py:3442 msgid "" "Select an layout for FlatCAM.\n" "It is applied immediately." @@ -4980,11 +6010,11 @@ msgstr "" "Select an layout for FlatCAM.\n" "It is applied immediately." -#: flatcamGUI/FlatCAMGUI.py:3065 +#: flatcamGUI/FlatCAMGUI.py:3458 msgid "Style:" msgstr "Style:" -#: flatcamGUI/FlatCAMGUI.py:3067 +#: flatcamGUI/FlatCAMGUI.py:3460 msgid "" "Select an style for FlatCAM.\n" "It will be applied at the next app start." @@ -4992,11 +6022,11 @@ msgstr "" "Select an style for FlatCAM.\n" "It will be applied at the next app start." -#: flatcamGUI/FlatCAMGUI.py:3078 +#: flatcamGUI/FlatCAMGUI.py:3471 msgid "HDPI Support:" msgstr "HDPI Support:" -#: flatcamGUI/FlatCAMGUI.py:3080 +#: flatcamGUI/FlatCAMGUI.py:3473 msgid "" "Enable High DPI support for FlatCAM.\n" "It will be applied at the next app start." @@ -5004,11 +6034,11 @@ msgstr "" "Enable High DPI support for FlatCAM.\n" "It will be applied at the next app start." -#: flatcamGUI/FlatCAMGUI.py:3093 +#: flatcamGUI/FlatCAMGUI.py:3486 msgid "Clear GUI Settings:" msgstr "Clear GUI Settings:" -#: flatcamGUI/FlatCAMGUI.py:3095 +#: flatcamGUI/FlatCAMGUI.py:3488 msgid "" "Clear the GUI settings for FlatCAM,\n" "such as: layout, gui state, style, hdpi support etc." @@ -5016,15 +6046,15 @@ msgstr "" "Clear the GUI settings for FlatCAM,\n" "such as: layout, gui state, style, hdpi support etc." -#: flatcamGUI/FlatCAMGUI.py:3098 +#: flatcamGUI/FlatCAMGUI.py:3491 msgid "Clear" msgstr "Clear" -#: flatcamGUI/FlatCAMGUI.py:3102 +#: flatcamGUI/FlatCAMGUI.py:3495 msgid "Hover Shape:" msgstr "Hover Shape:" -#: flatcamGUI/FlatCAMGUI.py:3104 +#: flatcamGUI/FlatCAMGUI.py:3497 msgid "" "Enable display of a hover shape for FlatCAM objects.\n" "It is displayed whenever the mouse cursor is hovering\n" @@ -5034,27 +6064,23 @@ msgstr "" "It is displayed whenever the mouse cursor is hovering\n" "over any kind of not-selected object." -#: flatcamGUI/FlatCAMGUI.py:3145 +#: flatcamGUI/FlatCAMGUI.py:3538 msgid "Are you sure you want to delete the GUI Settings? \n" msgstr "Are you sure you want to delete the GUI Settings? \n" -#: flatcamGUI/FlatCAMGUI.py:3148 +#: flatcamGUI/FlatCAMGUI.py:3541 msgid "Clear GUI Settings" msgstr "Clear GUI Settings" -#: flatcamGUI/FlatCAMGUI.py:3161 -msgid "[success] GUI settings deleted ..." -msgstr "[success] GUI settings deleted ..." - -#: flatcamGUI/FlatCAMGUI.py:3168 +#: flatcamGUI/FlatCAMGUI.py:3560 msgid "App Preferences" msgstr "App Preferences" -#: flatcamGUI/FlatCAMGUI.py:3174 +#: flatcamGUI/FlatCAMGUI.py:3566 msgid "Units:" msgstr "Units:" -#: flatcamGUI/FlatCAMGUI.py:3175 +#: flatcamGUI/FlatCAMGUI.py:3567 msgid "" "The default value for FlatCAM units.\n" "Whatever is selected here is set every time\n" @@ -5064,11 +6090,11 @@ msgstr "" "Whatever is selected here is set every time\n" "FLatCAM is started." -#: flatcamGUI/FlatCAMGUI.py:3182 +#: flatcamGUI/FlatCAMGUI.py:3574 msgid "APP. LEVEL:" msgstr "APP. LEVEL:" -#: flatcamGUI/FlatCAMGUI.py:3183 +#: flatcamGUI/FlatCAMGUI.py:3575 msgid "" "Choose the default level of usage for FlatCAM.\n" "BASIC level -> reduced functionality, best for beginner's.\n" @@ -5084,31 +6110,31 @@ msgstr "" "The choice here will influence the parameters in\n" "the Selected Tab for all kinds of FlatCAM objects." -#: flatcamGUI/FlatCAMGUI.py:3188 flatcamGUI/FlatCAMGUI.py:3792 +#: flatcamGUI/FlatCAMGUI.py:3580 flatcamGUI/FlatCAMGUI.py:4205 msgid "Basic" msgstr "Basic" -#: flatcamGUI/FlatCAMGUI.py:3189 +#: flatcamGUI/FlatCAMGUI.py:3581 msgid "Advanced" msgstr "Advanced" -#: flatcamGUI/FlatCAMGUI.py:3192 +#: flatcamGUI/FlatCAMGUI.py:3584 msgid "Languages:" msgstr "Languages:" -#: flatcamGUI/FlatCAMGUI.py:3193 +#: flatcamGUI/FlatCAMGUI.py:3585 msgid "Set the language used throughout FlatCAM." msgstr "Set the language used throughout FlatCAM." -#: flatcamGUI/FlatCAMGUI.py:3196 +#: flatcamGUI/FlatCAMGUI.py:3588 msgid "Apply Language" msgstr "Apply Language" -#: flatcamGUI/FlatCAMGUI.py:3199 +#: flatcamGUI/FlatCAMGUI.py:3591 msgid "Shell at StartUp:" msgstr "Shell at StartUp:" -#: flatcamGUI/FlatCAMGUI.py:3201 flatcamGUI/FlatCAMGUI.py:3206 +#: flatcamGUI/FlatCAMGUI.py:3593 flatcamGUI/FlatCAMGUI.py:3598 msgid "" "Check this box if you want the shell to\n" "start automatically at startup." @@ -5116,11 +6142,11 @@ msgstr "" "Check this box if you want the shell to\n" "start automatically at startup." -#: flatcamGUI/FlatCAMGUI.py:3211 +#: flatcamGUI/FlatCAMGUI.py:3603 msgid "Version Check:" msgstr "Version Check:" -#: flatcamGUI/FlatCAMGUI.py:3213 flatcamGUI/FlatCAMGUI.py:3218 +#: flatcamGUI/FlatCAMGUI.py:3605 flatcamGUI/FlatCAMGUI.py:3610 msgid "" "Check this box if you want to check\n" "for a new version automatically at startup." @@ -5128,11 +6154,11 @@ msgstr "" "Check this box if you want to check\n" "for a new version automatically at startup." -#: flatcamGUI/FlatCAMGUI.py:3223 +#: flatcamGUI/FlatCAMGUI.py:3615 msgid "Send Stats:" msgstr "Send Stats:" -#: flatcamGUI/FlatCAMGUI.py:3225 flatcamGUI/FlatCAMGUI.py:3230 +#: flatcamGUI/FlatCAMGUI.py:3617 flatcamGUI/FlatCAMGUI.py:3622 msgid "" "Check this box if you agree to send anonymous\n" "stats automatically at startup, to help improve FlatCAM." @@ -5140,11 +6166,11 @@ msgstr "" "Check this box if you agree to send anonymous\n" "stats automatically at startup, to help improve FlatCAM." -#: flatcamGUI/FlatCAMGUI.py:3237 +#: flatcamGUI/FlatCAMGUI.py:3629 msgid "Pan Button:" msgstr "Pan Button:" -#: flatcamGUI/FlatCAMGUI.py:3238 +#: flatcamGUI/FlatCAMGUI.py:3630 msgid "" "Select the mouse button to use for panning:\n" "- MMB --> Middle Mouse Button\n" @@ -5154,35 +6180,35 @@ msgstr "" "- MMB --> Middle Mouse Button\n" "- RMB --> Right Mouse Button" -#: flatcamGUI/FlatCAMGUI.py:3241 +#: flatcamGUI/FlatCAMGUI.py:3633 msgid "MMB" msgstr "MMB" -#: flatcamGUI/FlatCAMGUI.py:3242 +#: flatcamGUI/FlatCAMGUI.py:3634 msgid "RMB" msgstr "RMB" -#: flatcamGUI/FlatCAMGUI.py:3245 +#: flatcamGUI/FlatCAMGUI.py:3637 msgid "Multiple Sel:" msgstr "Multiple Sel:" -#: flatcamGUI/FlatCAMGUI.py:3246 +#: flatcamGUI/FlatCAMGUI.py:3638 msgid "Select the key used for multiple selection." msgstr "Select the key used for multiple selection." -#: flatcamGUI/FlatCAMGUI.py:3247 +#: flatcamGUI/FlatCAMGUI.py:3639 msgid "CTRL" msgstr "CTRL" -#: flatcamGUI/FlatCAMGUI.py:3248 +#: flatcamGUI/FlatCAMGUI.py:3640 msgid "SHIFT" msgstr "SHIFT" -#: flatcamGUI/FlatCAMGUI.py:3251 +#: flatcamGUI/FlatCAMGUI.py:3643 msgid "Project at StartUp:" msgstr "Project at StartUp:" -#: flatcamGUI/FlatCAMGUI.py:3253 flatcamGUI/FlatCAMGUI.py:3258 +#: flatcamGUI/FlatCAMGUI.py:3645 flatcamGUI/FlatCAMGUI.py:3650 msgid "" "Check this box if you want the project/selected/tool tab area to\n" "to be shown automatically at startup." @@ -5190,11 +6216,11 @@ msgstr "" "Check this box if you want the project/selected/tool tab area to\n" "to be shown automatically at startup." -#: flatcamGUI/FlatCAMGUI.py:3263 +#: flatcamGUI/FlatCAMGUI.py:3655 msgid "Project AutoHide:" msgstr "Project AutoHide:" -#: flatcamGUI/FlatCAMGUI.py:3265 flatcamGUI/FlatCAMGUI.py:3271 +#: flatcamGUI/FlatCAMGUI.py:3657 flatcamGUI/FlatCAMGUI.py:3663 msgid "" "Check this box if you want the project/selected/tool tab area to\n" "hide automatically when there are no objects loaded and\n" @@ -5204,11 +6230,11 @@ msgstr "" "hide automatically when there are no objects loaded and\n" "to show whenever a new object is created." -#: flatcamGUI/FlatCAMGUI.py:3277 +#: flatcamGUI/FlatCAMGUI.py:3669 msgid "Enable ToolTips:" msgstr "Enable ToolTips:" -#: flatcamGUI/FlatCAMGUI.py:3279 flatcamGUI/FlatCAMGUI.py:3284 +#: flatcamGUI/FlatCAMGUI.py:3671 flatcamGUI/FlatCAMGUI.py:3676 msgid "" "Check this box if you want to have toolTips displayed\n" "when hovering with mouse over items throughout the App." @@ -5216,11 +6242,31 @@ msgstr "" "Check this box if you want to have toolTips displayed\n" "when hovering with mouse over items throughout the App." -#: flatcamGUI/FlatCAMGUI.py:3318 +#: flatcamGUI/FlatCAMGUI.py:3679 +msgid "Workers number:" +msgstr "Workers number:" + +#: flatcamGUI/FlatCAMGUI.py:3681 flatcamGUI/FlatCAMGUI.py:3690 +msgid "" +"The number of Qthreads made available to the App.\n" +"A bigger number may finish the jobs more quickly but\n" +"depending on your computer speed, may make the App\n" +"unresponsive. Can have a value between 2 and 16.\n" +"Default value is 2.\n" +"After change, it will be applied at next App start." +msgstr "" +"The number of Qthreads made available to the App.\n" +"A bigger number may finish the jobs more quickly but\n" +"depending on your computer speed, may make the App\n" +"unresponsive. Can have a value between 2 and 16.\n" +"Default value is 2.\n" +"After change, it will be applied at next App start." + +#: flatcamGUI/FlatCAMGUI.py:3731 msgid "Save Compressed Project" msgstr "Save Compressed Project" -#: flatcamGUI/FlatCAMGUI.py:3320 +#: flatcamGUI/FlatCAMGUI.py:3733 msgid "" "Whether to save a compressed or uncompressed project.\n" "When checked it will save a compressed FlatCAM project." @@ -5228,11 +6274,11 @@ msgstr "" "Whether to save a compressed or uncompressed project.\n" "When checked it will save a compressed FlatCAM project." -#: flatcamGUI/FlatCAMGUI.py:3331 +#: flatcamGUI/FlatCAMGUI.py:3744 msgid "Compression Level:" msgstr "Compression Level:" -#: flatcamGUI/FlatCAMGUI.py:3333 +#: flatcamGUI/FlatCAMGUI.py:3746 msgid "" "The level of compression used when saving\n" "a FlatCAM project. Higher value means better compression\n" @@ -5242,47 +6288,47 @@ msgstr "" "a FlatCAM project. Higher value means better compression\n" "but require more RAM usage and more processing time." -#: flatcamGUI/FlatCAMGUI.py:3359 flatcamGUI/FlatCAMGUI.py:3600 -#: flatcamGUI/FlatCAMGUI.py:4255 flatcamGUI/FlatCAMGUI.py:4579 -#: flatcamGUI/ObjectUI.py:150 flatcamGUI/ObjectUI.py:576 -#: flatcamGUI/ObjectUI.py:901 flatcamGUI/ObjectUI.py:1415 +#: flatcamGUI/FlatCAMGUI.py:3772 flatcamGUI/FlatCAMGUI.py:4013 +#: flatcamGUI/FlatCAMGUI.py:4668 flatcamGUI/FlatCAMGUI.py:4992 +#: flatcamGUI/ObjectUI.py:150 flatcamGUI/ObjectUI.py:505 +#: flatcamGUI/ObjectUI.py:830 flatcamGUI/ObjectUI.py:1344 msgid "Plot Options:" msgstr "Plot Options:" -#: flatcamGUI/FlatCAMGUI.py:3366 flatcamGUI/FlatCAMGUI.py:3612 -#: flatcamGUI/ObjectUI.py:577 +#: flatcamGUI/FlatCAMGUI.py:3779 flatcamGUI/FlatCAMGUI.py:4025 +#: flatcamGUI/ObjectUI.py:506 msgid "Solid" msgstr "Solid" -#: flatcamGUI/FlatCAMGUI.py:3368 flatcamGUI/ObjectUI.py:158 +#: flatcamGUI/FlatCAMGUI.py:3781 flatcamGUI/ObjectUI.py:158 msgid "Solid color polygons." msgstr "Solid color polygons." -#: flatcamGUI/FlatCAMGUI.py:3373 +#: flatcamGUI/FlatCAMGUI.py:3786 msgid "M-Color" msgstr "M-Color" -#: flatcamGUI/FlatCAMGUI.py:3375 flatcamGUI/ObjectUI.py:166 +#: flatcamGUI/FlatCAMGUI.py:3788 flatcamGUI/ObjectUI.py:166 msgid "Draw polygons in different colors." msgstr "Draw polygons in different colors." -#: flatcamGUI/FlatCAMGUI.py:3380 flatcamGUI/FlatCAMGUI.py:3606 -#: flatcamGUI/FlatCAMGUI.py:4259 flatcamGUI/ObjectUI.py:172 +#: flatcamGUI/FlatCAMGUI.py:3793 flatcamGUI/FlatCAMGUI.py:4019 +#: flatcamGUI/FlatCAMGUI.py:4672 flatcamGUI/ObjectUI.py:172 msgid "Plot" msgstr "Plot" -#: flatcamGUI/FlatCAMGUI.py:3382 flatcamGUI/FlatCAMGUI.py:4261 -#: flatcamGUI/ObjectUI.py:174 flatcamGUI/ObjectUI.py:617 -#: flatcamGUI/ObjectUI.py:947 flatcamGUI/ObjectUI.py:1502 +#: flatcamGUI/FlatCAMGUI.py:3795 flatcamGUI/FlatCAMGUI.py:4674 +#: flatcamGUI/ObjectUI.py:174 flatcamGUI/ObjectUI.py:546 +#: flatcamGUI/ObjectUI.py:876 flatcamGUI/ObjectUI.py:1431 msgid "Plot (show) this object." msgstr "Plot (show) this object." -#: flatcamGUI/FlatCAMGUI.py:3387 flatcamGUI/FlatCAMGUI.py:4268 -#: flatcamGUI/FlatCAMGUI.py:4615 +#: flatcamGUI/FlatCAMGUI.py:3800 flatcamGUI/FlatCAMGUI.py:4681 +#: flatcamGUI/FlatCAMGUI.py:5028 msgid "Circle Steps:" msgstr "Circle Steps:" -#: flatcamGUI/FlatCAMGUI.py:3389 +#: flatcamGUI/FlatCAMGUI.py:3802 msgid "" "The number of circle steps for Gerber \n" "circular aperture linear approximation." @@ -5290,15 +6336,15 @@ msgstr "" "The number of circle steps for Gerber \n" "circular aperture linear approximation." -#: flatcamGUI/FlatCAMGUI.py:3404 +#: flatcamGUI/FlatCAMGUI.py:3817 msgid "Gerber Options" msgstr "Gerber Options" -#: flatcamGUI/FlatCAMGUI.py:3408 flatcamGUI/ObjectUI.py:322 +#: flatcamGUI/FlatCAMGUI.py:3821 flatcamGUI/ObjectUI.py:251 msgid "Isolation Routing:" msgstr "Isolation Routing:" -#: flatcamGUI/FlatCAMGUI.py:3410 flatcamGUI/ObjectUI.py:324 +#: flatcamGUI/FlatCAMGUI.py:3823 flatcamGUI/ObjectUI.py:253 msgid "" "Create a Geometry object with\n" "toolpaths to cut outside polygons." @@ -5306,17 +6352,17 @@ msgstr "" "Create a Geometry object with\n" "toolpaths to cut outside polygons." -#: flatcamGUI/FlatCAMGUI.py:3421 flatcamGUI/FlatCAMGUI.py:3978 -#: flatcamGUI/FlatCAMGUI.py:4903 flatcamGUI/ObjectUI.py:856 -#: flatcamGUI/ObjectUI.py:872 +#: flatcamGUI/FlatCAMGUI.py:3834 flatcamGUI/FlatCAMGUI.py:4391 +#: flatcamGUI/FlatCAMGUI.py:5316 flatcamGUI/ObjectUI.py:785 +#: flatcamGUI/ObjectUI.py:801 msgid "Diameter of the cutting tool." msgstr "Diameter of the cutting tool." -#: flatcamGUI/FlatCAMGUI.py:3428 +#: flatcamGUI/FlatCAMGUI.py:3841 msgid "Width (# passes):" msgstr "Width (# passes):" -#: flatcamGUI/FlatCAMGUI.py:3430 flatcamGUI/ObjectUI.py:346 +#: flatcamGUI/FlatCAMGUI.py:3843 flatcamGUI/ObjectUI.py:275 msgid "" "Width of the isolation gap in\n" "number (integer) of tool widths." @@ -5324,11 +6370,11 @@ msgstr "" "Width of the isolation gap in\n" "number (integer) of tool widths." -#: flatcamGUI/FlatCAMGUI.py:3438 flatcamGUI/ObjectUI.py:354 +#: flatcamGUI/FlatCAMGUI.py:3851 flatcamGUI/ObjectUI.py:283 msgid "Pass overlap:" msgstr "Pass overlap:" -#: flatcamGUI/FlatCAMGUI.py:3440 flatcamGUI/ObjectUI.py:356 +#: flatcamGUI/FlatCAMGUI.py:3853 flatcamGUI/ObjectUI.py:285 #, python-format msgid "" "How much (fraction) of the tool width to overlap each tool pass.\n" @@ -5341,11 +6387,11 @@ msgstr "" "A value here of 0.25 means an overlap of 25%% from the tool diameter found " "above." -#: flatcamGUI/FlatCAMGUI.py:3448 flatcamGUI/ObjectUI.py:366 +#: flatcamGUI/FlatCAMGUI.py:3861 flatcamGUI/ObjectUI.py:295 msgid "Milling Type:" msgstr "Milling Type:" -#: flatcamGUI/FlatCAMGUI.py:3450 flatcamGUI/ObjectUI.py:368 +#: flatcamGUI/FlatCAMGUI.py:3863 flatcamGUI/ObjectUI.py:297 msgid "" "Milling type:\n" "- climb / best for precision milling and to reduce tool usage\n" @@ -5355,28 +6401,28 @@ msgstr "" "- climb / best for precision milling and to reduce tool usage\n" "- conventional / useful when there is no backlash compensation" -#: flatcamGUI/FlatCAMGUI.py:3455 flatcamGUI/ObjectUI.py:373 +#: flatcamGUI/FlatCAMGUI.py:3868 flatcamGUI/ObjectUI.py:302 msgid "Climb" msgstr "Climb" -#: flatcamGUI/FlatCAMGUI.py:3456 flatcamGUI/ObjectUI.py:374 +#: flatcamGUI/FlatCAMGUI.py:3869 flatcamGUI/ObjectUI.py:303 msgid "Conv." msgstr "Conv." -#: flatcamGUI/FlatCAMGUI.py:3460 +#: flatcamGUI/FlatCAMGUI.py:3873 msgid "Combine Passes" msgstr "Combine Passes" -#: flatcamGUI/FlatCAMGUI.py:3462 flatcamGUI/ObjectUI.py:380 +#: flatcamGUI/FlatCAMGUI.py:3875 flatcamGUI/ObjectUI.py:309 msgid "Combine all passes into one object" msgstr "Combine all passes into one object" -#: flatcamGUI/FlatCAMGUI.py:3467 +#: flatcamGUI/FlatCAMGUI.py:3880 msgid "Clear non-copper:" msgstr "Clear non-copper:" -#: flatcamGUI/FlatCAMGUI.py:3469 flatcamGUI/FlatCAMGUI.py:4791 -#: flatcamGUI/ObjectUI.py:457 +#: flatcamGUI/FlatCAMGUI.py:3882 flatcamGUI/FlatCAMGUI.py:5204 +#: flatcamGUI/ObjectUI.py:386 msgid "" "Create a Geometry object with\n" "toolpaths to cut all non-copper regions." @@ -5384,12 +6430,12 @@ msgstr "" "Create a Geometry object with\n" "toolpaths to cut all non-copper regions." -#: flatcamGUI/FlatCAMGUI.py:3478 flatcamGUI/FlatCAMGUI.py:3504 -#: flatcamGUI/ObjectUI.py:501 flatcamGUI/ObjectUI.py:535 +#: flatcamGUI/FlatCAMGUI.py:3891 flatcamGUI/FlatCAMGUI.py:3917 +#: flatcamGUI/ObjectUI.py:430 flatcamGUI/ObjectUI.py:464 msgid "Boundary Margin:" msgstr "Boundary Margin:" -#: flatcamGUI/FlatCAMGUI.py:3480 flatcamGUI/ObjectUI.py:503 +#: flatcamGUI/FlatCAMGUI.py:3893 flatcamGUI/ObjectUI.py:432 msgid "" "Specify the edge of the PCB\n" "by drawing a box around all\n" @@ -5401,11 +6447,11 @@ msgstr "" "objects with this minimum\n" "distance." -#: flatcamGUI/FlatCAMGUI.py:3490 flatcamGUI/FlatCAMGUI.py:3513 +#: flatcamGUI/FlatCAMGUI.py:3903 flatcamGUI/FlatCAMGUI.py:3926 msgid "Rounded corners" msgstr "Rounded corners" -#: flatcamGUI/FlatCAMGUI.py:3492 +#: flatcamGUI/FlatCAMGUI.py:3905 msgid "" "Creates a Geometry objects with polygons\n" "covering the copper-free areas of the PCB." @@ -5413,11 +6459,11 @@ msgstr "" "Creates a Geometry objects with polygons\n" "covering the copper-free areas of the PCB." -#: flatcamGUI/FlatCAMGUI.py:3498 flatcamGUI/ObjectUI.py:525 +#: flatcamGUI/FlatCAMGUI.py:3911 flatcamGUI/ObjectUI.py:454 msgid "Bounding Box:" msgstr "Bounding Box:" -#: flatcamGUI/FlatCAMGUI.py:3506 flatcamGUI/ObjectUI.py:537 +#: flatcamGUI/FlatCAMGUI.py:3919 flatcamGUI/ObjectUI.py:466 msgid "" "Distance of the edges of the box\n" "to the nearest polygon." @@ -5425,7 +6471,7 @@ msgstr "" "Distance of the edges of the box\n" "to the nearest polygon." -#: flatcamGUI/FlatCAMGUI.py:3515 flatcamGUI/ObjectUI.py:547 +#: flatcamGUI/FlatCAMGUI.py:3928 flatcamGUI/ObjectUI.py:476 msgid "" "If the bounding box is \n" "to have rounded corners\n" @@ -5437,15 +6483,15 @@ msgstr "" "their radius is equal to\n" "the margin." -#: flatcamGUI/FlatCAMGUI.py:3529 +#: flatcamGUI/FlatCAMGUI.py:3942 msgid "Gerber Adv. Options" msgstr "Gerber Adv. Options" -#: flatcamGUI/FlatCAMGUI.py:3533 +#: flatcamGUI/FlatCAMGUI.py:3946 msgid "Advanced Param.:" msgstr "Advanced Param.:" -#: flatcamGUI/FlatCAMGUI.py:3535 +#: flatcamGUI/FlatCAMGUI.py:3948 msgid "" "A list of Gerber advanced parameters.\n" "Those parameters are available only for\n" @@ -5455,11 +6501,11 @@ msgstr "" "Those parameters are available only for\n" "Advanced App. Level." -#: flatcamGUI/FlatCAMGUI.py:3545 flatcamGUI/ObjectUI.py:385 +#: flatcamGUI/FlatCAMGUI.py:3958 flatcamGUI/ObjectUI.py:314 msgid "\"Follow\"" msgstr "\"Follow\"" -#: flatcamGUI/FlatCAMGUI.py:3547 flatcamGUI/ObjectUI.py:387 +#: flatcamGUI/FlatCAMGUI.py:3960 flatcamGUI/ObjectUI.py:316 msgid "" "Generate a 'Follow' geometry.\n" "This means that it will cut through\n" @@ -5469,11 +6515,11 @@ msgstr "" "This means that it will cut through\n" "the middle of the trace." -#: flatcamGUI/FlatCAMGUI.py:3555 +#: flatcamGUI/FlatCAMGUI.py:3968 msgid "Table Show/Hide" msgstr "Table Show/Hide" -#: flatcamGUI/FlatCAMGUI.py:3557 +#: flatcamGUI/FlatCAMGUI.py:3970 msgid "" "Toggle the display of the Gerber Apertures Table.\n" "Also, on hide, it will delete all mark shapes\n" @@ -5483,11 +6529,11 @@ msgstr "" "Also, on hide, it will delete all mark shapes\n" "that are drawn on canvas." -#: flatcamGUI/FlatCAMGUI.py:3565 +#: flatcamGUI/FlatCAMGUI.py:3978 msgid "Ap. Scale Factor:" msgstr "Ap. Scale Factor:" -#: flatcamGUI/FlatCAMGUI.py:3567 flatcamGUI/ObjectUI.py:254 +#: flatcamGUI/FlatCAMGUI.py:3980 msgid "" "Change the size of the selected apertures.\n" "Factor by which to multiply\n" @@ -5497,11 +6543,11 @@ msgstr "" "Factor by which to multiply\n" "geometric features of this object." -#: flatcamGUI/FlatCAMGUI.py:3577 +#: flatcamGUI/FlatCAMGUI.py:3990 msgid "Ap. Buffer Factor:" msgstr "Ap. Buffer Factor:" -#: flatcamGUI/FlatCAMGUI.py:3579 flatcamGUI/ObjectUI.py:275 +#: flatcamGUI/FlatCAMGUI.py:3992 msgid "" "Change the size of the selected apertures.\n" "Factor by which to expand/shrink\n" @@ -5511,15 +6557,15 @@ msgstr "" "Factor by which to expand/shrink\n" "geometric features of this object." -#: flatcamGUI/FlatCAMGUI.py:3597 +#: flatcamGUI/FlatCAMGUI.py:4010 msgid "Excellon General" msgstr "Excellon General" -#: flatcamGUI/FlatCAMGUI.py:3619 +#: flatcamGUI/FlatCAMGUI.py:4032 msgid "Excellon Format:" msgstr "Excellon Format:" -#: flatcamGUI/FlatCAMGUI.py:3621 +#: flatcamGUI/FlatCAMGUI.py:4034 msgid "" "The NC drill files, usually named Excellon files\n" "are files that can be found in different formats.\n" @@ -5561,16 +6607,16 @@ msgstr "" "Sprint Layout 2:4 INCH LZ\n" "KiCAD 3:5 INCH TZ" -#: flatcamGUI/FlatCAMGUI.py:3646 +#: flatcamGUI/FlatCAMGUI.py:4059 msgid "INCH:" msgstr "INCH:" -#: flatcamGUI/FlatCAMGUI.py:3649 +#: flatcamGUI/FlatCAMGUI.py:4062 msgid "Default values for INCH are 2:4" msgstr "Default values for INCH are 2:4" -#: flatcamGUI/FlatCAMGUI.py:3657 flatcamGUI/FlatCAMGUI.py:3690 -#: flatcamGUI/FlatCAMGUI.py:4167 +#: flatcamGUI/FlatCAMGUI.py:4070 flatcamGUI/FlatCAMGUI.py:4103 +#: flatcamGUI/FlatCAMGUI.py:4580 msgid "" "This numbers signify the number of digits in\n" "the whole part of Excellon coordinates." @@ -5578,8 +6624,8 @@ msgstr "" "This numbers signify the number of digits in\n" "the whole part of Excellon coordinates." -#: flatcamGUI/FlatCAMGUI.py:3671 flatcamGUI/FlatCAMGUI.py:3704 -#: flatcamGUI/FlatCAMGUI.py:4181 +#: flatcamGUI/FlatCAMGUI.py:4084 flatcamGUI/FlatCAMGUI.py:4117 +#: flatcamGUI/FlatCAMGUI.py:4594 msgid "" "This numbers signify the number of digits in\n" "the decimal part of Excellon coordinates." @@ -5587,19 +6633,19 @@ msgstr "" "This numbers signify the number of digits in\n" "the decimal part of Excellon coordinates." -#: flatcamGUI/FlatCAMGUI.py:3679 +#: flatcamGUI/FlatCAMGUI.py:4092 msgid "METRIC:" msgstr "METRIC:" -#: flatcamGUI/FlatCAMGUI.py:3682 +#: flatcamGUI/FlatCAMGUI.py:4095 msgid "Default values for METRIC are 3:3" msgstr "Default values for METRIC are 3:3" -#: flatcamGUI/FlatCAMGUI.py:3713 +#: flatcamGUI/FlatCAMGUI.py:4126 msgid "Default Zeros:" msgstr "Default Zeros:" -#: flatcamGUI/FlatCAMGUI.py:3716 flatcamGUI/FlatCAMGUI.py:4216 +#: flatcamGUI/FlatCAMGUI.py:4129 flatcamGUI/FlatCAMGUI.py:4629 msgid "" "This sets the type of Excellon zeros.\n" "If LZ then Leading Zeros are kept and\n" @@ -5613,15 +6659,15 @@ msgstr "" "If TZ is checked then Trailing Zeros are kept\n" "and Leading Zeros are removed." -#: flatcamGUI/FlatCAMGUI.py:3724 flatcamGUI/FlatCAMGUI.py:4223 +#: flatcamGUI/FlatCAMGUI.py:4137 flatcamGUI/FlatCAMGUI.py:4636 msgid "LZ" msgstr "LZ" -#: flatcamGUI/FlatCAMGUI.py:3725 flatcamGUI/FlatCAMGUI.py:4224 +#: flatcamGUI/FlatCAMGUI.py:4138 flatcamGUI/FlatCAMGUI.py:4637 msgid "TZ" msgstr "TZ" -#: flatcamGUI/FlatCAMGUI.py:3727 +#: flatcamGUI/FlatCAMGUI.py:4140 msgid "" "This sets the default type of Excellon zeros.\n" "If it is not detected in the parsed file the value here\n" @@ -5637,11 +6683,11 @@ msgstr "" "If TZ is checked then Trailing Zeros are kept\n" "and Leading Zeros are removed." -#: flatcamGUI/FlatCAMGUI.py:3741 +#: flatcamGUI/FlatCAMGUI.py:4154 msgid "Default Units:" msgstr "Default Units:" -#: flatcamGUI/FlatCAMGUI.py:3744 +#: flatcamGUI/FlatCAMGUI.py:4157 msgid "" "This sets the default units of Excellon files.\n" "If it is not detected in the parsed file the value here\n" @@ -5653,15 +6699,15 @@ msgstr "" "will be used.Some Excellon files don't have an header\n" "therefore this parameter will be used." -#: flatcamGUI/FlatCAMGUI.py:3752 flatcamGUI/FlatCAMGUI.py:4143 +#: flatcamGUI/FlatCAMGUI.py:4165 flatcamGUI/FlatCAMGUI.py:4556 msgid "INCH" msgstr "INCH" -#: flatcamGUI/FlatCAMGUI.py:3753 flatcamGUI/FlatCAMGUI.py:4144 +#: flatcamGUI/FlatCAMGUI.py:4166 flatcamGUI/FlatCAMGUI.py:4557 msgid "MM" msgstr "MM" -#: flatcamGUI/FlatCAMGUI.py:3755 +#: flatcamGUI/FlatCAMGUI.py:4168 msgid "" "This sets the units of Excellon files.\n" "Some Excellon files don't have an header\n" @@ -5671,15 +6717,15 @@ msgstr "" "Some Excellon files don't have an header\n" "therefore this parameter will be used." -#: flatcamGUI/FlatCAMGUI.py:3771 +#: flatcamGUI/FlatCAMGUI.py:4184 msgid "Excellon Optimization:" msgstr "Excellon Optimization:" -#: flatcamGUI/FlatCAMGUI.py:3778 +#: flatcamGUI/FlatCAMGUI.py:4191 msgid "Algorithm: " msgstr "Algorithm: " -#: flatcamGUI/FlatCAMGUI.py:3781 flatcamGUI/FlatCAMGUI.py:3794 +#: flatcamGUI/FlatCAMGUI.py:4194 flatcamGUI/FlatCAMGUI.py:4207 msgid "" "This sets the optimization type for the Excellon drill path.\n" "If MH is checked then Google OR-Tools algorithm with MetaHeuristic\n" @@ -5699,15 +6745,15 @@ msgstr "" "If DISABLED, then FlatCAM works in 32bit mode and it uses \n" "Travelling Salesman algorithm for path optimization." -#: flatcamGUI/FlatCAMGUI.py:3791 +#: flatcamGUI/FlatCAMGUI.py:4204 msgid "MH" msgstr "MH" -#: flatcamGUI/FlatCAMGUI.py:3806 +#: flatcamGUI/FlatCAMGUI.py:4219 msgid "Optimization Time: " msgstr "Optimization Time: " -#: flatcamGUI/FlatCAMGUI.py:3809 +#: flatcamGUI/FlatCAMGUI.py:4222 msgid "" "When OR-Tools Metaheuristic (MH) is enabled there is a\n" "maximum threshold for how much time is spent doing the\n" @@ -5719,15 +6765,15 @@ msgstr "" "path optimization. This max duration is set here.\n" "In seconds." -#: flatcamGUI/FlatCAMGUI.py:3850 +#: flatcamGUI/FlatCAMGUI.py:4263 msgid "Excellon Options" msgstr "Excellon Options" -#: flatcamGUI/FlatCAMGUI.py:3853 flatcamGUI/ObjectUI.py:655 +#: flatcamGUI/FlatCAMGUI.py:4266 flatcamGUI/ObjectUI.py:584 msgid "Create CNC Job" msgstr "Create CNC Job" -#: flatcamGUI/FlatCAMGUI.py:3855 +#: flatcamGUI/FlatCAMGUI.py:4268 msgid "" "Parameters used to create a CNC Job object\n" "for this drill object." @@ -5735,13 +6781,13 @@ msgstr "" "Parameters used to create a CNC Job object\n" "for this drill object." -#: flatcamGUI/FlatCAMGUI.py:3863 flatcamGUI/FlatCAMGUI.py:4319 -#: flatcamGUI/FlatCAMGUI.py:5318 flatcamGUI/ObjectUI.py:666 -#: flatcamGUI/ObjectUI.py:1130 flatcamTools/ToolCalculators.py:108 +#: flatcamGUI/FlatCAMGUI.py:4276 flatcamGUI/FlatCAMGUI.py:4732 +#: flatcamGUI/FlatCAMGUI.py:5740 flatcamGUI/ObjectUI.py:595 +#: flatcamGUI/ObjectUI.py:1059 flatcamTools/ToolCalculators.py:108 msgid "Cut Z:" msgstr "Cut Z:" -#: flatcamGUI/FlatCAMGUI.py:3865 flatcamGUI/ObjectUI.py:668 +#: flatcamGUI/FlatCAMGUI.py:4278 flatcamGUI/ObjectUI.py:597 msgid "" "Drill depth (negative)\n" "below the copper surface." @@ -5749,12 +6795,12 @@ msgstr "" "Drill depth (negative)\n" "below the copper surface." -#: flatcamGUI/FlatCAMGUI.py:3872 flatcamGUI/FlatCAMGUI.py:4352 -#: flatcamGUI/ObjectUI.py:676 flatcamGUI/ObjectUI.py:1166 +#: flatcamGUI/FlatCAMGUI.py:4285 flatcamGUI/FlatCAMGUI.py:4765 +#: flatcamGUI/ObjectUI.py:605 flatcamGUI/ObjectUI.py:1095 msgid "Travel Z:" msgstr "Travel Z:" -#: flatcamGUI/FlatCAMGUI.py:3874 flatcamGUI/ObjectUI.py:678 +#: flatcamGUI/FlatCAMGUI.py:4287 flatcamGUI/ObjectUI.py:607 msgid "" "Tool height when travelling\n" "across the XY plane." @@ -5762,12 +6808,12 @@ msgstr "" "Tool height when travelling\n" "across the XY plane." -#: flatcamGUI/FlatCAMGUI.py:3882 flatcamGUI/FlatCAMGUI.py:4362 +#: flatcamGUI/FlatCAMGUI.py:4295 flatcamGUI/FlatCAMGUI.py:4775 msgid "Tool change:" msgstr "Tool change:" -#: flatcamGUI/FlatCAMGUI.py:3884 flatcamGUI/FlatCAMGUI.py:4364 -#: flatcamGUI/ObjectUI.py:688 +#: flatcamGUI/FlatCAMGUI.py:4297 flatcamGUI/FlatCAMGUI.py:4777 +#: flatcamGUI/ObjectUI.py:617 msgid "" "Include tool-change sequence\n" "in G-Code (Pause for tool change)." @@ -5775,19 +6821,19 @@ msgstr "" "Include tool-change sequence\n" "in G-Code (Pause for tool change)." -#: flatcamGUI/FlatCAMGUI.py:3891 flatcamGUI/FlatCAMGUI.py:4372 +#: flatcamGUI/FlatCAMGUI.py:4304 flatcamGUI/FlatCAMGUI.py:4785 msgid "Toolchange Z:" msgstr "Toolchange Z:" -#: flatcamGUI/FlatCAMGUI.py:3893 flatcamGUI/FlatCAMGUI.py:4374 +#: flatcamGUI/FlatCAMGUI.py:4306 flatcamGUI/FlatCAMGUI.py:4787 msgid "Toolchange Z position." msgstr "Toolchange Z position." -#: flatcamGUI/FlatCAMGUI.py:3899 +#: flatcamGUI/FlatCAMGUI.py:4312 msgid "Feedrate:" msgstr "Feedrate:" -#: flatcamGUI/FlatCAMGUI.py:3901 +#: flatcamGUI/FlatCAMGUI.py:4314 msgid "" "Tool speed while drilling\n" "(in units per minute)." @@ -5795,12 +6841,12 @@ msgstr "" "Tool speed while drilling\n" "(in units per minute)." -#: flatcamGUI/FlatCAMGUI.py:3909 +#: flatcamGUI/FlatCAMGUI.py:4322 msgid "Spindle Speed:" msgstr "Spindle Speed:" -#: flatcamGUI/FlatCAMGUI.py:3911 flatcamGUI/FlatCAMGUI.py:4404 -#: flatcamGUI/ObjectUI.py:752 +#: flatcamGUI/FlatCAMGUI.py:4324 flatcamGUI/FlatCAMGUI.py:4817 +#: flatcamGUI/ObjectUI.py:681 msgid "" "Speed of the spindle\n" "in RPM (optional)" @@ -5808,13 +6854,13 @@ msgstr "" "Speed of the spindle\n" "in RPM (optional)" -#: flatcamGUI/FlatCAMGUI.py:3919 flatcamGUI/FlatCAMGUI.py:4412 -#: flatcamGUI/ObjectUI.py:760 flatcamGUI/ObjectUI.py:1289 +#: flatcamGUI/FlatCAMGUI.py:4332 flatcamGUI/FlatCAMGUI.py:4825 +#: flatcamGUI/ObjectUI.py:689 flatcamGUI/ObjectUI.py:1218 msgid "Dwell:" msgstr "Dwell:" -#: flatcamGUI/FlatCAMGUI.py:3921 flatcamGUI/FlatCAMGUI.py:4414 -#: flatcamGUI/ObjectUI.py:762 flatcamGUI/ObjectUI.py:1292 +#: flatcamGUI/FlatCAMGUI.py:4334 flatcamGUI/FlatCAMGUI.py:4827 +#: flatcamGUI/ObjectUI.py:691 flatcamGUI/ObjectUI.py:1221 msgid "" "Pause to allow the spindle to reach its\n" "speed before cutting." @@ -5822,21 +6868,21 @@ msgstr "" "Pause to allow the spindle to reach its\n" "speed before cutting." -#: flatcamGUI/FlatCAMGUI.py:3924 flatcamGUI/FlatCAMGUI.py:4417 +#: flatcamGUI/FlatCAMGUI.py:4337 flatcamGUI/FlatCAMGUI.py:4830 msgid "Duration:" msgstr "Duration:" -#: flatcamGUI/FlatCAMGUI.py:3926 flatcamGUI/FlatCAMGUI.py:4419 -#: flatcamGUI/ObjectUI.py:767 flatcamGUI/ObjectUI.py:1299 +#: flatcamGUI/FlatCAMGUI.py:4339 flatcamGUI/FlatCAMGUI.py:4832 +#: flatcamGUI/ObjectUI.py:696 flatcamGUI/ObjectUI.py:1228 msgid "Number of milliseconds for spindle to dwell." msgstr "Number of milliseconds for spindle to dwell." -#: flatcamGUI/FlatCAMGUI.py:3938 flatcamGUI/FlatCAMGUI.py:4429 -#: flatcamGUI/ObjectUI.py:775 +#: flatcamGUI/FlatCAMGUI.py:4351 flatcamGUI/FlatCAMGUI.py:4842 +#: flatcamGUI/ObjectUI.py:704 msgid "Postprocessor:" msgstr "Postprocessor:" -#: flatcamGUI/FlatCAMGUI.py:3940 +#: flatcamGUI/FlatCAMGUI.py:4353 msgid "" "The postprocessor file that dictates\n" "gcode output." @@ -5844,11 +6890,11 @@ msgstr "" "The postprocessor file that dictates\n" "gcode output." -#: flatcamGUI/FlatCAMGUI.py:3950 +#: flatcamGUI/FlatCAMGUI.py:4363 msgid "Gcode: " msgstr "Gcode: " -#: flatcamGUI/FlatCAMGUI.py:3952 +#: flatcamGUI/FlatCAMGUI.py:4365 msgid "" "Choose what to use for GCode generation:\n" "'Drills', 'Slots' or 'Both'.\n" @@ -5860,37 +6906,37 @@ msgstr "" "When choosing 'Slots' or 'Both', slots will be\n" "converted to drills." -#: flatcamGUI/FlatCAMGUI.py:3957 flatcamGUI/ObjectUI.py:627 -#: flatcamGUI/ObjectUI.py:823 +#: flatcamGUI/FlatCAMGUI.py:4370 flatcamGUI/ObjectUI.py:556 +#: flatcamGUI/ObjectUI.py:752 msgid "Drills" msgstr "Drills" -#: flatcamGUI/FlatCAMGUI.py:3958 flatcamGUI/ObjectUI.py:627 -#: flatcamGUI/ObjectUI.py:824 +#: flatcamGUI/FlatCAMGUI.py:4371 flatcamGUI/ObjectUI.py:556 +#: flatcamGUI/ObjectUI.py:753 msgid "Slots" msgstr "Slots" -#: flatcamGUI/FlatCAMGUI.py:3959 flatcamGUI/ObjectUI.py:825 +#: flatcamGUI/FlatCAMGUI.py:4372 flatcamGUI/ObjectUI.py:754 msgid "Both" msgstr "Both" -#: flatcamGUI/FlatCAMGUI.py:3968 flatcamGUI/ObjectUI.py:840 +#: flatcamGUI/FlatCAMGUI.py:4381 flatcamGUI/ObjectUI.py:769 msgid "Mill Holes" msgstr "Mill Holes" -#: flatcamGUI/FlatCAMGUI.py:3970 flatcamGUI/ObjectUI.py:842 +#: flatcamGUI/FlatCAMGUI.py:4383 flatcamGUI/ObjectUI.py:771 msgid "Create Geometry for milling holes." msgstr "Create Geometry for milling holes." -#: flatcamGUI/FlatCAMGUI.py:3976 +#: flatcamGUI/FlatCAMGUI.py:4389 msgid "Drill Tool dia:" msgstr "Drill Tool dia:" -#: flatcamGUI/FlatCAMGUI.py:3983 +#: flatcamGUI/FlatCAMGUI.py:4396 msgid "Slot Tool dia:" msgstr "Slot Tool dia:" -#: flatcamGUI/FlatCAMGUI.py:3985 +#: flatcamGUI/FlatCAMGUI.py:4398 msgid "" "Diameter of the cutting tool\n" "when milling slots." @@ -5898,19 +6944,19 @@ msgstr "" "Diameter of the cutting tool\n" "when milling slots." -#: flatcamGUI/FlatCAMGUI.py:3997 +#: flatcamGUI/FlatCAMGUI.py:4410 msgid "Defaults" msgstr "Defaults" -#: flatcamGUI/FlatCAMGUI.py:4010 +#: flatcamGUI/FlatCAMGUI.py:4423 msgid "Excellon Adv. Options" msgstr "Excellon Adv. Options" -#: flatcamGUI/FlatCAMGUI.py:4016 flatcamGUI/FlatCAMGUI.py:4452 +#: flatcamGUI/FlatCAMGUI.py:4429 flatcamGUI/FlatCAMGUI.py:4865 msgid "Advanced Options:" msgstr "Advanced Options:" -#: flatcamGUI/FlatCAMGUI.py:4018 +#: flatcamGUI/FlatCAMGUI.py:4431 msgid "" "Parameters used to create a CNC Job object\n" "for this drill object that are shown when App Level is Advanced." @@ -5918,11 +6964,11 @@ msgstr "" "Parameters used to create a CNC Job object\n" "for this drill object that are shown when App Level is Advanced." -#: flatcamGUI/FlatCAMGUI.py:4026 +#: flatcamGUI/FlatCAMGUI.py:4439 msgid "Offset Z:" msgstr "Offset Z:" -#: flatcamGUI/FlatCAMGUI.py:4028 flatcamGUI/ObjectUI.py:645 +#: flatcamGUI/FlatCAMGUI.py:4441 flatcamGUI/ObjectUI.py:574 msgid "" "Some drill bits (the larger ones) need to drill deeper\n" "to create the desired exit hole diameter due of the tip shape.\n" @@ -5932,20 +6978,20 @@ msgstr "" "to create the desired exit hole diameter due of the tip shape.\n" "The value here can compensate the Cut Z parameter." -#: flatcamGUI/FlatCAMGUI.py:4035 flatcamGUI/FlatCAMGUI.py:4463 +#: flatcamGUI/FlatCAMGUI.py:4448 flatcamGUI/FlatCAMGUI.py:4876 msgid "Toolchange X,Y:" msgstr "Toolchange X,Y:" -#: flatcamGUI/FlatCAMGUI.py:4037 flatcamGUI/FlatCAMGUI.py:4465 +#: flatcamGUI/FlatCAMGUI.py:4450 flatcamGUI/FlatCAMGUI.py:4878 msgid "Toolchange X,Y position." msgstr "Toolchange X,Y position." -#: flatcamGUI/FlatCAMGUI.py:4043 flatcamGUI/FlatCAMGUI.py:4472 -#: flatcamGUI/ObjectUI.py:705 +#: flatcamGUI/FlatCAMGUI.py:4456 flatcamGUI/FlatCAMGUI.py:4885 +#: flatcamGUI/ObjectUI.py:634 msgid "Start move Z:" msgstr "Start move Z:" -#: flatcamGUI/FlatCAMGUI.py:4045 +#: flatcamGUI/FlatCAMGUI.py:4458 msgid "" "Height of the tool just after start.\n" "Delete the value if you don't need this feature." @@ -5953,12 +6999,12 @@ msgstr "" "Height of the tool just after start.\n" "Delete the value if you don't need this feature." -#: flatcamGUI/FlatCAMGUI.py:4052 flatcamGUI/FlatCAMGUI.py:4482 -#: flatcamGUI/ObjectUI.py:715 flatcamGUI/ObjectUI.py:1212 +#: flatcamGUI/FlatCAMGUI.py:4465 flatcamGUI/FlatCAMGUI.py:4895 +#: flatcamGUI/ObjectUI.py:644 flatcamGUI/ObjectUI.py:1141 msgid "End move Z:" msgstr "End move Z:" -#: flatcamGUI/FlatCAMGUI.py:4054 flatcamGUI/FlatCAMGUI.py:4484 +#: flatcamGUI/FlatCAMGUI.py:4467 flatcamGUI/FlatCAMGUI.py:4897 msgid "" "Height of the tool after\n" "the last move at the end of the job." @@ -5966,12 +7012,12 @@ msgstr "" "Height of the tool after\n" "the last move at the end of the job." -#: flatcamGUI/FlatCAMGUI.py:4061 flatcamGUI/FlatCAMGUI.py:4492 -#: flatcamGUI/ObjectUI.py:736 +#: flatcamGUI/FlatCAMGUI.py:4474 flatcamGUI/FlatCAMGUI.py:4905 +#: flatcamGUI/ObjectUI.py:665 msgid "Feedrate Rapids:" msgstr "Feedrate Rapids:" -#: flatcamGUI/FlatCAMGUI.py:4063 flatcamGUI/ObjectUI.py:738 +#: flatcamGUI/FlatCAMGUI.py:4476 flatcamGUI/ObjectUI.py:667 msgid "" "Tool speed while drilling\n" "(in units per minute).\n" @@ -5985,13 +7031,13 @@ msgstr "" "It is useful only for Marlin,\n" "ignore for any other cases." -#: flatcamGUI/FlatCAMGUI.py:4074 flatcamGUI/FlatCAMGUI.py:4516 -#: flatcamGUI/ObjectUI.py:786 flatcamGUI/ObjectUI.py:1321 +#: flatcamGUI/FlatCAMGUI.py:4487 flatcamGUI/FlatCAMGUI.py:4929 +#: flatcamGUI/ObjectUI.py:715 flatcamGUI/ObjectUI.py:1250 msgid "Probe Z depth:" msgstr "Probe Z depth:" -#: flatcamGUI/FlatCAMGUI.py:4076 flatcamGUI/FlatCAMGUI.py:4518 -#: flatcamGUI/ObjectUI.py:788 flatcamGUI/ObjectUI.py:1324 +#: flatcamGUI/FlatCAMGUI.py:4489 flatcamGUI/FlatCAMGUI.py:4931 +#: flatcamGUI/ObjectUI.py:717 flatcamGUI/ObjectUI.py:1253 msgid "" "The maximum depth that the probe is allowed\n" "to probe. Negative value, in current units." @@ -5999,21 +7045,21 @@ msgstr "" "The maximum depth that the probe is allowed\n" "to probe. Negative value, in current units." -#: flatcamGUI/FlatCAMGUI.py:4084 flatcamGUI/FlatCAMGUI.py:4526 -#: flatcamGUI/ObjectUI.py:798 flatcamGUI/ObjectUI.py:1335 +#: flatcamGUI/FlatCAMGUI.py:4497 flatcamGUI/FlatCAMGUI.py:4939 +#: flatcamGUI/ObjectUI.py:727 flatcamGUI/ObjectUI.py:1264 msgid "Feedrate Probe:" msgstr "Feedrate Probe:" -#: flatcamGUI/FlatCAMGUI.py:4086 flatcamGUI/FlatCAMGUI.py:4528 -#: flatcamGUI/ObjectUI.py:800 flatcamGUI/ObjectUI.py:1338 +#: flatcamGUI/FlatCAMGUI.py:4499 flatcamGUI/FlatCAMGUI.py:4941 +#: flatcamGUI/ObjectUI.py:729 flatcamGUI/ObjectUI.py:1267 msgid "The feedrate used while the probe is probing." msgstr "The feedrate used while the probe is probing." -#: flatcamGUI/FlatCAMGUI.py:4092 flatcamGUI/FlatCAMGUI.py:4535 +#: flatcamGUI/FlatCAMGUI.py:4505 flatcamGUI/FlatCAMGUI.py:4948 msgid "Fast Plunge:" msgstr "Fast Plunge:" -#: flatcamGUI/FlatCAMGUI.py:4094 flatcamGUI/FlatCAMGUI.py:4537 +#: flatcamGUI/FlatCAMGUI.py:4507 flatcamGUI/FlatCAMGUI.py:4950 msgid "" "By checking this, the vertical move from\n" "Z_Toolchange to Z_move is done with G0,\n" @@ -6025,11 +7071,11 @@ msgstr "" "meaning the fastest speed available.\n" "WARNING: the move is done at Toolchange X,Y coords." -#: flatcamGUI/FlatCAMGUI.py:4103 +#: flatcamGUI/FlatCAMGUI.py:4516 msgid "Fast Retract:" msgstr "Fast Retract:" -#: flatcamGUI/FlatCAMGUI.py:4105 +#: flatcamGUI/FlatCAMGUI.py:4518 msgid "" "Exit hole strategy.\n" " - When uncheked, while exiting the drilled hole the drill bit\n" @@ -6045,15 +7091,15 @@ msgstr "" " - When checked the travel from Z cut (cut depth) to Z_move\n" "(travel height) is done as fast as possible (G0) in one move." -#: flatcamGUI/FlatCAMGUI.py:4124 +#: flatcamGUI/FlatCAMGUI.py:4537 msgid "Excellon Export" msgstr "Excellon Export" -#: flatcamGUI/FlatCAMGUI.py:4127 +#: flatcamGUI/FlatCAMGUI.py:4540 msgid "Export Options:" msgstr "Export Options:" -#: flatcamGUI/FlatCAMGUI.py:4129 +#: flatcamGUI/FlatCAMGUI.py:4542 msgid "" "The parameters set here are used in the file exported\n" "when using the File -> Export -> Export Excellon menu entry." @@ -6061,19 +7107,19 @@ msgstr "" "The parameters set here are used in the file exported\n" "when using the File -> Export -> Export Excellon menu entry." -#: flatcamGUI/FlatCAMGUI.py:4138 +#: flatcamGUI/FlatCAMGUI.py:4551 msgid "Units:" msgstr "Units:" -#: flatcamGUI/FlatCAMGUI.py:4140 flatcamGUI/FlatCAMGUI.py:4146 +#: flatcamGUI/FlatCAMGUI.py:4553 flatcamGUI/FlatCAMGUI.py:4559 msgid "The units used in the Excellon file." msgstr "The units used in the Excellon file." -#: flatcamGUI/FlatCAMGUI.py:4152 +#: flatcamGUI/FlatCAMGUI.py:4565 msgid "Int/Decimals:" msgstr "Int/Decimals:" -#: flatcamGUI/FlatCAMGUI.py:4154 +#: flatcamGUI/FlatCAMGUI.py:4567 msgid "" "The NC drill files, usually named Excellon files\n" "are files that can be found in different formats.\n" @@ -6085,11 +7131,11 @@ msgstr "" "Here we set the format used when the provided\n" "coordinates are not using period." -#: flatcamGUI/FlatCAMGUI.py:4190 +#: flatcamGUI/FlatCAMGUI.py:4603 msgid "Format:" msgstr "Format:" -#: flatcamGUI/FlatCAMGUI.py:4192 flatcamGUI/FlatCAMGUI.py:4202 +#: flatcamGUI/FlatCAMGUI.py:4605 flatcamGUI/FlatCAMGUI.py:4615 msgid "" "Select the kind of coordinates format used.\n" "Coordinates can be saved with decimal point or without.\n" @@ -6105,19 +7151,19 @@ msgstr "" "Also it will have to be specified if LZ = leading zeros are kept\n" "or TZ = trailing zeros are kept." -#: flatcamGUI/FlatCAMGUI.py:4199 +#: flatcamGUI/FlatCAMGUI.py:4612 msgid "Decimal" msgstr "Decimal" -#: flatcamGUI/FlatCAMGUI.py:4200 +#: flatcamGUI/FlatCAMGUI.py:4613 msgid "No-Decimal" msgstr "No-Decimal" -#: flatcamGUI/FlatCAMGUI.py:4213 +#: flatcamGUI/FlatCAMGUI.py:4626 msgid "Zeros:" msgstr "Zeros:" -#: flatcamGUI/FlatCAMGUI.py:4226 +#: flatcamGUI/FlatCAMGUI.py:4639 msgid "" "This sets the default type of Excellon zeros.\n" "If LZ then Leading Zeros are kept and\n" @@ -6131,11 +7177,11 @@ msgstr "" "If TZ is checked then Trailing Zeros are kept\n" "and Leading Zeros are removed." -#: flatcamGUI/FlatCAMGUI.py:4252 +#: flatcamGUI/FlatCAMGUI.py:4665 msgid "Geometry General" msgstr "Geometry General" -#: flatcamGUI/FlatCAMGUI.py:4270 +#: flatcamGUI/FlatCAMGUI.py:4683 msgid "" "The number of circle steps for Geometry \n" "circle and arc shapes linear approximation." @@ -6143,15 +7189,15 @@ msgstr "" "The number of circle steps for Geometry \n" "circle and arc shapes linear approximation." -#: flatcamGUI/FlatCAMGUI.py:4278 +#: flatcamGUI/FlatCAMGUI.py:4691 msgid "Tools" msgstr "Tools" -#: flatcamGUI/FlatCAMGUI.py:4285 +#: flatcamGUI/FlatCAMGUI.py:4698 msgid "Tool dia: " msgstr "Tool dia: " -#: flatcamGUI/FlatCAMGUI.py:4287 +#: flatcamGUI/FlatCAMGUI.py:4700 msgid "" "The diameter of the cutting\n" "tool.." @@ -6159,15 +7205,15 @@ msgstr "" "The diameter of the cutting\n" "tool.." -#: flatcamGUI/FlatCAMGUI.py:4302 +#: flatcamGUI/FlatCAMGUI.py:4715 msgid "Geometry Options" msgstr "Geometry Options" -#: flatcamGUI/FlatCAMGUI.py:4307 +#: flatcamGUI/FlatCAMGUI.py:4720 msgid "Create CNC Job:" msgstr "Create CNC Job:" -#: flatcamGUI/FlatCAMGUI.py:4309 +#: flatcamGUI/FlatCAMGUI.py:4722 msgid "" "Create a CNC Job object\n" "tracing the contours of this\n" @@ -6177,7 +7223,7 @@ msgstr "" "tracing the contours of this\n" "Geometry object." -#: flatcamGUI/FlatCAMGUI.py:4321 flatcamGUI/ObjectUI.py:1133 +#: flatcamGUI/FlatCAMGUI.py:4734 flatcamGUI/ObjectUI.py:1062 msgid "" "Cutting depth (negative)\n" "below the copper surface." @@ -6185,19 +7231,19 @@ msgstr "" "Cutting depth (negative)\n" "below the copper surface." -#: flatcamGUI/FlatCAMGUI.py:4329 +#: flatcamGUI/FlatCAMGUI.py:4742 msgid "Multidepth" msgstr "Multidepth" -#: flatcamGUI/FlatCAMGUI.py:4331 +#: flatcamGUI/FlatCAMGUI.py:4744 msgid "Multidepth usage: True or False." msgstr "Multidepth usage: True or False." -#: flatcamGUI/FlatCAMGUI.py:4336 +#: flatcamGUI/FlatCAMGUI.py:4749 msgid "Depth/Pass:" msgstr "Depth/Pass:" -#: flatcamGUI/FlatCAMGUI.py:4338 +#: flatcamGUI/FlatCAMGUI.py:4751 msgid "" "The depth to cut on each pass,\n" "when multidepth is enabled.\n" @@ -6211,7 +7257,7 @@ msgstr "" "it is a fraction from the depth\n" "which has negative value." -#: flatcamGUI/FlatCAMGUI.py:4354 flatcamGUI/ObjectUI.py:1169 +#: flatcamGUI/FlatCAMGUI.py:4767 flatcamGUI/ObjectUI.py:1098 msgid "" "Height of the tool when\n" "moving without cutting." @@ -6219,11 +7265,11 @@ msgstr "" "Height of the tool when\n" "moving without cutting." -#: flatcamGUI/FlatCAMGUI.py:4381 flatcamGUI/ObjectUI.py:1224 +#: flatcamGUI/FlatCAMGUI.py:4794 flatcamGUI/ObjectUI.py:1153 msgid "Feed Rate X-Y:" msgstr "Feed Rate X-Y:" -#: flatcamGUI/FlatCAMGUI.py:4383 flatcamGUI/ObjectUI.py:1227 +#: flatcamGUI/FlatCAMGUI.py:4796 flatcamGUI/ObjectUI.py:1156 msgid "" "Cutting speed in the XY\n" "plane in units per minute" @@ -6231,11 +7277,11 @@ msgstr "" "Cutting speed in the XY\n" "plane in units per minute" -#: flatcamGUI/FlatCAMGUI.py:4391 +#: flatcamGUI/FlatCAMGUI.py:4804 msgid "Feed Rate Z:" msgstr "Feed Rate Z:" -#: flatcamGUI/FlatCAMGUI.py:4393 +#: flatcamGUI/FlatCAMGUI.py:4806 msgid "" "Cutting speed in the XY\n" "plane in units per minute.\n" @@ -6245,12 +7291,12 @@ msgstr "" "plane in units per minute.\n" "It is called also Plunge." -#: flatcamGUI/FlatCAMGUI.py:4402 flatcamGUI/ObjectUI.py:750 -#: flatcamGUI/ObjectUI.py:1276 +#: flatcamGUI/FlatCAMGUI.py:4815 flatcamGUI/ObjectUI.py:679 +#: flatcamGUI/ObjectUI.py:1205 msgid "Spindle speed:" msgstr "Spindle speed:" -#: flatcamGUI/FlatCAMGUI.py:4431 +#: flatcamGUI/FlatCAMGUI.py:4844 msgid "" "The postprocessor file that dictates\n" "Machine Code output." @@ -6258,11 +7304,11 @@ msgstr "" "The postprocessor file that dictates\n" "Machine Code output." -#: flatcamGUI/FlatCAMGUI.py:4447 +#: flatcamGUI/FlatCAMGUI.py:4860 msgid "Geometry Adv. Options" msgstr "Geometry Adv. Options" -#: flatcamGUI/FlatCAMGUI.py:4454 +#: flatcamGUI/FlatCAMGUI.py:4867 msgid "" "Parameters to create a CNC Job object\n" "tracing the contours of a Geometry object." @@ -6270,7 +7316,7 @@ msgstr "" "Parameters to create a CNC Job object\n" "tracing the contours of a Geometry object." -#: flatcamGUI/FlatCAMGUI.py:4474 +#: flatcamGUI/FlatCAMGUI.py:4887 msgid "" "Height of the tool just after starting the work.\n" "Delete the value if you don't need this feature." @@ -6278,7 +7324,7 @@ msgstr "" "Height of the tool just after starting the work.\n" "Delete the value if you don't need this feature." -#: flatcamGUI/FlatCAMGUI.py:4494 +#: flatcamGUI/FlatCAMGUI.py:4907 msgid "" "Cutting speed in the XY plane\n" "(in units per minute).\n" @@ -6292,11 +7338,11 @@ msgstr "" "It is useful only for Marlin,\n" "ignore for any other cases." -#: flatcamGUI/FlatCAMGUI.py:4506 +#: flatcamGUI/FlatCAMGUI.py:4919 msgid "Re-cut 1st pt." msgstr "Re-cut 1st pt." -#: flatcamGUI/FlatCAMGUI.py:4508 flatcamGUI/ObjectUI.py:1267 +#: flatcamGUI/FlatCAMGUI.py:4921 flatcamGUI/ObjectUI.py:1196 msgid "" "In order to remove possible\n" "copper leftovers where first cut\n" @@ -6308,11 +7354,11 @@ msgstr "" "meet with last cut, we generate an\n" "extended cut over the first cut section." -#: flatcamGUI/FlatCAMGUI.py:4547 +#: flatcamGUI/FlatCAMGUI.py:4960 msgid "Seg. X size:" msgstr "Seg. X size:" -#: flatcamGUI/FlatCAMGUI.py:4549 +#: flatcamGUI/FlatCAMGUI.py:4962 msgid "" "The size of the trace segment on the X axis.\n" "Useful for auto-leveling.\n" @@ -6322,11 +7368,11 @@ msgstr "" "Useful for auto-leveling.\n" "A value of 0 means no segmentation on the X axis." -#: flatcamGUI/FlatCAMGUI.py:4558 +#: flatcamGUI/FlatCAMGUI.py:4971 msgid "Seg. Y size:" msgstr "Seg. Y size:" -#: flatcamGUI/FlatCAMGUI.py:4560 +#: flatcamGUI/FlatCAMGUI.py:4973 msgid "" "The size of the trace segment on the Y axis.\n" "Useful for auto-leveling.\n" @@ -6336,20 +7382,20 @@ msgstr "" "Useful for auto-leveling.\n" "A value of 0 means no segmentation on the Y axis." -#: flatcamGUI/FlatCAMGUI.py:4576 +#: flatcamGUI/FlatCAMGUI.py:4989 msgid "CNC Job General" msgstr "CNC Job General" -#: flatcamGUI/FlatCAMGUI.py:4589 flatcamGUI/ObjectUI.py:615 -#: flatcamGUI/ObjectUI.py:945 flatcamGUI/ObjectUI.py:1499 +#: flatcamGUI/FlatCAMGUI.py:5002 flatcamGUI/ObjectUI.py:544 +#: flatcamGUI/ObjectUI.py:874 flatcamGUI/ObjectUI.py:1428 msgid "Plot Object" msgstr "Plot Object" -#: flatcamGUI/FlatCAMGUI.py:4596 +#: flatcamGUI/FlatCAMGUI.py:5009 msgid "Plot kind:" msgstr "Plot kind:" -#: flatcamGUI/FlatCAMGUI.py:4598 flatcamGUI/ObjectUI.py:1421 +#: flatcamGUI/FlatCAMGUI.py:5011 flatcamGUI/ObjectUI.py:1350 msgid "" "This selects the kind of geometries on the canvas to plot.\n" "Those can be either of type 'Travel' which means the moves\n" @@ -6361,11 +7407,11 @@ msgstr "" "above the work piece or it can be of type 'Cut',\n" "which means the moves that cut into the material." -#: flatcamGUI/FlatCAMGUI.py:4606 flatcamGUI/ObjectUI.py:1430 +#: flatcamGUI/FlatCAMGUI.py:5019 flatcamGUI/ObjectUI.py:1359 msgid "Travel" msgstr "Travel" -#: flatcamGUI/FlatCAMGUI.py:4617 +#: flatcamGUI/FlatCAMGUI.py:5030 msgid "" "The number of circle steps for GCode \n" "circle and arc shapes linear approximation." @@ -6373,7 +7419,7 @@ msgstr "" "The number of circle steps for GCode \n" "circle and arc shapes linear approximation." -#: flatcamGUI/FlatCAMGUI.py:4627 +#: flatcamGUI/FlatCAMGUI.py:5040 msgid "" "Diameter of the tool to be\n" "rendered in the plot." @@ -6381,11 +7427,11 @@ msgstr "" "Diameter of the tool to be\n" "rendered in the plot." -#: flatcamGUI/FlatCAMGUI.py:4635 +#: flatcamGUI/FlatCAMGUI.py:5048 msgid "Coords dec.:" msgstr "Coords dec.:" -#: flatcamGUI/FlatCAMGUI.py:4637 +#: flatcamGUI/FlatCAMGUI.py:5050 msgid "" "The number of decimals to be used for \n" "the X, Y, Z coordinates in CNC code (GCODE, etc.)" @@ -6393,11 +7439,11 @@ msgstr "" "The number of decimals to be used for \n" "the X, Y, Z coordinates in CNC code (GCODE, etc.)" -#: flatcamGUI/FlatCAMGUI.py:4645 +#: flatcamGUI/FlatCAMGUI.py:5058 msgid "Feedrate dec.:" msgstr "Feedrate dec.:" -#: flatcamGUI/FlatCAMGUI.py:4647 +#: flatcamGUI/FlatCAMGUI.py:5060 msgid "" "The number of decimals to be used for \n" "the Feedrate parameter in CNC code (GCODE, etc.)" @@ -6405,16 +7451,16 @@ msgstr "" "The number of decimals to be used for \n" "the Feedrate parameter in CNC code (GCODE, etc.)" -#: flatcamGUI/FlatCAMGUI.py:4662 +#: flatcamGUI/FlatCAMGUI.py:5075 msgid "CNC Job Options" msgstr "CNC Job Options" -#: flatcamGUI/FlatCAMGUI.py:4665 flatcamGUI/FlatCAMGUI.py:4706 +#: flatcamGUI/FlatCAMGUI.py:5078 flatcamGUI/FlatCAMGUI.py:5119 msgid "Export G-Code:" msgstr "Export G-Code:" -#: flatcamGUI/FlatCAMGUI.py:4667 flatcamGUI/FlatCAMGUI.py:4708 -#: flatcamGUI/ObjectUI.py:1535 +#: flatcamGUI/FlatCAMGUI.py:5080 flatcamGUI/FlatCAMGUI.py:5121 +#: flatcamGUI/ObjectUI.py:1464 msgid "" "Export and save G-Code to\n" "make this object to a file." @@ -6422,11 +7468,11 @@ msgstr "" "Export and save G-Code to\n" "make this object to a file." -#: flatcamGUI/FlatCAMGUI.py:4673 +#: flatcamGUI/FlatCAMGUI.py:5086 msgid "Prepend to G-Code:" msgstr "Prepend to G-Code:" -#: flatcamGUI/FlatCAMGUI.py:4675 +#: flatcamGUI/FlatCAMGUI.py:5088 msgid "" "Type here any G-Code commands you would\n" "like to add at the beginning of the G-Code file." @@ -6434,11 +7480,11 @@ msgstr "" "Type here any G-Code commands you would\n" "like to add at the beginning of the G-Code file." -#: flatcamGUI/FlatCAMGUI.py:4684 +#: flatcamGUI/FlatCAMGUI.py:5097 msgid "Append to G-Code:" msgstr "Append to G-Code:" -#: flatcamGUI/FlatCAMGUI.py:4686 flatcamGUI/ObjectUI.py:1557 +#: flatcamGUI/FlatCAMGUI.py:5099 flatcamGUI/ObjectUI.py:1486 msgid "" "Type here any G-Code commands you would\n" "like to append to the generated file.\n" @@ -6448,15 +7494,15 @@ msgstr "" "like to append to the generated file.\n" "I.e.: M2 (End of program)" -#: flatcamGUI/FlatCAMGUI.py:4703 +#: flatcamGUI/FlatCAMGUI.py:5116 msgid "CNC Job Adv. Options" msgstr "CNC Job Adv. Options" -#: flatcamGUI/FlatCAMGUI.py:4714 flatcamGUI/ObjectUI.py:1575 +#: flatcamGUI/FlatCAMGUI.py:5127 flatcamGUI/ObjectUI.py:1504 msgid "Toolchange G-Code:" msgstr "Toolchange G-Code:" -#: flatcamGUI/FlatCAMGUI.py:4716 +#: flatcamGUI/FlatCAMGUI.py:5129 msgid "" "Type here any G-Code commands you would\n" "like to be executed when Toolchange event is encountered.\n" @@ -6468,11 +7514,11 @@ msgstr "" "This will constitute a Custom Toolchange GCode,\n" "or a Toolchange Macro." -#: flatcamGUI/FlatCAMGUI.py:4730 flatcamGUI/ObjectUI.py:1597 +#: flatcamGUI/FlatCAMGUI.py:5143 flatcamGUI/ObjectUI.py:1526 msgid "Use Toolchange Macro" msgstr "Use Toolchange Macro" -#: flatcamGUI/FlatCAMGUI.py:4732 flatcamGUI/ObjectUI.py:1600 +#: flatcamGUI/FlatCAMGUI.py:5145 flatcamGUI/ObjectUI.py:1529 msgid "" "Check this box if you want to use\n" "a Custom Toolchange GCode (macro)." @@ -6480,7 +7526,7 @@ msgstr "" "Check this box if you want to use\n" "a Custom Toolchange GCode (macro)." -#: flatcamGUI/FlatCAMGUI.py:4744 flatcamGUI/ObjectUI.py:1616 +#: flatcamGUI/FlatCAMGUI.py:5157 flatcamGUI/ObjectUI.py:1538 msgid "" "A list of the FlatCAM variables that can be used\n" "in the Toolchange event.\n" @@ -6490,78 +7536,78 @@ msgstr "" "in the Toolchange event.\n" "They have to be surrounded by the '%' symbol" -#: flatcamGUI/FlatCAMGUI.py:4751 flatcamGUI/ObjectUI.py:1624 +#: flatcamGUI/FlatCAMGUI.py:5164 flatcamGUI/ObjectUI.py:1545 msgid "Parameters" msgstr "Parameters" -#: flatcamGUI/FlatCAMGUI.py:4754 flatcamGUI/ObjectUI.py:1627 +#: flatcamGUI/FlatCAMGUI.py:5167 flatcamGUI/ObjectUI.py:1548 msgid "FlatCAM CNC parameters" msgstr "FlatCAM CNC parameters" -#: flatcamGUI/FlatCAMGUI.py:4755 flatcamGUI/ObjectUI.py:1628 +#: flatcamGUI/FlatCAMGUI.py:5168 flatcamGUI/ObjectUI.py:1549 msgid "tool = tool number" msgstr "tool = tool number" -#: flatcamGUI/FlatCAMGUI.py:4756 flatcamGUI/ObjectUI.py:1629 +#: flatcamGUI/FlatCAMGUI.py:5169 flatcamGUI/ObjectUI.py:1550 msgid "tooldia = tool diameter" msgstr "tooldia = tool diameter" -#: flatcamGUI/FlatCAMGUI.py:4757 flatcamGUI/ObjectUI.py:1630 +#: flatcamGUI/FlatCAMGUI.py:5170 flatcamGUI/ObjectUI.py:1551 msgid "t_drills = for Excellon, total number of drills" msgstr "t_drills = for Excellon, total number of drills" -#: flatcamGUI/FlatCAMGUI.py:4758 flatcamGUI/ObjectUI.py:1631 +#: flatcamGUI/FlatCAMGUI.py:5171 flatcamGUI/ObjectUI.py:1552 msgid "x_toolchange = X coord for Toolchange" msgstr "x_toolchange = X coord for Toolchange" -#: flatcamGUI/FlatCAMGUI.py:4759 flatcamGUI/ObjectUI.py:1632 +#: flatcamGUI/FlatCAMGUI.py:5172 flatcamGUI/ObjectUI.py:1553 msgid "y_toolchange = Y coord for Toolchange" msgstr "y_toolchange = Y coord for Toolchange" -#: flatcamGUI/FlatCAMGUI.py:4760 flatcamGUI/ObjectUI.py:1633 +#: flatcamGUI/FlatCAMGUI.py:5173 flatcamGUI/ObjectUI.py:1554 msgid "z_toolchange = Z coord for Toolchange" msgstr "z_toolchange = Z coord for Toolchange" -#: flatcamGUI/FlatCAMGUI.py:4761 +#: flatcamGUI/FlatCAMGUI.py:5174 msgid "z_cut = Z depth for the cut" msgstr "z_cut = Z depth for the cut" -#: flatcamGUI/FlatCAMGUI.py:4762 +#: flatcamGUI/FlatCAMGUI.py:5175 msgid "z_move = Z height for travel" msgstr "z_move = Z height for travel" -#: flatcamGUI/FlatCAMGUI.py:4763 flatcamGUI/ObjectUI.py:1636 +#: flatcamGUI/FlatCAMGUI.py:5176 flatcamGUI/ObjectUI.py:1557 msgid "z_depthpercut = the step value for multidepth cut" msgstr "z_depthpercut = the step value for multidepth cut" -#: flatcamGUI/FlatCAMGUI.py:4764 flatcamGUI/ObjectUI.py:1637 +#: flatcamGUI/FlatCAMGUI.py:5177 flatcamGUI/ObjectUI.py:1558 msgid "spindlesspeed = the value for the spindle speed" msgstr "spindlesspeed = the value for the spindle speed" -#: flatcamGUI/FlatCAMGUI.py:4765 flatcamGUI/ObjectUI.py:1638 +#: flatcamGUI/FlatCAMGUI.py:5178 flatcamGUI/ObjectUI.py:1559 msgid "dwelltime = time to dwell to allow the spindle to reach it's set RPM" msgstr "dwelltime = time to dwell to allow the spindle to reach it's set RPM" -#: flatcamGUI/FlatCAMGUI.py:4786 +#: flatcamGUI/FlatCAMGUI.py:5199 msgid "NCC Tool Options" msgstr "NCC Tool Options" -#: flatcamGUI/FlatCAMGUI.py:4789 flatcamGUI/FlatCAMGUI.py:4890 -#: flatcamGUI/FlatCAMGUI.py:4960 flatcamGUI/FlatCAMGUI.py:5019 -#: flatcamGUI/FlatCAMGUI.py:5122 flatcamGUI/FlatCAMGUI.py:5183 -#: flatcamGUI/FlatCAMGUI.py:5382 flatcamGUI/FlatCAMGUI.py:5509 +#: flatcamGUI/FlatCAMGUI.py:5202 flatcamGUI/FlatCAMGUI.py:5303 +#: flatcamGUI/FlatCAMGUI.py:5382 flatcamGUI/FlatCAMGUI.py:5441 +#: flatcamGUI/FlatCAMGUI.py:5544 flatcamGUI/FlatCAMGUI.py:5605 +#: flatcamGUI/FlatCAMGUI.py:5804 flatcamGUI/FlatCAMGUI.py:5931 msgid "Parameters:" msgstr "Parameters:" -#: flatcamGUI/FlatCAMGUI.py:4799 flatcamGUI/FlatCAMGUI.py:5520 +#: flatcamGUI/FlatCAMGUI.py:5212 flatcamGUI/FlatCAMGUI.py:5942 msgid "Tools dia:" msgstr "Tools dia:" -#: flatcamGUI/FlatCAMGUI.py:4801 +#: flatcamGUI/FlatCAMGUI.py:5214 msgid "Diameters of the cutting tools, separated by ','" msgstr "Diameters of the cutting tools, separated by ','" -#: flatcamGUI/FlatCAMGUI.py:4809 flatcamTools/ToolNonCopperClear.py:166 +#: flatcamGUI/FlatCAMGUI.py:5222 flatcamTools/ToolNonCopperClear.py:167 #, python-format msgid "" "How much (fraction) of the tool width to overlap each tool pass.\n" @@ -6586,11 +7632,11 @@ msgstr "" "Higher values = slow processing and slow execution on CNC\n" "due of too many paths." -#: flatcamGUI/FlatCAMGUI.py:4825 flatcamTools/ToolNonCopperClear.py:182 +#: flatcamGUI/FlatCAMGUI.py:5238 flatcamTools/ToolNonCopperClear.py:183 msgid "Bounding box margin." msgstr "Bounding box margin." -#: flatcamGUI/FlatCAMGUI.py:4834 flatcamTools/ToolNonCopperClear.py:191 +#: flatcamGUI/FlatCAMGUI.py:5247 flatcamTools/ToolNonCopperClear.py:192 #: flatcamTools/ToolPaint.py:190 msgid "" "Algorithm for non-copper clearing:
Standard: Fixed step inwards." @@ -6601,12 +7647,12 @@ msgstr "" "
Seed-based: Outwards from seed.
Line-based: Parallel " "lines." -#: flatcamGUI/FlatCAMGUI.py:4866 flatcamTools/ToolNonCopperClear.py:223 +#: flatcamGUI/FlatCAMGUI.py:5279 flatcamTools/ToolNonCopperClear.py:224 #: flatcamTools/ToolPaint.py:222 msgid "Rest M.:" msgstr "Rest M.:" -#: flatcamGUI/FlatCAMGUI.py:4868 +#: flatcamGUI/FlatCAMGUI.py:5281 msgid "" "If checked, use 'rest machining'.\n" "Basically it will clear copper outside PCB features,\n" @@ -6622,11 +7668,11 @@ msgstr "" "could not be cleared by previous tool.\n" "If not checked, use the standard algorithm." -#: flatcamGUI/FlatCAMGUI.py:4887 +#: flatcamGUI/FlatCAMGUI.py:5300 msgid "Cutout Tool Options" msgstr "Cutout Tool Options" -#: flatcamGUI/FlatCAMGUI.py:4892 flatcamGUI/ObjectUI.py:473 +#: flatcamGUI/FlatCAMGUI.py:5305 flatcamGUI/ObjectUI.py:402 msgid "" "Create toolpaths to cut around\n" "the PCB and separate it from\n" @@ -6636,7 +7682,7 @@ msgstr "" "the PCB and separate it from\n" "the original board." -#: flatcamGUI/FlatCAMGUI.py:4911 +#: flatcamGUI/FlatCAMGUI.py:5324 msgid "" "Distance from objects at which\n" "to draw the cutout." @@ -6644,11 +7690,11 @@ msgstr "" "Distance from objects at which\n" "to draw the cutout." -#: flatcamGUI/FlatCAMGUI.py:4918 flatcamTools/ToolCutOut.py:96 +#: flatcamGUI/FlatCAMGUI.py:5331 flatcamTools/ToolCutOut.py:96 msgid "Gap size:" msgstr "Gap size:" -#: flatcamGUI/FlatCAMGUI.py:4920 +#: flatcamGUI/FlatCAMGUI.py:5333 msgid "" "Size of the gaps in the toolpath\n" "that will remain to hold the\n" @@ -6658,11 +7704,11 @@ msgstr "" "that will remain to hold the\n" "board in place." -#: flatcamGUI/FlatCAMGUI.py:4928 flatcamTools/ToolCutOut.py:125 +#: flatcamGUI/FlatCAMGUI.py:5341 flatcamTools/ToolCutOut.py:133 msgid "Gaps:" msgstr "Gaps:" -#: flatcamGUI/FlatCAMGUI.py:4930 +#: flatcamGUI/FlatCAMGUI.py:5343 msgid "" "Number of bridge gaps used for the cutout.\n" "There can be maximum 8 bridges/gaps.\n" @@ -6684,11 +7730,19 @@ msgstr "" "- 2tb - 2*top + 2*bottom\n" "- 8 - 2*left + 2*right +2*top + 2*bottom" -#: flatcamGUI/FlatCAMGUI.py:4957 +#: flatcamGUI/FlatCAMGUI.py:5364 flatcamTools/ToolCutOut.py:115 +msgid "Convex Sh.:" +msgstr "Convex Sh.:" + +#: flatcamGUI/FlatCAMGUI.py:5366 flatcamTools/ToolCutOut.py:117 +msgid "Create a convex shape surrounding the entire PCB." +msgstr "Create a convex shape surrounding the entire PCB." + +#: flatcamGUI/FlatCAMGUI.py:5379 msgid "2Sided Tool Options" msgstr "2Sided Tool Options" -#: flatcamGUI/FlatCAMGUI.py:4962 +#: flatcamGUI/FlatCAMGUI.py:5384 msgid "" "A tool to help in creating a double sided\n" "PCB using alignment holes." @@ -6696,44 +7750,44 @@ msgstr "" "A tool to help in creating a double sided\n" "PCB using alignment holes." -#: flatcamGUI/FlatCAMGUI.py:4972 flatcamTools/ToolDblSided.py:235 +#: flatcamGUI/FlatCAMGUI.py:5394 flatcamTools/ToolDblSided.py:235 msgid "Drill diam.:" msgstr "Drill diam.:" -#: flatcamGUI/FlatCAMGUI.py:4974 flatcamTools/ToolDblSided.py:226 +#: flatcamGUI/FlatCAMGUI.py:5396 flatcamTools/ToolDblSided.py:226 #: flatcamTools/ToolDblSided.py:237 msgid "Diameter of the drill for the alignment holes." msgstr "Diameter of the drill for the alignment holes." -#: flatcamGUI/FlatCAMGUI.py:4981 +#: flatcamGUI/FlatCAMGUI.py:5403 msgid "X" msgstr "X" -#: flatcamGUI/FlatCAMGUI.py:4982 +#: flatcamGUI/FlatCAMGUI.py:5404 msgid "Y" msgstr "Y" -#: flatcamGUI/FlatCAMGUI.py:4983 flatcamTools/ToolDblSided.py:120 +#: flatcamGUI/FlatCAMGUI.py:5405 flatcamTools/ToolDblSided.py:120 msgid "Mirror Axis:" msgstr "Mirror Axis:" -#: flatcamGUI/FlatCAMGUI.py:4985 flatcamTools/ToolDblSided.py:122 +#: flatcamGUI/FlatCAMGUI.py:5407 flatcamTools/ToolDblSided.py:122 msgid "Mirror vertically (X) or horizontally (Y)." msgstr "Mirror vertically (X) or horizontally (Y)." -#: flatcamGUI/FlatCAMGUI.py:4994 +#: flatcamGUI/FlatCAMGUI.py:5416 msgid "Point" msgstr "Point" -#: flatcamGUI/FlatCAMGUI.py:4995 +#: flatcamGUI/FlatCAMGUI.py:5417 msgid "Box" msgstr "Box" -#: flatcamGUI/FlatCAMGUI.py:4996 flatcamTools/ToolDblSided.py:133 +#: flatcamGUI/FlatCAMGUI.py:5418 flatcamTools/ToolDblSided.py:133 msgid "Axis Ref:" msgstr "Axis Ref:" -#: flatcamGUI/FlatCAMGUI.py:4998 +#: flatcamGUI/FlatCAMGUI.py:5420 msgid "" "The axis should pass through a point or cut\n" " a specified box (in a Geometry object) in \n" @@ -6743,11 +7797,11 @@ msgstr "" " a specified box (in a Geometry object) in \n" "the middle." -#: flatcamGUI/FlatCAMGUI.py:5014 +#: flatcamGUI/FlatCAMGUI.py:5436 msgid "Paint Tool Options" msgstr "Paint Tool Options" -#: flatcamGUI/FlatCAMGUI.py:5021 flatcamGUI/ObjectUI.py:1370 +#: flatcamGUI/FlatCAMGUI.py:5443 flatcamGUI/ObjectUI.py:1299 msgid "" "Creates tool paths to cover the\n" "whole area of a polygon (remove\n" @@ -6759,7 +7813,7 @@ msgstr "" "all copper). You will be asked\n" "to click on the desired polygon." -#: flatcamGUI/FlatCAMGUI.py:5045 +#: flatcamGUI/FlatCAMGUI.py:5467 msgid "" "How much (fraction) of the tool\n" "width to overlap each tool pass." @@ -6767,23 +7821,23 @@ msgstr "" "How much (fraction) of the tool\n" "width to overlap each tool pass." -#: flatcamGUI/FlatCAMGUI.py:5099 flatcamTools/ToolPaint.py:237 +#: flatcamGUI/FlatCAMGUI.py:5521 flatcamTools/ToolPaint.py:237 msgid "Selection:" msgstr "Selection:" -#: flatcamGUI/FlatCAMGUI.py:5101 +#: flatcamGUI/FlatCAMGUI.py:5523 msgid "How to select the polygons to paint." msgstr "How to select the polygons to paint." -#: flatcamGUI/FlatCAMGUI.py:5105 +#: flatcamGUI/FlatCAMGUI.py:5527 msgid "Single" msgstr "Single" -#: flatcamGUI/FlatCAMGUI.py:5119 +#: flatcamGUI/FlatCAMGUI.py:5541 msgid "Film Tool Options" msgstr "Film Tool Options" -#: flatcamGUI/FlatCAMGUI.py:5124 +#: flatcamGUI/FlatCAMGUI.py:5546 msgid "" "Create a PCB film from a Gerber or Geometry\n" "FlatCAM object.\n" @@ -6793,19 +7847,19 @@ msgstr "" "FlatCAM object.\n" "The file is saved in SVG format." -#: flatcamGUI/FlatCAMGUI.py:5133 +#: flatcamGUI/FlatCAMGUI.py:5555 msgid "Pos" msgstr "Pos" -#: flatcamGUI/FlatCAMGUI.py:5134 +#: flatcamGUI/FlatCAMGUI.py:5556 msgid "Neg" msgstr "Neg" -#: flatcamGUI/FlatCAMGUI.py:5135 flatcamTools/ToolFilm.py:116 +#: flatcamGUI/FlatCAMGUI.py:5557 flatcamTools/ToolFilm.py:116 msgid "Film Type:" msgstr "Film Type:" -#: flatcamGUI/FlatCAMGUI.py:5137 flatcamTools/ToolFilm.py:118 +#: flatcamGUI/FlatCAMGUI.py:5559 flatcamTools/ToolFilm.py:118 msgid "" "Generate a Positive black film or a Negative film.\n" "Positive means that it will print the features\n" @@ -6821,11 +7875,11 @@ msgstr "" "with white on a black canvas.\n" "The Film format is SVG." -#: flatcamGUI/FlatCAMGUI.py:5148 flatcamTools/ToolFilm.py:130 +#: flatcamGUI/FlatCAMGUI.py:5570 flatcamTools/ToolFilm.py:130 msgid "Border:" msgstr "Border:" -#: flatcamGUI/FlatCAMGUI.py:5150 flatcamTools/ToolFilm.py:132 +#: flatcamGUI/FlatCAMGUI.py:5572 flatcamTools/ToolFilm.py:132 msgid "" "Specify a border around the object.\n" "Only for negative film.\n" @@ -6845,11 +7899,11 @@ msgstr "" "white color like the rest and which may confound with the\n" "surroundings if not for this border." -#: flatcamGUI/FlatCAMGUI.py:5163 flatcamTools/ToolFilm.py:144 +#: flatcamGUI/FlatCAMGUI.py:5585 flatcamTools/ToolFilm.py:144 msgid "Scale Stroke:" msgstr "Scale Stroke:" -#: flatcamGUI/FlatCAMGUI.py:5165 flatcamTools/ToolFilm.py:146 +#: flatcamGUI/FlatCAMGUI.py:5587 flatcamTools/ToolFilm.py:146 msgid "" "Scale the line stroke thickness of each feature in the SVG file.\n" "It means that the line that envelope each SVG feature will be thicker or " @@ -6861,11 +7915,11 @@ msgstr "" "thinner,\n" "therefore the fine features may be more affected by this parameter." -#: flatcamGUI/FlatCAMGUI.py:5180 +#: flatcamGUI/FlatCAMGUI.py:5602 msgid "Panelize Tool Options" msgstr "Panelize Tool Options" -#: flatcamGUI/FlatCAMGUI.py:5185 +#: flatcamGUI/FlatCAMGUI.py:5607 msgid "" "Create an object that contains an array of (x, y) elements,\n" "each element is a copy of the source object spaced\n" @@ -6875,11 +7929,11 @@ msgstr "" "each element is a copy of the source object spaced\n" "at a X distance, Y distance of each other." -#: flatcamGUI/FlatCAMGUI.py:5196 flatcamTools/ToolPanelize.py:113 +#: flatcamGUI/FlatCAMGUI.py:5618 flatcamTools/ToolPanelize.py:113 msgid "Spacing cols:" msgstr "Spacing cols:" -#: flatcamGUI/FlatCAMGUI.py:5198 flatcamTools/ToolPanelize.py:115 +#: flatcamGUI/FlatCAMGUI.py:5620 flatcamTools/ToolPanelize.py:115 msgid "" "Spacing between columns of the desired panel.\n" "In current units." @@ -6887,11 +7941,11 @@ msgstr "" "Spacing between columns of the desired panel.\n" "In current units." -#: flatcamGUI/FlatCAMGUI.py:5206 flatcamTools/ToolPanelize.py:122 +#: flatcamGUI/FlatCAMGUI.py:5628 flatcamTools/ToolPanelize.py:122 msgid "Spacing rows:" msgstr "Spacing rows:" -#: flatcamGUI/FlatCAMGUI.py:5208 flatcamTools/ToolPanelize.py:124 +#: flatcamGUI/FlatCAMGUI.py:5630 flatcamTools/ToolPanelize.py:124 msgid "" "Spacing between rows of the desired panel.\n" "In current units." @@ -6899,35 +7953,35 @@ msgstr "" "Spacing between rows of the desired panel.\n" "In current units." -#: flatcamGUI/FlatCAMGUI.py:5216 flatcamTools/ToolPanelize.py:131 +#: flatcamGUI/FlatCAMGUI.py:5638 flatcamTools/ToolPanelize.py:131 msgid "Columns:" msgstr "Columns:" -#: flatcamGUI/FlatCAMGUI.py:5218 flatcamTools/ToolPanelize.py:133 +#: flatcamGUI/FlatCAMGUI.py:5640 flatcamTools/ToolPanelize.py:133 msgid "Number of columns of the desired panel" msgstr "Number of columns of the desired panel" -#: flatcamGUI/FlatCAMGUI.py:5225 flatcamTools/ToolPanelize.py:139 +#: flatcamGUI/FlatCAMGUI.py:5647 flatcamTools/ToolPanelize.py:139 msgid "Rows:" msgstr "Rows:" -#: flatcamGUI/FlatCAMGUI.py:5227 flatcamTools/ToolPanelize.py:141 +#: flatcamGUI/FlatCAMGUI.py:5649 flatcamTools/ToolPanelize.py:141 msgid "Number of rows of the desired panel" msgstr "Number of rows of the desired panel" -#: flatcamGUI/FlatCAMGUI.py:5233 +#: flatcamGUI/FlatCAMGUI.py:5655 msgid "Gerber" msgstr "Gerber" -#: flatcamGUI/FlatCAMGUI.py:5234 +#: flatcamGUI/FlatCAMGUI.py:5656 msgid "Geo" msgstr "Geo" -#: flatcamGUI/FlatCAMGUI.py:5235 flatcamTools/ToolPanelize.py:148 +#: flatcamGUI/FlatCAMGUI.py:5657 flatcamTools/ToolPanelize.py:148 msgid "Panel Type:" msgstr "Panel Type:" -#: flatcamGUI/FlatCAMGUI.py:5237 +#: flatcamGUI/FlatCAMGUI.py:5659 msgid "" "Choose the type of object for the panel object:\n" "- Gerber\n" @@ -6937,11 +7991,11 @@ msgstr "" "- Gerber\n" "- Geometry" -#: flatcamGUI/FlatCAMGUI.py:5246 +#: flatcamGUI/FlatCAMGUI.py:5668 msgid "Constrain within:" msgstr "Constrain within:" -#: flatcamGUI/FlatCAMGUI.py:5248 flatcamTools/ToolPanelize.py:160 +#: flatcamGUI/FlatCAMGUI.py:5670 flatcamTools/ToolPanelize.py:160 msgid "" "Area define by DX and DY within to constrain the panel.\n" "DX and DY values are in current units.\n" @@ -6955,11 +8009,11 @@ msgstr "" "the final panel will have as many columns and rows as\n" "they fit completely within selected area." -#: flatcamGUI/FlatCAMGUI.py:5257 flatcamTools/ToolPanelize.py:169 +#: flatcamGUI/FlatCAMGUI.py:5679 flatcamTools/ToolPanelize.py:169 msgid "Width (DX):" msgstr "Width (DX):" -#: flatcamGUI/FlatCAMGUI.py:5259 flatcamTools/ToolPanelize.py:171 +#: flatcamGUI/FlatCAMGUI.py:5681 flatcamTools/ToolPanelize.py:171 msgid "" "The width (DX) within which the panel must fit.\n" "In current units." @@ -6967,11 +8021,11 @@ msgstr "" "The width (DX) within which the panel must fit.\n" "In current units." -#: flatcamGUI/FlatCAMGUI.py:5266 flatcamTools/ToolPanelize.py:177 +#: flatcamGUI/FlatCAMGUI.py:5688 flatcamTools/ToolPanelize.py:177 msgid "Height (DY):" msgstr "Height (DY):" -#: flatcamGUI/FlatCAMGUI.py:5268 flatcamTools/ToolPanelize.py:179 +#: flatcamGUI/FlatCAMGUI.py:5690 flatcamTools/ToolPanelize.py:179 msgid "" "The height (DY)within which the panel must fit.\n" "In current units." @@ -6979,15 +8033,15 @@ msgstr "" "The height (DY)within which the panel must fit.\n" "In current units." -#: flatcamGUI/FlatCAMGUI.py:5282 +#: flatcamGUI/FlatCAMGUI.py:5704 msgid "Calculators Tool Options" msgstr "Calculators Tool Options" -#: flatcamGUI/FlatCAMGUI.py:5285 +#: flatcamGUI/FlatCAMGUI.py:5707 msgid "V-Shape Tool Calculator:" msgstr "V-Shape Tool Calculator:" -#: flatcamGUI/FlatCAMGUI.py:5287 +#: flatcamGUI/FlatCAMGUI.py:5709 msgid "" "Calculate the tool diameter for a given V-shape tool,\n" "having the tip diameter, tip angle and\n" @@ -6997,11 +8051,11 @@ msgstr "" "having the tip diameter, tip angle and\n" "depth-of-cut as parameters." -#: flatcamGUI/FlatCAMGUI.py:5298 flatcamTools/ToolCalculators.py:94 +#: flatcamGUI/FlatCAMGUI.py:5720 flatcamTools/ToolCalculators.py:94 msgid "Tip Diameter:" msgstr "Tip Diameter:" -#: flatcamGUI/FlatCAMGUI.py:5300 +#: flatcamGUI/FlatCAMGUI.py:5722 msgid "" "This is the tool tip diameter.\n" "It is specified by manufacturer." @@ -7009,11 +8063,11 @@ msgstr "" "This is the tool tip diameter.\n" "It is specified by manufacturer." -#: flatcamGUI/FlatCAMGUI.py:5308 +#: flatcamGUI/FlatCAMGUI.py:5730 msgid "Tip angle:" msgstr "Tip angle:" -#: flatcamGUI/FlatCAMGUI.py:5310 +#: flatcamGUI/FlatCAMGUI.py:5732 msgid "" "This is the angle on the tip of the tool.\n" "It is specified by manufacturer." @@ -7021,7 +8075,7 @@ msgstr "" "This is the angle on the tip of the tool.\n" "It is specified by manufacturer." -#: flatcamGUI/FlatCAMGUI.py:5320 +#: flatcamGUI/FlatCAMGUI.py:5742 msgid "" "This is depth to cut into material.\n" "In the CNCJob object it is the CutZ parameter." @@ -7029,11 +8083,11 @@ msgstr "" "This is depth to cut into material.\n" "In the CNCJob object it is the CutZ parameter." -#: flatcamGUI/FlatCAMGUI.py:5327 +#: flatcamGUI/FlatCAMGUI.py:5749 msgid "ElectroPlating Calculator:" msgstr "ElectroPlating Calculator:" -#: flatcamGUI/FlatCAMGUI.py:5329 flatcamTools/ToolCalculators.py:152 +#: flatcamGUI/FlatCAMGUI.py:5751 flatcamTools/ToolCalculators.py:152 msgid "" "This calculator is useful for those who plate the via/pad/drill holes,\n" "using a method like grahite ink or calcium hypophosphite ink or palladium " @@ -7043,27 +8097,27 @@ msgstr "" "using a method like grahite ink or calcium hypophosphite ink or palladium " "chloride." -#: flatcamGUI/FlatCAMGUI.py:5339 flatcamTools/ToolCalculators.py:161 +#: flatcamGUI/FlatCAMGUI.py:5761 flatcamTools/ToolCalculators.py:161 msgid "Board Length:" msgstr "Board Length:" -#: flatcamGUI/FlatCAMGUI.py:5341 flatcamTools/ToolCalculators.py:165 +#: flatcamGUI/FlatCAMGUI.py:5763 flatcamTools/ToolCalculators.py:165 msgid "This is the board length. In centimeters." msgstr "This is the board length. In centimeters." -#: flatcamGUI/FlatCAMGUI.py:5347 flatcamTools/ToolCalculators.py:167 +#: flatcamGUI/FlatCAMGUI.py:5769 flatcamTools/ToolCalculators.py:167 msgid "Board Width:" msgstr "Board Width:" -#: flatcamGUI/FlatCAMGUI.py:5349 flatcamTools/ToolCalculators.py:171 +#: flatcamGUI/FlatCAMGUI.py:5771 flatcamTools/ToolCalculators.py:171 msgid "This is the board width.In centimeters." msgstr "This is the board width.In centimeters." -#: flatcamGUI/FlatCAMGUI.py:5354 flatcamTools/ToolCalculators.py:173 +#: flatcamGUI/FlatCAMGUI.py:5776 flatcamTools/ToolCalculators.py:173 msgid "Current Density:" msgstr "Current Density:" -#: flatcamGUI/FlatCAMGUI.py:5357 flatcamTools/ToolCalculators.py:177 +#: flatcamGUI/FlatCAMGUI.py:5779 flatcamTools/ToolCalculators.py:177 msgid "" "Current density to pass through the board. \n" "In Amps per Square Feet ASF." @@ -7071,11 +8125,11 @@ msgstr "" "Current density to pass through the board. \n" "In Amps per Square Feet ASF." -#: flatcamGUI/FlatCAMGUI.py:5363 flatcamTools/ToolCalculators.py:181 +#: flatcamGUI/FlatCAMGUI.py:5785 flatcamTools/ToolCalculators.py:181 msgid "Copper Growth:" msgstr "Copper Growth:" -#: flatcamGUI/FlatCAMGUI.py:5366 flatcamTools/ToolCalculators.py:185 +#: flatcamGUI/FlatCAMGUI.py:5788 flatcamTools/ToolCalculators.py:185 msgid "" "How thick the copper growth is intended to be.\n" "In microns." @@ -7083,11 +8137,11 @@ msgstr "" "How thick the copper growth is intended to be.\n" "In microns." -#: flatcamGUI/FlatCAMGUI.py:5379 +#: flatcamGUI/FlatCAMGUI.py:5801 msgid "Transform Tool Options" msgstr "Transform Tool Options" -#: flatcamGUI/FlatCAMGUI.py:5384 +#: flatcamGUI/FlatCAMGUI.py:5806 msgid "" "Various transformations that can be applied\n" "on a FlatCAM object." @@ -7095,47 +8149,47 @@ msgstr "" "Various transformations that can be applied\n" "on a FlatCAM object." -#: flatcamGUI/FlatCAMGUI.py:5394 +#: flatcamGUI/FlatCAMGUI.py:5816 msgid "Rotate Angle:" msgstr "Rotate Angle:" -#: flatcamGUI/FlatCAMGUI.py:5396 +#: flatcamGUI/FlatCAMGUI.py:5818 msgid "Angle for rotation. In degrees." msgstr "Angle for rotation. In degrees." -#: flatcamGUI/FlatCAMGUI.py:5403 +#: flatcamGUI/FlatCAMGUI.py:5825 msgid "Skew_X angle:" msgstr "Skew_X angle:" -#: flatcamGUI/FlatCAMGUI.py:5405 +#: flatcamGUI/FlatCAMGUI.py:5827 msgid "Angle for Skew/Shear on X axis. In degrees." msgstr "Angle for Skew/Shear on X axis. In degrees." -#: flatcamGUI/FlatCAMGUI.py:5412 +#: flatcamGUI/FlatCAMGUI.py:5834 msgid "Skew_Y angle:" msgstr "Skew_Y angle:" -#: flatcamGUI/FlatCAMGUI.py:5414 +#: flatcamGUI/FlatCAMGUI.py:5836 msgid "Angle for Skew/Shear on Y axis. In degrees." msgstr "Angle for Skew/Shear on Y axis. In degrees." -#: flatcamGUI/FlatCAMGUI.py:5421 +#: flatcamGUI/FlatCAMGUI.py:5843 msgid "Scale_X factor:" msgstr "Scale_X factor:" -#: flatcamGUI/FlatCAMGUI.py:5423 +#: flatcamGUI/FlatCAMGUI.py:5845 msgid "Factor for scaling on X axis." msgstr "Factor for scaling on X axis." -#: flatcamGUI/FlatCAMGUI.py:5430 +#: flatcamGUI/FlatCAMGUI.py:5852 msgid "Scale_Y factor:" msgstr "Scale_Y factor:" -#: flatcamGUI/FlatCAMGUI.py:5432 +#: flatcamGUI/FlatCAMGUI.py:5854 msgid "Factor for scaling on Y axis." msgstr "Factor for scaling on Y axis." -#: flatcamGUI/FlatCAMGUI.py:5440 +#: flatcamGUI/FlatCAMGUI.py:5862 msgid "" "Scale the selected object(s)\n" "using the Scale_X factor for both axis." @@ -7143,7 +8197,7 @@ msgstr "" "Scale the selected object(s)\n" "using the Scale_X factor for both axis." -#: flatcamGUI/FlatCAMGUI.py:5448 flatcamTools/ToolTransform.py:210 +#: flatcamGUI/FlatCAMGUI.py:5870 flatcamTools/ToolTransform.py:210 msgid "" "Scale the selected object(s)\n" "using the origin reference when checked,\n" @@ -7155,27 +8209,27 @@ msgstr "" "and the center of the biggest bounding box\n" "of the selected objects when unchecked." -#: flatcamGUI/FlatCAMGUI.py:5457 +#: flatcamGUI/FlatCAMGUI.py:5879 msgid "Offset_X val:" msgstr "Offset_X val:" -#: flatcamGUI/FlatCAMGUI.py:5459 +#: flatcamGUI/FlatCAMGUI.py:5881 msgid "Distance to offset on X axis. In current units." msgstr "Distance to offset on X axis. In current units." -#: flatcamGUI/FlatCAMGUI.py:5466 +#: flatcamGUI/FlatCAMGUI.py:5888 msgid "Offset_Y val:" msgstr "Offset_Y val:" -#: flatcamGUI/FlatCAMGUI.py:5468 +#: flatcamGUI/FlatCAMGUI.py:5890 msgid "Distance to offset on Y axis. In current units." msgstr "Distance to offset on Y axis. In current units." -#: flatcamGUI/FlatCAMGUI.py:5474 +#: flatcamGUI/FlatCAMGUI.py:5896 msgid "Mirror Reference" msgstr "Mirror Reference" -#: flatcamGUI/FlatCAMGUI.py:5476 flatcamTools/ToolTransform.py:314 +#: flatcamGUI/FlatCAMGUI.py:5898 flatcamTools/ToolTransform.py:314 msgid "" "Flip the selected object(s)\n" "around the point in Point Entry Field.\n" @@ -7197,11 +8251,11 @@ msgstr "" "Or enter the coords in format (x, y) in the\n" "Point Entry field and click Flip on X(Y)" -#: flatcamGUI/FlatCAMGUI.py:5487 +#: flatcamGUI/FlatCAMGUI.py:5909 msgid " Mirror Ref. Point:" msgstr " Mirror Ref. Point:" -#: flatcamGUI/FlatCAMGUI.py:5489 flatcamTools/ToolTransform.py:327 +#: flatcamGUI/FlatCAMGUI.py:5911 flatcamTools/ToolTransform.py:327 msgid "" "Coordinates in format (x, y) used as reference for mirroring.\n" "The 'x' in (x, y) will be used when using Flip on X and\n" @@ -7211,11 +8265,11 @@ msgstr "" "The 'x' in (x, y) will be used when using Flip on X and\n" "the 'y' in (x, y) will be used when using Flip on Y and" -#: flatcamGUI/FlatCAMGUI.py:5506 +#: flatcamGUI/FlatCAMGUI.py:5928 msgid "SolderPaste Tool Options" msgstr "SolderPaste Tool Options" -#: flatcamGUI/FlatCAMGUI.py:5511 +#: flatcamGUI/FlatCAMGUI.py:5933 msgid "" "A tool to create GCode for dispensing\n" "solder paste onto a PCB." @@ -7223,47 +8277,47 @@ msgstr "" "A tool to create GCode for dispensing\n" "solder paste onto a PCB." -#: flatcamGUI/FlatCAMGUI.py:5522 +#: flatcamGUI/FlatCAMGUI.py:5944 msgid "Diameters of nozzle tools, separated by ','" msgstr "Diameters of nozzle tools, separated by ','" -#: flatcamGUI/FlatCAMGUI.py:5529 +#: flatcamGUI/FlatCAMGUI.py:5951 msgid "New Nozzle Dia:" msgstr "New Nozzle Dia:" -#: flatcamGUI/FlatCAMGUI.py:5531 flatcamTools/ToolSolderPaste.py:103 +#: flatcamGUI/FlatCAMGUI.py:5953 flatcamTools/ToolSolderPaste.py:103 msgid "Diameter for the new Nozzle tool to add in the Tool Table" msgstr "Diameter for the new Nozzle tool to add in the Tool Table" -#: flatcamGUI/FlatCAMGUI.py:5539 flatcamTools/ToolSolderPaste.py:166 +#: flatcamGUI/FlatCAMGUI.py:5961 flatcamTools/ToolSolderPaste.py:166 msgid "Z Dispense Start:" msgstr "Z Dispense Start:" -#: flatcamGUI/FlatCAMGUI.py:5541 flatcamTools/ToolSolderPaste.py:168 +#: flatcamGUI/FlatCAMGUI.py:5963 flatcamTools/ToolSolderPaste.py:168 msgid "The height (Z) when solder paste dispensing starts." msgstr "The height (Z) when solder paste dispensing starts." -#: flatcamGUI/FlatCAMGUI.py:5548 flatcamTools/ToolSolderPaste.py:174 +#: flatcamGUI/FlatCAMGUI.py:5970 flatcamTools/ToolSolderPaste.py:174 msgid "Z Dispense:" msgstr "Z Dispense:" -#: flatcamGUI/FlatCAMGUI.py:5550 flatcamTools/ToolSolderPaste.py:176 +#: flatcamGUI/FlatCAMGUI.py:5972 flatcamTools/ToolSolderPaste.py:176 msgid "The height (Z) when doing solder paste dispensing." msgstr "The height (Z) when doing solder paste dispensing." -#: flatcamGUI/FlatCAMGUI.py:5557 flatcamTools/ToolSolderPaste.py:183 +#: flatcamGUI/FlatCAMGUI.py:5979 flatcamTools/ToolSolderPaste.py:183 msgid "Z Dispense Stop:" msgstr "Z Dispense Stop:" -#: flatcamGUI/FlatCAMGUI.py:5559 flatcamTools/ToolSolderPaste.py:185 +#: flatcamGUI/FlatCAMGUI.py:5981 flatcamTools/ToolSolderPaste.py:185 msgid "The height (Z) when solder paste dispensing stops." msgstr "The height (Z) when solder paste dispensing stops." -#: flatcamGUI/FlatCAMGUI.py:5566 flatcamTools/ToolSolderPaste.py:191 +#: flatcamGUI/FlatCAMGUI.py:5988 flatcamTools/ToolSolderPaste.py:191 msgid "Z Travel:" msgstr "Z Travel:" -#: flatcamGUI/FlatCAMGUI.py:5568 flatcamTools/ToolSolderPaste.py:193 +#: flatcamGUI/FlatCAMGUI.py:5990 flatcamTools/ToolSolderPaste.py:193 msgid "" "The height (Z) for travel between pads\n" "(without dispensing solder paste)." @@ -7271,19 +8325,19 @@ msgstr "" "The height (Z) for travel between pads\n" "(without dispensing solder paste)." -#: flatcamGUI/FlatCAMGUI.py:5576 flatcamTools/ToolSolderPaste.py:200 +#: flatcamGUI/FlatCAMGUI.py:5998 flatcamTools/ToolSolderPaste.py:200 msgid "Z Toolchange:" msgstr "Z Toolchange:" -#: flatcamGUI/FlatCAMGUI.py:5578 flatcamTools/ToolSolderPaste.py:202 +#: flatcamGUI/FlatCAMGUI.py:6000 flatcamTools/ToolSolderPaste.py:202 msgid "The height (Z) for tool (nozzle) change." msgstr "The height (Z) for tool (nozzle) change." -#: flatcamGUI/FlatCAMGUI.py:5585 flatcamTools/ToolSolderPaste.py:208 +#: flatcamGUI/FlatCAMGUI.py:6007 flatcamTools/ToolSolderPaste.py:208 msgid "XY Toolchange:" msgstr "XY Toolchange:" -#: flatcamGUI/FlatCAMGUI.py:5587 flatcamTools/ToolSolderPaste.py:210 +#: flatcamGUI/FlatCAMGUI.py:6009 flatcamTools/ToolSolderPaste.py:210 msgid "" "The X,Y location for tool (nozzle) change.\n" "The format is (x, y) where x and y are real numbers." @@ -7291,19 +8345,19 @@ msgstr "" "The X,Y location for tool (nozzle) change.\n" "The format is (x, y) where x and y are real numbers." -#: flatcamGUI/FlatCAMGUI.py:5595 flatcamTools/ToolSolderPaste.py:217 +#: flatcamGUI/FlatCAMGUI.py:6017 flatcamTools/ToolSolderPaste.py:217 msgid "Feedrate X-Y:" msgstr "Feedrate X-Y:" -#: flatcamGUI/FlatCAMGUI.py:5597 flatcamTools/ToolSolderPaste.py:219 +#: flatcamGUI/FlatCAMGUI.py:6019 flatcamTools/ToolSolderPaste.py:219 msgid "Feedrate (speed) while moving on the X-Y plane." msgstr "Feedrate (speed) while moving on the X-Y plane." -#: flatcamGUI/FlatCAMGUI.py:5604 flatcamTools/ToolSolderPaste.py:225 +#: flatcamGUI/FlatCAMGUI.py:6026 flatcamTools/ToolSolderPaste.py:225 msgid "Feedrate Z:" msgstr "Feedrate Z:" -#: flatcamGUI/FlatCAMGUI.py:5606 flatcamTools/ToolSolderPaste.py:227 +#: flatcamGUI/FlatCAMGUI.py:6028 flatcamTools/ToolSolderPaste.py:227 msgid "" "Feedrate (speed) while moving vertically\n" "(on Z plane)." @@ -7311,11 +8365,11 @@ msgstr "" "Feedrate (speed) while moving vertically\n" "(on Z plane)." -#: flatcamGUI/FlatCAMGUI.py:5614 flatcamTools/ToolSolderPaste.py:234 +#: flatcamGUI/FlatCAMGUI.py:6036 flatcamTools/ToolSolderPaste.py:234 msgid "Feedrate Z Dispense:" msgstr "Feedrate Z Dispense:" -#: flatcamGUI/FlatCAMGUI.py:5616 flatcamTools/ToolSolderPaste.py:236 +#: flatcamGUI/FlatCAMGUI.py:6038 flatcamTools/ToolSolderPaste.py:236 msgid "" "Feedrate (speed) while moving up vertically\n" " to Dispense position (on Z plane)." @@ -7323,11 +8377,11 @@ msgstr "" "Feedrate (speed) while moving up vertically\n" " to Dispense position (on Z plane)." -#: flatcamGUI/FlatCAMGUI.py:5624 flatcamTools/ToolSolderPaste.py:243 +#: flatcamGUI/FlatCAMGUI.py:6046 flatcamTools/ToolSolderPaste.py:243 msgid "Spindle Speed FWD:" msgstr "Spindle Speed FWD:" -#: flatcamGUI/FlatCAMGUI.py:5626 flatcamTools/ToolSolderPaste.py:245 +#: flatcamGUI/FlatCAMGUI.py:6048 flatcamTools/ToolSolderPaste.py:245 msgid "" "The dispenser speed while pushing solder paste\n" "through the dispenser nozzle." @@ -7335,19 +8389,19 @@ msgstr "" "The dispenser speed while pushing solder paste\n" "through the dispenser nozzle." -#: flatcamGUI/FlatCAMGUI.py:5634 flatcamTools/ToolSolderPaste.py:252 +#: flatcamGUI/FlatCAMGUI.py:6056 flatcamTools/ToolSolderPaste.py:252 msgid "Dwell FWD:" msgstr "Dwell FWD:" -#: flatcamGUI/FlatCAMGUI.py:5636 flatcamTools/ToolSolderPaste.py:254 +#: flatcamGUI/FlatCAMGUI.py:6058 flatcamTools/ToolSolderPaste.py:254 msgid "Pause after solder dispensing." msgstr "Pause after solder dispensing." -#: flatcamGUI/FlatCAMGUI.py:5643 flatcamTools/ToolSolderPaste.py:260 +#: flatcamGUI/FlatCAMGUI.py:6065 flatcamTools/ToolSolderPaste.py:260 msgid "Spindle Speed REV:" msgstr "Spindle Speed REV:" -#: flatcamGUI/FlatCAMGUI.py:5645 flatcamTools/ToolSolderPaste.py:262 +#: flatcamGUI/FlatCAMGUI.py:6067 flatcamTools/ToolSolderPaste.py:262 msgid "" "The dispenser speed while retracting solder paste\n" "through the dispenser nozzle." @@ -7355,11 +8409,11 @@ msgstr "" "The dispenser speed while retracting solder paste\n" "through the dispenser nozzle." -#: flatcamGUI/FlatCAMGUI.py:5653 flatcamTools/ToolSolderPaste.py:269 +#: flatcamGUI/FlatCAMGUI.py:6075 flatcamTools/ToolSolderPaste.py:269 msgid "Dwell REV:" msgstr "Dwell REV:" -#: flatcamGUI/FlatCAMGUI.py:5655 flatcamTools/ToolSolderPaste.py:271 +#: flatcamGUI/FlatCAMGUI.py:6077 flatcamTools/ToolSolderPaste.py:271 msgid "" "Pause after solder paste dispenser retracted,\n" "to allow pressure equilibrium." @@ -7367,23 +8421,23 @@ msgstr "" "Pause after solder paste dispenser retracted,\n" "to allow pressure equilibrium." -#: flatcamGUI/FlatCAMGUI.py:5662 flatcamTools/ToolSolderPaste.py:277 +#: flatcamGUI/FlatCAMGUI.py:6084 flatcamTools/ToolSolderPaste.py:277 msgid "PostProcessors:" msgstr "PostProcessors:" -#: flatcamGUI/FlatCAMGUI.py:5664 flatcamTools/ToolSolderPaste.py:279 +#: flatcamGUI/FlatCAMGUI.py:6086 flatcamTools/ToolSolderPaste.py:279 msgid "Files that control the GCode generation." msgstr "Files that control the GCode generation." -#: flatcamGUI/FlatCAMGUI.py:5694 flatcamGUI/FlatCAMGUI.py:5700 +#: flatcamGUI/FlatCAMGUI.py:6116 flatcamGUI/FlatCAMGUI.py:6122 msgid "Idle." msgstr "Idle." -#: flatcamGUI/FlatCAMGUI.py:5724 +#: flatcamGUI/FlatCAMGUI.py:6146 msgid "Application started ..." msgstr "Application started ..." -#: flatcamGUI/FlatCAMGUI.py:5725 +#: flatcamGUI/FlatCAMGUI.py:6147 msgid "Hello!" msgstr "Hello!" @@ -7469,19 +8523,11 @@ msgstr "Solid " msgid "M-Color " msgstr "M-Color " -#: flatcamGUI/ObjectUI.py:182 flatcamGUI/ObjectUI.py:588 -#: flatcamGUI/ObjectUI.py:907 flatcamGUI/ObjectUI.py:1437 +#: flatcamGUI/ObjectUI.py:182 flatcamGUI/ObjectUI.py:517 +#: flatcamGUI/ObjectUI.py:836 flatcamGUI/ObjectUI.py:1366 msgid "Name:" msgstr "Name:" -#: flatcamGUI/ObjectUI.py:192 -msgid "Apertures:" -msgstr "Apertures:" - -#: flatcamGUI/ObjectUI.py:194 -msgid "Apertures Table for the Gerber Object." -msgstr "Apertures Table for the Gerber Object." - #: flatcamGUI/ObjectUI.py:203 msgid "" "Toggle the display of the Gerber Apertures Table.\n" @@ -7506,120 +8552,37 @@ msgstr "" "When unchecked, it will delete all mark shapes\n" "that are drawn on canvas." -#: flatcamGUI/ObjectUI.py:228 -msgid "Code" -msgstr "Code" - -#: flatcamGUI/ObjectUI.py:228 flatcamGUI/ObjectUI.py:959 -#: flatcamGUI/ObjectUI.py:1517 -msgid "Type" -msgstr "Type" - -#: flatcamGUI/ObjectUI.py:228 -msgid "Size" -msgstr "Size" - -#: flatcamGUI/ObjectUI.py:228 -msgid "Dim" -msgstr "Dim" - -#: flatcamGUI/ObjectUI.py:232 -msgid "Index" -msgstr "Index" - -#: flatcamGUI/ObjectUI.py:234 -msgid "Aperture Code" -msgstr "Aperture Code" - -#: flatcamGUI/ObjectUI.py:236 -msgid "Type of aperture: circular, rectangle, macros etc" -msgstr "Type of aperture: circular, rectangle, macros etc" - -#: flatcamGUI/ObjectUI.py:238 -msgid "Aperture Size:" -msgstr "Aperture Size:" - -#: flatcamGUI/ObjectUI.py:240 -msgid "" -"Aperture Dimensions:\n" -" - (width, height) for R, O type.\n" -" - (dia, nVertices) for P type" -msgstr "" -"Aperture Dimensions:\n" -" - (width, height) for R, O type.\n" -" - (dia, nVertices) for P type" - #: flatcamGUI/ObjectUI.py:244 msgid "Mark the aperture instances on canvas." msgstr "Mark the aperture instances on canvas." -#: flatcamGUI/ObjectUI.py:252 -msgid "Scale Factor:" -msgstr "Scale Factor:" - -#: flatcamGUI/ObjectUI.py:267 -msgid "Perform scaling operation on the selected apertures." -msgstr "Perform scaling operation on the selected apertures." +#: flatcamGUI/ObjectUI.py:262 +msgid "" +"Diameter of the cutting tool.\n" +"If you want to have an isolation path\n" +"inside the actual shape of the Gerber\n" +"feature, use a negative value for\n" +"this parameter." +msgstr "" +"Diameter of the cutting tool.\n" +"If you want to have an isolation path\n" +"inside the actual shape of the Gerber\n" +"feature, use a negative value for\n" +"this parameter." #: flatcamGUI/ObjectUI.py:273 -msgid "Buffer Factor:" -msgstr "Buffer Factor:" - -#: flatcamGUI/ObjectUI.py:286 -msgid "Buffer" -msgstr "Buffer" - -#: flatcamGUI/ObjectUI.py:288 -msgid "Perform buffer operation on the selected apertures." -msgstr "Perform buffer operation on the selected apertures." - -#: flatcamGUI/ObjectUI.py:296 -msgid "Generate new Gerber Object:" -msgstr "Generate new Gerber Object:" - -#: flatcamGUI/ObjectUI.py:298 -msgid "Will generate a new Gerber object from the changed apertures." -msgstr "Will generate a new Gerber object from the changed apertures." - -#: flatcamGUI/ObjectUI.py:304 -msgid "Go" -msgstr "Go" - -#: flatcamGUI/ObjectUI.py:306 -msgid "" -"Will generate a new Gerber object from the changed apertures.\n" -"This new object can then be isolated etc." -msgstr "" -"Will generate a new Gerber object from the changed apertures.\n" -"This new object can then be isolated etc." - -#: flatcamGUI/ObjectUI.py:333 -msgid "" -"Diameter of the cutting tool.\n" -"If you want to have an isolation path\n" -"inside the actual shape of the Gerber\n" -"feature, use a negative value for\n" -"this parameter." -msgstr "" -"Diameter of the cutting tool.\n" -"If you want to have an isolation path\n" -"inside the actual shape of the Gerber\n" -"feature, use a negative value for\n" -"this parameter." - -#: flatcamGUI/ObjectUI.py:344 msgid "Passes:" msgstr "Passes:" -#: flatcamGUI/ObjectUI.py:378 +#: flatcamGUI/ObjectUI.py:307 msgid "Combine" msgstr "Combine" -#: flatcamGUI/ObjectUI.py:394 +#: flatcamGUI/ObjectUI.py:323 msgid "Generate Isolation Geometry:" msgstr "Generate Isolation Geometry:" -#: flatcamGUI/ObjectUI.py:396 +#: flatcamGUI/ObjectUI.py:325 msgid "" "Create a Geometry object with toolpaths to cut \n" "isolation outside, inside or on both sides of the\n" @@ -7641,11 +8604,11 @@ msgstr "" "inside the actual Gerber feature, use a negative tool\n" "diameter above." -#: flatcamGUI/ObjectUI.py:415 +#: flatcamGUI/ObjectUI.py:344 msgid "FULL Geo" msgstr "FULL Geo" -#: flatcamGUI/ObjectUI.py:417 +#: flatcamGUI/ObjectUI.py:346 msgid "" "Create the Geometry Object\n" "for isolation routing. It contains both\n" @@ -7655,11 +8618,11 @@ msgstr "" "for isolation routing. It contains both\n" "the interiors and exteriors geometry." -#: flatcamGUI/ObjectUI.py:426 +#: flatcamGUI/ObjectUI.py:355 msgid "Ext Geo" msgstr "Ext Geo" -#: flatcamGUI/ObjectUI.py:428 +#: flatcamGUI/ObjectUI.py:357 msgid "" "Create the Geometry Object\n" "for isolation routing containing\n" @@ -7669,11 +8632,11 @@ msgstr "" "for isolation routing containing\n" "only the exteriors geometry." -#: flatcamGUI/ObjectUI.py:435 +#: flatcamGUI/ObjectUI.py:364 msgid "Int Geo" msgstr "Int Geo" -#: flatcamGUI/ObjectUI.py:437 +#: flatcamGUI/ObjectUI.py:366 msgid "" "Create the Geometry Object\n" "for isolation routing containing\n" @@ -7683,11 +8646,11 @@ msgstr "" "for isolation routing containing\n" "only the interiors geometry." -#: flatcamGUI/ObjectUI.py:455 +#: flatcamGUI/ObjectUI.py:384 msgid "Clear N-copper:" msgstr "Clear N-copper:" -#: flatcamGUI/ObjectUI.py:465 flatcamTools/ToolNonCopperClear.py:239 +#: flatcamGUI/ObjectUI.py:394 flatcamTools/ToolNonCopperClear.py:240 msgid "" "Create the Geometry Object\n" "for non-copper routing." @@ -7695,15 +8658,15 @@ msgstr "" "Create the Geometry Object\n" "for non-copper routing." -#: flatcamGUI/ObjectUI.py:471 +#: flatcamGUI/ObjectUI.py:400 msgid "Board cutout:" msgstr "Board cutout:" -#: flatcamGUI/ObjectUI.py:479 +#: flatcamGUI/ObjectUI.py:408 msgid "Cutout Tool" msgstr "Cutout Tool" -#: flatcamGUI/ObjectUI.py:481 +#: flatcamGUI/ObjectUI.py:410 msgid "" "Generate the geometry for\n" "the board cutout." @@ -7711,11 +8674,11 @@ msgstr "" "Generate the geometry for\n" "the board cutout." -#: flatcamGUI/ObjectUI.py:487 +#: flatcamGUI/ObjectUI.py:416 msgid "Non-copper regions:" msgstr "Non-copper regions:" -#: flatcamGUI/ObjectUI.py:489 +#: flatcamGUI/ObjectUI.py:418 msgid "" "Create polygons covering the\n" "areas without copper on the PCB.\n" @@ -7729,21 +8692,21 @@ msgstr "" "object. Can be used to remove all\n" "copper from a specified region." -#: flatcamGUI/ObjectUI.py:514 flatcamGUI/ObjectUI.py:545 +#: flatcamGUI/ObjectUI.py:443 flatcamGUI/ObjectUI.py:474 msgid "Rounded Geo" msgstr "Rounded Geo" -#: flatcamGUI/ObjectUI.py:516 +#: flatcamGUI/ObjectUI.py:445 msgid "Resulting geometry will have rounded corners." msgstr "Resulting geometry will have rounded corners." -#: flatcamGUI/ObjectUI.py:521 flatcamGUI/ObjectUI.py:555 -#: flatcamTools/ToolCutOut.py:159 flatcamTools/ToolCutOut.py:179 -#: flatcamTools/ToolCutOut.py:230 flatcamTools/ToolSolderPaste.py:127 +#: flatcamGUI/ObjectUI.py:450 flatcamGUI/ObjectUI.py:484 +#: flatcamTools/ToolCutOut.py:167 flatcamTools/ToolCutOut.py:187 +#: flatcamTools/ToolCutOut.py:238 flatcamTools/ToolSolderPaste.py:127 msgid "Generate Geo" msgstr "Generate Geo" -#: flatcamGUI/ObjectUI.py:527 +#: flatcamGUI/ObjectUI.py:456 msgid "" "Create a geometry surrounding the Gerber object.\n" "Square shape." @@ -7751,27 +8714,27 @@ msgstr "" "Create a geometry surrounding the Gerber object.\n" "Square shape." -#: flatcamGUI/ObjectUI.py:557 +#: flatcamGUI/ObjectUI.py:486 msgid "Generate the Geometry object." msgstr "Generate the Geometry object." -#: flatcamGUI/ObjectUI.py:568 +#: flatcamGUI/ObjectUI.py:497 msgid "Excellon Object" msgstr "Excellon Object" -#: flatcamGUI/ObjectUI.py:579 +#: flatcamGUI/ObjectUI.py:508 msgid "Solid circles." msgstr "Solid circles." -#: flatcamGUI/ObjectUI.py:607 flatcamGUI/ObjectUI.py:926 +#: flatcamGUI/ObjectUI.py:536 flatcamGUI/ObjectUI.py:855 msgid "Tools Table" msgstr "Tools Table" -#: flatcamGUI/ObjectUI.py:628 +#: flatcamGUI/ObjectUI.py:557 msgid "Offset Z" msgstr "Offset Z" -#: flatcamGUI/ObjectUI.py:632 +#: flatcamGUI/ObjectUI.py:561 msgid "" "This is the Tool Number.\n" "When ToolChange is checked, on toolchange event this value\n" @@ -7781,8 +8744,8 @@ msgstr "" "When ToolChange is checked, on toolchange event this value\n" "will be showed as a T1, T2 ... Tn in the Machine Code." -#: flatcamGUI/ObjectUI.py:636 flatcamGUI/ObjectUI.py:972 -#: flatcamTools/ToolNonCopperClear.py:96 flatcamTools/ToolPaint.py:94 +#: flatcamGUI/ObjectUI.py:565 flatcamGUI/ObjectUI.py:901 +#: flatcamTools/ToolNonCopperClear.py:97 flatcamTools/ToolPaint.py:94 msgid "" "Tool Diameter. It's value (in current FlatCAM units) \n" "is the cut width into the material." @@ -7790,7 +8753,7 @@ msgstr "" "Tool Diameter. It's value (in current FlatCAM units) \n" "is the cut width into the material." -#: flatcamGUI/ObjectUI.py:639 +#: flatcamGUI/ObjectUI.py:568 msgid "" "The number of Drill holes. Holes that are drilled with\n" "a drill bit." @@ -7798,7 +8761,7 @@ msgstr "" "The number of Drill holes. Holes that are drilled with\n" "a drill bit." -#: flatcamGUI/ObjectUI.py:642 +#: flatcamGUI/ObjectUI.py:571 msgid "" "The number of Slot holes. Holes that are created by\n" "milling them with an endmill bit." @@ -7806,11 +8769,11 @@ msgstr "" "The number of Slot holes. Holes that are created by\n" "milling them with an endmill bit." -#: flatcamGUI/ObjectUI.py:649 +#: flatcamGUI/ObjectUI.py:578 msgid "Toggle display of the drills for the current tool." msgstr "Toggle display of the drills for the current tool." -#: flatcamGUI/ObjectUI.py:657 +#: flatcamGUI/ObjectUI.py:586 msgid "" "Create a CNC Job object\n" "for this drill object." @@ -7818,15 +8781,15 @@ msgstr "" "Create a CNC Job object\n" "for this drill object." -#: flatcamGUI/ObjectUI.py:686 flatcamGUI/ObjectUI.py:1186 +#: flatcamGUI/ObjectUI.py:615 flatcamGUI/ObjectUI.py:1115 msgid "Tool change" msgstr "Tool change" -#: flatcamGUI/ObjectUI.py:694 flatcamGUI/ObjectUI.py:1179 +#: flatcamGUI/ObjectUI.py:623 flatcamGUI/ObjectUI.py:1108 msgid "Tool change Z:" msgstr "Tool change Z:" -#: flatcamGUI/ObjectUI.py:696 flatcamGUI/ObjectUI.py:1182 +#: flatcamGUI/ObjectUI.py:625 flatcamGUI/ObjectUI.py:1111 msgid "" "Z-axis position (height) for\n" "tool change." @@ -7834,7 +8797,7 @@ msgstr "" "Z-axis position (height) for\n" "tool change." -#: flatcamGUI/ObjectUI.py:707 +#: flatcamGUI/ObjectUI.py:636 msgid "" "Tool height just before starting the work.\n" "Delete the value if you don't need this feature." @@ -7842,7 +8805,7 @@ msgstr "" "Tool height just before starting the work.\n" "Delete the value if you don't need this feature." -#: flatcamGUI/ObjectUI.py:717 +#: flatcamGUI/ObjectUI.py:646 msgid "" "Z-axis position (height) for\n" "the last move." @@ -7850,11 +8813,11 @@ msgstr "" "Z-axis position (height) for\n" "the last move." -#: flatcamGUI/ObjectUI.py:725 +#: flatcamGUI/ObjectUI.py:654 msgid "Feedrate (Plunge):" msgstr "Feedrate (Plunge):" -#: flatcamGUI/ObjectUI.py:727 +#: flatcamGUI/ObjectUI.py:656 msgid "" "Tool speed while drilling\n" "(in units per minute).\n" @@ -7864,7 +8827,7 @@ msgstr "" "(in units per minute).\n" "This is for linear move G01." -#: flatcamGUI/ObjectUI.py:777 +#: flatcamGUI/ObjectUI.py:706 msgid "" "The json file that dictates\n" "gcode output." @@ -7872,7 +8835,7 @@ msgstr "" "The json file that dictates\n" "gcode output." -#: flatcamGUI/ObjectUI.py:809 +#: flatcamGUI/ObjectUI.py:738 msgid "" "Select from the Tools Table above\n" "the tools you want to include." @@ -7880,11 +8843,11 @@ msgstr "" "Select from the Tools Table above\n" "the tools you want to include." -#: flatcamGUI/ObjectUI.py:816 +#: flatcamGUI/ObjectUI.py:745 msgid "Type: " msgstr "Type: " -#: flatcamGUI/ObjectUI.py:818 +#: flatcamGUI/ObjectUI.py:747 msgid "" "Choose what to use for GCode generation:\n" "'Drills', 'Slots' or 'Both'.\n" @@ -7896,15 +8859,15 @@ msgstr "" "When choosing 'Slots' or 'Both', slots will be\n" "converted to a series of drills." -#: flatcamGUI/ObjectUI.py:833 +#: flatcamGUI/ObjectUI.py:762 msgid "Create GCode" msgstr "Create GCode" -#: flatcamGUI/ObjectUI.py:835 +#: flatcamGUI/ObjectUI.py:764 msgid "Generate the CNC Job." msgstr "Generate the CNC Job." -#: flatcamGUI/ObjectUI.py:847 +#: flatcamGUI/ObjectUI.py:776 msgid "" "Select from the Tools Table above\n" " the hole dias that are to be milled." @@ -7912,15 +8875,15 @@ msgstr "" "Select from the Tools Table above\n" " the hole dias that are to be milled." -#: flatcamGUI/ObjectUI.py:854 +#: flatcamGUI/ObjectUI.py:783 msgid "Drills Tool dia:" msgstr "Drills Tool dia:" -#: flatcamGUI/ObjectUI.py:861 +#: flatcamGUI/ObjectUI.py:790 msgid "Mill Drills Geo" msgstr "Mill Drills Geo" -#: flatcamGUI/ObjectUI.py:863 +#: flatcamGUI/ObjectUI.py:792 msgid "" "Create the Geometry Object\n" "for milling DRILLS toolpaths." @@ -7928,15 +8891,15 @@ msgstr "" "Create the Geometry Object\n" "for milling DRILLS toolpaths." -#: flatcamGUI/ObjectUI.py:870 +#: flatcamGUI/ObjectUI.py:799 msgid "Slots Tool dia:" msgstr "Slots Tool dia:" -#: flatcamGUI/ObjectUI.py:877 +#: flatcamGUI/ObjectUI.py:806 msgid "Mill Slots Geo" msgstr "Mill Slots Geo" -#: flatcamGUI/ObjectUI.py:879 +#: flatcamGUI/ObjectUI.py:808 msgid "" "Create the Geometry Object\n" "for milling SLOTS toolpaths." @@ -7944,11 +8907,11 @@ msgstr "" "Create the Geometry Object\n" "for milling SLOTS toolpaths." -#: flatcamGUI/ObjectUI.py:897 +#: flatcamGUI/ObjectUI.py:826 msgid "Geometry Object" msgstr "Geometry Object" -#: flatcamGUI/ObjectUI.py:928 +#: flatcamGUI/ObjectUI.py:857 msgid "" "Tools in this Geometry object used for cutting.\n" "The 'Offset' entry will set an offset for the cut.\n" @@ -7976,15 +8939,15 @@ msgstr "" "grayed out and Cut Z is automatically calculated from the newly \n" "showed UI form entries named V-Tip Dia and V-Tip Angle." -#: flatcamGUI/ObjectUI.py:959 flatcamGUI/ObjectUI.py:1517 +#: flatcamGUI/ObjectUI.py:888 flatcamGUI/ObjectUI.py:1446 msgid "Dia" msgstr "Dia" -#: flatcamGUI/ObjectUI.py:959 flatcamGUI/ObjectUI.py:1517 +#: flatcamGUI/ObjectUI.py:888 flatcamGUI/ObjectUI.py:1446 msgid "TT" msgstr "TT" -#: flatcamGUI/ObjectUI.py:966 +#: flatcamGUI/ObjectUI.py:895 msgid "" "This is the Tool Number.\n" "When ToolChange is checked, on toolchange event this value\n" @@ -7994,7 +8957,7 @@ msgstr "" "When ToolChange is checked, on toolchange event this value\n" "will be showed as a T1, T2 ... Tn" -#: flatcamGUI/ObjectUI.py:977 +#: flatcamGUI/ObjectUI.py:906 msgid "" "The value for the Offset can be:\n" "- Path -> There is no offset, the tool cut will be done through the geometry " @@ -8010,7 +8973,7 @@ msgstr "" "'pocket'.\n" "- Out(side) -> The tool cut will follow the geometry line on the outside." -#: flatcamGUI/ObjectUI.py:984 +#: flatcamGUI/ObjectUI.py:913 msgid "" "The (Operation) Type has only informative value. Usually the UI form " "values \n" @@ -8030,7 +8993,7 @@ msgstr "" "For Isolation we need a lower Feedrate as it use a milling bit with a fine " "tip." -#: flatcamGUI/ObjectUI.py:993 +#: flatcamGUI/ObjectUI.py:922 msgid "" "The Tool Type (TT) can be:\n" "- Circular with 1 ... 4 teeth -> it is informative only. Being circular the " @@ -8060,7 +9023,7 @@ msgstr "" "Choosing the V-Shape Tool Type automatically will select the Operation Type " "as Isolation." -#: flatcamGUI/ObjectUI.py:1004 +#: flatcamGUI/ObjectUI.py:933 msgid "" "Plot column. It is visible only for MultiGeo geometries, meaning geometries " "that holds the geometry\n" @@ -8078,11 +9041,11 @@ msgstr "" "plot on canvas\n" "for the corresponding tool." -#: flatcamGUI/ObjectUI.py:1017 +#: flatcamGUI/ObjectUI.py:946 msgid "Tool Offset:" msgstr "Tool Offset:" -#: flatcamGUI/ObjectUI.py:1020 +#: flatcamGUI/ObjectUI.py:949 msgid "" "The value to offset the cut when \n" "the Offset type selected is 'Offset'.\n" @@ -8094,11 +9057,11 @@ msgstr "" "The value can be positive for 'outside'\n" "cut and negative for 'inside' cut." -#: flatcamGUI/ObjectUI.py:1043 +#: flatcamGUI/ObjectUI.py:972 msgid "Tool Dia:" msgstr "Tool Dia:" -#: flatcamGUI/ObjectUI.py:1062 flatcamTools/ToolNonCopperClear.py:135 +#: flatcamGUI/ObjectUI.py:991 flatcamTools/ToolNonCopperClear.py:136 #: flatcamTools/ToolPaint.py:133 msgid "" "Add a new tool to the Tool Table\n" @@ -8107,7 +9070,7 @@ msgstr "" "Add a new tool to the Tool Table\n" "with the diameter specified above." -#: flatcamGUI/ObjectUI.py:1070 +#: flatcamGUI/ObjectUI.py:999 msgid "" "Copy a selection of tools in the Tool Table\n" "by first selecting a row in the Tool Table." @@ -8115,7 +9078,7 @@ msgstr "" "Copy a selection of tools in the Tool Table\n" "by first selecting a row in the Tool Table." -#: flatcamGUI/ObjectUI.py:1078 +#: flatcamGUI/ObjectUI.py:1007 msgid "" "Delete a selection of tools in the Tool Table\n" "by first selecting a row in the Tool Table." @@ -8123,11 +9086,11 @@ msgstr "" "Delete a selection of tools in the Tool Table\n" "by first selecting a row in the Tool Table." -#: flatcamGUI/ObjectUI.py:1094 +#: flatcamGUI/ObjectUI.py:1023 msgid "Tool Data" msgstr "Tool Data" -#: flatcamGUI/ObjectUI.py:1097 +#: flatcamGUI/ObjectUI.py:1026 msgid "" "The data used for creating GCode.\n" "Each tool store it's own set of such data." @@ -8135,19 +9098,19 @@ msgstr "" "The data used for creating GCode.\n" "Each tool store it's own set of such data." -#: flatcamGUI/ObjectUI.py:1107 +#: flatcamGUI/ObjectUI.py:1036 msgid "V-Tip Dia:" msgstr "V-Tip Dia:" -#: flatcamGUI/ObjectUI.py:1110 +#: flatcamGUI/ObjectUI.py:1039 msgid "The tip diameter for V-Shape Tool" msgstr "The tip diameter for V-Shape Tool" -#: flatcamGUI/ObjectUI.py:1118 +#: flatcamGUI/ObjectUI.py:1047 msgid "V-Tip Angle:" msgstr "V-Tip Angle:" -#: flatcamGUI/ObjectUI.py:1121 +#: flatcamGUI/ObjectUI.py:1050 msgid "" "The tip angle for V-Shape Tool.\n" "In degree." @@ -8155,11 +9118,11 @@ msgstr "" "The tip angle for V-Shape Tool.\n" "In degree." -#: flatcamGUI/ObjectUI.py:1142 +#: flatcamGUI/ObjectUI.py:1071 msgid "Multi-Depth:" msgstr "Multi-Depth:" -#: flatcamGUI/ObjectUI.py:1145 +#: flatcamGUI/ObjectUI.py:1074 msgid "" "Use multiple passes to limit\n" "the cut depth in each pass. Will\n" @@ -8175,11 +9138,11 @@ msgstr "" "To the right, input the depth of \n" "each pass (positive value)." -#: flatcamGUI/ObjectUI.py:1158 +#: flatcamGUI/ObjectUI.py:1087 msgid "Depth of each pass (positive)." msgstr "Depth of each pass (positive)." -#: flatcamGUI/ObjectUI.py:1189 +#: flatcamGUI/ObjectUI.py:1118 msgid "" "Include tool-change sequence\n" "in the Machine Code (Pause for tool change)." @@ -8187,7 +9150,7 @@ msgstr "" "Include tool-change sequence\n" "in the Machine Code (Pause for tool change)." -#: flatcamGUI/ObjectUI.py:1215 +#: flatcamGUI/ObjectUI.py:1144 msgid "" "This is the height (Z) at which the CNC\n" "will go as the last move." @@ -8195,11 +9158,11 @@ msgstr "" "This is the height (Z) at which the CNC\n" "will go as the last move." -#: flatcamGUI/ObjectUI.py:1236 +#: flatcamGUI/ObjectUI.py:1165 msgid "Feed Rate Z (Plunge):" msgstr "Feed Rate Z (Plunge):" -#: flatcamGUI/ObjectUI.py:1239 +#: flatcamGUI/ObjectUI.py:1168 msgid "" "Cutting speed in the Z\n" "plane in units per minute" @@ -8207,11 +9170,11 @@ msgstr "" "Cutting speed in the Z\n" "plane in units per minute" -#: flatcamGUI/ObjectUI.py:1248 +#: flatcamGUI/ObjectUI.py:1177 msgid "Feed Rate Rapids:" msgstr "Feed Rate Rapids:" -#: flatcamGUI/ObjectUI.py:1251 +#: flatcamGUI/ObjectUI.py:1180 msgid "" "Cutting speed in the XY\n" "plane in units per minute\n" @@ -8227,11 +9190,11 @@ msgstr "" "It is useful only for Marlin,\n" "ignore for any other cases." -#: flatcamGUI/ObjectUI.py:1264 +#: flatcamGUI/ObjectUI.py:1193 msgid "Cut over 1st pt" msgstr "Cut over 1st pt" -#: flatcamGUI/ObjectUI.py:1279 +#: flatcamGUI/ObjectUI.py:1208 msgid "" "Speed of the spindle in RPM (optional).\n" "If LASER postprocessor is used,\n" @@ -8241,11 +9204,11 @@ msgstr "" "If LASER postprocessor is used,\n" "this value is the power of laser." -#: flatcamGUI/ObjectUI.py:1308 +#: flatcamGUI/ObjectUI.py:1237 msgid "PostProcessor:" msgstr "PostProcessor:" -#: flatcamGUI/ObjectUI.py:1311 +#: flatcamGUI/ObjectUI.py:1240 msgid "" "The Postprocessor file that dictates\n" "the Machine Code (like GCode, RML, HPGL) output." @@ -8253,7 +9216,7 @@ msgstr "" "The Postprocessor file that dictates\n" "the Machine Code (like GCode, RML, HPGL) output." -#: flatcamGUI/ObjectUI.py:1349 +#: flatcamGUI/ObjectUI.py:1278 msgid "" "Add at least one tool in the tool-table.\n" "Click the header to select all, or Ctrl + LMB\n" @@ -8263,35 +9226,35 @@ msgstr "" "Click the header to select all, or Ctrl + LMB\n" "for custom selection of tools." -#: flatcamGUI/ObjectUI.py:1356 +#: flatcamGUI/ObjectUI.py:1285 msgid "Generate" msgstr "Generate" -#: flatcamGUI/ObjectUI.py:1359 +#: flatcamGUI/ObjectUI.py:1288 msgid "Generate the CNC Job object." msgstr "Generate the CNC Job object." -#: flatcamGUI/ObjectUI.py:1367 +#: flatcamGUI/ObjectUI.py:1296 msgid "Paint Area:" msgstr "Paint Area:" -#: flatcamGUI/ObjectUI.py:1382 +#: flatcamGUI/ObjectUI.py:1311 msgid "Launch Paint Tool in Tools Tab." msgstr "Launch Paint Tool in Tools Tab." -#: flatcamGUI/ObjectUI.py:1399 +#: flatcamGUI/ObjectUI.py:1328 msgid "CNC Job Object" msgstr "CNC Job Object" -#: flatcamGUI/ObjectUI.py:1418 +#: flatcamGUI/ObjectUI.py:1347 msgid "Plot kind:" msgstr "Plot kind:" -#: flatcamGUI/ObjectUI.py:1443 +#: flatcamGUI/ObjectUI.py:1372 msgid "Travelled dist.:" msgstr "Travelled dist.:" -#: flatcamGUI/ObjectUI.py:1446 flatcamGUI/ObjectUI.py:1453 +#: flatcamGUI/ObjectUI.py:1375 flatcamGUI/ObjectUI.py:1382 msgid "" "This is the total travelled distance on X-Y plane.\n" "In current units." @@ -8299,11 +9262,11 @@ msgstr "" "This is the total travelled distance on X-Y plane.\n" "In current units." -#: flatcamGUI/ObjectUI.py:1481 +#: flatcamGUI/ObjectUI.py:1410 msgid "CNC Tools Table" msgstr "CNC Tools Table" -#: flatcamGUI/ObjectUI.py:1484 +#: flatcamGUI/ObjectUI.py:1413 msgid "" "Tools in this CNCJob object used for cutting.\n" "The tool diameter is used for plotting on canvas.\n" @@ -8325,27 +9288,27 @@ msgstr "" "The 'Tool type'(TT) can be circular with 1 to 4 teeths(C1..C4),\n" "ball(B), or V-Shaped(V)." -#: flatcamGUI/ObjectUI.py:1518 +#: flatcamGUI/ObjectUI.py:1447 msgid "P" msgstr "P" -#: flatcamGUI/ObjectUI.py:1524 +#: flatcamGUI/ObjectUI.py:1453 msgid "Update Plot" msgstr "Update Plot" -#: flatcamGUI/ObjectUI.py:1526 +#: flatcamGUI/ObjectUI.py:1455 msgid "Update the plot." msgstr "Update the plot." -#: flatcamGUI/ObjectUI.py:1533 +#: flatcamGUI/ObjectUI.py:1462 msgid "Export CNC Code:" msgstr "Export CNC Code:" -#: flatcamGUI/ObjectUI.py:1541 +#: flatcamGUI/ObjectUI.py:1470 msgid "Prepend to CNC Code:" msgstr "Prepend to CNC Code:" -#: flatcamGUI/ObjectUI.py:1544 +#: flatcamGUI/ObjectUI.py:1473 msgid "" "Type here any G-Code commands you would\n" "like to add to the beginning of the generated file." @@ -8353,11 +9316,11 @@ msgstr "" "Type here any G-Code commands you would\n" "like to add to the beginning of the generated file." -#: flatcamGUI/ObjectUI.py:1554 +#: flatcamGUI/ObjectUI.py:1483 msgid "Append to CNC Code" msgstr "Append to CNC Code" -#: flatcamGUI/ObjectUI.py:1578 +#: flatcamGUI/ObjectUI.py:1507 msgid "" "Type here any G-Code commands you would\n" "like to be executed when Toolchange event is encountered.\n" @@ -8379,19 +9342,19 @@ msgstr "" "that has 'toolchange_custom' in it's name and this is built\n" "having as template the 'Toolchange Custom' posprocessor file." -#: flatcamGUI/ObjectUI.py:1634 +#: flatcamGUI/ObjectUI.py:1555 msgid "z_cut = depth where to cut" msgstr "z_cut = depth where to cut" -#: flatcamGUI/ObjectUI.py:1635 +#: flatcamGUI/ObjectUI.py:1556 msgid "z_move = height where to travel" msgstr "z_move = height where to travel" -#: flatcamGUI/ObjectUI.py:1656 +#: flatcamGUI/ObjectUI.py:1574 msgid "View CNC Code" msgstr "View CNC Code" -#: flatcamGUI/ObjectUI.py:1659 +#: flatcamGUI/ObjectUI.py:1577 msgid "" "Opens TAB to view/modify/print G-Code\n" "file." @@ -8399,11 +9362,11 @@ msgstr "" "Opens TAB to view/modify/print G-Code\n" "file." -#: flatcamGUI/ObjectUI.py:1665 +#: flatcamGUI/ObjectUI.py:1583 msgid "Save CNC Code" msgstr "Save CNC Code" -#: flatcamGUI/ObjectUI.py:1668 +#: flatcamGUI/ObjectUI.py:1586 msgid "" "Opens dialog to save G-Code\n" "file." @@ -8579,15 +9542,15 @@ msgstr "" "the surrounding material (the one \n" "from which the PCB is cutout)." -#: flatcamTools/ToolCutOut.py:114 +#: flatcamTools/ToolCutOut.py:122 msgid "A. Automatic Bridge Gaps" msgstr "A. Automatic Bridge Gaps" -#: flatcamTools/ToolCutOut.py:116 +#: flatcamTools/ToolCutOut.py:124 msgid "This section handle creation of automatic bridge gaps." msgstr "This section handle creation of automatic bridge gaps." -#: flatcamTools/ToolCutOut.py:127 +#: flatcamTools/ToolCutOut.py:135 msgid "" "Number of gaps used for the Automatic cutout.\n" "There can be maximum 8 bridges/gaps.\n" @@ -8609,11 +9572,11 @@ msgstr "" "- 2tb - 2*top + 2*bottom\n" "- 8 - 2*left + 2*right +2*top + 2*bottom" -#: flatcamTools/ToolCutOut.py:150 +#: flatcamTools/ToolCutOut.py:158 msgid "FreeForm:" msgstr "FreeForm:" -#: flatcamTools/ToolCutOut.py:152 +#: flatcamTools/ToolCutOut.py:160 msgid "" "The cutout shape can be of ny shape.\n" "Useful when the PCB has a non-rectangular shape." @@ -8621,7 +9584,7 @@ msgstr "" "The cutout shape can be of ny shape.\n" "Useful when the PCB has a non-rectangular shape." -#: flatcamTools/ToolCutOut.py:161 +#: flatcamTools/ToolCutOut.py:169 msgid "" "Cutout the selected object.\n" "The cutout shape can be of any shape.\n" @@ -8631,11 +9594,11 @@ msgstr "" "The cutout shape can be of any shape.\n" "Useful when the PCB has a non-rectangular shape." -#: flatcamTools/ToolCutOut.py:170 +#: flatcamTools/ToolCutOut.py:178 msgid "Rectangular:" msgstr "Rectangular:" -#: flatcamTools/ToolCutOut.py:172 +#: flatcamTools/ToolCutOut.py:180 msgid "" "The resulting cutout shape is\n" "always a rectangle shape and it will be\n" @@ -8645,23 +9608,23 @@ msgstr "" "always a rectangle shape and it will be\n" "the bounding box of the Object." -#: flatcamTools/ToolCutOut.py:181 -msgid "" -"Cutout the selected object.\n" -"The resulting cutout shape is\n" -"always a rectangle shape and it will be\n" -"the bounding box of the Object." -msgstr "" -"Cutout the selected object.\n" -"The resulting cutout shape is\n" -"always a rectangle shape and it will be\n" -"the bounding box of the Object." - #: flatcamTools/ToolCutOut.py:189 +msgid "" +"Cutout the selected object.\n" +"The resulting cutout shape is\n" +"always a rectangle shape and it will be\n" +"the bounding box of the Object." +msgstr "" +"Cutout the selected object.\n" +"The resulting cutout shape is\n" +"always a rectangle shape and it will be\n" +"the bounding box of the Object." + +#: flatcamTools/ToolCutOut.py:197 msgid "B. Manual Bridge Gaps" msgstr "B. Manual Bridge Gaps" -#: flatcamTools/ToolCutOut.py:191 +#: flatcamTools/ToolCutOut.py:199 msgid "" "This section handle creation of manual bridge gaps.\n" "This is done by mouse clicking on the perimeter of the\n" @@ -8671,19 +9634,19 @@ msgstr "" "This is done by mouse clicking on the perimeter of the\n" "Geometry object that is used as a cutout object. " -#: flatcamTools/ToolCutOut.py:207 +#: flatcamTools/ToolCutOut.py:215 msgid "Geo Obj:" msgstr "Geo Obj:" -#: flatcamTools/ToolCutOut.py:209 +#: flatcamTools/ToolCutOut.py:217 msgid "Geometry object used to create the manual cutout." msgstr "Geometry object used to create the manual cutout." -#: flatcamTools/ToolCutOut.py:220 +#: flatcamTools/ToolCutOut.py:228 msgid "Manual Geo:" msgstr "Manual Geo:" -#: flatcamTools/ToolCutOut.py:222 flatcamTools/ToolCutOut.py:232 +#: flatcamTools/ToolCutOut.py:230 flatcamTools/ToolCutOut.py:240 msgid "" "If the object to be cutout is a Gerber\n" "first create a Geometry that surrounds it,\n" @@ -8695,11 +9658,11 @@ msgstr "" "to be used as the cutout, if one doesn't exist yet.\n" "Select the source Gerber file in the top object combobox." -#: flatcamTools/ToolCutOut.py:242 +#: flatcamTools/ToolCutOut.py:250 msgid "Manual Add Bridge Gaps:" msgstr "Manual Add Bridge Gaps:" -#: flatcamTools/ToolCutOut.py:244 +#: flatcamTools/ToolCutOut.py:252 msgid "" "Use the left mouse button (LMB) click\n" "to create a bridge gap to separate the PCB from\n" @@ -8709,11 +9672,11 @@ msgstr "" "to create a bridge gap to separate the PCB from\n" "the surrounding material." -#: flatcamTools/ToolCutOut.py:251 +#: flatcamTools/ToolCutOut.py:259 msgid "Generate Gap" msgstr "Generate Gap" -#: flatcamTools/ToolCutOut.py:253 +#: flatcamTools/ToolCutOut.py:261 msgid "" "Use the left mouse button (LMB) click\n" "to create a bridge gap to separate the PCB from\n" @@ -8727,46 +9690,48 @@ msgstr "" "The LMB click has to be done on the perimeter of\n" "the Geometry object used as a cutout geometry." -#: flatcamTools/ToolCutOut.py:329 flatcamTools/ToolCutOut.py:468 -#: flatcamTools/ToolNonCopperClear.py:659 flatcamTools/ToolPaint.py:757 +#: flatcamTools/ToolCutOut.py:338 flatcamTools/ToolCutOut.py:483 +#: flatcamTools/ToolNonCopperClear.py:665 flatcamTools/ToolPaint.py:763 #: flatcamTools/ToolPanelize.py:293 flatcamTools/ToolPanelize.py:307 #, python-format -msgid "[ERROR_NOTCL]Could not retrieve object: %s" -msgstr "[ERROR_NOTCL]Could not retrieve object: %s" +msgid "[ERROR_NOTCL] Could not retrieve object: %s" +msgstr "[ERROR_NOTCL] Could not retrieve object: %s" -#: flatcamTools/ToolCutOut.py:333 +#: flatcamTools/ToolCutOut.py:342 msgid "" -"[ERROR_NOTCL]There is no object selected for Cutout.\n" +"[ERROR_NOTCL] There is no object selected for Cutout.\n" "Select one and try again." msgstr "" -"[ERROR_NOTCL]There is no object selected for Cutout.\n" +"[ERROR_NOTCL] There is no object selected for Cutout.\n" "Select one and try again." -#: flatcamTools/ToolCutOut.py:349 +#: flatcamTools/ToolCutOut.py:358 msgid "" -"[WARNING_NOTCL]Tool Diameter is zero value. Change it to a positive integer." +"[WARNING_NOTCL] Tool Diameter is zero value. Change it to a positive real " +"number." msgstr "" -"[WARNING_NOTCL]Tool Diameter is zero value. Change it to a positive integer." +"[WARNING_NOTCL] Tool Diameter is zero value. Change it to a positive real " +"number." -#: flatcamTools/ToolCutOut.py:359 flatcamTools/ToolCutOut.py:496 -#: flatcamTools/ToolCutOut.py:721 +#: flatcamTools/ToolCutOut.py:368 flatcamTools/ToolCutOut.py:511 +#: flatcamTools/ToolCutOut.py:736 msgid "" "[WARNING_NOTCL] Margin value is missing or wrong format. Add it and retry." msgstr "" "[WARNING_NOTCL] Margin value is missing or wrong format. Add it and retry." -#: flatcamTools/ToolCutOut.py:370 flatcamTools/ToolCutOut.py:507 -#: flatcamTools/ToolCutOut.py:616 +#: flatcamTools/ToolCutOut.py:379 flatcamTools/ToolCutOut.py:522 +#: flatcamTools/ToolCutOut.py:631 msgid "" "[WARNING_NOTCL] Gap size value is missing or wrong format. Add it and retry." msgstr "" "[WARNING_NOTCL] Gap size value is missing or wrong format. Add it and retry." -#: flatcamTools/ToolCutOut.py:377 flatcamTools/ToolCutOut.py:514 +#: flatcamTools/ToolCutOut.py:386 flatcamTools/ToolCutOut.py:529 msgid "[WARNING_NOTCL] Number of gaps value is missing. Add it and retry." msgstr "[WARNING_NOTCL] Number of gaps value is missing. Add it and retry." -#: flatcamTools/ToolCutOut.py:381 flatcamTools/ToolCutOut.py:518 +#: flatcamTools/ToolCutOut.py:390 flatcamTools/ToolCutOut.py:533 msgid "" "[WARNING_NOTCL] Gaps value can be only one of: 'lr', 'tb', '2lr', '2tb', 4 " "or 8. Fill in a correct value and retry. " @@ -8774,7 +9739,7 @@ msgstr "" "[WARNING_NOTCL] Gaps value can be only one of: 'lr', 'tb', '2lr', '2tb', 4 " "or 8. Fill in a correct value and retry. " -#: flatcamTools/ToolCutOut.py:386 flatcamTools/ToolCutOut.py:523 +#: flatcamTools/ToolCutOut.py:395 flatcamTools/ToolCutOut.py:538 msgid "" "[ERROR]Cutout operation cannot be done on a multi-geo Geometry.\n" "Optionally, this Multi-geo Geometry can be converted to Single-geo " @@ -8786,66 +9751,68 @@ msgstr "" "Geometry,\n" "and after that perform Cutout." -#: flatcamTools/ToolCutOut.py:452 flatcamTools/ToolCutOut.py:586 +#: flatcamTools/ToolCutOut.py:467 flatcamTools/ToolCutOut.py:601 msgid "[success] Any form CutOut operation finished." msgstr "[success] Any form CutOut operation finished." -#: flatcamTools/ToolCutOut.py:472 flatcamTools/ToolPaint.py:761 +#: flatcamTools/ToolCutOut.py:487 flatcamTools/ToolPaint.py:767 #: flatcamTools/ToolPanelize.py:299 #, python-format -msgid "[ERROR_NOTCL]Object not found: %s" -msgstr "[ERROR_NOTCL]Object not found: %s" +msgid "[ERROR_NOTCL] Object not found: %s" +msgstr "[ERROR_NOTCL] Object not found: %s" -#: flatcamTools/ToolCutOut.py:486 flatcamTools/ToolCutOut.py:606 -#: flatcamTools/ToolCutOut.py:711 +#: flatcamTools/ToolCutOut.py:501 flatcamTools/ToolCutOut.py:621 +#: flatcamTools/ToolCutOut.py:726 msgid "" -"[ERROR_NOTCL]Tool Diameter is zero value. Change it to a positive integer." +"[ERROR_NOTCL] Tool Diameter is zero value. Change it to a positive real " +"number." msgstr "" -"[ERROR_NOTCL]Tool Diameter is zero value. Change it to a positive integer." +"[ERROR_NOTCL] Tool Diameter is zero value. Change it to a positive real " +"number." -#: flatcamTools/ToolCutOut.py:591 +#: flatcamTools/ToolCutOut.py:606 msgid "" "Click on the selected geometry object perimeter to create a bridge gap ..." msgstr "" "Click on the selected geometry object perimeter to create a bridge gap ..." -#: flatcamTools/ToolCutOut.py:632 +#: flatcamTools/ToolCutOut.py:647 msgid "Making manual bridge gap..." msgstr "Making manual bridge gap..." -#: flatcamTools/ToolCutOut.py:655 +#: flatcamTools/ToolCutOut.py:670 #, python-format -msgid "[ERROR_NOTCL]Could not retrieve Geoemtry object: %s" -msgstr "[ERROR_NOTCL]Could not retrieve Geoemtry object: %s" +msgid "[ERROR_NOTCL] Could not retrieve Geometry object: %s" +msgstr "[ERROR_NOTCL] Could not retrieve Geometry object: %s" -#: flatcamTools/ToolCutOut.py:659 +#: flatcamTools/ToolCutOut.py:674 #, python-format -msgid "[ERROR_NOTCL]Geometry object for manual cutout not found: %s" -msgstr "[ERROR_NOTCL]Geometry object for manual cutout not found: %s" +msgid "[ERROR_NOTCL] Geometry object for manual cutout not found: %s" +msgstr "[ERROR_NOTCL] Geometry object for manual cutout not found: %s" -#: flatcamTools/ToolCutOut.py:669 +#: flatcamTools/ToolCutOut.py:684 msgid "[success] Added manual Bridge Gap." msgstr "[success] Added manual Bridge Gap." -#: flatcamTools/ToolCutOut.py:686 +#: flatcamTools/ToolCutOut.py:701 #, python-format -msgid "[ERROR_NOTCL]Could not retrieve Gerber object: %s" -msgstr "[ERROR_NOTCL]Could not retrieve Gerber object: %s" +msgid "[ERROR_NOTCL] Could not retrieve Gerber object: %s" +msgstr "[ERROR_NOTCL] Could not retrieve Gerber object: %s" -#: flatcamTools/ToolCutOut.py:690 +#: flatcamTools/ToolCutOut.py:705 msgid "" -"[ERROR_NOTCL]There is no Gerber object selected for Cutout.\n" +"[ERROR_NOTCL] There is no Gerber object selected for Cutout.\n" "Select one and try again." msgstr "" -"[ERROR_NOTCL]There is no Gerber object selected for Cutout.\n" +"[ERROR_NOTCL] There is no Gerber object selected for Cutout.\n" "Select one and try again." -#: flatcamTools/ToolCutOut.py:695 +#: flatcamTools/ToolCutOut.py:710 msgid "" -"[ERROR_NOTCL]The selected object has to be of Gerber type.\n" +"[ERROR_NOTCL] The selected object has to be of Gerber type.\n" "Select a Gerber file and try again." msgstr "" -"[ERROR_NOTCL]The selected object has to be of Gerber type.\n" +"[ERROR_NOTCL] The selected object has to be of Gerber type.\n" "Select a Gerber file and try again." #: flatcamTools/ToolDblSided.py:18 @@ -9022,9 +9989,11 @@ msgstr "" #: flatcamTools/ToolDblSided.py:368 msgid "" -"[WARNING_NOTCL]No value or wrong format in Drill Dia entry. Add it and retry." +"[WARNING_NOTCL] No value or wrong format in Drill Dia entry. Add it and " +"retry." msgstr "" -"[WARNING_NOTCL]No value or wrong format in Drill Dia entry. Add it and retry." +"[WARNING_NOTCL] No value or wrong format in Drill Dia entry. Add it and " +"retry." #: flatcamTools/ToolDblSided.py:375 msgid "" @@ -9191,16 +10160,16 @@ msgid "Export SVG positive" msgstr "Export SVG positive" #: flatcamTools/ToolFilm.py:269 -msgid "[WARNING_NOTCL]Export SVG positive cancelled." -msgstr "[WARNING_NOTCL]Export SVG positive cancelled." +msgid "[WARNING_NOTCL] Export SVG positive cancelled." +msgstr "[WARNING_NOTCL] Export SVG positive cancelled." #: flatcamTools/ToolFilm.py:276 flatcamTools/ToolFilm.py:280 msgid "Export SVG negative" msgstr "Export SVG negative" #: flatcamTools/ToolFilm.py:285 -msgid "[WARNING_NOTCL]Export SVG negative cancelled." -msgstr "[WARNING_NOTCL]Export SVG negative cancelled." +msgid "[WARNING_NOTCL] Export SVG negative cancelled." +msgstr "[WARNING_NOTCL] Export SVG negative cancelled." #: flatcamTools/ToolImage.py:25 msgid "Image as Object" @@ -9319,65 +10288,71 @@ msgstr "Import IMAGE" msgid "Measurement" msgstr "Measurement" -#: flatcamTools/ToolMeasurement.py:47 -msgid "Start" -msgstr "Start" +#: flatcamTools/ToolMeasurement.py:44 +msgid "Units:" +msgstr "Units:" -#: flatcamTools/ToolMeasurement.py:47 flatcamTools/ToolMeasurement.py:50 -msgid "Coords" -msgstr "Coords" - -#: flatcamTools/ToolMeasurement.py:48 flatcamTools/ToolMeasurement.py:99 -msgid "This is measuring Start point coordinates." -msgstr "This is measuring Start point coordinates." - -#: flatcamTools/ToolMeasurement.py:50 -msgid "Stop" -msgstr "Stop" - -#: flatcamTools/ToolMeasurement.py:51 flatcamTools/ToolMeasurement.py:104 -msgid "This is the measuring Stop point coordinates." -msgstr "This is the measuring Stop point coordinates." - -#: flatcamTools/ToolMeasurement.py:54 flatcamTools/ToolMeasurement.py:109 -msgid "This is the distance measured over the X axis." -msgstr "This is the distance measured over the X axis." - -#: flatcamTools/ToolMeasurement.py:57 flatcamTools/ToolMeasurement.py:115 -msgid "This is the distance measured over the Y axis." -msgstr "This is the distance measured over the Y axis." - -#: flatcamTools/ToolMeasurement.py:59 -msgid "DISTANCE" -msgstr "DISTANCE" - -#: flatcamTools/ToolMeasurement.py:60 flatcamTools/ToolMeasurement.py:121 -msgid "This is the point to point Euclidian distance." -msgstr "This is the point to point Euclidian distance." - -#: flatcamTools/ToolMeasurement.py:63 flatcamTools/ToolMeasurement.py:70 -#: flatcamTools/ToolMeasurement.py:77 flatcamTools/ToolMeasurement.py:84 -#: flatcamTools/ToolMeasurement.py:91 +#: flatcamTools/ToolMeasurement.py:45 msgid "Those are the units in which the distance is measured." msgstr "Those are the units in which the distance is measured." -#: flatcamTools/ToolMeasurement.py:124 +#: flatcamTools/ToolMeasurement.py:49 +msgid "Start" +msgstr "Start" + +#: flatcamTools/ToolMeasurement.py:49 flatcamTools/ToolMeasurement.py:52 +msgid "Coords" +msgstr "Coords" + +#: flatcamTools/ToolMeasurement.py:50 flatcamTools/ToolMeasurement.py:66 +msgid "This is measuring Start point coordinates." +msgstr "This is measuring Start point coordinates." + +#: flatcamTools/ToolMeasurement.py:52 +msgid "Stop" +msgstr "Stop" + +#: flatcamTools/ToolMeasurement.py:53 flatcamTools/ToolMeasurement.py:70 +msgid "This is the measuring Stop point coordinates." +msgstr "This is the measuring Stop point coordinates." + +#: flatcamTools/ToolMeasurement.py:56 flatcamTools/ToolMeasurement.py:74 +msgid "This is the distance measured over the X axis." +msgstr "This is the distance measured over the X axis." + +#: flatcamTools/ToolMeasurement.py:59 flatcamTools/ToolMeasurement.py:79 +msgid "This is the distance measured over the Y axis." +msgstr "This is the distance measured over the Y axis." + +#: flatcamTools/ToolMeasurement.py:61 +msgid "DISTANCE" +msgstr "DISTANCE" + +#: flatcamTools/ToolMeasurement.py:62 flatcamTools/ToolMeasurement.py:84 +msgid "This is the point to point Euclidian distance." +msgstr "This is the point to point Euclidian distance." + +#: flatcamTools/ToolMeasurement.py:86 msgid "Measure" msgstr "Measure" -#: flatcamTools/ToolMeasurement.py:183 +#: flatcamTools/ToolMeasurement.py:126 msgid "Meas. Tool" msgstr "Meas. Tool" -#: flatcamTools/ToolMeasurement.py:276 +#: flatcamTools/ToolMeasurement.py:221 msgid "MEASURING: Click on the Start point ..." msgstr "MEASURING: Click on the Start point ..." -#: flatcamTools/ToolMeasurement.py:305 +#: flatcamTools/ToolMeasurement.py:231 +msgid "Measurement Tool exit..." +msgstr "Measurement Tool exit..." + +#: flatcamTools/ToolMeasurement.py:258 msgid "MEASURING: Click on the Destination point ..." msgstr "MEASURING: Click on the Destination point ..." -#: flatcamTools/ToolMeasurement.py:326 +#: flatcamTools/ToolMeasurement.py:276 #, python-brace-format msgid "MEASURING: Result D(x) = {d_x} | D(y) = {d_y} | Distance = {d_z}" msgstr "MEASURING: Result D(x) = {d_x} | D(y) = {d_y} | Distance = {d_z}" @@ -9409,8 +10384,8 @@ msgstr "[ERROR_NOTCL] ToolMove.on_left_click() --> %s" #: flatcamTools/ToolMove.py:164 #, python-format -msgid "[success]%s object was moved ..." -msgstr "[success]%s object was moved ..." +msgid "[success] %s object was moved ..." +msgstr "[success] %s object was moved ..." #: flatcamTools/ToolMove.py:174 msgid "[ERROR_NOTCL] ToolMove.on_left_click() --> Error when mouse left click." @@ -9418,22 +10393,22 @@ msgstr "" "[ERROR_NOTCL] ToolMove.on_left_click() --> Error when mouse left click." #: flatcamTools/ToolMove.py:202 -msgid "[WARNING_NOTCL]Move action cancelled." -msgstr "[WARNING_NOTCL]Move action cancelled." +msgid "[WARNING_NOTCL] Move action cancelled." +msgstr "[WARNING_NOTCL] Move action cancelled." #: flatcamTools/ToolMove.py:214 -msgid "[WARNING_NOTCL]Object(s) not selected" -msgstr "[WARNING_NOTCL]Object(s) not selected" +msgid "[WARNING_NOTCL] Object(s) not selected" +msgstr "[WARNING_NOTCL] Object(s) not selected" -#: flatcamTools/ToolNonCopperClear.py:25 +#: flatcamTools/ToolNonCopperClear.py:26 msgid "Non-Copper Clearing" msgstr "Non-Copper Clearing" -#: flatcamTools/ToolNonCopperClear.py:63 +#: flatcamTools/ToolNonCopperClear.py:64 msgid "Gerber object to be cleared of excess copper. " msgstr "Gerber object to be cleared of excess copper. " -#: flatcamTools/ToolNonCopperClear.py:73 +#: flatcamTools/ToolNonCopperClear.py:74 msgid "" "Tools pool from which the algorithm\n" "will pick the ones used for copper clearing." @@ -9441,7 +10416,7 @@ msgstr "" "Tools pool from which the algorithm\n" "will pick the ones used for copper clearing." -#: flatcamTools/ToolNonCopperClear.py:88 +#: flatcamTools/ToolNonCopperClear.py:89 msgid "" "This is the Tool Number.\n" "Non copper clearing will start with the tool with the biggest \n" @@ -9457,7 +10432,7 @@ msgstr "" "in the resulting geometry. This is because with some tools\n" "this function will not be able to create painting geometry." -#: flatcamTools/ToolNonCopperClear.py:100 flatcamTools/ToolPaint.py:98 +#: flatcamTools/ToolNonCopperClear.py:101 flatcamTools/ToolPaint.py:98 msgid "" "The Tool Type (TT) can be:
- Circular with 1 ... 4 teeth -> it is " "informative only. Being circular,
the cut width in material is exactly " @@ -9481,15 +10456,15 @@ msgstr "" "table.
Choosing the V-Shape Tool Type automatically will select " "the Operation Type in the resulting geometry as Isolation." -#: flatcamTools/ToolNonCopperClear.py:119 flatcamTools/ToolPaint.py:117 +#: flatcamTools/ToolNonCopperClear.py:120 flatcamTools/ToolPaint.py:117 msgid "Tool Dia" msgstr "Tool Dia" -#: flatcamTools/ToolNonCopperClear.py:121 +#: flatcamTools/ToolNonCopperClear.py:122 msgid "Diameter for the new tool to add in the Tool Table" msgstr "Diameter for the new tool to add in the Tool Table" -#: flatcamTools/ToolNonCopperClear.py:147 flatcamTools/ToolPaint.py:145 +#: flatcamTools/ToolNonCopperClear.py:148 flatcamTools/ToolPaint.py:145 #: flatcamTools/ToolSolderPaste.py:123 msgid "" "Delete a selection of tools in the Tool Table\n" @@ -9498,7 +10473,7 @@ msgstr "" "Delete a selection of tools in the Tool Table\n" "by first selecting a row(s) in the Tool Table." -#: flatcamTools/ToolNonCopperClear.py:225 +#: flatcamTools/ToolNonCopperClear.py:226 msgid "" "If checked, use 'rest machining'.\n" "Basically it will clear copper outside PCB features,\n" @@ -9516,32 +10491,28 @@ msgstr "" "no more copper to clear or there are no more tools.\n" "If not checked, use the standard algorithm." -#: flatcamTools/ToolNonCopperClear.py:237 +#: flatcamTools/ToolNonCopperClear.py:238 msgid "Generate Geometry" msgstr "Generate Geometry" -#: flatcamTools/ToolNonCopperClear.py:483 flatcamTools/ToolPaint.py:543 +#: flatcamTools/ToolNonCopperClear.py:484 flatcamTools/ToolPaint.py:543 #: flatcamTools/ToolSolderPaste.py:760 msgid "[WARNING_NOTCL] Please enter a tool diameter to add, in Float format." msgstr "[WARNING_NOTCL] Please enter a tool diameter to add, in Float format." -#: flatcamTools/ToolNonCopperClear.py:511 flatcamTools/ToolPaint.py:567 -msgid "[WARNING_NOTCL]Adding tool cancelled. Tool already in Tool Table." -msgstr "[WARNING_NOTCL]Adding tool cancelled. Tool already in Tool Table." +#: flatcamTools/ToolNonCopperClear.py:512 flatcamTools/ToolPaint.py:567 +msgid "[WARNING_NOTCL] Adding tool cancelled. Tool already in Tool Table." +msgstr "[WARNING_NOTCL] Adding tool cancelled. Tool already in Tool Table." -#: flatcamTools/ToolNonCopperClear.py:516 flatcamTools/ToolPaint.py:572 +#: flatcamTools/ToolNonCopperClear.py:517 flatcamTools/ToolPaint.py:572 msgid "[success] New tool added to Tool Table." msgstr "[success] New tool added to Tool Table." -#: flatcamTools/ToolNonCopperClear.py:549 -msgid "[ERROR_NOTCL] Wrong value format entered, use a number." -msgstr "[ERROR_NOTCL] Wrong value format entered, use a number." - -#: flatcamTools/ToolNonCopperClear.py:558 flatcamTools/ToolPaint.py:615 +#: flatcamTools/ToolNonCopperClear.py:559 flatcamTools/ToolPaint.py:615 msgid "[success] Tool from Tool Table was edited." msgstr "[success] Tool from Tool Table was edited." -#: flatcamTools/ToolNonCopperClear.py:569 flatcamTools/ToolPaint.py:626 +#: flatcamTools/ToolNonCopperClear.py:570 flatcamTools/ToolPaint.py:626 #: flatcamTools/ToolSolderPaste.py:846 msgid "" "[WARNING_NOTCL] Edit cancelled. New diameter value is already in the Tool " @@ -9550,38 +10521,44 @@ msgstr "" "[WARNING_NOTCL] Edit cancelled. New diameter value is already in the Tool " "Table." -#: flatcamTools/ToolNonCopperClear.py:608 flatcamTools/ToolPaint.py:723 -msgid "[WARNING_NOTCL]Delete failed. Select a tool to delete." -msgstr "[WARNING_NOTCL]Delete failed. Select a tool to delete." +#: flatcamTools/ToolNonCopperClear.py:609 flatcamTools/ToolPaint.py:723 +msgid "[WARNING_NOTCL] Delete failed. Select a tool to delete." +msgstr "[WARNING_NOTCL] Delete failed. Select a tool to delete." -#: flatcamTools/ToolNonCopperClear.py:613 flatcamTools/ToolPaint.py:728 +#: flatcamTools/ToolNonCopperClear.py:614 flatcamTools/ToolPaint.py:728 msgid "[success] Tool(s) deleted from Tool Table." msgstr "[success] Tool(s) deleted from Tool Table." -#: flatcamTools/ToolNonCopperClear.py:666 -msgid "[ERROR_NOTCL]No Gerber file available." -msgstr "[ERROR_NOTCL]No Gerber file available." +#: flatcamTools/ToolNonCopperClear.py:632 flatcamTools/ToolPaint.py:747 +msgid "" +"[ERROR_NOTCL] Overlap value must be between 0 (inclusive) and 1 (exclusive), " +msgstr "" +"[ERROR_NOTCL] Overlap value must be between 0 (inclusive) and 1 (exclusive), " -#: flatcamTools/ToolNonCopperClear.py:704 -#: flatcamTools/ToolNonCopperClear.py:826 +#: flatcamTools/ToolNonCopperClear.py:672 +msgid "[ERROR_NOTCL] No Gerber file available." +msgstr "[ERROR_NOTCL] No Gerber file available." + +#: flatcamTools/ToolNonCopperClear.py:710 +#: flatcamTools/ToolNonCopperClear.py:832 msgid "Clearing Non-Copper areas." msgstr "Clearing Non-Copper areas." -#: flatcamTools/ToolNonCopperClear.py:722 +#: flatcamTools/ToolNonCopperClear.py:728 #, python-format msgid "[success] Non-Copper Clearing with ToolDia = %s started." msgstr "[success] Non-Copper Clearing with ToolDia = %s started." -#: flatcamTools/ToolNonCopperClear.py:791 +#: flatcamTools/ToolNonCopperClear.py:797 #, python-format msgid "[ERROR_NOTCL] NCCTool.clear_non_copper() --> %s" msgstr "[ERROR_NOTCL] NCCTool.clear_non_copper() --> %s" -#: flatcamTools/ToolNonCopperClear.py:796 +#: flatcamTools/ToolNonCopperClear.py:802 msgid "[success] NCC Tool finished." msgstr "[success] NCC Tool finished." -#: flatcamTools/ToolNonCopperClear.py:798 +#: flatcamTools/ToolNonCopperClear.py:804 msgid "" "[WARNING_NOTCL] NCC Tool finished but some PCB features could not be " "cleared. Check the result." @@ -9589,17 +10566,17 @@ msgstr "" "[WARNING_NOTCL] NCC Tool finished but some PCB features could not be " "cleared. Check the result." -#: flatcamTools/ToolNonCopperClear.py:844 +#: flatcamTools/ToolNonCopperClear.py:850 #, python-format msgid "[success] Non-Copper Rest Clearing with ToolDia = %s started." msgstr "[success] Non-Copper Rest Clearing with ToolDia = %s started." -#: flatcamTools/ToolNonCopperClear.py:942 +#: flatcamTools/ToolNonCopperClear.py:948 #, python-format msgid "[ERROR_NOTCL] NCCTool.clear_non_copper_rest() --> %s" msgstr "[ERROR_NOTCL] NCCTool.clear_non_copper_rest() --> %s" -#: flatcamTools/ToolNonCopperClear.py:950 +#: flatcamTools/ToolNonCopperClear.py:956 msgid "" "[ERROR_NOTCL] NCC Tool finished but could not clear the object with current " "settings." @@ -9697,31 +10674,31 @@ msgstr "" msgid "geometry_on_paint_button" msgstr "geometry_on_paint_button" -#: flatcamTools/ToolPaint.py:735 flatcamTools/ToolPaint.py:780 -msgid "[WARNING_NOTCL]Click inside the desired polygon." -msgstr "[WARNING_NOTCL]Click inside the desired polygon." +#: flatcamTools/ToolPaint.py:751 flatcamTools/ToolPaint.py:786 +msgid "[WARNING_NOTCL] Click inside the desired polygon." +msgstr "[WARNING_NOTCL] Click inside the desired polygon." -#: flatcamTools/ToolPaint.py:767 +#: flatcamTools/ToolPaint.py:773 msgid "[ERROR_NOTCL] Can't do Paint on MultiGeo geometries ..." msgstr "[ERROR_NOTCL] Can't do Paint on MultiGeo geometries ..." -#: flatcamTools/ToolPaint.py:789 flatcamTools/ToolPaint.py:992 +#: flatcamTools/ToolPaint.py:795 flatcamTools/ToolPaint.py:998 msgid "Painting polygon..." msgstr "Painting polygon..." -#: flatcamTools/ToolPaint.py:840 +#: flatcamTools/ToolPaint.py:846 msgid "[WARNING] No polygon found." msgstr "[WARNING] No polygon found." -#: flatcamTools/ToolPaint.py:843 +#: flatcamTools/ToolPaint.py:849 msgid "Painting polygon." msgstr "Painting polygon." -#: flatcamTools/ToolPaint.py:885 +#: flatcamTools/ToolPaint.py:891 msgid "[ERROR_NOTCL] Geometry could not be painted completely" msgstr "[ERROR_NOTCL] Geometry could not be painted completely" -#: flatcamTools/ToolPaint.py:911 +#: flatcamTools/ToolPaint.py:917 #, python-format msgid "" "[ERROR] Could not do Paint. Try a different combination of parameters. Or a " @@ -9732,16 +10709,16 @@ msgstr "" "different strategy of paint\n" "%s" -#: flatcamTools/ToolPaint.py:953 +#: flatcamTools/ToolPaint.py:959 #, python-format msgid "[ERROR_NOTCL] PaintTool.paint_poly() --> %s" msgstr "[ERROR_NOTCL] PaintTool.paint_poly() --> %s" -#: flatcamTools/ToolPaint.py:959 flatcamTools/ToolPaint.py:1251 +#: flatcamTools/ToolPaint.py:965 flatcamTools/ToolPaint.py:1258 msgid "Polygon Paint started ..." msgstr "Polygon Paint started ..." -#: flatcamTools/ToolPaint.py:1107 flatcamTools/ToolPaint.py:1196 +#: flatcamTools/ToolPaint.py:1114 flatcamTools/ToolPaint.py:1203 #, python-format msgid "" "[ERROR] Could not do Paint All. Try a different combination of parameters. " @@ -9752,7 +10729,7 @@ msgstr "" "Or a different Method of paint\n" "%s" -#: flatcamTools/ToolPaint.py:1131 +#: flatcamTools/ToolPaint.py:1138 msgid "" "[ERROR] There is no Painting Geometry in the file.\n" "Usually it means that the tool diameter is too big for the painted " @@ -9764,11 +10741,11 @@ msgstr "" "geometry.\n" "Change the painting parameters and try again." -#: flatcamTools/ToolPaint.py:1140 +#: flatcamTools/ToolPaint.py:1147 msgid "[success] Paint All Done." msgstr "[success] Paint All Done." -#: flatcamTools/ToolPaint.py:1226 +#: flatcamTools/ToolPaint.py:1233 msgid "" "[ERROR_NOTCL] There is no Painting Geometry in the file.\n" "Usually it means that the tool diameter is too big for the painted " @@ -9780,7 +10757,7 @@ msgstr "" "geometry.\n" "Change the painting parameters and try again." -#: flatcamTools/ToolPaint.py:1235 +#: flatcamTools/ToolPaint.py:1242 msgid "[success] Paint All with Rest-Machining done." msgstr "[success] Paint All with Rest-Machining done." @@ -9863,10 +10840,10 @@ msgstr "[WARNING]No object Box. Using instead %s" #: flatcamTools/ToolPanelize.py:392 msgid "" -"[ERROR_NOTCL]Columns or Rows are zero value. Change them to a positive " +"[ERROR_NOTCL] Columns or Rows are zero value. Change them to a positive " "integer." msgstr "" -"[ERROR_NOTCL]Columns or Rows are zero value. Change them to a positive " +"[ERROR_NOTCL] Columns or Rows are zero value. Change them to a positive " "integer." #: flatcamTools/ToolPanelize.py:417 flatcamTools/ToolPanelize.py:526 @@ -9874,8 +10851,8 @@ msgid "Generating panel ... Please wait." msgstr "Generating panel ... Please wait." #: flatcamTools/ToolPanelize.py:520 -msgid "[success]Panel done..." -msgstr "[success]Panel done..." +msgid "[success] Panel done..." +msgstr "[success] Panel done..." #: flatcamTools/ToolPanelize.py:523 #, python-brace-format @@ -9887,8 +10864,8 @@ msgstr "" "{row} rows" #: flatcamTools/ToolPanelize.py:531 -msgid "[success]Panel created successfully." -msgstr "[success]Panel created successfully." +msgid "[success] Panel created successfully." +msgstr "[success] Panel created successfully." #: flatcamTools/ToolProperties.py:103 msgid "[ERROR_NOTCL] Properties Tool was not displayed. No object selected." @@ -10133,10 +11110,6 @@ msgstr "Creating Solder Paste dispensing geometry." msgid "[WARNING_NOTCL] No Nozzle tools in the tool table." msgstr "[WARNING_NOTCL] No Nozzle tools in the tool table." -#: flatcamTools/ToolSolderPaste.py:1106 flatcamTools/ToolSolderPaste.py:1161 -msgid "[ERROR_NOTCL] Cancelled. Empty file, it has no geometry..." -msgstr "[ERROR_NOTCL] Cancelled. Empty file, it has no geometry..." - #: flatcamTools/ToolSolderPaste.py:1109 msgid "[success] Solder Paste geometry generated successfully..." msgstr "[success] Solder Paste geometry generated successfully..." @@ -10192,10 +11165,6 @@ msgstr "[ERROR] ToolSolderPaste.on_view_gcode() -->%s" msgid "Export GCode ..." msgstr "Export GCode ..." -#: flatcamTools/ToolSolderPaste.py:1363 -msgid "[WARNING_NOTCL] Export Machine Code cancelled ..." -msgstr "[WARNING_NOTCL] Export Machine Code cancelled ..." - #: flatcamTools/ToolSolderPaste.py:1393 #, python-format msgid "[success] Solder paste dispenser GCode file saved to: %s" @@ -10272,8 +11241,8 @@ msgid "CNCJob objects can't be rotated." msgstr "CNCJob objects can't be rotated." #: flatcamTools/ToolTransform.py:674 -msgid "[success]Rotate done ..." -msgstr "[success]Rotate done ..." +msgid "[success] Rotate done ..." +msgstr "[success] Rotate done ..." #: flatcamTools/ToolTransform.py:689 msgid "[WARNING_NOTCL] No object selected. Please Select an object to flip!" @@ -10283,14 +11252,6 @@ msgstr "[WARNING_NOTCL] No object selected. Please Select an object to flip!" msgid "CNCJob objects can't be mirrored/flipped." msgstr "CNCJob objects can't be mirrored/flipped." -#: flatcamTools/ToolTransform.py:735 -msgid "[success]Flip on the Y axis done ..." -msgstr "[success]Flip on the Y axis done ..." - -#: flatcamTools/ToolTransform.py:745 -msgid "[success]Flip on the X axis done ..." -msgstr "[success]Flip on the X axis done ..." - #: flatcamTools/ToolTransform.py:759 msgid "" "[WARNING_NOTCL] No object selected. Please Select an object to shear/skew!" @@ -10301,11 +11262,6 @@ msgstr "" msgid "CNCJob objects can't be skewed." msgstr "CNCJob objects can't be skewed." -#: flatcamTools/ToolTransform.py:793 -#, python-format -msgid "[success]Skew on the %s axis done ..." -msgstr "[success]Skew on the %s axis done ..." - #: flatcamTools/ToolTransform.py:808 msgid "[WARNING_NOTCL] No object selected. Please Select an object to scale!" msgstr "[WARNING_NOTCL] No object selected. Please Select an object to scale!" @@ -10322,10 +11278,483 @@ msgstr "[WARNING_NOTCL] No object selected. Please Select an object to offset!" msgid "CNCJob objects can't be offseted." msgstr "CNCJob objects can't be offseted." -#: flatcamTools/ToolTransform.py:894 -#, python-format -msgid "[success]Offset on the %s axis done ..." -msgstr "[success]Offset on the %s axis done ..." +#~ msgid "" +#~ "Editor Shortcut list
\n" +#~ "
\n" +#~ " GEOMETRY EDITOR
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
A Draw an Arc
B Buffer Tool
C Copy Geo Item
E Polygon Intersection Tool
I Paint Tool
J Jump to Location (x, y)
K Toggle Corner Snap
M Move Geo Item
N Draw a Polygon
O Draw a Circle
P Draw a Path
R Draw Rectangle
S Polygon Substraction Tool
T Add Text Tool
U Polygon Union Tool
X Flip shape on X axis
Y Flip shape on Y axis
  
SHIFT+X Skew shape on X axis
SHIFT+Y Skew shape on Y axis
  
ALT+R Editor Transformation Tool
ALT+X Offset shape on X axis
ALT+Y Offset shape on Y axis
  
CTRL+M Measurement Tool
CTRL+S Save Object and Exit Editor
CTRL+X Polygon Cut Tool
  
Space Rotate Geometry
ENTER Finish drawing for certain tools
ESC Abort and return to Select
Del Delete Shape
\n" +#~ "
\n" +#~ "
\n" +#~ " EXCELLON EDITOR
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
A Add Drill Array
C Copy Drill(s)
D Add Drill
J Jump to Location (x, y)
M Move Drill(s)
R Resize Drill(s)
T Add a new Tool
  
Del Delete Drill(s)
Del Alternate: Delete Tool(s)
  
ESC Abort and return to Select
CTRL+S Save Object and Exit Editor
\n" +#~ " " +#~ msgstr "" +#~ "Editor Shortcut list
\n" +#~ "
\n" +#~ " GEOMETRY EDITOR
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
A Draw an Arc
B Buffer Tool
C Copy Geo Item
E Polygon Intersection Tool
I Paint Tool
J Jump to Location (x, y)
K Toggle Corner Snap
M Move Geo Item
N Draw a Polygon
O Draw a Circle
P Draw a Path
R Draw Rectangle
S Polygon Substraction Tool
T Add Text Tool
U Polygon Union Tool
X Flip shape on X axis
Y Flip shape on Y axis
  
SHIFT+X Skew shape on X axis
SHIFT+Y Skew shape on Y axis
  
ALT+R Editor Transformation Tool
ALT+X Offset shape on X axis
ALT+Y Offset shape on Y axis
  
CTRL+M Measurement Tool
CTRL+S Save Object and Exit Editor
CTRL+X Polygon Cut Tool
  
Space Rotate Geometry
ENTER Finish drawing for certain tools
ESC Abort and return to Select
Del Delete Shape
\n" +#~ "
\n" +#~ "
\n" +#~ " EXCELLON EDITOR
\n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ " \n" +#~ "
A Add Drill Array
C Copy Drill(s)
D Add Drill
J Jump to Location (x, y)
M Move Drill(s)
R Resize Drill(s)
T Add a new Tool
  
Del Delete Drill(s)
Del Alternate: Delete Tool(s)
  
ESC Abort and return to Select
CTRL+S Save Object and Exit Editor
\n" +#~ " " + +#~ msgid "[ERROR_NOTCL]Could not load defaults file." +#~ msgstr "[ERROR_NOTCL]Could not load defaults file." + +#~ msgid "[ERROR_NOTCL] Failed to parse project file: %s" +#~ msgstr "[ERROR_NOTCL] Failed to parse project file: %s" + +#~ msgid "[ERROR_NOTCL]Wrong value format entered, use a number." +#~ msgstr "[ERROR_NOTCL]Wrong value format entered, use a number." + +#~ msgid "" +#~ "[ERROR_NOTCL] The aperture scale factor value is missing or wrong format." +#~ msgstr "" +#~ "[ERROR_NOTCL] The aperture scale factor value is missing or wrong format." + +#~ msgid "[ERROR_NOTCL] The aperture buffer value is missing or wrong format." +#~ msgstr "[ERROR_NOTCL] The aperture buffer value is missing or wrong format." + +#~ msgid "[ERROR_NOTCL] Cretion of Gerber failed." +#~ msgstr "[ERROR_NOTCL] Cretion of Gerber failed." + +#~ msgid "[success] Created: %s" +#~ msgstr "[success] Created: %s" + +#~ msgid "[ERROR_NOTCL]Cancelled. Empty file, it has no geometry..." +#~ msgstr "[ERROR_NOTCL]Cancelled. Empty file, it has no geometry..." + +#~ msgid "[WARNING_NOTCL]Export Machine Code cancelled ..." +#~ msgstr "[WARNING_NOTCL]Export Machine Code cancelled ..." + +#~ msgid "[success] GUI settings deleted ..." +#~ msgstr "[success] GUI settings deleted ..." + +#~ msgid "Scale Factor:" +#~ msgstr "Scale Factor:" + +#~ msgid "Buffer Factor:" +#~ msgstr "Buffer Factor:" + +#~ msgid "Generate new Gerber Object:" +#~ msgstr "Generate new Gerber Object:" + +#~ msgid "Will generate a new Gerber object from the changed apertures." +#~ msgstr "Will generate a new Gerber object from the changed apertures." + +#~ msgid "" +#~ "Will generate a new Gerber object from the changed apertures.\n" +#~ "This new object can then be isolated etc." +#~ msgstr "" +#~ "Will generate a new Gerber object from the changed apertures.\n" +#~ "This new object can then be isolated etc." + +#~ msgid "[success]Flip on the Y axis done ..." +#~ msgstr "[success]Flip on the Y axis done ..." + +#~ msgid "[success]Flip on the X axis done ..." +#~ msgstr "[success]Flip on the X axis done ..." + +#~ msgid "[success]Skew on the %s axis done ..." +#~ msgstr "[success]Skew on the %s axis done ..." + +#~ msgid "[success]Offset on the %s axis done ..." +#~ msgstr "[success]Offset on the %s axis done ..." #~ msgid "" #~ "How much (fraction) of the tool width to overlap each tool pass.\n" diff --git a/locale_template/strings.pot b/locale_template/strings.pot index b5adb3b3..f9962251 100644 --- a/locale_template/strings.pot +++ b/locale_template/strings.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2019-03-28 23:32+0200\n" +"POT-Creation-Date: 2019-04-12 16:43+0300\n" "PO-Revision-Date: 2019-03-25 15:08+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -23,118 +23,118 @@ msgstr "" "X-Poedit-SearchPathExcluded-1: doc\n" "X-Poedit-SearchPathExcluded-2: tests\n" -#: FlatCAMApp.py:845 +#: FlatCAMApp.py:857 msgid "[ERROR] Could not find the Language files. The App strings are missing." msgstr "" -#: FlatCAMApp.py:1987 ObjectCollection.py:80 flatcamTools/ToolImage.py:213 +#: FlatCAMApp.py:1888 ObjectCollection.py:80 flatcamTools/ToolImage.py:213 msgid "Open cancelled." msgstr "" -#: FlatCAMApp.py:2001 +#: FlatCAMApp.py:1902 msgid "Open Config file failed." msgstr "" -#: FlatCAMApp.py:2015 +#: FlatCAMApp.py:1916 msgid "Open Script file failed." msgstr "" -#: FlatCAMApp.py:2204 +#: FlatCAMApp.py:2106 msgid "" "[WARNING_NOTCL] Simultanoeus editing of tools geometry in a MultiGeo " "Geometry is not possible.\n" " Edit only one geometry at a time." msgstr "" -#: FlatCAMApp.py:2224 +#: FlatCAMApp.py:2135 msgid "[WARNING_NOTCL] Select a Geometry or Excellon Object to edit." msgstr "" -#: FlatCAMApp.py:2235 +#: FlatCAMApp.py:2146 msgid "[WARNING_NOTCL] Editor is activated ..." msgstr "" -#: FlatCAMApp.py:2274 +#: FlatCAMApp.py:2186 FlatCAMApp.py:2212 msgid "[WARNING] Object empty after edit." msgstr "" -#: FlatCAMApp.py:2283 -msgid "[WARNING_NOTCL] Select a Geometry or Excellon Object to update." +#: FlatCAMApp.py:2223 +msgid "[WARNING_NOTCL] Select a Gerber, Geometry or Excellon Object to update." msgstr "" -#: FlatCAMApp.py:2296 +#: FlatCAMApp.py:2236 #, python-format msgid "[selected] %s is updated, returning to App..." msgstr "" -#: FlatCAMApp.py:2619 +#: FlatCAMApp.py:2563 msgid "[ERROR] Could not load defaults file." msgstr "" -#: FlatCAMApp.py:2631 +#: FlatCAMApp.py:2575 msgid "[ERROR] Failed to parse defaults file." msgstr "" -#: FlatCAMApp.py:2652 FlatCAMApp.py:2655 +#: FlatCAMApp.py:2596 FlatCAMApp.py:2599 msgid "Import FlatCAM Preferences" msgstr "" -#: FlatCAMApp.py:2660 +#: FlatCAMApp.py:2604 msgid "[WARNING_NOTCL] FlatCAM preferences import cancelled." msgstr "" -#: FlatCAMApp.py:2668 FlatCAMApp.py:2715 FlatCAMApp.py:3148 +#: FlatCAMApp.py:2612 FlatCAMApp.py:2659 FlatCAMApp.py:3104 msgid "[ERROR_NOTCL] Could not load defaults file." msgstr "" -#: FlatCAMApp.py:2676 FlatCAMApp.py:3157 +#: FlatCAMApp.py:2620 FlatCAMApp.py:3113 msgid "[ERROR_NOTCL] Failed to parse defaults file." msgstr "" -#: FlatCAMApp.py:2679 +#: FlatCAMApp.py:2623 #, python-format msgid "[success] Imported Defaults from %s" msgstr "" -#: FlatCAMApp.py:2689 FlatCAMApp.py:2693 +#: FlatCAMApp.py:2633 FlatCAMApp.py:2637 msgid "Export FlatCAM Preferences" msgstr "" -#: FlatCAMApp.py:2699 +#: FlatCAMApp.py:2643 msgid "[WARNING_NOTCL] FlatCAM preferences export cancelled." msgstr "" -#: FlatCAMApp.py:2734 FlatCAMApp.py:3171 +#: FlatCAMApp.py:2678 FlatCAMApp.py:3158 msgid "[ERROR_NOTCL] Failed to write defaults to file." msgstr "" -#: FlatCAMApp.py:2786 +#: FlatCAMApp.py:2730 msgid "[ERROR_NOTCL] Failed to open recent files file for writing." msgstr "" -#: FlatCAMApp.py:2871 camlib.py:4228 +#: FlatCAMApp.py:2815 camlib.py:4312 msgid "[ERROR_NOTCL] An internal error has ocurred. See shell.\n" msgstr "" -#: FlatCAMApp.py:2872 +#: FlatCAMApp.py:2816 #, python-brace-format msgid "" "Object ({kind}) failed because: {error} \n" "\n" msgstr "" -#: FlatCAMApp.py:2892 +#: FlatCAMApp.py:2836 msgid "Converting units to " msgstr "" -#: FlatCAMApp.py:2950 FlatCAMApp.py:2953 FlatCAMApp.py:2956 FlatCAMApp.py:2959 +#: FlatCAMApp.py:2906 FlatCAMApp.py:2909 FlatCAMApp.py:2912 FlatCAMApp.py:2915 #, python-brace-format msgid "" "[selected] {kind} created/selected: {name}" msgstr "" -#: FlatCAMApp.py:3053 +#: FlatCAMApp.py:3009 #, python-brace-format msgid "" "FlatCAM
Version {version} {beta} ({date}) - " @@ -148,37 +148,41 @@ msgid "" "downloads/\">here.
" msgstr "" -#: FlatCAMApp.py:3203 +#: FlatCAMApp.py:3162 msgid "[success] Defaults saved." msgstr "" -#: FlatCAMApp.py:3224 +#: FlatCAMApp.py:3183 msgid "[ERROR_NOTCL] Could not load factory defaults file." msgstr "" -#: FlatCAMApp.py:3233 +#: FlatCAMApp.py:3192 msgid "[ERROR_NOTCL] Failed to parse factory defaults file." msgstr "" -#: FlatCAMApp.py:3247 +#: FlatCAMApp.py:3206 msgid "[ERROR_NOTCL] Failed to write factory defaults to file." msgstr "" -#: FlatCAMApp.py:3251 +#: FlatCAMApp.py:3210 msgid "Factory defaults saved." msgstr "" -#: FlatCAMApp.py:3256 +#: FlatCAMApp.py:3215 flatcamGUI/FlatCAMGUI.py:2974 +msgid "[WARNING_NOTCL] Application is saving the project. Please wait ..." +msgstr "" + +#: FlatCAMApp.py:3220 msgid "" "There are files/objects modified in FlatCAM. \n" "Do you want to Save the project?" msgstr "" -#: FlatCAMApp.py:3259 FlatCAMApp.py:5516 +#: FlatCAMApp.py:3223 FlatCAMApp.py:5527 msgid "Save changes" msgstr "" -#: FlatCAMApp.py:3319 +#: FlatCAMApp.py:3288 msgid "" "[ERROR] Failed join. The Geometry objects are of different types.\n" "At least one is MultiGeo type and the other is SingleGeo type. A possibility " @@ -188,424 +192,426 @@ msgid "" "Check the generated GCODE." msgstr "" -#: FlatCAMApp.py:3360 +#: FlatCAMApp.py:3329 msgid "[ERROR_NOTCL] Failed. Excellon joining works only on Excellon objects." msgstr "" -#: FlatCAMApp.py:3382 +#: FlatCAMApp.py:3351 msgid "[ERROR_NOTCL] Failed. Gerber joining works only on Gerber objects." msgstr "" -#: FlatCAMApp.py:3397 FlatCAMApp.py:3422 +#: FlatCAMApp.py:3366 FlatCAMApp.py:3391 msgid "[ERROR_NOTCL] Failed. Select a Geometry Object and try again." msgstr "" -#: FlatCAMApp.py:3401 FlatCAMApp.py:3426 +#: FlatCAMApp.py:3370 FlatCAMApp.py:3395 #, python-format msgid "[ERROR_NOTCL] Expected a FlatCAMGeometry, got %s" msgstr "" -#: FlatCAMApp.py:3414 +#: FlatCAMApp.py:3383 msgid "[success] A Geometry object was converted to MultiGeo type." msgstr "" -#: FlatCAMApp.py:3440 +#: FlatCAMApp.py:3409 msgid "[success] A Geometry object was converted to SingleGeo type." msgstr "" -#: FlatCAMApp.py:3626 +#: FlatCAMApp.py:3595 #, python-format msgid "[success] Converted units to %s" msgstr "" -#: FlatCAMApp.py:3637 +#: FlatCAMApp.py:3606 msgid "[WARNING_NOTCL] Units conversion cancelled." msgstr "" -#: FlatCAMApp.py:4208 +#: FlatCAMApp.py:4188 msgid "Open file" msgstr "" -#: FlatCAMApp.py:4239 FlatCAMApp.py:4244 +#: FlatCAMApp.py:4219 FlatCAMApp.py:4224 msgid "Export G-Code ..." msgstr "" -#: FlatCAMApp.py:4247 +#: FlatCAMApp.py:4227 msgid "[WARNING_NOTCL] Export Code cancelled." msgstr "" -#: FlatCAMApp.py:4257 +#: FlatCAMApp.py:4237 msgid "[WARNING] No such file or directory" msgstr "" -#: FlatCAMApp.py:4264 +#: FlatCAMApp.py:4244 #, python-format msgid "Saved to: %s" msgstr "" -#: FlatCAMApp.py:4327 FlatCAMApp.py:4359 FlatCAMApp.py:4370 FlatCAMApp.py:4381 +#: FlatCAMApp.py:4307 FlatCAMApp.py:4339 FlatCAMApp.py:4350 FlatCAMApp.py:4361 #: flatcamTools/ToolNonCopperClear.py:488 flatcamTools/ToolSolderPaste.py:764 msgid "" "[WARNING_NOTCL] Please enter a tool diameter with non-zero value, in Float " "format." msgstr "" -#: FlatCAMApp.py:4332 FlatCAMApp.py:4364 FlatCAMApp.py:4375 FlatCAMApp.py:4386 -#: flatcamGUI/FlatCAMGUI.py:2501 +#: FlatCAMApp.py:4312 FlatCAMApp.py:4344 FlatCAMApp.py:4355 FlatCAMApp.py:4366 +#: flatcamGUI/FlatCAMGUI.py:2891 msgid "[WARNING_NOTCL] Adding Tool cancelled ..." msgstr "" -#: FlatCAMApp.py:4335 +#: FlatCAMApp.py:4315 msgid "" "Adding Tool works only when Advanced is checked.\n" "Go to Preferences -> General - Show Advanced Options." msgstr "" -#: FlatCAMApp.py:4440 +#: FlatCAMApp.py:4420 msgid "Object(s) deleted ..." msgstr "" -#: FlatCAMApp.py:4444 +#: FlatCAMApp.py:4424 msgid "Failed. No object(s) selected..." msgstr "" -#: FlatCAMApp.py:4446 +#: FlatCAMApp.py:4426 msgid "Save the work in Editor and try again ..." msgstr "" -#: FlatCAMApp.py:4459 +#: FlatCAMApp.py:4439 msgid "Click to set the origin ..." msgstr "" -#: FlatCAMApp.py:4471 +#: FlatCAMApp.py:4452 msgid "Jump to ..." msgstr "" -#: FlatCAMApp.py:4472 +#: FlatCAMApp.py:4453 msgid "Enter the coordinates in format X,Y:" msgstr "" -#: FlatCAMApp.py:4479 +#: FlatCAMApp.py:4460 msgid "Wrong coordinates. Enter coordinates in format: X,Y" msgstr "" -#: FlatCAMApp.py:4494 +#: FlatCAMApp.py:4478 msgid "Done." msgstr "" -#: FlatCAMApp.py:4626 +#: FlatCAMApp.py:4637 msgid "[success] Origin set ..." msgstr "" -#: FlatCAMApp.py:4644 +#: FlatCAMApp.py:4655 msgid "Preferences" msgstr "" -#: FlatCAMApp.py:4664 +#: FlatCAMApp.py:4675 msgid "[WARNING_NOTCL] No object selected to Flip on Y axis." msgstr "" -#: FlatCAMApp.py:4689 +#: FlatCAMApp.py:4700 msgid "[success] Flip on Y axis done." msgstr "" -#: FlatCAMApp.py:4691 FlatCAMApp.py:4731 FlatCAMEditor.py:1340 -#: flatcamTools/ToolTransform.py:750 +#: FlatCAMApp.py:4702 FlatCAMApp.py:4742 +#: flatcamEditors/FlatCAMGeoEditor.py:1353 +#: flatcamEditors/FlatCAMGrbEditor.py:3497 flatcamTools/ToolTransform.py:750 #, python-format msgid "[ERROR_NOTCL] Due of %s, Flip action was not executed." msgstr "" -#: FlatCAMApp.py:4704 +#: FlatCAMApp.py:4715 msgid "[WARNING_NOTCL] No object selected to Flip on X axis." msgstr "" -#: FlatCAMApp.py:4729 +#: FlatCAMApp.py:4740 msgid "[success] Flip on X axis done." msgstr "" -#: FlatCAMApp.py:4744 +#: FlatCAMApp.py:4755 msgid "[WARNING_NOTCL] No object selected to Rotate." msgstr "" -#: FlatCAMApp.py:4747 FlatCAMApp.py:4792 FlatCAMApp.py:4823 +#: FlatCAMApp.py:4758 FlatCAMApp.py:4803 FlatCAMApp.py:4834 msgid "Transform" msgstr "" -#: FlatCAMApp.py:4747 FlatCAMApp.py:4792 FlatCAMApp.py:4823 +#: FlatCAMApp.py:4758 FlatCAMApp.py:4803 FlatCAMApp.py:4834 msgid "Enter the Angle value:" msgstr "" -#: FlatCAMApp.py:4777 +#: FlatCAMApp.py:4788 msgid "[success] Rotation done." msgstr "" -#: FlatCAMApp.py:4779 FlatCAMEditor.py:1283 flatcamTools/ToolTransform.py:678 +#: FlatCAMApp.py:4790 flatcamEditors/FlatCAMGeoEditor.py:1296 +#: flatcamEditors/FlatCAMGrbEditor.py:3440 flatcamTools/ToolTransform.py:678 #, python-format msgid "[ERROR_NOTCL] Due of %s, rotation movement was not executed." msgstr "" -#: FlatCAMApp.py:4790 +#: FlatCAMApp.py:4801 msgid "[WARNING_NOTCL] No object selected to Skew/Shear on X axis." msgstr "" -#: FlatCAMApp.py:4811 +#: FlatCAMApp.py:4822 msgid "[success] Skew on X axis done." msgstr "" -#: FlatCAMApp.py:4821 +#: FlatCAMApp.py:4832 msgid "[WARNING_NOTCL] No object selected to Skew/Shear on Y axis." msgstr "" -#: FlatCAMApp.py:4842 +#: FlatCAMApp.py:4853 msgid "[success] Skew on Y axis done." msgstr "" -#: FlatCAMApp.py:4938 FlatCAMApp.py:4965 +#: FlatCAMApp.py:4949 FlatCAMApp.py:4976 msgid "" "[WARNING_NOTCL] Please enter a grid value with non-zero value, in Float " "format." msgstr "" -#: FlatCAMApp.py:4944 +#: FlatCAMApp.py:4955 msgid "[success] New Grid added ..." msgstr "" -#: FlatCAMApp.py:4947 +#: FlatCAMApp.py:4958 msgid "[WARNING_NOTCL] Grid already exists ..." msgstr "" -#: FlatCAMApp.py:4950 +#: FlatCAMApp.py:4961 msgid "[WARNING_NOTCL] Adding New Grid cancelled ..." msgstr "" -#: FlatCAMApp.py:4972 +#: FlatCAMApp.py:4983 msgid "[ERROR_NOTCL] Grid Value does not exist ..." msgstr "" -#: FlatCAMApp.py:4975 +#: FlatCAMApp.py:4986 msgid "[success] Grid Value deleted ..." msgstr "" -#: FlatCAMApp.py:4978 +#: FlatCAMApp.py:4989 msgid "[WARNING_NOTCL] Delete Grid value cancelled ..." msgstr "" -#: FlatCAMApp.py:5017 +#: FlatCAMApp.py:5028 msgid "[WARNING_NOTCL] No object selected to copy it's name" msgstr "" -#: FlatCAMApp.py:5021 +#: FlatCAMApp.py:5032 msgid "Name copied on clipboard ..." msgstr "" -#: FlatCAMApp.py:5316 FlatCAMApp.py:5319 FlatCAMApp.py:5322 FlatCAMApp.py:5325 -#: FlatCAMApp.py:5339 FlatCAMApp.py:5342 FlatCAMApp.py:5345 FlatCAMApp.py:5348 -#: FlatCAMApp.py:5387 FlatCAMApp.py:5390 FlatCAMApp.py:5393 FlatCAMApp.py:5396 -#: ObjectCollection.py:698 ObjectCollection.py:701 ObjectCollection.py:704 -#: ObjectCollection.py:707 +#: FlatCAMApp.py:5327 FlatCAMApp.py:5330 FlatCAMApp.py:5333 FlatCAMApp.py:5336 +#: FlatCAMApp.py:5350 FlatCAMApp.py:5353 FlatCAMApp.py:5356 FlatCAMApp.py:5359 +#: FlatCAMApp.py:5398 FlatCAMApp.py:5401 FlatCAMApp.py:5404 FlatCAMApp.py:5407 +#: ObjectCollection.py:711 ObjectCollection.py:714 ObjectCollection.py:717 +#: ObjectCollection.py:720 #, python-brace-format msgid "[selected]{name} selected" msgstr "" -#: FlatCAMApp.py:5513 +#: FlatCAMApp.py:5524 msgid "" "There are files/objects opened in FlatCAM.\n" "Creating a New project will delete them.\n" "Do you want to Save the project?" msgstr "" -#: FlatCAMApp.py:5531 +#: FlatCAMApp.py:5542 msgid "[success] New Project created..." msgstr "" -#: FlatCAMApp.py:5632 FlatCAMApp.py:5635 flatcamGUI/FlatCAMGUI.py:551 -#: flatcamGUI/FlatCAMGUI.py:1600 +#: FlatCAMApp.py:5650 FlatCAMApp.py:5653 flatcamGUI/FlatCAMGUI.py:594 +#: flatcamGUI/FlatCAMGUI.py:1762 msgid "Open Gerber" msgstr "" -#: FlatCAMApp.py:5640 +#: FlatCAMApp.py:5658 msgid "[WARNING_NOTCL] Open Gerber cancelled." msgstr "" -#: FlatCAMApp.py:5661 FlatCAMApp.py:5664 flatcamGUI/FlatCAMGUI.py:552 -#: flatcamGUI/FlatCAMGUI.py:1601 +#: FlatCAMApp.py:5679 FlatCAMApp.py:5682 flatcamGUI/FlatCAMGUI.py:595 +#: flatcamGUI/FlatCAMGUI.py:1763 msgid "Open Excellon" msgstr "" -#: FlatCAMApp.py:5669 +#: FlatCAMApp.py:5687 msgid "[WARNING_NOTCL] Open Excellon cancelled." msgstr "" -#: FlatCAMApp.py:5691 FlatCAMApp.py:5694 +#: FlatCAMApp.py:5709 FlatCAMApp.py:5712 msgid "Open G-Code" msgstr "" -#: FlatCAMApp.py:5699 +#: FlatCAMApp.py:5717 msgid "[WARNING_NOTCL] Open G-Code cancelled." msgstr "" -#: FlatCAMApp.py:5717 FlatCAMApp.py:5720 +#: FlatCAMApp.py:5735 FlatCAMApp.py:5738 msgid "Open Project" msgstr "" -#: FlatCAMApp.py:5728 +#: FlatCAMApp.py:5746 msgid "[WARNING_NOTCL] Open Project cancelled." msgstr "" -#: FlatCAMApp.py:5747 FlatCAMApp.py:5750 +#: FlatCAMApp.py:5765 FlatCAMApp.py:5768 msgid "Open Configuration File" msgstr "" -#: FlatCAMApp.py:5754 +#: FlatCAMApp.py:5772 msgid "[WARNING_NOTCL Open Config cancelled." msgstr "" -#: FlatCAMApp.py:5769 FlatCAMApp.py:5966 FlatCAMApp.py:8013 FlatCAMApp.py:8033 -#: FlatCAMApp.py:8054 FlatCAMApp.py:8076 +#: FlatCAMApp.py:5787 FlatCAMApp.py:5984 FlatCAMApp.py:8066 FlatCAMApp.py:8086 +#: FlatCAMApp.py:8107 FlatCAMApp.py:8129 msgid "[WARNING_NOTCL] No object selected." msgstr "" -#: FlatCAMApp.py:5770 FlatCAMApp.py:5967 +#: FlatCAMApp.py:5788 FlatCAMApp.py:5985 msgid "Please Select a Geometry object to export" msgstr "" -#: FlatCAMApp.py:5781 +#: FlatCAMApp.py:5799 msgid "[ERROR_NOTCL] Only Geometry, Gerber and CNCJob objects can be used." msgstr "" -#: FlatCAMApp.py:5794 FlatCAMApp.py:5798 +#: FlatCAMApp.py:5812 FlatCAMApp.py:5816 msgid "Export SVG" msgstr "" -#: FlatCAMApp.py:5803 +#: FlatCAMApp.py:5821 msgid "[WARNING_NOTCL] Export SVG cancelled." msgstr "" -#: FlatCAMApp.py:5817 +#: FlatCAMApp.py:5835 msgid "[[WARNING_NOTCL]] Data must be a 3D array with last dimension 3 or 4" msgstr "" -#: FlatCAMApp.py:5823 FlatCAMApp.py:5827 +#: FlatCAMApp.py:5841 FlatCAMApp.py:5845 msgid "Export PNG Image" msgstr "" -#: FlatCAMApp.py:5832 +#: FlatCAMApp.py:5850 msgid "Export PNG cancelled." msgstr "" -#: FlatCAMApp.py:5849 +#: FlatCAMApp.py:5867 msgid "" "[WARNING_NOTCL] No object selected. Please select an Gerber object to export." msgstr "" -#: FlatCAMApp.py:5854 +#: FlatCAMApp.py:5872 msgid "" "[ERROR_NOTCL] Failed. Only Gerber objects can be saved as Gerber files..." msgstr "" -#: FlatCAMApp.py:5866 +#: FlatCAMApp.py:5884 msgid "Save Gerber source file" msgstr "" -#: FlatCAMApp.py:5871 +#: FlatCAMApp.py:5889 msgid "[WARNING_NOTCL] Save Gerber source file cancelled." msgstr "" -#: FlatCAMApp.py:5888 +#: FlatCAMApp.py:5906 msgid "" "[WARNING_NOTCL] No object selected. Please select an Excellon object to " "export." msgstr "" -#: FlatCAMApp.py:5893 FlatCAMApp.py:5932 +#: FlatCAMApp.py:5911 FlatCAMApp.py:5950 msgid "" "[ERROR_NOTCL] Failed. Only Excellon objects can be saved as Excellon files..." msgstr "" -#: FlatCAMApp.py:5901 FlatCAMApp.py:5905 +#: FlatCAMApp.py:5919 FlatCAMApp.py:5923 msgid "Save Excellon source file" msgstr "" -#: FlatCAMApp.py:5910 +#: FlatCAMApp.py:5928 msgid "[WARNING_NOTCL] Saving Excellon source file cancelled." msgstr "" -#: FlatCAMApp.py:5927 +#: FlatCAMApp.py:5945 msgid "" "[WARNING_NOTCL] No object selected. Please Select an Excellon object to " "export." msgstr "" -#: FlatCAMApp.py:5940 FlatCAMApp.py:5944 +#: FlatCAMApp.py:5958 FlatCAMApp.py:5962 msgid "Export Excellon" msgstr "" -#: FlatCAMApp.py:5949 +#: FlatCAMApp.py:5967 msgid "[WARNING_NOTCL] Export Excellon cancelled." msgstr "" -#: FlatCAMApp.py:5977 +#: FlatCAMApp.py:5995 msgid "[ERROR_NOTCL] Only Geometry objects can be used." msgstr "" -#: FlatCAMApp.py:5990 FlatCAMApp.py:5994 +#: FlatCAMApp.py:6008 FlatCAMApp.py:6012 msgid "Export DXF" msgstr "" -#: FlatCAMApp.py:5999 +#: FlatCAMApp.py:6017 msgid "[WARNING_NOTCL] Export DXF cancelled." msgstr "" -#: FlatCAMApp.py:6017 FlatCAMApp.py:6020 +#: FlatCAMApp.py:6035 FlatCAMApp.py:6038 msgid "Import SVG" msgstr "" -#: FlatCAMApp.py:6028 +#: FlatCAMApp.py:6046 msgid "[WARNING_NOTCL] Open SVG cancelled." msgstr "" -#: FlatCAMApp.py:6047 FlatCAMApp.py:6050 +#: FlatCAMApp.py:6065 FlatCAMApp.py:6068 msgid "Import DXF" msgstr "" -#: FlatCAMApp.py:6058 +#: FlatCAMApp.py:6076 msgid "[WARNING_NOTCL] Open DXF cancelled." msgstr "" -#: FlatCAMApp.py:6076 +#: FlatCAMApp.py:6094 #, python-format msgid "%s" msgstr "" -#: FlatCAMApp.py:6096 +#: FlatCAMApp.py:6114 msgid "" "[WARNING_NOTCL] Select an Gerber or Excellon file to view it's source file." msgstr "" -#: FlatCAMApp.py:6103 +#: FlatCAMApp.py:6121 msgid "" "[WARNING_NOTCL] There is no selected object for which to see it's source " "file code." msgstr "" -#: FlatCAMApp.py:6111 +#: FlatCAMApp.py:6129 msgid "Source Editor" msgstr "" -#: FlatCAMApp.py:6121 +#: FlatCAMApp.py:6139 #, python-format msgid "[ERROR]App.on_view_source() -->%s" msgstr "" -#: FlatCAMApp.py:6133 FlatCAMApp.py:7154 FlatCAMObj.py:5432 +#: FlatCAMApp.py:6151 FlatCAMApp.py:7172 FlatCAMObj.py:5257 msgid "Code Editor" msgstr "" -#: FlatCAMApp.py:6145 +#: FlatCAMApp.py:6163 msgid "Script Editor" msgstr "" -#: FlatCAMApp.py:6148 +#: FlatCAMApp.py:6166 msgid "" "#\n" "# CREATE A NEW FLATCAM TCL SCRIPT\n" @@ -629,201 +635,203 @@ msgid "" "\n" msgstr "" -#: FlatCAMApp.py:6171 FlatCAMApp.py:6174 +#: FlatCAMApp.py:6189 FlatCAMApp.py:6192 msgid "Open TCL script" msgstr "" -#: FlatCAMApp.py:6182 +#: FlatCAMApp.py:6200 msgid "[WARNING_NOTCL] Open TCL script cancelled." msgstr "" -#: FlatCAMApp.py:6194 +#: FlatCAMApp.py:6212 #, python-format msgid "[ERROR]App.on_fileopenscript() -->%s" msgstr "" -#: FlatCAMApp.py:6220 FlatCAMApp.py:6223 +#: FlatCAMApp.py:6238 FlatCAMApp.py:6241 msgid "Run TCL script" msgstr "" -#: FlatCAMApp.py:6231 +#: FlatCAMApp.py:6249 msgid "[WARNING_NOTCL] Run TCL script cancelled." msgstr "" -#: FlatCAMApp.py:6277 FlatCAMApp.py:6281 +#: FlatCAMApp.py:6295 FlatCAMApp.py:6299 msgid "Save Project As ..." msgstr "" -#: FlatCAMApp.py:6278 +#: FlatCAMApp.py:6296 #, python-brace-format msgid "{l_save}/Project_{date}" msgstr "" -#: FlatCAMApp.py:6286 +#: FlatCAMApp.py:6304 msgid "[WARNING_NOTCL] Save Project cancelled." msgstr "" -#: FlatCAMApp.py:6331 +#: FlatCAMApp.py:6349 msgid "Exporting SVG" msgstr "" -#: FlatCAMApp.py:6364 FlatCAMApp.py:6469 FlatCAMApp.py:6583 +#: FlatCAMApp.py:6382 FlatCAMApp.py:6487 FlatCAMApp.py:6601 #, python-format msgid "[success] SVG file exported to %s" msgstr "" -#: FlatCAMApp.py:6395 FlatCAMApp.py:6515 +#: FlatCAMApp.py:6413 FlatCAMApp.py:6533 #, python-format msgid "[WARNING_NOTCL] No object Box. Using instead %s" msgstr "" -#: FlatCAMApp.py:6472 FlatCAMApp.py:6586 +#: FlatCAMApp.py:6490 FlatCAMApp.py:6604 msgid "Generating Film ... Please wait." msgstr "" -#: FlatCAMApp.py:6733 +#: FlatCAMApp.py:6751 #, python-format msgid "[success] Excellon file exported to %s" msgstr "" -#: FlatCAMApp.py:6740 +#: FlatCAMApp.py:6758 msgid "Exporting Excellon" msgstr "" -#: FlatCAMApp.py:6745 FlatCAMApp.py:6752 +#: FlatCAMApp.py:6763 FlatCAMApp.py:6770 msgid "[ERROR_NOTCL] Could not export Excellon file." msgstr "" -#: FlatCAMApp.py:6791 +#: FlatCAMApp.py:6809 #, python-format msgid "[success] DXF file exported to %s" msgstr "" -#: FlatCAMApp.py:6797 +#: FlatCAMApp.py:6815 msgid "Exporting DXF" msgstr "" -#: FlatCAMApp.py:6802 FlatCAMApp.py:6809 +#: FlatCAMApp.py:6820 FlatCAMApp.py:6827 msgid "[[WARNING_NOTCL]] Could not export DXF file." msgstr "" -#: FlatCAMApp.py:6829 FlatCAMApp.py:6871 FlatCAMApp.py:6912 +#: FlatCAMApp.py:6847 FlatCAMApp.py:6889 FlatCAMApp.py:6930 msgid "" "[ERROR_NOTCL] Not supported type is picked as parameter. Only Geometry and " "Gerber are supported" msgstr "" -#: FlatCAMApp.py:6839 +#: FlatCAMApp.py:6857 msgid "Importing SVG" msgstr "" -#: FlatCAMApp.py:6850 FlatCAMApp.py:6892 FlatCAMApp.py:6932 FlatCAMApp.py:7008 -#: FlatCAMApp.py:7075 FlatCAMApp.py:7140 +#: FlatCAMApp.py:6868 FlatCAMApp.py:6910 FlatCAMApp.py:6950 FlatCAMApp.py:7026 +#: FlatCAMApp.py:7093 FlatCAMApp.py:7158 #, python-format msgid "[success] Opened: %s" msgstr "" -#: FlatCAMApp.py:6881 +#: FlatCAMApp.py:6899 msgid "Importing DXF" msgstr "" -#: FlatCAMApp.py:6920 +#: FlatCAMApp.py:6938 msgid "Importing Image" msgstr "" -#: FlatCAMApp.py:6961 FlatCAMApp.py:6963 +#: FlatCAMApp.py:6979 FlatCAMApp.py:6981 #, python-format msgid "[ERROR_NOTCL] Failed to open file: %s" msgstr "" -#: FlatCAMApp.py:6966 +#: FlatCAMApp.py:6984 #, python-brace-format msgid "[ERROR_NOTCL] Failed to parse file: {name}. {error}" msgstr "" -#: FlatCAMApp.py:6972 FlatCAMEditor.py:5820 FlatCAMObj.py:4136 +#: FlatCAMApp.py:6990 FlatCAMObj.py:3961 +#: flatcamEditors/FlatCAMExcEditor.py:1919 +#: flatcamEditors/FlatCAMGrbEditor.py:2036 msgid "[ERROR] An internal error has ocurred. See shell.\n" msgstr "" -#: FlatCAMApp.py:6981 +#: FlatCAMApp.py:6999 msgid "" "[ERROR_NOTCL] Object is not Gerber file or empty. Aborting object creation." msgstr "" -#: FlatCAMApp.py:6989 +#: FlatCAMApp.py:7007 msgid "Opening Gerber" msgstr "" -#: FlatCAMApp.py:6999 +#: FlatCAMApp.py:7017 msgid "[ERROR_NOTCL] Open Gerber failed. Probable not a Gerber file." msgstr "" -#: FlatCAMApp.py:7034 +#: FlatCAMApp.py:7052 msgid "[ERROR_NOTCL] This is not Excellon file." msgstr "" -#: FlatCAMApp.py:7037 +#: FlatCAMApp.py:7055 #, python-format msgid "[ERROR_NOTCL] Cannot open file: %s" msgstr "" -#: FlatCAMApp.py:7042 +#: FlatCAMApp.py:7060 msgid "[ERROR_NOTCL] An internal error has occurred. See shell.\n" msgstr "" -#: FlatCAMApp.py:7058 +#: FlatCAMApp.py:7076 #, python-format msgid "[ERROR_NOTCL] No geometry found in file: %s" msgstr "" -#: FlatCAMApp.py:7061 +#: FlatCAMApp.py:7079 msgid "Opening Excellon." msgstr "" -#: FlatCAMApp.py:7068 +#: FlatCAMApp.py:7086 msgid "[ERROR_NOTCL] Open Excellon file failed. Probable not an Excellon file." msgstr "" -#: FlatCAMApp.py:7107 +#: FlatCAMApp.py:7125 #, python-format msgid "[ERROR_NOTCL] Failed to open %s" msgstr "" -#: FlatCAMApp.py:7117 +#: FlatCAMApp.py:7135 msgid "[ERROR_NOTCL] This is not GCODE" msgstr "" -#: FlatCAMApp.py:7123 +#: FlatCAMApp.py:7141 msgid "Opening G-Code." msgstr "" -#: FlatCAMApp.py:7131 +#: FlatCAMApp.py:7149 msgid "" "[ERROR_NOTCL] Failed to create CNCJob Object. Probable not a GCode file.\n" " Attempting to create a FlatCAM CNCJob Object from G-Code file failed during " "processing" msgstr "" -#: FlatCAMApp.py:7171 +#: FlatCAMApp.py:7189 #, python-format msgid "[ERROR_NOTCL] Failed to open config file: %s" msgstr "" -#: FlatCAMApp.py:7196 FlatCAMApp.py:7212 +#: FlatCAMApp.py:7214 FlatCAMApp.py:7230 #, python-format msgid "[ERROR_NOTCL] Failed to open project file: %s" msgstr "" -#: FlatCAMApp.py:7238 +#: FlatCAMApp.py:7256 #, python-format msgid "[success] Project loaded from: %s" msgstr "" -#: FlatCAMApp.py:7368 +#: FlatCAMApp.py:7386 msgid "Available commands:\n" msgstr "" -#: FlatCAMApp.py:7370 +#: FlatCAMApp.py:7388 msgid "" "\n" "\n" @@ -831,23 +839,23 @@ msgid "" " Example: help open_gerber" msgstr "" -#: FlatCAMApp.py:7518 +#: FlatCAMApp.py:7536 msgid "Shows list of commands." msgstr "" -#: FlatCAMApp.py:7571 +#: FlatCAMApp.py:7589 msgid "[ERROR_NOTCL] Failed to load recent item list." msgstr "" -#: FlatCAMApp.py:7578 +#: FlatCAMApp.py:7596 msgid "[ERROR_NOTCL] Failed to parse recent item list." msgstr "" -#: FlatCAMApp.py:7639 flatcamGUI/FlatCAMGUI.py:866 +#: FlatCAMApp.py:7657 flatcamGUI/FlatCAMGUI.py:929 msgid "Shortcut Key List" msgstr "" -#: FlatCAMApp.py:7646 +#: FlatCAMApp.py:7664 msgid "" "\n" "

Selected Tab - Choose an Item from " @@ -897,1100 +905,101 @@ msgid "" " " msgstr "" -#: FlatCAMApp.py:7750 +#: FlatCAMApp.py:7768 msgid "[WARNING_NOTCL] Failed checking for latest version. Could not connect." msgstr "" -#: FlatCAMApp.py:7757 +#: FlatCAMApp.py:7775 msgid "[ERROR_NOTCL] Could not parse information about latest version." msgstr "" -#: FlatCAMApp.py:7767 +#: FlatCAMApp.py:7785 msgid "[success] FlatCAM is up to date!" msgstr "" -#: FlatCAMApp.py:7772 +#: FlatCAMApp.py:7790 msgid "Newer Version Available" msgstr "" -#: FlatCAMApp.py:7773 +#: FlatCAMApp.py:7791 msgid "" "There is a newer version of FlatCAM available for download:\n" "\n" msgstr "" -#: FlatCAMApp.py:7775 +#: FlatCAMApp.py:7793 msgid "info" msgstr "" -#: FlatCAMApp.py:7794 +#: FlatCAMApp.py:7812 msgid "[success] All plots disabled." msgstr "" -#: FlatCAMApp.py:7800 +#: FlatCAMApp.py:7818 msgid "[success] All non selected plots disabled." msgstr "" -#: FlatCAMApp.py:7806 +#: FlatCAMApp.py:7824 msgid "[success] All plots enabled." msgstr "" -#: FlatCAMApp.py:7916 +#: FlatCAMApp.py:7935 msgid "Saving FlatCAM Project" msgstr "" -#: FlatCAMApp.py:7937 FlatCAMApp.py:7968 +#: FlatCAMApp.py:7956 FlatCAMApp.py:7987 #, python-format msgid "[success] Project saved to: %s" msgstr "" -#: FlatCAMApp.py:7955 +#: FlatCAMApp.py:7974 #, python-format msgid "[ERROR_NOTCL] Failed to verify project file: %s. Retry to save it." msgstr "" -#: FlatCAMApp.py:7962 +#: FlatCAMApp.py:7981 #, python-format msgid "[ERROR_NOTCL] Failed to parse saved project file: %s. Retry to save it." msgstr "" -#: FlatCAMApp.py:7970 +#: FlatCAMApp.py:7989 #, python-format msgid "[ERROR_NOTCL] Failed to save project file: %s. Retry to save it." msgstr "" -#: FlatCAMEditor.py:76 -msgid "Buffer distance:" -msgstr "" - -#: FlatCAMEditor.py:77 -msgid "Buffer corner:" -msgstr "" - -#: FlatCAMEditor.py:79 -msgid "" -"There are 3 types of corners:\n" -" - 'Round': the corner is rounded for exterior buffer.\n" -" - 'Square:' the corner is met in a sharp angle for exterior buffer.\n" -" - 'Beveled:' the corner is a line that directly connects the features " -"meeting in the corner" -msgstr "" - -#: FlatCAMEditor.py:85 -msgid "Round" -msgstr "" - -#: FlatCAMEditor.py:86 -msgid "Square" -msgstr "" - -#: FlatCAMEditor.py:87 -msgid "Beveled" -msgstr "" - -#: FlatCAMEditor.py:94 -msgid "Buffer Interior" -msgstr "" - -#: FlatCAMEditor.py:96 -msgid "Buffer Exterior" -msgstr "" - -#: FlatCAMEditor.py:102 -msgid "Full Buffer" -msgstr "" - -#: FlatCAMEditor.py:123 FlatCAMEditor.py:2623 -msgid "Buffer Tool" -msgstr "" - -#: FlatCAMEditor.py:134 FlatCAMEditor.py:151 FlatCAMEditor.py:168 -#: FlatCAMEditor.py:2641 FlatCAMEditor.py:2667 FlatCAMEditor.py:2693 -msgid "" -"[WARNING_NOTCL] Buffer distance value is missing or wrong format. Add it and " -"retry." -msgstr "" - -#: FlatCAMEditor.py:416 flatcamGUI/FlatCAMGUI.py:3419 -#: flatcamGUI/FlatCAMGUI.py:4625 flatcamGUI/FlatCAMGUI.py:4901 -#: flatcamGUI/FlatCAMGUI.py:5032 flatcamGUI/ObjectUI.py:346 -msgid "Tool dia:" -msgstr "" - -#: FlatCAMEditor.py:418 flatcamGUI/FlatCAMGUI.py:5034 -msgid "" -"Diameter of the tool to\n" -"be used in the operation." -msgstr "" - -#: FlatCAMEditor.py:427 flatcamGUI/FlatCAMGUI.py:4807 -#: flatcamGUI/FlatCAMGUI.py:5043 flatcamTools/ToolNonCopperClear.py:165 -#: flatcamTools/ToolPaint.py:160 -msgid "Overlap:" -msgstr "" - -#: FlatCAMEditor.py:429 flatcamTools/ToolPaint.py:162 -#, python-format -msgid "" -"How much (fraction) of the tool width to overlap each tool pass.\n" -"Example:\n" -"A value here of 0.25 means 25% from the tool diameter found above.\n" -"\n" -"Adjust the value starting with lower values\n" -"and increasing it if areas that should be painted are still \n" -"not painted.\n" -"Lower values = faster processing, faster execution on PCB.\n" -"Higher values = slow processing and slow execution on CNC\n" -"due of too many paths." -msgstr "" - -#: FlatCAMEditor.py:445 flatcamGUI/FlatCAMGUI.py:4823 -#: flatcamGUI/FlatCAMGUI.py:4909 flatcamGUI/FlatCAMGUI.py:5053 -#: flatcamTools/ToolCutOut.py:86 flatcamTools/ToolNonCopperClear.py:181 -#: flatcamTools/ToolPaint.py:177 -msgid "Margin:" -msgstr "" - -#: FlatCAMEditor.py:447 flatcamGUI/FlatCAMGUI.py:5055 -#: flatcamTools/ToolPaint.py:179 -msgid "" -"Distance by which to avoid\n" -"the edges of the polygon to\n" -"be painted." -msgstr "" - -#: FlatCAMEditor.py:456 flatcamGUI/FlatCAMGUI.py:4832 -#: flatcamGUI/FlatCAMGUI.py:5064 flatcamTools/ToolNonCopperClear.py:190 -#: flatcamTools/ToolPaint.py:188 -msgid "Method:" -msgstr "" - -#: FlatCAMEditor.py:458 flatcamGUI/FlatCAMGUI.py:5066 -msgid "" -"Algorithm to paint the polygon:
Standard: Fixed step inwards." -"
Seed-based: Outwards from seed." -msgstr "" - -#: FlatCAMEditor.py:464 flatcamGUI/FlatCAMGUI.py:4841 -#: flatcamGUI/FlatCAMGUI.py:5072 -msgid "Standard" -msgstr "" - -#: FlatCAMEditor.py:465 flatcamGUI/FlatCAMGUI.py:4842 -#: flatcamGUI/FlatCAMGUI.py:5073 -msgid "Seed-based" -msgstr "" - -#: FlatCAMEditor.py:466 flatcamGUI/FlatCAMGUI.py:4843 -#: flatcamGUI/FlatCAMGUI.py:5074 -msgid "Straight lines" -msgstr "" - -#: FlatCAMEditor.py:471 flatcamGUI/FlatCAMGUI.py:4848 -#: flatcamGUI/FlatCAMGUI.py:5079 flatcamTools/ToolNonCopperClear.py:206 -#: flatcamTools/ToolPaint.py:204 -msgid "Connect:" -msgstr "" - -#: FlatCAMEditor.py:473 flatcamGUI/FlatCAMGUI.py:4850 -#: flatcamGUI/FlatCAMGUI.py:5081 flatcamTools/ToolNonCopperClear.py:208 -#: flatcamTools/ToolPaint.py:206 -msgid "" -"Draw lines between resulting\n" -"segments to minimize tool lifts." -msgstr "" - -#: FlatCAMEditor.py:480 flatcamGUI/FlatCAMGUI.py:4857 -#: flatcamGUI/FlatCAMGUI.py:5089 flatcamTools/ToolNonCopperClear.py:215 -#: flatcamTools/ToolPaint.py:213 -msgid "Contour:" -msgstr "" - -#: FlatCAMEditor.py:482 flatcamGUI/FlatCAMGUI.py:4859 -#: flatcamGUI/FlatCAMGUI.py:5091 flatcamTools/ToolNonCopperClear.py:217 -#: flatcamTools/ToolPaint.py:215 -msgid "" -"Cut around the perimeter of the polygon\n" -"to trim rough edges." -msgstr "" - -#: FlatCAMEditor.py:494 -msgid "Paint" -msgstr "" - -#: FlatCAMEditor.py:512 flatcamGUI/FlatCAMGUI.py:585 -#: flatcamGUI/FlatCAMGUI.py:1634 flatcamGUI/ObjectUI.py:1394 -#: flatcamTools/ToolPaint.py:340 -msgid "Paint Tool" -msgstr "" - -#: FlatCAMEditor.py:548 -msgid "[WARNING_NOTCL] Paint cancelled. No shape selected." -msgstr "" - -#: FlatCAMEditor.py:559 flatcamTools/ToolCutOut.py:343 -#: flatcamTools/ToolCutOut.py:481 flatcamTools/ToolCutOut.py:601 -#: flatcamTools/ToolCutOut.py:706 flatcamTools/ToolDblSided.py:363 -msgid "" -"[WARNING_NOTCL] Tool diameter value is missing or wrong format. Add it and " -"retry." -msgstr "" - -#: FlatCAMEditor.py:570 -msgid "" -"[WARNING_NOTCL] Overlap value is missing or wrong format. Add it and retry." -msgstr "" - -#: FlatCAMEditor.py:582 -msgid "" -"[WARNING_NOTCL] Margin distance value is missing or wrong format. Add it and " -"retry." -msgstr "" - -#: FlatCAMEditor.py:591 FlatCAMEditor.py:2648 FlatCAMEditor.py:2674 -#: FlatCAMEditor.py:2700 flatcamTools/ToolNonCopperClear.py:807 -#: flatcamTools/ToolProperties.py:104 -msgid "Tools" -msgstr "" - -#: FlatCAMEditor.py:602 FlatCAMEditor.py:975 flatcamGUI/FlatCAMGUI.py:594 -#: flatcamGUI/FlatCAMGUI.py:1645 flatcamTools/ToolTransform.py:398 -msgid "Transform Tool" -msgstr "" - -#: FlatCAMEditor.py:603 FlatCAMEditor.py:664 flatcamTools/ToolTransform.py:24 -#: flatcamTools/ToolTransform.py:82 -msgid "Rotate" -msgstr "" - -#: FlatCAMEditor.py:604 flatcamTools/ToolTransform.py:25 -msgid "Skew/Shear" -msgstr "" - -#: FlatCAMEditor.py:605 flatcamGUI/ObjectUI.py:100 flatcamGUI/ObjectUI.py:280 -#: flatcamTools/ToolTransform.py:26 -msgid "Scale" -msgstr "" - -#: FlatCAMEditor.py:606 flatcamTools/ToolTransform.py:27 -msgid "Mirror (Flip)" -msgstr "" - -#: FlatCAMEditor.py:607 flatcamGUI/ObjectUI.py:127 flatcamGUI/ObjectUI.py:974 -#: flatcamGUI/ObjectUI.py:1532 flatcamTools/ToolTransform.py:28 -msgid "Offset" -msgstr "" - -#: FlatCAMEditor.py:618 -#, python-format -msgid "Editor %s" -msgstr "" - -#: FlatCAMEditor.py:650 FlatCAMEditor.py:4869 FlatCAMEditor.py:4905 -#: flatcamTools/ToolTransform.py:68 -msgid "Angle:" -msgstr "" - -#: FlatCAMEditor.py:652 flatcamTools/ToolTransform.py:70 -msgid "" -"Angle for Rotation action, in degrees.\n" -"Float number between -360 and 359.\n" -"Positive numbers for CW motion.\n" -"Negative numbers for CCW motion." -msgstr "" - -#: FlatCAMEditor.py:666 -msgid "" -"Rotate the selected shape(s).\n" -"The point of reference is the middle of\n" -"the bounding box for all selected shapes." -msgstr "" - -#: FlatCAMEditor.py:689 flatcamTools/ToolTransform.py:107 -msgid "Angle X:" -msgstr "" - -#: FlatCAMEditor.py:691 FlatCAMEditor.py:709 flatcamTools/ToolTransform.py:109 -#: flatcamTools/ToolTransform.py:127 -msgid "" -"Angle for Skew action, in degrees.\n" -"Float number between -360 and 359." -msgstr "" - -#: FlatCAMEditor.py:700 flatcamTools/ToolTransform.py:118 -msgid "Skew X" -msgstr "" - -#: FlatCAMEditor.py:702 FlatCAMEditor.py:720 -msgid "" -"Skew/shear the selected shape(s).\n" -"The point of reference is the middle of\n" -"the bounding box for all selected shapes." -msgstr "" - -#: FlatCAMEditor.py:707 flatcamTools/ToolTransform.py:125 -msgid "Angle Y:" -msgstr "" - -#: FlatCAMEditor.py:718 flatcamTools/ToolTransform.py:136 -msgid "Skew Y" -msgstr "" - -#: FlatCAMEditor.py:746 flatcamTools/ToolTransform.py:164 -msgid "Factor X:" -msgstr "" - -#: FlatCAMEditor.py:748 flatcamTools/ToolTransform.py:166 -msgid "Factor for Scale action over X axis." -msgstr "" - -#: FlatCAMEditor.py:756 flatcamTools/ToolTransform.py:174 -msgid "Scale X" -msgstr "" - -#: FlatCAMEditor.py:758 FlatCAMEditor.py:775 -msgid "" -"Scale the selected shape(s).\n" -"The point of reference depends on \n" -"the Scale reference checkbox state." -msgstr "" - -#: FlatCAMEditor.py:763 flatcamTools/ToolTransform.py:181 -msgid "Factor Y:" -msgstr "" - -#: FlatCAMEditor.py:765 flatcamTools/ToolTransform.py:183 -msgid "Factor for Scale action over Y axis." -msgstr "" - -#: FlatCAMEditor.py:773 flatcamTools/ToolTransform.py:191 -msgid "Scale Y" -msgstr "" - -#: FlatCAMEditor.py:782 flatcamGUI/FlatCAMGUI.py:5438 -#: flatcamTools/ToolTransform.py:200 -msgid "Link" -msgstr "" - -#: FlatCAMEditor.py:784 -msgid "" -"Scale the selected shape(s)\n" -"using the Scale Factor X for both axis." -msgstr "" - -#: FlatCAMEditor.py:790 flatcamGUI/FlatCAMGUI.py:5446 -#: flatcamTools/ToolTransform.py:208 -msgid "Scale Reference" -msgstr "" - -#: FlatCAMEditor.py:792 -msgid "" -"Scale the selected shape(s)\n" -"using the origin reference when checked,\n" -"and the center of the biggest bounding box\n" -"of the selected shapes when unchecked." -msgstr "" - -#: FlatCAMEditor.py:820 flatcamTools/ToolTransform.py:238 -msgid "Value X:" -msgstr "" - -#: FlatCAMEditor.py:822 flatcamTools/ToolTransform.py:240 -msgid "Value for Offset action on X axis." -msgstr "" - -#: FlatCAMEditor.py:830 flatcamTools/ToolTransform.py:248 -msgid "Offset X" -msgstr "" - -#: FlatCAMEditor.py:832 FlatCAMEditor.py:850 -msgid "" -"Offset the selected shape(s).\n" -"The point of reference is the middle of\n" -"the bounding box for all selected shapes.\n" -msgstr "" - -#: FlatCAMEditor.py:838 flatcamTools/ToolTransform.py:255 -msgid "Value Y:" -msgstr "" - -#: FlatCAMEditor.py:840 flatcamTools/ToolTransform.py:257 -msgid "Value for Offset action on Y axis." -msgstr "" - -#: FlatCAMEditor.py:848 flatcamTools/ToolTransform.py:265 -msgid "Offset Y" -msgstr "" - -#: FlatCAMEditor.py:879 flatcamTools/ToolTransform.py:295 -msgid "Flip on X" -msgstr "" - -#: FlatCAMEditor.py:881 FlatCAMEditor.py:889 -msgid "" -"Flip the selected shape(s) over the X axis.\n" -"Does not create a new shape." -msgstr "" - -#: FlatCAMEditor.py:887 flatcamTools/ToolTransform.py:303 -msgid "Flip on Y" -msgstr "" - -#: FlatCAMEditor.py:896 flatcamTools/ToolTransform.py:312 -msgid "Ref Pt" -msgstr "" - -#: FlatCAMEditor.py:898 -msgid "" -"Flip the selected shape(s)\n" -"around the point in Point Entry Field.\n" -"\n" -"The point coordinates can be captured by\n" -"left click on canvas together with pressing\n" -"SHIFT key. \n" -"Then click Add button to insert coordinates.\n" -"Or enter the coords in format (x, y) in the\n" -"Point Entry field and click Flip on X(Y)" -msgstr "" - -#: FlatCAMEditor.py:910 flatcamTools/ToolTransform.py:325 -msgid "Point:" -msgstr "" - -#: FlatCAMEditor.py:912 -msgid "" -"Coordinates in format (x, y) used as reference for mirroring.\n" -"The 'x' in (x, y) will be used when using Flip on X and\n" -"the 'y' in (x, y) will be used when using Flip on Y." -msgstr "" - -#: FlatCAMEditor.py:922 flatcamGUI/ObjectUI.py:1074 -#: flatcamTools/ToolDblSided.py:160 flatcamTools/ToolDblSided.py:208 -#: flatcamTools/ToolNonCopperClear.py:134 flatcamTools/ToolPaint.py:131 -#: flatcamTools/ToolSolderPaste.py:115 flatcamTools/ToolSolderPaste.py:478 -#: flatcamTools/ToolTransform.py:337 -msgid "Add" -msgstr "" - -#: FlatCAMEditor.py:924 flatcamTools/ToolTransform.py:339 -msgid "" -"The point coordinates can be captured by\n" -"left click on canvas together with pressing\n" -"SHIFT key. Then click Add button to insert." -msgstr "" - -#: FlatCAMEditor.py:1039 -msgid "[WARNING_NOTCL] Transformation cancelled. No shape selected." -msgstr "" - -#: FlatCAMEditor.py:1060 flatcamTools/ToolTransform.py:468 -msgid "[ERROR_NOTCL] Wrong value format entered for Rotate, use a number." -msgstr "" - -#: FlatCAMEditor.py:1097 flatcamTools/ToolTransform.py:502 -msgid "[ERROR_NOTCL] Wrong value format entered for Skew X, use a number." -msgstr "" - -#: FlatCAMEditor.py:1118 flatcamTools/ToolTransform.py:520 -msgid "[ERROR_NOTCL] Wrong value format entered for Skew Y, use a number." -msgstr "" - -#: FlatCAMEditor.py:1139 flatcamTools/ToolTransform.py:538 -msgid "[ERROR_NOTCL] Wrong value format entered for Scale X, use a number." -msgstr "" - -#: FlatCAMEditor.py:1176 flatcamTools/ToolTransform.py:572 -msgid "[ERROR_NOTCL] Wrong value format entered for Scale Y, use a number." -msgstr "" - -#: FlatCAMEditor.py:1208 flatcamTools/ToolTransform.py:601 -msgid "[ERROR_NOTCL] Wrong value format entered for Offset X, use a number." -msgstr "" - -#: FlatCAMEditor.py:1229 flatcamTools/ToolTransform.py:619 -msgid "[ERROR_NOTCL] Wrong value format entered for Offset Y, use a number." -msgstr "" - -#: FlatCAMEditor.py:1247 -msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to rotate!" -msgstr "" - -#: FlatCAMEditor.py:1250 flatcamTools/ToolTransform.py:640 -msgid "Appying Rotate" -msgstr "" - -#: FlatCAMEditor.py:1278 -msgid "[success] Done. Rotate completed." -msgstr "" - -#: FlatCAMEditor.py:1294 -msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to flip!" -msgstr "" - -#: FlatCAMEditor.py:1297 flatcamTools/ToolTransform.py:692 -msgid "Applying Flip" -msgstr "" - -#: FlatCAMEditor.py:1327 flatcamTools/ToolTransform.py:735 -msgid "[success] Flip on the Y axis done ..." -msgstr "" - -#: FlatCAMEditor.py:1330 flatcamTools/ToolTransform.py:745 -msgid "[success] Flip on the X axis done ..." -msgstr "" - -#: FlatCAMEditor.py:1349 -msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to shear/skew!" -msgstr "" - -#: FlatCAMEditor.py:1352 flatcamTools/ToolTransform.py:762 -msgid "Applying Skew" -msgstr "" - -#: FlatCAMEditor.py:1377 flatcamTools/ToolTransform.py:793 -#, python-format -msgid "[success] Skew on the %s axis done ..." -msgstr "" - -#: FlatCAMEditor.py:1381 flatcamTools/ToolTransform.py:797 -#, python-format -msgid "[ERROR_NOTCL] Due of %s, Skew action was not executed." -msgstr "" - -#: FlatCAMEditor.py:1392 -msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to scale!" -msgstr "" - -#: FlatCAMEditor.py:1395 flatcamTools/ToolTransform.py:811 -msgid "Applying Scale" -msgstr "" - -#: FlatCAMEditor.py:1428 flatcamTools/ToolTransform.py:849 -#, python-format -msgid "[success] Scale on the %s axis done ..." -msgstr "" - -#: FlatCAMEditor.py:1431 flatcamTools/ToolTransform.py:852 -#, python-format -msgid "[ERROR_NOTCL] Due of %s, Scale action was not executed." -msgstr "" - -#: FlatCAMEditor.py:1440 -msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to offset!" -msgstr "" - -#: FlatCAMEditor.py:1443 flatcamTools/ToolTransform.py:864 -msgid "Applying Offset" -msgstr "" - -#: FlatCAMEditor.py:1467 flatcamTools/ToolTransform.py:894 -#, python-format -msgid "[success] Offset on the %s axis done ..." -msgstr "" - -#: FlatCAMEditor.py:1471 flatcamTools/ToolTransform.py:898 -#, python-format -msgid "[ERROR_NOTCL] Due of %s, Offset action was not executed." -msgstr "" - -#: FlatCAMEditor.py:1475 -msgid "Rotate ..." -msgstr "" - -#: FlatCAMEditor.py:1476 FlatCAMEditor.py:1533 FlatCAMEditor.py:1550 -msgid "Enter an Angle Value (degrees):" -msgstr "" - -#: FlatCAMEditor.py:1485 -msgid "[success] Geometry shape rotate done..." -msgstr "" - -#: FlatCAMEditor.py:1490 -msgid "[WARNING_NOTCL] Geometry shape rotate cancelled..." -msgstr "" - -#: FlatCAMEditor.py:1496 -msgid "Offset on X axis ..." -msgstr "" - -#: FlatCAMEditor.py:1497 FlatCAMEditor.py:1516 -#, python-format -msgid "Enter a distance Value (%s):" -msgstr "" - -#: FlatCAMEditor.py:1506 -msgid "[success] Geometry shape offset on X axis done..." -msgstr "" - -#: FlatCAMEditor.py:1510 -msgid "[WARNING_NOTCL] Geometry shape offset X cancelled..." -msgstr "" - -#: FlatCAMEditor.py:1515 -msgid "Offset on Y axis ..." -msgstr "" - -#: FlatCAMEditor.py:1525 -msgid "[success] Geometry shape offset on Y axis done..." -msgstr "" - -#: FlatCAMEditor.py:1529 -msgid "[WARNING_NOTCL] Geometry shape offset Y cancelled..." -msgstr "" - -#: FlatCAMEditor.py:1532 -msgid "Skew on X axis ..." -msgstr "" - -#: FlatCAMEditor.py:1542 -msgid "[success] Geometry shape skew on X axis done..." -msgstr "" - -#: FlatCAMEditor.py:1546 -msgid "[WARNING_NOTCL] Geometry shape skew X cancelled..." -msgstr "" - -#: FlatCAMEditor.py:1549 -msgid "Skew on Y axis ..." -msgstr "" - -#: FlatCAMEditor.py:1559 -msgid "[success] Geometry shape skew on Y axis done..." -msgstr "" - -#: FlatCAMEditor.py:1563 -msgid "[WARNING_NOTCL] Geometry shape skew Y cancelled..." -msgstr "" - -#: FlatCAMEditor.py:1894 FlatCAMEditor.py:1933 -msgid "Click on CENTER ..." -msgstr "" - -#: FlatCAMEditor.py:1901 -msgid "Click on Circle perimeter point to complete ..." -msgstr "" - -#: FlatCAMEditor.py:1925 -msgid "[success] Done. Adding Circle completed." -msgstr "" - -#: FlatCAMEditor.py:1952 -msgid "Click on Start arc point ..." -msgstr "" - -#: FlatCAMEditor.py:1956 -msgid "Click on End arc point to complete ..." -msgstr "" - -#: FlatCAMEditor.py:2111 -msgid "[success] Done. Arc completed." -msgstr "" - -#: FlatCAMEditor.py:2123 -msgid "Click on 1st corner ..." -msgstr "" - -#: FlatCAMEditor.py:2151 -msgid "[success] Done. Rectangle completed." -msgstr "" - -#: FlatCAMEditor.py:2163 -msgid "Click on 1st point ..." -msgstr "" - -#: FlatCAMEditor.py:2170 -msgid "Click on next Point or click Right mouse button to complete ..." -msgstr "" - -#: FlatCAMEditor.py:2193 -msgid "[success] Done. Polygon completed." -msgstr "" - -#: FlatCAMEditor.py:2212 -msgid "[success] Done. Path completed." -msgstr "" - -#: FlatCAMEditor.py:2472 FlatCAMEditor.py:4045 -msgid "[WARNING_NOTCL] Move cancelled. No shape selected." -msgstr "" - -#: FlatCAMEditor.py:2476 -msgid "Click on reference point." -msgstr "" - -#: FlatCAMEditor.py:2479 -msgid "Click on destination point." -msgstr "" - -#: FlatCAMEditor.py:2510 -msgid "[success] Done. Geometry(s) Move completed." -msgstr "" - -#: FlatCAMEditor.py:2555 -msgid "[success] Done. Geometry(s) Copy completed." -msgstr "" - -#: FlatCAMEditor.py:2567 -msgid "Click on the Destination point..." -msgstr "" - -#: FlatCAMEditor.py:2581 -#, python-format -msgid "" -"[ERROR]Font not supported. Only Regular, Bold, Italic and BoldItalic are " -"supported. Error: %s" -msgstr "" - -#: FlatCAMEditor.py:2591 -msgid "[success] Done. Adding Text completed." -msgstr "" - -#: FlatCAMEditor.py:2619 -msgid "Create buffer geometry ..." -msgstr "" - -#: FlatCAMEditor.py:2630 FlatCAMEditor.py:2656 FlatCAMEditor.py:2682 -msgid "[WARNING_NOTCL] Buffer cancelled. No shape selected." -msgstr "" - -#: FlatCAMEditor.py:2652 -msgid "[success] Done. Buffer Tool completed." -msgstr "" - -#: FlatCAMEditor.py:2678 -msgid "[success] Done. Buffer Int Tool completed." -msgstr "" - -#: FlatCAMEditor.py:2704 -msgid "[success] Done. Buffer Ext Tool completed." -msgstr "" - -#: FlatCAMEditor.py:2737 -msgid "Create Paint geometry ..." -msgstr "" - -#: FlatCAMEditor.py:2751 -msgid "Shape transformations ..." -msgstr "" - -#: FlatCAMEditor.py:2776 -msgid "[WARNING_NOTCL] To add a drill first select a tool" -msgstr "" - -#: FlatCAMEditor.py:2785 FlatCAMEditor.py:2875 FlatCAMEditor.py:3148 -#: FlatCAMEditor.py:3173 -msgid "Click on target location ..." -msgstr "" - -#: FlatCAMEditor.py:2825 -msgid "[success] Done. Drill added." -msgstr "" - -#: FlatCAMEditor.py:2867 -msgid "[WARNING_NOTCL] To add an Drill Array first select a tool in Tool Table" -msgstr "" - -#: FlatCAMEditor.py:2892 -msgid "Click on the Drill Circular Array Start position" -msgstr "" - -#: FlatCAMEditor.py:2914 -msgid "" -"[ERROR_NOTCL] The value is not Float. Check for comma instead of dot " -"separator." -msgstr "" - -#: FlatCAMEditor.py:2917 -msgid "[ERROR_NOTCL] The value is mistyped. Check the value." -msgstr "" - -#: FlatCAMEditor.py:3010 -msgid "[WARNING_NOTCL] Too many drills for the selected spacing angle." -msgstr "" - -#: FlatCAMEditor.py:3027 -msgid "[success] Done. Drill Array added." -msgstr "" - -#: FlatCAMEditor.py:3038 -msgid "Click on the Drill(s) to resize ..." -msgstr "" - -#: FlatCAMEditor.py:3058 -msgid "" -"[ERROR_NOTCL] Resize drill(s) failed. Please enter a diameter for resize." -msgstr "" - -#: FlatCAMEditor.py:3130 -msgid "[success] Done. Drill Resize completed." -msgstr "" - -#: FlatCAMEditor.py:3150 -msgid "Click on reference location ..." -msgstr "" - -#: FlatCAMEditor.py:3205 -msgid "[success] Done. Drill(s) Move completed." -msgstr "" - -#: FlatCAMEditor.py:3258 -msgid "[success] Done. Drill(s) copied." -msgstr "" - -#: FlatCAMEditor.py:3678 +#: FlatCAMObj.py:194 #, python-brace-format -msgid "[WARNING] Editing MultiGeo Geometry, tool: {tool} with diameter: {dia}" +msgid "[success] Name changed from {old} to {new}" msgstr "" -#: FlatCAMEditor.py:3919 flatcamGUI/FlatCAMGUI.py:2131 -#: flatcamGUI/FlatCAMGUI.py:2143 -msgid "[success] Done." +#: FlatCAMObj.py:535 FlatCAMObj.py:1741 FlatCAMObj.py:3006 FlatCAMObj.py:5156 +msgid "Basic" msgstr "" -#: FlatCAMEditor.py:4052 -msgid "[WARNING_NOTCL] Copy cancelled. No shape selected." +#: FlatCAMObj.py:547 FlatCAMObj.py:1757 FlatCAMObj.py:3028 FlatCAMObj.py:5162 +msgid "Advanced" msgstr "" -#: FlatCAMEditor.py:4059 flatcamGUI/FlatCAMGUI.py:2423 -#: flatcamGUI/FlatCAMGUI.py:2435 flatcamGUI/FlatCAMGUI.py:2469 -msgid "Click on target point." -msgstr "" - -#: FlatCAMEditor.py:4307 -msgid "" -"[WARNING_NOTCL] A selection of at least 2 geo items is required to do " -"Intersection." -msgstr "" - -#: FlatCAMEditor.py:4345 FlatCAMEditor.py:4382 FlatCAMEditor.py:4454 -msgid "" -"[ERROR_NOTCL] Negative buffer value is not accepted. Use Buffer interior to " -"generate an 'inside' shape" -msgstr "" - -#: FlatCAMEditor.py:4353 FlatCAMEditor.py:4391 FlatCAMEditor.py:4462 -msgid "[WARNING_NOTCL] Nothing selected for buffering." -msgstr "" - -#: FlatCAMEditor.py:4357 FlatCAMEditor.py:4395 FlatCAMEditor.py:4466 -msgid "[WARNING_NOTCL] Invalid distance for buffering." -msgstr "" - -#: FlatCAMEditor.py:4367 FlatCAMEditor.py:4475 -msgid "" -"[ERROR_NOTCL] Failed, the result is empty. Choose a different buffer value." -msgstr "" - -#: FlatCAMEditor.py:4375 -msgid "[success] Full buffer geometry created." -msgstr "" - -#: FlatCAMEditor.py:4404 -msgid "" -"[ERROR_NOTCL] Failed, the result is empty. Choose a smaller buffer value." -msgstr "" - -#: FlatCAMEditor.py:4416 FlatCAMEditor.py:4487 -msgid "[success] Exterior buffer geometry created." -msgstr "" - -#: FlatCAMEditor.py:4551 -msgid "[WARNING_NOTCL] Nothing selected for painting." -msgstr "" - -#: FlatCAMEditor.py:4557 -msgid "[WARNING] Invalid value for {}" -msgstr "" - -#: FlatCAMEditor.py:4563 -msgid "" -"[ERROR_NOTCL] Could not do Paint. Overlap value has to be less than 1.00 " -"(100%)." -msgstr "" - -#: FlatCAMEditor.py:4622 +#: FlatCAMObj.py:902 FlatCAMObj.py:957 #, python-format -msgid "" -"[ERROR] Could not do Paint. Try a different combination of parameters. Or a " -"different method of Paint\n" -"%s" +msgid "[success] Isolation geometry created: %s" msgstr "" -#: FlatCAMEditor.py:4633 -msgid "[success] Paint done." +#: FlatCAMObj.py:1126 +msgid "Plotting Apertures" msgstr "" -#: FlatCAMEditor.py:4665 -msgid "Excellon Editor" -msgstr "" - -#: FlatCAMEditor.py:4672 -msgid "Name:" -msgstr "" - -#: FlatCAMEditor.py:4692 flatcamTools/ToolNonCopperClear.py:72 -#: flatcamTools/ToolPaint.py:69 flatcamTools/ToolSolderPaste.py:70 -msgid "Tools Table" -msgstr "" - -#: FlatCAMEditor.py:4694 flatcamGUI/ObjectUI.py:624 -msgid "" -"Tools in this Excellon object\n" -"when are used for drilling." -msgstr "" - -#: FlatCAMEditor.py:4703 FlatCAMEditor.py:5763 FlatCAMObj.py:2233 -#: FlatCAMObj.py:2327 FlatCAMObj.py:2438 flatcamGUI/ObjectUI.py:642 -#: flatcamTools/ToolNonCopperClear.py:83 flatcamTools/ToolPaint.py:80 -#: flatcamTools/ToolSolderPaste.py:81 -msgid "Diameter" -msgstr "" - -#: FlatCAMEditor.py:4711 -msgid "Add/Delete Tool" -msgstr "" - -#: FlatCAMEditor.py:4713 -msgid "" -"Add/Delete a tool to the tool list\n" -"for this Excellon object." -msgstr "" - -#: FlatCAMEditor.py:4721 flatcamTools/ToolCutOut.py:77 -msgid "Tool Dia:" -msgstr "" - -#: FlatCAMEditor.py:4723 flatcamGUI/ObjectUI.py:1061 -msgid "Diameter for the new tool" -msgstr "" - -#: FlatCAMEditor.py:4732 -msgid "Add Tool" -msgstr "" - -#: FlatCAMEditor.py:4734 -msgid "" -"Add a new tool to the tool list\n" -"with the diameter specified above." -msgstr "" - -#: FlatCAMEditor.py:4744 -msgid "Delete Tool" -msgstr "" - -#: FlatCAMEditor.py:4746 -msgid "" -"Delete a tool in the tool list\n" -"by selecting a row in the tool table." -msgstr "" - -#: FlatCAMEditor.py:4764 -msgid "Resize Drill(s)" -msgstr "" - -#: FlatCAMEditor.py:4766 -msgid "Resize a drill or a selection of drills." -msgstr "" - -#: FlatCAMEditor.py:4773 -msgid "Resize Dia:" -msgstr "" - -#: FlatCAMEditor.py:4775 -msgid "Diameter to resize to." -msgstr "" - -#: FlatCAMEditor.py:4783 -msgid "Resize" -msgstr "" - -#: FlatCAMEditor.py:4785 -msgid "Resize drill(s)" -msgstr "" - -#: FlatCAMEditor.py:4807 flatcamGUI/FlatCAMGUI.py:1394 -msgid "Add Drill Array" -msgstr "" - -#: FlatCAMEditor.py:4809 -msgid "Add an array of drills (linear or circular array)" -msgstr "" - -#: FlatCAMEditor.py:4815 -msgid "" -"Select the type of drills array to create.\n" -"It can be Linear X(Y) or Circular" -msgstr "" - -#: FlatCAMEditor.py:4818 -msgid "Linear" -msgstr "" - -#: FlatCAMEditor.py:4819 -msgid "Circular" -msgstr "" - -#: FlatCAMEditor.py:4826 -msgid "Nr of drills:" -msgstr "" - -#: FlatCAMEditor.py:4828 -msgid "Specify how many drills to be in the array." -msgstr "" - -#: FlatCAMEditor.py:4845 FlatCAMEditor.py:4890 -msgid "Direction:" -msgstr "" - -#: FlatCAMEditor.py:4847 -msgid "" -"Direction on which the linear array is oriented:\n" -"- 'X' - horizontal axis \n" -"- 'Y' - vertical axis or \n" -"- 'Angle' - a custom angle for the array inclination" -msgstr "" - -#: FlatCAMEditor.py:4856 -msgid "Angle" -msgstr "" - -#: FlatCAMEditor.py:4860 -msgid "Pitch:" -msgstr "" - -#: FlatCAMEditor.py:4862 -msgid "Pitch = Distance between elements of the array." -msgstr "" - -#: FlatCAMEditor.py:4871 -msgid "" -"Angle at which the linear array is placed.\n" -"The precision is of max 2 decimals.\n" -"Min value is: -359.99 degrees.\n" -"Max value is: 360.00 degrees." -msgstr "" - -#: FlatCAMEditor.py:4892 -msgid "" -"Direction for circular array.Can be CW = clockwise or CCW = counter " -"clockwise." -msgstr "" - -#: FlatCAMEditor.py:4907 -msgid "Angle at which each element in circular array is placed." -msgstr "" - -#: FlatCAMEditor.py:5228 FlatCAMObj.py:1755 +#: FlatCAMObj.py:1580 flatcamEditors/FlatCAMExcEditor.py:1293 msgid "Total Drills" msgstr "" -#: FlatCAMEditor.py:5260 FlatCAMObj.py:1781 +#: FlatCAMObj.py:1606 flatcamEditors/FlatCAMExcEditor.py:1325 msgid "Total Slots" msgstr "" -#: FlatCAMEditor.py:5334 FlatCAMObj.py:1988 FlatCAMObj.py:3253 -#: FlatCAMObj.py:3559 FlatCAMObj.py:3746 FlatCAMObj.py:3759 FlatCAMObj.py:3876 -#: FlatCAMObj.py:4284 FlatCAMObj.py:4517 FlatCAMObj.py:4923 +#: FlatCAMObj.py:1813 FlatCAMObj.py:3078 FlatCAMObj.py:3384 FlatCAMObj.py:3571 +#: FlatCAMObj.py:3584 FlatCAMObj.py:3701 FlatCAMObj.py:4109 FlatCAMObj.py:4342 +#: FlatCAMObj.py:4748 flatcamEditors/FlatCAMExcEditor.py:1400 #: flatcamTools/ToolCalculators.py:307 flatcamTools/ToolCalculators.py:318 #: flatcamTools/ToolCalculators.py:330 flatcamTools/ToolCalculators.py:345 #: flatcamTools/ToolCalculators.py:358 flatcamTools/ToolCalculators.py:372 @@ -1999,9 +1008,9 @@ msgstr "" #: flatcamTools/ToolFilm.py:248 flatcamTools/ToolNonCopperClear.py:479 #: flatcamTools/ToolNonCopperClear.py:550 #: flatcamTools/ToolNonCopperClear.py:626 -#: flatcamTools/ToolNonCopperClear.py:638 flatcamTools/ToolPaint.py:537 -#: flatcamTools/ToolPaint.py:607 flatcamTools/ToolPaint.py:743 -#: flatcamTools/ToolPaint.py:833 flatcamTools/ToolPaint.py:988 +#: flatcamTools/ToolNonCopperClear.py:643 flatcamTools/ToolPaint.py:537 +#: flatcamTools/ToolPaint.py:607 flatcamTools/ToolPaint.py:742 +#: flatcamTools/ToolPaint.py:839 flatcamTools/ToolPaint.py:994 #: flatcamTools/ToolPanelize.py:323 flatcamTools/ToolPanelize.py:335 #: flatcamTools/ToolPanelize.py:348 flatcamTools/ToolPanelize.py:361 #: flatcamTools/ToolPanelize.py:373 flatcamTools/ToolPanelize.py:384 @@ -2009,333 +1018,246 @@ msgstr "" msgid "[ERROR_NOTCL] Wrong value format entered, use a number." msgstr "" -#: FlatCAMEditor.py:5347 -msgid "" -"[WARNING_NOTCL] Tool already in the original or actual tool list.\n" -"Save and reedit Excellon if you need to add this tool. " -msgstr "" - -#: FlatCAMEditor.py:5356 flatcamGUI/FlatCAMGUI.py:2498 -#, python-brace-format -msgid "[success] Added new tool with dia: {dia} {units}" -msgstr "" - -#: FlatCAMEditor.py:5387 -msgid "[WARNING_NOTCL] Select a tool in Tool Table" -msgstr "" - -#: FlatCAMEditor.py:5420 -#, python-brace-format -msgid "[success] Deleted tool with dia: {del_dia} {units}" -msgstr "" - -#: FlatCAMEditor.py:5817 -msgid "" -"[ERROR_NOTCL] There are no Tools definitions in the file. Aborting Excellon " -"creation." -msgstr "" - -#: FlatCAMEditor.py:5826 -msgid "Creating Excellon." -msgstr "" - -#: FlatCAMEditor.py:5835 -msgid "[success] Excellon editing finished." -msgstr "" - -#: FlatCAMEditor.py:5852 -msgid "[WARNING_NOTCL] Cancelled. There is no Tool/Drill selected" -msgstr "" - -#: FlatCAMEditor.py:6334 -msgid "[success] Done. Drill(s) deleted." -msgstr "" - -#: FlatCAMEditor.py:6404 -msgid "Click on the circular array Center position" -msgstr "" - -#: FlatCAMObj.py:194 -#, python-brace-format -msgid "[success] Name changed from {old} to {new}" -msgstr "" - -#: FlatCAMObj.py:543 FlatCAMObj.py:1916 FlatCAMObj.py:3181 FlatCAMObj.py:5331 -msgid "Basic" -msgstr "" - -#: FlatCAMObj.py:555 FlatCAMObj.py:1932 FlatCAMObj.py:3203 FlatCAMObj.py:5337 -msgid "Advanced" -msgstr "" - -#: FlatCAMObj.py:910 FlatCAMObj.py:965 -#, python-format -msgid "[success] Isolation geometry created: %s" -msgstr "" - -#: FlatCAMObj.py:1059 -msgid "" -"[ERROR_NOTCL] The aperture scale factor value is missing or wrong format." -msgstr "" - -#: FlatCAMObj.py:1074 FlatCAMObj.py:1109 -msgid "" -"[WARNING_NOTCL] No aperture to scale. Select at least one aperture and try " -"again." -msgstr "" - -#: FlatCAMObj.py:1094 -msgid "[ERROR_NOTCL] The aperture buffer value is missing or wrong format." -msgstr "" - -#: FlatCAMObj.py:1166 -msgid "Generating Gerber" -msgstr "" - -#: FlatCAMObj.py:1174 -msgid "[ERROR_NOTCL] Creation of Gerber failed." -msgstr "" - -#: FlatCAMObj.py:1181 -#, python-format -msgid "[success] Created: %s" -msgstr "" - -#: FlatCAMObj.py:1301 -msgid "Plotting Apertures" -msgstr "" - -#: FlatCAMObj.py:2212 FlatCAMObj.py:2303 FlatCAMObj.py:2418 +#: FlatCAMObj.py:2037 FlatCAMObj.py:2128 FlatCAMObj.py:2243 msgid "" "[ERROR_NOTCL] Please select one or more tools from the list and try again." msgstr "" -#: FlatCAMObj.py:2219 +#: FlatCAMObj.py:2044 msgid "" "[ERROR_NOTCL] Milling tool for DRILLS is larger than hole size. Cancelled." msgstr "" -#: FlatCAMObj.py:2233 FlatCAMObj.py:2327 FlatCAMObj.py:2438 +#: FlatCAMObj.py:2058 FlatCAMObj.py:2152 FlatCAMObj.py:2263 msgid "Tool_nr" msgstr "" -#: FlatCAMObj.py:2233 FlatCAMObj.py:2327 FlatCAMObj.py:2438 +#: FlatCAMObj.py:2058 FlatCAMObj.py:2152 FlatCAMObj.py:2263 +#: flatcamEditors/FlatCAMExcEditor.py:753 +#: flatcamEditors/FlatCAMExcEditor.py:1862 flatcamGUI/ObjectUI.py:556 +#: flatcamTools/ToolNonCopperClear.py:83 flatcamTools/ToolPaint.py:80 +#: flatcamTools/ToolSolderPaste.py:81 +msgid "Diameter" +msgstr "" + +#: FlatCAMObj.py:2058 FlatCAMObj.py:2152 FlatCAMObj.py:2263 msgid "Drills_Nr" msgstr "" -#: FlatCAMObj.py:2233 FlatCAMObj.py:2327 FlatCAMObj.py:2438 +#: FlatCAMObj.py:2058 FlatCAMObj.py:2152 FlatCAMObj.py:2263 msgid "Slots_Nr" msgstr "" -#: FlatCAMObj.py:2313 +#: FlatCAMObj.py:2138 msgid "" "[ERROR_NOTCL] Milling tool for SLOTS is larger than hole size. Cancelled." msgstr "" -#: FlatCAMObj.py:2478 FlatCAMObj.py:4172 FlatCAMObj.py:4383 FlatCAMObj.py:4698 +#: FlatCAMObj.py:2303 FlatCAMObj.py:3997 FlatCAMObj.py:4208 FlatCAMObj.py:4523 msgid "" "[ERROR_NOTCL] Wrong value format for self.defaults[\"z_pdepth\"] or self." "options[\"z_pdepth\"]" msgstr "" -#: FlatCAMObj.py:2490 FlatCAMObj.py:4184 FlatCAMObj.py:4395 FlatCAMObj.py:4710 +#: FlatCAMObj.py:2315 FlatCAMObj.py:4009 FlatCAMObj.py:4220 FlatCAMObj.py:4535 msgid "" "[ERROR_NOTCL] Wrong value format for self.defaults[\"feedrate_probe\"] or " "self.options[\"feedrate_probe\"]" msgstr "" -#: FlatCAMObj.py:2522 FlatCAMObj.py:4585 FlatCAMObj.py:4590 FlatCAMObj.py:4736 +#: FlatCAMObj.py:2347 FlatCAMObj.py:4410 FlatCAMObj.py:4415 FlatCAMObj.py:4561 msgid "Generating CNC Code" msgstr "" -#: FlatCAMObj.py:2548 FlatCAMObj.py:4882 camlib.py:4939 camlib.py:5375 -#: camlib.py:5646 +#: FlatCAMObj.py:2373 FlatCAMObj.py:4707 camlib.py:5023 camlib.py:5459 +#: camlib.py:5730 msgid "" "[ERROR]The Toolchange X,Y field in Edit -> Preferences has to be in the " "format (x, y) \n" "but now there is only one value, not two. " msgstr "" -#: FlatCAMObj.py:2895 FlatCAMObj.py:3137 FlatCAMObj.py:3422 +#: FlatCAMObj.py:2720 FlatCAMObj.py:2962 FlatCAMObj.py:3247 msgid "Path" msgstr "" -#: FlatCAMObj.py:2895 +#: FlatCAMObj.py:2720 msgid "In" msgstr "" -#: FlatCAMObj.py:2895 +#: FlatCAMObj.py:2720 msgid "Out" msgstr "" -#: FlatCAMObj.py:2895 FlatCAMObj.py:3218 FlatCAMObj.py:3791 +#: FlatCAMObj.py:2720 FlatCAMObj.py:3043 FlatCAMObj.py:3616 msgid "Custom" msgstr "" -#: FlatCAMObj.py:2896 FlatCAMObj.py:3802 FlatCAMObj.py:3803 FlatCAMObj.py:3812 +#: FlatCAMObj.py:2721 FlatCAMObj.py:3627 FlatCAMObj.py:3628 FlatCAMObj.py:3637 msgid "Iso" msgstr "" -#: FlatCAMObj.py:2896 FlatCAMObj.py:3139 FlatCAMObj.py:3424 +#: FlatCAMObj.py:2721 FlatCAMObj.py:2964 FlatCAMObj.py:3249 msgid "Rough" msgstr "" -#: FlatCAMObj.py:2896 +#: FlatCAMObj.py:2721 msgid "Finish" msgstr "" -#: FlatCAMObj.py:3174 flatcamGUI/FlatCAMGUI.py:473 -#: flatcamGUI/FlatCAMGUI.py:1398 flatcamGUI/ObjectUI.py:1082 +#: FlatCAMObj.py:2999 flatcamGUI/FlatCAMGUI.py:512 flatcamGUI/FlatCAMGUI.py:698 +#: flatcamGUI/FlatCAMGUI.py:1536 flatcamGUI/FlatCAMGUI.py:1546 +#: flatcamGUI/FlatCAMGUI.py:1870 flatcamGUI/ObjectUI.py:996 msgid "Copy" msgstr "" -#: FlatCAMObj.py:3176 flatcamGUI/FlatCAMGUI.py:474 -#: flatcamGUI/FlatCAMGUI.py:1399 flatcamGUI/ObjectUI.py:259 -#: flatcamGUI/ObjectUI.py:1090 flatcamTools/ToolNonCopperClear.py:146 -#: flatcamTools/ToolPaint.py:143 flatcamTools/ToolSolderPaste.py:121 -#: flatcamTools/ToolSolderPaste.py:480 +#: FlatCAMObj.py:3001 flatcamGUI/FlatCAMGUI.py:513 flatcamGUI/FlatCAMGUI.py:700 +#: flatcamGUI/FlatCAMGUI.py:1537 flatcamGUI/FlatCAMGUI.py:1547 +#: flatcamGUI/FlatCAMGUI.py:1872 flatcamGUI/ObjectUI.py:1004 +#: flatcamTools/ToolNonCopperClear.py:146 flatcamTools/ToolPaint.py:143 +#: flatcamTools/ToolSolderPaste.py:121 flatcamTools/ToolSolderPaste.py:480 msgid "Delete" msgstr "" -#: FlatCAMObj.py:3394 +#: FlatCAMObj.py:3219 msgid "[ERROR_NOTCL] Please enter the desired tool diameter in Float format." msgstr "" -#: FlatCAMObj.py:3469 +#: FlatCAMObj.py:3294 msgid "[success] Tool added in Tool Table." msgstr "" -#: FlatCAMObj.py:3474 +#: FlatCAMObj.py:3299 msgid "[ERROR_NOTCL] Default Tool added. Wrong value format entered." msgstr "" -#: FlatCAMObj.py:3504 FlatCAMObj.py:3514 +#: FlatCAMObj.py:3329 FlatCAMObj.py:3339 msgid "[WARNING_NOTCL] Failed. Select a tool to copy." msgstr "" -#: FlatCAMObj.py:3543 +#: FlatCAMObj.py:3368 msgid "[success] Tool was copied in Tool Table." msgstr "" -#: FlatCAMObj.py:3576 +#: FlatCAMObj.py:3401 msgid "[success] Tool was edited in Tool Table." msgstr "" -#: FlatCAMObj.py:3607 FlatCAMObj.py:3617 +#: FlatCAMObj.py:3432 FlatCAMObj.py:3442 msgid "[WARNING_NOTCL] Failed. Select a tool to delete." msgstr "" -#: FlatCAMObj.py:3641 +#: FlatCAMObj.py:3466 msgid "[success] Tool was deleted in Tool Table." msgstr "" -#: FlatCAMObj.py:4055 +#: FlatCAMObj.py:3880 #, python-format msgid "" "[WARNING_NOTCL] This Geometry can't be processed because it is %s geometry." msgstr "" -#: FlatCAMObj.py:4072 +#: FlatCAMObj.py:3897 msgid "[ERROR_NOTCL] Wrong Tool Dia value format entered, use a number." msgstr "" -#: FlatCAMObj.py:4099 +#: FlatCAMObj.py:3924 msgid "[ERROR_NOTCL] Failed. No tool selected in the tool table ..." msgstr "" -#: FlatCAMObj.py:4137 +#: FlatCAMObj.py:3962 #, python-format msgid "FlatCAMObj.FlatCAMGeometry.mtool_gen_cncjob() --> %s" msgstr "" -#: FlatCAMObj.py:4293 FlatCAMObj.py:4526 +#: FlatCAMObj.py:4118 FlatCAMObj.py:4351 msgid "" "[WARNING] Tool Offset is selected in Tool Table but no value is provided.\n" "Add a Tool Offset or change the Offset Type." msgstr "" -#: FlatCAMObj.py:4407 flatcamTools/ToolSolderPaste.py:1106 +#: FlatCAMObj.py:4232 flatcamTools/ToolSolderPaste.py:1106 #: flatcamTools/ToolSolderPaste.py:1161 msgid "[ERROR_NOTCL] Cancelled. Empty file, it has no geometry..." msgstr "" -#: FlatCAMObj.py:4769 FlatCAMObj.py:4779 camlib.py:3229 camlib.py:3238 +#: FlatCAMObj.py:4594 FlatCAMObj.py:4604 camlib.py:3292 camlib.py:3301 msgid "[ERROR_NOTCL] Scale factor has to be a number: integer or float." msgstr "" -#: FlatCAMObj.py:4817 +#: FlatCAMObj.py:4642 msgid "[success] Geometry Scale done." msgstr "" -#: FlatCAMObj.py:4834 camlib.py:3300 +#: FlatCAMObj.py:4659 camlib.py:3363 msgid "" "[ERROR_NOTCL] An (x,y) pair of values are needed. Probable you entered only " "one value in the Offset field." msgstr "" -#: FlatCAMObj.py:4854 +#: FlatCAMObj.py:4679 msgid "[success] Geometry Offset done." msgstr "" -#: FlatCAMObj.py:5399 FlatCAMObj.py:5404 flatcamTools/ToolSolderPaste.py:1360 +#: FlatCAMObj.py:5224 FlatCAMObj.py:5229 flatcamTools/ToolSolderPaste.py:1360 msgid "Export Machine Code ..." msgstr "" -#: FlatCAMObj.py:5410 flatcamTools/ToolSolderPaste.py:1363 +#: FlatCAMObj.py:5235 flatcamTools/ToolSolderPaste.py:1363 msgid "[WARNING_NOTCL] Export Machine Code cancelled ..." msgstr "" -#: FlatCAMObj.py:5421 +#: FlatCAMObj.py:5246 #, python-format msgid "[success] Machine Code file saved to: %s" msgstr "" -#: FlatCAMObj.py:5443 +#: FlatCAMObj.py:5268 #, python-format msgid "[ERROR]FlatCAMCNNJob.on_edit_code_click() -->%s" msgstr "" -#: FlatCAMObj.py:5549 +#: FlatCAMObj.py:5385 #, python-format msgid "" "[WARNING_NOTCL] This CNCJob object can't be processed because it is a %s " "CNCJob object." msgstr "" -#: FlatCAMObj.py:5602 +#: FlatCAMObj.py:5438 msgid "[ERROR_NOTCL] G-code does not have a units code: either G20 or G21" msgstr "" -#: FlatCAMObj.py:5615 +#: FlatCAMObj.py:5451 msgid "" "[ERROR_NOTCL] Cancelled. The Toolchange Custom code is enabled but it's " "empty." msgstr "" -#: FlatCAMObj.py:5622 +#: FlatCAMObj.py:5458 msgid "[success] Toolchange G-code was replaced by a custom code." msgstr "" -#: FlatCAMObj.py:5637 flatcamTools/ToolSolderPaste.py:1389 +#: FlatCAMObj.py:5473 flatcamTools/ToolSolderPaste.py:1389 msgid "[WARNING_NOTCL] No such file or directory" msgstr "" -#: FlatCAMObj.py:5656 FlatCAMObj.py:5668 +#: FlatCAMObj.py:5492 FlatCAMObj.py:5504 msgid "" "[WARNING_NOTCL] The used postprocessor file has to have in it's name: " "'toolchange_custom'" msgstr "" -#: FlatCAMObj.py:5674 +#: FlatCAMObj.py:5510 msgid "[ERROR] There is no postprocessor file." msgstr "" -#: ObjectCollection.py:403 +#: ObjectCollection.py:416 #, python-brace-format msgid "Object renamed from {old} to {new}" msgstr "" -#: ObjectCollection.py:738 +#: ObjectCollection.py:751 #, python-format msgid "[ERROR] Cause of error: %s" msgstr "" @@ -2368,62 +1290,62 @@ msgstr "" msgid "[ERROR_NOTCL] Failed to skew. No object selected" msgstr "" -#: camlib.py:2647 camlib.py:2727 +#: camlib.py:2673 camlib.py:2763 #, python-format msgid "[WARNING] Coordinates missing, line ignored: %s" msgstr "" -#: camlib.py:2648 camlib.py:2728 +#: camlib.py:2674 camlib.py:2764 msgid "[WARNING_NOTCL] GERBER file might be CORRUPT. Check the file !!!" msgstr "" -#: camlib.py:2696 +#: camlib.py:2732 #, python-format msgid "" "[ERROR] Region does not have enough points. File will be processed but there " "are parser errors. Line number: %s" msgstr "" -#: camlib.py:3051 +#: camlib.py:3113 #, python-format msgid "" "[ERROR]Gerber Parser ERROR.\n" "%s:" msgstr "" -#: camlib.py:3267 +#: camlib.py:3330 msgid "[success] Gerber Scale done." msgstr "" -#: camlib.py:3324 +#: camlib.py:3387 msgid "[success] Gerber Offset done." msgstr "" -#: camlib.py:3699 +#: camlib.py:3769 #, python-format msgid "[ERROR_NOTCL] This is GCODE mark: %s" msgstr "" -#: camlib.py:4229 +#: camlib.py:4313 #, python-brace-format msgid "" "[ERROR] Excellon Parser error.\n" "Parsing Failed. Line {l_nr}: {line}\n" msgstr "" -#: camlib.py:4306 +#: camlib.py:4390 msgid "" "[WARNING] Excellon.create_geometry() -> a drill location was skipped due of " "not having a tool associated.\n" "Check the resulting GCode." msgstr "" -#: camlib.py:4848 +#: camlib.py:4932 #, python-format msgid "[ERROR] There is no such parameter: %s" msgstr "" -#: camlib.py:4918 +#: camlib.py:5002 msgid "" "[WARNING] The Cut Z parameter has positive value. It is the depth value to " "drill into material.\n" @@ -2432,27 +1354,27 @@ msgid "" "CNC code (Gcode etc)." msgstr "" -#: camlib.py:4925 camlib.py:5398 camlib.py:5669 +#: camlib.py:5009 camlib.py:5482 camlib.py:5753 #, python-format msgid "" "[WARNING] The Cut Z parameter is zero. There will be no cut, skipping %s file" msgstr "" -#: camlib.py:5141 camlib.py:5236 camlib.py:5287 +#: camlib.py:5225 camlib.py:5320 camlib.py:5371 msgid "[ERROR_NOTCL] The loaded Excellon file has no drills ..." msgstr "" -#: camlib.py:5241 +#: camlib.py:5325 msgid "[ERROR_NOTCL] Wrong optimization type selected." msgstr "" -#: camlib.py:5386 camlib.py:5657 +#: camlib.py:5470 camlib.py:5741 msgid "" "[ERROR_NOTCL] Cut_Z parameter is None or zero. Most likely a bad " "combinations of other parameters." msgstr "" -#: camlib.py:5391 camlib.py:5662 +#: camlib.py:5475 camlib.py:5746 msgid "" "[WARNING] The Cut Z parameter has positive value. It is the depth value to " "cut into material.\n" @@ -2461,11 +1383,11 @@ msgid "" "code (Gcode etc)." msgstr "" -#: camlib.py:5403 camlib.py:5674 +#: camlib.py:5487 camlib.py:5758 msgid "[ERROR_NOTCL] Travel Z parameter is None or zero." msgstr "" -#: camlib.py:5407 camlib.py:5678 +#: camlib.py:5491 camlib.py:5762 msgid "" "[WARNING] The Travel Z parameter has negative value. It is the height value " "to travel between cuts.\n" @@ -2474,34 +1396,1598 @@ msgid "" "code (Gcode etc)." msgstr "" -#: camlib.py:5414 camlib.py:5685 +#: camlib.py:5498 camlib.py:5769 #, python-format msgid "" "[WARNING] The Z Travel parameter is zero. This is dangerous, skipping %s file" msgstr "" -#: camlib.py:5544 +#: camlib.py:5628 #, python-format msgid "[ERROR]Expected a Geometry, got %s" msgstr "" -#: camlib.py:5550 +#: camlib.py:5634 msgid "" "[ERROR_NOTCL] Trying to generate a CNC Job from a Geometry object without " "solid_geometry." msgstr "" -#: camlib.py:5589 +#: camlib.py:5673 msgid "" "[ERROR_NOTCL] The Tool Offset value is too negative to use for the " "current_geometry.\n" "Raise the value (in module) and try again." msgstr "" -#: camlib.py:5811 +#: camlib.py:5895 msgid "[ERROR_NOTCL] There is no tool data in the SolderPaste geometry." msgstr "" +#: flatcamEditors/FlatCAMExcEditor.py:44 +msgid "[WARNING_NOTCL] To add a drill first select a tool" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:53 flatcamEditors/FlatCAMExcEditor.py:143 +#: flatcamEditors/FlatCAMExcEditor.py:420 +#: flatcamEditors/FlatCAMExcEditor.py:445 +#: flatcamEditors/FlatCAMGrbEditor.py:223 +#: flatcamEditors/FlatCAMGrbEditor.py:604 +#: flatcamEditors/FlatCAMGrbEditor.py:628 +msgid "Click on target location ..." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:93 +msgid "[success] Done. Drill added." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:135 +msgid "[WARNING_NOTCL] To add an Drill Array first select a tool in Tool Table" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:160 +msgid "Click on the Drill Circular Array Start position" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:182 +#: flatcamEditors/FlatCAMGrbEditor.py:262 +msgid "" +"[ERROR_NOTCL] The value is not Float. Check for comma instead of dot " +"separator." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:185 +#: flatcamEditors/FlatCAMGrbEditor.py:265 +msgid "[ERROR_NOTCL] The value is mistyped. Check the value." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:278 +msgid "[WARNING_NOTCL] Too many drills for the selected spacing angle." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:295 +msgid "[success] Done. Drill Array added." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:306 +msgid "Click on the Drill(s) to resize ..." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:326 +msgid "" +"[ERROR_NOTCL] Resize drill(s) failed. Please enter a diameter for resize." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:396 +msgid "[success] Done. Drill Resize completed." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:399 +msgid "[WARNING_NOTCL] Cancelled. No drills selected for resize ..." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:422 +#: flatcamEditors/FlatCAMGrbEditor.py:606 +msgid "Click on reference location ..." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:477 +msgid "[success] Done. Drill(s) Move completed." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:530 +msgid "[success] Done. Drill(s) copied." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:712 +msgid "Excellon Editor" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:719 +#: flatcamEditors/FlatCAMGrbEditor.py:840 +msgid "Name:" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:739 flatcamTools/ToolNonCopperClear.py:72 +#: flatcamTools/ToolPaint.py:69 flatcamTools/ToolSolderPaste.py:70 +msgid "Tools Table" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:741 flatcamGUI/ObjectUI.py:538 +msgid "" +"Tools in this Excellon object\n" +"when are used for drilling." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:761 +msgid "Add/Delete Tool" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:763 +msgid "" +"Add/Delete a tool to the tool list\n" +"for this Excellon object." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:771 flatcamTools/ToolCutOut.py:77 +msgid "Tool Dia:" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:773 flatcamGUI/ObjectUI.py:975 +msgid "Diameter for the new tool" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:782 +msgid "Add Tool" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:784 +msgid "" +"Add a new tool to the tool list\n" +"with the diameter specified above." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:794 +msgid "Delete Tool" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:796 +msgid "" +"Delete a tool in the tool list\n" +"by selecting a row in the tool table." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:814 +msgid "Resize Drill(s)" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:816 +msgid "Resize a drill or a selection of drills." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:823 +msgid "Resize Dia:" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:825 +msgid "Diameter to resize to." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:833 +msgid "Resize" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:835 +msgid "Resize drill(s)" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:857 flatcamGUI/FlatCAMGUI.py:1542 +msgid "Add Drill Array" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:859 +msgid "Add an array of drills (linear or circular array)" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:865 +msgid "" +"Select the type of drills array to create.\n" +"It can be Linear X(Y) or Circular" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:868 +#: flatcamEditors/FlatCAMGrbEditor.py:1077 +msgid "Linear" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:869 +#: flatcamEditors/FlatCAMGrbEditor.py:1078 +msgid "Circular" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:876 +msgid "Nr of drills:" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:878 +msgid "Specify how many drills to be in the array." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:895 +#: flatcamEditors/FlatCAMExcEditor.py:940 +#: flatcamEditors/FlatCAMGrbEditor.py:1104 +#: flatcamEditors/FlatCAMGrbEditor.py:1149 +msgid "Direction:" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:897 +#: flatcamEditors/FlatCAMGrbEditor.py:1106 +msgid "" +"Direction on which the linear array is oriented:\n" +"- 'X' - horizontal axis \n" +"- 'Y' - vertical axis or \n" +"- 'Angle' - a custom angle for the array inclination" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:906 +#: flatcamEditors/FlatCAMGrbEditor.py:1115 +msgid "Angle" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:910 +#: flatcamEditors/FlatCAMGrbEditor.py:1119 +msgid "Pitch:" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:912 +#: flatcamEditors/FlatCAMGrbEditor.py:1121 +msgid "Pitch = Distance between elements of the array." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:919 +#: flatcamEditors/FlatCAMExcEditor.py:955 +#: flatcamEditors/FlatCAMGeoEditor.py:663 +#: flatcamEditors/FlatCAMGrbEditor.py:1128 +#: flatcamEditors/FlatCAMGrbEditor.py:1164 +#: flatcamEditors/FlatCAMGrbEditor.py:2797 flatcamTools/ToolTransform.py:68 +msgid "Angle:" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:921 +#: flatcamEditors/FlatCAMGrbEditor.py:1130 +msgid "" +"Angle at which the linear array is placed.\n" +"The precision is of max 2 decimals.\n" +"Min value is: -359.99 degrees.\n" +"Max value is: 360.00 degrees." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:942 +#: flatcamEditors/FlatCAMGrbEditor.py:1151 +msgid "" +"Direction for circular array.Can be CW = clockwise or CCW = counter " +"clockwise." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:957 +#: flatcamEditors/FlatCAMGrbEditor.py:1166 +msgid "Angle at which each element in circular array is placed." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:1413 +msgid "" +"[WARNING_NOTCL] Tool already in the original or actual tool list.\n" +"Save and reedit Excellon if you need to add this tool. " +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:1422 flatcamGUI/FlatCAMGUI.py:2888 +#, python-brace-format +msgid "[success] Added new tool with dia: {dia} {units}" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:1453 +#: flatcamEditors/FlatCAMGrbEditor.py:1623 +msgid "[WARNING_NOTCL] Select a tool in Tool Table" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:1486 +#, python-brace-format +msgid "[success] Deleted tool with dia: {del_dia} {units}" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:1916 +msgid "" +"[ERROR_NOTCL] There are no Tools definitions in the file. Aborting Excellon " +"creation." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:1925 +msgid "Creating Excellon." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:1934 +msgid "[success] Excellon editing finished." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:1951 +msgid "[WARNING_NOTCL] Cancelled. There is no Tool/Drill selected" +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:2450 +msgid "[success] Done. Drill(s) deleted." +msgstr "" + +#: flatcamEditors/FlatCAMExcEditor.py:2520 +#: flatcamEditors/FlatCAMGrbEditor.py:2594 +msgid "Click on the circular array Center position" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:77 flatcamEditors/FlatCAMGrbEditor.py:994 +msgid "Buffer distance:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:78 flatcamEditors/FlatCAMGrbEditor.py:995 +msgid "Buffer corner:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:80 +msgid "" +"There are 3 types of corners:\n" +" - 'Round': the corner is rounded for exterior buffer.\n" +" - 'Square:' the corner is met in a sharp angle for exterior buffer.\n" +" - 'Beveled:' the corner is a line that directly connects the features " +"meeting in the corner" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:86 +#: flatcamEditors/FlatCAMGrbEditor.py:1003 +msgid "Round" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:87 +#: flatcamEditors/FlatCAMGrbEditor.py:1004 +msgid "Square" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:88 +#: flatcamEditors/FlatCAMGrbEditor.py:1005 +msgid "Beveled" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:95 +msgid "Buffer Interior" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:97 +msgid "Buffer Exterior" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:103 +msgid "Full Buffer" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:124 +#: flatcamEditors/FlatCAMGeoEditor.py:2505 +msgid "Buffer Tool" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:135 +#: flatcamEditors/FlatCAMGeoEditor.py:152 +#: flatcamEditors/FlatCAMGeoEditor.py:169 +#: flatcamEditors/FlatCAMGeoEditor.py:2523 +#: flatcamEditors/FlatCAMGeoEditor.py:2549 +#: flatcamEditors/FlatCAMGeoEditor.py:2575 +#: flatcamEditors/FlatCAMGrbEditor.py:2637 +msgid "" +"[WARNING_NOTCL] Buffer distance value is missing or wrong format. Add it and " +"retry." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:340 +msgid "Text Tool" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:398 flatcamGUI/FlatCAMGUI.py:764 +msgid "Tool" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:429 flatcamGUI/FlatCAMGUI.py:3832 +#: flatcamGUI/FlatCAMGUI.py:5038 flatcamGUI/FlatCAMGUI.py:5314 +#: flatcamGUI/FlatCAMGUI.py:5454 flatcamGUI/ObjectUI.py:260 +msgid "Tool dia:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:431 flatcamGUI/FlatCAMGUI.py:5456 +msgid "" +"Diameter of the tool to\n" +"be used in the operation." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:440 flatcamGUI/FlatCAMGUI.py:5220 +#: flatcamGUI/FlatCAMGUI.py:5465 flatcamTools/ToolNonCopperClear.py:165 +#: flatcamTools/ToolPaint.py:160 +msgid "Overlap Rate:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:442 flatcamTools/ToolPaint.py:162 +#, python-format +msgid "" +"How much (fraction) of the tool width to overlap each tool pass.\n" +"Example:\n" +"A value here of 0.25 means 25% from the tool diameter found above.\n" +"\n" +"Adjust the value starting with lower values\n" +"and increasing it if areas that should be painted are still \n" +"not painted.\n" +"Lower values = faster processing, faster execution on PCB.\n" +"Higher values = slow processing and slow execution on CNC\n" +"due of too many paths." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:458 flatcamGUI/FlatCAMGUI.py:5236 +#: flatcamGUI/FlatCAMGUI.py:5322 flatcamGUI/FlatCAMGUI.py:5475 +#: flatcamTools/ToolCutOut.py:86 flatcamTools/ToolNonCopperClear.py:181 +#: flatcamTools/ToolPaint.py:177 +msgid "Margin:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:460 flatcamGUI/FlatCAMGUI.py:5477 +#: flatcamTools/ToolPaint.py:179 +msgid "" +"Distance by which to avoid\n" +"the edges of the polygon to\n" +"be painted." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:469 flatcamGUI/FlatCAMGUI.py:5245 +#: flatcamGUI/FlatCAMGUI.py:5486 flatcamTools/ToolNonCopperClear.py:190 +#: flatcamTools/ToolPaint.py:188 +msgid "Method:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:471 flatcamGUI/FlatCAMGUI.py:5488 +msgid "" +"Algorithm to paint the polygon:
Standard: Fixed step inwards." +"
Seed-based: Outwards from seed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:477 flatcamGUI/FlatCAMGUI.py:5254 +#: flatcamGUI/FlatCAMGUI.py:5494 +msgid "Standard" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:478 flatcamGUI/FlatCAMGUI.py:5255 +#: flatcamGUI/FlatCAMGUI.py:5495 +msgid "Seed-based" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:479 flatcamGUI/FlatCAMGUI.py:5256 +#: flatcamGUI/FlatCAMGUI.py:5496 +msgid "Straight lines" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:484 flatcamGUI/FlatCAMGUI.py:5261 +#: flatcamGUI/FlatCAMGUI.py:5501 flatcamTools/ToolNonCopperClear.py:206 +#: flatcamTools/ToolPaint.py:204 +msgid "Connect:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:486 flatcamGUI/FlatCAMGUI.py:5263 +#: flatcamGUI/FlatCAMGUI.py:5503 flatcamTools/ToolNonCopperClear.py:208 +#: flatcamTools/ToolPaint.py:206 +msgid "" +"Draw lines between resulting\n" +"segments to minimize tool lifts." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:493 flatcamGUI/FlatCAMGUI.py:5270 +#: flatcamGUI/FlatCAMGUI.py:5511 flatcamTools/ToolNonCopperClear.py:215 +#: flatcamTools/ToolPaint.py:213 +msgid "Contour:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:495 flatcamGUI/FlatCAMGUI.py:5272 +#: flatcamGUI/FlatCAMGUI.py:5513 flatcamTools/ToolNonCopperClear.py:217 +#: flatcamTools/ToolPaint.py:215 +msgid "" +"Cut around the perimeter of the polygon\n" +"to trim rough edges." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:507 +msgid "Paint" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:525 flatcamGUI/FlatCAMGUI.py:629 +#: flatcamGUI/FlatCAMGUI.py:1796 flatcamGUI/ObjectUI.py:1308 +#: flatcamTools/ToolPaint.py:340 +msgid "Paint Tool" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:561 +msgid "[WARNING_NOTCL] Paint cancelled. No shape selected." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:572 flatcamTools/ToolCutOut.py:352 +#: flatcamTools/ToolCutOut.py:496 flatcamTools/ToolCutOut.py:616 +#: flatcamTools/ToolCutOut.py:721 flatcamTools/ToolDblSided.py:363 +msgid "" +"[WARNING_NOTCL] Tool diameter value is missing or wrong format. Add it and " +"retry." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:583 +msgid "" +"[WARNING_NOTCL] Overlap value is missing or wrong format. Add it and retry." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:595 +msgid "" +"[WARNING_NOTCL] Margin distance value is missing or wrong format. Add it and " +"retry." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:604 +#: flatcamEditors/FlatCAMGeoEditor.py:2530 +#: flatcamEditors/FlatCAMGeoEditor.py:2556 +#: flatcamEditors/FlatCAMGeoEditor.py:2582 flatcamTools/ToolMeasurement.py:202 +#: flatcamTools/ToolNonCopperClear.py:812 flatcamTools/ToolProperties.py:104 +msgid "Tools" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:615 +#: flatcamEditors/FlatCAMGeoEditor.py:988 +#: flatcamEditors/FlatCAMGrbEditor.py:2749 +#: flatcamEditors/FlatCAMGrbEditor.py:3133 flatcamGUI/FlatCAMGUI.py:638 +#: flatcamGUI/FlatCAMGUI.py:1807 flatcamTools/ToolTransform.py:398 +msgid "Transform Tool" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:616 +#: flatcamEditors/FlatCAMGeoEditor.py:677 +#: flatcamEditors/FlatCAMGrbEditor.py:2750 +#: flatcamEditors/FlatCAMGrbEditor.py:2811 flatcamTools/ToolTransform.py:24 +#: flatcamTools/ToolTransform.py:82 +msgid "Rotate" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:617 +#: flatcamEditors/FlatCAMGrbEditor.py:2751 flatcamTools/ToolTransform.py:25 +msgid "Skew/Shear" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:618 +#: flatcamEditors/FlatCAMGrbEditor.py:1049 +#: flatcamEditors/FlatCAMGrbEditor.py:2752 flatcamGUI/FlatCAMGUI.py:696 +#: flatcamGUI/FlatCAMGUI.py:1868 flatcamGUI/ObjectUI.py:100 +#: flatcamTools/ToolTransform.py:26 +msgid "Scale" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:619 +#: flatcamEditors/FlatCAMGrbEditor.py:2753 flatcamTools/ToolTransform.py:27 +msgid "Mirror (Flip)" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:620 +#: flatcamEditors/FlatCAMGrbEditor.py:2754 flatcamGUI/ObjectUI.py:127 +#: flatcamGUI/ObjectUI.py:888 flatcamGUI/ObjectUI.py:1446 +#: flatcamTools/ToolTransform.py:28 +msgid "Offset" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:631 +#: flatcamEditors/FlatCAMGrbEditor.py:2765 +#, python-format +msgid "Editor %s" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:665 +#: flatcamEditors/FlatCAMGrbEditor.py:2799 flatcamTools/ToolTransform.py:70 +msgid "" +"Angle for Rotation action, in degrees.\n" +"Float number between -360 and 359.\n" +"Positive numbers for CW motion.\n" +"Negative numbers for CCW motion." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:679 +#: flatcamEditors/FlatCAMGrbEditor.py:2813 +msgid "" +"Rotate the selected shape(s).\n" +"The point of reference is the middle of\n" +"the bounding box for all selected shapes." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:702 +#: flatcamEditors/FlatCAMGrbEditor.py:2836 flatcamTools/ToolTransform.py:107 +msgid "Angle X:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:704 +#: flatcamEditors/FlatCAMGeoEditor.py:722 +#: flatcamEditors/FlatCAMGrbEditor.py:2838 +#: flatcamEditors/FlatCAMGrbEditor.py:2856 flatcamTools/ToolTransform.py:109 +#: flatcamTools/ToolTransform.py:127 +msgid "" +"Angle for Skew action, in degrees.\n" +"Float number between -360 and 359." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:713 +#: flatcamEditors/FlatCAMGrbEditor.py:2847 flatcamTools/ToolTransform.py:118 +msgid "Skew X" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:715 +#: flatcamEditors/FlatCAMGeoEditor.py:733 +#: flatcamEditors/FlatCAMGrbEditor.py:2849 +#: flatcamEditors/FlatCAMGrbEditor.py:2867 +msgid "" +"Skew/shear the selected shape(s).\n" +"The point of reference is the middle of\n" +"the bounding box for all selected shapes." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:720 +#: flatcamEditors/FlatCAMGrbEditor.py:2854 flatcamTools/ToolTransform.py:125 +msgid "Angle Y:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:731 +#: flatcamEditors/FlatCAMGrbEditor.py:2865 flatcamTools/ToolTransform.py:136 +msgid "Skew Y" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:759 +#: flatcamEditors/FlatCAMGrbEditor.py:2893 flatcamTools/ToolTransform.py:164 +msgid "Factor X:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:761 +#: flatcamEditors/FlatCAMGrbEditor.py:2895 flatcamTools/ToolTransform.py:166 +msgid "Factor for Scale action over X axis." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:769 +#: flatcamEditors/FlatCAMGrbEditor.py:2903 flatcamTools/ToolTransform.py:174 +msgid "Scale X" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:771 +#: flatcamEditors/FlatCAMGeoEditor.py:788 +#: flatcamEditors/FlatCAMGrbEditor.py:2905 +#: flatcamEditors/FlatCAMGrbEditor.py:2922 +msgid "" +"Scale the selected shape(s).\n" +"The point of reference depends on \n" +"the Scale reference checkbox state." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:776 +#: flatcamEditors/FlatCAMGrbEditor.py:2910 flatcamTools/ToolTransform.py:181 +msgid "Factor Y:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:778 +#: flatcamEditors/FlatCAMGrbEditor.py:2912 flatcamTools/ToolTransform.py:183 +msgid "Factor for Scale action over Y axis." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:786 +#: flatcamEditors/FlatCAMGrbEditor.py:2920 flatcamTools/ToolTransform.py:191 +msgid "Scale Y" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:795 +#: flatcamEditors/FlatCAMGrbEditor.py:2929 flatcamGUI/FlatCAMGUI.py:5860 +#: flatcamTools/ToolTransform.py:200 +msgid "Link" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:797 +#: flatcamEditors/FlatCAMGrbEditor.py:2931 +msgid "" +"Scale the selected shape(s)\n" +"using the Scale Factor X for both axis." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:803 +#: flatcamEditors/FlatCAMGrbEditor.py:2937 flatcamGUI/FlatCAMGUI.py:5868 +#: flatcamTools/ToolTransform.py:208 +msgid "Scale Reference" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:805 +#: flatcamEditors/FlatCAMGrbEditor.py:2939 +msgid "" +"Scale the selected shape(s)\n" +"using the origin reference when checked,\n" +"and the center of the biggest bounding box\n" +"of the selected shapes when unchecked." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:833 +#: flatcamEditors/FlatCAMGrbEditor.py:2968 flatcamTools/ToolTransform.py:238 +msgid "Value X:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:835 +#: flatcamEditors/FlatCAMGrbEditor.py:2970 flatcamTools/ToolTransform.py:240 +msgid "Value for Offset action on X axis." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:843 +#: flatcamEditors/FlatCAMGrbEditor.py:2978 flatcamTools/ToolTransform.py:248 +msgid "Offset X" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:845 +#: flatcamEditors/FlatCAMGeoEditor.py:863 +#: flatcamEditors/FlatCAMGrbEditor.py:2980 +#: flatcamEditors/FlatCAMGrbEditor.py:2998 +msgid "" +"Offset the selected shape(s).\n" +"The point of reference is the middle of\n" +"the bounding box for all selected shapes.\n" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:851 +#: flatcamEditors/FlatCAMGrbEditor.py:2986 flatcamTools/ToolTransform.py:255 +msgid "Value Y:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:853 +#: flatcamEditors/FlatCAMGrbEditor.py:2988 flatcamTools/ToolTransform.py:257 +msgid "Value for Offset action on Y axis." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:861 +#: flatcamEditors/FlatCAMGrbEditor.py:2996 flatcamTools/ToolTransform.py:265 +msgid "Offset Y" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:892 +#: flatcamEditors/FlatCAMGrbEditor.py:3027 flatcamTools/ToolTransform.py:295 +msgid "Flip on X" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:894 +#: flatcamEditors/FlatCAMGeoEditor.py:902 +#: flatcamEditors/FlatCAMGrbEditor.py:3029 +#: flatcamEditors/FlatCAMGrbEditor.py:3037 +msgid "" +"Flip the selected shape(s) over the X axis.\n" +"Does not create a new shape." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:900 +#: flatcamEditors/FlatCAMGrbEditor.py:3035 flatcamTools/ToolTransform.py:303 +msgid "Flip on Y" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:909 +#: flatcamEditors/FlatCAMGrbEditor.py:3044 flatcamTools/ToolTransform.py:312 +msgid "Ref Pt" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:911 +#: flatcamEditors/FlatCAMGrbEditor.py:3046 +msgid "" +"Flip the selected shape(s)\n" +"around the point in Point Entry Field.\n" +"\n" +"The point coordinates can be captured by\n" +"left click on canvas together with pressing\n" +"SHIFT key. \n" +"Then click Add button to insert coordinates.\n" +"Or enter the coords in format (x, y) in the\n" +"Point Entry field and click Flip on X(Y)" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:923 +#: flatcamEditors/FlatCAMGrbEditor.py:3058 flatcamTools/ToolTransform.py:325 +msgid "Point:" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:925 +#: flatcamEditors/FlatCAMGrbEditor.py:3060 +msgid "" +"Coordinates in format (x, y) used as reference for mirroring.\n" +"The 'x' in (x, y) will be used when using Flip on X and\n" +"the 'y' in (x, y) will be used when using Flip on Y." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:935 +#: flatcamEditors/FlatCAMGrbEditor.py:3070 flatcamGUI/ObjectUI.py:988 +#: flatcamTools/ToolDblSided.py:160 flatcamTools/ToolDblSided.py:208 +#: flatcamTools/ToolNonCopperClear.py:134 flatcamTools/ToolPaint.py:131 +#: flatcamTools/ToolSolderPaste.py:115 flatcamTools/ToolSolderPaste.py:478 +#: flatcamTools/ToolTransform.py:337 +msgid "Add" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:937 +#: flatcamEditors/FlatCAMGrbEditor.py:3072 flatcamTools/ToolTransform.py:339 +msgid "" +"The point coordinates can be captured by\n" +"left click on canvas together with pressing\n" +"SHIFT key. Then click Add button to insert." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1052 +#: flatcamEditors/FlatCAMGrbEditor.py:3197 +msgid "[WARNING_NOTCL] Transformation cancelled. No shape selected." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1073 +#: flatcamEditors/FlatCAMGrbEditor.py:3217 flatcamTools/ToolTransform.py:468 +msgid "[ERROR_NOTCL] Wrong value format entered for Rotate, use a number." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1110 +#: flatcamEditors/FlatCAMGrbEditor.py:3254 flatcamTools/ToolTransform.py:502 +msgid "[ERROR_NOTCL] Wrong value format entered for Skew X, use a number." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1131 +#: flatcamEditors/FlatCAMGrbEditor.py:3275 flatcamTools/ToolTransform.py:520 +msgid "[ERROR_NOTCL] Wrong value format entered for Skew Y, use a number." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1152 +#: flatcamEditors/FlatCAMGrbEditor.py:3296 flatcamTools/ToolTransform.py:538 +msgid "[ERROR_NOTCL] Wrong value format entered for Scale X, use a number." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1189 +#: flatcamEditors/FlatCAMGrbEditor.py:3333 flatcamTools/ToolTransform.py:572 +msgid "[ERROR_NOTCL] Wrong value format entered for Scale Y, use a number." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1221 +#: flatcamEditors/FlatCAMGrbEditor.py:3365 flatcamTools/ToolTransform.py:601 +msgid "[ERROR_NOTCL] Wrong value format entered for Offset X, use a number." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1242 +#: flatcamEditors/FlatCAMGrbEditor.py:3386 flatcamTools/ToolTransform.py:619 +msgid "[ERROR_NOTCL] Wrong value format entered for Offset Y, use a number." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1260 +#: flatcamEditors/FlatCAMGrbEditor.py:3404 +msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to rotate!" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1263 +#: flatcamEditors/FlatCAMGrbEditor.py:3407 flatcamTools/ToolTransform.py:640 +msgid "Appying Rotate" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1291 +#: flatcamEditors/FlatCAMGrbEditor.py:3435 +msgid "[success] Done. Rotate completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1307 +#: flatcamEditors/FlatCAMGrbEditor.py:3451 +msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to flip!" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1310 +#: flatcamEditors/FlatCAMGrbEditor.py:3454 flatcamTools/ToolTransform.py:692 +msgid "Applying Flip" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1340 +#: flatcamEditors/FlatCAMGrbEditor.py:3484 flatcamTools/ToolTransform.py:735 +msgid "[success] Flip on the Y axis done ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1343 +#: flatcamEditors/FlatCAMGrbEditor.py:3487 flatcamTools/ToolTransform.py:745 +msgid "[success] Flip on the X axis done ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1362 +#: flatcamEditors/FlatCAMGrbEditor.py:3506 +msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to shear/skew!" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1365 +#: flatcamEditors/FlatCAMGrbEditor.py:3509 flatcamTools/ToolTransform.py:762 +msgid "Applying Skew" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1390 +#: flatcamEditors/FlatCAMGrbEditor.py:3534 flatcamTools/ToolTransform.py:793 +#, python-format +msgid "[success] Skew on the %s axis done ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1394 +#: flatcamEditors/FlatCAMGrbEditor.py:3538 flatcamTools/ToolTransform.py:797 +#, python-format +msgid "[ERROR_NOTCL] Due of %s, Skew action was not executed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1405 +#: flatcamEditors/FlatCAMGrbEditor.py:3549 +msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to scale!" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1408 +#: flatcamEditors/FlatCAMGrbEditor.py:3552 flatcamTools/ToolTransform.py:811 +msgid "Applying Scale" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1441 +#: flatcamEditors/FlatCAMGrbEditor.py:3585 flatcamTools/ToolTransform.py:849 +#, python-format +msgid "[success] Scale on the %s axis done ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1444 +#: flatcamEditors/FlatCAMGrbEditor.py:3588 flatcamTools/ToolTransform.py:852 +#, python-format +msgid "[ERROR_NOTCL] Due of %s, Scale action was not executed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1453 +#: flatcamEditors/FlatCAMGrbEditor.py:3597 +msgid "[WARNING_NOTCL] No shape selected. Please Select a shape to offset!" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1456 +#: flatcamEditors/FlatCAMGrbEditor.py:3600 flatcamTools/ToolTransform.py:864 +msgid "Applying Offset" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1480 +#: flatcamEditors/FlatCAMGrbEditor.py:3624 flatcamTools/ToolTransform.py:894 +#, python-format +msgid "[success] Offset on the %s axis done ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1484 +#: flatcamEditors/FlatCAMGrbEditor.py:3628 flatcamTools/ToolTransform.py:898 +#, python-format +msgid "[ERROR_NOTCL] Due of %s, Offset action was not executed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1488 +#: flatcamEditors/FlatCAMGrbEditor.py:3632 +msgid "Rotate ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1489 +#: flatcamEditors/FlatCAMGeoEditor.py:1546 +#: flatcamEditors/FlatCAMGeoEditor.py:1563 +#: flatcamEditors/FlatCAMGrbEditor.py:3633 +#: flatcamEditors/FlatCAMGrbEditor.py:3690 +#: flatcamEditors/FlatCAMGrbEditor.py:3707 +msgid "Enter an Angle Value (degrees):" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1498 +#: flatcamEditors/FlatCAMGrbEditor.py:3642 +msgid "[success] Geometry shape rotate done..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1503 +#: flatcamEditors/FlatCAMGrbEditor.py:3647 +msgid "[WARNING_NOTCL] Geometry shape rotate cancelled..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1509 +#: flatcamEditors/FlatCAMGrbEditor.py:3653 +msgid "Offset on X axis ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1510 +#: flatcamEditors/FlatCAMGeoEditor.py:1529 +#: flatcamEditors/FlatCAMGrbEditor.py:3654 +#: flatcamEditors/FlatCAMGrbEditor.py:3673 +#, python-format +msgid "Enter a distance Value (%s):" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1519 +#: flatcamEditors/FlatCAMGrbEditor.py:3663 +msgid "[success] Geometry shape offset on X axis done..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1523 +#: flatcamEditors/FlatCAMGrbEditor.py:3667 +msgid "[WARNING_NOTCL] Geometry shape offset X cancelled..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1528 +#: flatcamEditors/FlatCAMGrbEditor.py:3672 +msgid "Offset on Y axis ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1538 +#: flatcamEditors/FlatCAMGrbEditor.py:3682 +msgid "[success] Geometry shape offset on Y axis done..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1542 +#: flatcamEditors/FlatCAMGrbEditor.py:3686 +msgid "[WARNING_NOTCL] Geometry shape offset Y cancelled..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1545 +#: flatcamEditors/FlatCAMGrbEditor.py:3689 +msgid "Skew on X axis ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1555 +#: flatcamEditors/FlatCAMGrbEditor.py:3699 +msgid "[success] Geometry shape skew on X axis done..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1559 +#: flatcamEditors/FlatCAMGrbEditor.py:3703 +msgid "[WARNING_NOTCL] Geometry shape skew X cancelled..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1562 +#: flatcamEditors/FlatCAMGrbEditor.py:3706 +msgid "Skew on Y axis ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1572 +#: flatcamEditors/FlatCAMGrbEditor.py:3716 +msgid "[success] Geometry shape skew on Y axis done..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1576 +#: flatcamEditors/FlatCAMGrbEditor.py:3720 +msgid "[WARNING_NOTCL] Geometry shape skew Y cancelled..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1934 +#: flatcamEditors/FlatCAMGeoEditor.py:1973 +msgid "Click on CENTER ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1941 +msgid "Click on Circle perimeter point to complete ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1965 +msgid "[success] Done. Adding Circle completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1992 +msgid "Click on Start arc point ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:1996 +msgid "Click on End arc point to complete ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2151 +msgid "[success] Done. Arc completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2163 +msgid "Click on 1st corner ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2191 +msgid "[success] Done. Rectangle completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2203 +#: flatcamEditors/FlatCAMGrbEditor.py:452 +msgid "Click on 1st point ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2210 +#: flatcamEditors/FlatCAMGrbEditor.py:459 +msgid "Click on next Point or click Right mouse button to complete ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2233 +msgid "[success] Done. Polygon completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2252 +#: flatcamEditors/FlatCAMGrbEditor.py:502 +msgid "[success] Done. Path completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2354 +#: flatcamEditors/FlatCAMGeoEditor.py:3426 +msgid "[WARNING_NOTCL] Move cancelled. No shape selected." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2358 +msgid "Click on reference point." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2361 +msgid "Click on destination point." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2392 +msgid "[success] Done. Geometry(s) Move completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2437 +msgid "[success] Done. Geometry(s) Copy completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2449 +msgid "Click on the Destination point..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2463 +#, python-format +msgid "" +"[ERROR]Font not supported. Only Regular, Bold, Italic and BoldItalic are " +"supported. Error: %s" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2473 +msgid "[success] Done. Adding Text completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2501 +msgid "Create buffer geometry ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2512 +#: flatcamEditors/FlatCAMGeoEditor.py:2538 +#: flatcamEditors/FlatCAMGeoEditor.py:2564 +msgid "[WARNING_NOTCL] Buffer cancelled. No shape selected." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2534 +#: flatcamEditors/FlatCAMGrbEditor.py:2673 +msgid "[success] Done. Buffer Tool completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2560 +msgid "[success] Done. Buffer Int Tool completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2586 +msgid "[success] Done. Buffer Ext Tool completed." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2619 +msgid "Create Paint geometry ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:2633 +#: flatcamEditors/FlatCAMGrbEditor.py:797 +msgid "Shape transformations ..." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3061 +#, python-brace-format +msgid "[WARNING] Editing MultiGeo Geometry, tool: {tool} with diameter: {dia}" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3300 +#: flatcamEditors/FlatCAMGrbEditor.py:2242 flatcamGUI/FlatCAMGUI.py:2320 +#: flatcamGUI/FlatCAMGUI.py:2332 +msgid "[success] Done." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3433 +msgid "[WARNING_NOTCL] Copy cancelled. No shape selected." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3440 flatcamGUI/FlatCAMGUI.py:2623 +#: flatcamGUI/FlatCAMGUI.py:2657 flatcamGUI/FlatCAMGUI.py:2675 +#: flatcamGUI/FlatCAMGUI.py:2813 flatcamGUI/FlatCAMGUI.py:2825 +#: flatcamGUI/FlatCAMGUI.py:2859 +msgid "Click on target point." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3688 +msgid "" +"[WARNING_NOTCL] A selection of at least 2 geo items is required to do " +"Intersection." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3726 +#: flatcamEditors/FlatCAMGeoEditor.py:3763 +#: flatcamEditors/FlatCAMGeoEditor.py:3839 +msgid "" +"[ERROR_NOTCL] Negative buffer value is not accepted. Use Buffer interior to " +"generate an 'inside' shape" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3734 +#: flatcamEditors/FlatCAMGeoEditor.py:3772 +#: flatcamEditors/FlatCAMGeoEditor.py:3847 +msgid "[WARNING_NOTCL] Nothing selected for buffering." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3738 +#: flatcamEditors/FlatCAMGeoEditor.py:3776 +#: flatcamEditors/FlatCAMGeoEditor.py:3851 +msgid "[WARNING_NOTCL] Invalid distance for buffering." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3748 +#: flatcamEditors/FlatCAMGeoEditor.py:3860 +msgid "" +"[ERROR_NOTCL] Failed, the result is empty. Choose a different buffer value." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3756 +msgid "[success] Full buffer geometry created." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3786 +msgid "" +"[ERROR_NOTCL] Failed, the result is empty. Choose a smaller buffer value." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3801 +msgid "[success] Interior buffer geometry created." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3872 +msgid "[success] Exterior buffer geometry created." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3936 +msgid "[WARNING_NOTCL] Nothing selected for painting." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3942 +msgid "[WARNING] Invalid value for {}" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:3948 +msgid "" +"[ERROR_NOTCL] Could not do Paint. Overlap value has to be less than 1.00 " +"(100%)." +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:4007 +#, python-format +msgid "" +"[ERROR] Could not do Paint. Try a different combination of parameters. Or a " +"different method of Paint\n" +"%s" +msgstr "" + +#: flatcamEditors/FlatCAMGeoEditor.py:4018 +msgid "[success] Paint done." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:58 flatcamEditors/FlatCAMGrbEditor.py:63 +msgid "Click to place ..." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:149 +#: flatcamEditors/FlatCAMGrbEditor.py:386 +msgid "" +"Incompatible aperture type. Select an aperture with type 'C', 'R' or 'O'." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:161 +msgid "[success] Done. Adding Pad completed." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:215 +msgid "[WARNING_NOTCL] To add an Pad Array first select a tool in Tool Table" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:240 +msgid "Click on the Pad Circular Array Start position" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:411 +msgid "[WARNING_NOTCL] Too many Pads for the selected spacing angle." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:433 +msgid "[success] Done. Pad Array added." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:482 +msgid "[success] Done. Region completed." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:527 +msgid "Scale the selected Gerber apertures ..." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:564 +msgid "Buffer the selected apertures ..." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:660 +msgid "[success] Done. Apertures Move completed." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:710 +msgid "[success] Done. Apertures copied." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:833 flatcamGUI/FlatCAMGUI.py:1530 +msgid "Gerber Editor" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:852 flatcamGUI/ObjectUI.py:192 +msgid "Apertures:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:854 flatcamGUI/ObjectUI.py:194 +msgid "Apertures Table for the Gerber Object." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:865 +#: flatcamEditors/FlatCAMGrbEditor.py:1945 flatcamGUI/ObjectUI.py:228 +msgid "Code" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:865 +#: flatcamEditors/FlatCAMGrbEditor.py:1945 flatcamGUI/ObjectUI.py:228 +#: flatcamGUI/ObjectUI.py:888 flatcamGUI/ObjectUI.py:1446 +msgid "Type" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:865 +#: flatcamEditors/FlatCAMGrbEditor.py:1945 flatcamGUI/ObjectUI.py:228 +msgid "Size" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:865 +#: flatcamEditors/FlatCAMGrbEditor.py:1945 flatcamGUI/ObjectUI.py:228 +msgid "Dim" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:869 flatcamGUI/ObjectUI.py:232 +msgid "Index" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:871 flatcamGUI/ObjectUI.py:234 +msgid "Aperture Code" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:873 flatcamGUI/ObjectUI.py:236 +msgid "Type of aperture: circular, rectangle, macros etc" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:875 +#: flatcamEditors/FlatCAMGrbEditor.py:908 flatcamGUI/ObjectUI.py:238 +msgid "Aperture Size:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:877 flatcamGUI/ObjectUI.py:240 +msgid "" +"Aperture Dimensions:\n" +" - (width, height) for R, O type.\n" +" - (dia, nVertices) for P type" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:898 +msgid "Aperture Code:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:900 +msgid "Code for the new aperture" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:910 +msgid "" +"Size for the new aperture.\n" +"If aperture type is 'R' or 'O' then\n" +"this value is automatically\n" +"calculated as:\n" +"sqrt(width**2 + height**2)" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:922 +msgid "Aperture Type:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:924 +msgid "" +"Select the type of new aperture. Can be:\n" +"C = circular\n" +"R = rectangular\n" +"O = oblong" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:935 +msgid "Aperture Dim:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:937 +msgid "" +"Dimensions for the new aperture.\n" +"Active only for rectangular apertures (type R).\n" +"The format is (width, height)" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:946 +msgid "Add Aperture:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:948 +msgid "Add an aperture to the aperture list" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:952 +#: flatcamEditors/FlatCAMGrbEditor.py:965 +msgid "Go" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:954 +msgid "Add a new aperture to the aperture list." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:958 +msgid "Del Aperture:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:960 +msgid "" +"Delete a aperture in the aperture list.\n" +"It will delete also the associated geometry." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:967 +msgid "Delete a aperture in the aperture list" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:982 +msgid "Buffer Aperture:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:984 +msgid "Buffer a aperture in the aperture list" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:997 +msgid "" +"There are 3 types of corners:\n" +" - 'Round': the corner is rounded.\n" +" - 'Square:' the corner is met in a sharp angle.\n" +" - 'Beveled:' the corner is a line that directly connects the features " +"meeting in the corner" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1012 flatcamGUI/FlatCAMGUI.py:695 +#: flatcamGUI/FlatCAMGUI.py:1867 +msgid "Buffer" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1026 +msgid "Scale Aperture:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1028 +msgid "Scale a aperture in the aperture list" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1036 +msgid "Scale factor:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1038 +msgid "" +"The factor by which to scale the selected aperture.\n" +"Values can be between 0.0000 and 999.9999" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1066 flatcamGUI/FlatCAMGUI.py:690 +#: flatcamGUI/FlatCAMGUI.py:1862 +msgid "Add Pad Array" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1068 +msgid "Add an array of pads (linear or circular array)" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1074 +msgid "" +"Select the type of pads array to create.\n" +"It can be Linear X(Y) or Circular" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1085 +msgid "Nr of pads:" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1087 +msgid "Specify how many pads to be in the array." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1536 +#: flatcamEditors/FlatCAMGrbEditor.py:1540 +msgid "" +"[WARNING_NOTCL] Aperture code value is missing or wrong format. Add it and " +"retry." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1562 +msgid "" +"[WARNING_NOTCL] Aperture dimensions value is missing or wrong format. Add it " +"in format (width, height) and retry." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1574 +msgid "" +"[WARNING_NOTCL] Aperture size value is missing or wrong format. Add it and " +"retry." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1586 +msgid "[WARNING_NOTCL] Aperture already in the aperture table." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1593 +#, python-brace-format +msgid "[success] Added new aperture with code: {apid}" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1645 +#, python-brace-format +msgid "[success] Deleted aperture with code: {del_dia}" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:1879 +#, python-format +msgid "Adding aperture: %s geo ..." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:2033 +msgid "" +"[ERROR_NOTCL] There are no Aperture definitions in the file. Aborting Gerber " +"creation." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:2042 +msgid "Creating Gerber." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:2050 +msgid "[success] Gerber editing finished." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:2067 +msgid "[WARNING_NOTCL] Cancelled. No aperture is selected" +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:2530 +msgid "[success] Done. Apertures deleted." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:2658 +msgid "" +"[WARNING_NOTCL] No aperture to buffer. Select at least one aperture and try " +"again." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:2687 +msgid "" +"[WARNING_NOTCL] Scale factor value is missing or wrong format. Add it and " +"retry." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:2705 +msgid "" +"[WARNING_NOTCL] No aperture to scale. Select at least one aperture and try " +"again." +msgstr "" + +#: flatcamEditors/FlatCAMGrbEditor.py:2721 +msgid "[success] Done. Scale Tool completed." +msgstr "" + #: flatcamGUI/FlatCAMGUI.py:50 msgid "&File" msgstr "" @@ -2527,163 +3013,171 @@ msgid "Will create a new, empty Geometry Object." msgstr "" #: flatcamGUI/FlatCAMGUI.py:69 -msgid "Excellon\tL" +msgid "Gerber\tB" msgstr "" #: flatcamGUI/FlatCAMGUI.py:71 +msgid "Will create a new, empty Gerber Object." +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:73 +msgid "Excellon\tL" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:75 msgid "Will create a new, empty Excellon Object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:74 +#: flatcamGUI/FlatCAMGUI.py:78 msgid "Open" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:79 +#: flatcamGUI/FlatCAMGUI.py:83 msgid "Open &Gerber ...\tCTRL+G" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:86 +#: flatcamGUI/FlatCAMGUI.py:90 msgid "Open &Excellon ...\tCTRL+E" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:91 +#: flatcamGUI/FlatCAMGUI.py:95 msgid "Open G-&Code ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:95 +#: flatcamGUI/FlatCAMGUI.py:99 msgid "Open &Project ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:101 +#: flatcamGUI/FlatCAMGUI.py:105 msgid "Open Config ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:105 +#: flatcamGUI/FlatCAMGUI.py:109 msgid "Recent files" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:111 +#: flatcamGUI/FlatCAMGUI.py:115 msgid "Scripting" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:114 +#: flatcamGUI/FlatCAMGUI.py:118 msgid "New Script ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:116 +#: flatcamGUI/FlatCAMGUI.py:120 msgid "Open Script ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:118 +#: flatcamGUI/FlatCAMGUI.py:122 msgid "Run Script ...\tSHIFT+S" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:121 +#: flatcamGUI/FlatCAMGUI.py:125 msgid "" "Will run the opened Tcl Script thus\n" "enabling the automation of certain\n" "functions of FlatCAM." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:134 +#: flatcamGUI/FlatCAMGUI.py:138 msgid "Import" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:136 +#: flatcamGUI/FlatCAMGUI.py:140 msgid "&SVG as Geometry Object ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:139 +#: flatcamGUI/FlatCAMGUI.py:143 msgid "&SVG as Gerber Object ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:144 +#: flatcamGUI/FlatCAMGUI.py:148 msgid "&DXF as Geometry Object ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:147 +#: flatcamGUI/FlatCAMGUI.py:151 msgid "&DXF as Gerber Object ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:152 +#: flatcamGUI/FlatCAMGUI.py:156 msgid "Export" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:155 +#: flatcamGUI/FlatCAMGUI.py:159 msgid "Export &SVG ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:158 +#: flatcamGUI/FlatCAMGUI.py:162 msgid "Export DXF ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:163 +#: flatcamGUI/FlatCAMGUI.py:167 msgid "Export &PNG ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:165 +#: flatcamGUI/FlatCAMGUI.py:169 msgid "" "Will export an image in PNG format,\n" "the saved image will contain the visual \n" "information currently in FlatCAM Plot Area." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:173 +#: flatcamGUI/FlatCAMGUI.py:177 msgid "Export &Excellon ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:176 +#: flatcamGUI/FlatCAMGUI.py:180 msgid "" "Will export an Excellon Object as Excellon file,\n" "the coordinates format, the file units and zeros\n" "are set in Preferences -> Excellon Export." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:187 +#: flatcamGUI/FlatCAMGUI.py:191 msgid "Save &Defaults" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:193 flatcamGUI/FlatCAMGUI.py:475 +#: flatcamGUI/FlatCAMGUI.py:197 flatcamGUI/FlatCAMGUI.py:514 msgid "Save" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:195 +#: flatcamGUI/FlatCAMGUI.py:199 msgid "&Save Project ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:200 +#: flatcamGUI/FlatCAMGUI.py:204 msgid "Save Project &As ...\tCTRL+S" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:204 +#: flatcamGUI/FlatCAMGUI.py:208 msgid "Save Project C&opy ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:212 +#: flatcamGUI/FlatCAMGUI.py:216 msgid "E&xit" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:218 +#: flatcamGUI/FlatCAMGUI.py:222 msgid "&Edit" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:221 +#: flatcamGUI/FlatCAMGUI.py:225 msgid "Edit Object\tE" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:222 +#: flatcamGUI/FlatCAMGUI.py:226 msgid "Save && Close Editor\tCTRL+S" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:230 +#: flatcamGUI/FlatCAMGUI.py:234 msgid "Conversion" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:232 +#: flatcamGUI/FlatCAMGUI.py:236 msgid "&Join Geo/Gerber/Exc -> Geo" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:234 +#: flatcamGUI/FlatCAMGUI.py:238 msgid "" "Merge a selection of objects, which can be of type:\n" "- Gerber\n" @@ -2692,595 +3186,655 @@ msgid "" "into a new combo Geometry object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:241 +#: flatcamGUI/FlatCAMGUI.py:245 msgid "Join Excellon(s) -> Excellon" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:243 +#: flatcamGUI/FlatCAMGUI.py:247 msgid "Merge a selection of Excellon objects into a new combo Excellon object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:246 +#: flatcamGUI/FlatCAMGUI.py:250 msgid "Join Gerber(s) -> Gerber" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:248 +#: flatcamGUI/FlatCAMGUI.py:252 msgid "Merge a selection of Gerber objects into a new combo Gerber object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:253 +#: flatcamGUI/FlatCAMGUI.py:257 msgid "Convert Single to MultiGeo" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:255 +#: flatcamGUI/FlatCAMGUI.py:259 msgid "" "Will convert a Geometry object from single_geometry type\n" "to a multi_geometry type." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:259 +#: flatcamGUI/FlatCAMGUI.py:263 msgid "Convert Multi to SingleGeo" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:261 +#: flatcamGUI/FlatCAMGUI.py:265 msgid "" "Will convert a Geometry object from multi_geometry type\n" "to a single_geometry type." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:268 +#: flatcamGUI/FlatCAMGUI.py:272 msgid "&Copy Object\tCTRL+C" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:270 +#: flatcamGUI/FlatCAMGUI.py:274 msgid "Copy as &Geom" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:273 +#: flatcamGUI/FlatCAMGUI.py:277 msgid "&Delete\tDEL" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:277 +#: flatcamGUI/FlatCAMGUI.py:281 msgid "Se&t Origin\tO" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:278 +#: flatcamGUI/FlatCAMGUI.py:282 msgid "Jump to Location\tJ" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:283 +#: flatcamGUI/FlatCAMGUI.py:287 msgid "Toggle Units\tQ" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:285 +#: flatcamGUI/FlatCAMGUI.py:289 msgid "&Select All\tCTRL+A" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:289 +#: flatcamGUI/FlatCAMGUI.py:293 msgid "&Preferences\tSHIFT+P" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:292 +#: flatcamGUI/FlatCAMGUI.py:296 msgid "&Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:307 +#: flatcamGUI/FlatCAMGUI.py:311 msgid "&Rotate Selection\tSHIFT+(R)" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:312 +#: flatcamGUI/FlatCAMGUI.py:316 msgid "&Skew on X axis\tSHIFT+X" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:314 +#: flatcamGUI/FlatCAMGUI.py:318 msgid "S&kew on Y axis\tSHIFT+Y" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:319 +#: flatcamGUI/FlatCAMGUI.py:323 msgid "Flip on &X axis\tX" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:321 +#: flatcamGUI/FlatCAMGUI.py:325 msgid "Flip on &Y axis\tY" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:326 +#: flatcamGUI/FlatCAMGUI.py:330 msgid "View source\tALT+S" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:331 +#: flatcamGUI/FlatCAMGUI.py:335 msgid "&View" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:332 +#: flatcamGUI/FlatCAMGUI.py:336 msgid "Enable all plots\tALT+1" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:334 +#: flatcamGUI/FlatCAMGUI.py:338 msgid "Disable all plots\tALT+2" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:336 +#: flatcamGUI/FlatCAMGUI.py:340 msgid "Disable non-selected\tALT+3" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:339 +#: flatcamGUI/FlatCAMGUI.py:343 msgid "&Zoom Fit\tV" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:340 +#: flatcamGUI/FlatCAMGUI.py:344 msgid "&Zoom In\t-" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:341 +#: flatcamGUI/FlatCAMGUI.py:345 msgid "&Zoom Out\t=" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:345 +#: flatcamGUI/FlatCAMGUI.py:349 msgid "Toggle Code Editor\tCTRL+E" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:348 +#: flatcamGUI/FlatCAMGUI.py:352 msgid "&Toggle FullScreen\tALT+F10" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:350 +#: flatcamGUI/FlatCAMGUI.py:354 msgid "&Toggle Plot Area\tCTRL+F10" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:352 +#: flatcamGUI/FlatCAMGUI.py:356 msgid "&Toggle Project/Sel/Tool\t`" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:355 +#: flatcamGUI/FlatCAMGUI.py:359 msgid "&Toggle Grid Snap\tG" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:357 +#: flatcamGUI/FlatCAMGUI.py:361 msgid "&Toggle Axis\tSHIFT+G" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:360 +#: flatcamGUI/FlatCAMGUI.py:364 msgid "Toggle Workspace\tSHIFT+W" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:364 +#: flatcamGUI/FlatCAMGUI.py:368 msgid "&Tool" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:366 +#: flatcamGUI/FlatCAMGUI.py:370 msgid "&Command Line\tS" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:369 +#: flatcamGUI/FlatCAMGUI.py:373 msgid "&Help" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:370 +#: flatcamGUI/FlatCAMGUI.py:374 msgid "Help\tF1" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:371 +#: flatcamGUI/FlatCAMGUI.py:375 msgid "FlatCAM.org" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:374 +#: flatcamGUI/FlatCAMGUI.py:378 msgid "Shortcuts List\tF3" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:375 +#: flatcamGUI/FlatCAMGUI.py:379 msgid "YouTube Channel\tF4" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:377 +#: flatcamGUI/FlatCAMGUI.py:381 msgid "About" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:388 +#: flatcamGUI/FlatCAMGUI.py:392 msgid "Add Circle\tO" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:390 +#: flatcamGUI/FlatCAMGUI.py:394 msgid "Add Arc\tA" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:393 +#: flatcamGUI/FlatCAMGUI.py:397 msgid "Add Rectangle\tR" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:396 +#: flatcamGUI/FlatCAMGUI.py:400 msgid "Add Polygon\tN" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:398 +#: flatcamGUI/FlatCAMGUI.py:402 msgid "Add Path\tP" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:400 +#: flatcamGUI/FlatCAMGUI.py:404 msgid "Add Text\tT" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:403 +#: flatcamGUI/FlatCAMGUI.py:407 msgid "Polygon Union\tU" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:405 +#: flatcamGUI/FlatCAMGUI.py:409 msgid "Polygon Intersection\tE" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:407 +#: flatcamGUI/FlatCAMGUI.py:411 msgid "Polygon Subtraction\tS" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:411 +#: flatcamGUI/FlatCAMGUI.py:415 msgid "Cut Path\tX" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:413 +#: flatcamGUI/FlatCAMGUI.py:417 msgid "Copy Geom\tC" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:415 +#: flatcamGUI/FlatCAMGUI.py:419 msgid "Delete Shape\tDEL" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:418 +#: flatcamGUI/FlatCAMGUI.py:422 flatcamGUI/FlatCAMGUI.py:489 msgid "Move\tM" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:420 +#: flatcamGUI/FlatCAMGUI.py:424 msgid "Buffer Tool\tB" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:423 +#: flatcamGUI/FlatCAMGUI.py:427 msgid "Paint Tool\tI" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:426 +#: flatcamGUI/FlatCAMGUI.py:430 msgid "Transform Tool\tALT+R" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:430 +#: flatcamGUI/FlatCAMGUI.py:434 msgid "Toggle Corner Snap\tK" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:433 +#: flatcamGUI/FlatCAMGUI.py:437 msgid ">Excellon Editor<" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:437 +#: flatcamGUI/FlatCAMGUI.py:441 msgid "Add Drill Array\tA" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:439 +#: flatcamGUI/FlatCAMGUI.py:443 msgid "Add Drill\tD" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:443 +#: flatcamGUI/FlatCAMGUI.py:447 msgid "Resize Drill(S)\tR" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:445 +#: flatcamGUI/FlatCAMGUI.py:449 flatcamGUI/FlatCAMGUI.py:482 msgid "Copy\tC" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:447 +#: flatcamGUI/FlatCAMGUI.py:451 flatcamGUI/FlatCAMGUI.py:484 msgid "Delete\tDEL" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:452 +#: flatcamGUI/FlatCAMGUI.py:456 msgid "Move Drill(s)\tM" msgstr "" +#: flatcamGUI/FlatCAMGUI.py:460 +msgid ">Gerber Editor<" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:464 +msgid "Add Pad\tP" +msgstr "" + #: flatcamGUI/FlatCAMGUI.py:466 -msgid "Enable Plot" +msgid "Add Pad Array\tA" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:467 -msgid "Disable Plot" -msgstr "" - -#: flatcamGUI/FlatCAMGUI.py:469 -msgid "Generate CNC" +#: flatcamGUI/FlatCAMGUI.py:468 +msgid "Add Track\tT" msgstr "" #: flatcamGUI/FlatCAMGUI.py:470 +msgid "Add Region\tN" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:474 +msgid "Buffer\tB" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:476 +msgid "Scale\tS" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:478 +msgid "Transform\tALT+R" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:505 +msgid "Enable Plot" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:506 +msgid "Disable Plot" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:508 +msgid "Generate CNC" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:509 msgid "View Source" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:472 flatcamGUI/FlatCAMGUI.py:1400 +#: flatcamGUI/FlatCAMGUI.py:511 flatcamGUI/FlatCAMGUI.py:1548 msgid "Edit" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:478 flatcamGUI/FlatCAMGUI.py:1406 +#: flatcamGUI/FlatCAMGUI.py:517 flatcamGUI/FlatCAMGUI.py:1554 #: flatcamTools/ToolProperties.py:25 msgid "Properties" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:507 +#: flatcamGUI/FlatCAMGUI.py:546 msgid "File Toolbar" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:511 +#: flatcamGUI/FlatCAMGUI.py:550 msgid "Edit Toolbar" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:515 +#: flatcamGUI/FlatCAMGUI.py:554 msgid "View Toolbar" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:519 +#: flatcamGUI/FlatCAMGUI.py:558 msgid "Shell Toolbar" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:523 +#: flatcamGUI/FlatCAMGUI.py:562 msgid "Tools Toolbar" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:527 +#: flatcamGUI/FlatCAMGUI.py:566 msgid "Excellon Editor Toolbar" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:531 +#: flatcamGUI/FlatCAMGUI.py:570 msgid "Geometry Editor Toolbar" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:535 +#: flatcamGUI/FlatCAMGUI.py:574 +msgid "Gerber Editor Toolbar" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:578 msgid "Grid Toolbar" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:554 flatcamGUI/FlatCAMGUI.py:1603 +#: flatcamGUI/FlatCAMGUI.py:597 flatcamGUI/FlatCAMGUI.py:1765 msgid "Open project" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:555 flatcamGUI/FlatCAMGUI.py:1604 +#: flatcamGUI/FlatCAMGUI.py:598 flatcamGUI/FlatCAMGUI.py:1766 msgid "Save project" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:558 flatcamGUI/FlatCAMGUI.py:1607 +#: flatcamGUI/FlatCAMGUI.py:601 flatcamGUI/FlatCAMGUI.py:1769 msgid "New Blank Geometry" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:559 flatcamGUI/FlatCAMGUI.py:1608 +#: flatcamGUI/FlatCAMGUI.py:602 +msgid "New Blank Gerber" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:603 flatcamGUI/FlatCAMGUI.py:1770 msgid "New Blank Excellon" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:561 flatcamGUI/FlatCAMGUI.py:1610 +#: flatcamGUI/FlatCAMGUI.py:605 flatcamGUI/FlatCAMGUI.py:1772 msgid "Editor" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:563 flatcamGUI/FlatCAMGUI.py:1612 +#: flatcamGUI/FlatCAMGUI.py:607 flatcamGUI/FlatCAMGUI.py:1774 msgid "Save Object and close the Editor" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:567 flatcamGUI/FlatCAMGUI.py:1616 +#: flatcamGUI/FlatCAMGUI.py:611 flatcamGUI/FlatCAMGUI.py:1778 msgid "&Delete" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:570 flatcamGUI/FlatCAMGUI.py:1619 +#: flatcamGUI/FlatCAMGUI.py:614 flatcamGUI/FlatCAMGUI.py:1781 msgid "&Replot" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:571 flatcamGUI/FlatCAMGUI.py:1620 +#: flatcamGUI/FlatCAMGUI.py:615 flatcamGUI/FlatCAMGUI.py:1782 msgid "&Clear plot" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:572 flatcamGUI/FlatCAMGUI.py:1621 +#: flatcamGUI/FlatCAMGUI.py:616 flatcamGUI/FlatCAMGUI.py:1783 msgid "Zoom In" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:573 flatcamGUI/FlatCAMGUI.py:1622 +#: flatcamGUI/FlatCAMGUI.py:617 flatcamGUI/FlatCAMGUI.py:1784 msgid "Zoom Out" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:574 flatcamGUI/FlatCAMGUI.py:1380 -#: flatcamGUI/FlatCAMGUI.py:1623 +#: flatcamGUI/FlatCAMGUI.py:618 flatcamGUI/FlatCAMGUI.py:1518 +#: flatcamGUI/FlatCAMGUI.py:1785 msgid "Zoom Fit" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:579 flatcamGUI/FlatCAMGUI.py:1628 +#: flatcamGUI/FlatCAMGUI.py:623 flatcamGUI/FlatCAMGUI.py:1790 msgid "&Command Line" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:582 flatcamGUI/FlatCAMGUI.py:1631 +#: flatcamGUI/FlatCAMGUI.py:626 flatcamGUI/FlatCAMGUI.py:1793 msgid "2Sided Tool" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:583 flatcamGUI/FlatCAMGUI.py:1632 +#: flatcamGUI/FlatCAMGUI.py:627 flatcamGUI/FlatCAMGUI.py:1794 msgid "&Cutout Tool" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:584 flatcamGUI/FlatCAMGUI.py:1633 -#: flatcamGUI/ObjectUI.py:478 flatcamTools/ToolNonCopperClear.py:284 +#: flatcamGUI/FlatCAMGUI.py:628 flatcamGUI/FlatCAMGUI.py:1795 +#: flatcamGUI/ObjectUI.py:392 flatcamTools/ToolNonCopperClear.py:284 msgid "NCC Tool" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:588 flatcamGUI/FlatCAMGUI.py:1637 +#: flatcamGUI/FlatCAMGUI.py:632 flatcamGUI/FlatCAMGUI.py:1799 msgid "Panel Tool" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:589 flatcamGUI/FlatCAMGUI.py:1638 +#: flatcamGUI/FlatCAMGUI.py:633 flatcamGUI/FlatCAMGUI.py:1800 #: flatcamTools/ToolFilm.py:204 msgid "Film Tool" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:590 flatcamGUI/FlatCAMGUI.py:1640 +#: flatcamGUI/FlatCAMGUI.py:634 flatcamGUI/FlatCAMGUI.py:1802 msgid "SolderPaste Tool" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:593 flatcamGUI/FlatCAMGUI.py:1644 +#: flatcamGUI/FlatCAMGUI.py:637 flatcamGUI/FlatCAMGUI.py:1806 msgid "Calculators Tool" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:597 flatcamGUI/FlatCAMGUI.py:611 -#: flatcamGUI/FlatCAMGUI.py:1648 +#: flatcamGUI/FlatCAMGUI.py:641 flatcamGUI/FlatCAMGUI.py:655 +#: flatcamGUI/FlatCAMGUI.py:688 flatcamGUI/FlatCAMGUI.py:1810 +#: flatcamGUI/FlatCAMGUI.py:1860 msgid "Select" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:598 flatcamGUI/FlatCAMGUI.py:1649 +#: flatcamGUI/FlatCAMGUI.py:642 flatcamGUI/FlatCAMGUI.py:1811 msgid "Add Drill Hole" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:601 flatcamGUI/FlatCAMGUI.py:1652 +#: flatcamGUI/FlatCAMGUI.py:644 flatcamGUI/FlatCAMGUI.py:1813 +msgid "Add Drill Hole Array" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:645 flatcamGUI/FlatCAMGUI.py:1814 msgid "Resize Drill" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:604 flatcamGUI/FlatCAMGUI.py:1655 +#: flatcamGUI/FlatCAMGUI.py:648 flatcamGUI/FlatCAMGUI.py:1817 msgid "Copy Drill" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:605 flatcamGUI/FlatCAMGUI.py:1657 +#: flatcamGUI/FlatCAMGUI.py:649 flatcamGUI/FlatCAMGUI.py:1819 msgid "Delete Drill" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:608 flatcamGUI/FlatCAMGUI.py:1660 +#: flatcamGUI/FlatCAMGUI.py:652 flatcamGUI/FlatCAMGUI.py:1822 msgid "Move Drill" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:612 flatcamGUI/FlatCAMGUI.py:1664 +#: flatcamGUI/FlatCAMGUI.py:656 flatcamGUI/FlatCAMGUI.py:1826 msgid "Add Circle" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:613 flatcamGUI/FlatCAMGUI.py:1665 +#: flatcamGUI/FlatCAMGUI.py:657 flatcamGUI/FlatCAMGUI.py:1827 msgid "Add Arc" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:615 flatcamGUI/FlatCAMGUI.py:1667 +#: flatcamGUI/FlatCAMGUI.py:659 flatcamGUI/FlatCAMGUI.py:1829 msgid "Add Rectangle" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:618 flatcamGUI/FlatCAMGUI.py:1670 +#: flatcamGUI/FlatCAMGUI.py:662 flatcamGUI/FlatCAMGUI.py:1832 msgid "Add Path" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:619 flatcamGUI/FlatCAMGUI.py:1672 +#: flatcamGUI/FlatCAMGUI.py:663 flatcamGUI/FlatCAMGUI.py:1834 msgid "Add Polygon" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:621 flatcamGUI/FlatCAMGUI.py:1674 +#: flatcamGUI/FlatCAMGUI.py:665 flatcamGUI/FlatCAMGUI.py:1836 msgid "Add Text" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:622 flatcamGUI/FlatCAMGUI.py:1676 +#: flatcamGUI/FlatCAMGUI.py:666 flatcamGUI/FlatCAMGUI.py:1838 msgid "Add Buffer" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:623 flatcamGUI/FlatCAMGUI.py:1677 +#: flatcamGUI/FlatCAMGUI.py:667 flatcamGUI/FlatCAMGUI.py:1839 msgid "Paint Shape" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:626 flatcamGUI/FlatCAMGUI.py:1680 +#: flatcamGUI/FlatCAMGUI.py:670 flatcamGUI/FlatCAMGUI.py:1842 msgid "Polygon Union" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:628 flatcamGUI/FlatCAMGUI.py:1682 +#: flatcamGUI/FlatCAMGUI.py:672 flatcamGUI/FlatCAMGUI.py:1844 msgid "Polygon Intersection" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:630 flatcamGUI/FlatCAMGUI.py:1684 +#: flatcamGUI/FlatCAMGUI.py:674 flatcamGUI/FlatCAMGUI.py:1846 msgid "Polygon Subtraction" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:633 flatcamGUI/FlatCAMGUI.py:1687 +#: flatcamGUI/FlatCAMGUI.py:677 flatcamGUI/FlatCAMGUI.py:1849 msgid "Cut Path" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:634 +#: flatcamGUI/FlatCAMGUI.py:678 msgid "Copy Shape(s)" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:637 +#: flatcamGUI/FlatCAMGUI.py:681 msgid "Delete Shape '-'" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:639 flatcamGUI/FlatCAMGUI.py:1692 +#: flatcamGUI/FlatCAMGUI.py:683 flatcamGUI/FlatCAMGUI.py:702 +#: flatcamGUI/FlatCAMGUI.py:1854 flatcamGUI/FlatCAMGUI.py:1874 msgid "Transformations" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:641 +#: flatcamGUI/FlatCAMGUI.py:685 msgid "Move Objects " msgstr "" -#: flatcamGUI/FlatCAMGUI.py:647 flatcamGUI/FlatCAMGUI.py:1701 +#: flatcamGUI/FlatCAMGUI.py:689 flatcamGUI/FlatCAMGUI.py:1861 +msgid "Add Pad" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:691 flatcamGUI/FlatCAMGUI.py:1863 +msgid "Add Track" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:692 flatcamGUI/FlatCAMGUI.py:1864 +msgid "Add Region" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:704 flatcamGUI/FlatCAMGUI.py:1528 +#: flatcamGUI/FlatCAMGUI.py:1538 flatcamGUI/FlatCAMGUI.py:1553 +#: flatcamGUI/FlatCAMGUI.py:1876 flatcamTools/ToolMove.py:26 +msgid "Move" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:710 flatcamGUI/FlatCAMGUI.py:1882 msgid "Snap to grid" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:650 flatcamGUI/FlatCAMGUI.py:1704 +#: flatcamGUI/FlatCAMGUI.py:713 flatcamGUI/FlatCAMGUI.py:1885 msgid "Grid X snapping distance" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:655 flatcamGUI/FlatCAMGUI.py:1709 +#: flatcamGUI/FlatCAMGUI.py:718 flatcamGUI/FlatCAMGUI.py:1890 msgid "Grid Y snapping distance" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:661 flatcamGUI/FlatCAMGUI.py:1715 +#: flatcamGUI/FlatCAMGUI.py:724 flatcamGUI/FlatCAMGUI.py:1896 msgid "" "When active, value on Grid_X\n" "is copied to the Grid_Y value." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:667 flatcamGUI/FlatCAMGUI.py:1721 +#: flatcamGUI/FlatCAMGUI.py:730 flatcamGUI/FlatCAMGUI.py:1902 msgid "Snap to corner" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:671 flatcamGUI/FlatCAMGUI.py:1725 -#: flatcamGUI/FlatCAMGUI.py:2804 +#: flatcamGUI/FlatCAMGUI.py:734 flatcamGUI/FlatCAMGUI.py:1906 +#: flatcamGUI/FlatCAMGUI.py:3197 msgid "Max. magnet distance" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:685 flatcamGUI/FlatCAMGUI.py:1374 +#: flatcamGUI/FlatCAMGUI.py:748 flatcamGUI/FlatCAMGUI.py:1512 msgid "Project" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:694 +#: flatcamGUI/FlatCAMGUI.py:757 msgid "Selected" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:701 -msgid "Tool" -msgstr "" - -#: flatcamGUI/FlatCAMGUI.py:713 flatcamGUI/FlatCAMGUI.py:721 +#: flatcamGUI/FlatCAMGUI.py:776 flatcamGUI/FlatCAMGUI.py:784 msgid "Plot Area" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:745 +#: flatcamGUI/FlatCAMGUI.py:808 msgid "General" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:754 +#: flatcamGUI/FlatCAMGUI.py:817 msgid "APP. DEFAULTS" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:755 +#: flatcamGUI/FlatCAMGUI.py:818 msgid "PROJ. OPTIONS " msgstr "" -#: flatcamGUI/FlatCAMGUI.py:766 +#: flatcamGUI/FlatCAMGUI.py:829 msgid "GERBER" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:775 +#: flatcamGUI/FlatCAMGUI.py:838 msgid "EXCELLON" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:784 +#: flatcamGUI/FlatCAMGUI.py:847 msgid "GEOMETRY" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:794 +#: flatcamGUI/FlatCAMGUI.py:857 msgid "CNC-JOB" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:803 +#: flatcamGUI/FlatCAMGUI.py:866 msgid "TOOLS" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:820 +#: flatcamGUI/FlatCAMGUI.py:883 msgid "Import Preferences" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:823 +#: flatcamGUI/FlatCAMGUI.py:886 msgid "" "Import a full set of FlatCAM settings from a file\n" "previously saved on HDD.\n" @@ -3289,35 +3843,35 @@ msgid "" "on the first start. Do not delete that file." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:830 +#: flatcamGUI/FlatCAMGUI.py:893 msgid "Export Preferences" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:833 +#: flatcamGUI/FlatCAMGUI.py:896 msgid "" "Export a full set of FlatCAM settings in a file\n" "that is saved on HDD." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:838 +#: flatcamGUI/FlatCAMGUI.py:901 msgid "Open Pref Folder" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:841 +#: flatcamGUI/FlatCAMGUI.py:904 msgid "Open the folder where FlatCAM save the preferences files." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:849 +#: flatcamGUI/FlatCAMGUI.py:912 msgid "Save Preferences" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:852 +#: flatcamGUI/FlatCAMGUI.py:915 msgid "" "Save the current settings in the 'current_defaults' file\n" "which is the file storing the working default preferences." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:878 +#: flatcamGUI/FlatCAMGUI.py:941 msgid "" "General Shortcut list
\n" " Editor Shortcut list
\n" "
\n" @@ -3800,147 +4354,232 @@ msgid "" " \n" " \n" "
\n" +"
\n" +"
\n" +" GERBER EDITOR
\n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +" \n" +"
A\n" +"  Add Pad Array
B Buffer
C Copy
J Jump to Location (x, y)
M Move
N Add Region
P Add Pad
S Scale
T Add Track
  
Del Delete
Del Alternate: Delete Apertures
  
ESC Abort and return to Select
CTRL+S Save Object and Exit Editor
  
ALT+R Transformation Tool
\n" " " msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1368 +#: flatcamGUI/FlatCAMGUI.py:1506 msgid "Disable" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1370 +#: flatcamGUI/FlatCAMGUI.py:1508 msgid "New" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1371 +#: flatcamGUI/FlatCAMGUI.py:1509 msgid "Geometry" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1372 +#: flatcamGUI/FlatCAMGUI.py:1510 msgid "Excellon" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1377 +#: flatcamGUI/FlatCAMGUI.py:1515 msgid "Grids" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1379 +#: flatcamGUI/FlatCAMGUI.py:1517 msgid "View" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1381 +#: flatcamGUI/FlatCAMGUI.py:1519 msgid "Clear Plot" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1382 +#: flatcamGUI/FlatCAMGUI.py:1520 msgid "Replot" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1385 +#: flatcamGUI/FlatCAMGUI.py:1523 msgid "Geo Editor" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1386 +#: flatcamGUI/FlatCAMGUI.py:1524 msgid "Line" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1387 +#: flatcamGUI/FlatCAMGUI.py:1525 msgid "Rectangle" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1388 flatcamGUI/FlatCAMGUI.py:4607 -#: flatcamGUI/ObjectUI.py:1446 +#: flatcamGUI/FlatCAMGUI.py:1526 flatcamGUI/FlatCAMGUI.py:5020 +#: flatcamGUI/ObjectUI.py:1360 msgid "Cut" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1390 flatcamGUI/FlatCAMGUI.py:1405 -#: flatcamTools/ToolMove.py:26 -msgid "Move" +#: flatcamGUI/FlatCAMGUI.py:1531 +msgid "Pad" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1392 +#: flatcamGUI/FlatCAMGUI.py:1532 +msgid "Pad Array" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:1533 +msgid "Track" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:1534 +msgid "Region" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:1540 msgid "Exc Editor" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1393 +#: flatcamGUI/FlatCAMGUI.py:1541 msgid "Add Drill" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1395 +#: flatcamGUI/FlatCAMGUI.py:1543 msgid "Copy Drill(s)" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1401 +#: flatcamGUI/FlatCAMGUI.py:1549 msgid "Save && Close Edit" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1426 +#: flatcamGUI/FlatCAMGUI.py:1574 msgid "Print Preview" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1427 +#: flatcamGUI/FlatCAMGUI.py:1575 msgid "Print Code" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1428 +#: flatcamGUI/FlatCAMGUI.py:1576 msgid "Find in Code" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1433 +#: flatcamGUI/FlatCAMGUI.py:1581 msgid "Replace With" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1437 flatcamGUI/FlatCAMGUI.py:4605 -#: flatcamGUI/FlatCAMGUI.py:5106 flatcamGUI/ObjectUI.py:1444 +#: flatcamGUI/FlatCAMGUI.py:1585 flatcamGUI/FlatCAMGUI.py:5018 +#: flatcamGUI/FlatCAMGUI.py:5528 flatcamGUI/ObjectUI.py:1358 msgid "All" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1439 +#: flatcamGUI/FlatCAMGUI.py:1587 msgid "" "When checked it will replace all instances in the 'Find' box\n" "with the text in the 'Replace' box.." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1442 +#: flatcamGUI/FlatCAMGUI.py:1590 msgid "Open Code" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1443 +#: flatcamGUI/FlatCAMGUI.py:1591 msgid "Save Code" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1478 +#: flatcamGUI/FlatCAMGUI.py:1626 msgid "" "Relative neasurement.\n" "Reference is last click position" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1484 +#: flatcamGUI/FlatCAMGUI.py:1632 msgid "" "Absolute neasurement.\n" "Reference is (X=0, Y= 0) position" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1651 -msgid "Add Drill Hole Array" -msgstr "" - -#: flatcamGUI/FlatCAMGUI.py:1663 +#: flatcamGUI/FlatCAMGUI.py:1825 msgid "Select 'Esc'" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1688 +#: flatcamGUI/FlatCAMGUI.py:1850 msgid "Copy Objects" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1690 +#: flatcamGUI/FlatCAMGUI.py:1852 msgid "Delete Shape" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1695 +#: flatcamGUI/FlatCAMGUI.py:1857 msgid "Move Objects" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2077 +#: flatcamGUI/FlatCAMGUI.py:2266 msgid "" "Please first select a geometry item to be cutted\n" "then select the geometry item that will be cutted\n" @@ -3948,126 +4587,127 @@ msgid "" "the toolbar button." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2084 flatcamGUI/FlatCAMGUI.py:2216 -#: flatcamGUI/FlatCAMGUI.py:2275 flatcamGUI/FlatCAMGUI.py:2295 +#: flatcamGUI/FlatCAMGUI.py:2273 flatcamGUI/FlatCAMGUI.py:2405 +#: flatcamGUI/FlatCAMGUI.py:2464 flatcamGUI/FlatCAMGUI.py:2484 msgid "Warning" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2151 flatcamGUI/FlatCAMGUI.py:2345 +#: flatcamGUI/FlatCAMGUI.py:2340 flatcamGUI/FlatCAMGUI.py:2537 +#: flatcamGUI/FlatCAMGUI.py:2735 msgid "[WARNING_NOTCL] Cancelled." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2211 +#: flatcamGUI/FlatCAMGUI.py:2400 msgid "" "Please select geometry items \n" "on which to perform Intersection Tool." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2270 +#: flatcamGUI/FlatCAMGUI.py:2459 msgid "" "Please select geometry items \n" "on which to perform Substraction Tool." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2290 +#: flatcamGUI/FlatCAMGUI.py:2479 msgid "" "Please select geometry items \n" "on which to perform union." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2362 +#: flatcamGUI/FlatCAMGUI.py:2552 flatcamGUI/FlatCAMGUI.py:2752 msgid "[WARNING_NOTCL] Cancelled. Nothing selected to delete." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2429 +#: flatcamGUI/FlatCAMGUI.py:2629 flatcamGUI/FlatCAMGUI.py:2819 msgid "[WARNING_NOTCL] Cancelled. Nothing selected to copy." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2475 +#: flatcamGUI/FlatCAMGUI.py:2663 flatcamGUI/FlatCAMGUI.py:2865 msgid "[WARNING_NOTCL] Cancelled. Nothing selected to move." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2489 +#: flatcamGUI/FlatCAMGUI.py:2879 msgid "New Tool ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2490 +#: flatcamGUI/FlatCAMGUI.py:2880 msgid "Enter a Tool Diameter:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2789 +#: flatcamGUI/FlatCAMGUI.py:3182 msgid "Grid X value:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2791 +#: flatcamGUI/FlatCAMGUI.py:3184 msgid "This is the Grid snap value on X axis." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2796 +#: flatcamGUI/FlatCAMGUI.py:3189 msgid "Grid Y value:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2798 +#: flatcamGUI/FlatCAMGUI.py:3191 msgid "This is the Grid snap value on Y axis." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2803 +#: flatcamGUI/FlatCAMGUI.py:3196 msgid "Snap Max:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2808 +#: flatcamGUI/FlatCAMGUI.py:3201 msgid "Workspace:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2810 +#: flatcamGUI/FlatCAMGUI.py:3203 msgid "" "Draw a delimiting rectangle on canvas.\n" "The purpose is to illustrate the limits for our work." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2813 +#: flatcamGUI/FlatCAMGUI.py:3206 msgid "Wk. format:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2815 +#: flatcamGUI/FlatCAMGUI.py:3208 msgid "" "Select the type of rectangle to be used on canvas,\n" "as valid workspace." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2828 +#: flatcamGUI/FlatCAMGUI.py:3221 msgid "Plot Fill:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2830 +#: flatcamGUI/FlatCAMGUI.py:3223 msgid "" "Set the fill color for plotted objects.\n" "First 6 digits are the color and the last 2\n" "digits are for alpha (transparency) level." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2844 flatcamGUI/FlatCAMGUI.py:2894 -#: flatcamGUI/FlatCAMGUI.py:2944 +#: flatcamGUI/FlatCAMGUI.py:3237 flatcamGUI/FlatCAMGUI.py:3287 +#: flatcamGUI/FlatCAMGUI.py:3337 msgid "Alpha Level:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2846 +#: flatcamGUI/FlatCAMGUI.py:3239 msgid "Set the fill transparency for plotted objects." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2863 +#: flatcamGUI/FlatCAMGUI.py:3256 msgid "Plot Line:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2865 +#: flatcamGUI/FlatCAMGUI.py:3258 msgid "Set the line color for plotted objects." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2877 +#: flatcamGUI/FlatCAMGUI.py:3270 msgid "Sel. Fill:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2879 +#: flatcamGUI/FlatCAMGUI.py:3272 msgid "" "Set the fill color for the selection box\n" "in case that the selection is done from left to right.\n" @@ -4075,23 +4715,23 @@ msgid "" "digits are for alpha (transparency) level." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2896 +#: flatcamGUI/FlatCAMGUI.py:3289 msgid "Set the fill transparency for the 'left to right' selection box." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2913 +#: flatcamGUI/FlatCAMGUI.py:3306 msgid "Sel. Line:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2915 +#: flatcamGUI/FlatCAMGUI.py:3308 msgid "Set the line color for the 'left to right' selection box." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2927 +#: flatcamGUI/FlatCAMGUI.py:3320 msgid "Sel2. Fill:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2929 +#: flatcamGUI/FlatCAMGUI.py:3322 msgid "" "Set the fill color for the selection box\n" "in case that the selection is done from right to left.\n" @@ -4099,125 +4739,121 @@ msgid "" "digits are for alpha (transparency) level." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2946 +#: flatcamGUI/FlatCAMGUI.py:3339 msgid "Set the fill transparency for selection 'right to left' box." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2963 +#: flatcamGUI/FlatCAMGUI.py:3356 msgid "Sel2. Line:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2965 +#: flatcamGUI/FlatCAMGUI.py:3358 msgid "Set the line color for the 'right to left' selection box." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2977 +#: flatcamGUI/FlatCAMGUI.py:3370 msgid "Editor Draw:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2979 +#: flatcamGUI/FlatCAMGUI.py:3372 msgid "Set the color for the shape." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2991 +#: flatcamGUI/FlatCAMGUI.py:3384 msgid "Editor Draw Sel.:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2993 +#: flatcamGUI/FlatCAMGUI.py:3386 msgid "Set the color of the shape when selected." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3040 +#: flatcamGUI/FlatCAMGUI.py:3433 msgid "GUI Settings" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3047 +#: flatcamGUI/FlatCAMGUI.py:3440 msgid "Layout:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3049 +#: flatcamGUI/FlatCAMGUI.py:3442 msgid "" "Select an layout for FlatCAM.\n" "It is applied immediately." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3065 +#: flatcamGUI/FlatCAMGUI.py:3458 msgid "Style:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3067 +#: flatcamGUI/FlatCAMGUI.py:3460 msgid "" "Select an style for FlatCAM.\n" "It will be applied at the next app start." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3078 +#: flatcamGUI/FlatCAMGUI.py:3471 msgid "HDPI Support:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3080 +#: flatcamGUI/FlatCAMGUI.py:3473 msgid "" "Enable High DPI support for FlatCAM.\n" "It will be applied at the next app start." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3093 +#: flatcamGUI/FlatCAMGUI.py:3486 msgid "Clear GUI Settings:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3095 +#: flatcamGUI/FlatCAMGUI.py:3488 msgid "" "Clear the GUI settings for FlatCAM,\n" "such as: layout, gui state, style, hdpi support etc." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3098 +#: flatcamGUI/FlatCAMGUI.py:3491 msgid "Clear" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3102 +#: flatcamGUI/FlatCAMGUI.py:3495 msgid "Hover Shape:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3104 +#: flatcamGUI/FlatCAMGUI.py:3497 msgid "" "Enable display of a hover shape for FlatCAM objects.\n" "It is displayed whenever the mouse cursor is hovering\n" "over any kind of not-selected object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3145 +#: flatcamGUI/FlatCAMGUI.py:3538 msgid "Are you sure you want to delete the GUI Settings? \n" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3148 +#: flatcamGUI/FlatCAMGUI.py:3541 msgid "Clear GUI Settings" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3161 -msgid "[success] GUI settings deleted ..." -msgstr "" - -#: flatcamGUI/FlatCAMGUI.py:3168 +#: flatcamGUI/FlatCAMGUI.py:3560 msgid "App Preferences" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3174 +#: flatcamGUI/FlatCAMGUI.py:3566 msgid "Units:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3175 +#: flatcamGUI/FlatCAMGUI.py:3567 msgid "" "The default value for FlatCAM units.\n" "Whatever is selected here is set every time\n" "FLatCAM is started." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3182 +#: flatcamGUI/FlatCAMGUI.py:3574 msgid "APP. LEVEL:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3183 +#: flatcamGUI/FlatCAMGUI.py:3575 msgid "" "Choose the default level of usage for FlatCAM.\n" "BASIC level -> reduced functionality, best for beginner's.\n" @@ -4227,224 +4863,238 @@ msgid "" "the Selected Tab for all kinds of FlatCAM objects." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3188 flatcamGUI/FlatCAMGUI.py:3792 +#: flatcamGUI/FlatCAMGUI.py:3580 flatcamGUI/FlatCAMGUI.py:4205 msgid "Basic" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3189 +#: flatcamGUI/FlatCAMGUI.py:3581 msgid "Advanced" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3192 +#: flatcamGUI/FlatCAMGUI.py:3584 msgid "Languages:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3193 +#: flatcamGUI/FlatCAMGUI.py:3585 msgid "Set the language used throughout FlatCAM." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3196 +#: flatcamGUI/FlatCAMGUI.py:3588 msgid "Apply Language" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3199 +#: flatcamGUI/FlatCAMGUI.py:3591 msgid "Shell at StartUp:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3201 flatcamGUI/FlatCAMGUI.py:3206 +#: flatcamGUI/FlatCAMGUI.py:3593 flatcamGUI/FlatCAMGUI.py:3598 msgid "" "Check this box if you want the shell to\n" "start automatically at startup." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3211 +#: flatcamGUI/FlatCAMGUI.py:3603 msgid "Version Check:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3213 flatcamGUI/FlatCAMGUI.py:3218 +#: flatcamGUI/FlatCAMGUI.py:3605 flatcamGUI/FlatCAMGUI.py:3610 msgid "" "Check this box if you want to check\n" "for a new version automatically at startup." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3223 +#: flatcamGUI/FlatCAMGUI.py:3615 msgid "Send Stats:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3225 flatcamGUI/FlatCAMGUI.py:3230 +#: flatcamGUI/FlatCAMGUI.py:3617 flatcamGUI/FlatCAMGUI.py:3622 msgid "" "Check this box if you agree to send anonymous\n" "stats automatically at startup, to help improve FlatCAM." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3237 +#: flatcamGUI/FlatCAMGUI.py:3629 msgid "Pan Button:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3238 +#: flatcamGUI/FlatCAMGUI.py:3630 msgid "" "Select the mouse button to use for panning:\n" "- MMB --> Middle Mouse Button\n" "- RMB --> Right Mouse Button" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3241 +#: flatcamGUI/FlatCAMGUI.py:3633 msgid "MMB" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3242 +#: flatcamGUI/FlatCAMGUI.py:3634 msgid "RMB" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3245 +#: flatcamGUI/FlatCAMGUI.py:3637 msgid "Multiple Sel:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3246 +#: flatcamGUI/FlatCAMGUI.py:3638 msgid "Select the key used for multiple selection." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3247 +#: flatcamGUI/FlatCAMGUI.py:3639 msgid "CTRL" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3248 +#: flatcamGUI/FlatCAMGUI.py:3640 msgid "SHIFT" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3251 +#: flatcamGUI/FlatCAMGUI.py:3643 msgid "Project at StartUp:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3253 flatcamGUI/FlatCAMGUI.py:3258 +#: flatcamGUI/FlatCAMGUI.py:3645 flatcamGUI/FlatCAMGUI.py:3650 msgid "" "Check this box if you want the project/selected/tool tab area to\n" "to be shown automatically at startup." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3263 +#: flatcamGUI/FlatCAMGUI.py:3655 msgid "Project AutoHide:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3265 flatcamGUI/FlatCAMGUI.py:3271 +#: flatcamGUI/FlatCAMGUI.py:3657 flatcamGUI/FlatCAMGUI.py:3663 msgid "" "Check this box if you want the project/selected/tool tab area to\n" "hide automatically when there are no objects loaded and\n" "to show whenever a new object is created." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3277 +#: flatcamGUI/FlatCAMGUI.py:3669 msgid "Enable ToolTips:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3279 flatcamGUI/FlatCAMGUI.py:3284 +#: flatcamGUI/FlatCAMGUI.py:3671 flatcamGUI/FlatCAMGUI.py:3676 msgid "" "Check this box if you want to have toolTips displayed\n" "when hovering with mouse over items throughout the App." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3318 +#: flatcamGUI/FlatCAMGUI.py:3679 +msgid "Workers number:" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:3681 flatcamGUI/FlatCAMGUI.py:3690 +msgid "" +"The number of Qthreads made available to the App.\n" +"A bigger number may finish the jobs more quickly but\n" +"depending on your computer speed, may make the App\n" +"unresponsive. Can have a value between 2 and 16.\n" +"Default value is 2.\n" +"After change, it will be applied at next App start." +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:3731 msgid "Save Compressed Project" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3320 +#: flatcamGUI/FlatCAMGUI.py:3733 msgid "" "Whether to save a compressed or uncompressed project.\n" "When checked it will save a compressed FlatCAM project." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3331 +#: flatcamGUI/FlatCAMGUI.py:3744 msgid "Compression Level:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3333 +#: flatcamGUI/FlatCAMGUI.py:3746 msgid "" "The level of compression used when saving\n" "a FlatCAM project. Higher value means better compression\n" "but require more RAM usage and more processing time." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3359 flatcamGUI/FlatCAMGUI.py:3600 -#: flatcamGUI/FlatCAMGUI.py:4255 flatcamGUI/FlatCAMGUI.py:4579 -#: flatcamGUI/ObjectUI.py:150 flatcamGUI/ObjectUI.py:591 -#: flatcamGUI/ObjectUI.py:916 flatcamGUI/ObjectUI.py:1430 +#: flatcamGUI/FlatCAMGUI.py:3772 flatcamGUI/FlatCAMGUI.py:4013 +#: flatcamGUI/FlatCAMGUI.py:4668 flatcamGUI/FlatCAMGUI.py:4992 +#: flatcamGUI/ObjectUI.py:150 flatcamGUI/ObjectUI.py:505 +#: flatcamGUI/ObjectUI.py:830 flatcamGUI/ObjectUI.py:1344 msgid "Plot Options:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3366 flatcamGUI/FlatCAMGUI.py:3612 -#: flatcamGUI/ObjectUI.py:592 +#: flatcamGUI/FlatCAMGUI.py:3779 flatcamGUI/FlatCAMGUI.py:4025 +#: flatcamGUI/ObjectUI.py:506 msgid "Solid" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3368 flatcamGUI/ObjectUI.py:158 +#: flatcamGUI/FlatCAMGUI.py:3781 flatcamGUI/ObjectUI.py:158 msgid "Solid color polygons." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3373 +#: flatcamGUI/FlatCAMGUI.py:3786 msgid "M-Color" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3375 flatcamGUI/ObjectUI.py:166 +#: flatcamGUI/FlatCAMGUI.py:3788 flatcamGUI/ObjectUI.py:166 msgid "Draw polygons in different colors." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3380 flatcamGUI/FlatCAMGUI.py:3606 -#: flatcamGUI/FlatCAMGUI.py:4259 flatcamGUI/ObjectUI.py:172 +#: flatcamGUI/FlatCAMGUI.py:3793 flatcamGUI/FlatCAMGUI.py:4019 +#: flatcamGUI/FlatCAMGUI.py:4672 flatcamGUI/ObjectUI.py:172 msgid "Plot" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3382 flatcamGUI/FlatCAMGUI.py:4261 -#: flatcamGUI/ObjectUI.py:174 flatcamGUI/ObjectUI.py:632 -#: flatcamGUI/ObjectUI.py:962 flatcamGUI/ObjectUI.py:1517 +#: flatcamGUI/FlatCAMGUI.py:3795 flatcamGUI/FlatCAMGUI.py:4674 +#: flatcamGUI/ObjectUI.py:174 flatcamGUI/ObjectUI.py:546 +#: flatcamGUI/ObjectUI.py:876 flatcamGUI/ObjectUI.py:1431 msgid "Plot (show) this object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3387 flatcamGUI/FlatCAMGUI.py:4268 -#: flatcamGUI/FlatCAMGUI.py:4615 +#: flatcamGUI/FlatCAMGUI.py:3800 flatcamGUI/FlatCAMGUI.py:4681 +#: flatcamGUI/FlatCAMGUI.py:5028 msgid "Circle Steps:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3389 +#: flatcamGUI/FlatCAMGUI.py:3802 msgid "" "The number of circle steps for Gerber \n" "circular aperture linear approximation." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3404 +#: flatcamGUI/FlatCAMGUI.py:3817 msgid "Gerber Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3408 flatcamGUI/ObjectUI.py:337 +#: flatcamGUI/FlatCAMGUI.py:3821 flatcamGUI/ObjectUI.py:251 msgid "Isolation Routing:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3410 flatcamGUI/ObjectUI.py:339 +#: flatcamGUI/FlatCAMGUI.py:3823 flatcamGUI/ObjectUI.py:253 msgid "" "Create a Geometry object with\n" "toolpaths to cut outside polygons." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3421 flatcamGUI/FlatCAMGUI.py:3978 -#: flatcamGUI/FlatCAMGUI.py:4903 flatcamGUI/ObjectUI.py:871 -#: flatcamGUI/ObjectUI.py:887 +#: flatcamGUI/FlatCAMGUI.py:3834 flatcamGUI/FlatCAMGUI.py:4391 +#: flatcamGUI/FlatCAMGUI.py:5316 flatcamGUI/ObjectUI.py:785 +#: flatcamGUI/ObjectUI.py:801 msgid "Diameter of the cutting tool." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3428 +#: flatcamGUI/FlatCAMGUI.py:3841 msgid "Width (# passes):" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3430 flatcamGUI/ObjectUI.py:361 +#: flatcamGUI/FlatCAMGUI.py:3843 flatcamGUI/ObjectUI.py:275 msgid "" "Width of the isolation gap in\n" "number (integer) of tool widths." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3438 flatcamGUI/ObjectUI.py:369 +#: flatcamGUI/FlatCAMGUI.py:3851 flatcamGUI/ObjectUI.py:283 msgid "Pass overlap:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3440 flatcamGUI/ObjectUI.py:371 +#: flatcamGUI/FlatCAMGUI.py:3853 flatcamGUI/ObjectUI.py:285 #, python-format msgid "" "How much (fraction) of the tool width to overlap each tool pass.\n" @@ -4453,50 +5103,50 @@ msgid "" "above." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3448 flatcamGUI/ObjectUI.py:381 +#: flatcamGUI/FlatCAMGUI.py:3861 flatcamGUI/ObjectUI.py:295 msgid "Milling Type:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3450 flatcamGUI/ObjectUI.py:383 +#: flatcamGUI/FlatCAMGUI.py:3863 flatcamGUI/ObjectUI.py:297 msgid "" "Milling type:\n" "- climb / best for precision milling and to reduce tool usage\n" "- conventional / useful when there is no backlash compensation" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3455 flatcamGUI/ObjectUI.py:388 +#: flatcamGUI/FlatCAMGUI.py:3868 flatcamGUI/ObjectUI.py:302 msgid "Climb" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3456 flatcamGUI/ObjectUI.py:389 +#: flatcamGUI/FlatCAMGUI.py:3869 flatcamGUI/ObjectUI.py:303 msgid "Conv." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3460 +#: flatcamGUI/FlatCAMGUI.py:3873 msgid "Combine Passes" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3462 flatcamGUI/ObjectUI.py:395 +#: flatcamGUI/FlatCAMGUI.py:3875 flatcamGUI/ObjectUI.py:309 msgid "Combine all passes into one object" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3467 +#: flatcamGUI/FlatCAMGUI.py:3880 msgid "Clear non-copper:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3469 flatcamGUI/FlatCAMGUI.py:4791 -#: flatcamGUI/ObjectUI.py:472 +#: flatcamGUI/FlatCAMGUI.py:3882 flatcamGUI/FlatCAMGUI.py:5204 +#: flatcamGUI/ObjectUI.py:386 msgid "" "Create a Geometry object with\n" "toolpaths to cut all non-copper regions." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3478 flatcamGUI/FlatCAMGUI.py:3504 -#: flatcamGUI/ObjectUI.py:516 flatcamGUI/ObjectUI.py:550 +#: flatcamGUI/FlatCAMGUI.py:3891 flatcamGUI/FlatCAMGUI.py:3917 +#: flatcamGUI/ObjectUI.py:430 flatcamGUI/ObjectUI.py:464 msgid "Boundary Margin:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3480 flatcamGUI/ObjectUI.py:518 +#: flatcamGUI/FlatCAMGUI.py:3893 flatcamGUI/ObjectUI.py:432 msgid "" "Specify the edge of the PCB\n" "by drawing a box around all\n" @@ -4504,27 +5154,27 @@ msgid "" "distance." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3490 flatcamGUI/FlatCAMGUI.py:3513 +#: flatcamGUI/FlatCAMGUI.py:3903 flatcamGUI/FlatCAMGUI.py:3926 msgid "Rounded corners" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3492 +#: flatcamGUI/FlatCAMGUI.py:3905 msgid "" "Creates a Geometry objects with polygons\n" "covering the copper-free areas of the PCB." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3498 flatcamGUI/ObjectUI.py:540 +#: flatcamGUI/FlatCAMGUI.py:3911 flatcamGUI/ObjectUI.py:454 msgid "Bounding Box:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3506 flatcamGUI/ObjectUI.py:552 +#: flatcamGUI/FlatCAMGUI.py:3919 flatcamGUI/ObjectUI.py:466 msgid "" "Distance of the edges of the box\n" "to the nearest polygon." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3515 flatcamGUI/ObjectUI.py:562 +#: flatcamGUI/FlatCAMGUI.py:3928 flatcamGUI/ObjectUI.py:476 msgid "" "If the bounding box is \n" "to have rounded corners\n" @@ -4532,74 +5182,74 @@ msgid "" "the margin." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3529 +#: flatcamGUI/FlatCAMGUI.py:3942 msgid "Gerber Adv. Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3533 +#: flatcamGUI/FlatCAMGUI.py:3946 msgid "Advanced Param.:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3535 +#: flatcamGUI/FlatCAMGUI.py:3948 msgid "" "A list of Gerber advanced parameters.\n" "Those parameters are available only for\n" "Advanced App. Level." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3545 flatcamGUI/ObjectUI.py:400 +#: flatcamGUI/FlatCAMGUI.py:3958 flatcamGUI/ObjectUI.py:314 msgid "\"Follow\"" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3547 flatcamGUI/ObjectUI.py:402 +#: flatcamGUI/FlatCAMGUI.py:3960 flatcamGUI/ObjectUI.py:316 msgid "" "Generate a 'Follow' geometry.\n" "This means that it will cut through\n" "the middle of the trace." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3555 +#: flatcamGUI/FlatCAMGUI.py:3968 msgid "Table Show/Hide" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3557 +#: flatcamGUI/FlatCAMGUI.py:3970 msgid "" "Toggle the display of the Gerber Apertures Table.\n" "Also, on hide, it will delete all mark shapes\n" "that are drawn on canvas." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3565 +#: flatcamGUI/FlatCAMGUI.py:3978 msgid "Ap. Scale Factor:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3567 flatcamGUI/ObjectUI.py:269 +#: flatcamGUI/FlatCAMGUI.py:3980 msgid "" "Change the size of the selected apertures.\n" "Factor by which to multiply\n" "geometric features of this object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3577 +#: flatcamGUI/FlatCAMGUI.py:3990 msgid "Ap. Buffer Factor:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3579 flatcamGUI/ObjectUI.py:290 +#: flatcamGUI/FlatCAMGUI.py:3992 msgid "" "Change the size of the selected apertures.\n" "Factor by which to expand/shrink\n" "geometric features of this object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3597 +#: flatcamGUI/FlatCAMGUI.py:4010 msgid "Excellon General" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3619 +#: flatcamGUI/FlatCAMGUI.py:4032 msgid "Excellon Format:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3621 +#: flatcamGUI/FlatCAMGUI.py:4034 msgid "" "The NC drill files, usually named Excellon files\n" "are files that can be found in different formats.\n" @@ -4622,41 +5272,41 @@ msgid "" "KiCAD 3:5 INCH TZ" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3646 +#: flatcamGUI/FlatCAMGUI.py:4059 msgid "INCH:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3649 +#: flatcamGUI/FlatCAMGUI.py:4062 msgid "Default values for INCH are 2:4" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3657 flatcamGUI/FlatCAMGUI.py:3690 -#: flatcamGUI/FlatCAMGUI.py:4167 +#: flatcamGUI/FlatCAMGUI.py:4070 flatcamGUI/FlatCAMGUI.py:4103 +#: flatcamGUI/FlatCAMGUI.py:4580 msgid "" "This numbers signify the number of digits in\n" "the whole part of Excellon coordinates." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3671 flatcamGUI/FlatCAMGUI.py:3704 -#: flatcamGUI/FlatCAMGUI.py:4181 +#: flatcamGUI/FlatCAMGUI.py:4084 flatcamGUI/FlatCAMGUI.py:4117 +#: flatcamGUI/FlatCAMGUI.py:4594 msgid "" "This numbers signify the number of digits in\n" "the decimal part of Excellon coordinates." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3679 +#: flatcamGUI/FlatCAMGUI.py:4092 msgid "METRIC:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3682 +#: flatcamGUI/FlatCAMGUI.py:4095 msgid "Default values for METRIC are 3:3" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3713 +#: flatcamGUI/FlatCAMGUI.py:4126 msgid "Default Zeros:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3716 flatcamGUI/FlatCAMGUI.py:4216 +#: flatcamGUI/FlatCAMGUI.py:4129 flatcamGUI/FlatCAMGUI.py:4629 msgid "" "This sets the type of Excellon zeros.\n" "If LZ then Leading Zeros are kept and\n" @@ -4665,15 +5315,15 @@ msgid "" "and Leading Zeros are removed." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3724 flatcamGUI/FlatCAMGUI.py:4223 +#: flatcamGUI/FlatCAMGUI.py:4137 flatcamGUI/FlatCAMGUI.py:4636 msgid "LZ" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3725 flatcamGUI/FlatCAMGUI.py:4224 +#: flatcamGUI/FlatCAMGUI.py:4138 flatcamGUI/FlatCAMGUI.py:4637 msgid "TZ" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3727 +#: flatcamGUI/FlatCAMGUI.py:4140 msgid "" "This sets the default type of Excellon zeros.\n" "If it is not detected in the parsed file the value here\n" @@ -4683,11 +5333,11 @@ msgid "" "and Leading Zeros are removed." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3741 +#: flatcamGUI/FlatCAMGUI.py:4154 msgid "Default Units:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3744 +#: flatcamGUI/FlatCAMGUI.py:4157 msgid "" "This sets the default units of Excellon files.\n" "If it is not detected in the parsed file the value here\n" @@ -4695,30 +5345,30 @@ msgid "" "therefore this parameter will be used." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3752 flatcamGUI/FlatCAMGUI.py:4143 +#: flatcamGUI/FlatCAMGUI.py:4165 flatcamGUI/FlatCAMGUI.py:4556 msgid "INCH" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3753 flatcamGUI/FlatCAMGUI.py:4144 +#: flatcamGUI/FlatCAMGUI.py:4166 flatcamGUI/FlatCAMGUI.py:4557 msgid "MM" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3755 +#: flatcamGUI/FlatCAMGUI.py:4168 msgid "" "This sets the units of Excellon files.\n" "Some Excellon files don't have an header\n" "therefore this parameter will be used." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3771 +#: flatcamGUI/FlatCAMGUI.py:4184 msgid "Excellon Optimization:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3778 +#: flatcamGUI/FlatCAMGUI.py:4191 msgid "Algorithm: " msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3781 flatcamGUI/FlatCAMGUI.py:3794 +#: flatcamGUI/FlatCAMGUI.py:4194 flatcamGUI/FlatCAMGUI.py:4207 msgid "" "This sets the optimization type for the Excellon drill path.\n" "If MH is checked then Google OR-Tools algorithm with MetaHeuristic\n" @@ -4730,15 +5380,15 @@ msgid "" "Travelling Salesman algorithm for path optimization." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3791 +#: flatcamGUI/FlatCAMGUI.py:4204 msgid "MH" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3806 +#: flatcamGUI/FlatCAMGUI.py:4219 msgid "Optimization Time: " msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3809 +#: flatcamGUI/FlatCAMGUI.py:4222 msgid "" "When OR-Tools Metaheuristic (MH) is enabled there is a\n" "maximum threshold for how much time is spent doing the\n" @@ -4746,120 +5396,120 @@ msgid "" "In seconds." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3850 +#: flatcamGUI/FlatCAMGUI.py:4263 msgid "Excellon Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3853 flatcamGUI/ObjectUI.py:670 +#: flatcamGUI/FlatCAMGUI.py:4266 flatcamGUI/ObjectUI.py:584 msgid "Create CNC Job" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3855 +#: flatcamGUI/FlatCAMGUI.py:4268 msgid "" "Parameters used to create a CNC Job object\n" "for this drill object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3863 flatcamGUI/FlatCAMGUI.py:4319 -#: flatcamGUI/FlatCAMGUI.py:5318 flatcamGUI/ObjectUI.py:681 -#: flatcamGUI/ObjectUI.py:1145 flatcamTools/ToolCalculators.py:108 +#: flatcamGUI/FlatCAMGUI.py:4276 flatcamGUI/FlatCAMGUI.py:4732 +#: flatcamGUI/FlatCAMGUI.py:5740 flatcamGUI/ObjectUI.py:595 +#: flatcamGUI/ObjectUI.py:1059 flatcamTools/ToolCalculators.py:108 msgid "Cut Z:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3865 flatcamGUI/ObjectUI.py:683 +#: flatcamGUI/FlatCAMGUI.py:4278 flatcamGUI/ObjectUI.py:597 msgid "" "Drill depth (negative)\n" "below the copper surface." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3872 flatcamGUI/FlatCAMGUI.py:4352 -#: flatcamGUI/ObjectUI.py:691 flatcamGUI/ObjectUI.py:1181 +#: flatcamGUI/FlatCAMGUI.py:4285 flatcamGUI/FlatCAMGUI.py:4765 +#: flatcamGUI/ObjectUI.py:605 flatcamGUI/ObjectUI.py:1095 msgid "Travel Z:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3874 flatcamGUI/ObjectUI.py:693 +#: flatcamGUI/FlatCAMGUI.py:4287 flatcamGUI/ObjectUI.py:607 msgid "" "Tool height when travelling\n" "across the XY plane." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3882 flatcamGUI/FlatCAMGUI.py:4362 +#: flatcamGUI/FlatCAMGUI.py:4295 flatcamGUI/FlatCAMGUI.py:4775 msgid "Tool change:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3884 flatcamGUI/FlatCAMGUI.py:4364 -#: flatcamGUI/ObjectUI.py:703 +#: flatcamGUI/FlatCAMGUI.py:4297 flatcamGUI/FlatCAMGUI.py:4777 +#: flatcamGUI/ObjectUI.py:617 msgid "" "Include tool-change sequence\n" "in G-Code (Pause for tool change)." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3891 flatcamGUI/FlatCAMGUI.py:4372 +#: flatcamGUI/FlatCAMGUI.py:4304 flatcamGUI/FlatCAMGUI.py:4785 msgid "Toolchange Z:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3893 flatcamGUI/FlatCAMGUI.py:4374 +#: flatcamGUI/FlatCAMGUI.py:4306 flatcamGUI/FlatCAMGUI.py:4787 msgid "Toolchange Z position." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3899 +#: flatcamGUI/FlatCAMGUI.py:4312 msgid "Feedrate:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3901 +#: flatcamGUI/FlatCAMGUI.py:4314 msgid "" "Tool speed while drilling\n" "(in units per minute)." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3909 +#: flatcamGUI/FlatCAMGUI.py:4322 msgid "Spindle Speed:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3911 flatcamGUI/FlatCAMGUI.py:4404 -#: flatcamGUI/ObjectUI.py:767 +#: flatcamGUI/FlatCAMGUI.py:4324 flatcamGUI/FlatCAMGUI.py:4817 +#: flatcamGUI/ObjectUI.py:681 msgid "" "Speed of the spindle\n" "in RPM (optional)" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3919 flatcamGUI/FlatCAMGUI.py:4412 -#: flatcamGUI/ObjectUI.py:775 flatcamGUI/ObjectUI.py:1304 +#: flatcamGUI/FlatCAMGUI.py:4332 flatcamGUI/FlatCAMGUI.py:4825 +#: flatcamGUI/ObjectUI.py:689 flatcamGUI/ObjectUI.py:1218 msgid "Dwell:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3921 flatcamGUI/FlatCAMGUI.py:4414 -#: flatcamGUI/ObjectUI.py:777 flatcamGUI/ObjectUI.py:1307 +#: flatcamGUI/FlatCAMGUI.py:4334 flatcamGUI/FlatCAMGUI.py:4827 +#: flatcamGUI/ObjectUI.py:691 flatcamGUI/ObjectUI.py:1221 msgid "" "Pause to allow the spindle to reach its\n" "speed before cutting." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3924 flatcamGUI/FlatCAMGUI.py:4417 +#: flatcamGUI/FlatCAMGUI.py:4337 flatcamGUI/FlatCAMGUI.py:4830 msgid "Duration:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3926 flatcamGUI/FlatCAMGUI.py:4419 -#: flatcamGUI/ObjectUI.py:782 flatcamGUI/ObjectUI.py:1314 +#: flatcamGUI/FlatCAMGUI.py:4339 flatcamGUI/FlatCAMGUI.py:4832 +#: flatcamGUI/ObjectUI.py:696 flatcamGUI/ObjectUI.py:1228 msgid "Number of milliseconds for spindle to dwell." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3938 flatcamGUI/FlatCAMGUI.py:4429 -#: flatcamGUI/ObjectUI.py:790 +#: flatcamGUI/FlatCAMGUI.py:4351 flatcamGUI/FlatCAMGUI.py:4842 +#: flatcamGUI/ObjectUI.py:704 msgid "Postprocessor:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3940 +#: flatcamGUI/FlatCAMGUI.py:4353 msgid "" "The postprocessor file that dictates\n" "gcode output." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3950 +#: flatcamGUI/FlatCAMGUI.py:4363 msgid "Gcode: " msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3952 +#: flatcamGUI/FlatCAMGUI.py:4365 msgid "" "Choose what to use for GCode generation:\n" "'Drills', 'Slots' or 'Both'.\n" @@ -4867,107 +5517,107 @@ msgid "" "converted to drills." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3957 flatcamGUI/ObjectUI.py:642 -#: flatcamGUI/ObjectUI.py:838 +#: flatcamGUI/FlatCAMGUI.py:4370 flatcamGUI/ObjectUI.py:556 +#: flatcamGUI/ObjectUI.py:752 msgid "Drills" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3958 flatcamGUI/ObjectUI.py:642 -#: flatcamGUI/ObjectUI.py:839 +#: flatcamGUI/FlatCAMGUI.py:4371 flatcamGUI/ObjectUI.py:556 +#: flatcamGUI/ObjectUI.py:753 msgid "Slots" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3959 flatcamGUI/ObjectUI.py:840 +#: flatcamGUI/FlatCAMGUI.py:4372 flatcamGUI/ObjectUI.py:754 msgid "Both" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3968 flatcamGUI/ObjectUI.py:855 +#: flatcamGUI/FlatCAMGUI.py:4381 flatcamGUI/ObjectUI.py:769 msgid "Mill Holes" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3970 flatcamGUI/ObjectUI.py:857 +#: flatcamGUI/FlatCAMGUI.py:4383 flatcamGUI/ObjectUI.py:771 msgid "Create Geometry for milling holes." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3976 +#: flatcamGUI/FlatCAMGUI.py:4389 msgid "Drill Tool dia:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3983 +#: flatcamGUI/FlatCAMGUI.py:4396 msgid "Slot Tool dia:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3985 +#: flatcamGUI/FlatCAMGUI.py:4398 msgid "" "Diameter of the cutting tool\n" "when milling slots." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3997 +#: flatcamGUI/FlatCAMGUI.py:4410 msgid "Defaults" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4010 +#: flatcamGUI/FlatCAMGUI.py:4423 msgid "Excellon Adv. Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4016 flatcamGUI/FlatCAMGUI.py:4452 +#: flatcamGUI/FlatCAMGUI.py:4429 flatcamGUI/FlatCAMGUI.py:4865 msgid "Advanced Options:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4018 +#: flatcamGUI/FlatCAMGUI.py:4431 msgid "" "Parameters used to create a CNC Job object\n" "for this drill object that are shown when App Level is Advanced." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4026 +#: flatcamGUI/FlatCAMGUI.py:4439 msgid "Offset Z:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4028 flatcamGUI/ObjectUI.py:660 +#: flatcamGUI/FlatCAMGUI.py:4441 flatcamGUI/ObjectUI.py:574 msgid "" "Some drill bits (the larger ones) need to drill deeper\n" "to create the desired exit hole diameter due of the tip shape.\n" "The value here can compensate the Cut Z parameter." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4035 flatcamGUI/FlatCAMGUI.py:4463 +#: flatcamGUI/FlatCAMGUI.py:4448 flatcamGUI/FlatCAMGUI.py:4876 msgid "Toolchange X,Y:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4037 flatcamGUI/FlatCAMGUI.py:4465 +#: flatcamGUI/FlatCAMGUI.py:4450 flatcamGUI/FlatCAMGUI.py:4878 msgid "Toolchange X,Y position." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4043 flatcamGUI/FlatCAMGUI.py:4472 -#: flatcamGUI/ObjectUI.py:720 +#: flatcamGUI/FlatCAMGUI.py:4456 flatcamGUI/FlatCAMGUI.py:4885 +#: flatcamGUI/ObjectUI.py:634 msgid "Start move Z:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4045 +#: flatcamGUI/FlatCAMGUI.py:4458 msgid "" "Height of the tool just after start.\n" "Delete the value if you don't need this feature." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4052 flatcamGUI/FlatCAMGUI.py:4482 -#: flatcamGUI/ObjectUI.py:730 flatcamGUI/ObjectUI.py:1227 +#: flatcamGUI/FlatCAMGUI.py:4465 flatcamGUI/FlatCAMGUI.py:4895 +#: flatcamGUI/ObjectUI.py:644 flatcamGUI/ObjectUI.py:1141 msgid "End move Z:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4054 flatcamGUI/FlatCAMGUI.py:4484 +#: flatcamGUI/FlatCAMGUI.py:4467 flatcamGUI/FlatCAMGUI.py:4897 msgid "" "Height of the tool after\n" "the last move at the end of the job." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4061 flatcamGUI/FlatCAMGUI.py:4492 -#: flatcamGUI/ObjectUI.py:751 +#: flatcamGUI/FlatCAMGUI.py:4474 flatcamGUI/FlatCAMGUI.py:4905 +#: flatcamGUI/ObjectUI.py:665 msgid "Feedrate Rapids:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4063 flatcamGUI/ObjectUI.py:753 +#: flatcamGUI/FlatCAMGUI.py:4476 flatcamGUI/ObjectUI.py:667 msgid "" "Tool speed while drilling\n" "(in units per minute).\n" @@ -4976,33 +5626,33 @@ msgid "" "ignore for any other cases." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4074 flatcamGUI/FlatCAMGUI.py:4516 -#: flatcamGUI/ObjectUI.py:801 flatcamGUI/ObjectUI.py:1336 +#: flatcamGUI/FlatCAMGUI.py:4487 flatcamGUI/FlatCAMGUI.py:4929 +#: flatcamGUI/ObjectUI.py:715 flatcamGUI/ObjectUI.py:1250 msgid "Probe Z depth:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4076 flatcamGUI/FlatCAMGUI.py:4518 -#: flatcamGUI/ObjectUI.py:803 flatcamGUI/ObjectUI.py:1339 +#: flatcamGUI/FlatCAMGUI.py:4489 flatcamGUI/FlatCAMGUI.py:4931 +#: flatcamGUI/ObjectUI.py:717 flatcamGUI/ObjectUI.py:1253 msgid "" "The maximum depth that the probe is allowed\n" "to probe. Negative value, in current units." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4084 flatcamGUI/FlatCAMGUI.py:4526 -#: flatcamGUI/ObjectUI.py:813 flatcamGUI/ObjectUI.py:1350 +#: flatcamGUI/FlatCAMGUI.py:4497 flatcamGUI/FlatCAMGUI.py:4939 +#: flatcamGUI/ObjectUI.py:727 flatcamGUI/ObjectUI.py:1264 msgid "Feedrate Probe:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4086 flatcamGUI/FlatCAMGUI.py:4528 -#: flatcamGUI/ObjectUI.py:815 flatcamGUI/ObjectUI.py:1353 +#: flatcamGUI/FlatCAMGUI.py:4499 flatcamGUI/FlatCAMGUI.py:4941 +#: flatcamGUI/ObjectUI.py:729 flatcamGUI/ObjectUI.py:1267 msgid "The feedrate used while the probe is probing." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4092 flatcamGUI/FlatCAMGUI.py:4535 +#: flatcamGUI/FlatCAMGUI.py:4505 flatcamGUI/FlatCAMGUI.py:4948 msgid "Fast Plunge:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4094 flatcamGUI/FlatCAMGUI.py:4537 +#: flatcamGUI/FlatCAMGUI.py:4507 flatcamGUI/FlatCAMGUI.py:4950 msgid "" "By checking this, the vertical move from\n" "Z_Toolchange to Z_move is done with G0,\n" @@ -5010,11 +5660,11 @@ msgid "" "WARNING: the move is done at Toolchange X,Y coords." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4103 +#: flatcamGUI/FlatCAMGUI.py:4516 msgid "Fast Retract:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4105 +#: flatcamGUI/FlatCAMGUI.py:4518 msgid "" "Exit hole strategy.\n" " - When uncheked, while exiting the drilled hole the drill bit\n" @@ -5024,33 +5674,33 @@ msgid "" "(travel height) is done as fast as possible (G0) in one move." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4124 +#: flatcamGUI/FlatCAMGUI.py:4537 msgid "Excellon Export" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4127 +#: flatcamGUI/FlatCAMGUI.py:4540 msgid "Export Options:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4129 +#: flatcamGUI/FlatCAMGUI.py:4542 msgid "" "The parameters set here are used in the file exported\n" "when using the File -> Export -> Export Excellon menu entry." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4138 +#: flatcamGUI/FlatCAMGUI.py:4551 msgid "Units:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4140 flatcamGUI/FlatCAMGUI.py:4146 +#: flatcamGUI/FlatCAMGUI.py:4553 flatcamGUI/FlatCAMGUI.py:4559 msgid "The units used in the Excellon file." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4152 +#: flatcamGUI/FlatCAMGUI.py:4565 msgid "Int/Decimals:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4154 +#: flatcamGUI/FlatCAMGUI.py:4567 msgid "" "The NC drill files, usually named Excellon files\n" "are files that can be found in different formats.\n" @@ -5058,11 +5708,11 @@ msgid "" "coordinates are not using period." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4190 +#: flatcamGUI/FlatCAMGUI.py:4603 msgid "Format:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4192 flatcamGUI/FlatCAMGUI.py:4202 +#: flatcamGUI/FlatCAMGUI.py:4605 flatcamGUI/FlatCAMGUI.py:4615 msgid "" "Select the kind of coordinates format used.\n" "Coordinates can be saved with decimal point or without.\n" @@ -5072,19 +5722,19 @@ msgid "" "or TZ = trailing zeros are kept." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4199 +#: flatcamGUI/FlatCAMGUI.py:4612 msgid "Decimal" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4200 +#: flatcamGUI/FlatCAMGUI.py:4613 msgid "No-Decimal" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4213 +#: flatcamGUI/FlatCAMGUI.py:4626 msgid "Zeros:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4226 +#: flatcamGUI/FlatCAMGUI.py:4639 msgid "" "This sets the default type of Excellon zeros.\n" "If LZ then Leading Zeros are kept and\n" @@ -5093,64 +5743,64 @@ msgid "" "and Leading Zeros are removed." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4252 +#: flatcamGUI/FlatCAMGUI.py:4665 msgid "Geometry General" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4270 +#: flatcamGUI/FlatCAMGUI.py:4683 msgid "" "The number of circle steps for Geometry \n" "circle and arc shapes linear approximation." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4278 +#: flatcamGUI/FlatCAMGUI.py:4691 msgid "Tools" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4285 +#: flatcamGUI/FlatCAMGUI.py:4698 msgid "Tool dia: " msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4287 +#: flatcamGUI/FlatCAMGUI.py:4700 msgid "" "The diameter of the cutting\n" "tool.." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4302 +#: flatcamGUI/FlatCAMGUI.py:4715 msgid "Geometry Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4307 +#: flatcamGUI/FlatCAMGUI.py:4720 msgid "Create CNC Job:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4309 +#: flatcamGUI/FlatCAMGUI.py:4722 msgid "" "Create a CNC Job object\n" "tracing the contours of this\n" "Geometry object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4321 flatcamGUI/ObjectUI.py:1148 +#: flatcamGUI/FlatCAMGUI.py:4734 flatcamGUI/ObjectUI.py:1062 msgid "" "Cutting depth (negative)\n" "below the copper surface." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4329 +#: flatcamGUI/FlatCAMGUI.py:4742 msgid "Multidepth" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4331 +#: flatcamGUI/FlatCAMGUI.py:4744 msgid "Multidepth usage: True or False." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4336 +#: flatcamGUI/FlatCAMGUI.py:4749 msgid "Depth/Pass:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4338 +#: flatcamGUI/FlatCAMGUI.py:4751 msgid "" "The depth to cut on each pass,\n" "when multidepth is enabled.\n" @@ -5159,61 +5809,61 @@ msgid "" "which has negative value." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4354 flatcamGUI/ObjectUI.py:1184 +#: flatcamGUI/FlatCAMGUI.py:4767 flatcamGUI/ObjectUI.py:1098 msgid "" "Height of the tool when\n" "moving without cutting." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4381 flatcamGUI/ObjectUI.py:1239 +#: flatcamGUI/FlatCAMGUI.py:4794 flatcamGUI/ObjectUI.py:1153 msgid "Feed Rate X-Y:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4383 flatcamGUI/ObjectUI.py:1242 +#: flatcamGUI/FlatCAMGUI.py:4796 flatcamGUI/ObjectUI.py:1156 msgid "" "Cutting speed in the XY\n" "plane in units per minute" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4391 +#: flatcamGUI/FlatCAMGUI.py:4804 msgid "Feed Rate Z:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4393 +#: flatcamGUI/FlatCAMGUI.py:4806 msgid "" "Cutting speed in the XY\n" "plane in units per minute.\n" "It is called also Plunge." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4402 flatcamGUI/ObjectUI.py:765 -#: flatcamGUI/ObjectUI.py:1291 +#: flatcamGUI/FlatCAMGUI.py:4815 flatcamGUI/ObjectUI.py:679 +#: flatcamGUI/ObjectUI.py:1205 msgid "Spindle speed:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4431 +#: flatcamGUI/FlatCAMGUI.py:4844 msgid "" "The postprocessor file that dictates\n" "Machine Code output." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4447 +#: flatcamGUI/FlatCAMGUI.py:4860 msgid "Geometry Adv. Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4454 +#: flatcamGUI/FlatCAMGUI.py:4867 msgid "" "Parameters to create a CNC Job object\n" "tracing the contours of a Geometry object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4474 +#: flatcamGUI/FlatCAMGUI.py:4887 msgid "" "Height of the tool just after starting the work.\n" "Delete the value if you don't need this feature." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4494 +#: flatcamGUI/FlatCAMGUI.py:4907 msgid "" "Cutting speed in the XY plane\n" "(in units per minute).\n" @@ -5222,11 +5872,11 @@ msgid "" "ignore for any other cases." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4506 +#: flatcamGUI/FlatCAMGUI.py:4919 msgid "Re-cut 1st pt." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4508 flatcamGUI/ObjectUI.py:1282 +#: flatcamGUI/FlatCAMGUI.py:4921 flatcamGUI/ObjectUI.py:1196 msgid "" "In order to remove possible\n" "copper leftovers where first cut\n" @@ -5234,42 +5884,42 @@ msgid "" "extended cut over the first cut section." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4547 +#: flatcamGUI/FlatCAMGUI.py:4960 msgid "Seg. X size:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4549 +#: flatcamGUI/FlatCAMGUI.py:4962 msgid "" "The size of the trace segment on the X axis.\n" "Useful for auto-leveling.\n" "A value of 0 means no segmentation on the X axis." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4558 +#: flatcamGUI/FlatCAMGUI.py:4971 msgid "Seg. Y size:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4560 +#: flatcamGUI/FlatCAMGUI.py:4973 msgid "" "The size of the trace segment on the Y axis.\n" "Useful for auto-leveling.\n" "A value of 0 means no segmentation on the Y axis." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4576 +#: flatcamGUI/FlatCAMGUI.py:4989 msgid "CNC Job General" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4589 flatcamGUI/ObjectUI.py:630 -#: flatcamGUI/ObjectUI.py:960 flatcamGUI/ObjectUI.py:1514 +#: flatcamGUI/FlatCAMGUI.py:5002 flatcamGUI/ObjectUI.py:544 +#: flatcamGUI/ObjectUI.py:874 flatcamGUI/ObjectUI.py:1428 msgid "Plot Object" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4596 +#: flatcamGUI/FlatCAMGUI.py:5009 msgid "Plot kind:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4598 flatcamGUI/ObjectUI.py:1436 +#: flatcamGUI/FlatCAMGUI.py:5011 flatcamGUI/ObjectUI.py:1350 msgid "" "This selects the kind of geometries on the canvas to plot.\n" "Those can be either of type 'Travel' which means the moves\n" @@ -5277,87 +5927,87 @@ msgid "" "which means the moves that cut into the material." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4606 flatcamGUI/ObjectUI.py:1445 +#: flatcamGUI/FlatCAMGUI.py:5019 flatcamGUI/ObjectUI.py:1359 msgid "Travel" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4617 +#: flatcamGUI/FlatCAMGUI.py:5030 msgid "" "The number of circle steps for GCode \n" "circle and arc shapes linear approximation." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4627 +#: flatcamGUI/FlatCAMGUI.py:5040 msgid "" "Diameter of the tool to be\n" "rendered in the plot." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4635 +#: flatcamGUI/FlatCAMGUI.py:5048 msgid "Coords dec.:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4637 +#: flatcamGUI/FlatCAMGUI.py:5050 msgid "" "The number of decimals to be used for \n" "the X, Y, Z coordinates in CNC code (GCODE, etc.)" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4645 +#: flatcamGUI/FlatCAMGUI.py:5058 msgid "Feedrate dec.:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4647 +#: flatcamGUI/FlatCAMGUI.py:5060 msgid "" "The number of decimals to be used for \n" "the Feedrate parameter in CNC code (GCODE, etc.)" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4662 +#: flatcamGUI/FlatCAMGUI.py:5075 msgid "CNC Job Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4665 flatcamGUI/FlatCAMGUI.py:4706 +#: flatcamGUI/FlatCAMGUI.py:5078 flatcamGUI/FlatCAMGUI.py:5119 msgid "Export G-Code:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4667 flatcamGUI/FlatCAMGUI.py:4708 -#: flatcamGUI/ObjectUI.py:1550 +#: flatcamGUI/FlatCAMGUI.py:5080 flatcamGUI/FlatCAMGUI.py:5121 +#: flatcamGUI/ObjectUI.py:1464 msgid "" "Export and save G-Code to\n" "make this object to a file." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4673 +#: flatcamGUI/FlatCAMGUI.py:5086 msgid "Prepend to G-Code:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4675 +#: flatcamGUI/FlatCAMGUI.py:5088 msgid "" "Type here any G-Code commands you would\n" "like to add at the beginning of the G-Code file." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4684 +#: flatcamGUI/FlatCAMGUI.py:5097 msgid "Append to G-Code:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4686 flatcamGUI/ObjectUI.py:1572 +#: flatcamGUI/FlatCAMGUI.py:5099 flatcamGUI/ObjectUI.py:1486 msgid "" "Type here any G-Code commands you would\n" "like to append to the generated file.\n" "I.e.: M2 (End of program)" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4703 +#: flatcamGUI/FlatCAMGUI.py:5116 msgid "CNC Job Adv. Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4714 flatcamGUI/ObjectUI.py:1590 +#: flatcamGUI/FlatCAMGUI.py:5127 flatcamGUI/ObjectUI.py:1504 msgid "Toolchange G-Code:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4716 +#: flatcamGUI/FlatCAMGUI.py:5129 msgid "" "Type here any G-Code commands you would\n" "like to be executed when Toolchange event is encountered.\n" @@ -5365,95 +6015,95 @@ msgid "" "or a Toolchange Macro." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4730 flatcamGUI/ObjectUI.py:1612 +#: flatcamGUI/FlatCAMGUI.py:5143 flatcamGUI/ObjectUI.py:1526 msgid "Use Toolchange Macro" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4732 flatcamGUI/ObjectUI.py:1615 +#: flatcamGUI/FlatCAMGUI.py:5145 flatcamGUI/ObjectUI.py:1529 msgid "" "Check this box if you want to use\n" "a Custom Toolchange GCode (macro)." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4744 flatcamGUI/ObjectUI.py:1624 +#: flatcamGUI/FlatCAMGUI.py:5157 flatcamGUI/ObjectUI.py:1538 msgid "" "A list of the FlatCAM variables that can be used\n" "in the Toolchange event.\n" "They have to be surrounded by the '%' symbol" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4751 flatcamGUI/ObjectUI.py:1631 +#: flatcamGUI/FlatCAMGUI.py:5164 flatcamGUI/ObjectUI.py:1545 msgid "Parameters" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4754 flatcamGUI/ObjectUI.py:1634 +#: flatcamGUI/FlatCAMGUI.py:5167 flatcamGUI/ObjectUI.py:1548 msgid "FlatCAM CNC parameters" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4755 flatcamGUI/ObjectUI.py:1635 +#: flatcamGUI/FlatCAMGUI.py:5168 flatcamGUI/ObjectUI.py:1549 msgid "tool = tool number" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4756 flatcamGUI/ObjectUI.py:1636 +#: flatcamGUI/FlatCAMGUI.py:5169 flatcamGUI/ObjectUI.py:1550 msgid "tooldia = tool diameter" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4757 flatcamGUI/ObjectUI.py:1637 +#: flatcamGUI/FlatCAMGUI.py:5170 flatcamGUI/ObjectUI.py:1551 msgid "t_drills = for Excellon, total number of drills" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4758 flatcamGUI/ObjectUI.py:1638 +#: flatcamGUI/FlatCAMGUI.py:5171 flatcamGUI/ObjectUI.py:1552 msgid "x_toolchange = X coord for Toolchange" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4759 flatcamGUI/ObjectUI.py:1639 +#: flatcamGUI/FlatCAMGUI.py:5172 flatcamGUI/ObjectUI.py:1553 msgid "y_toolchange = Y coord for Toolchange" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4760 flatcamGUI/ObjectUI.py:1640 +#: flatcamGUI/FlatCAMGUI.py:5173 flatcamGUI/ObjectUI.py:1554 msgid "z_toolchange = Z coord for Toolchange" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4761 +#: flatcamGUI/FlatCAMGUI.py:5174 msgid "z_cut = Z depth for the cut" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4762 +#: flatcamGUI/FlatCAMGUI.py:5175 msgid "z_move = Z height for travel" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4763 flatcamGUI/ObjectUI.py:1643 +#: flatcamGUI/FlatCAMGUI.py:5176 flatcamGUI/ObjectUI.py:1557 msgid "z_depthpercut = the step value for multidepth cut" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4764 flatcamGUI/ObjectUI.py:1644 +#: flatcamGUI/FlatCAMGUI.py:5177 flatcamGUI/ObjectUI.py:1558 msgid "spindlesspeed = the value for the spindle speed" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4765 flatcamGUI/ObjectUI.py:1645 +#: flatcamGUI/FlatCAMGUI.py:5178 flatcamGUI/ObjectUI.py:1559 msgid "dwelltime = time to dwell to allow the spindle to reach it's set RPM" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4786 +#: flatcamGUI/FlatCAMGUI.py:5199 msgid "NCC Tool Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4789 flatcamGUI/FlatCAMGUI.py:4890 -#: flatcamGUI/FlatCAMGUI.py:4960 flatcamGUI/FlatCAMGUI.py:5019 -#: flatcamGUI/FlatCAMGUI.py:5122 flatcamGUI/FlatCAMGUI.py:5183 -#: flatcamGUI/FlatCAMGUI.py:5382 flatcamGUI/FlatCAMGUI.py:5509 +#: flatcamGUI/FlatCAMGUI.py:5202 flatcamGUI/FlatCAMGUI.py:5303 +#: flatcamGUI/FlatCAMGUI.py:5382 flatcamGUI/FlatCAMGUI.py:5441 +#: flatcamGUI/FlatCAMGUI.py:5544 flatcamGUI/FlatCAMGUI.py:5605 +#: flatcamGUI/FlatCAMGUI.py:5804 flatcamGUI/FlatCAMGUI.py:5931 msgid "Parameters:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4799 flatcamGUI/FlatCAMGUI.py:5520 +#: flatcamGUI/FlatCAMGUI.py:5212 flatcamGUI/FlatCAMGUI.py:5942 msgid "Tools dia:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4801 +#: flatcamGUI/FlatCAMGUI.py:5214 msgid "Diameters of the cutting tools, separated by ','" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4809 flatcamTools/ToolNonCopperClear.py:167 +#: flatcamGUI/FlatCAMGUI.py:5222 flatcamTools/ToolNonCopperClear.py:167 #, python-format msgid "" "How much (fraction) of the tool width to overlap each tool pass.\n" @@ -5468,11 +6118,11 @@ msgid "" "due of too many paths." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4825 flatcamTools/ToolNonCopperClear.py:183 +#: flatcamGUI/FlatCAMGUI.py:5238 flatcamTools/ToolNonCopperClear.py:183 msgid "Bounding box margin." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4834 flatcamTools/ToolNonCopperClear.py:192 +#: flatcamGUI/FlatCAMGUI.py:5247 flatcamTools/ToolNonCopperClear.py:192 #: flatcamTools/ToolPaint.py:190 msgid "" "Algorithm for non-copper clearing:
Standard: Fixed step inwards." @@ -5480,12 +6130,12 @@ msgid "" "lines." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4866 flatcamTools/ToolNonCopperClear.py:224 +#: flatcamGUI/FlatCAMGUI.py:5279 flatcamTools/ToolNonCopperClear.py:224 #: flatcamTools/ToolPaint.py:222 msgid "Rest M.:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4868 +#: flatcamGUI/FlatCAMGUI.py:5281 msgid "" "If checked, use 'rest machining'.\n" "Basically it will clear copper outside PCB features,\n" @@ -5495,39 +6145,39 @@ msgid "" "If not checked, use the standard algorithm." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4887 +#: flatcamGUI/FlatCAMGUI.py:5300 msgid "Cutout Tool Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4892 flatcamGUI/ObjectUI.py:488 +#: flatcamGUI/FlatCAMGUI.py:5305 flatcamGUI/ObjectUI.py:402 msgid "" "Create toolpaths to cut around\n" "the PCB and separate it from\n" "the original board." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4911 +#: flatcamGUI/FlatCAMGUI.py:5324 msgid "" "Distance from objects at which\n" "to draw the cutout." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4918 flatcamTools/ToolCutOut.py:96 +#: flatcamGUI/FlatCAMGUI.py:5331 flatcamTools/ToolCutOut.py:96 msgid "Gap size:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4920 +#: flatcamGUI/FlatCAMGUI.py:5333 msgid "" "Size of the gaps in the toolpath\n" "that will remain to hold the\n" "board in place." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4928 flatcamTools/ToolCutOut.py:125 +#: flatcamGUI/FlatCAMGUI.py:5341 flatcamTools/ToolCutOut.py:133 msgid "Gaps:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4930 +#: flatcamGUI/FlatCAMGUI.py:5343 msgid "" "Number of bridge gaps used for the cutout.\n" "There can be maximum 8 bridges/gaps.\n" @@ -5540,65 +6190,73 @@ msgid "" "- 8 - 2*left + 2*right +2*top + 2*bottom" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4957 +#: flatcamGUI/FlatCAMGUI.py:5364 flatcamTools/ToolCutOut.py:115 +msgid "Convex Sh.:" +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:5366 flatcamTools/ToolCutOut.py:117 +msgid "Create a convex shape surrounding the entire PCB." +msgstr "" + +#: flatcamGUI/FlatCAMGUI.py:5379 msgid "2Sided Tool Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4962 +#: flatcamGUI/FlatCAMGUI.py:5384 msgid "" "A tool to help in creating a double sided\n" "PCB using alignment holes." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4972 flatcamTools/ToolDblSided.py:235 +#: flatcamGUI/FlatCAMGUI.py:5394 flatcamTools/ToolDblSided.py:235 msgid "Drill diam.:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4974 flatcamTools/ToolDblSided.py:226 +#: flatcamGUI/FlatCAMGUI.py:5396 flatcamTools/ToolDblSided.py:226 #: flatcamTools/ToolDblSided.py:237 msgid "Diameter of the drill for the alignment holes." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4981 +#: flatcamGUI/FlatCAMGUI.py:5403 msgid "X" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4982 +#: flatcamGUI/FlatCAMGUI.py:5404 msgid "Y" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4983 flatcamTools/ToolDblSided.py:120 +#: flatcamGUI/FlatCAMGUI.py:5405 flatcamTools/ToolDblSided.py:120 msgid "Mirror Axis:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4985 flatcamTools/ToolDblSided.py:122 +#: flatcamGUI/FlatCAMGUI.py:5407 flatcamTools/ToolDblSided.py:122 msgid "Mirror vertically (X) or horizontally (Y)." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4994 +#: flatcamGUI/FlatCAMGUI.py:5416 msgid "Point" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4995 +#: flatcamGUI/FlatCAMGUI.py:5417 msgid "Box" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4996 flatcamTools/ToolDblSided.py:133 +#: flatcamGUI/FlatCAMGUI.py:5418 flatcamTools/ToolDblSided.py:133 msgid "Axis Ref:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:4998 +#: flatcamGUI/FlatCAMGUI.py:5420 msgid "" "The axis should pass through a point or cut\n" " a specified box (in a Geometry object) in \n" "the middle." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5014 +#: flatcamGUI/FlatCAMGUI.py:5436 msgid "Paint Tool Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5021 flatcamGUI/ObjectUI.py:1385 +#: flatcamGUI/FlatCAMGUI.py:5443 flatcamGUI/ObjectUI.py:1299 msgid "" "Creates tool paths to cover the\n" "whole area of a polygon (remove\n" @@ -5606,48 +6264,48 @@ msgid "" "to click on the desired polygon." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5045 +#: flatcamGUI/FlatCAMGUI.py:5467 msgid "" "How much (fraction) of the tool\n" "width to overlap each tool pass." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5099 flatcamTools/ToolPaint.py:237 +#: flatcamGUI/FlatCAMGUI.py:5521 flatcamTools/ToolPaint.py:237 msgid "Selection:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5101 +#: flatcamGUI/FlatCAMGUI.py:5523 msgid "How to select the polygons to paint." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5105 +#: flatcamGUI/FlatCAMGUI.py:5527 msgid "Single" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5119 +#: flatcamGUI/FlatCAMGUI.py:5541 msgid "Film Tool Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5124 +#: flatcamGUI/FlatCAMGUI.py:5546 msgid "" "Create a PCB film from a Gerber or Geometry\n" "FlatCAM object.\n" "The file is saved in SVG format." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5133 +#: flatcamGUI/FlatCAMGUI.py:5555 msgid "Pos" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5134 +#: flatcamGUI/FlatCAMGUI.py:5556 msgid "Neg" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5135 flatcamTools/ToolFilm.py:116 +#: flatcamGUI/FlatCAMGUI.py:5557 flatcamTools/ToolFilm.py:116 msgid "Film Type:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5137 flatcamTools/ToolFilm.py:118 +#: flatcamGUI/FlatCAMGUI.py:5559 flatcamTools/ToolFilm.py:118 msgid "" "Generate a Positive black film or a Negative film.\n" "Positive means that it will print the features\n" @@ -5657,11 +6315,11 @@ msgid "" "The Film format is SVG." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5148 flatcamTools/ToolFilm.py:130 +#: flatcamGUI/FlatCAMGUI.py:5570 flatcamTools/ToolFilm.py:130 msgid "Border:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5150 flatcamTools/ToolFilm.py:132 +#: flatcamGUI/FlatCAMGUI.py:5572 flatcamTools/ToolFilm.py:132 msgid "" "Specify a border around the object.\n" "Only for negative film.\n" @@ -5673,11 +6331,11 @@ msgid "" "surroundings if not for this border." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5163 flatcamTools/ToolFilm.py:144 +#: flatcamGUI/FlatCAMGUI.py:5585 flatcamTools/ToolFilm.py:144 msgid "Scale Stroke:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5165 flatcamTools/ToolFilm.py:146 +#: flatcamGUI/FlatCAMGUI.py:5587 flatcamTools/ToolFilm.py:146 msgid "" "Scale the line stroke thickness of each feature in the SVG file.\n" "It means that the line that envelope each SVG feature will be thicker or " @@ -5685,77 +6343,77 @@ msgid "" "therefore the fine features may be more affected by this parameter." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5180 +#: flatcamGUI/FlatCAMGUI.py:5602 msgid "Panelize Tool Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5185 +#: flatcamGUI/FlatCAMGUI.py:5607 msgid "" "Create an object that contains an array of (x, y) elements,\n" "each element is a copy of the source object spaced\n" "at a X distance, Y distance of each other." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5196 flatcamTools/ToolPanelize.py:113 +#: flatcamGUI/FlatCAMGUI.py:5618 flatcamTools/ToolPanelize.py:113 msgid "Spacing cols:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5198 flatcamTools/ToolPanelize.py:115 +#: flatcamGUI/FlatCAMGUI.py:5620 flatcamTools/ToolPanelize.py:115 msgid "" "Spacing between columns of the desired panel.\n" "In current units." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5206 flatcamTools/ToolPanelize.py:122 +#: flatcamGUI/FlatCAMGUI.py:5628 flatcamTools/ToolPanelize.py:122 msgid "Spacing rows:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5208 flatcamTools/ToolPanelize.py:124 +#: flatcamGUI/FlatCAMGUI.py:5630 flatcamTools/ToolPanelize.py:124 msgid "" "Spacing between rows of the desired panel.\n" "In current units." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5216 flatcamTools/ToolPanelize.py:131 +#: flatcamGUI/FlatCAMGUI.py:5638 flatcamTools/ToolPanelize.py:131 msgid "Columns:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5218 flatcamTools/ToolPanelize.py:133 +#: flatcamGUI/FlatCAMGUI.py:5640 flatcamTools/ToolPanelize.py:133 msgid "Number of columns of the desired panel" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5225 flatcamTools/ToolPanelize.py:139 +#: flatcamGUI/FlatCAMGUI.py:5647 flatcamTools/ToolPanelize.py:139 msgid "Rows:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5227 flatcamTools/ToolPanelize.py:141 +#: flatcamGUI/FlatCAMGUI.py:5649 flatcamTools/ToolPanelize.py:141 msgid "Number of rows of the desired panel" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5233 +#: flatcamGUI/FlatCAMGUI.py:5655 msgid "Gerber" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5234 +#: flatcamGUI/FlatCAMGUI.py:5656 msgid "Geo" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5235 flatcamTools/ToolPanelize.py:148 +#: flatcamGUI/FlatCAMGUI.py:5657 flatcamTools/ToolPanelize.py:148 msgid "Panel Type:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5237 +#: flatcamGUI/FlatCAMGUI.py:5659 msgid "" "Choose the type of object for the panel object:\n" "- Gerber\n" "- Geometry" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5246 +#: flatcamGUI/FlatCAMGUI.py:5668 msgid "Constrain within:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5248 flatcamTools/ToolPanelize.py:160 +#: flatcamGUI/FlatCAMGUI.py:5670 flatcamTools/ToolPanelize.py:160 msgid "" "Area define by DX and DY within to constrain the panel.\n" "DX and DY values are in current units.\n" @@ -5764,171 +6422,171 @@ msgid "" "they fit completely within selected area." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5257 flatcamTools/ToolPanelize.py:169 +#: flatcamGUI/FlatCAMGUI.py:5679 flatcamTools/ToolPanelize.py:169 msgid "Width (DX):" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5259 flatcamTools/ToolPanelize.py:171 +#: flatcamGUI/FlatCAMGUI.py:5681 flatcamTools/ToolPanelize.py:171 msgid "" "The width (DX) within which the panel must fit.\n" "In current units." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5266 flatcamTools/ToolPanelize.py:177 +#: flatcamGUI/FlatCAMGUI.py:5688 flatcamTools/ToolPanelize.py:177 msgid "Height (DY):" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5268 flatcamTools/ToolPanelize.py:179 +#: flatcamGUI/FlatCAMGUI.py:5690 flatcamTools/ToolPanelize.py:179 msgid "" "The height (DY)within which the panel must fit.\n" "In current units." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5282 +#: flatcamGUI/FlatCAMGUI.py:5704 msgid "Calculators Tool Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5285 +#: flatcamGUI/FlatCAMGUI.py:5707 msgid "V-Shape Tool Calculator:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5287 +#: flatcamGUI/FlatCAMGUI.py:5709 msgid "" "Calculate the tool diameter for a given V-shape tool,\n" "having the tip diameter, tip angle and\n" "depth-of-cut as parameters." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5298 flatcamTools/ToolCalculators.py:94 +#: flatcamGUI/FlatCAMGUI.py:5720 flatcamTools/ToolCalculators.py:94 msgid "Tip Diameter:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5300 +#: flatcamGUI/FlatCAMGUI.py:5722 msgid "" "This is the tool tip diameter.\n" "It is specified by manufacturer." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5308 +#: flatcamGUI/FlatCAMGUI.py:5730 msgid "Tip angle:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5310 +#: flatcamGUI/FlatCAMGUI.py:5732 msgid "" "This is the angle on the tip of the tool.\n" "It is specified by manufacturer." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5320 +#: flatcamGUI/FlatCAMGUI.py:5742 msgid "" "This is depth to cut into material.\n" "In the CNCJob object it is the CutZ parameter." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5327 +#: flatcamGUI/FlatCAMGUI.py:5749 msgid "ElectroPlating Calculator:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5329 flatcamTools/ToolCalculators.py:152 +#: flatcamGUI/FlatCAMGUI.py:5751 flatcamTools/ToolCalculators.py:152 msgid "" "This calculator is useful for those who plate the via/pad/drill holes,\n" "using a method like grahite ink or calcium hypophosphite ink or palladium " "chloride." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5339 flatcamTools/ToolCalculators.py:161 +#: flatcamGUI/FlatCAMGUI.py:5761 flatcamTools/ToolCalculators.py:161 msgid "Board Length:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5341 flatcamTools/ToolCalculators.py:165 +#: flatcamGUI/FlatCAMGUI.py:5763 flatcamTools/ToolCalculators.py:165 msgid "This is the board length. In centimeters." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5347 flatcamTools/ToolCalculators.py:167 +#: flatcamGUI/FlatCAMGUI.py:5769 flatcamTools/ToolCalculators.py:167 msgid "Board Width:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5349 flatcamTools/ToolCalculators.py:171 +#: flatcamGUI/FlatCAMGUI.py:5771 flatcamTools/ToolCalculators.py:171 msgid "This is the board width.In centimeters." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5354 flatcamTools/ToolCalculators.py:173 +#: flatcamGUI/FlatCAMGUI.py:5776 flatcamTools/ToolCalculators.py:173 msgid "Current Density:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5357 flatcamTools/ToolCalculators.py:177 +#: flatcamGUI/FlatCAMGUI.py:5779 flatcamTools/ToolCalculators.py:177 msgid "" "Current density to pass through the board. \n" "In Amps per Square Feet ASF." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5363 flatcamTools/ToolCalculators.py:181 +#: flatcamGUI/FlatCAMGUI.py:5785 flatcamTools/ToolCalculators.py:181 msgid "Copper Growth:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5366 flatcamTools/ToolCalculators.py:185 +#: flatcamGUI/FlatCAMGUI.py:5788 flatcamTools/ToolCalculators.py:185 msgid "" "How thick the copper growth is intended to be.\n" "In microns." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5379 +#: flatcamGUI/FlatCAMGUI.py:5801 msgid "Transform Tool Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5384 +#: flatcamGUI/FlatCAMGUI.py:5806 msgid "" "Various transformations that can be applied\n" "on a FlatCAM object." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5394 +#: flatcamGUI/FlatCAMGUI.py:5816 msgid "Rotate Angle:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5396 +#: flatcamGUI/FlatCAMGUI.py:5818 msgid "Angle for rotation. In degrees." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5403 +#: flatcamGUI/FlatCAMGUI.py:5825 msgid "Skew_X angle:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5405 +#: flatcamGUI/FlatCAMGUI.py:5827 msgid "Angle for Skew/Shear on X axis. In degrees." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5412 +#: flatcamGUI/FlatCAMGUI.py:5834 msgid "Skew_Y angle:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5414 +#: flatcamGUI/FlatCAMGUI.py:5836 msgid "Angle for Skew/Shear on Y axis. In degrees." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5421 +#: flatcamGUI/FlatCAMGUI.py:5843 msgid "Scale_X factor:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5423 +#: flatcamGUI/FlatCAMGUI.py:5845 msgid "Factor for scaling on X axis." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5430 +#: flatcamGUI/FlatCAMGUI.py:5852 msgid "Scale_Y factor:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5432 +#: flatcamGUI/FlatCAMGUI.py:5854 msgid "Factor for scaling on Y axis." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5440 +#: flatcamGUI/FlatCAMGUI.py:5862 msgid "" "Scale the selected object(s)\n" "using the Scale_X factor for both axis." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5448 flatcamTools/ToolTransform.py:210 +#: flatcamGUI/FlatCAMGUI.py:5870 flatcamTools/ToolTransform.py:210 msgid "" "Scale the selected object(s)\n" "using the origin reference when checked,\n" @@ -5936,27 +6594,27 @@ msgid "" "of the selected objects when unchecked." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5457 +#: flatcamGUI/FlatCAMGUI.py:5879 msgid "Offset_X val:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5459 +#: flatcamGUI/FlatCAMGUI.py:5881 msgid "Distance to offset on X axis. In current units." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5466 +#: flatcamGUI/FlatCAMGUI.py:5888 msgid "Offset_Y val:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5468 +#: flatcamGUI/FlatCAMGUI.py:5890 msgid "Distance to offset on Y axis. In current units." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5474 +#: flatcamGUI/FlatCAMGUI.py:5896 msgid "Mirror Reference" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5476 flatcamTools/ToolTransform.py:314 +#: flatcamGUI/FlatCAMGUI.py:5898 flatcamTools/ToolTransform.py:314 msgid "" "Flip the selected object(s)\n" "around the point in Point Entry Field.\n" @@ -5969,174 +6627,174 @@ msgid "" "Point Entry field and click Flip on X(Y)" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5487 +#: flatcamGUI/FlatCAMGUI.py:5909 msgid " Mirror Ref. Point:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5489 flatcamTools/ToolTransform.py:327 +#: flatcamGUI/FlatCAMGUI.py:5911 flatcamTools/ToolTransform.py:327 msgid "" "Coordinates in format (x, y) used as reference for mirroring.\n" "The 'x' in (x, y) will be used when using Flip on X and\n" "the 'y' in (x, y) will be used when using Flip on Y and" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5506 +#: flatcamGUI/FlatCAMGUI.py:5928 msgid "SolderPaste Tool Options" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5511 +#: flatcamGUI/FlatCAMGUI.py:5933 msgid "" "A tool to create GCode for dispensing\n" "solder paste onto a PCB." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5522 +#: flatcamGUI/FlatCAMGUI.py:5944 msgid "Diameters of nozzle tools, separated by ','" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5529 +#: flatcamGUI/FlatCAMGUI.py:5951 msgid "New Nozzle Dia:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5531 flatcamTools/ToolSolderPaste.py:103 +#: flatcamGUI/FlatCAMGUI.py:5953 flatcamTools/ToolSolderPaste.py:103 msgid "Diameter for the new Nozzle tool to add in the Tool Table" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5539 flatcamTools/ToolSolderPaste.py:166 +#: flatcamGUI/FlatCAMGUI.py:5961 flatcamTools/ToolSolderPaste.py:166 msgid "Z Dispense Start:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5541 flatcamTools/ToolSolderPaste.py:168 +#: flatcamGUI/FlatCAMGUI.py:5963 flatcamTools/ToolSolderPaste.py:168 msgid "The height (Z) when solder paste dispensing starts." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5548 flatcamTools/ToolSolderPaste.py:174 +#: flatcamGUI/FlatCAMGUI.py:5970 flatcamTools/ToolSolderPaste.py:174 msgid "Z Dispense:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5550 flatcamTools/ToolSolderPaste.py:176 +#: flatcamGUI/FlatCAMGUI.py:5972 flatcamTools/ToolSolderPaste.py:176 msgid "The height (Z) when doing solder paste dispensing." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5557 flatcamTools/ToolSolderPaste.py:183 +#: flatcamGUI/FlatCAMGUI.py:5979 flatcamTools/ToolSolderPaste.py:183 msgid "Z Dispense Stop:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5559 flatcamTools/ToolSolderPaste.py:185 +#: flatcamGUI/FlatCAMGUI.py:5981 flatcamTools/ToolSolderPaste.py:185 msgid "The height (Z) when solder paste dispensing stops." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5566 flatcamTools/ToolSolderPaste.py:191 +#: flatcamGUI/FlatCAMGUI.py:5988 flatcamTools/ToolSolderPaste.py:191 msgid "Z Travel:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5568 flatcamTools/ToolSolderPaste.py:193 +#: flatcamGUI/FlatCAMGUI.py:5990 flatcamTools/ToolSolderPaste.py:193 msgid "" "The height (Z) for travel between pads\n" "(without dispensing solder paste)." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5576 flatcamTools/ToolSolderPaste.py:200 +#: flatcamGUI/FlatCAMGUI.py:5998 flatcamTools/ToolSolderPaste.py:200 msgid "Z Toolchange:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5578 flatcamTools/ToolSolderPaste.py:202 +#: flatcamGUI/FlatCAMGUI.py:6000 flatcamTools/ToolSolderPaste.py:202 msgid "The height (Z) for tool (nozzle) change." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5585 flatcamTools/ToolSolderPaste.py:208 +#: flatcamGUI/FlatCAMGUI.py:6007 flatcamTools/ToolSolderPaste.py:208 msgid "XY Toolchange:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5587 flatcamTools/ToolSolderPaste.py:210 +#: flatcamGUI/FlatCAMGUI.py:6009 flatcamTools/ToolSolderPaste.py:210 msgid "" "The X,Y location for tool (nozzle) change.\n" "The format is (x, y) where x and y are real numbers." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5595 flatcamTools/ToolSolderPaste.py:217 +#: flatcamGUI/FlatCAMGUI.py:6017 flatcamTools/ToolSolderPaste.py:217 msgid "Feedrate X-Y:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5597 flatcamTools/ToolSolderPaste.py:219 +#: flatcamGUI/FlatCAMGUI.py:6019 flatcamTools/ToolSolderPaste.py:219 msgid "Feedrate (speed) while moving on the X-Y plane." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5604 flatcamTools/ToolSolderPaste.py:225 +#: flatcamGUI/FlatCAMGUI.py:6026 flatcamTools/ToolSolderPaste.py:225 msgid "Feedrate Z:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5606 flatcamTools/ToolSolderPaste.py:227 +#: flatcamGUI/FlatCAMGUI.py:6028 flatcamTools/ToolSolderPaste.py:227 msgid "" "Feedrate (speed) while moving vertically\n" "(on Z plane)." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5614 flatcamTools/ToolSolderPaste.py:234 +#: flatcamGUI/FlatCAMGUI.py:6036 flatcamTools/ToolSolderPaste.py:234 msgid "Feedrate Z Dispense:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5616 flatcamTools/ToolSolderPaste.py:236 +#: flatcamGUI/FlatCAMGUI.py:6038 flatcamTools/ToolSolderPaste.py:236 msgid "" "Feedrate (speed) while moving up vertically\n" " to Dispense position (on Z plane)." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5624 flatcamTools/ToolSolderPaste.py:243 +#: flatcamGUI/FlatCAMGUI.py:6046 flatcamTools/ToolSolderPaste.py:243 msgid "Spindle Speed FWD:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5626 flatcamTools/ToolSolderPaste.py:245 +#: flatcamGUI/FlatCAMGUI.py:6048 flatcamTools/ToolSolderPaste.py:245 msgid "" "The dispenser speed while pushing solder paste\n" "through the dispenser nozzle." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5634 flatcamTools/ToolSolderPaste.py:252 +#: flatcamGUI/FlatCAMGUI.py:6056 flatcamTools/ToolSolderPaste.py:252 msgid "Dwell FWD:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5636 flatcamTools/ToolSolderPaste.py:254 +#: flatcamGUI/FlatCAMGUI.py:6058 flatcamTools/ToolSolderPaste.py:254 msgid "Pause after solder dispensing." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5643 flatcamTools/ToolSolderPaste.py:260 +#: flatcamGUI/FlatCAMGUI.py:6065 flatcamTools/ToolSolderPaste.py:260 msgid "Spindle Speed REV:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5645 flatcamTools/ToolSolderPaste.py:262 +#: flatcamGUI/FlatCAMGUI.py:6067 flatcamTools/ToolSolderPaste.py:262 msgid "" "The dispenser speed while retracting solder paste\n" "through the dispenser nozzle." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5653 flatcamTools/ToolSolderPaste.py:269 +#: flatcamGUI/FlatCAMGUI.py:6075 flatcamTools/ToolSolderPaste.py:269 msgid "Dwell REV:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5655 flatcamTools/ToolSolderPaste.py:271 +#: flatcamGUI/FlatCAMGUI.py:6077 flatcamTools/ToolSolderPaste.py:271 msgid "" "Pause after solder paste dispenser retracted,\n" "to allow pressure equilibrium." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5662 flatcamTools/ToolSolderPaste.py:277 +#: flatcamGUI/FlatCAMGUI.py:6084 flatcamTools/ToolSolderPaste.py:277 msgid "PostProcessors:" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5664 flatcamTools/ToolSolderPaste.py:279 +#: flatcamGUI/FlatCAMGUI.py:6086 flatcamTools/ToolSolderPaste.py:279 msgid "Files that control the GCode generation." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5694 flatcamGUI/FlatCAMGUI.py:5700 +#: flatcamGUI/FlatCAMGUI.py:6116 flatcamGUI/FlatCAMGUI.py:6122 msgid "Idle." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5724 +#: flatcamGUI/FlatCAMGUI.py:6146 msgid "Application started ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:5725 +#: flatcamGUI/FlatCAMGUI.py:6147 msgid "Hello!" msgstr "" @@ -6211,19 +6869,11 @@ msgstr "" msgid "M-Color " msgstr "" -#: flatcamGUI/ObjectUI.py:182 flatcamGUI/ObjectUI.py:603 -#: flatcamGUI/ObjectUI.py:922 flatcamGUI/ObjectUI.py:1452 +#: flatcamGUI/ObjectUI.py:182 flatcamGUI/ObjectUI.py:517 +#: flatcamGUI/ObjectUI.py:836 flatcamGUI/ObjectUI.py:1366 msgid "Name:" msgstr "" -#: flatcamGUI/ObjectUI.py:192 -msgid "Apertures:" -msgstr "" - -#: flatcamGUI/ObjectUI.py:194 -msgid "Apertures Table for the Gerber Object." -msgstr "" - #: flatcamGUI/ObjectUI.py:203 msgid "" "Toggle the display of the Gerber Apertures Table.\n" @@ -6242,97 +6892,11 @@ msgid "" "that are drawn on canvas." msgstr "" -#: flatcamGUI/ObjectUI.py:228 -msgid "Code" -msgstr "" - -#: flatcamGUI/ObjectUI.py:228 flatcamGUI/ObjectUI.py:974 -#: flatcamGUI/ObjectUI.py:1532 -msgid "Type" -msgstr "" - -#: flatcamGUI/ObjectUI.py:228 -msgid "Size" -msgstr "" - -#: flatcamGUI/ObjectUI.py:228 -msgid "Dim" -msgstr "" - -#: flatcamGUI/ObjectUI.py:232 -msgid "Index" -msgstr "" - -#: flatcamGUI/ObjectUI.py:234 -msgid "Aperture Code" -msgstr "" - -#: flatcamGUI/ObjectUI.py:236 -msgid "Type of aperture: circular, rectangle, macros etc" -msgstr "" - -#: flatcamGUI/ObjectUI.py:238 -msgid "Aperture Size:" -msgstr "" - -#: flatcamGUI/ObjectUI.py:240 -msgid "" -"Aperture Dimensions:\n" -" - (width, height) for R, O type.\n" -" - (dia, nVertices) for P type" -msgstr "" - #: flatcamGUI/ObjectUI.py:244 msgid "Mark the aperture instances on canvas." msgstr "" -#: flatcamGUI/ObjectUI.py:252 -msgid "Delete aperture:" -msgstr "" - -#: flatcamGUI/ObjectUI.py:254 flatcamGUI/ObjectUI.py:261 -msgid "Delete selected apertures." -msgstr "" - -#: flatcamGUI/ObjectUI.py:267 -msgid "Scale Factor:" -msgstr "" - -#: flatcamGUI/ObjectUI.py:282 -msgid "Perform scaling operation on the selected apertures." -msgstr "" - -#: flatcamGUI/ObjectUI.py:288 -msgid "Buffer Factor:" -msgstr "" - -#: flatcamGUI/ObjectUI.py:301 -msgid "Buffer" -msgstr "" - -#: flatcamGUI/ObjectUI.py:303 -msgid "Perform buffer operation on the selected apertures." -msgstr "" - -#: flatcamGUI/ObjectUI.py:311 -msgid "Generate new Gerber Object:" -msgstr "" - -#: flatcamGUI/ObjectUI.py:313 -msgid "Will generate a new Gerber object from the changed apertures." -msgstr "" - -#: flatcamGUI/ObjectUI.py:319 -msgid "Go" -msgstr "" - -#: flatcamGUI/ObjectUI.py:321 -msgid "" -"Will generate a new Gerber object from the changed apertures.\n" -"This new object can then be isolated etc." -msgstr "" - -#: flatcamGUI/ObjectUI.py:348 +#: flatcamGUI/ObjectUI.py:262 msgid "" "Diameter of the cutting tool.\n" "If you want to have an isolation path\n" @@ -6341,19 +6905,19 @@ msgid "" "this parameter." msgstr "" -#: flatcamGUI/ObjectUI.py:359 +#: flatcamGUI/ObjectUI.py:273 msgid "Passes:" msgstr "" -#: flatcamGUI/ObjectUI.py:393 +#: flatcamGUI/ObjectUI.py:307 msgid "Combine" msgstr "" -#: flatcamGUI/ObjectUI.py:409 +#: flatcamGUI/ObjectUI.py:323 msgid "Generate Isolation Geometry:" msgstr "" -#: flatcamGUI/ObjectUI.py:411 +#: flatcamGUI/ObjectUI.py:325 msgid "" "Create a Geometry object with toolpaths to cut \n" "isolation outside, inside or on both sides of the\n" @@ -6366,68 +6930,68 @@ msgid "" "diameter above." msgstr "" -#: flatcamGUI/ObjectUI.py:430 +#: flatcamGUI/ObjectUI.py:344 msgid "FULL Geo" msgstr "" -#: flatcamGUI/ObjectUI.py:432 +#: flatcamGUI/ObjectUI.py:346 msgid "" "Create the Geometry Object\n" "for isolation routing. It contains both\n" "the interiors and exteriors geometry." msgstr "" -#: flatcamGUI/ObjectUI.py:441 +#: flatcamGUI/ObjectUI.py:355 msgid "Ext Geo" msgstr "" -#: flatcamGUI/ObjectUI.py:443 +#: flatcamGUI/ObjectUI.py:357 msgid "" "Create the Geometry Object\n" "for isolation routing containing\n" "only the exteriors geometry." msgstr "" -#: flatcamGUI/ObjectUI.py:450 +#: flatcamGUI/ObjectUI.py:364 msgid "Int Geo" msgstr "" -#: flatcamGUI/ObjectUI.py:452 +#: flatcamGUI/ObjectUI.py:366 msgid "" "Create the Geometry Object\n" "for isolation routing containing\n" "only the interiors geometry." msgstr "" -#: flatcamGUI/ObjectUI.py:470 +#: flatcamGUI/ObjectUI.py:384 msgid "Clear N-copper:" msgstr "" -#: flatcamGUI/ObjectUI.py:480 flatcamTools/ToolNonCopperClear.py:240 +#: flatcamGUI/ObjectUI.py:394 flatcamTools/ToolNonCopperClear.py:240 msgid "" "Create the Geometry Object\n" "for non-copper routing." msgstr "" -#: flatcamGUI/ObjectUI.py:486 +#: flatcamGUI/ObjectUI.py:400 msgid "Board cutout:" msgstr "" -#: flatcamGUI/ObjectUI.py:494 +#: flatcamGUI/ObjectUI.py:408 msgid "Cutout Tool" msgstr "" -#: flatcamGUI/ObjectUI.py:496 +#: flatcamGUI/ObjectUI.py:410 msgid "" "Generate the geometry for\n" "the board cutout." msgstr "" -#: flatcamGUI/ObjectUI.py:502 +#: flatcamGUI/ObjectUI.py:416 msgid "Non-copper regions:" msgstr "" -#: flatcamGUI/ObjectUI.py:504 +#: flatcamGUI/ObjectUI.py:418 msgid "" "Create polygons covering the\n" "areas without copper on the PCB.\n" @@ -6436,136 +7000,136 @@ msgid "" "copper from a specified region." msgstr "" -#: flatcamGUI/ObjectUI.py:529 flatcamGUI/ObjectUI.py:560 +#: flatcamGUI/ObjectUI.py:443 flatcamGUI/ObjectUI.py:474 msgid "Rounded Geo" msgstr "" -#: flatcamGUI/ObjectUI.py:531 +#: flatcamGUI/ObjectUI.py:445 msgid "Resulting geometry will have rounded corners." msgstr "" -#: flatcamGUI/ObjectUI.py:536 flatcamGUI/ObjectUI.py:570 -#: flatcamTools/ToolCutOut.py:159 flatcamTools/ToolCutOut.py:179 -#: flatcamTools/ToolCutOut.py:230 flatcamTools/ToolSolderPaste.py:127 +#: flatcamGUI/ObjectUI.py:450 flatcamGUI/ObjectUI.py:484 +#: flatcamTools/ToolCutOut.py:167 flatcamTools/ToolCutOut.py:187 +#: flatcamTools/ToolCutOut.py:238 flatcamTools/ToolSolderPaste.py:127 msgid "Generate Geo" msgstr "" -#: flatcamGUI/ObjectUI.py:542 +#: flatcamGUI/ObjectUI.py:456 msgid "" "Create a geometry surrounding the Gerber object.\n" "Square shape." msgstr "" -#: flatcamGUI/ObjectUI.py:572 +#: flatcamGUI/ObjectUI.py:486 msgid "Generate the Geometry object." msgstr "" -#: flatcamGUI/ObjectUI.py:583 +#: flatcamGUI/ObjectUI.py:497 msgid "Excellon Object" msgstr "" -#: flatcamGUI/ObjectUI.py:594 +#: flatcamGUI/ObjectUI.py:508 msgid "Solid circles." msgstr "" -#: flatcamGUI/ObjectUI.py:622 flatcamGUI/ObjectUI.py:941 +#: flatcamGUI/ObjectUI.py:536 flatcamGUI/ObjectUI.py:855 msgid "Tools Table" msgstr "" -#: flatcamGUI/ObjectUI.py:643 +#: flatcamGUI/ObjectUI.py:557 msgid "Offset Z" msgstr "" -#: flatcamGUI/ObjectUI.py:647 +#: flatcamGUI/ObjectUI.py:561 msgid "" "This is the Tool Number.\n" "When ToolChange is checked, on toolchange event this value\n" "will be showed as a T1, T2 ... Tn in the Machine Code." msgstr "" -#: flatcamGUI/ObjectUI.py:651 flatcamGUI/ObjectUI.py:987 +#: flatcamGUI/ObjectUI.py:565 flatcamGUI/ObjectUI.py:901 #: flatcamTools/ToolNonCopperClear.py:97 flatcamTools/ToolPaint.py:94 msgid "" "Tool Diameter. It's value (in current FlatCAM units) \n" "is the cut width into the material." msgstr "" -#: flatcamGUI/ObjectUI.py:654 +#: flatcamGUI/ObjectUI.py:568 msgid "" "The number of Drill holes. Holes that are drilled with\n" "a drill bit." msgstr "" -#: flatcamGUI/ObjectUI.py:657 +#: flatcamGUI/ObjectUI.py:571 msgid "" "The number of Slot holes. Holes that are created by\n" "milling them with an endmill bit." msgstr "" -#: flatcamGUI/ObjectUI.py:664 +#: flatcamGUI/ObjectUI.py:578 msgid "Toggle display of the drills for the current tool." msgstr "" -#: flatcamGUI/ObjectUI.py:672 +#: flatcamGUI/ObjectUI.py:586 msgid "" "Create a CNC Job object\n" "for this drill object." msgstr "" -#: flatcamGUI/ObjectUI.py:701 flatcamGUI/ObjectUI.py:1201 +#: flatcamGUI/ObjectUI.py:615 flatcamGUI/ObjectUI.py:1115 msgid "Tool change" msgstr "" -#: flatcamGUI/ObjectUI.py:709 flatcamGUI/ObjectUI.py:1194 +#: flatcamGUI/ObjectUI.py:623 flatcamGUI/ObjectUI.py:1108 msgid "Tool change Z:" msgstr "" -#: flatcamGUI/ObjectUI.py:711 flatcamGUI/ObjectUI.py:1197 +#: flatcamGUI/ObjectUI.py:625 flatcamGUI/ObjectUI.py:1111 msgid "" "Z-axis position (height) for\n" "tool change." msgstr "" -#: flatcamGUI/ObjectUI.py:722 +#: flatcamGUI/ObjectUI.py:636 msgid "" "Tool height just before starting the work.\n" "Delete the value if you don't need this feature." msgstr "" -#: flatcamGUI/ObjectUI.py:732 +#: flatcamGUI/ObjectUI.py:646 msgid "" "Z-axis position (height) for\n" "the last move." msgstr "" -#: flatcamGUI/ObjectUI.py:740 +#: flatcamGUI/ObjectUI.py:654 msgid "Feedrate (Plunge):" msgstr "" -#: flatcamGUI/ObjectUI.py:742 +#: flatcamGUI/ObjectUI.py:656 msgid "" "Tool speed while drilling\n" "(in units per minute).\n" "This is for linear move G01." msgstr "" -#: flatcamGUI/ObjectUI.py:792 +#: flatcamGUI/ObjectUI.py:706 msgid "" "The json file that dictates\n" "gcode output." msgstr "" -#: flatcamGUI/ObjectUI.py:824 +#: flatcamGUI/ObjectUI.py:738 msgid "" "Select from the Tools Table above\n" "the tools you want to include." msgstr "" -#: flatcamGUI/ObjectUI.py:831 +#: flatcamGUI/ObjectUI.py:745 msgid "Type: " msgstr "" -#: flatcamGUI/ObjectUI.py:833 +#: flatcamGUI/ObjectUI.py:747 msgid "" "Choose what to use for GCode generation:\n" "'Drills', 'Slots' or 'Both'.\n" @@ -6573,53 +7137,53 @@ msgid "" "converted to a series of drills." msgstr "" -#: flatcamGUI/ObjectUI.py:848 +#: flatcamGUI/ObjectUI.py:762 msgid "Create GCode" msgstr "" -#: flatcamGUI/ObjectUI.py:850 +#: flatcamGUI/ObjectUI.py:764 msgid "Generate the CNC Job." msgstr "" -#: flatcamGUI/ObjectUI.py:862 +#: flatcamGUI/ObjectUI.py:776 msgid "" "Select from the Tools Table above\n" " the hole dias that are to be milled." msgstr "" -#: flatcamGUI/ObjectUI.py:869 +#: flatcamGUI/ObjectUI.py:783 msgid "Drills Tool dia:" msgstr "" -#: flatcamGUI/ObjectUI.py:876 +#: flatcamGUI/ObjectUI.py:790 msgid "Mill Drills Geo" msgstr "" -#: flatcamGUI/ObjectUI.py:878 +#: flatcamGUI/ObjectUI.py:792 msgid "" "Create the Geometry Object\n" "for milling DRILLS toolpaths." msgstr "" -#: flatcamGUI/ObjectUI.py:885 +#: flatcamGUI/ObjectUI.py:799 msgid "Slots Tool dia:" msgstr "" -#: flatcamGUI/ObjectUI.py:892 +#: flatcamGUI/ObjectUI.py:806 msgid "Mill Slots Geo" msgstr "" -#: flatcamGUI/ObjectUI.py:894 +#: flatcamGUI/ObjectUI.py:808 msgid "" "Create the Geometry Object\n" "for milling SLOTS toolpaths." msgstr "" -#: flatcamGUI/ObjectUI.py:912 +#: flatcamGUI/ObjectUI.py:826 msgid "Geometry Object" msgstr "" -#: flatcamGUI/ObjectUI.py:943 +#: flatcamGUI/ObjectUI.py:857 msgid "" "Tools in this Geometry object used for cutting.\n" "The 'Offset' entry will set an offset for the cut.\n" @@ -6635,22 +7199,22 @@ msgid "" "showed UI form entries named V-Tip Dia and V-Tip Angle." msgstr "" -#: flatcamGUI/ObjectUI.py:974 flatcamGUI/ObjectUI.py:1532 +#: flatcamGUI/ObjectUI.py:888 flatcamGUI/ObjectUI.py:1446 msgid "Dia" msgstr "" -#: flatcamGUI/ObjectUI.py:974 flatcamGUI/ObjectUI.py:1532 +#: flatcamGUI/ObjectUI.py:888 flatcamGUI/ObjectUI.py:1446 msgid "TT" msgstr "" -#: flatcamGUI/ObjectUI.py:981 +#: flatcamGUI/ObjectUI.py:895 msgid "" "This is the Tool Number.\n" "When ToolChange is checked, on toolchange event this value\n" "will be showed as a T1, T2 ... Tn" msgstr "" -#: flatcamGUI/ObjectUI.py:992 +#: flatcamGUI/ObjectUI.py:906 msgid "" "The value for the Offset can be:\n" "- Path -> There is no offset, the tool cut will be done through the geometry " @@ -6660,7 +7224,7 @@ msgid "" "- Out(side) -> The tool cut will follow the geometry line on the outside." msgstr "" -#: flatcamGUI/ObjectUI.py:999 +#: flatcamGUI/ObjectUI.py:913 msgid "" "The (Operation) Type has only informative value. Usually the UI form " "values \n" @@ -6672,7 +7236,7 @@ msgid "" "tip." msgstr "" -#: flatcamGUI/ObjectUI.py:1008 +#: flatcamGUI/ObjectUI.py:922 msgid "" "The Tool Type (TT) can be:\n" "- Circular with 1 ... 4 teeth -> it is informative only. Being circular the " @@ -6689,7 +7253,7 @@ msgid "" "as Isolation." msgstr "" -#: flatcamGUI/ObjectUI.py:1019 +#: flatcamGUI/ObjectUI.py:933 msgid "" "Plot column. It is visible only for MultiGeo geometries, meaning geometries " "that holds the geometry\n" @@ -6700,11 +7264,11 @@ msgid "" "for the corresponding tool." msgstr "" -#: flatcamGUI/ObjectUI.py:1032 +#: flatcamGUI/ObjectUI.py:946 msgid "Tool Offset:" msgstr "" -#: flatcamGUI/ObjectUI.py:1035 +#: flatcamGUI/ObjectUI.py:949 msgid "" "The value to offset the cut when \n" "the Offset type selected is 'Offset'.\n" @@ -6712,62 +7276,62 @@ msgid "" "cut and negative for 'inside' cut." msgstr "" -#: flatcamGUI/ObjectUI.py:1058 +#: flatcamGUI/ObjectUI.py:972 msgid "Tool Dia:" msgstr "" -#: flatcamGUI/ObjectUI.py:1077 flatcamTools/ToolNonCopperClear.py:136 +#: flatcamGUI/ObjectUI.py:991 flatcamTools/ToolNonCopperClear.py:136 #: flatcamTools/ToolPaint.py:133 msgid "" "Add a new tool to the Tool Table\n" "with the diameter specified above." msgstr "" -#: flatcamGUI/ObjectUI.py:1085 +#: flatcamGUI/ObjectUI.py:999 msgid "" "Copy a selection of tools in the Tool Table\n" "by first selecting a row in the Tool Table." msgstr "" -#: flatcamGUI/ObjectUI.py:1093 +#: flatcamGUI/ObjectUI.py:1007 msgid "" "Delete a selection of tools in the Tool Table\n" "by first selecting a row in the Tool Table." msgstr "" -#: flatcamGUI/ObjectUI.py:1109 +#: flatcamGUI/ObjectUI.py:1023 msgid "Tool Data" msgstr "" -#: flatcamGUI/ObjectUI.py:1112 +#: flatcamGUI/ObjectUI.py:1026 msgid "" "The data used for creating GCode.\n" "Each tool store it's own set of such data." msgstr "" -#: flatcamGUI/ObjectUI.py:1122 +#: flatcamGUI/ObjectUI.py:1036 msgid "V-Tip Dia:" msgstr "" -#: flatcamGUI/ObjectUI.py:1125 +#: flatcamGUI/ObjectUI.py:1039 msgid "The tip diameter for V-Shape Tool" msgstr "" -#: flatcamGUI/ObjectUI.py:1133 +#: flatcamGUI/ObjectUI.py:1047 msgid "V-Tip Angle:" msgstr "" -#: flatcamGUI/ObjectUI.py:1136 +#: flatcamGUI/ObjectUI.py:1050 msgid "" "The tip angle for V-Shape Tool.\n" "In degree." msgstr "" -#: flatcamGUI/ObjectUI.py:1157 +#: flatcamGUI/ObjectUI.py:1071 msgid "Multi-Depth:" msgstr "" -#: flatcamGUI/ObjectUI.py:1160 +#: flatcamGUI/ObjectUI.py:1074 msgid "" "Use multiple passes to limit\n" "the cut depth in each pass. Will\n" @@ -6777,37 +7341,37 @@ msgid "" "each pass (positive value)." msgstr "" -#: flatcamGUI/ObjectUI.py:1173 +#: flatcamGUI/ObjectUI.py:1087 msgid "Depth of each pass (positive)." msgstr "" -#: flatcamGUI/ObjectUI.py:1204 +#: flatcamGUI/ObjectUI.py:1118 msgid "" "Include tool-change sequence\n" "in the Machine Code (Pause for tool change)." msgstr "" -#: flatcamGUI/ObjectUI.py:1230 +#: flatcamGUI/ObjectUI.py:1144 msgid "" "This is the height (Z) at which the CNC\n" "will go as the last move." msgstr "" -#: flatcamGUI/ObjectUI.py:1251 +#: flatcamGUI/ObjectUI.py:1165 msgid "Feed Rate Z (Plunge):" msgstr "" -#: flatcamGUI/ObjectUI.py:1254 +#: flatcamGUI/ObjectUI.py:1168 msgid "" "Cutting speed in the Z\n" "plane in units per minute" msgstr "" -#: flatcamGUI/ObjectUI.py:1263 +#: flatcamGUI/ObjectUI.py:1177 msgid "Feed Rate Rapids:" msgstr "" -#: flatcamGUI/ObjectUI.py:1266 +#: flatcamGUI/ObjectUI.py:1180 msgid "" "Cutting speed in the XY\n" "plane in units per minute\n" @@ -6817,73 +7381,73 @@ msgid "" "ignore for any other cases." msgstr "" -#: flatcamGUI/ObjectUI.py:1279 +#: flatcamGUI/ObjectUI.py:1193 msgid "Cut over 1st pt" msgstr "" -#: flatcamGUI/ObjectUI.py:1294 +#: flatcamGUI/ObjectUI.py:1208 msgid "" "Speed of the spindle in RPM (optional).\n" "If LASER postprocessor is used,\n" "this value is the power of laser." msgstr "" -#: flatcamGUI/ObjectUI.py:1323 +#: flatcamGUI/ObjectUI.py:1237 msgid "PostProcessor:" msgstr "" -#: flatcamGUI/ObjectUI.py:1326 +#: flatcamGUI/ObjectUI.py:1240 msgid "" "The Postprocessor file that dictates\n" "the Machine Code (like GCode, RML, HPGL) output." msgstr "" -#: flatcamGUI/ObjectUI.py:1364 +#: flatcamGUI/ObjectUI.py:1278 msgid "" "Add at least one tool in the tool-table.\n" "Click the header to select all, or Ctrl + LMB\n" "for custom selection of tools." msgstr "" -#: flatcamGUI/ObjectUI.py:1371 +#: flatcamGUI/ObjectUI.py:1285 msgid "Generate" msgstr "" -#: flatcamGUI/ObjectUI.py:1374 +#: flatcamGUI/ObjectUI.py:1288 msgid "Generate the CNC Job object." msgstr "" -#: flatcamGUI/ObjectUI.py:1382 +#: flatcamGUI/ObjectUI.py:1296 msgid "Paint Area:" msgstr "" -#: flatcamGUI/ObjectUI.py:1397 +#: flatcamGUI/ObjectUI.py:1311 msgid "Launch Paint Tool in Tools Tab." msgstr "" -#: flatcamGUI/ObjectUI.py:1414 +#: flatcamGUI/ObjectUI.py:1328 msgid "CNC Job Object" msgstr "" -#: flatcamGUI/ObjectUI.py:1433 +#: flatcamGUI/ObjectUI.py:1347 msgid "Plot kind:" msgstr "" -#: flatcamGUI/ObjectUI.py:1458 +#: flatcamGUI/ObjectUI.py:1372 msgid "Travelled dist.:" msgstr "" -#: flatcamGUI/ObjectUI.py:1461 flatcamGUI/ObjectUI.py:1468 +#: flatcamGUI/ObjectUI.py:1375 flatcamGUI/ObjectUI.py:1382 msgid "" "This is the total travelled distance on X-Y plane.\n" "In current units." msgstr "" -#: flatcamGUI/ObjectUI.py:1496 +#: flatcamGUI/ObjectUI.py:1410 msgid "CNC Tools Table" msgstr "" -#: flatcamGUI/ObjectUI.py:1499 +#: flatcamGUI/ObjectUI.py:1413 msgid "" "Tools in this CNCJob object used for cutting.\n" "The tool diameter is used for plotting on canvas.\n" @@ -6896,37 +7460,37 @@ msgid "" "ball(B), or V-Shaped(V)." msgstr "" -#: flatcamGUI/ObjectUI.py:1533 +#: flatcamGUI/ObjectUI.py:1447 msgid "P" msgstr "" -#: flatcamGUI/ObjectUI.py:1539 +#: flatcamGUI/ObjectUI.py:1453 msgid "Update Plot" msgstr "" -#: flatcamGUI/ObjectUI.py:1541 +#: flatcamGUI/ObjectUI.py:1455 msgid "Update the plot." msgstr "" -#: flatcamGUI/ObjectUI.py:1548 +#: flatcamGUI/ObjectUI.py:1462 msgid "Export CNC Code:" msgstr "" -#: flatcamGUI/ObjectUI.py:1556 +#: flatcamGUI/ObjectUI.py:1470 msgid "Prepend to CNC Code:" msgstr "" -#: flatcamGUI/ObjectUI.py:1559 +#: flatcamGUI/ObjectUI.py:1473 msgid "" "Type here any G-Code commands you would\n" "like to add to the beginning of the generated file." msgstr "" -#: flatcamGUI/ObjectUI.py:1569 +#: flatcamGUI/ObjectUI.py:1483 msgid "Append to CNC Code" msgstr "" -#: flatcamGUI/ObjectUI.py:1593 +#: flatcamGUI/ObjectUI.py:1507 msgid "" "Type here any G-Code commands you would\n" "like to be executed when Toolchange event is encountered.\n" @@ -6939,29 +7503,29 @@ msgid "" "having as template the 'Toolchange Custom' posprocessor file." msgstr "" -#: flatcamGUI/ObjectUI.py:1641 +#: flatcamGUI/ObjectUI.py:1555 msgid "z_cut = depth where to cut" msgstr "" -#: flatcamGUI/ObjectUI.py:1642 +#: flatcamGUI/ObjectUI.py:1556 msgid "z_move = height where to travel" msgstr "" -#: flatcamGUI/ObjectUI.py:1660 +#: flatcamGUI/ObjectUI.py:1574 msgid "View CNC Code" msgstr "" -#: flatcamGUI/ObjectUI.py:1663 +#: flatcamGUI/ObjectUI.py:1577 msgid "" "Opens TAB to view/modify/print G-Code\n" "file." msgstr "" -#: flatcamGUI/ObjectUI.py:1669 +#: flatcamGUI/ObjectUI.py:1583 msgid "Save CNC Code" msgstr "" -#: flatcamGUI/ObjectUI.py:1672 +#: flatcamGUI/ObjectUI.py:1586 msgid "" "Opens dialog to save G-Code\n" "file." @@ -7105,15 +7669,15 @@ msgid "" "from which the PCB is cutout)." msgstr "" -#: flatcamTools/ToolCutOut.py:114 +#: flatcamTools/ToolCutOut.py:122 msgid "A. Automatic Bridge Gaps" msgstr "" -#: flatcamTools/ToolCutOut.py:116 +#: flatcamTools/ToolCutOut.py:124 msgid "This section handle creation of automatic bridge gaps." msgstr "" -#: flatcamTools/ToolCutOut.py:127 +#: flatcamTools/ToolCutOut.py:135 msgid "" "Number of gaps used for the Automatic cutout.\n" "There can be maximum 8 bridges/gaps.\n" @@ -7126,35 +7690,35 @@ msgid "" "- 8 - 2*left + 2*right +2*top + 2*bottom" msgstr "" -#: flatcamTools/ToolCutOut.py:150 +#: flatcamTools/ToolCutOut.py:158 msgid "FreeForm:" msgstr "" -#: flatcamTools/ToolCutOut.py:152 +#: flatcamTools/ToolCutOut.py:160 msgid "" "The cutout shape can be of ny shape.\n" "Useful when the PCB has a non-rectangular shape." msgstr "" -#: flatcamTools/ToolCutOut.py:161 +#: flatcamTools/ToolCutOut.py:169 msgid "" "Cutout the selected object.\n" "The cutout shape can be of any shape.\n" "Useful when the PCB has a non-rectangular shape." msgstr "" -#: flatcamTools/ToolCutOut.py:170 +#: flatcamTools/ToolCutOut.py:178 msgid "Rectangular:" msgstr "" -#: flatcamTools/ToolCutOut.py:172 +#: flatcamTools/ToolCutOut.py:180 msgid "" "The resulting cutout shape is\n" "always a rectangle shape and it will be\n" "the bounding box of the Object." msgstr "" -#: flatcamTools/ToolCutOut.py:181 +#: flatcamTools/ToolCutOut.py:189 msgid "" "Cutout the selected object.\n" "The resulting cutout shape is\n" @@ -7162,30 +7726,30 @@ msgid "" "the bounding box of the Object." msgstr "" -#: flatcamTools/ToolCutOut.py:189 +#: flatcamTools/ToolCutOut.py:197 msgid "B. Manual Bridge Gaps" msgstr "" -#: flatcamTools/ToolCutOut.py:191 +#: flatcamTools/ToolCutOut.py:199 msgid "" "This section handle creation of manual bridge gaps.\n" "This is done by mouse clicking on the perimeter of the\n" "Geometry object that is used as a cutout object. " msgstr "" -#: flatcamTools/ToolCutOut.py:207 +#: flatcamTools/ToolCutOut.py:215 msgid "Geo Obj:" msgstr "" -#: flatcamTools/ToolCutOut.py:209 +#: flatcamTools/ToolCutOut.py:217 msgid "Geometry object used to create the manual cutout." msgstr "" -#: flatcamTools/ToolCutOut.py:220 +#: flatcamTools/ToolCutOut.py:228 msgid "Manual Geo:" msgstr "" -#: flatcamTools/ToolCutOut.py:222 flatcamTools/ToolCutOut.py:232 +#: flatcamTools/ToolCutOut.py:230 flatcamTools/ToolCutOut.py:240 msgid "" "If the object to be cutout is a Gerber\n" "first create a Geometry that surrounds it,\n" @@ -7193,22 +7757,22 @@ msgid "" "Select the source Gerber file in the top object combobox." msgstr "" -#: flatcamTools/ToolCutOut.py:242 +#: flatcamTools/ToolCutOut.py:250 msgid "Manual Add Bridge Gaps:" msgstr "" -#: flatcamTools/ToolCutOut.py:244 +#: flatcamTools/ToolCutOut.py:252 msgid "" "Use the left mouse button (LMB) click\n" "to create a bridge gap to separate the PCB from\n" "the surrounding material." msgstr "" -#: flatcamTools/ToolCutOut.py:251 +#: flatcamTools/ToolCutOut.py:259 msgid "Generate Gap" msgstr "" -#: flatcamTools/ToolCutOut.py:253 +#: flatcamTools/ToolCutOut.py:261 msgid "" "Use the left mouse button (LMB) click\n" "to create a bridge gap to separate the PCB from\n" @@ -7217,47 +7781,48 @@ msgid "" "the Geometry object used as a cutout geometry." msgstr "" -#: flatcamTools/ToolCutOut.py:329 flatcamTools/ToolCutOut.py:468 -#: flatcamTools/ToolNonCopperClear.py:660 flatcamTools/ToolPaint.py:757 +#: flatcamTools/ToolCutOut.py:338 flatcamTools/ToolCutOut.py:483 +#: flatcamTools/ToolNonCopperClear.py:665 flatcamTools/ToolPaint.py:763 #: flatcamTools/ToolPanelize.py:293 flatcamTools/ToolPanelize.py:307 #, python-format msgid "[ERROR_NOTCL] Could not retrieve object: %s" msgstr "" -#: flatcamTools/ToolCutOut.py:333 +#: flatcamTools/ToolCutOut.py:342 msgid "" "[ERROR_NOTCL] There is no object selected for Cutout.\n" "Select one and try again." msgstr "" -#: flatcamTools/ToolCutOut.py:349 +#: flatcamTools/ToolCutOut.py:358 msgid "" -"[WARNING_NOTCL] Tool Diameter is zero value. Change it to a positive integer." +"[WARNING_NOTCL] Tool Diameter is zero value. Change it to a positive real " +"number." msgstr "" -#: flatcamTools/ToolCutOut.py:359 flatcamTools/ToolCutOut.py:496 -#: flatcamTools/ToolCutOut.py:721 +#: flatcamTools/ToolCutOut.py:368 flatcamTools/ToolCutOut.py:511 +#: flatcamTools/ToolCutOut.py:736 msgid "" "[WARNING_NOTCL] Margin value is missing or wrong format. Add it and retry." msgstr "" -#: flatcamTools/ToolCutOut.py:370 flatcamTools/ToolCutOut.py:507 -#: flatcamTools/ToolCutOut.py:616 +#: flatcamTools/ToolCutOut.py:379 flatcamTools/ToolCutOut.py:522 +#: flatcamTools/ToolCutOut.py:631 msgid "" "[WARNING_NOTCL] Gap size value is missing or wrong format. Add it and retry." msgstr "" -#: flatcamTools/ToolCutOut.py:377 flatcamTools/ToolCutOut.py:514 +#: flatcamTools/ToolCutOut.py:386 flatcamTools/ToolCutOut.py:529 msgid "[WARNING_NOTCL] Number of gaps value is missing. Add it and retry." msgstr "" -#: flatcamTools/ToolCutOut.py:381 flatcamTools/ToolCutOut.py:518 +#: flatcamTools/ToolCutOut.py:390 flatcamTools/ToolCutOut.py:533 msgid "" "[WARNING_NOTCL] Gaps value can be only one of: 'lr', 'tb', '2lr', '2tb', 4 " "or 8. Fill in a correct value and retry. " msgstr "" -#: flatcamTools/ToolCutOut.py:386 flatcamTools/ToolCutOut.py:523 +#: flatcamTools/ToolCutOut.py:395 flatcamTools/ToolCutOut.py:538 msgid "" "[ERROR]Cutout operation cannot be done on a multi-geo Geometry.\n" "Optionally, this Multi-geo Geometry can be converted to Single-geo " @@ -7265,57 +7830,58 @@ msgid "" "and after that perform Cutout." msgstr "" -#: flatcamTools/ToolCutOut.py:452 flatcamTools/ToolCutOut.py:586 +#: flatcamTools/ToolCutOut.py:467 flatcamTools/ToolCutOut.py:601 msgid "[success] Any form CutOut operation finished." msgstr "" -#: flatcamTools/ToolCutOut.py:472 flatcamTools/ToolPaint.py:761 +#: flatcamTools/ToolCutOut.py:487 flatcamTools/ToolPaint.py:767 #: flatcamTools/ToolPanelize.py:299 #, python-format msgid "[ERROR_NOTCL] Object not found: %s" msgstr "" -#: flatcamTools/ToolCutOut.py:486 flatcamTools/ToolCutOut.py:606 -#: flatcamTools/ToolCutOut.py:711 +#: flatcamTools/ToolCutOut.py:501 flatcamTools/ToolCutOut.py:621 +#: flatcamTools/ToolCutOut.py:726 msgid "" -"[ERROR_NOTCL] Tool Diameter is zero value. Change it to a positive integer." +"[ERROR_NOTCL] Tool Diameter is zero value. Change it to a positive real " +"number." msgstr "" -#: flatcamTools/ToolCutOut.py:591 +#: flatcamTools/ToolCutOut.py:606 msgid "" "Click on the selected geometry object perimeter to create a bridge gap ..." msgstr "" -#: flatcamTools/ToolCutOut.py:632 +#: flatcamTools/ToolCutOut.py:647 msgid "Making manual bridge gap..." msgstr "" -#: flatcamTools/ToolCutOut.py:655 +#: flatcamTools/ToolCutOut.py:670 #, python-format -msgid "[ERROR_NOTCL] Could not retrieve Geoemtry object: %s" +msgid "[ERROR_NOTCL] Could not retrieve Geometry object: %s" msgstr "" -#: flatcamTools/ToolCutOut.py:659 +#: flatcamTools/ToolCutOut.py:674 #, python-format msgid "[ERROR_NOTCL] Geometry object for manual cutout not found: %s" msgstr "" -#: flatcamTools/ToolCutOut.py:669 +#: flatcamTools/ToolCutOut.py:684 msgid "[success] Added manual Bridge Gap." msgstr "" -#: flatcamTools/ToolCutOut.py:686 +#: flatcamTools/ToolCutOut.py:701 #, python-format msgid "[ERROR_NOTCL] Could not retrieve Gerber object: %s" msgstr "" -#: flatcamTools/ToolCutOut.py:690 +#: flatcamTools/ToolCutOut.py:705 msgid "" "[ERROR_NOTCL] There is no Gerber object selected for Cutout.\n" "Select one and try again." msgstr "" -#: flatcamTools/ToolCutOut.py:695 +#: flatcamTools/ToolCutOut.py:710 msgid "" "[ERROR_NOTCL] The selected object has to be of Gerber type.\n" "Select a Gerber file and try again." @@ -7706,65 +8272,71 @@ msgstr "" msgid "Measurement" msgstr "" -#: flatcamTools/ToolMeasurement.py:47 -msgid "Start" +#: flatcamTools/ToolMeasurement.py:44 +msgid "Units:" msgstr "" -#: flatcamTools/ToolMeasurement.py:47 flatcamTools/ToolMeasurement.py:50 -msgid "Coords" -msgstr "" - -#: flatcamTools/ToolMeasurement.py:48 flatcamTools/ToolMeasurement.py:99 -msgid "This is measuring Start point coordinates." -msgstr "" - -#: flatcamTools/ToolMeasurement.py:50 -msgid "Stop" -msgstr "" - -#: flatcamTools/ToolMeasurement.py:51 flatcamTools/ToolMeasurement.py:104 -msgid "This is the measuring Stop point coordinates." -msgstr "" - -#: flatcamTools/ToolMeasurement.py:54 flatcamTools/ToolMeasurement.py:109 -msgid "This is the distance measured over the X axis." -msgstr "" - -#: flatcamTools/ToolMeasurement.py:57 flatcamTools/ToolMeasurement.py:115 -msgid "This is the distance measured over the Y axis." -msgstr "" - -#: flatcamTools/ToolMeasurement.py:59 -msgid "DISTANCE" -msgstr "" - -#: flatcamTools/ToolMeasurement.py:60 flatcamTools/ToolMeasurement.py:121 -msgid "This is the point to point Euclidian distance." -msgstr "" - -#: flatcamTools/ToolMeasurement.py:63 flatcamTools/ToolMeasurement.py:70 -#: flatcamTools/ToolMeasurement.py:77 flatcamTools/ToolMeasurement.py:84 -#: flatcamTools/ToolMeasurement.py:91 +#: flatcamTools/ToolMeasurement.py:45 msgid "Those are the units in which the distance is measured." msgstr "" -#: flatcamTools/ToolMeasurement.py:124 +#: flatcamTools/ToolMeasurement.py:49 +msgid "Start" +msgstr "" + +#: flatcamTools/ToolMeasurement.py:49 flatcamTools/ToolMeasurement.py:52 +msgid "Coords" +msgstr "" + +#: flatcamTools/ToolMeasurement.py:50 flatcamTools/ToolMeasurement.py:66 +msgid "This is measuring Start point coordinates." +msgstr "" + +#: flatcamTools/ToolMeasurement.py:52 +msgid "Stop" +msgstr "" + +#: flatcamTools/ToolMeasurement.py:53 flatcamTools/ToolMeasurement.py:70 +msgid "This is the measuring Stop point coordinates." +msgstr "" + +#: flatcamTools/ToolMeasurement.py:56 flatcamTools/ToolMeasurement.py:74 +msgid "This is the distance measured over the X axis." +msgstr "" + +#: flatcamTools/ToolMeasurement.py:59 flatcamTools/ToolMeasurement.py:79 +msgid "This is the distance measured over the Y axis." +msgstr "" + +#: flatcamTools/ToolMeasurement.py:61 +msgid "DISTANCE" +msgstr "" + +#: flatcamTools/ToolMeasurement.py:62 flatcamTools/ToolMeasurement.py:84 +msgid "This is the point to point Euclidian distance." +msgstr "" + +#: flatcamTools/ToolMeasurement.py:86 msgid "Measure" msgstr "" -#: flatcamTools/ToolMeasurement.py:183 +#: flatcamTools/ToolMeasurement.py:126 msgid "Meas. Tool" msgstr "" -#: flatcamTools/ToolMeasurement.py:276 +#: flatcamTools/ToolMeasurement.py:221 msgid "MEASURING: Click on the Start point ..." msgstr "" -#: flatcamTools/ToolMeasurement.py:305 +#: flatcamTools/ToolMeasurement.py:231 +msgid "Measurement Tool exit..." +msgstr "" + +#: flatcamTools/ToolMeasurement.py:258 msgid "MEASURING: Click on the Destination point ..." msgstr "" -#: flatcamTools/ToolMeasurement.py:326 +#: flatcamTools/ToolMeasurement.py:276 #, python-brace-format msgid "MEASURING: Result D(x) = {d_x} | D(y) = {d_y} | Distance = {d_z}" msgstr "" @@ -7911,46 +8483,51 @@ msgstr "" msgid "[success] Tool(s) deleted from Tool Table." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:667 +#: flatcamTools/ToolNonCopperClear.py:632 flatcamTools/ToolPaint.py:747 +msgid "" +"[ERROR_NOTCL] Overlap value must be between 0 (inclusive) and 1 (exclusive), " +msgstr "" + +#: flatcamTools/ToolNonCopperClear.py:672 msgid "[ERROR_NOTCL] No Gerber file available." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:705 -#: flatcamTools/ToolNonCopperClear.py:827 +#: flatcamTools/ToolNonCopperClear.py:710 +#: flatcamTools/ToolNonCopperClear.py:832 msgid "Clearing Non-Copper areas." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:723 +#: flatcamTools/ToolNonCopperClear.py:728 #, python-format msgid "[success] Non-Copper Clearing with ToolDia = %s started." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:792 +#: flatcamTools/ToolNonCopperClear.py:797 #, python-format msgid "[ERROR_NOTCL] NCCTool.clear_non_copper() --> %s" msgstr "" -#: flatcamTools/ToolNonCopperClear.py:797 +#: flatcamTools/ToolNonCopperClear.py:802 msgid "[success] NCC Tool finished." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:799 +#: flatcamTools/ToolNonCopperClear.py:804 msgid "" "[WARNING_NOTCL] NCC Tool finished but some PCB features could not be " "cleared. Check the result." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:845 +#: flatcamTools/ToolNonCopperClear.py:850 #, python-format msgid "[success] Non-Copper Rest Clearing with ToolDia = %s started." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:943 +#: flatcamTools/ToolNonCopperClear.py:948 #, python-format msgid "[ERROR_NOTCL] NCCTool.clear_non_copper_rest() --> %s" msgstr "" -#: flatcamTools/ToolNonCopperClear.py:951 +#: flatcamTools/ToolNonCopperClear.py:956 msgid "" "[ERROR_NOTCL] NCC Tool finished but could not clear the object with current " "settings." @@ -8023,31 +8600,31 @@ msgstr "" msgid "geometry_on_paint_button" msgstr "" -#: flatcamTools/ToolPaint.py:735 flatcamTools/ToolPaint.py:780 +#: flatcamTools/ToolPaint.py:751 flatcamTools/ToolPaint.py:786 msgid "[WARNING_NOTCL] Click inside the desired polygon." msgstr "" -#: flatcamTools/ToolPaint.py:767 +#: flatcamTools/ToolPaint.py:773 msgid "[ERROR_NOTCL] Can't do Paint on MultiGeo geometries ..." msgstr "" -#: flatcamTools/ToolPaint.py:789 flatcamTools/ToolPaint.py:992 +#: flatcamTools/ToolPaint.py:795 flatcamTools/ToolPaint.py:998 msgid "Painting polygon..." msgstr "" -#: flatcamTools/ToolPaint.py:840 +#: flatcamTools/ToolPaint.py:846 msgid "[WARNING] No polygon found." msgstr "" -#: flatcamTools/ToolPaint.py:843 +#: flatcamTools/ToolPaint.py:849 msgid "Painting polygon." msgstr "" -#: flatcamTools/ToolPaint.py:885 +#: flatcamTools/ToolPaint.py:891 msgid "[ERROR_NOTCL] Geometry could not be painted completely" msgstr "" -#: flatcamTools/ToolPaint.py:911 +#: flatcamTools/ToolPaint.py:917 #, python-format msgid "" "[ERROR] Could not do Paint. Try a different combination of parameters. Or a " @@ -8055,16 +8632,16 @@ msgid "" "%s" msgstr "" -#: flatcamTools/ToolPaint.py:953 +#: flatcamTools/ToolPaint.py:959 #, python-format msgid "[ERROR_NOTCL] PaintTool.paint_poly() --> %s" msgstr "" -#: flatcamTools/ToolPaint.py:959 flatcamTools/ToolPaint.py:1251 +#: flatcamTools/ToolPaint.py:965 flatcamTools/ToolPaint.py:1258 msgid "Polygon Paint started ..." msgstr "" -#: flatcamTools/ToolPaint.py:1107 flatcamTools/ToolPaint.py:1196 +#: flatcamTools/ToolPaint.py:1114 flatcamTools/ToolPaint.py:1203 #, python-format msgid "" "[ERROR] Could not do Paint All. Try a different combination of parameters. " @@ -8072,7 +8649,7 @@ msgid "" "%s" msgstr "" -#: flatcamTools/ToolPaint.py:1131 +#: flatcamTools/ToolPaint.py:1138 msgid "" "[ERROR] There is no Painting Geometry in the file.\n" "Usually it means that the tool diameter is too big for the painted " @@ -8080,11 +8657,11 @@ msgid "" "Change the painting parameters and try again." msgstr "" -#: flatcamTools/ToolPaint.py:1140 +#: flatcamTools/ToolPaint.py:1147 msgid "[success] Paint All Done." msgstr "" -#: flatcamTools/ToolPaint.py:1226 +#: flatcamTools/ToolPaint.py:1233 msgid "" "[ERROR_NOTCL] There is no Painting Geometry in the file.\n" "Usually it means that the tool diameter is too big for the painted " @@ -8092,7 +8669,7 @@ msgid "" "Change the painting parameters and try again." msgstr "" -#: flatcamTools/ToolPaint.py:1235 +#: flatcamTools/ToolPaint.py:1242 msgid "[success] Paint All with Rest-Machining done." msgstr ""