diff --git a/flatcamGUI/PreferencesUI.py b/flatcamGUI/PreferencesUI.py index dd047f73..30174a14 100644 --- a/flatcamGUI/PreferencesUI.py +++ b/flatcamGUI/PreferencesUI.py @@ -323,7 +323,7 @@ class GeneralGUIPrefGroupUI(OptionsGroupUI): self.setTitle(str(_("GUI Preferences"))) self.decimals = decimals - + # Create a grid layout for the Application general settings grid0 = QtWidgets.QGridLayout() self.layout.addLayout(grid0) @@ -662,7 +662,7 @@ class GeneralGUIPrefGroupUI(OptionsGroupUI): grid0.addLayout(self.form_box_child_13, 31, 1) # Project autohide CB - self.project_autohide_cb = FCCheckBox(label='Project AutoHide') + self.project_autohide_cb = FCCheckBox(label=_('Project AutoHide')) self.project_autohide_cb.setToolTip( _("Check this box if you want the project/selected/tool tab area to\n" "hide automatically when there are no objects loaded and\n" @@ -1299,7 +1299,7 @@ class GeneralAPPSetGroupUI(OptionsGroupUI): grid0.addWidget(self.open_style_cb, 31, 0, 1, 2) # Enable/Disable ToolTips globally - self.toggle_tooltips_cb = FCCheckBox(label='Enable ToolTips') + self.toggle_tooltips_cb = FCCheckBox(label=_('Enable ToolTips')) self.toggle_tooltips_cb.setToolTip( _("Check this box if you want to have toolTips displayed\n" "when hovering with mouse over items throughout the App.") @@ -1394,7 +1394,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI): self.setTitle(str(_("App Preferences"))) self.decimals = decimals - + # Create a form layout for the Application general settings grid0 = QtWidgets.QGridLayout() self.layout.addLayout(grid0) @@ -1425,7 +1425,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI): grid0.addWidget(self.precision_metric_label, 1, 0) grid0.addWidget(self.precision_metric_entry, 1, 1) - + # Precision Inch self.precision_inch_label = QtWidgets.QLabel('%s:' % _('Precision INCH')) self.precision_inch_label.setToolTip( @@ -1439,7 +1439,7 @@ class GeneralAppPrefGroupUI(OptionsGroupUI): grid0.addWidget(self.precision_inch_label, 2, 0) grid0.addWidget(self.precision_inch_entry, 2, 1) - + # Graphic Engine for FlatCAM self.ge_label = QtWidgets.QLabel('%s:' % _('Graphic Engine')) self.ge_label.setToolTip(_("Choose what graphic engine to use in FlatCAM.\n" @@ -1755,7 +1755,7 @@ class GerberGenPrefGroupUI(OptionsGroupUI): self.setTitle(str(_("Gerber General"))) self.decimals = decimals - + # ## Plot options self.plot_options_label = QtWidgets.QLabel("%s:" % _("Plot Options")) self.layout.addWidget(self.plot_options_label) @@ -2669,7 +2669,7 @@ class ExcellonGenPrefGroupUI(OptionsGroupUI): self.setTitle(str(_("Excellon General"))) self.decimals = decimals - + # Plot options self.plot_options_label = QtWidgets.QLabel("%s:" % _("Plot Options")) self.layout.addWidget(self.plot_options_label) @@ -3064,7 +3064,7 @@ class ExcellonOptPrefGroupUI(OptionsGroupUI): self.setTitle(str(_("Excellon Options"))) self.decimals = decimals - + # ## Create CNC Job self.cncjob_label = QtWidgets.QLabel('%s' % _('Create CNC Job')) self.cncjob_label.setToolTip( @@ -3270,7 +3270,7 @@ class ExcellonAdvOptPrefGroupUI(OptionsGroupUI): self.setTitle(str(_("Excellon Adv. Options"))) self.decimals = decimals - + # ####################### # ## ADVANCED OPTIONS ### # ####################### @@ -3401,7 +3401,7 @@ class ExcellonExpPrefGroupUI(OptionsGroupUI): self.setTitle(str(_("Excellon Export"))) self.decimals = decimals - + # Plot options self.export_options_label = QtWidgets.QLabel("%s:" % _("Export Options")) self.export_options_label.setToolTip( diff --git a/locale/ru/LC_MESSAGES/strings.mo b/locale/ru/LC_MESSAGES/strings.mo index 0de19cbb..09ccbc54 100644 Binary files a/locale/ru/LC_MESSAGES/strings.mo and b/locale/ru/LC_MESSAGES/strings.mo differ diff --git a/locale/ru/LC_MESSAGES/strings.po b/locale/ru/LC_MESSAGES/strings.po index 8d23dedd..77055d4e 100644 --- a/locale/ru/LC_MESSAGES/strings.po +++ b/locale/ru/LC_MESSAGES/strings.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" -"POT-Creation-Date: 2019-12-27 22:36+0200\n" +"POT-Creation-Date: 2019-12-28 23:09+0400\n" "PO-Revision-Date: \n" "Last-Translator: Andrey Kultyapov \n" "Language-Team: \n" @@ -13,12 +13,7 @@ msgstr "" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.4\n" -"X-Poedit-Basepath: ../../..\n" -"X-Poedit-SearchPath-0: .\n" -"X-Poedit-SearchPathExcluded-0: build\n" -"X-Poedit-SearchPathExcluded-1: doc\n" -"X-Poedit-SearchPathExcluded-2: tests\n" +"X-Generator: Poedit 2.2.3\n" #: FlatCAMApp.py:1040 msgid "FlatCAM is initializing ..." @@ -46,7 +41,7 @@ msgstr "" "Инициализация рабочей области.\n" "Инициализация рабочей области завершена за" -#: FlatCAMApp.py:2405 +#: FlatCAMApp.py:2401 msgid "" "Type >help< to get started\n" "\n" @@ -54,13 +49,13 @@ msgstr "" "Введите >help< для начала работы\n" "\n" -#: FlatCAMApp.py:2631 FlatCAMApp.py:9033 +#: FlatCAMApp.py:2627 FlatCAMApp.py:9020 msgid "New Project - Not saved" msgstr "Новый проект - Не сохранён" -#: FlatCAMApp.py:2706 FlatCAMApp.py:9101 FlatCAMApp.py:9138 FlatCAMApp.py:9179 -#: FlatCAMApp.py:9250 FlatCAMApp.py:10004 FlatCAMApp.py:11187 -#: FlatCAMApp.py:11246 +#: FlatCAMApp.py:2702 FlatCAMApp.py:9088 FlatCAMApp.py:9125 FlatCAMApp.py:9166 +#: FlatCAMApp.py:9237 FlatCAMApp.py:9991 FlatCAMApp.py:11174 +#: FlatCAMApp.py:11233 msgid "" "Canvas initialization started.\n" "Canvas initialization finished in" @@ -68,47 +63,47 @@ msgstr "" "Инициализация холста.\n" "Инициализация холста завершена за" -#: FlatCAMApp.py:2708 +#: FlatCAMApp.py:2704 msgid "Executing Tcl Script ..." msgstr "Выполнение Tcl-сценария ..." -#: FlatCAMApp.py:2723 +#: FlatCAMApp.py:2719 msgid "" "Found old default preferences files. Please reboot the application to update." msgstr "" "Найдены старые файлы настроек по умолчанию. Пожалуйста, перезагрузите " "приложение для обновления." -#: FlatCAMApp.py:2767 ObjectCollection.py:90 flatcamTools/ToolImage.py:248 +#: FlatCAMApp.py:2763 ObjectCollection.py:90 flatcamTools/ToolImage.py:248 #: flatcamTools/ToolPcbWizard.py:301 flatcamTools/ToolPcbWizard.py:324 msgid "Open cancelled." msgstr "Открытие отменено." -#: FlatCAMApp.py:2783 +#: FlatCAMApp.py:2779 msgid "Open Config file failed." msgstr "Не удалось открыть файл конфигурации." -#: FlatCAMApp.py:2798 +#: FlatCAMApp.py:2794 msgid "Open Script file failed." msgstr "Ошибка открытия файла сценария." -#: FlatCAMApp.py:2824 +#: FlatCAMApp.py:2820 msgid "Open Excellon file failed." msgstr "Не удалось открыть файл Excellon." -#: FlatCAMApp.py:2837 +#: FlatCAMApp.py:2833 msgid "Open GCode file failed." msgstr "Не удалось открыть файл GCode." -#: FlatCAMApp.py:2850 +#: FlatCAMApp.py:2846 msgid "Open Gerber file failed." msgstr "Не удалось открыть файл Gerber." -#: FlatCAMApp.py:3205 +#: FlatCAMApp.py:3201 msgid "Select a Geometry, Gerber or Excellon Object to edit." msgstr "Выберите объект Geometry, Gerber или Excellon для редактирования." -#: FlatCAMApp.py:3220 +#: FlatCAMApp.py:3216 msgid "" "Simultaneous editing of tools geometry in a MultiGeo Geometry is not " "possible.\n" @@ -117,95 +112,95 @@ msgstr "" "Одновременное редактирование геометрии в MultiGeo Geometry невозможно.\n" "Редактируйте только одну геометрию за раз." -#: FlatCAMApp.py:3275 +#: FlatCAMApp.py:3271 msgid "Editor is activated ..." msgstr "Редактор активирован ..." -#: FlatCAMApp.py:3296 +#: FlatCAMApp.py:3292 msgid "Do you want to save the edited object?" msgstr "Вы хотите сохранить редактируемый объект?" -#: FlatCAMApp.py:3297 flatcamGUI/FlatCAMGUI.py:2165 +#: FlatCAMApp.py:3293 flatcamGUI/FlatCAMGUI.py:2165 msgid "Close Editor" msgstr "Закрыть редактор" -#: FlatCAMApp.py:3300 FlatCAMApp.py:4018 FlatCAMApp.py:5071 FlatCAMApp.py:7737 -#: FlatCAMApp.py:7763 FlatCAMApp.py:8940 FlatCAMTranslation.py:108 +#: FlatCAMApp.py:3296 FlatCAMApp.py:4014 FlatCAMApp.py:5067 FlatCAMApp.py:7724 +#: FlatCAMApp.py:7750 FlatCAMApp.py:8927 FlatCAMTranslation.py:108 #: FlatCAMTranslation.py:193 msgid "Yes" msgstr "Да" -#: FlatCAMApp.py:3301 FlatCAMApp.py:4019 FlatCAMApp.py:5072 FlatCAMApp.py:7738 -#: FlatCAMApp.py:7764 FlatCAMApp.py:8941 FlatCAMTranslation.py:109 -#: FlatCAMTranslation.py:194 flatcamGUI/PreferencesUI.py:5133 -#: flatcamGUI/PreferencesUI.py:5558 flatcamTools/ToolNonCopperClear.py:189 +#: FlatCAMApp.py:3297 FlatCAMApp.py:4015 FlatCAMApp.py:5068 FlatCAMApp.py:7725 +#: FlatCAMApp.py:7751 FlatCAMApp.py:8928 FlatCAMTranslation.py:109 +#: FlatCAMTranslation.py:194 flatcamGUI/PreferencesUI.py:5139 +#: flatcamGUI/PreferencesUI.py:5554 flatcamTools/ToolNonCopperClear.py:189 #: flatcamTools/ToolPaint.py:161 msgid "No" msgstr "Нет" -#: FlatCAMApp.py:3302 FlatCAMApp.py:5073 FlatCAMApp.py:5929 FlatCAMApp.py:7019 -#: FlatCAMApp.py:8942 FlatCAMCommon.py:571 flatcamGUI/FlatCAMGUI.py:1260 +#: FlatCAMApp.py:3298 FlatCAMApp.py:5069 FlatCAMApp.py:5925 FlatCAMApp.py:7006 +#: FlatCAMApp.py:8929 FlatCAMCommon.py:571 flatcamGUI/FlatCAMGUI.py:1260 msgid "Cancel" msgstr "Отмена" -#: FlatCAMApp.py:3330 +#: FlatCAMApp.py:3326 msgid "Object empty after edit." msgstr "Объект пуст после редактирования." -#: FlatCAMApp.py:3379 FlatCAMApp.py:3399 FlatCAMApp.py:3414 +#: FlatCAMApp.py:3375 FlatCAMApp.py:3395 FlatCAMApp.py:3410 msgid "Select a Gerber, Geometry or Excellon Object to update." msgstr "Выберите объект Gerber, Geometry или Excellon для обновления." -#: FlatCAMApp.py:3383 +#: FlatCAMApp.py:3379 msgid "is updated, returning to App..." msgstr "обновлён, возврат в приложение ..." -#: FlatCAMApp.py:3778 FlatCAMApp.py:3892 FlatCAMApp.py:4933 +#: FlatCAMApp.py:3774 FlatCAMApp.py:3888 FlatCAMApp.py:4929 msgid "Could not load defaults file." msgstr "Не удалось загрузить файл значений по умолчанию." -#: FlatCAMApp.py:3790 FlatCAMApp.py:3900 FlatCAMApp.py:4942 +#: FlatCAMApp.py:3786 FlatCAMApp.py:3896 FlatCAMApp.py:4938 msgid "Failed to parse defaults file." msgstr "Не удалось прочитать файл значений по умолчанию." -#: FlatCAMApp.py:3835 +#: FlatCAMApp.py:3831 msgid "Preferences default restore was cancelled." -msgstr "Восстановление настроек было отменено." +msgstr "Восстановление настроек по умолчанию отменено." -#: FlatCAMApp.py:3843 FlatCAMApp.py:5021 +#: FlatCAMApp.py:3839 FlatCAMApp.py:5017 msgid "Could not load factory defaults file." msgstr "Не удалось загрузить файл с исходными значениями." -#: FlatCAMApp.py:3851 FlatCAMApp.py:5031 +#: FlatCAMApp.py:3847 FlatCAMApp.py:5027 msgid "Failed to parse factory defaults file." msgstr "Не удалось прочитать файл с исходными значениями." -#: FlatCAMApp.py:3859 +#: FlatCAMApp.py:3855 msgid "Preferences default values are restored." -msgstr "Настройки по умолчанию восстановлены." +msgstr "Восстанавливаются значения по умолчанию." -#: FlatCAMApp.py:3874 FlatCAMApp.py:3878 +#: FlatCAMApp.py:3870 FlatCAMApp.py:3874 msgid "Import FlatCAM Preferences" msgstr "Импорт настроек FlatCAM" -#: FlatCAMApp.py:3884 +#: FlatCAMApp.py:3880 msgid "FlatCAM preferences import cancelled." msgstr "Импорт настроек FlatCAM отменен." -#: FlatCAMApp.py:3908 +#: FlatCAMApp.py:3904 msgid "Imported Defaults from" msgstr "Значения по умолчанию импортированы из" -#: FlatCAMApp.py:3928 FlatCAMApp.py:3933 +#: FlatCAMApp.py:3924 FlatCAMApp.py:3929 msgid "Export FlatCAM Preferences" msgstr "Экспорт настроек FlatCAM" -#: FlatCAMApp.py:3940 +#: FlatCAMApp.py:3936 msgid "FlatCAM preferences export cancelled." msgstr "Экспорт настроек FlatCAM отменён." -#: FlatCAMApp.py:3949 FlatCAMApp.py:10402 FlatCAMApp.py:10450 -#: FlatCAMApp.py:10573 FlatCAMApp.py:10712 FlatCAMCommon.py:378 +#: FlatCAMApp.py:3945 FlatCAMApp.py:10389 FlatCAMApp.py:10437 +#: FlatCAMApp.py:10560 FlatCAMApp.py:10699 FlatCAMCommon.py:378 #: FlatCAMCommon.py:1114 FlatCAMObj.py:6903 #: flatcamEditors/FlatCAMTextEditor.py:274 flatcamTools/ToolFilm.py:1019 #: flatcamTools/ToolFilm.py:1195 flatcamTools/ToolSolderPaste.py:1544 @@ -216,45 +211,45 @@ msgstr "" "В доступе отказано, сохранение невозможно.\n" "Скорее всего, другое приложение держит файл открытым и недоступным." -#: FlatCAMApp.py:3961 +#: FlatCAMApp.py:3957 msgid "Could not load preferences file." msgstr "Не удаётся загрузить файл настроек." -#: FlatCAMApp.py:3980 FlatCAMApp.py:4989 +#: FlatCAMApp.py:3976 FlatCAMApp.py:4985 msgid "Failed to write defaults to file." msgstr "Не удалось записать значения по умолчанию в файл." -#: FlatCAMApp.py:3985 +#: FlatCAMApp.py:3981 msgid "Exported preferences to" msgstr "Экспорт настроек в" -#: FlatCAMApp.py:4002 +#: FlatCAMApp.py:3998 msgid "FlatCAM Preferences Folder opened." msgstr "Папка настроек FlatCAM открыта." -#: FlatCAMApp.py:4013 +#: FlatCAMApp.py:4009 msgid "Are you sure you want to delete the GUI Settings? \n" msgstr "Вы уверены, что хотите сбросить настройки интерфейса?\n" -#: FlatCAMApp.py:4016 flatcamGUI/FlatCAMGUI.py:1230 +#: FlatCAMApp.py:4012 flatcamGUI/FlatCAMGUI.py:1230 msgid "Clear GUI Settings" msgstr "Сброс настроек интерфейса" -#: FlatCAMApp.py:4113 +#: FlatCAMApp.py:4109 msgid "Failed to open recent files file for writing." msgstr "Не удалось открыть файл истории для записи." -#: FlatCAMApp.py:4124 +#: FlatCAMApp.py:4120 msgid "Failed to open recent projects file for writing." msgstr "Не удалось открыть файл последних проектов для записи." -#: FlatCAMApp.py:4209 FlatCAMApp.py:10913 FlatCAMApp.py:10974 -#: FlatCAMApp.py:11103 FlatCAMObj.py:5050 +#: FlatCAMApp.py:4205 FlatCAMApp.py:10900 FlatCAMApp.py:10961 +#: FlatCAMApp.py:11090 FlatCAMObj.py:5050 #: flatcamEditors/FlatCAMGrbEditor.py:4187 flatcamTools/ToolPcbWizard.py:437 msgid "An internal error has occurred. See shell.\n" msgstr "Произошла внутренняя ошибка. Смотрите командную строку.\n" -#: FlatCAMApp.py:4210 +#: FlatCAMApp.py:4206 #, python-brace-format msgid "" "Object ({kind}) failed because: {error} \n" @@ -263,63 +258,63 @@ msgstr "" "Объект ({kind}) не выполнен, потому что: {error} \n" "\n" -#: FlatCAMApp.py:4225 +#: FlatCAMApp.py:4221 msgid "Converting units to " msgstr "Конвертирование единиц в " -#: FlatCAMApp.py:4328 +#: FlatCAMApp.py:4324 msgid "CREATE A NEW FLATCAM TCL SCRIPT" msgstr "СОЗДАЙТЕ НОВЫЙ TCL СЦЕНАРИЙ FLATCAM" -#: FlatCAMApp.py:4329 +#: FlatCAMApp.py:4325 msgid "TCL Tutorial is here" msgstr "Учебное пособие по TCL здесь" -#: FlatCAMApp.py:4331 +#: FlatCAMApp.py:4327 msgid "FlatCAM commands list" msgstr "Список команд FlatCAM" -#: FlatCAMApp.py:4382 FlatCAMApp.py:4388 FlatCAMApp.py:4394 FlatCAMApp.py:4400 -#: FlatCAMApp.py:4406 FlatCAMApp.py:4412 +#: FlatCAMApp.py:4378 FlatCAMApp.py:4384 FlatCAMApp.py:4390 FlatCAMApp.py:4396 +#: FlatCAMApp.py:4402 FlatCAMApp.py:4408 msgid "created/selected" msgstr "создан / выбрана" -#: FlatCAMApp.py:4427 FlatCAMApp.py:7099 FlatCAMObj.py:271 FlatCAMObj.py:302 +#: FlatCAMApp.py:4423 FlatCAMApp.py:7086 FlatCAMObj.py:271 FlatCAMObj.py:302 #: FlatCAMObj.py:318 FlatCAMObj.py:398 flatcamTools/ToolCopperThieving.py:1476 #: flatcamTools/ToolFiducials.py:807 flatcamTools/ToolMove.py:220 #: flatcamTools/ToolQRCode.py:726 msgid "Plotting" msgstr "Прорисовка" -#: FlatCAMApp.py:4490 flatcamGUI/FlatCAMGUI.py:491 +#: FlatCAMApp.py:4486 flatcamGUI/FlatCAMGUI.py:491 msgid "About FlatCAM" msgstr "О программе" -#: FlatCAMApp.py:4516 +#: FlatCAMApp.py:4512 msgid "2D Computer-Aided Printed Circuit Board Manufacturing" msgstr "2D Computer-Aided Printed Circuit Board Manufacturing" -#: FlatCAMApp.py:4517 +#: FlatCAMApp.py:4513 msgid "Development" msgstr "Исходный код" -#: FlatCAMApp.py:4518 +#: FlatCAMApp.py:4514 msgid "DOWNLOAD" msgstr "Страница загрузок" -#: FlatCAMApp.py:4519 +#: FlatCAMApp.py:4515 msgid "Issue tracker" msgstr "Issue-трекер" -#: FlatCAMApp.py:4523 FlatCAMApp.py:4864 +#: FlatCAMApp.py:4519 FlatCAMApp.py:4860 msgid "Close" msgstr "Закрыть" -#: FlatCAMApp.py:4538 +#: FlatCAMApp.py:4534 msgid "Licensed under the MIT license" msgstr "Под лицензией MIT" -#: FlatCAMApp.py:4547 +#: FlatCAMApp.py:4543 msgid "" "Permission is hereby granted, free of charge, to any person obtaining a " "copy\n" @@ -367,7 +362,7 @@ msgstr "" "OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n" "THE SOFTWARE." -#: FlatCAMApp.py:4569 +#: FlatCAMApp.py:4565 msgid "" "Some of the icons used are from the following sources:
Icons by FreepikIcons8
Иконки " "от oNline Web Fonts" -#: FlatCAMApp.py:4601 +#: FlatCAMApp.py:4597 msgid "Splash" msgstr "Информация" -#: FlatCAMApp.py:4607 +#: FlatCAMApp.py:4603 msgid "Programmers" msgstr "Разработчики" -#: FlatCAMApp.py:4613 +#: FlatCAMApp.py:4609 msgid "Translators" msgstr "Переводчики" -#: FlatCAMApp.py:4619 +#: FlatCAMApp.py:4615 msgid "License" msgstr "Лицензия" -#: FlatCAMApp.py:4625 +#: FlatCAMApp.py:4621 msgid "Attributions" msgstr "Пояснения" -#: FlatCAMApp.py:4648 +#: FlatCAMApp.py:4644 msgid "Programmer" msgstr "Разработчик" -#: FlatCAMApp.py:4649 +#: FlatCAMApp.py:4645 msgid "Status" msgstr "Статус" -#: FlatCAMApp.py:4650 FlatCAMApp.py:4728 +#: FlatCAMApp.py:4646 FlatCAMApp.py:4724 msgid "E-mail" msgstr "E-mail" -#: FlatCAMApp.py:4658 +#: FlatCAMApp.py:4654 msgid "BETA Maintainer >= 2019" msgstr "Куратор >=2019" -#: FlatCAMApp.py:4725 +#: FlatCAMApp.py:4721 msgid "Language" msgstr "Язык" -#: FlatCAMApp.py:4726 +#: FlatCAMApp.py:4722 msgid "Translator" msgstr "Переводчик" -#: FlatCAMApp.py:4727 +#: FlatCAMApp.py:4723 msgid "Corrections" msgstr "Исправления" -#: FlatCAMApp.py:4836 FlatCAMApp.py:4844 FlatCAMApp.py:7782 +#: FlatCAMApp.py:4832 FlatCAMApp.py:4840 FlatCAMApp.py:7769 #: flatcamGUI/FlatCAMGUI.py:473 msgid "Bookmarks Manager" msgstr "Диспетчер закладок" -#: FlatCAMApp.py:4855 +#: FlatCAMApp.py:4851 msgid "" "This entry will resolve to another website if:\n" "\n" @@ -456,27 +451,27 @@ msgstr "" "Если вы не можете получить какую-либо информацию о бета-версии FlatCAM\n" "используйте ссылку на канал YouTube в меню «Справка»." -#: FlatCAMApp.py:4862 +#: FlatCAMApp.py:4858 msgid "Alternative website" msgstr "Альтернативный сайт" -#: FlatCAMApp.py:4993 FlatCAMApp.py:7746 +#: FlatCAMApp.py:4989 FlatCAMApp.py:7733 msgid "Preferences saved." msgstr "Настройки сохранены." -#: FlatCAMApp.py:5047 +#: FlatCAMApp.py:5043 msgid "Failed to write factory defaults to file." msgstr "Не удалось записать исходные значения в файл." -#: FlatCAMApp.py:5051 +#: FlatCAMApp.py:5047 msgid "Factory defaults saved." msgstr "Исходные значения сохранены." -#: FlatCAMApp.py:5061 flatcamGUI/FlatCAMGUI.py:3962 +#: FlatCAMApp.py:5057 flatcamGUI/FlatCAMGUI.py:3962 msgid "Application is saving the project. Please wait ..." msgstr "Приложение сохраняет проект. Пожалуйста, подождите ..." -#: FlatCAMApp.py:5066 FlatCAMTranslation.py:188 +#: FlatCAMApp.py:5062 FlatCAMTranslation.py:188 msgid "" "There are files/objects modified in FlatCAM. \n" "Do you want to Save the project?" @@ -484,29 +479,29 @@ msgstr "" "Есть файлы/объекты, измененные в FlatCAM.\n" "Вы хотите сохранить проект?" -#: FlatCAMApp.py:5069 FlatCAMApp.py:8938 FlatCAMTranslation.py:191 +#: FlatCAMApp.py:5065 FlatCAMApp.py:8925 FlatCAMTranslation.py:191 msgid "Save changes" msgstr "Сохранить изменения" -#: FlatCAMApp.py:5310 +#: FlatCAMApp.py:5306 msgid "Selected Excellon file extensions registered with FlatCAM." msgstr "Выбранные расширения файлов Excellon, зарегистрированные в FlatCAM." -#: FlatCAMApp.py:5332 +#: FlatCAMApp.py:5328 msgid "Selected GCode file extensions registered with FlatCAM." msgstr "Выбранные расширения файлов GCode, зарегистрированные в FlatCAM." -#: FlatCAMApp.py:5354 +#: FlatCAMApp.py:5350 msgid "Selected Gerber file extensions registered with FlatCAM." msgstr "Выбранные расширения файлов Gerber, зарегистрированные в FlatCAM." -#: FlatCAMApp.py:5542 FlatCAMApp.py:5599 FlatCAMApp.py:5627 +#: FlatCAMApp.py:5538 FlatCAMApp.py:5595 FlatCAMApp.py:5623 msgid "At least two objects are required for join. Objects currently selected" msgstr "" "Для объединения требуются как минимум два объекта. Объекты, выбранные в " "данный момент" -#: FlatCAMApp.py:5551 +#: FlatCAMApp.py:5547 msgid "" "Failed join. The Geometry objects are of different types.\n" "At least one is MultiGeo type and the other is SingleGeo type. A possibility " @@ -522,51 +517,51 @@ msgstr "" "потеряна, и результат может не соответствовать ожидаемому. \n" "Проверьте сгенерированный GCODE." -#: FlatCAMApp.py:5563 +#: FlatCAMApp.py:5559 msgid "Multigeo. Geometry merging finished" msgstr "Слияние Multigeo. Geometry завершено" -#: FlatCAMApp.py:5572 +#: FlatCAMApp.py:5568 msgid "Geometry merging finished" msgstr "Слияние Geometry завершено" -#: FlatCAMApp.py:5594 +#: FlatCAMApp.py:5590 msgid "Failed. Excellon joining works only on Excellon objects." msgstr "Неудача. Присоединение Excellon работает только на объектах Excellon." -#: FlatCAMApp.py:5604 +#: FlatCAMApp.py:5600 msgid "Excellon merging finished" msgstr "Слияние Excellon завершено" -#: FlatCAMApp.py:5622 +#: FlatCAMApp.py:5618 msgid "Failed. Gerber joining works only on Gerber objects." msgstr "Неудача. Объединение Gerber работает только на объектах Gerber." -#: FlatCAMApp.py:5632 +#: FlatCAMApp.py:5628 msgid "Gerber merging finished" msgstr "Слияние Gerber завершено" -#: FlatCAMApp.py:5652 FlatCAMApp.py:5687 +#: FlatCAMApp.py:5648 FlatCAMApp.py:5683 msgid "Failed. Select a Geometry Object and try again." msgstr "Неудалось. Выберите объект Geometry и попробуйте снова." -#: FlatCAMApp.py:5656 FlatCAMApp.py:5692 +#: FlatCAMApp.py:5652 FlatCAMApp.py:5688 msgid "Expected a FlatCAMGeometry, got" msgstr "Ожидается FlatCAMGeometry, получено" -#: FlatCAMApp.py:5669 +#: FlatCAMApp.py:5665 msgid "A Geometry object was converted to MultiGeo type." msgstr "Объект Geometry был преобразован в тип MultiGeo." -#: FlatCAMApp.py:5707 +#: FlatCAMApp.py:5703 msgid "A Geometry object was converted to SingleGeo type." msgstr "Объект Geometry был преобразован в тип SingleGeo." -#: FlatCAMApp.py:5923 +#: FlatCAMApp.py:5919 msgid "Toggle Units" msgstr "Единицы измерения" -#: FlatCAMApp.py:5925 +#: FlatCAMApp.py:5921 msgid "" "Changing the units of the project\n" "will scale all objects.\n" @@ -577,50 +572,50 @@ msgstr "" "масштабированию всех всех объектов.\n" "Продолжить?" -#: FlatCAMApp.py:5928 FlatCAMApp.py:6942 FlatCAMApp.py:7018 FlatCAMApp.py:9303 -#: FlatCAMApp.py:9317 FlatCAMApp.py:9671 FlatCAMApp.py:9682 +#: FlatCAMApp.py:5924 FlatCAMApp.py:6929 FlatCAMApp.py:7005 FlatCAMApp.py:9290 +#: FlatCAMApp.py:9304 FlatCAMApp.py:9658 FlatCAMApp.py:9669 msgid "Ok" msgstr "Да" -#: FlatCAMApp.py:5977 +#: FlatCAMApp.py:5973 msgid "Converted units to" msgstr "Конвертирование единиц в" -#: FlatCAMApp.py:5991 +#: FlatCAMApp.py:5987 msgid "Units conversion cancelled." msgstr "Изменение единиц отменено." -#: FlatCAMApp.py:6626 +#: FlatCAMApp.py:6613 msgid "Detachable Tabs" msgstr "Плавающие вкладки" -#: FlatCAMApp.py:6841 FlatCAMApp.py:6902 FlatCAMApp.py:7573 FlatCAMApp.py:7635 -#: FlatCAMApp.py:7701 +#: FlatCAMApp.py:6828 FlatCAMApp.py:6889 FlatCAMApp.py:7560 FlatCAMApp.py:7622 +#: FlatCAMApp.py:7688 msgid "Preferences" msgstr "Настройки" -#: FlatCAMApp.py:6844 +#: FlatCAMApp.py:6831 msgid "Preferences applied." msgstr "Настройки применяются." -#: FlatCAMApp.py:6907 +#: FlatCAMApp.py:6894 msgid "Preferences closed without saving." msgstr "Настройки закрыты без сохранения." -#: FlatCAMApp.py:6930 flatcamTools/ToolNonCopperClear.py:597 -#: flatcamTools/ToolNonCopperClear.py:993 flatcamTools/ToolPaint.py:508 +#: FlatCAMApp.py:6917 flatcamTools/ToolNonCopperClear.py:591 +#: flatcamTools/ToolNonCopperClear.py:987 flatcamTools/ToolPaint.py:502 #: flatcamTools/ToolSolderPaste.py:562 flatcamTools/ToolSolderPaste.py:892 msgid "Please enter a tool diameter with non-zero value, in Float format." msgstr "" "Пожалуйста, введите диаметр инструмента с ненулевым значением в float " "формате." -#: FlatCAMApp.py:6935 flatcamTools/ToolNonCopperClear.py:601 -#: flatcamTools/ToolPaint.py:512 flatcamTools/ToolSolderPaste.py:566 +#: FlatCAMApp.py:6922 flatcamTools/ToolNonCopperClear.py:595 +#: flatcamTools/ToolPaint.py:506 flatcamTools/ToolSolderPaste.py:566 msgid "Adding Tool cancelled" msgstr "Добавление инструмента отменено" -#: FlatCAMApp.py:6938 +#: FlatCAMApp.py:6925 msgid "" "Adding Tool works only when Advanced is checked.\n" "Go to Preferences -> General - Show Advanced Options." @@ -629,11 +624,11 @@ msgstr "" "«Дополнительно».\n" "Перейдите в Настройки -> Основные парам. - Показать дополнительные параметры." -#: FlatCAMApp.py:7013 +#: FlatCAMApp.py:7000 msgid "Delete objects" msgstr "Удалить объекты" -#: FlatCAMApp.py:7016 +#: FlatCAMApp.py:7003 msgid "" "Are you sure you want to permanently delete\n" "the selected objects?" @@ -641,51 +636,51 @@ msgstr "" "Вы уверены, что хотите удалить навсегда\n" "выделенные объекты?" -#: FlatCAMApp.py:7047 +#: FlatCAMApp.py:7034 msgid "Object(s) deleted" msgstr "Объект(ы) удалены" -#: FlatCAMApp.py:7051 flatcamTools/ToolDblSided.py:713 +#: FlatCAMApp.py:7038 flatcamTools/ToolDblSided.py:713 msgid "Failed. No object(s) selected..." msgstr "Нудача. Объекты не выбраны ..." -#: FlatCAMApp.py:7053 +#: FlatCAMApp.py:7040 msgid "Save the work in Editor and try again ..." msgstr "Сохраните работу в редакторе и попробуйте снова ..." -#: FlatCAMApp.py:7083 +#: FlatCAMApp.py:7070 msgid "Object deleted" msgstr "Объект(ы) удален" -#: FlatCAMApp.py:7110 +#: FlatCAMApp.py:7097 msgid "Click to set the origin ..." msgstr "Кликните, чтобы указать начало координат ..." -#: FlatCAMApp.py:7132 +#: FlatCAMApp.py:7119 msgid "Setting Origin..." msgstr "Установка точки начала координат..." -#: FlatCAMApp.py:7144 +#: FlatCAMApp.py:7131 msgid "Origin set" msgstr "Начало координат установлено" -#: FlatCAMApp.py:7151 +#: FlatCAMApp.py:7138 msgid "Origin coordinates specified but incomplete." msgstr "Координаты начала указаны, но неполны." -#: FlatCAMApp.py:7210 +#: FlatCAMApp.py:7197 msgid "Jump to ..." msgstr "Перейти к ..." -#: FlatCAMApp.py:7211 +#: FlatCAMApp.py:7198 msgid "Enter the coordinates in format X,Y:" msgstr "Введите координаты в формате X, Y:" -#: FlatCAMApp.py:7221 +#: FlatCAMApp.py:7208 msgid "Wrong coordinates. Enter coordinates in format: X,Y" msgstr "Неверные координаты. Введите координаты в формате: X, Y" -#: FlatCAMApp.py:7301 flatcamEditors/FlatCAMExcEditor.py:3599 +#: FlatCAMApp.py:7288 flatcamEditors/FlatCAMExcEditor.py:3599 #: flatcamEditors/FlatCAMExcEditor.py:3607 #: flatcamEditors/FlatCAMGeoEditor.py:4036 #: flatcamEditors/FlatCAMGeoEditor.py:4051 @@ -699,42 +694,42 @@ msgstr "Неверные координаты. Введите координат msgid "Done." msgstr "Готово." -#: FlatCAMApp.py:7453 FlatCAMApp.py:7524 +#: FlatCAMApp.py:7440 FlatCAMApp.py:7511 msgid "No object is selected. Select an object and try again." msgstr "Объект не выбран. Выберите объект и попробуйте снова." -#: FlatCAMApp.py:7544 +#: FlatCAMApp.py:7531 msgid "" "Aborting. The current task will be gracefully closed as soon as possible..." msgstr "Прерывание. Текущая задача будет закрыта как можно скорее..." -#: FlatCAMApp.py:7550 +#: FlatCAMApp.py:7537 msgid "The current task was gracefully closed on user request..." msgstr "Текущая задача была закрыта по запросу пользователя ..." -#: FlatCAMApp.py:7632 +#: FlatCAMApp.py:7619 msgid "Preferences edited but not saved." msgstr "Настройки отредактированы, но не сохранены." -#: FlatCAMApp.py:7646 FlatCAMApp.py:7658 FlatCAMApp.py:7675 FlatCAMApp.py:7692 -#: FlatCAMApp.py:7752 FlatCAMCommon.py:1181 FlatCAMCommon.py:1356 +#: FlatCAMApp.py:7633 FlatCAMApp.py:7645 FlatCAMApp.py:7662 FlatCAMApp.py:7679 +#: FlatCAMApp.py:7739 FlatCAMCommon.py:1181 FlatCAMCommon.py:1356 #: FlatCAMObj.py:4256 msgid "Tools Database" msgstr "База данных" -#: FlatCAMApp.py:7672 +#: FlatCAMApp.py:7659 msgid "Tools in Tools Database edited but not saved." msgstr "Инструменты в базе данных отредактированы, но не сохранены." -#: FlatCAMApp.py:7696 +#: FlatCAMApp.py:7683 msgid "Tool from DB added in Tool Table." msgstr "Инструмент из БД добавлен в таблицу инструментов." -#: FlatCAMApp.py:7698 +#: FlatCAMApp.py:7685 msgid "Adding tool from DB is not allowed for this object." msgstr "Добавление инструмента из БД для данного объекта запрещено." -#: FlatCAMApp.py:7732 +#: FlatCAMApp.py:7719 msgid "" "One or more values are changed.\n" "Do you want to save the Preferences?" @@ -742,11 +737,11 @@ msgstr "" "Одно или несколько значений изменены.\n" "Вы хотите сохранить настройки?" -#: FlatCAMApp.py:7734 flatcamGUI/FlatCAMGUI.py:222 +#: FlatCAMApp.py:7721 flatcamGUI/FlatCAMGUI.py:222 msgid "Save Preferences" msgstr "Сохранить настройки" -#: FlatCAMApp.py:7758 +#: FlatCAMApp.py:7745 msgid "" "One or more Tools are edited.\n" "Do you want to update the Tools Database?" @@ -754,93 +749,93 @@ msgstr "" "Один или несколько инструментов изменены.\n" "Вы хотите обновить базу данных инструментов?" -#: FlatCAMApp.py:7760 +#: FlatCAMApp.py:7747 msgid "Save Tools Database" msgstr "Сохранить БД" -#: FlatCAMApp.py:7779 FlatCAMApp.py:9910 FlatCAMObj.py:6509 +#: FlatCAMApp.py:7766 FlatCAMApp.py:9897 FlatCAMObj.py:6509 msgid "Code Editor" msgstr "Редактор кода" -#: FlatCAMApp.py:7797 +#: FlatCAMApp.py:7784 msgid "No object selected to Flip on Y axis." msgstr "Не выбран объект для отражения по оси Y." -#: FlatCAMApp.py:7823 +#: FlatCAMApp.py:7810 msgid "Flip on Y axis done." msgstr "Отражение по оси Y завершено." -#: FlatCAMApp.py:7825 FlatCAMApp.py:7867 +#: FlatCAMApp.py:7812 FlatCAMApp.py:7854 #: flatcamEditors/FlatCAMGrbEditor.py:5858 msgid "Flip action was not executed." msgstr "Операция переворота не была выполнена." -#: FlatCAMApp.py:7839 +#: FlatCAMApp.py:7826 msgid "No object selected to Flip on X axis." msgstr "Не выбран объект для отражения по оси Х." -#: FlatCAMApp.py:7865 +#: FlatCAMApp.py:7852 msgid "Flip on X axis done." msgstr "Отражение по оси Х завершено." -#: FlatCAMApp.py:7881 +#: FlatCAMApp.py:7868 msgid "No object selected to Rotate." msgstr "Не выбран ни один объект для вращения." -#: FlatCAMApp.py:7884 FlatCAMApp.py:7931 FlatCAMApp.py:7964 +#: FlatCAMApp.py:7871 FlatCAMApp.py:7918 FlatCAMApp.py:7951 msgid "Transform" msgstr "Трансформация" -#: FlatCAMApp.py:7884 FlatCAMApp.py:7931 FlatCAMApp.py:7964 +#: FlatCAMApp.py:7871 FlatCAMApp.py:7918 FlatCAMApp.py:7951 msgid "Enter the Angle value:" msgstr "Введите значение угла:" -#: FlatCAMApp.py:7915 +#: FlatCAMApp.py:7902 msgid "Rotation done." msgstr "Вращение завершено." -#: FlatCAMApp.py:7917 +#: FlatCAMApp.py:7904 msgid "Rotation movement was not executed." msgstr "Вращение не было выполнено." -#: FlatCAMApp.py:7929 +#: FlatCAMApp.py:7916 msgid "No object selected to Skew/Shear on X axis." msgstr "Не выбран ни один объект для наклона/сдвига по оси X." -#: FlatCAMApp.py:7951 +#: FlatCAMApp.py:7938 msgid "Skew on X axis done." msgstr "Наклон по оси X выполнен." -#: FlatCAMApp.py:7962 +#: FlatCAMApp.py:7949 msgid "No object selected to Skew/Shear on Y axis." msgstr "Нет объекта, выбранного для наклона/сдвига по оси Y." -#: FlatCAMApp.py:7984 +#: FlatCAMApp.py:7971 msgid "Skew on Y axis done." msgstr "Наклон по оси Y выполнен." -#: FlatCAMApp.py:8132 FlatCAMApp.py:8179 flatcamGUI/FlatCAMGUI.py:449 +#: FlatCAMApp.py:8119 FlatCAMApp.py:8166 flatcamGUI/FlatCAMGUI.py:449 #: flatcamGUI/FlatCAMGUI.py:1612 msgid "Select All" msgstr "Выбрать все" -#: FlatCAMApp.py:8136 FlatCAMApp.py:8183 flatcamGUI/FlatCAMGUI.py:451 +#: FlatCAMApp.py:8123 FlatCAMApp.py:8170 flatcamGUI/FlatCAMGUI.py:451 msgid "Deselect All" msgstr "Снять выделение" -#: FlatCAMApp.py:8199 +#: FlatCAMApp.py:8186 msgid "All objects are selected." msgstr "Все объекты выделены." -#: FlatCAMApp.py:8209 +#: FlatCAMApp.py:8196 msgid "Objects selection is cleared." msgstr "Выбор объектов очищен." -#: FlatCAMApp.py:8229 flatcamGUI/FlatCAMGUI.py:1605 +#: FlatCAMApp.py:8216 flatcamGUI/FlatCAMGUI.py:1605 msgid "Grid On/Off" msgstr "Сетка вкл/откл" -#: FlatCAMApp.py:8241 flatcamEditors/FlatCAMGeoEditor.py:940 +#: FlatCAMApp.py:8228 flatcamEditors/FlatCAMGeoEditor.py:940 #: flatcamEditors/FlatCAMGrbEditor.py:2574 #: flatcamEditors/FlatCAMGrbEditor.py:5431 flatcamGUI/ObjectUI.py:1304 #: flatcamTools/ToolDblSided.py:187 flatcamTools/ToolDblSided.py:245 @@ -850,7 +845,7 @@ msgstr "Сетка вкл/откл" msgid "Add" msgstr "Добавить" -#: FlatCAMApp.py:8243 FlatCAMObj.py:3963 +#: FlatCAMApp.py:8230 FlatCAMObj.py:3963 #: flatcamEditors/FlatCAMGrbEditor.py:2579 #: flatcamEditors/FlatCAMGrbEditor.py:2727 flatcamGUI/FlatCAMGUI.py:680 #: flatcamGUI/FlatCAMGUI.py:991 flatcamGUI/FlatCAMGUI.py:2018 @@ -861,66 +856,66 @@ msgstr "Добавить" msgid "Delete" msgstr "Удалить" -#: FlatCAMApp.py:8256 +#: FlatCAMApp.py:8243 msgid "New Grid ..." msgstr "Новая сетка ..." -#: FlatCAMApp.py:8257 +#: FlatCAMApp.py:8244 msgid "Enter a Grid Value:" msgstr "Введите размер сетки:" -#: FlatCAMApp.py:8265 FlatCAMApp.py:8292 +#: FlatCAMApp.py:8252 FlatCAMApp.py:8279 msgid "Please enter a grid value with non-zero value, in Float format." msgstr "" "Пожалуйста, введите значение сетки с ненулевым значением в формате float." -#: FlatCAMApp.py:8271 +#: FlatCAMApp.py:8258 msgid "New Grid added" msgstr "Новая сетка добавлена" -#: FlatCAMApp.py:8274 +#: FlatCAMApp.py:8261 msgid "Grid already exists" msgstr "Сетка уже существует" -#: FlatCAMApp.py:8277 +#: FlatCAMApp.py:8264 msgid "Adding New Grid cancelled" msgstr "Добавление новой сетки отменено" -#: FlatCAMApp.py:8299 +#: FlatCAMApp.py:8286 msgid " Grid Value does not exist" msgstr " Значение сетки не существует" -#: FlatCAMApp.py:8302 +#: FlatCAMApp.py:8289 msgid "Grid Value deleted" msgstr "Значение сетки удалено" -#: FlatCAMApp.py:8305 +#: FlatCAMApp.py:8292 msgid "Delete Grid value cancelled" msgstr "Удаление значения сетки отменено" -#: FlatCAMApp.py:8311 +#: FlatCAMApp.py:8298 msgid "Key Shortcut List" msgstr "Список комбинаций клавиш" -#: FlatCAMApp.py:8345 +#: FlatCAMApp.py:8332 msgid " No object selected to copy it's name" msgstr " Нет объекта, выбранного для копирования его имени" -#: FlatCAMApp.py:8349 +#: FlatCAMApp.py:8336 msgid "Name copied on clipboard ..." msgstr "Имя скопировано в буфер обмена ..." -#: FlatCAMApp.py:8547 flatcamEditors/FlatCAMGrbEditor.py:4377 +#: FlatCAMApp.py:8534 flatcamEditors/FlatCAMGrbEditor.py:4377 msgid "Coordinates copied to clipboard." msgstr "Координаты скопированы в буфер обмена." -#: FlatCAMApp.py:8775 FlatCAMApp.py:8781 FlatCAMApp.py:8787 FlatCAMApp.py:8793 +#: FlatCAMApp.py:8762 FlatCAMApp.py:8768 FlatCAMApp.py:8774 FlatCAMApp.py:8780 #: ObjectCollection.py:797 ObjectCollection.py:803 ObjectCollection.py:809 #: ObjectCollection.py:815 ObjectCollection.py:821 ObjectCollection.py:827 msgid "selected" msgstr "выбранный" -#: FlatCAMApp.py:8935 +#: FlatCAMApp.py:8922 msgid "" "There are files/objects opened in FlatCAM.\n" "Creating a New project will delete them.\n" @@ -930,370 +925,370 @@ msgstr "" "Создание нового проекта удалит их.\n" "Вы хотите сохранить проект?" -#: FlatCAMApp.py:8957 +#: FlatCAMApp.py:8944 msgid "New Project created" msgstr "Новый проект создан" -#: FlatCAMApp.py:9092 FlatCAMApp.py:9096 flatcamGUI/FlatCAMGUI.py:767 +#: FlatCAMApp.py:9079 FlatCAMApp.py:9083 flatcamGUI/FlatCAMGUI.py:767 #: flatcamGUI/FlatCAMGUI.py:2352 msgid "Open Gerber" msgstr "Открыть Gerber" -#: FlatCAMApp.py:9103 +#: FlatCAMApp.py:9090 msgid "Opening Gerber file." msgstr "Открытие файла Gerber." -#: FlatCAMApp.py:9109 +#: FlatCAMApp.py:9096 msgid "Open Gerber cancelled." msgstr "Открытие Gerber отменено." -#: FlatCAMApp.py:9130 FlatCAMApp.py:9134 flatcamGUI/FlatCAMGUI.py:769 +#: FlatCAMApp.py:9117 FlatCAMApp.py:9121 flatcamGUI/FlatCAMGUI.py:769 #: flatcamGUI/FlatCAMGUI.py:2354 msgid "Open Excellon" msgstr "Открыть Excellon" -#: FlatCAMApp.py:9140 +#: FlatCAMApp.py:9127 msgid "Opening Excellon file." msgstr "Открытие файла Excellon." -#: FlatCAMApp.py:9146 +#: FlatCAMApp.py:9133 msgid " Open Excellon cancelled." msgstr " Открытие Excellon отменено." -#: FlatCAMApp.py:9170 FlatCAMApp.py:9174 +#: FlatCAMApp.py:9157 FlatCAMApp.py:9161 msgid "Open G-Code" msgstr "Открыть G-Code" -#: FlatCAMApp.py:9181 +#: FlatCAMApp.py:9168 msgid "Opening G-Code file." msgstr "Открытие файла G-Code." -#: FlatCAMApp.py:9187 +#: FlatCAMApp.py:9174 msgid "Open G-Code cancelled." msgstr "Открытие G-Code отменено." -#: FlatCAMApp.py:9205 FlatCAMApp.py:9208 flatcamGUI/FlatCAMGUI.py:1614 +#: FlatCAMApp.py:9192 FlatCAMApp.py:9195 flatcamGUI/FlatCAMGUI.py:1614 msgid "Open Project" msgstr "Открыть проект" -#: FlatCAMApp.py:9217 +#: FlatCAMApp.py:9204 msgid "Open Project cancelled." msgstr "Открытие проекта отменено." -#: FlatCAMApp.py:9241 FlatCAMApp.py:9245 +#: FlatCAMApp.py:9228 FlatCAMApp.py:9232 msgid "Open HPGL2" msgstr "Открыть HPGL2" -#: FlatCAMApp.py:9252 +#: FlatCAMApp.py:9239 msgid "Opening HPGL2 file." msgstr "Открытие файла HPGL2." -#: FlatCAMApp.py:9257 +#: FlatCAMApp.py:9244 msgid "Open HPGL2 file cancelled." msgstr "Открытие HPGL2 отменено." -#: FlatCAMApp.py:9275 FlatCAMApp.py:9278 +#: FlatCAMApp.py:9262 FlatCAMApp.py:9265 msgid "Open Configuration File" msgstr "Открыть файл конфигурации" -#: FlatCAMApp.py:9283 +#: FlatCAMApp.py:9270 msgid "Open Config cancelled." msgstr "Открытие конфигурации отменено." -#: FlatCAMApp.py:9299 FlatCAMApp.py:9667 FlatCAMApp.py:10137 -#: FlatCAMApp.py:10141 +#: FlatCAMApp.py:9286 FlatCAMApp.py:9654 FlatCAMApp.py:10124 +#: FlatCAMApp.py:10128 msgid "No object selected." msgstr "Нет выбранных объектов." -#: FlatCAMApp.py:9300 FlatCAMApp.py:9668 +#: FlatCAMApp.py:9287 FlatCAMApp.py:9655 msgid "Please Select a Geometry object to export" msgstr "Выберите объект Geometry для экспорта" -#: FlatCAMApp.py:9314 +#: FlatCAMApp.py:9301 msgid "Only Geometry, Gerber and CNCJob objects can be used." msgstr "Можно использовать только объекты Geometry, Gerber и CNCJob." -#: FlatCAMApp.py:9327 FlatCAMApp.py:9331 flatcamTools/ToolQRCode.py:827 +#: FlatCAMApp.py:9314 FlatCAMApp.py:9318 flatcamTools/ToolQRCode.py:827 #: flatcamTools/ToolQRCode.py:831 msgid "Export SVG" msgstr "Экспорт SVG" -#: FlatCAMApp.py:9337 flatcamTools/ToolQRCode.py:836 +#: FlatCAMApp.py:9324 flatcamTools/ToolQRCode.py:836 msgid " Export SVG cancelled." msgstr " Экспорт SVG отменён." -#: FlatCAMApp.py:9358 +#: FlatCAMApp.py:9345 msgid "Data must be a 3D array with last dimension 3 or 4" msgstr "Данные должны быть 3D массивом с последним размером 3 или 4" -#: FlatCAMApp.py:9364 FlatCAMApp.py:9368 +#: FlatCAMApp.py:9351 FlatCAMApp.py:9355 msgid "Export PNG Image" msgstr "Экспорт PNG изображения" -#: FlatCAMApp.py:9373 +#: FlatCAMApp.py:9360 msgid "Export PNG cancelled." msgstr "Экспорт PNG отменён." -#: FlatCAMApp.py:9397 +#: FlatCAMApp.py:9384 msgid "No object selected. Please select an Gerber object to export." msgstr "" "Нет выбранных объектов. Пожалуйста, выберите Gerber объект для экспорта." -#: FlatCAMApp.py:9403 FlatCAMApp.py:9626 +#: FlatCAMApp.py:9390 FlatCAMApp.py:9613 msgid "Failed. Only Gerber objects can be saved as Gerber files..." msgstr "Ошибка. Только объекты Gerber могут быть сохранены как файлы Gerber..." -#: FlatCAMApp.py:9415 +#: FlatCAMApp.py:9402 msgid "Save Gerber source file" msgstr "Сохранить исходный файл Gerber" -#: FlatCAMApp.py:9421 +#: FlatCAMApp.py:9408 msgid "Save Gerber source file cancelled." msgstr "Сохранение исходного кода файла Gerber отменено." -#: FlatCAMApp.py:9441 +#: FlatCAMApp.py:9428 msgid "No object selected. Please select an Script object to export." msgstr "" "Нет выбранных объектов. Пожалуйста, выберите объект сценария для экспорта." -#: FlatCAMApp.py:9447 +#: FlatCAMApp.py:9434 msgid "Failed. Only Script objects can be saved as TCL Script files..." msgstr "" "Ошибка. Только объекты сценария могут быть сохранены как файлы TCL-" "сценария..." -#: FlatCAMApp.py:9459 +#: FlatCAMApp.py:9446 msgid "Save Script source file" msgstr "Сохранить исходный файл сценария" -#: FlatCAMApp.py:9465 +#: FlatCAMApp.py:9452 msgid "Save Script source file cancelled." msgstr "Сохранение исходного кода файла сценария отменено." -#: FlatCAMApp.py:9485 +#: FlatCAMApp.py:9472 msgid "No object selected. Please select an Document object to export." msgstr "Объект не выбран. Пожалуйста, выберите объект Document для экспорта." -#: FlatCAMApp.py:9491 +#: FlatCAMApp.py:9478 msgid "Failed. Only Document objects can be saved as Document files..." msgstr "" "Ошибка. Только объекты Document могут быть сохранены как файлы Document..." -#: FlatCAMApp.py:9503 +#: FlatCAMApp.py:9490 msgid "Save Document source file" msgstr "Сохранить исходный файл Document" -#: FlatCAMApp.py:9509 +#: FlatCAMApp.py:9496 msgid "Save Document source file cancelled." msgstr "Сохранение исходного кода файла Document отменено." -#: FlatCAMApp.py:9529 +#: FlatCAMApp.py:9516 msgid "No object selected. Please select an Excellon object to export." msgstr "Объект не выбран. Пожалуйста, выберите Excellon объект для экспорта." -#: FlatCAMApp.py:9535 FlatCAMApp.py:9579 FlatCAMApp.py:10486 +#: FlatCAMApp.py:9522 FlatCAMApp.py:9566 FlatCAMApp.py:10473 msgid "Failed. Only Excellon objects can be saved as Excellon files..." msgstr "" "Ошибка. Только объекты Excellon могут быть сохранены как файлы Excellon..." -#: FlatCAMApp.py:9543 FlatCAMApp.py:9547 +#: FlatCAMApp.py:9530 FlatCAMApp.py:9534 msgid "Save Excellon source file" msgstr "Сохранить исходный файл Excellon" -#: FlatCAMApp.py:9553 +#: FlatCAMApp.py:9540 msgid "Saving Excellon source file cancelled." msgstr "Сохранение исходного кода файла Excellon отменено." -#: FlatCAMApp.py:9573 +#: FlatCAMApp.py:9560 msgid "No object selected. Please Select an Excellon object to export." msgstr "Объект не выбран. Пожалуйста, выберите отличный объект для экспорта." -#: FlatCAMApp.py:9587 FlatCAMApp.py:9591 +#: FlatCAMApp.py:9574 FlatCAMApp.py:9578 msgid "Export Excellon" msgstr "Экспорт Excellon" -#: FlatCAMApp.py:9597 +#: FlatCAMApp.py:9584 msgid "Export Excellon cancelled." msgstr "Экспорт Excellon отменен." -#: FlatCAMApp.py:9620 +#: FlatCAMApp.py:9607 msgid "No object selected. Please Select an Gerber object to export." msgstr "" "Нет выбранных объектов. Пожалуйста, выберите Gerber объект для экспорта." -#: FlatCAMApp.py:9634 FlatCAMApp.py:9638 +#: FlatCAMApp.py:9621 FlatCAMApp.py:9625 msgid "Export Gerber" msgstr "Экспорт Gerber" -#: FlatCAMApp.py:9644 +#: FlatCAMApp.py:9631 msgid "Export Gerber cancelled." msgstr "Экспорт Gerber отменен." -#: FlatCAMApp.py:9679 +#: FlatCAMApp.py:9666 msgid "Only Geometry objects can be used." msgstr "Можно использовать только объекты Geometry." -#: FlatCAMApp.py:9693 FlatCAMApp.py:9697 +#: FlatCAMApp.py:9680 FlatCAMApp.py:9684 msgid "Export DXF" msgstr "Экспорт DXF" -#: FlatCAMApp.py:9704 +#: FlatCAMApp.py:9691 msgid "Export DXF cancelled." msgstr "Экспорт DXF отменен." -#: FlatCAMApp.py:9724 FlatCAMApp.py:9727 +#: FlatCAMApp.py:9711 FlatCAMApp.py:9714 msgid "Import SVG" msgstr "Импорт SVG" -#: FlatCAMApp.py:9737 +#: FlatCAMApp.py:9724 msgid "Open SVG cancelled." msgstr "Открытие SVG отменено." -#: FlatCAMApp.py:9756 FlatCAMApp.py:9760 +#: FlatCAMApp.py:9743 FlatCAMApp.py:9747 msgid "Import DXF" msgstr "Импорт DXF" -#: FlatCAMApp.py:9770 +#: FlatCAMApp.py:9757 msgid "Open DXF cancelled." msgstr "Открытие DXF отменено." -#: FlatCAMApp.py:9812 +#: FlatCAMApp.py:9799 msgid "Viewing the source code of the selected object." msgstr "Просмотр исходного кода выбранного объекта." -#: FlatCAMApp.py:9813 FlatCAMObj.py:6495 FlatCAMObj.py:7225 +#: FlatCAMApp.py:9800 FlatCAMObj.py:6495 FlatCAMObj.py:7225 msgid "Loading..." msgstr "Загрузка..." -#: FlatCAMApp.py:9819 FlatCAMApp.py:9823 +#: FlatCAMApp.py:9806 FlatCAMApp.py:9810 msgid "Select an Gerber or Excellon file to view it's source file." msgstr "Выберите файл Gerber или Excellon для просмотра исходного кода." -#: FlatCAMApp.py:9837 +#: FlatCAMApp.py:9824 msgid "Source Editor" msgstr "Редактор исходного кода" -#: FlatCAMApp.py:9877 FlatCAMApp.py:9884 +#: FlatCAMApp.py:9864 FlatCAMApp.py:9871 msgid "There is no selected object for which to see it's source file code." msgstr "Нет выбранного объекта, для просмотра исходного кода файла." -#: FlatCAMApp.py:9896 +#: FlatCAMApp.py:9883 msgid "Failed to load the source code for the selected object" msgstr "Не удалось загрузить исходный код выбранного объекта" -#: FlatCAMApp.py:9938 +#: FlatCAMApp.py:9925 msgid "New TCL script file created in Code Editor." msgstr "Новый файл сценария создан в редакторе кода." -#: FlatCAMApp.py:9976 FlatCAMApp.py:9978 +#: FlatCAMApp.py:9963 FlatCAMApp.py:9965 msgid "Open TCL script" msgstr "Открыть сценарий TCL" -#: FlatCAMApp.py:9982 +#: FlatCAMApp.py:9969 msgid "Open TCL script cancelled." msgstr "Открытие сценария отменено." -#: FlatCAMApp.py:10006 +#: FlatCAMApp.py:9993 msgid "Executing FlatCAMScript file." msgstr "Выполнение файла FlatCAMScript." -#: FlatCAMApp.py:10013 FlatCAMApp.py:10016 +#: FlatCAMApp.py:10000 FlatCAMApp.py:10003 msgid "Run TCL script" msgstr "Запустить сценарий TCL" -#: FlatCAMApp.py:10026 +#: FlatCAMApp.py:10013 msgid "Run TCL script cancelled." msgstr "Запуск сценария отменен." -#: FlatCAMApp.py:10042 +#: FlatCAMApp.py:10029 msgid "TCL script file opened in Code Editor and executed." msgstr "Файл сценария открывается в редакторе кода и выполняется." -#: FlatCAMApp.py:10093 FlatCAMApp.py:10099 +#: FlatCAMApp.py:10080 FlatCAMApp.py:10086 msgid "Save Project As ..." msgstr "Сохранить проект как..." -#: FlatCAMApp.py:10095 flatcamGUI/FlatCAMGUI.py:1051 +#: FlatCAMApp.py:10082 flatcamGUI/FlatCAMGUI.py:1051 #: flatcamGUI/FlatCAMGUI.py:2053 msgid "Project" msgstr "Проект" -#: FlatCAMApp.py:10104 +#: FlatCAMApp.py:10091 msgid "Save Project cancelled." msgstr "Сохранение проекта отменено." -#: FlatCAMApp.py:10134 +#: FlatCAMApp.py:10121 msgid "FlatCAM objects print" msgstr "Печать объектов FlatCAM" -#: FlatCAMApp.py:10147 FlatCAMApp.py:10154 +#: FlatCAMApp.py:10134 FlatCAMApp.py:10141 msgid "Save Object as PDF ..." msgstr "Сохранить объект как PDF ..." -#: FlatCAMApp.py:10159 +#: FlatCAMApp.py:10146 msgid "Save Object PDF cancelled." msgstr "Сохранить объект PDF отменен." -#: FlatCAMApp.py:10163 +#: FlatCAMApp.py:10150 msgid "Printing PDF ... Please wait." -msgstr "Распечатать PDF ... Пожалуйста, подождите." +msgstr "Печать PDF ... Пожалуйста, подождите." -#: FlatCAMApp.py:10342 +#: FlatCAMApp.py:10329 msgid "PDF file saved to" -msgstr "Файл PDF экспортируется в" +msgstr "Файл PDF сохранён в" -#: FlatCAMApp.py:10366 +#: FlatCAMApp.py:10353 msgid "Exporting SVG" msgstr "Экспортирование SVG" -#: FlatCAMApp.py:10410 +#: FlatCAMApp.py:10397 msgid "SVG file exported to" msgstr "Файл SVG экспортируется в" -#: FlatCAMApp.py:10435 +#: FlatCAMApp.py:10422 msgid "" "Save cancelled because source file is empty. Try to export the Gerber file." msgstr "" "Сохранение отменено, потому что исходный файл пуст. Попробуйте " "экспортировать файл Gerber." -#: FlatCAMApp.py:10581 +#: FlatCAMApp.py:10568 msgid "Excellon file exported to" msgstr "Файл Excellon экспортируется в" -#: FlatCAMApp.py:10590 +#: FlatCAMApp.py:10577 msgid "Exporting Excellon" msgstr "Экспорт Excellon" -#: FlatCAMApp.py:10596 FlatCAMApp.py:10604 +#: FlatCAMApp.py:10583 FlatCAMApp.py:10591 msgid "Could not export Excellon file." msgstr "Не удалось экспортировать файл Excellon." -#: FlatCAMApp.py:10720 +#: FlatCAMApp.py:10707 msgid "Gerber file exported to" msgstr "Файл Gerber экспортируется в" -#: FlatCAMApp.py:10728 +#: FlatCAMApp.py:10715 msgid "Exporting Gerber" msgstr "Экспортирование Gerber" -#: FlatCAMApp.py:10734 FlatCAMApp.py:10742 +#: FlatCAMApp.py:10721 FlatCAMApp.py:10729 msgid "Could not export Gerber file." msgstr "Не удалось экспортировать файл Gerber." -#: FlatCAMApp.py:10776 +#: FlatCAMApp.py:10763 msgid "DXF file exported to" msgstr "Файл DXF экспортируется в" -#: FlatCAMApp.py:10782 +#: FlatCAMApp.py:10769 msgid "Exporting DXF" msgstr "Экспорт DXF" -#: FlatCAMApp.py:10787 FlatCAMApp.py:10794 +#: FlatCAMApp.py:10774 FlatCAMApp.py:10781 msgid "Could not export DXF file." msgstr "Не удалось экспортировать файл DXF." -#: FlatCAMApp.py:10817 FlatCAMApp.py:10860 flatcamTools/ToolImage.py:278 +#: FlatCAMApp.py:10804 FlatCAMApp.py:10847 flatcamTools/ToolImage.py:278 msgid "" "Not supported type is picked as parameter. Only Geometry and Gerber are " "supported" @@ -1301,80 +1296,80 @@ msgstr "" "В качестве параметра выбран не поддерживаемый тип. Поддерживаются только " "Geometry и Gerber" -#: FlatCAMApp.py:10827 +#: FlatCAMApp.py:10814 msgid "Importing SVG" msgstr "Импортирование SVG" -#: FlatCAMApp.py:10838 FlatCAMApp.py:10880 FlatCAMApp.py:10939 -#: FlatCAMApp.py:11006 FlatCAMApp.py:11069 FlatCAMApp.py:11136 -#: FlatCAMApp.py:11174 flatcamTools/ToolImage.py:298 +#: FlatCAMApp.py:10825 FlatCAMApp.py:10867 FlatCAMApp.py:10926 +#: FlatCAMApp.py:10993 FlatCAMApp.py:11056 FlatCAMApp.py:11123 +#: FlatCAMApp.py:11161 flatcamTools/ToolImage.py:298 #: flatcamTools/ToolPDF.py:225 msgid "Opened" msgstr "Открыт" -#: FlatCAMApp.py:10869 +#: FlatCAMApp.py:10856 msgid "Importing DXF" msgstr "Импорт DXF" -#: FlatCAMApp.py:10905 FlatCAMApp.py:11095 +#: FlatCAMApp.py:10892 FlatCAMApp.py:11082 msgid "Failed to open file" msgstr "Не удалось открыть файл" -#: FlatCAMApp.py:10908 FlatCAMApp.py:11098 +#: FlatCAMApp.py:10895 FlatCAMApp.py:11085 msgid "Failed to parse file" msgstr "Не удаётся прочитать файл" -#: FlatCAMApp.py:10920 +#: FlatCAMApp.py:10907 msgid "Object is not Gerber file or empty. Aborting object creation." msgstr "" "Объект не является файлом Gerber или пуст. Прерывание создания объекта." -#: FlatCAMApp.py:10925 +#: FlatCAMApp.py:10912 msgid "Opening Gerber" msgstr "Открытие Gerber" -#: FlatCAMApp.py:10932 +#: FlatCAMApp.py:10919 msgid " Open Gerber failed. Probable not a Gerber file." msgstr " Открыть Gerber не удалось. Вероятно это не Gerber файл." -#: FlatCAMApp.py:10964 flatcamTools/ToolPcbWizard.py:427 +#: FlatCAMApp.py:10951 flatcamTools/ToolPcbWizard.py:427 msgid "This is not Excellon file." msgstr "Это не Excellon файл." -#: FlatCAMApp.py:10968 +#: FlatCAMApp.py:10955 msgid "Cannot open file" msgstr "Не удается открыть файл" -#: FlatCAMApp.py:10988 flatcamTools/ToolPDF.py:275 +#: FlatCAMApp.py:10975 flatcamTools/ToolPDF.py:275 #: flatcamTools/ToolPcbWizard.py:451 msgid "No geometry found in file" msgstr "Геометрия не найдена в файле" -#: FlatCAMApp.py:10991 +#: FlatCAMApp.py:10978 msgid "Opening Excellon." msgstr "Открытие Excellon." -#: FlatCAMApp.py:10998 +#: FlatCAMApp.py:10985 msgid "Open Excellon file failed. Probable not an Excellon file." msgstr "Не удалось открыть файл Excellon. Вероятно это не файл Excellon." -#: FlatCAMApp.py:11029 +#: FlatCAMApp.py:11016 msgid "Reading GCode file" msgstr "Чтение файла GCode" -#: FlatCAMApp.py:11036 +#: FlatCAMApp.py:11023 msgid "Failed to open" msgstr "Не удалось открыть" -#: FlatCAMApp.py:11044 +#: FlatCAMApp.py:11031 msgid "This is not GCODE" msgstr "Это не GCODE" -#: FlatCAMApp.py:11049 +#: FlatCAMApp.py:11036 msgid "Opening G-Code." msgstr "Открытие G-Code." -#: FlatCAMApp.py:11058 +#: FlatCAMApp.py:11045 msgid "" "Failed to create CNCJob Object. Probable not a GCode file. Try to load it " "from File menu.\n" @@ -1386,68 +1381,68 @@ msgstr "" " Попытка создать объект FlatCAM CNCJob из файла G-кода не удалась во время " "обработки" -#: FlatCAMApp.py:11117 +#: FlatCAMApp.py:11104 msgid "Object is not HPGL2 file or empty. Aborting object creation." msgstr "" "Объект не является файлом HPGL2 или пустым. Прерывание создания объекта." -#: FlatCAMApp.py:11122 +#: FlatCAMApp.py:11109 msgid "Opening HPGL2" msgstr "Открытие HPGL2" -#: FlatCAMApp.py:11129 +#: FlatCAMApp.py:11116 msgid " Open HPGL2 failed. Probable not a HPGL2 file." msgstr " Открыть HPGL2 не удалось. Вероятно, не файл HPGL2." -#: FlatCAMApp.py:11150 +#: FlatCAMApp.py:11137 msgid "Opening TCL Script..." msgstr "Открытие TCL-сценария..." -#: FlatCAMApp.py:11158 +#: FlatCAMApp.py:11145 msgid "TCL script file opened in Code Editor." msgstr "Файл сценария открыт в редакторе кода." -#: FlatCAMApp.py:11161 +#: FlatCAMApp.py:11148 msgid "Failed to open TCL Script." msgstr "Не удалось открыть TCL-сценарий." -#: FlatCAMApp.py:11189 +#: FlatCAMApp.py:11176 msgid "Opening FlatCAM Config file." msgstr "Открытие файла конфигурации." -#: FlatCAMApp.py:11217 +#: FlatCAMApp.py:11204 msgid "Failed to open config file" msgstr "Не удалось открыть файл конфигурации" -#: FlatCAMApp.py:11243 +#: FlatCAMApp.py:11230 msgid "Loading Project ... Please Wait ..." msgstr "Загрузка проекта ... Пожалуйста, подождите ..." -#: FlatCAMApp.py:11248 +#: FlatCAMApp.py:11235 msgid "Opening FlatCAM Project file." msgstr "Открытие файла проекта FlatCAM." -#: FlatCAMApp.py:11258 FlatCAMApp.py:11276 +#: FlatCAMApp.py:11245 FlatCAMApp.py:11263 msgid "Failed to open project file" msgstr "Не удалось открыть файл проекта" -#: FlatCAMApp.py:11313 +#: FlatCAMApp.py:11300 msgid "Loading Project ... restoring" msgstr "Загрузка проекта ... восстановление" -#: FlatCAMApp.py:11323 +#: FlatCAMApp.py:11310 msgid "Project loaded from" msgstr "Проект загружен из" -#: FlatCAMApp.py:11386 +#: FlatCAMApp.py:11373 msgid "Redrawing all objects" msgstr "Перерисовка всех объектов" -#: FlatCAMApp.py:11418 +#: FlatCAMApp.py:11405 msgid "Available commands:\n" msgstr "Доступные команды:\n" -#: FlatCAMApp.py:11420 +#: FlatCAMApp.py:11407 msgid "" "\n" "\n" @@ -1459,51 +1454,51 @@ msgstr "" "Для дополнительной информации ведите help <имя_команды> .\n" "Пример: help open_gerber" -#: FlatCAMApp.py:11570 +#: FlatCAMApp.py:11557 msgid "Shows list of commands." msgstr "Показывает список команд." -#: FlatCAMApp.py:11632 +#: FlatCAMApp.py:11619 msgid "Failed to load recent item list." msgstr "Не удалось загрузить список недавних файлов." -#: FlatCAMApp.py:11640 +#: FlatCAMApp.py:11627 msgid "Failed to parse recent item list." msgstr "Не удалось прочитать список недавних файлов." -#: FlatCAMApp.py:11651 +#: FlatCAMApp.py:11638 msgid "Failed to load recent projects item list." msgstr "Не удалось загрузить список элементов последних проектов." -#: FlatCAMApp.py:11659 +#: FlatCAMApp.py:11646 msgid "Failed to parse recent project item list." msgstr "Не удалось проанализировать список последних элементов проекта." -#: FlatCAMApp.py:11719 +#: FlatCAMApp.py:11706 msgid "Clear Recent projects" msgstr "Очистить недавние проекты" -#: FlatCAMApp.py:11743 +#: FlatCAMApp.py:11730 msgid "Clear Recent files" msgstr "Очистить список" -#: FlatCAMApp.py:11760 flatcamGUI/FlatCAMGUI.py:1276 +#: FlatCAMApp.py:11747 flatcamGUI/FlatCAMGUI.py:1276 msgid "Shortcut Key List" msgstr "Список комбинаций клавиш" -#: FlatCAMApp.py:11834 +#: FlatCAMApp.py:11821 msgid "Selected Tab - Choose an Item from Project Tab" msgstr "Вкладка \"Выбранное\" - выбранный элемент на вкладке \"Проект\"" -#: FlatCAMApp.py:11835 +#: FlatCAMApp.py:11822 msgid "Details" msgstr "Описание" -#: FlatCAMApp.py:11837 +#: FlatCAMApp.py:11824 msgid "The normal flow when working in FlatCAM is the following:" msgstr "Нормальный порядок при работе в FlatCAM выглядит следующим образом:" -#: FlatCAMApp.py:11838 +#: FlatCAMApp.py:11825 msgid "" "Load/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into " "FlatCAM using either the toolbars, key shortcuts or even dragging and " @@ -1513,7 +1508,7 @@ msgstr "" "или SVG-файл в FlatCAM с помощью панели инструментов, сочетания клавиш или " "просто перетащив в окно программы." -#: FlatCAMApp.py:11841 +#: FlatCAMApp.py:11828 msgid "" "You can also load a FlatCAM project by double clicking on the project file, " "drag and drop of the file into the FLATCAM GUI or through the menu (or " @@ -1523,7 +1518,7 @@ msgstr "" "перетащив его в окно программы или с помощью действий меню (или панели " "инструментов), предлагаемых в приложении." -#: FlatCAMApp.py:11844 +#: FlatCAMApp.py:11831 msgid "" "Once an object is available in the Project Tab, by selecting it and then " "focusing on SELECTED TAB (more simpler is to double click the object name in " @@ -1535,7 +1530,7 @@ msgstr "" "объекта на вкладке \"Проект\", вкладка \"Выбранное\" будет обновлена в " "соответствии с видом объекта: Gerber, Excellon, Geometry или CNCJob." -#: FlatCAMApp.py:11848 +#: FlatCAMApp.py:11835 msgid "" "If the selection of the object is done on the canvas by single click " "instead, and the SELECTED TAB is in focus, again the object properties will " @@ -1548,13 +1543,13 @@ msgstr "" "вкладке \"Выбранное\". Кроме того, двойной щелчок по объекту на холсте " "откроет вкладку \"Выбранное\" и заполнит ее, даже если она была не в фокусе." -#: FlatCAMApp.py:11852 +#: FlatCAMApp.py:11839 msgid "" "You can change the parameters in this screen and the flow direction is like " "this:" msgstr "Вы можете изменить параметры на этом экране, и порядок будет таким:" -#: FlatCAMApp.py:11853 +#: FlatCAMApp.py:11840 msgid "" "Gerber/Excellon Object --> Change Parameter --> Generate Geometry --> " "Geometry Object --> Add tools (change param in Selected Tab) --> Generate " @@ -1568,7 +1563,7 @@ msgstr "" "необходимости, дополнительные команды в начало или конец GCode (опять же, " "во вкладке \"Выбранное\") -> Сохранить GCode (кнопка \"Сохранить CNC Code\")." -#: FlatCAMApp.py:11857 +#: FlatCAMApp.py:11844 msgid "" "A list of key shortcuts is available through an menu entry in Help --> " "Shortcuts List or through its own key shortcut: F3." @@ -1576,24 +1571,24 @@ msgstr "" "Список комбинаций клавиш доступен через пункт меню Помощь --> Список " "комбинаций клавиш или через клавишу: F3." -#: FlatCAMApp.py:11919 +#: FlatCAMApp.py:11906 msgid "Failed checking for latest version. Could not connect." msgstr "" "Не удалось проверить обновление программы. Отсутствует интернет подключение ." -#: FlatCAMApp.py:11927 +#: FlatCAMApp.py:11914 msgid "Could not parse information about latest version." msgstr "Не удается обработать информацию о последней версии." -#: FlatCAMApp.py:11938 +#: FlatCAMApp.py:11925 msgid "FlatCAM is up to date!" msgstr "FlatCAM в актуальном состоянии!" -#: FlatCAMApp.py:11943 +#: FlatCAMApp.py:11930 msgid "Newer Version Available" msgstr "Доступна новая версия" -#: FlatCAMApp.py:11944 +#: FlatCAMApp.py:11931 msgid "" "There is a newer version of FlatCAM available for download:\n" "\n" @@ -1601,67 +1596,67 @@ msgstr "" "Новая версия FlatCAM доступна для загрузки:\n" "\n" -#: FlatCAMApp.py:11946 +#: FlatCAMApp.py:11933 msgid "info" msgstr "инфо" -#: FlatCAMApp.py:12025 +#: FlatCAMApp.py:12012 msgid "All plots disabled." msgstr "Все участки отключены." -#: FlatCAMApp.py:12032 +#: FlatCAMApp.py:12019 msgid "All non selected plots disabled." msgstr "Все не выбранные участки отключены." -#: FlatCAMApp.py:12039 +#: FlatCAMApp.py:12026 msgid "All plots enabled." msgstr "Все участки включены." -#: FlatCAMApp.py:12046 +#: FlatCAMApp.py:12033 msgid "Selected plots enabled..." msgstr "Выбранные участки включены..." -#: FlatCAMApp.py:12055 +#: FlatCAMApp.py:12042 msgid "Selected plots disabled..." msgstr "Выбранные участки отключены..." -#: FlatCAMApp.py:12074 +#: FlatCAMApp.py:12061 msgid "Enabling plots ..." msgstr "Включение участков ..." -#: FlatCAMApp.py:12114 +#: FlatCAMApp.py:12101 msgid "Disabling plots ..." msgstr "Отключение участков ..." -#: FlatCAMApp.py:12136 +#: FlatCAMApp.py:12123 msgid "Working ..." msgstr "Обработка…" -#: FlatCAMApp.py:12237 +#: FlatCAMApp.py:12224 msgid "Saving FlatCAM Project" msgstr "Сохранение проекта FlatCAM" -#: FlatCAMApp.py:12256 FlatCAMApp.py:12293 +#: FlatCAMApp.py:12243 FlatCAMApp.py:12280 msgid "Project saved to" msgstr "Проект сохранён в" -#: FlatCAMApp.py:12263 +#: FlatCAMApp.py:12250 msgid "The object is used by another application." msgstr "Объект используется другим приложением." -#: FlatCAMApp.py:12277 +#: FlatCAMApp.py:12264 msgid "Failed to verify project file" msgstr "Не удалось проверить файл проекта" -#: FlatCAMApp.py:12277 FlatCAMApp.py:12285 FlatCAMApp.py:12296 +#: FlatCAMApp.py:12264 FlatCAMApp.py:12272 FlatCAMApp.py:12283 msgid "Retry to save it." msgstr "Повторите попытку, чтобы сохранить его." -#: FlatCAMApp.py:12285 FlatCAMApp.py:12296 +#: FlatCAMApp.py:12272 FlatCAMApp.py:12283 msgid "Failed to parse saved project file" msgstr "Не удалось проанализировать сохраненный файл проекта" -#: FlatCAMApp.py:12411 +#: FlatCAMApp.py:12398 msgid "The user requested a graceful exit of the current task." msgstr "Пользователь запросил выход из текущего задания." @@ -1785,8 +1780,8 @@ msgid "" "It will be used in the Geometry UI.\n" "You can edit it after it is added." msgstr "" -"Добавляет новый инструмент в базу данных.\n" -"Он будет использоваться в интерфейсе Geometry.\n" +"Добавляет новый инструмент в базу данных инструментов.\n" +"Он будет использоваться в пользовательском интерфейсе Geometry.\n" "Вы можете отредактировать его после добавления." #: FlatCAMCommon.py:545 @@ -1799,7 +1794,7 @@ msgstr "Удаляет выбранные инструменты из базы #: FlatCAMCommon.py:551 msgid "Export DB" -msgstr "Экспорт DB" +msgstr "Экспорт БД" #: FlatCAMCommon.py:553 msgid "Save the Tools Database to a custom text file." @@ -1807,7 +1802,7 @@ msgstr "Сохраняет базу данных инструментов в п #: FlatCAMCommon.py:557 msgid "Import DB" -msgstr "Импорт DB" +msgstr "Импорт БД" #: FlatCAMCommon.py:559 msgid "Load the Tools Database information's from a custom text file." @@ -1848,7 +1843,7 @@ msgid "Custom Offset" msgstr "Пользовательское смещение" #: FlatCAMCommon.py:605 FlatCAMCommon.py:1284 flatcamGUI/ObjectUI.py:304 -#: flatcamGUI/PreferencesUI.py:2219 flatcamGUI/PreferencesUI.py:5030 +#: flatcamGUI/PreferencesUI.py:2217 flatcamGUI/PreferencesUI.py:5036 #: flatcamTools/ToolNonCopperClear.py:213 msgid "Tool Type" msgstr "Тип инструмента" @@ -1859,10 +1854,10 @@ msgstr "Форма инструмента" #: FlatCAMCommon.py:607 FlatCAMCommon.py:1289 flatcamGUI/ObjectUI.py:345 #: flatcamGUI/ObjectUI.py:820 flatcamGUI/ObjectUI.py:1405 -#: flatcamGUI/ObjectUI.py:1926 flatcamGUI/PreferencesUI.py:2259 -#: flatcamGUI/PreferencesUI.py:3063 flatcamGUI/PreferencesUI.py:3957 -#: flatcamGUI/PreferencesUI.py:5075 flatcamGUI/PreferencesUI.py:5329 -#: flatcamGUI/PreferencesUI.py:6153 flatcamTools/ToolCalculators.py:114 +#: flatcamGUI/ObjectUI.py:1926 flatcamGUI/PreferencesUI.py:2257 +#: flatcamGUI/PreferencesUI.py:3082 flatcamGUI/PreferencesUI.py:3961 +#: flatcamGUI/PreferencesUI.py:5081 flatcamGUI/PreferencesUI.py:5327 +#: flatcamGUI/PreferencesUI.py:6145 flatcamTools/ToolCalculators.py:114 #: flatcamTools/ToolCutOut.py:132 flatcamTools/ToolNonCopperClear.py:254 msgid "Cut Z" msgstr "Глубина резания" @@ -1884,8 +1879,8 @@ msgid "V-Angle" msgstr "Угол V-образного инструмента" #: FlatCAMCommon.py:612 FlatCAMCommon.py:1299 flatcamGUI/ObjectUI.py:839 -#: flatcamGUI/ObjectUI.py:1452 flatcamGUI/PreferencesUI.py:3081 -#: flatcamGUI/PreferencesUI.py:4010 flatcamGUI/PreferencesUI.py:7543 +#: flatcamGUI/ObjectUI.py:1452 flatcamGUI/PreferencesUI.py:3100 +#: flatcamGUI/PreferencesUI.py:4014 flatcamGUI/PreferencesUI.py:7535 #: flatcamTools/ToolCalibration.py:74 msgid "Travel Z" msgstr "Отвод по Z" @@ -1902,13 +1897,12 @@ msgstr "FR Z" msgid "FR Rapids" msgstr "Скорость подачи" -#: FlatCAMCommon.py:616 FlatCAMCommon.py:1307 flatcamGUI/PreferencesUI.py:3156 +#: FlatCAMCommon.py:616 FlatCAMCommon.py:1307 flatcamGUI/PreferencesUI.py:3173 msgid "Spindle Speed" msgstr "Скорость вращения шпинделя" #: FlatCAMCommon.py:617 FlatCAMCommon.py:1309 flatcamGUI/ObjectUI.py:963 -#: flatcamGUI/ObjectUI.py:1619 flatcamGUI/PreferencesUI.py:3168 -#: flatcamGUI/PreferencesUI.py:4131 +#: flatcamGUI/ObjectUI.py:1619 msgid "Dwell" msgstr "Задержка" @@ -1917,7 +1911,9 @@ msgid "Dwelltime" msgstr "Задержка" #: FlatCAMCommon.py:619 FlatCAMCommon.py:1313 flatcamGUI/ObjectUI.py:982 -#: flatcamGUI/PreferencesUI.py:3190 flatcamGUI/PreferencesUI.py:4153 +#: flatcamGUI/ObjectUI.py:1640 flatcamGUI/PreferencesUI.py:3204 +#: flatcamGUI/PreferencesUI.py:4155 flatcamGUI/PreferencesUI.py:6642 +#: flatcamTools/ToolSolderPaste.py:334 msgid "Preprocessor" msgstr "Постпроцессор" @@ -1937,14 +1933,14 @@ msgstr "Смена инструментов" msgid "Toolchange XY" msgstr "Смена инструмента XY" -#: FlatCAMCommon.py:624 FlatCAMCommon.py:1323 flatcamGUI/PreferencesUI.py:3107 -#: flatcamGUI/PreferencesUI.py:4042 flatcamGUI/PreferencesUI.py:7580 +#: FlatCAMCommon.py:624 FlatCAMCommon.py:1323 flatcamGUI/PreferencesUI.py:3124 +#: flatcamGUI/PreferencesUI.py:4044 flatcamGUI/PreferencesUI.py:7572 #: flatcamTools/ToolCalibration.py:111 msgid "Toolchange Z" msgstr "Смена инструмента Z" #: FlatCAMCommon.py:625 FlatCAMCommon.py:1325 flatcamGUI/ObjectUI.py:886 -#: flatcamGUI/PreferencesUI.py:3304 flatcamGUI/PreferencesUI.py:4198 +#: flatcamGUI/PreferencesUI.py:3309 flatcamGUI/PreferencesUI.py:4200 msgid "Start Z" msgstr "Z начала" @@ -2327,7 +2323,7 @@ msgid "Skewing..." msgstr "Наклон..." #: FlatCAMObj.py:736 FlatCAMObj.py:2746 FlatCAMObj.py:3968 -#: flatcamGUI/PreferencesUI.py:1470 flatcamGUI/PreferencesUI.py:2855 +#: flatcamGUI/PreferencesUI.py:1470 flatcamGUI/PreferencesUI.py:2859 msgid "Basic" msgstr "Базовый" @@ -2340,16 +2336,16 @@ msgstr "Расширенный" msgid "Buffering solid geometry" msgstr "Буферизация solid геометрии" -#: FlatCAMObj.py:983 camlib.py:965 flatcamGUI/PreferencesUI.py:2298 +#: FlatCAMObj.py:983 camlib.py:965 flatcamGUI/PreferencesUI.py:2296 #: flatcamTools/ToolCopperThieving.py:1011 #: flatcamTools/ToolCopperThieving.py:1200 #: flatcamTools/ToolCopperThieving.py:1212 -#: flatcamTools/ToolNonCopperClear.py:1630 -#: flatcamTools/ToolNonCopperClear.py:1727 -#: flatcamTools/ToolNonCopperClear.py:1738 -#: flatcamTools/ToolNonCopperClear.py:2021 -#: flatcamTools/ToolNonCopperClear.py:2117 -#: flatcamTools/ToolNonCopperClear.py:2129 +#: flatcamTools/ToolNonCopperClear.py:1624 +#: flatcamTools/ToolNonCopperClear.py:1721 +#: flatcamTools/ToolNonCopperClear.py:1732 +#: flatcamTools/ToolNonCopperClear.py:2015 +#: flatcamTools/ToolNonCopperClear.py:2111 +#: flatcamTools/ToolNonCopperClear.py:2123 msgid "Buffering" msgstr "Буферизация" @@ -2365,7 +2361,7 @@ msgstr "Изоляция..." msgid "Click on a polygon to isolate it." msgstr "Нажмите на полигон, чтобы изолировать его." -#: FlatCAMObj.py:1138 FlatCAMObj.py:1243 flatcamTools/ToolPaint.py:1126 +#: FlatCAMObj.py:1138 FlatCAMObj.py:1243 flatcamTools/ToolPaint.py:1120 msgid "Added polygon" msgstr "Добавленный полигон" @@ -2375,7 +2371,7 @@ msgstr "" "Щелкните, чтобы добавить следующий полигон, или щелкните правой кнопкой " "мыши, чтобы начать изоляцию." -#: FlatCAMObj.py:1152 flatcamTools/ToolPaint.py:1140 +#: FlatCAMObj.py:1152 flatcamTools/ToolPaint.py:1134 msgid "Removed polygon" msgstr "Удалённый полигон" @@ -2385,11 +2381,11 @@ msgstr "" "Щелкните, чтобы добавить/удалить следующий полигон, или щелкните правой " "кнопкой мыши, чтобы начать изоляцию." -#: FlatCAMObj.py:1158 flatcamTools/ToolPaint.py:1146 +#: FlatCAMObj.py:1158 flatcamTools/ToolPaint.py:1140 msgid "No polygon detected under click position." msgstr "Полигон не обнаружен в указанной позиции." -#: FlatCAMObj.py:1179 flatcamTools/ToolPaint.py:1175 +#: FlatCAMObj.py:1179 flatcamTools/ToolPaint.py:1169 msgid "List of single polygons is empty. Aborting." msgstr "Список одиночных полигонов пуст. Отмена." @@ -2398,8 +2394,8 @@ msgid "No polygon in selection." msgstr "Нет полигона в выборе." #: FlatCAMObj.py:1324 FlatCAMObj.py:1457 -#: flatcamTools/ToolNonCopperClear.py:1659 -#: flatcamTools/ToolNonCopperClear.py:2045 +#: flatcamTools/ToolNonCopperClear.py:1653 +#: flatcamTools/ToolNonCopperClear.py:2039 msgid "Isolation geometry could not be generated." msgstr "Геометрия изоляции не может быть сгенерирована." @@ -2519,9 +2515,9 @@ msgstr "Копировать" #: flatcamEditors/FlatCAMGeoEditor.py:1191 #: flatcamEditors/FlatCAMGeoEditor.py:1219 #: flatcamEditors/FlatCAMGeoEditor.py:1240 -#: flatcamTools/ToolNonCopperClear.py:1058 -#: flatcamTools/ToolNonCopperClear.py:1467 flatcamTools/ToolPaint.py:841 -#: flatcamTools/ToolPaint.py:1025 flatcamTools/ToolPaint.py:2204 +#: flatcamTools/ToolNonCopperClear.py:1052 +#: flatcamTools/ToolNonCopperClear.py:1461 flatcamTools/ToolPaint.py:835 +#: flatcamTools/ToolPaint.py:1019 flatcamTools/ToolPaint.py:2198 #: flatcamTools/ToolSolderPaste.py:882 flatcamTools/ToolSolderPaste.py:957 msgid "Wrong value format entered, use a number." msgstr "Неправильно введен формат значения, используйте числа." @@ -2784,7 +2780,7 @@ msgstr "Объект был буферизован" #: camlib.py:2181 msgid "Failed to buffer. No object selected" -msgstr "Не удалось создать буфер. Объект не выбран" +msgstr "Буферизация не удалась. Объект не выбран" #: camlib.py:2378 msgid "There is no such parameter" @@ -3097,7 +3093,7 @@ msgstr "Готово. Перемещение отверстий завершен msgid "Done. Drill(s) copied." msgstr "Готово. Отверстия скопированы." -#: flatcamEditors/FlatCAMExcEditor.py:1555 flatcamGUI/PreferencesUI.py:3549 +#: flatcamEditors/FlatCAMExcEditor.py:1555 flatcamGUI/PreferencesUI.py:3551 msgid "Excellon Editor" msgstr "Редактор Excellon" @@ -3133,13 +3129,13 @@ msgstr "" "для этого Excellon объекта ." #: flatcamEditors/FlatCAMExcEditor.py:1604 flatcamGUI/ObjectUI.py:1297 -#: flatcamGUI/PreferencesUI.py:3580 +#: flatcamGUI/PreferencesUI.py:3582 msgid "Diameter for the new tool" msgstr "Диаметр нового инструмента" #: flatcamEditors/FlatCAMExcEditor.py:1614 msgid "Add Tool" -msgstr "Добавить инструмент" +msgstr "Добавить" #: flatcamEditors/FlatCAMExcEditor.py:1616 msgid "" @@ -3211,16 +3207,16 @@ msgstr "Линейный" #: flatcamEditors/FlatCAMExcEditor.py:1709 #: flatcamEditors/FlatCAMExcEditor.py:1923 #: flatcamEditors/FlatCAMGrbEditor.py:2767 flatcamGUI/ObjectUI.py:311 -#: flatcamGUI/PreferencesUI.py:5038 flatcamGUI/PreferencesUI.py:7473 +#: flatcamGUI/PreferencesUI.py:5044 flatcamGUI/PreferencesUI.py:7465 #: flatcamTools/ToolFiducials.py:220 flatcamTools/ToolNonCopperClear.py:221 msgid "Circular" msgstr "Круг" -#: flatcamEditors/FlatCAMExcEditor.py:1717 flatcamGUI/PreferencesUI.py:3591 +#: flatcamEditors/FlatCAMExcEditor.py:1717 flatcamGUI/PreferencesUI.py:3593 msgid "Nr of drills" msgstr "Количество отверстий" -#: flatcamEditors/FlatCAMExcEditor.py:1718 flatcamGUI/PreferencesUI.py:3593 +#: flatcamEditors/FlatCAMExcEditor.py:1718 flatcamGUI/PreferencesUI.py:3595 msgid "Specify how many drills to be in the array." msgstr "Укажите, сколько свёрел должно быть в массиве." @@ -3231,14 +3227,14 @@ msgstr "Укажите, сколько свёрел должно быть в м #: flatcamEditors/FlatCAMExcEditor.py:2002 #: flatcamEditors/FlatCAMGrbEditor.py:1572 #: flatcamEditors/FlatCAMGrbEditor.py:2795 -#: flatcamEditors/FlatCAMGrbEditor.py:2844 flatcamGUI/PreferencesUI.py:3701 +#: flatcamEditors/FlatCAMGrbEditor.py:2844 flatcamGUI/PreferencesUI.py:3703 msgid "Direction" msgstr "Направление" #: flatcamEditors/FlatCAMExcEditor.py:1738 #: flatcamEditors/FlatCAMExcEditor.py:1953 -#: flatcamEditors/FlatCAMGrbEditor.py:2797 flatcamGUI/PreferencesUI.py:2538 -#: flatcamGUI/PreferencesUI.py:3609 flatcamGUI/PreferencesUI.py:3757 +#: flatcamEditors/FlatCAMGrbEditor.py:2797 flatcamGUI/PreferencesUI.py:2536 +#: flatcamGUI/PreferencesUI.py:3611 flatcamGUI/PreferencesUI.py:3759 msgid "" "Direction on which the linear array is oriented:\n" "- 'X' - horizontal axis \n" @@ -3253,9 +3249,9 @@ msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1745 #: flatcamEditors/FlatCAMExcEditor.py:1867 #: flatcamEditors/FlatCAMExcEditor.py:1960 -#: flatcamEditors/FlatCAMGrbEditor.py:2804 flatcamGUI/PreferencesUI.py:2544 -#: flatcamGUI/PreferencesUI.py:3615 flatcamGUI/PreferencesUI.py:3710 -#: flatcamGUI/PreferencesUI.py:3763 flatcamGUI/PreferencesUI.py:5861 +#: flatcamEditors/FlatCAMGrbEditor.py:2804 flatcamGUI/PreferencesUI.py:2542 +#: flatcamGUI/PreferencesUI.py:3617 flatcamGUI/PreferencesUI.py:3712 +#: flatcamGUI/PreferencesUI.py:3765 flatcamGUI/PreferencesUI.py:5853 #: flatcamTools/ToolFilm.py:256 msgid "X" msgstr "X" @@ -3263,9 +3259,9 @@ msgstr "X" #: flatcamEditors/FlatCAMExcEditor.py:1746 #: flatcamEditors/FlatCAMExcEditor.py:1868 #: flatcamEditors/FlatCAMExcEditor.py:1961 -#: flatcamEditors/FlatCAMGrbEditor.py:2805 flatcamGUI/PreferencesUI.py:2545 -#: flatcamGUI/PreferencesUI.py:3616 flatcamGUI/PreferencesUI.py:3711 -#: flatcamGUI/PreferencesUI.py:3764 flatcamGUI/PreferencesUI.py:5862 +#: flatcamEditors/FlatCAMGrbEditor.py:2805 flatcamGUI/PreferencesUI.py:2543 +#: flatcamGUI/PreferencesUI.py:3618 flatcamGUI/PreferencesUI.py:3713 +#: flatcamGUI/PreferencesUI.py:3766 flatcamGUI/PreferencesUI.py:5854 #: flatcamTools/ToolFilm.py:257 msgid "Y" msgstr "Y" @@ -3280,11 +3276,11 @@ msgstr "Y" #: flatcamEditors/FlatCAMExcEditor.py:2014 #: flatcamEditors/FlatCAMGrbEditor.py:2806 #: flatcamEditors/FlatCAMGrbEditor.py:2823 -#: flatcamEditors/FlatCAMGrbEditor.py:2859 flatcamGUI/PreferencesUI.py:2546 -#: flatcamGUI/PreferencesUI.py:2564 flatcamGUI/PreferencesUI.py:3617 -#: flatcamGUI/PreferencesUI.py:3636 flatcamGUI/PreferencesUI.py:3712 -#: flatcamGUI/PreferencesUI.py:3717 flatcamGUI/PreferencesUI.py:3765 -#: flatcamGUI/PreferencesUI.py:3786 flatcamGUI/PreferencesUI.py:6254 +#: flatcamEditors/FlatCAMGrbEditor.py:2859 flatcamGUI/PreferencesUI.py:2544 +#: flatcamGUI/PreferencesUI.py:2562 flatcamGUI/PreferencesUI.py:3619 +#: flatcamGUI/PreferencesUI.py:3638 flatcamGUI/PreferencesUI.py:3714 +#: flatcamGUI/PreferencesUI.py:3719 flatcamGUI/PreferencesUI.py:3767 +#: flatcamGUI/PreferencesUI.py:3788 flatcamGUI/PreferencesUI.py:6246 #: flatcamTools/ToolDistance.py:66 flatcamTools/ToolDistanceMin.py:68 #: flatcamTools/ToolTransform.py:63 msgid "Angle" @@ -3292,15 +3288,15 @@ msgstr "Угол" #: flatcamEditors/FlatCAMExcEditor.py:1751 #: flatcamEditors/FlatCAMExcEditor.py:1966 -#: flatcamEditors/FlatCAMGrbEditor.py:2810 flatcamGUI/PreferencesUI.py:2552 -#: flatcamGUI/PreferencesUI.py:3623 flatcamGUI/PreferencesUI.py:3771 +#: flatcamEditors/FlatCAMGrbEditor.py:2810 flatcamGUI/PreferencesUI.py:2550 +#: flatcamGUI/PreferencesUI.py:3625 flatcamGUI/PreferencesUI.py:3773 msgid "Pitch" msgstr "Шаг" #: flatcamEditors/FlatCAMExcEditor.py:1753 #: flatcamEditors/FlatCAMExcEditor.py:1968 -#: flatcamEditors/FlatCAMGrbEditor.py:2812 flatcamGUI/PreferencesUI.py:2554 -#: flatcamGUI/PreferencesUI.py:3625 flatcamGUI/PreferencesUI.py:3773 +#: flatcamEditors/FlatCAMGrbEditor.py:2812 flatcamGUI/PreferencesUI.py:2552 +#: flatcamGUI/PreferencesUI.py:3627 flatcamGUI/PreferencesUI.py:3775 msgid "Pitch = Distance between elements of the array." msgstr "Подача = Расстояние между элементами массива." @@ -3329,26 +3325,26 @@ msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1794 #: flatcamEditors/FlatCAMExcEditor.py:2010 -#: flatcamEditors/FlatCAMGrbEditor.py:2854 flatcamGUI/PreferencesUI.py:2586 -#: flatcamGUI/PreferencesUI.py:3363 flatcamGUI/PreferencesUI.py:3659 -#: flatcamGUI/PreferencesUI.py:3809 flatcamGUI/PreferencesUI.py:4286 +#: flatcamEditors/FlatCAMGrbEditor.py:2854 flatcamGUI/PreferencesUI.py:2584 +#: flatcamGUI/PreferencesUI.py:3368 flatcamGUI/PreferencesUI.py:3661 +#: flatcamGUI/PreferencesUI.py:3811 flatcamGUI/PreferencesUI.py:4288 msgid "CW" msgstr "CW" #: flatcamEditors/FlatCAMExcEditor.py:1795 #: flatcamEditors/FlatCAMExcEditor.py:2011 -#: flatcamEditors/FlatCAMGrbEditor.py:2855 flatcamGUI/PreferencesUI.py:2587 -#: flatcamGUI/PreferencesUI.py:3364 flatcamGUI/PreferencesUI.py:3660 -#: flatcamGUI/PreferencesUI.py:3810 flatcamGUI/PreferencesUI.py:4287 +#: flatcamEditors/FlatCAMGrbEditor.py:2855 flatcamGUI/PreferencesUI.py:2585 +#: flatcamGUI/PreferencesUI.py:3369 flatcamGUI/PreferencesUI.py:3662 +#: flatcamGUI/PreferencesUI.py:3812 flatcamGUI/PreferencesUI.py:4289 msgid "CCW" msgstr "CCW" #: flatcamEditors/FlatCAMExcEditor.py:1799 #: flatcamEditors/FlatCAMExcEditor.py:2015 -#: flatcamEditors/FlatCAMGrbEditor.py:2861 flatcamGUI/PreferencesUI.py:2566 -#: flatcamGUI/PreferencesUI.py:2595 flatcamGUI/PreferencesUI.py:3638 -#: flatcamGUI/PreferencesUI.py:3668 flatcamGUI/PreferencesUI.py:3788 -#: flatcamGUI/PreferencesUI.py:3818 +#: flatcamEditors/FlatCAMGrbEditor.py:2861 flatcamGUI/PreferencesUI.py:2564 +#: flatcamGUI/PreferencesUI.py:2593 flatcamGUI/PreferencesUI.py:3640 +#: flatcamGUI/PreferencesUI.py:3670 flatcamGUI/PreferencesUI.py:3790 +#: flatcamGUI/PreferencesUI.py:3820 msgid "Angle at which each element in circular array is placed." msgstr "Угол, под которым расположен каждый элемент в круговом массиве." @@ -3364,16 +3360,16 @@ msgstr "" "Параметры для добавления прорези (отверстие овальной формы)\n" "либо один, либо как часть массива." -#: flatcamEditors/FlatCAMExcEditor.py:1844 flatcamGUI/PreferencesUI.py:3685 +#: flatcamEditors/FlatCAMExcEditor.py:1844 flatcamGUI/PreferencesUI.py:3687 #: flatcamTools/ToolProperties.py:555 msgid "Length" msgstr "Длина" -#: flatcamEditors/FlatCAMExcEditor.py:1846 flatcamGUI/PreferencesUI.py:3687 +#: flatcamEditors/FlatCAMExcEditor.py:1846 flatcamGUI/PreferencesUI.py:3689 msgid "Length = The length of the slot." msgstr "Длина = длина слота." -#: flatcamEditors/FlatCAMExcEditor.py:1860 flatcamGUI/PreferencesUI.py:3703 +#: flatcamEditors/FlatCAMExcEditor.py:1860 flatcamGUI/PreferencesUI.py:3705 msgid "" "Direction on which the slot is oriented:\n" "- 'X' - horizontal axis \n" @@ -3413,11 +3409,11 @@ msgstr "" "Выберите тип массива пазов для создания.\n" "Это может быть линейный X (Y) или круговой" -#: flatcamEditors/FlatCAMExcEditor.py:1931 flatcamGUI/PreferencesUI.py:3742 +#: flatcamEditors/FlatCAMExcEditor.py:1931 flatcamGUI/PreferencesUI.py:3744 msgid "Nr of slots" msgstr "Количество пазов" -#: flatcamEditors/FlatCAMExcEditor.py:1932 flatcamGUI/PreferencesUI.py:3744 +#: flatcamEditors/FlatCAMExcEditor.py:1932 flatcamGUI/PreferencesUI.py:3746 msgid "Specify how many slots to be in the array." msgstr "Укажите, сколько пазов должно быть в массиве." @@ -3503,7 +3499,7 @@ msgid "Round" msgstr "Круглый" #: flatcamEditors/FlatCAMGeoEditor.py:96 -#: flatcamEditors/FlatCAMGrbEditor.py:2623 flatcamGUI/PreferencesUI.py:7066 +#: flatcamEditors/FlatCAMGrbEditor.py:2623 flatcamGUI/PreferencesUI.py:7058 #: flatcamTools/ToolQRCode.py:198 msgid "Square" msgstr "Квадратный" @@ -3527,7 +3523,7 @@ msgstr "Полный буфер" #: flatcamEditors/FlatCAMGeoEditor.py:133 #: flatcamEditors/FlatCAMGeoEditor.py:2885 flatcamGUI/FlatCAMGUI.py:1805 -#: flatcamGUI/PreferencesUI.py:2606 +#: flatcamGUI/PreferencesUI.py:2604 msgid "Buffer Tool" msgstr "Буфер" @@ -3556,12 +3552,12 @@ msgid "Text Tool" msgstr "Текст" #: flatcamEditors/FlatCAMGeoEditor.py:442 flatcamGUI/ObjectUI.py:359 -#: flatcamGUI/PreferencesUI.py:2027 flatcamGUI/PreferencesUI.py:3873 -#: flatcamGUI/PreferencesUI.py:5539 +#: flatcamGUI/PreferencesUI.py:2025 flatcamGUI/PreferencesUI.py:3875 +#: flatcamGUI/PreferencesUI.py:5535 msgid "Tool dia" msgstr "Диаметр инструмента" -#: flatcamEditors/FlatCAMGeoEditor.py:444 flatcamGUI/PreferencesUI.py:5541 +#: flatcamEditors/FlatCAMGeoEditor.py:444 flatcamGUI/PreferencesUI.py:5537 msgid "" "Diameter of the tool to\n" "be used in the operation." @@ -3569,13 +3565,13 @@ msgstr "" "Диаметр инструмента\n" "используемого в этой операции." -#: flatcamEditors/FlatCAMGeoEditor.py:455 flatcamGUI/PreferencesUI.py:5146 -#: flatcamGUI/PreferencesUI.py:5571 flatcamTools/ToolNonCopperClear.py:319 +#: flatcamEditors/FlatCAMGeoEditor.py:455 flatcamGUI/PreferencesUI.py:5152 +#: flatcamGUI/PreferencesUI.py:5567 flatcamTools/ToolNonCopperClear.py:319 #: flatcamTools/ToolPaint.py:219 msgid "Overlap Rate" msgstr "Частота перекрытия" -#: flatcamEditors/FlatCAMGeoEditor.py:457 flatcamGUI/PreferencesUI.py:5573 +#: flatcamEditors/FlatCAMGeoEditor.py:457 flatcamGUI/PreferencesUI.py:5569 #: flatcamTools/ToolPaint.py:221 msgid "" "How much (fraction) of the tool width to overlap each tool pass.\n" @@ -3596,17 +3592,17 @@ msgstr "" "Более высокие значения = медленная обработка и медленное выполнение на ЧПУ\n" "из-за большого количества путей." -#: flatcamEditors/FlatCAMGeoEditor.py:475 flatcamGUI/PreferencesUI.py:5165 -#: flatcamGUI/PreferencesUI.py:5386 flatcamGUI/PreferencesUI.py:5591 -#: flatcamGUI/PreferencesUI.py:7183 flatcamGUI/PreferencesUI.py:7340 -#: flatcamGUI/PreferencesUI.py:7425 flatcamTools/ToolCopperThieving.py:111 -#: flatcamTools/ToolCopperThieving.py:361 flatcamTools/ToolCutOut.py:182 +#: flatcamEditors/FlatCAMGeoEditor.py:475 flatcamGUI/PreferencesUI.py:5171 +#: flatcamGUI/PreferencesUI.py:5384 flatcamGUI/PreferencesUI.py:5587 +#: flatcamGUI/PreferencesUI.py:7175 flatcamGUI/PreferencesUI.py:7332 +#: flatcamGUI/PreferencesUI.py:7417 flatcamTools/ToolCopperThieving.py:111 +#: flatcamTools/ToolCopperThieving.py:361 flatcamTools/ToolCutOut.py:184 #: flatcamTools/ToolFiducials.py:172 flatcamTools/ToolNonCopperClear.py:337 #: flatcamTools/ToolPaint.py:238 msgid "Margin" msgstr "Отступ" -#: flatcamEditors/FlatCAMGeoEditor.py:477 flatcamGUI/PreferencesUI.py:5593 +#: flatcamEditors/FlatCAMGeoEditor.py:477 flatcamGUI/PreferencesUI.py:5589 #: flatcamTools/ToolPaint.py:240 msgid "" "Distance by which to avoid\n" @@ -3614,8 +3610,8 @@ msgid "" "be painted." msgstr "Расстояние, которое не закрашивать до края полигона." -#: flatcamEditors/FlatCAMGeoEditor.py:489 flatcamGUI/PreferencesUI.py:5178 -#: flatcamGUI/PreferencesUI.py:5606 flatcamTools/ToolNonCopperClear.py:348 +#: flatcamEditors/FlatCAMGeoEditor.py:489 flatcamGUI/PreferencesUI.py:5184 +#: flatcamGUI/PreferencesUI.py:5602 flatcamTools/ToolNonCopperClear.py:348 #: flatcamTools/ToolPaint.py:251 msgid "Method" msgstr "Метод" @@ -3628,20 +3624,20 @@ msgstr "" "Алгоритм отрисовки полигона:
Стандартный: Фиксированный шаг внутрь." "
По кругу: От центра наружу." -#: flatcamEditors/FlatCAMGeoEditor.py:496 flatcamGUI/PreferencesUI.py:5187 -#: flatcamGUI/PreferencesUI.py:5615 flatcamTools/ToolNonCopperClear.py:357 +#: flatcamEditors/FlatCAMGeoEditor.py:496 flatcamGUI/PreferencesUI.py:5193 +#: flatcamGUI/PreferencesUI.py:5611 flatcamTools/ToolNonCopperClear.py:357 #: flatcamTools/ToolPaint.py:260 msgid "Standard" msgstr "Стандартный" -#: flatcamEditors/FlatCAMGeoEditor.py:497 flatcamGUI/PreferencesUI.py:5188 -#: flatcamGUI/PreferencesUI.py:5616 flatcamTools/ToolNonCopperClear.py:358 +#: flatcamEditors/FlatCAMGeoEditor.py:497 flatcamGUI/PreferencesUI.py:5194 +#: flatcamGUI/PreferencesUI.py:5612 flatcamTools/ToolNonCopperClear.py:358 #: flatcamTools/ToolPaint.py:261 msgid "Seed-based" msgstr "От центра по кругу" -#: flatcamEditors/FlatCAMGeoEditor.py:498 flatcamGUI/PreferencesUI.py:5189 -#: flatcamGUI/PreferencesUI.py:5617 flatcamTools/ToolNonCopperClear.py:359 +#: flatcamEditors/FlatCAMGeoEditor.py:498 flatcamGUI/PreferencesUI.py:5195 +#: flatcamGUI/PreferencesUI.py:5613 flatcamTools/ToolNonCopperClear.py:359 #: flatcamTools/ToolPaint.py:262 msgid "Straight lines" msgstr "Прямая линия" @@ -3650,8 +3646,8 @@ msgstr "Прямая линия" msgid "Connect:" msgstr "Подключение:" -#: flatcamEditors/FlatCAMGeoEditor.py:507 flatcamGUI/PreferencesUI.py:5198 -#: flatcamGUI/PreferencesUI.py:5624 flatcamTools/ToolNonCopperClear.py:366 +#: flatcamEditors/FlatCAMGeoEditor.py:507 flatcamGUI/PreferencesUI.py:5204 +#: flatcamGUI/PreferencesUI.py:5620 flatcamTools/ToolNonCopperClear.py:366 #: flatcamTools/ToolPaint.py:269 msgid "" "Draw lines between resulting\n" @@ -3664,9 +3660,9 @@ msgstr "" msgid "Contour:" msgstr "Контур:" -#: flatcamEditors/FlatCAMGeoEditor.py:517 flatcamGUI/PreferencesUI.py:5209 -#: flatcamGUI/PreferencesUI.py:5634 flatcamTools/ToolNonCopperClear.py:375 -#: flatcamTools/ToolPaint.py:278 +#: flatcamEditors/FlatCAMGeoEditor.py:517 flatcamGUI/PreferencesUI.py:5213 +#: flatcamGUI/PreferencesUI.py:5628 flatcamTools/ToolNonCopperClear.py:373 +#: flatcamTools/ToolPaint.py:276 msgid "" "Cut around the perimeter of the polygon\n" "to trim rough edges." @@ -3680,7 +3676,7 @@ msgstr "Нарисовать" #: flatcamEditors/FlatCAMGeoEditor.py:547 flatcamGUI/FlatCAMGUI.py:845 #: flatcamGUI/FlatCAMGUI.py:2423 flatcamGUI/ObjectUI.py:1731 -#: flatcamTools/ToolPaint.py:41 flatcamTools/ToolPaint.py:539 +#: flatcamTools/ToolPaint.py:41 flatcamTools/ToolPaint.py:533 msgid "Paint Tool" msgstr "Рисование" @@ -3691,7 +3687,7 @@ msgstr "Рисование отменено. Фугура не выбрана." #: flatcamEditors/FlatCAMGeoEditor.py:597 #: flatcamEditors/FlatCAMGeoEditor.py:2910 #: flatcamEditors/FlatCAMGeoEditor.py:2940 -#: flatcamEditors/FlatCAMGeoEditor.py:2970 flatcamGUI/PreferencesUI.py:3869 +#: flatcamEditors/FlatCAMGeoEditor.py:2970 flatcamGUI/PreferencesUI.py:3871 #: flatcamTools/ToolProperties.py:120 flatcamTools/ToolProperties.py:158 msgid "Tools" msgstr "Инструменты" @@ -3707,7 +3703,7 @@ msgstr "Трансформация" #: flatcamEditors/FlatCAMGeoEditor.py:609 #: flatcamEditors/FlatCAMGeoEditor.py:674 #: flatcamEditors/FlatCAMGrbEditor.py:5097 -#: flatcamEditors/FlatCAMGrbEditor.py:5162 flatcamGUI/PreferencesUI.py:6246 +#: flatcamEditors/FlatCAMGrbEditor.py:5162 flatcamGUI/PreferencesUI.py:6238 #: flatcamTools/ToolTransform.py:25 flatcamTools/ToolTransform.py:80 msgid "Rotate" msgstr "Вращение" @@ -3722,7 +3718,7 @@ msgstr "Наклон/Сдвиг" #: flatcamEditors/FlatCAMGrbEditor.py:5099 flatcamGUI/FlatCAMGUI.py:980 #: flatcamGUI/FlatCAMGUI.py:2017 flatcamGUI/FlatCAMGUI.py:2132 #: flatcamGUI/FlatCAMGUI.py:2549 flatcamGUI/ObjectUI.py:103 -#: flatcamGUI/ObjectUI.py:121 flatcamGUI/PreferencesUI.py:6296 +#: flatcamGUI/ObjectUI.py:121 flatcamGUI/PreferencesUI.py:6288 #: flatcamTools/ToolTransform.py:27 msgid "Scale" msgstr "Масштаб" @@ -3736,7 +3732,7 @@ msgstr "Зеркалирование (отражение)" #: flatcamEditors/FlatCAMGrbEditor.py:5101 flatcamGUI/ObjectUI.py:132 #: flatcamGUI/ObjectUI.py:148 flatcamGUI/ObjectUI.py:1217 #: flatcamGUI/ObjectUI.py:1916 flatcamGUI/PreferencesUI.py:5234 -#: flatcamGUI/PreferencesUI.py:6343 flatcamTools/ToolNonCopperClear.py:397 +#: flatcamGUI/PreferencesUI.py:6335 flatcamTools/ToolNonCopperClear.py:393 #: flatcamTools/ToolTransform.py:29 msgid "Offset" msgstr "Смещение" @@ -3753,7 +3749,7 @@ msgid "Angle:" msgstr "Угол:" #: flatcamEditors/FlatCAMGeoEditor.py:660 -#: flatcamEditors/FlatCAMGrbEditor.py:5148 flatcamGUI/PreferencesUI.py:6256 +#: flatcamEditors/FlatCAMGrbEditor.py:5148 flatcamGUI/PreferencesUI.py:6248 #: flatcamTools/ToolTransform.py:65 msgid "" "Angle for Rotation action, in degrees.\n" @@ -3785,8 +3781,8 @@ msgstr "Угол X:" #: flatcamEditors/FlatCAMGeoEditor.py:701 #: flatcamEditors/FlatCAMGeoEditor.py:721 #: flatcamEditors/FlatCAMGrbEditor.py:5189 -#: flatcamEditors/FlatCAMGrbEditor.py:5209 flatcamGUI/PreferencesUI.py:6275 -#: flatcamGUI/PreferencesUI.py:6289 flatcamTools/ToolCalibration.py:508 +#: flatcamEditors/FlatCAMGrbEditor.py:5209 flatcamGUI/PreferencesUI.py:6267 +#: flatcamGUI/PreferencesUI.py:6281 flatcamTools/ToolCalibration.py:508 #: flatcamTools/ToolCalibration.py:521 msgid "" "Angle for Skew action, in degrees.\n" @@ -3867,7 +3863,7 @@ msgid "Scale Y" msgstr "Масштаб Y" #: flatcamEditors/FlatCAMGeoEditor.py:800 -#: flatcamEditors/FlatCAMGrbEditor.py:5288 flatcamGUI/PreferencesUI.py:6325 +#: flatcamEditors/FlatCAMGrbEditor.py:5288 flatcamGUI/PreferencesUI.py:6317 #: flatcamTools/ToolTransform.py:192 msgid "Link" msgstr "Ссылка" @@ -3882,7 +3878,7 @@ msgstr "" "используя коэффициент X для обеих осей." #: flatcamEditors/FlatCAMGeoEditor.py:808 -#: flatcamEditors/FlatCAMGrbEditor.py:5296 flatcamGUI/PreferencesUI.py:6333 +#: flatcamEditors/FlatCAMGrbEditor.py:5296 flatcamGUI/PreferencesUI.py:6325 #: flatcamTools/ToolTransform.py:200 msgid "Scale Reference" msgstr "Эталон масштабирования" @@ -4670,7 +4666,7 @@ msgid "Done. Apertures copied." msgstr "Готово. Отверстия скопированы." #: flatcamEditors/FlatCAMGrbEditor.py:2447 flatcamGUI/FlatCAMGUI.py:2110 -#: flatcamGUI/PreferencesUI.py:2445 +#: flatcamGUI/PreferencesUI.py:2443 msgid "Gerber Editor" msgstr "Редактор Gerber" @@ -4696,8 +4692,8 @@ msgstr "Тип" #: flatcamEditors/FlatCAMGrbEditor.py:2480 #: flatcamEditors/FlatCAMGrbEditor.py:3832 flatcamGUI/ObjectUI.py:258 -#: flatcamGUI/PreferencesUI.py:1009 flatcamGUI/PreferencesUI.py:7278 -#: flatcamGUI/PreferencesUI.py:7307 flatcamGUI/PreferencesUI.py:7409 +#: flatcamGUI/PreferencesUI.py:1009 flatcamGUI/PreferencesUI.py:7270 +#: flatcamGUI/PreferencesUI.py:7299 flatcamGUI/PreferencesUI.py:7401 #: flatcamTools/ToolCopperThieving.py:260 #: flatcamTools/ToolCopperThieving.py:300 flatcamTools/ToolFiducials.py:156 msgid "Size" @@ -4735,7 +4731,7 @@ msgstr "" " - (ширина, высота) для типа R, O.\n" " - (диам., nVertices) для типа P" -#: flatcamEditors/FlatCAMGrbEditor.py:2516 flatcamGUI/PreferencesUI.py:2476 +#: flatcamEditors/FlatCAMGrbEditor.py:2516 flatcamGUI/PreferencesUI.py:2474 msgid "Code for the new aperture" msgstr "Код для нового отверстия" @@ -4811,7 +4807,7 @@ msgstr "Буфер отверстия" msgid "Buffer a aperture in the aperture list" msgstr "Создаёт буфер для отверстия в списке отверстий" -#: flatcamEditors/FlatCAMGrbEditor.py:2613 flatcamGUI/PreferencesUI.py:2610 +#: flatcamEditors/FlatCAMGrbEditor.py:2613 flatcamGUI/PreferencesUI.py:2608 msgid "Buffer distance" msgstr "Расстояние буфера" @@ -4836,7 +4832,7 @@ msgstr "" #: flatcamEditors/FlatCAMGrbEditor.py:2631 flatcamGUI/FlatCAMGUI.py:978 #: flatcamGUI/FlatCAMGUI.py:2015 flatcamGUI/FlatCAMGUI.py:2087 #: flatcamGUI/FlatCAMGUI.py:2130 flatcamGUI/FlatCAMGUI.py:2547 -#: flatcamGUI/PreferencesUI.py:6401 flatcamTools/ToolTransform.py:30 +#: flatcamGUI/PreferencesUI.py:6393 flatcamTools/ToolTransform.py:30 #: flatcamTools/ToolTransform.py:349 msgid "Buffer" msgstr "Буфер" @@ -4849,7 +4845,7 @@ msgstr "Масштабирование отверстий" msgid "Scale a aperture in the aperture list" msgstr "Масштабирование отверстия в списке отверстий" -#: flatcamEditors/FlatCAMGrbEditor.py:2656 flatcamGUI/PreferencesUI.py:2625 +#: flatcamEditors/FlatCAMGrbEditor.py:2656 flatcamGUI/PreferencesUI.py:2623 msgid "Scale factor" msgstr "Коэффициент масштабирования" @@ -4930,11 +4926,11 @@ msgstr "" "Выбор типа массива контактных площадок.\n" "Он может быть линейным X (Y) или круговым" -#: flatcamEditors/FlatCAMGrbEditor.py:2774 flatcamGUI/PreferencesUI.py:2513 +#: flatcamEditors/FlatCAMGrbEditor.py:2774 flatcamGUI/PreferencesUI.py:2511 msgid "Nr of pads" msgstr "Количество площадок" -#: flatcamEditors/FlatCAMGrbEditor.py:2776 flatcamGUI/PreferencesUI.py:2515 +#: flatcamEditors/FlatCAMGrbEditor.py:2776 flatcamGUI/PreferencesUI.py:2513 msgid "Specify how many pads to be in the array." msgstr "Укажите, сколько контактных площадок должно быть в массиве." @@ -5139,8 +5135,8 @@ msgid "String to replace the one in the Find box throughout the text." msgstr "Строка, заменяющая строку в поле поиска по всему тексту." #: flatcamEditors/FlatCAMTextEditor.py:93 flatcamGUI/ObjectUI.py:482 -#: flatcamGUI/ObjectUI.py:1809 flatcamGUI/PreferencesUI.py:2072 -#: flatcamGUI/PreferencesUI.py:4419 flatcamGUI/PreferencesUI.py:5655 +#: flatcamGUI/ObjectUI.py:1809 flatcamGUI/PreferencesUI.py:2070 +#: flatcamGUI/PreferencesUI.py:4419 flatcamGUI/PreferencesUI.py:5647 msgid "All" msgstr "Все" @@ -5409,7 +5405,7 @@ msgstr "Экспортировать настройки в файл ..." #: flatcamGUI/FlatCAMGUI.py:244 flatcamGUI/FlatCAMGUI.py:1614 msgid "Print (PDF)" -msgstr "Распечатать (PDF)" +msgstr "Печать (PDF)" #: flatcamGUI/FlatCAMGUI.py:247 flatcamGUI/FlatCAMGUI.py:682 #: flatcamGUI/FlatCAMGUI.py:1252 @@ -5848,19 +5844,19 @@ msgstr "Установить цвет" #: flatcamGUI/FlatCAMGUI.py:648 msgid "Red" -msgstr "Kрасный" +msgstr "Красный" #: flatcamGUI/FlatCAMGUI.py:651 msgid "Blue" -msgstr "Cиний" +msgstr "Синий" #: flatcamGUI/FlatCAMGUI.py:654 msgid "Yellow" -msgstr "Желтый" +msgstr "Жёлтый" #: flatcamGUI/FlatCAMGUI.py:657 msgid "Green" -msgstr "Зеленый" +msgstr "Зелёный" #: flatcamGUI/FlatCAMGUI.py:660 msgid "Purple" @@ -5872,7 +5868,7 @@ msgstr "Коричневый" #: flatcamGUI/FlatCAMGUI.py:666 msgid "Custom" -msgstr "Пользовательский" +msgstr "Своё" #: flatcamGUI/FlatCAMGUI.py:671 msgid "Generate CNC" @@ -6002,13 +5998,13 @@ msgid "2Sided Tool" msgstr "2-х сторонняя плата" #: flatcamGUI/FlatCAMGUI.py:841 flatcamGUI/ObjectUI.py:588 -#: flatcamTools/ToolCutOut.py:434 +#: flatcamTools/ToolCutOut.py:436 msgid "Cutout Tool" msgstr "Обрезка платы" #: flatcamGUI/FlatCAMGUI.py:843 flatcamGUI/FlatCAMGUI.py:2421 #: flatcamGUI/ObjectUI.py:566 flatcamGUI/ObjectUI.py:1749 -#: flatcamTools/ToolNonCopperClear.py:638 +#: flatcamTools/ToolNonCopperClear.py:632 msgid "NCC Tool" msgstr "Очистка меди" @@ -6297,16 +6293,16 @@ msgstr "ИНСТРУМЕНТЫ 2" msgid "UTILITIES" msgstr "УТИЛИТЫ" -#: flatcamGUI/FlatCAMGUI.py:1215 +#: flatcamGUI/FlatCAMGUI.py:1215 flatcamGUI/PreferencesUI.py:2833 msgid "Restore Defaults" -msgstr "Восстановить настройки по-умолчанию" +msgstr "Восстановить значения по умолчанию" #: flatcamGUI/FlatCAMGUI.py:1218 msgid "" "Restore the entire set of default values\n" "to the initial values loaded after first launch." msgstr "" -"Восстановить весь набор значений по умолчанию\n" +"Восстановление всего набора значений по умолчанию\n" "к начальным значениям, загруженным после первого запуска." #: flatcamGUI/FlatCAMGUI.py:1223 @@ -6764,7 +6760,7 @@ msgstr "Альтернатива: Удалить отверстия" msgid "Eraser Tool" msgstr "Ластик" -#: flatcamGUI/FlatCAMGUI.py:2021 flatcamGUI/PreferencesUI.py:2636 +#: flatcamGUI/FlatCAMGUI.py:2021 flatcamGUI/PreferencesUI.py:2634 msgid "Mark Area Tool" msgstr "Инструмент «Обозначить область»" @@ -6959,8 +6955,8 @@ msgstr "Отмена. Ничего не выбрано для перемещен msgid "New Tool ..." msgstr "Новый инструмент ..." -#: flatcamGUI/FlatCAMGUI.py:3783 flatcamTools/ToolNonCopperClear.py:589 -#: flatcamTools/ToolPaint.py:500 flatcamTools/ToolSolderPaste.py:554 +#: flatcamGUI/FlatCAMGUI.py:3783 flatcamTools/ToolNonCopperClear.py:583 +#: flatcamTools/ToolPaint.py:494 flatcamTools/ToolSolderPaste.py:554 msgid "Enter a Tool Diameter" msgstr "Введите диаметр инструмента" @@ -6992,8 +6988,8 @@ msgstr "Открыть проект..." msgid "Exit" msgstr "Выход" -#: flatcamGUI/GUIElements.py:2261 flatcamGUI/PreferencesUI.py:5267 -#: flatcamGUI/PreferencesUI.py:5833 flatcamTools/ToolFilm.py:219 +#: flatcamGUI/GUIElements.py:2261 flatcamGUI/PreferencesUI.py:5265 +#: flatcamGUI/PreferencesUI.py:5825 flatcamTools/ToolFilm.py:219 msgid "Reference" msgstr "Ссылка" @@ -7003,21 +6999,21 @@ msgid "" "- Absolute -> the reference point is point (0,0)\n" "- Relative -> the reference point is the mouse position before Jump" msgstr "" -"Ссылка может быть:\n" -"- Абсолют -> точка отсчета является точка (0,0)\n" -"- Относительный -> контрольная точка - это положение мыши перед прыжком" +"Указатель может быть:\n" +"- Абсолютный -> точка отсчета - это точка (0,0)\n" +"- Относительный -> опорной точкой является положение мыши перед перемещением" #: flatcamGUI/GUIElements.py:2268 msgid "Abs" -msgstr "Абсолютный" +msgstr "Абс" #: flatcamGUI/GUIElements.py:2269 msgid "Relative" -msgstr "Родственник" +msgstr "Относительный" #: flatcamGUI/GUIElements.py:2279 msgid "Location" -msgstr "Положение" +msgstr "Местоположение" #: flatcamGUI/GUIElements.py:2281 msgid "" @@ -7026,7 +7022,7 @@ msgid "" "If the reference is Relative then the Jump will be at the (x,y) distance\n" "from the current mouse location point." msgstr "" -"Значением местоположения является кортеж (x, y).\n" +"Значение местоположения - это кортеж (x, y).\n" "Если задание является абсолютным, то переход будет в положении (x, y).\n" "Если ссылка является относительной, то переход будет на расстоянии (x, y)\n" "от текущей точки расположения мыши." @@ -7103,39 +7099,39 @@ msgstr "Объект Gerber" #: flatcamGUI/ObjectUI.py:182 flatcamGUI/ObjectUI.py:767 #: flatcamGUI/ObjectUI.py:1205 flatcamGUI/ObjectUI.py:1905 -#: flatcamGUI/PreferencesUI.py:1785 flatcamGUI/PreferencesUI.py:3847 +#: flatcamGUI/PreferencesUI.py:1783 flatcamGUI/PreferencesUI.py:3849 #: flatcamGUI/PreferencesUI.py:4406 msgid "Plot (show) this object." msgstr "Начертить (отобразить) этот объект." #: flatcamGUI/ObjectUI.py:184 flatcamGUI/ObjectUI.py:765 -#: flatcamGUI/PreferencesUI.py:1783 flatcamGUI/PreferencesUI.py:2682 -#: flatcamGUI/PreferencesUI.py:3845 +#: flatcamGUI/PreferencesUI.py:1781 flatcamGUI/PreferencesUI.py:2680 +#: flatcamGUI/PreferencesUI.py:3847 msgid "Plot" msgstr "Отображать" #: flatcamGUI/ObjectUI.py:189 flatcamGUI/ObjectUI.py:726 #: flatcamGUI/ObjectUI.py:1159 flatcamGUI/ObjectUI.py:1795 -#: flatcamGUI/PreferencesUI.py:1762 flatcamGUI/PreferencesUI.py:2676 -#: flatcamGUI/PreferencesUI.py:3841 flatcamGUI/PreferencesUI.py:4395 +#: flatcamGUI/PreferencesUI.py:1760 flatcamGUI/PreferencesUI.py:2674 +#: flatcamGUI/PreferencesUI.py:3843 flatcamGUI/PreferencesUI.py:4395 msgid "Plot Options" msgstr "Отрисовка" #: flatcamGUI/ObjectUI.py:195 flatcamGUI/ObjectUI.py:727 -#: flatcamGUI/PreferencesUI.py:1769 flatcamGUI/PreferencesUI.py:2688 -#: flatcamGUI/PreferencesUI.py:7230 flatcamTools/ToolCopperThieving.py:190 +#: flatcamGUI/PreferencesUI.py:1767 flatcamGUI/PreferencesUI.py:2686 +#: flatcamGUI/PreferencesUI.py:7222 flatcamTools/ToolCopperThieving.py:190 msgid "Solid" msgstr "Сплошной" -#: flatcamGUI/ObjectUI.py:197 flatcamGUI/PreferencesUI.py:1771 +#: flatcamGUI/ObjectUI.py:197 flatcamGUI/PreferencesUI.py:1769 msgid "Solid color polygons." msgstr "Сплошной цвет полигонов." #: flatcamGUI/ObjectUI.py:203 msgid "Multi-Color" -msgstr "многоцветный" +msgstr "Mногоцветный" -#: flatcamGUI/ObjectUI.py:205 flatcamGUI/PreferencesUI.py:1778 +#: flatcamGUI/ObjectUI.py:205 flatcamGUI/PreferencesUI.py:1776 msgid "Draw polygons in different colors." msgstr "Окрашивать полигоны разными цветами." @@ -7174,11 +7170,11 @@ msgstr "" msgid "Mark the aperture instances on canvas." msgstr "Отметьте экземпляры диафрагмы на холсте." -#: flatcamGUI/ObjectUI.py:286 flatcamGUI/PreferencesUI.py:2016 +#: flatcamGUI/ObjectUI.py:286 flatcamGUI/PreferencesUI.py:2014 msgid "Isolation Routing" msgstr "Изоляция разводки" -#: flatcamGUI/ObjectUI.py:288 flatcamGUI/PreferencesUI.py:2018 +#: flatcamGUI/ObjectUI.py:288 flatcamGUI/PreferencesUI.py:2016 msgid "" "Create a Geometry object with\n" "toolpaths to cut outside polygons." @@ -7187,7 +7183,7 @@ msgstr "" "с траекториям обрезки за\n" "пределами полигонов." -#: flatcamGUI/ObjectUI.py:306 flatcamGUI/PreferencesUI.py:2221 +#: flatcamGUI/ObjectUI.py:306 flatcamGUI/PreferencesUI.py:2219 msgid "" "Choose what tool to use for Gerber isolation:\n" "'Circular' or 'V-shape'.\n" @@ -7204,25 +7200,25 @@ msgid "V-Shape" msgstr "V-образная форма" #: flatcamGUI/ObjectUI.py:318 flatcamGUI/ObjectUI.py:1374 -#: flatcamGUI/PreferencesUI.py:2233 flatcamGUI/PreferencesUI.py:5049 +#: flatcamGUI/PreferencesUI.py:2231 flatcamGUI/PreferencesUI.py:5055 #: flatcamTools/ToolNonCopperClear.py:231 msgid "V-Tip Dia" msgstr "Диаметр V-наконечника" #: flatcamGUI/ObjectUI.py:320 flatcamGUI/ObjectUI.py:1377 -#: flatcamGUI/PreferencesUI.py:2235 flatcamGUI/PreferencesUI.py:5051 +#: flatcamGUI/PreferencesUI.py:2233 flatcamGUI/PreferencesUI.py:5057 #: flatcamTools/ToolNonCopperClear.py:233 msgid "The tip diameter for V-Shape Tool" msgstr "Диаметр наконечника для V-образного инструмента" #: flatcamGUI/ObjectUI.py:331 flatcamGUI/ObjectUI.py:1389 -#: flatcamGUI/PreferencesUI.py:2246 flatcamGUI/PreferencesUI.py:5061 +#: flatcamGUI/PreferencesUI.py:2244 flatcamGUI/PreferencesUI.py:5067 #: flatcamTools/ToolNonCopperClear.py:242 msgid "V-Tip Angle" msgstr "Угол V-наконечника" #: flatcamGUI/ObjectUI.py:333 flatcamGUI/ObjectUI.py:1392 -#: flatcamGUI/PreferencesUI.py:2248 flatcamGUI/PreferencesUI.py:5063 +#: flatcamGUI/PreferencesUI.py:2246 flatcamGUI/PreferencesUI.py:5069 #: flatcamTools/ToolNonCopperClear.py:244 msgid "" "The tip angle for V-Shape Tool.\n" @@ -7232,8 +7228,8 @@ msgstr "" "В степенях." #: flatcamGUI/ObjectUI.py:347 flatcamGUI/ObjectUI.py:1408 -#: flatcamGUI/PreferencesUI.py:2261 flatcamGUI/PreferencesUI.py:3959 -#: flatcamGUI/PreferencesUI.py:5332 flatcamTools/ToolCutOut.py:135 +#: flatcamGUI/PreferencesUI.py:2259 flatcamGUI/PreferencesUI.py:3963 +#: flatcamGUI/PreferencesUI.py:5330 flatcamTools/ToolCutOut.py:135 msgid "" "Cutting depth (negative)\n" "below the copper surface." @@ -7255,11 +7251,11 @@ msgstr "" "функцию, используйте отрицательное значение для\n" "этот параметр." -#: flatcamGUI/ObjectUI.py:377 flatcamGUI/PreferencesUI.py:2040 +#: flatcamGUI/ObjectUI.py:377 flatcamGUI/PreferencesUI.py:2038 msgid "# Passes" msgstr "# Проходы" -#: flatcamGUI/ObjectUI.py:379 flatcamGUI/PreferencesUI.py:2042 +#: flatcamGUI/ObjectUI.py:379 flatcamGUI/PreferencesUI.py:2040 msgid "" "Width of the isolation gap in\n" "number (integer) of tool widths." @@ -7267,23 +7263,23 @@ msgstr "" "Ширина промежутка изоляции в \n" "числах (целое число) ширины инструмента." -#: flatcamGUI/ObjectUI.py:389 flatcamGUI/PreferencesUI.py:2052 +#: flatcamGUI/ObjectUI.py:389 flatcamGUI/PreferencesUI.py:2050 msgid "Pass overlap" msgstr "Перекрытие" -#: flatcamGUI/ObjectUI.py:391 flatcamGUI/PreferencesUI.py:2054 +#: flatcamGUI/ObjectUI.py:391 flatcamGUI/PreferencesUI.py:2052 msgid "How much (fraction) of the tool width to overlap each tool pass." msgstr "" "Размер части ширины инструмента, который будет перекрываться за каждый " "проход." -#: flatcamGUI/ObjectUI.py:403 flatcamGUI/PreferencesUI.py:2079 -#: flatcamGUI/PreferencesUI.py:4372 flatcamGUI/PreferencesUI.py:5106 +#: flatcamGUI/ObjectUI.py:403 flatcamGUI/PreferencesUI.py:2077 +#: flatcamGUI/PreferencesUI.py:4372 flatcamGUI/PreferencesUI.py:5112 #: flatcamTools/ToolNonCopperClear.py:162 msgid "Milling Type" msgstr "Тип фрезерования" -#: flatcamGUI/ObjectUI.py:405 flatcamGUI/PreferencesUI.py:2081 +#: flatcamGUI/ObjectUI.py:405 flatcamGUI/PreferencesUI.py:2079 #: flatcamGUI/PreferencesUI.py:4374 msgid "" "Milling type:\n" @@ -7295,8 +7291,8 @@ msgstr "" "использования инструмента\n" "- conventional / полезен, когда нет компенсации люфта" -#: flatcamGUI/ObjectUI.py:409 flatcamGUI/PreferencesUI.py:2086 -#: flatcamGUI/PreferencesUI.py:4378 flatcamGUI/PreferencesUI.py:5113 +#: flatcamGUI/ObjectUI.py:409 flatcamGUI/PreferencesUI.py:2084 +#: flatcamGUI/PreferencesUI.py:4378 flatcamGUI/PreferencesUI.py:5119 #: flatcamTools/ToolNonCopperClear.py:169 msgid "Climb" msgstr "Постепенный" @@ -7309,15 +7305,15 @@ msgstr "Обычный" msgid "Combine" msgstr "Комбинировать" -#: flatcamGUI/ObjectUI.py:417 flatcamGUI/PreferencesUI.py:2093 +#: flatcamGUI/ObjectUI.py:417 flatcamGUI/PreferencesUI.py:2091 msgid "Combine all passes into one object" msgstr "Объединить все проходы в один объект" -#: flatcamGUI/ObjectUI.py:421 flatcamGUI/PreferencesUI.py:2195 +#: flatcamGUI/ObjectUI.py:421 flatcamGUI/PreferencesUI.py:2193 msgid "\"Follow\"" msgstr "\"Следовать\"" -#: flatcamGUI/ObjectUI.py:422 flatcamGUI/PreferencesUI.py:2197 +#: flatcamGUI/ObjectUI.py:422 flatcamGUI/PreferencesUI.py:2195 msgid "" "Generate a 'Follow' geometry.\n" "This means that it will cut through\n" @@ -7358,7 +7354,7 @@ msgstr "" "То, что выбрано здесь будет диктовать вид\n" "объектов, которые будут заполнять поле со списком \"объект\"." -#: flatcamGUI/ObjectUI.py:468 flatcamGUI/PreferencesUI.py:7530 +#: flatcamGUI/ObjectUI.py:468 flatcamGUI/PreferencesUI.py:7522 #: flatcamTools/ToolCalibration.py:186 flatcamTools/ToolNonCopperClear.py:100 #: flatcamTools/ToolPaint.py:103 flatcamTools/ToolPanelize.py:81 #: flatcamTools/ToolPanelize.py:94 @@ -7369,11 +7365,11 @@ msgstr "Объект" msgid "Object whose area will be removed from isolation geometry." msgstr "Объект, площадь которого будет удалена из геометрии изоляции." -#: flatcamGUI/ObjectUI.py:476 flatcamGUI/PreferencesUI.py:2066 +#: flatcamGUI/ObjectUI.py:476 flatcamGUI/PreferencesUI.py:2064 msgid "Scope" msgstr "Масштаб" -#: flatcamGUI/ObjectUI.py:478 flatcamGUI/PreferencesUI.py:2068 +#: flatcamGUI/ObjectUI.py:478 flatcamGUI/PreferencesUI.py:2066 msgid "" "Isolation scope. Choose what to isolate:\n" "- 'All' -> Isolate all the polygons in the object\n" @@ -7384,16 +7380,16 @@ msgstr "" "- 'Выделенные' -> Изолировать выделенные полигоны." #: flatcamGUI/ObjectUI.py:483 flatcamGUI/PreferencesUI.py:602 -#: flatcamGUI/PreferencesUI.py:2073 flatcamGUI/PreferencesUI.py:5642 -#: flatcamTools/ToolPaint.py:300 +#: flatcamGUI/PreferencesUI.py:2071 flatcamGUI/PreferencesUI.py:5634 +#: flatcamTools/ToolPaint.py:294 msgid "Selection" msgstr "Выбор" -#: flatcamGUI/ObjectUI.py:491 flatcamGUI/PreferencesUI.py:2274 +#: flatcamGUI/ObjectUI.py:491 flatcamGUI/PreferencesUI.py:2272 msgid "Isolation Type" msgstr "Тип изоляции" -#: flatcamGUI/ObjectUI.py:493 flatcamGUI/PreferencesUI.py:2276 +#: flatcamGUI/ObjectUI.py:493 flatcamGUI/PreferencesUI.py:2274 msgid "" "Choose how the isolation will be executed:\n" "- 'Full' -> complete isolation of polygons\n" @@ -7413,8 +7409,8 @@ msgstr "" "изоляция может быть выполнена только при наличии проема.\n" "внутри полигона (например, полигон имеет форму \"пончика\")." -#: flatcamGUI/ObjectUI.py:502 flatcamGUI/PreferencesUI.py:2285 -#: flatcamGUI/PreferencesUI.py:2306 +#: flatcamGUI/ObjectUI.py:502 flatcamGUI/PreferencesUI.py:2283 +#: flatcamGUI/PreferencesUI.py:2304 msgid "Full" msgstr "Полная" @@ -7472,7 +7468,7 @@ msgstr "" msgid "Clear N-copper" msgstr "Очистка меди" -#: flatcamGUI/ObjectUI.py:561 flatcamGUI/PreferencesUI.py:5013 +#: flatcamGUI/ObjectUI.py:561 flatcamGUI/PreferencesUI.py:5019 msgid "" "Create a Geometry object with\n" "toolpaths to cut all non-copper regions." @@ -7481,7 +7477,7 @@ msgstr "" "траектории резания для всех областей, отличных от меди." #: flatcamGUI/ObjectUI.py:568 flatcamGUI/ObjectUI.py:1751 -#: flatcamTools/ToolNonCopperClear.py:479 +#: flatcamTools/ToolNonCopperClear.py:473 msgid "" "Create the Geometry Object\n" "for non-copper routing." @@ -7493,7 +7489,7 @@ msgstr "" msgid "Board cutout" msgstr "Обрезка контура платы" -#: flatcamGUI/ObjectUI.py:583 flatcamGUI/PreferencesUI.py:5305 +#: flatcamGUI/ObjectUI.py:583 flatcamGUI/PreferencesUI.py:5303 msgid "" "Create toolpaths to cut around\n" "the PCB and separate it from\n" @@ -7510,11 +7506,11 @@ msgstr "" "Будет создан объект геометрии\n" "для обрезки контура." -#: flatcamGUI/ObjectUI.py:608 flatcamGUI/PreferencesUI.py:2103 +#: flatcamGUI/ObjectUI.py:608 flatcamGUI/PreferencesUI.py:2101 msgid "Non-copper regions" msgstr "Безмедные полигоны" -#: flatcamGUI/ObjectUI.py:610 flatcamGUI/PreferencesUI.py:2105 +#: flatcamGUI/ObjectUI.py:610 flatcamGUI/PreferencesUI.py:2103 msgid "" "Create polygons covering the\n" "areas without copper on the PCB.\n" @@ -7529,11 +7525,11 @@ msgstr "" "меди из указанного региона." #: flatcamGUI/ObjectUI.py:620 flatcamGUI/ObjectUI.py:661 -#: flatcamGUI/PreferencesUI.py:2117 flatcamGUI/PreferencesUI.py:2150 +#: flatcamGUI/PreferencesUI.py:2115 flatcamGUI/PreferencesUI.py:2148 msgid "Boundary Margin" msgstr "Отступ от границы" -#: flatcamGUI/ObjectUI.py:622 flatcamGUI/PreferencesUI.py:2119 +#: flatcamGUI/ObjectUI.py:622 flatcamGUI/PreferencesUI.py:2117 msgid "" "Specify the edge of the PCB\n" "by drawing a box around all\n" @@ -7546,11 +7542,11 @@ msgstr "" "расстоянием." #: flatcamGUI/ObjectUI.py:637 flatcamGUI/ObjectUI.py:675 -#: flatcamGUI/PreferencesUI.py:2132 flatcamGUI/PreferencesUI.py:2163 +#: flatcamGUI/PreferencesUI.py:2130 flatcamGUI/PreferencesUI.py:2161 msgid "Rounded Geo" msgstr "Закруглять" -#: flatcamGUI/ObjectUI.py:639 flatcamGUI/PreferencesUI.py:2134 +#: flatcamGUI/ObjectUI.py:639 flatcamGUI/PreferencesUI.py:2132 msgid "Resulting geometry will have rounded corners." msgstr "Полученная геометрия будет иметь закругленные углы." @@ -7559,8 +7555,8 @@ msgstr "Полученная геометрия будет иметь закру msgid "Generate Geo" msgstr "Создать" -#: flatcamGUI/ObjectUI.py:653 flatcamGUI/PreferencesUI.py:2144 -#: flatcamGUI/PreferencesUI.py:7060 flatcamTools/ToolPanelize.py:95 +#: flatcamGUI/ObjectUI.py:653 flatcamGUI/PreferencesUI.py:2142 +#: flatcamGUI/PreferencesUI.py:7052 flatcamTools/ToolPanelize.py:95 #: flatcamTools/ToolQRCode.py:192 msgid "Bounding Box" msgstr "Ограничительная рамка" @@ -7573,7 +7569,7 @@ msgstr "" "Создаст геометрию, окружающую объект Gerber.\n" "Квадратная форма." -#: flatcamGUI/ObjectUI.py:663 flatcamGUI/PreferencesUI.py:2152 +#: flatcamGUI/ObjectUI.py:663 flatcamGUI/PreferencesUI.py:2150 msgid "" "Distance of the edges of the box\n" "to the nearest polygon." @@ -7581,7 +7577,7 @@ msgstr "" "Расстояние от края поля\n" "до ближайшего полигона." -#: flatcamGUI/ObjectUI.py:677 flatcamGUI/PreferencesUI.py:2165 +#: flatcamGUI/ObjectUI.py:677 flatcamGUI/PreferencesUI.py:2163 msgid "" "If the bounding box is \n" "to have rounded corners\n" @@ -7611,11 +7607,11 @@ msgid "Drills" msgstr "Отверстия" #: flatcamGUI/ObjectUI.py:777 flatcamGUI/ObjectUI.py:1926 -#: flatcamGUI/PreferencesUI.py:3681 flatcamTools/ToolProperties.py:162 +#: flatcamGUI/PreferencesUI.py:3683 flatcamTools/ToolProperties.py:162 msgid "Slots" msgstr "Пазы" -#: flatcamGUI/ObjectUI.py:778 flatcamGUI/PreferencesUI.py:3284 +#: flatcamGUI/ObjectUI.py:778 flatcamGUI/PreferencesUI.py:3289 msgid "Offset Z" msgstr "Смещение Z" @@ -7659,7 +7655,7 @@ msgstr "" "Количество щелевых отверстий. Отверстия, которые создаются\n" "фрезы с фрезы бит." -#: flatcamGUI/ObjectUI.py:796 flatcamGUI/PreferencesUI.py:3286 +#: flatcamGUI/ObjectUI.py:796 flatcamGUI/PreferencesUI.py:3291 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" @@ -7677,8 +7673,8 @@ msgstr "" "Переключение отображения сверл для текущего инструмента.\n" "При этом не выбираются инструменты для генерации G-кода." -#: flatcamGUI/ObjectUI.py:807 flatcamGUI/PreferencesUI.py:3052 -#: flatcamGUI/PreferencesUI.py:3945 +#: flatcamGUI/ObjectUI.py:807 flatcamGUI/PreferencesUI.py:3069 +#: flatcamGUI/PreferencesUI.py:3947 msgid "Create CNC Job" msgstr "Создание программы для ЧПУ" @@ -7688,7 +7684,7 @@ msgid "" "for this drill object." msgstr "Создание G-Code для объекта сверловки." -#: flatcamGUI/ObjectUI.py:822 flatcamGUI/PreferencesUI.py:3065 +#: flatcamGUI/ObjectUI.py:822 flatcamGUI/PreferencesUI.py:3084 msgid "" "Drill depth (negative)\n" "below the copper surface." @@ -7696,7 +7692,7 @@ msgstr "" "Глубина сверления (отрицательная) \n" "ниже слоя меди." -#: flatcamGUI/ObjectUI.py:841 flatcamGUI/PreferencesUI.py:3083 +#: flatcamGUI/ObjectUI.py:841 flatcamGUI/PreferencesUI.py:3102 msgid "" "Tool height when travelling\n" "across the XY plane." @@ -7705,11 +7701,11 @@ msgstr "" "по плоскости XY." #: flatcamGUI/ObjectUI.py:858 flatcamGUI/ObjectUI.py:1478 -#: flatcamGUI/PreferencesUI.py:3098 flatcamGUI/PreferencesUI.py:4030 +#: flatcamGUI/PreferencesUI.py:3117 flatcamGUI/PreferencesUI.py:4034 msgid "Tool change" msgstr "Смена инструмента" -#: flatcamGUI/ObjectUI.py:860 flatcamGUI/PreferencesUI.py:3100 +#: flatcamGUI/ObjectUI.py:860 flatcamGUI/PreferencesUI.py:3119 msgid "" "Include tool-change sequence\n" "in G-Code (Pause for tool change)." @@ -7722,13 +7718,13 @@ msgid "Tool change Z" msgstr "Смена инструмента Z" #: flatcamGUI/ObjectUI.py:868 flatcamGUI/ObjectUI.py:1474 -#: flatcamGUI/PreferencesUI.py:3109 flatcamGUI/PreferencesUI.py:4045 +#: flatcamGUI/PreferencesUI.py:3126 flatcamGUI/PreferencesUI.py:4047 msgid "" "Z-axis position (height) for\n" "tool change." msgstr "Отвод по оси Z для смены инструмента." -#: flatcamGUI/ObjectUI.py:888 flatcamGUI/PreferencesUI.py:3306 +#: flatcamGUI/ObjectUI.py:888 flatcamGUI/PreferencesUI.py:3311 msgid "" "Height of the tool just after start.\n" "Delete the value if you don't need this feature." @@ -7737,12 +7733,12 @@ msgstr "" "Удалить значение если вам не нужна эта функция." #: flatcamGUI/ObjectUI.py:896 flatcamGUI/ObjectUI.py:1512 -#: flatcamGUI/PreferencesUI.py:3124 flatcamGUI/PreferencesUI.py:4064 +#: flatcamGUI/PreferencesUI.py:3141 flatcamGUI/PreferencesUI.py:4066 msgid "End move Z" msgstr "Высота отвода Z" #: flatcamGUI/ObjectUI.py:898 flatcamGUI/ObjectUI.py:1514 -#: flatcamGUI/PreferencesUI.py:3126 flatcamGUI/PreferencesUI.py:4066 +#: flatcamGUI/PreferencesUI.py:3143 flatcamGUI/PreferencesUI.py:4068 msgid "" "Height of the tool after\n" "the last move at the end of the job." @@ -7751,12 +7747,12 @@ msgstr "" "последнего прохода в конце задания." #: flatcamGUI/ObjectUI.py:915 flatcamGUI/ObjectUI.py:1545 -#: flatcamGUI/PreferencesUI.py:3141 flatcamGUI/PreferencesUI.py:4099 -#: flatcamGUI/PreferencesUI.py:6574 flatcamTools/ToolSolderPaste.py:264 +#: flatcamGUI/PreferencesUI.py:3158 flatcamGUI/PreferencesUI.py:4101 +#: flatcamGUI/PreferencesUI.py:6566 flatcamTools/ToolSolderPaste.py:264 msgid "Feedrate Z" msgstr "Скорость подачи Z" -#: flatcamGUI/ObjectUI.py:917 flatcamGUI/PreferencesUI.py:3143 +#: flatcamGUI/ObjectUI.py:917 flatcamGUI/PreferencesUI.py:3160 msgid "" "Tool speed while drilling\n" "(in units per minute).\n" @@ -7769,11 +7765,11 @@ msgstr "" "Используется для линейного перемещения G01." #: flatcamGUI/ObjectUI.py:931 flatcamGUI/ObjectUI.py:1560 -#: flatcamGUI/PreferencesUI.py:3314 flatcamGUI/PreferencesUI.py:4208 +#: flatcamGUI/PreferencesUI.py:3319 flatcamGUI/PreferencesUI.py:4210 msgid "Feedrate Rapids" msgstr "Пороги скорости подачи" -#: flatcamGUI/ObjectUI.py:933 flatcamGUI/PreferencesUI.py:3316 +#: flatcamGUI/ObjectUI.py:933 flatcamGUI/PreferencesUI.py:3321 msgid "" "Tool speed while drilling\n" "(in units per minute).\n" @@ -7788,11 +7784,11 @@ msgstr "" "игнорировать для любых других случаев." #: flatcamGUI/ObjectUI.py:951 flatcamGUI/ObjectUI.py:1603 -#: flatcamGUI/PreferencesUI.py:4115 +#: flatcamGUI/PreferencesUI.py:4117 msgid "Spindle speed" msgstr "Скорость вращения шпинделя" -#: flatcamGUI/ObjectUI.py:953 flatcamGUI/PreferencesUI.py:3158 +#: flatcamGUI/ObjectUI.py:953 flatcamGUI/PreferencesUI.py:3175 msgid "" "Speed of the spindle\n" "in RPM (optional)" @@ -7801,7 +7797,7 @@ msgstr "" "в оборотах в минуту(опционально) ." #: flatcamGUI/ObjectUI.py:965 flatcamGUI/ObjectUI.py:1622 -#: flatcamGUI/PreferencesUI.py:3170 flatcamGUI/PreferencesUI.py:4133 +#: flatcamGUI/PreferencesUI.py:3187 flatcamGUI/PreferencesUI.py:4135 msgid "" "Pause to allow the spindle to reach its\n" "speed before cutting." @@ -7810,11 +7806,11 @@ msgstr "" "перед началом обработки." #: flatcamGUI/ObjectUI.py:974 flatcamGUI/ObjectUI.py:1632 -#: flatcamGUI/PreferencesUI.py:3175 flatcamGUI/PreferencesUI.py:4138 +#: flatcamGUI/PreferencesUI.py:3193 flatcamGUI/PreferencesUI.py:4140 msgid "Number of time units for spindle to dwell." msgstr "Количество единиц времени для остановки шпинделя." -#: flatcamGUI/ObjectUI.py:984 flatcamGUI/PreferencesUI.py:3192 +#: flatcamGUI/ObjectUI.py:984 flatcamGUI/PreferencesUI.py:3206 msgid "" "The preprocessor JSON file that dictates\n" "Gcode output." @@ -7823,12 +7819,12 @@ msgstr "" "на Gcode." #: flatcamGUI/ObjectUI.py:993 flatcamGUI/ObjectUI.py:1652 -#: flatcamGUI/PreferencesUI.py:3330 flatcamGUI/PreferencesUI.py:4249 +#: flatcamGUI/PreferencesUI.py:3335 flatcamGUI/PreferencesUI.py:4251 msgid "Probe Z depth" msgstr "Глубина зондирования Z" #: flatcamGUI/ObjectUI.py:995 flatcamGUI/ObjectUI.py:1654 -#: flatcamGUI/PreferencesUI.py:3332 flatcamGUI/PreferencesUI.py:4251 +#: flatcamGUI/PreferencesUI.py:3337 flatcamGUI/PreferencesUI.py:4253 msgid "" "The maximum depth that the probe is allowed\n" "to probe. Negative value, in current units." @@ -7837,16 +7833,16 @@ msgstr "" "Отрицательное значение в текущих единицах." #: flatcamGUI/ObjectUI.py:1009 flatcamGUI/ObjectUI.py:1669 -#: flatcamGUI/PreferencesUI.py:3343 flatcamGUI/PreferencesUI.py:4264 +#: flatcamGUI/PreferencesUI.py:3348 flatcamGUI/PreferencesUI.py:4266 msgid "Feedrate Probe" msgstr "Датчик скорости подачи" #: flatcamGUI/ObjectUI.py:1011 flatcamGUI/ObjectUI.py:1671 -#: flatcamGUI/PreferencesUI.py:3345 flatcamGUI/PreferencesUI.py:4266 +#: flatcamGUI/PreferencesUI.py:3350 flatcamGUI/PreferencesUI.py:4268 msgid "The feedrate used while the probe is probing." msgstr "Скорость подачи, используемая во время зондирования." -#: flatcamGUI/ObjectUI.py:1037 flatcamGUI/PreferencesUI.py:3201 +#: flatcamGUI/ObjectUI.py:1037 flatcamGUI/PreferencesUI.py:3215 msgid "Gcode" msgstr "GCode" @@ -7870,7 +7866,7 @@ msgstr "Создать GCode отверстий" msgid "Generate the CNC Job." msgstr "Создание программы для ЧПУ." -#: flatcamGUI/ObjectUI.py:1066 flatcamGUI/PreferencesUI.py:3219 +#: flatcamGUI/ObjectUI.py:1066 flatcamGUI/PreferencesUI.py:3233 msgid "Mill Holes" msgstr "Фрезеровка отверстий" @@ -7884,12 +7880,12 @@ msgstr "" "отверстия, которые должны быть фрезерованы.\n" "Используйте столбец #, чтобы сделать выбор." -#: flatcamGUI/ObjectUI.py:1074 flatcamGUI/PreferencesUI.py:3225 +#: flatcamGUI/ObjectUI.py:1074 flatcamGUI/PreferencesUI.py:3239 msgid "Drill Tool dia" msgstr "Диаметр сверла" -#: flatcamGUI/ObjectUI.py:1076 flatcamGUI/PreferencesUI.py:2029 -#: flatcamGUI/PreferencesUI.py:3227 +#: flatcamGUI/ObjectUI.py:1076 flatcamGUI/PreferencesUI.py:2027 +#: flatcamGUI/PreferencesUI.py:3241 msgid "Diameter of the cutting tool." msgstr "Диаметр режущего инструмента." @@ -7905,11 +7901,11 @@ msgstr "" "Создание объекта Geometry \n" "для траектории фрезерования отверстий." -#: flatcamGUI/ObjectUI.py:1099 flatcamGUI/PreferencesUI.py:3236 +#: flatcamGUI/ObjectUI.py:1099 flatcamGUI/PreferencesUI.py:3250 msgid "Slot Tool dia" msgstr "Диаметр инструмента шлица" -#: flatcamGUI/ObjectUI.py:1101 flatcamGUI/PreferencesUI.py:3238 +#: flatcamGUI/ObjectUI.py:1101 flatcamGUI/PreferencesUI.py:3252 msgid "" "Diameter of the cutting tool\n" "when milling slots." @@ -7929,7 +7925,7 @@ msgstr "" "Создание объекта геометрии\n" "траекторий для инструмента фрезерования пазов." -#: flatcamGUI/ObjectUI.py:1152 flatcamTools/ToolCutOut.py:315 +#: flatcamGUI/ObjectUI.py:1152 flatcamTools/ToolCutOut.py:317 msgid "Geometry Object" msgstr "Объект Geometry" @@ -7968,7 +7964,7 @@ msgid "Plot Object" msgstr "Рисовать объекты" #: flatcamGUI/ObjectUI.py:1217 flatcamGUI/ObjectUI.py:1916 -#: flatcamGUI/ObjectUI.py:1926 flatcamGUI/PreferencesUI.py:7249 +#: flatcamGUI/ObjectUI.py:1926 flatcamGUI/PreferencesUI.py:7241 #: flatcamTools/ToolCopperThieving.py:220 msgid "Dia" msgstr "Диаметр" @@ -8134,13 +8130,13 @@ msgstr "" "Данные, используемые для создания кода.\n" "Каждый инструмент хранит свой собственный набор таких данных." -#: flatcamGUI/ObjectUI.py:1426 flatcamGUI/PreferencesUI.py:3977 -#: flatcamGUI/PreferencesUI.py:5350 flatcamTools/ToolCutOut.py:153 +#: flatcamGUI/ObjectUI.py:1426 flatcamGUI/PreferencesUI.py:3981 +#: flatcamGUI/PreferencesUI.py:5348 flatcamTools/ToolCutOut.py:153 msgid "Multi-Depth" msgstr "Мультипроход" -#: flatcamGUI/ObjectUI.py:1429 flatcamGUI/PreferencesUI.py:3980 -#: flatcamGUI/PreferencesUI.py:5353 flatcamTools/ToolCutOut.py:156 +#: flatcamGUI/ObjectUI.py:1429 flatcamGUI/PreferencesUI.py:3984 +#: flatcamGUI/PreferencesUI.py:5351 flatcamTools/ToolCutOut.py:156 msgid "" "Use multiple passes to limit\n" "the cut depth in each pass. Will\n" @@ -8152,18 +8148,18 @@ msgstr "" "сократить несколько раз, пока Cut Z не станет\n" "достиг." -#: flatcamGUI/ObjectUI.py:1443 flatcamGUI/PreferencesUI.py:5365 +#: flatcamGUI/ObjectUI.py:1443 flatcamGUI/PreferencesUI.py:5363 #: flatcamTools/ToolCutOut.py:170 msgid "Depth of each pass (positive)." msgstr "Глубина каждого прохода (положительный)." -#: flatcamGUI/ObjectUI.py:1454 flatcamGUI/PreferencesUI.py:4012 +#: flatcamGUI/ObjectUI.py:1454 flatcamGUI/PreferencesUI.py:4016 msgid "" "Height of the tool when\n" "moving without cutting." msgstr "Высота отвода инструмента при холостом ходе." -#: flatcamGUI/ObjectUI.py:1481 flatcamGUI/PreferencesUI.py:4033 +#: flatcamGUI/ObjectUI.py:1481 flatcamGUI/PreferencesUI.py:4037 msgid "" "Include tool-change sequence\n" "in the Machine Code (Pause for tool change)." @@ -8171,12 +8167,12 @@ msgstr "" "Включить последовательность смены инструмента\n" "в машинном коде (пауза для смены инструмента)." -#: flatcamGUI/ObjectUI.py:1531 flatcamGUI/PreferencesUI.py:4084 -#: flatcamGUI/PreferencesUI.py:6561 flatcamTools/ToolSolderPaste.py:252 +#: flatcamGUI/ObjectUI.py:1531 flatcamGUI/PreferencesUI.py:4086 +#: flatcamGUI/PreferencesUI.py:6553 flatcamTools/ToolSolderPaste.py:252 msgid "Feedrate X-Y" msgstr "Скорость подачи X-Y" -#: flatcamGUI/ObjectUI.py:1533 flatcamGUI/PreferencesUI.py:4086 +#: flatcamGUI/ObjectUI.py:1533 flatcamGUI/PreferencesUI.py:4088 msgid "" "Cutting speed in the XY\n" "plane in units per minute" @@ -8184,7 +8180,7 @@ msgstr "" "Скорость резания в плоскости XY\n" "в единицах в минуту" -#: flatcamGUI/ObjectUI.py:1547 flatcamGUI/PreferencesUI.py:4101 +#: flatcamGUI/ObjectUI.py:1547 flatcamGUI/PreferencesUI.py:4103 msgid "" "Cutting speed in the XY\n" "plane in units per minute.\n" @@ -8194,7 +8190,7 @@ msgstr "" "самолет в единицах в минуту.\n" "Это называется также Плунге." -#: flatcamGUI/ObjectUI.py:1562 flatcamGUI/PreferencesUI.py:4210 +#: flatcamGUI/ObjectUI.py:1562 flatcamGUI/PreferencesUI.py:4212 msgid "" "Cutting speed in the XY plane\n" "(in units per minute).\n" @@ -8208,12 +8204,12 @@ msgstr "" "Это полезно только для Марлина,\n" "игнорировать для любых других случаев." -#: flatcamGUI/ObjectUI.py:1580 flatcamGUI/PreferencesUI.py:4226 +#: flatcamGUI/ObjectUI.py:1580 flatcamGUI/PreferencesUI.py:4228 msgid "Re-cut" msgstr "Перерезать" #: flatcamGUI/ObjectUI.py:1582 flatcamGUI/ObjectUI.py:1594 -#: flatcamGUI/PreferencesUI.py:4228 flatcamGUI/PreferencesUI.py:4240 +#: flatcamGUI/PreferencesUI.py:4230 flatcamGUI/PreferencesUI.py:4242 msgid "" "In order to remove possible\n" "copper leftovers where first cut\n" @@ -8225,7 +8221,7 @@ msgstr "" "встреча с последним отрезком, мы генерируем\n" "расширенный разрез по первой секции разреза." -#: flatcamGUI/ObjectUI.py:1606 flatcamGUI/PreferencesUI.py:4118 +#: flatcamGUI/ObjectUI.py:1606 flatcamGUI/PreferencesUI.py:4120 msgid "" "Speed of the spindle in RPM (optional).\n" "If LASER preprocessor is used,\n" @@ -8235,12 +8231,7 @@ msgstr "" "Если используется лазерный постпроцессор,\n" "это значение - мощность лазера." -#: flatcamGUI/ObjectUI.py:1640 flatcamGUI/PreferencesUI.py:6650 -#: flatcamTools/ToolSolderPaste.py:334 -msgid "PostProcessor" -msgstr "Постпроцессор" - -#: flatcamGUI/ObjectUI.py:1642 flatcamGUI/PreferencesUI.py:4155 +#: flatcamGUI/ObjectUI.py:1642 flatcamGUI/PreferencesUI.py:4157 msgid "" "The Preprocessor file that dictates\n" "the Machine Code (like GCode, RML, HPGL) output." @@ -8282,7 +8273,7 @@ msgstr "Будет создан объект программы для ЧПУ." msgid "Launch Paint Tool in Tools Tab." msgstr "Запускает инструмент рисования во вкладке Инструменты." -#: flatcamGUI/ObjectUI.py:1734 flatcamGUI/PreferencesUI.py:5528 +#: flatcamGUI/ObjectUI.py:1734 flatcamGUI/PreferencesUI.py:5524 msgid "" "Creates tool paths to cover the\n" "whole area of a polygon (remove\n" @@ -8413,7 +8404,7 @@ msgid "Prepend to CNC Code" msgstr "Добавить в начало CNC Code" #: flatcamGUI/ObjectUI.py:1956 flatcamGUI/ObjectUI.py:1963 -#: flatcamGUI/PreferencesUI.py:4784 flatcamGUI/PreferencesUI.py:4791 +#: flatcamGUI/PreferencesUI.py:4784 msgid "" "Type here any G-Code commands you would\n" "like to add at the beginning of the G-Code file." @@ -8426,7 +8417,7 @@ msgid "Append to CNC Code" msgstr "Дописать в конец CNC Code" #: flatcamGUI/ObjectUI.py:1971 flatcamGUI/ObjectUI.py:1979 -#: flatcamGUI/PreferencesUI.py:4800 flatcamGUI/PreferencesUI.py:4808 +#: flatcamGUI/PreferencesUI.py:4800 msgid "" "Type here any G-Code commands you would\n" "like to append to the generated file.\n" @@ -8462,7 +8453,7 @@ msgstr "" "и иметь \"toolchange_custom\" в имени, и будет построено\n" "используя в качестве шаблона файл постпроцессора \"Tool change Custom\"." -#: flatcamGUI/ObjectUI.py:2011 flatcamGUI/PreferencesUI.py:4861 +#: flatcamGUI/ObjectUI.py:2011 msgid "" "Type here any G-Code commands you would\n" "like to be executed when Toolchange event is encountered.\n" @@ -8502,45 +8493,45 @@ msgstr "" "при смене инструмента.\n" "Они должны быть окружены '%' символом" -#: flatcamGUI/ObjectUI.py:2043 flatcamGUI/PreferencesUI.py:2449 -#: flatcamGUI/PreferencesUI.py:3553 flatcamGUI/PreferencesUI.py:4347 -#: flatcamGUI/PreferencesUI.py:4898 flatcamGUI/PreferencesUI.py:5011 -#: flatcamGUI/PreferencesUI.py:5303 flatcamGUI/PreferencesUI.py:5462 -#: flatcamGUI/PreferencesUI.py:5684 flatcamGUI/PreferencesUI.py:5981 -#: flatcamGUI/PreferencesUI.py:6232 flatcamGUI/PreferencesUI.py:6446 -#: flatcamGUI/PreferencesUI.py:6671 flatcamGUI/PreferencesUI.py:6693 -#: flatcamGUI/PreferencesUI.py:6917 flatcamGUI/PreferencesUI.py:6954 -#: flatcamGUI/PreferencesUI.py:7148 flatcamGUI/PreferencesUI.py:7402 -#: flatcamGUI/PreferencesUI.py:7518 flatcamTools/ToolCopperThieving.py:89 +#: flatcamGUI/ObjectUI.py:2043 flatcamGUI/PreferencesUI.py:2447 +#: flatcamGUI/PreferencesUI.py:3555 flatcamGUI/PreferencesUI.py:4347 +#: flatcamGUI/PreferencesUI.py:4898 flatcamGUI/PreferencesUI.py:5017 +#: flatcamGUI/PreferencesUI.py:5301 flatcamGUI/PreferencesUI.py:5458 +#: flatcamGUI/PreferencesUI.py:5676 flatcamGUI/PreferencesUI.py:5973 +#: flatcamGUI/PreferencesUI.py:6224 flatcamGUI/PreferencesUI.py:6438 +#: flatcamGUI/PreferencesUI.py:6663 flatcamGUI/PreferencesUI.py:6685 +#: flatcamGUI/PreferencesUI.py:6909 flatcamGUI/PreferencesUI.py:6946 +#: flatcamGUI/PreferencesUI.py:7140 flatcamGUI/PreferencesUI.py:7394 +#: flatcamGUI/PreferencesUI.py:7510 flatcamTools/ToolCopperThieving.py:89 #: flatcamTools/ToolFiducials.py:149 flatcamTools/ToolNonCopperClear.py:315 msgid "Parameters" msgstr "Параметры" -#: flatcamGUI/ObjectUI.py:2046 flatcamGUI/PreferencesUI.py:4901 +#: flatcamGUI/ObjectUI.py:2046 flatcamGUI/PreferencesUI.py:4903 msgid "FlatCAM CNC parameters" msgstr "Параметры FlatCAM CNC" -#: flatcamGUI/ObjectUI.py:2047 flatcamGUI/PreferencesUI.py:4902 +#: flatcamGUI/ObjectUI.py:2047 flatcamGUI/PreferencesUI.py:4908 msgid "tool number" msgstr "номер инструмента" -#: flatcamGUI/ObjectUI.py:2048 flatcamGUI/PreferencesUI.py:4903 +#: flatcamGUI/ObjectUI.py:2048 flatcamGUI/PreferencesUI.py:4909 msgid "tool diameter" msgstr "диаметр инструмента" -#: flatcamGUI/ObjectUI.py:2049 flatcamGUI/PreferencesUI.py:4904 +#: flatcamGUI/ObjectUI.py:2049 flatcamGUI/PreferencesUI.py:4910 msgid "for Excellon, total number of drills" msgstr "для Excellon, общее количество сверл" -#: flatcamGUI/ObjectUI.py:2051 flatcamGUI/PreferencesUI.py:4906 +#: flatcamGUI/ObjectUI.py:2051 flatcamGUI/PreferencesUI.py:4912 msgid "X coord for Toolchange" msgstr "Координата X для смены инструмента" -#: flatcamGUI/ObjectUI.py:2052 flatcamGUI/PreferencesUI.py:4907 +#: flatcamGUI/ObjectUI.py:2052 flatcamGUI/PreferencesUI.py:4913 msgid "Y coord for Toolchange" msgstr "Координата Y для смены инструмента" -#: flatcamGUI/ObjectUI.py:2053 flatcamGUI/PreferencesUI.py:4909 +#: flatcamGUI/ObjectUI.py:2053 flatcamGUI/PreferencesUI.py:4915 msgid "Z coord for Toolchange" msgstr "Координата Z для смены инструмента" @@ -8552,11 +8543,11 @@ msgstr "глубина резания" msgid "height where to travel" msgstr "высота перемещения" -#: flatcamGUI/ObjectUI.py:2056 flatcamGUI/PreferencesUI.py:4912 +#: flatcamGUI/ObjectUI.py:2056 flatcamGUI/PreferencesUI.py:4918 msgid "the step value for multidepth cut" msgstr "значение шага для мультипроходного разреза" -#: flatcamGUI/ObjectUI.py:2058 flatcamGUI/PreferencesUI.py:4914 +#: flatcamGUI/ObjectUI.py:2058 flatcamGUI/PreferencesUI.py:4920 msgid "the value for the spindle speed" msgstr "значение скорости вращения шпинделя" @@ -8664,7 +8655,7 @@ msgstr "" "Установка размера вкладки. В пикселях. Значение по умолчанию составляет 80 " "пикселей." -#: flatcamGUI/PlotCanvasLegacy.py:1225 +#: flatcamGUI/PlotCanvasLegacy.py:1254 msgid "" "Could not annotate due of a difference between the number of text elements " "and the number of text positions." @@ -8682,7 +8673,7 @@ msgstr "Тема" #: flatcamGUI/PreferencesUI.py:336 msgid "Select a theme for FlatCAM." -msgstr "Выберите тему для FlatCAM." +msgstr "Выбор темы для FlatCAM." #: flatcamGUI/PreferencesUI.py:340 msgid "Light" @@ -8694,7 +8685,7 @@ msgstr "Тёмная" #: flatcamGUI/PreferencesUI.py:348 msgid "Use Gray Icons" -msgstr "Используйте серые значки" +msgstr "Использовать серые иконки" #: flatcamGUI/PreferencesUI.py:350 msgid "" @@ -8702,9 +8693,9 @@ msgid "" "a lighter (gray) color. To be used when a\n" "full dark theme is applied." msgstr "" -"Установите этот флажок, чтобы использовать набор значков с\n" -"светлый (серый) цвет. Быть использованным когда\n" -"полная темная тема применяется." +"Установите этот флажок, чтобы использовать набор значков\n" +"более светлого (серого) цвета. Используется при применении\n" +"полной тёмной темы." #: flatcamGUI/PreferencesUI.py:356 msgid "Apply Theme" @@ -8744,7 +8735,7 @@ msgstr "" #: flatcamGUI/PreferencesUI.py:406 msgid "Activate HDPI Support" -msgstr "Активировать HDPI" +msgstr "Поддержка HDPI" #: flatcamGUI/PreferencesUI.py:408 msgid "" @@ -8770,7 +8761,7 @@ msgstr "" #: flatcamGUI/PreferencesUI.py:431 msgid "Display Selection Shape" -msgstr "Показать форму выбора" +msgstr "Показывать форму выбора" #: flatcamGUI/PreferencesUI.py:433 msgid "" @@ -8786,11 +8777,11 @@ msgstr "" #: flatcamGUI/PreferencesUI.py:446 msgid "Left-Right Selection Color" -msgstr "Цвет выбора слева-справа" +msgstr "Цвет выделения слева направо" #: flatcamGUI/PreferencesUI.py:449 flatcamGUI/PreferencesUI.py:515 -#: flatcamGUI/PreferencesUI.py:1884 flatcamGUI/PreferencesUI.py:2897 -#: flatcamGUI/PreferencesUI.py:3892 flatcamGUI/PreferencesUI.py:4534 +#: flatcamGUI/PreferencesUI.py:1882 flatcamGUI/PreferencesUI.py:2903 +#: flatcamGUI/PreferencesUI.py:3894 flatcamGUI/PreferencesUI.py:4534 #: flatcamGUI/PreferencesUI.py:4600 flatcamTools/ToolRulesCheck.py:179 msgid "Outline" msgstr "Контур" @@ -8800,10 +8791,10 @@ msgid "Set the line color for the 'left to right' selection box." msgstr "Установит цвет линии для поля выбора \"слева направо\"." #: flatcamGUI/PreferencesUI.py:465 flatcamGUI/PreferencesUI.py:532 -#: flatcamGUI/PreferencesUI.py:1901 flatcamGUI/PreferencesUI.py:2914 +#: flatcamGUI/PreferencesUI.py:1899 flatcamGUI/PreferencesUI.py:2920 #: flatcamGUI/PreferencesUI.py:4551 flatcamGUI/PreferencesUI.py:4617 msgid "Fill" -msgstr "Содержание" +msgstr "Заполнение" #: flatcamGUI/PreferencesUI.py:467 msgid "" @@ -8818,10 +8809,10 @@ msgstr "" "цифры для альфа-уровня (прозрачности)." #: flatcamGUI/PreferencesUI.py:485 flatcamGUI/PreferencesUI.py:552 -#: flatcamGUI/PreferencesUI.py:1920 flatcamGUI/PreferencesUI.py:2933 +#: flatcamGUI/PreferencesUI.py:1918 flatcamGUI/PreferencesUI.py:2939 #: flatcamGUI/PreferencesUI.py:4570 msgid "Alpha" -msgstr "Альфа" +msgstr "Прозрачность" #: flatcamGUI/PreferencesUI.py:487 msgid "Set the fill transparency for the 'left to right' selection box." @@ -8829,7 +8820,7 @@ msgstr "Установит прозрачность заливки для пол #: flatcamGUI/PreferencesUI.py:511 msgid "Right-Left Selection Color" -msgstr "Право-левый цвет выделения" +msgstr "Цвет выделения справа налево" #: flatcamGUI/PreferencesUI.py:517 msgid "Set the line color for the 'right to left' selection box." @@ -8891,16 +8882,19 @@ msgstr "" "Установка цвета элементов в дереве вкладок проекта,\n" "для случая, когда элементы отключены." +#: flatcamGUI/PreferencesUI.py:665 +msgid "Project AutoHide" +msgstr "Автоскрытие боковой панели" + #: flatcamGUI/PreferencesUI.py:667 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 "" -"Установите этот флажок, если требуется, чтобы область вкладки проект / " -"выбранный / инструмент\n" -"скрыть автоматически, когда нет загруженных объектов и\n" -"показывать при создании нового объекта." +"Установите этот флажок, если требуется, чтобы боковая панель\n" +"автоматически скрывалась, когда нет загруженных объектов\n" +"и показывать при создании нового объекта." #: flatcamGUI/PreferencesUI.py:934 msgid "App Settings" @@ -8932,7 +8926,7 @@ msgstr "Максимальный захват" #: flatcamGUI/PreferencesUI.py:998 msgid "Workspace Settings" -msgstr "Настройки рабочего пространства" +msgstr "Настройки рабочей области" #: flatcamGUI/PreferencesUI.py:1001 msgid "Active" @@ -8958,7 +8952,7 @@ msgstr "" msgid "Orientation" msgstr "Ориентация" -#: flatcamGUI/PreferencesUI.py:1078 flatcamGUI/PreferencesUI.py:5892 +#: flatcamGUI/PreferencesUI.py:1078 flatcamGUI/PreferencesUI.py:5884 #: flatcamTools/ToolFilm.py:420 msgid "" "Can be:\n" @@ -8969,19 +8963,19 @@ msgstr "" "- Портрет\n" "- Альбом" -#: flatcamGUI/PreferencesUI.py:1082 flatcamGUI/PreferencesUI.py:5896 +#: flatcamGUI/PreferencesUI.py:1082 flatcamGUI/PreferencesUI.py:5888 #: flatcamTools/ToolFilm.py:424 msgid "Portrait" msgstr "Портретная" -#: flatcamGUI/PreferencesUI.py:1083 flatcamGUI/PreferencesUI.py:5897 +#: flatcamGUI/PreferencesUI.py:1083 flatcamGUI/PreferencesUI.py:5889 #: flatcamTools/ToolFilm.py:425 msgid "Landscape" msgstr "Альбомная" #: flatcamGUI/PreferencesUI.py:1107 msgid "Notebook" -msgstr "Блокнот" +msgstr "Боковая панель" #: flatcamGUI/PreferencesUI.py:1109 msgid "" @@ -8995,7 +8989,7 @@ msgstr "" #: flatcamGUI/PreferencesUI.py:1128 msgid "Axis" -msgstr "Ось" +msgstr "Оси" #: flatcamGUI/PreferencesUI.py:1130 msgid "This sets the font size for canvas axis." @@ -9003,7 +8997,7 @@ msgstr "Это устанавливает размер шрифта для ос #: flatcamGUI/PreferencesUI.py:1147 msgid "Textbox" -msgstr "Текстовое окно" +msgstr "Поле ввода текста" #: flatcamGUI/PreferencesUI.py:1149 msgid "" @@ -9053,7 +9047,7 @@ msgstr "Ширина курсора" #: flatcamGUI/PreferencesUI.py:1210 msgid "Set the line width of the mouse cursor, in pixels." -msgstr "Установите ширину линии курсора мыши в пикселях." +msgstr "Установка размера курсора мыши в пикселях." #: flatcamGUI/PreferencesUI.py:1221 flatcamGUI/PreferencesUI.py:1228 msgid "Cursor Color" @@ -9061,11 +9055,11 @@ msgstr "Цвет курсора" #: flatcamGUI/PreferencesUI.py:1223 msgid "Check this box to color mouse cursor." -msgstr "Установите этот флажок, чтобы закрасить курсор мыши." +msgstr "Установите этот флажок, чтобы окрасить курсор мыши." #: flatcamGUI/PreferencesUI.py:1230 msgid "Set the color of the mouse cursor." -msgstr "Установите цвет курсора мыши." +msgstr "Установка цвета курсора мыши." #: flatcamGUI/PreferencesUI.py:1253 msgid "Pan Button" @@ -9091,7 +9085,7 @@ msgstr "ПКМ" #: flatcamGUI/PreferencesUI.py:1266 msgid "Multiple Selection" -msgstr "Множественный выбор" +msgstr "Мультивыбор" #: flatcamGUI/PreferencesUI.py:1268 msgid "Select the key used for multiple selection." @@ -9139,14 +9133,18 @@ msgstr "" "используемых: либо\n" "путь для сохранения файлов либо путь для открытия файлов." +#: flatcamGUI/PreferencesUI.py:1302 +msgid "Enable ToolTips" +msgstr "Всплывающие подсказки" + #: flatcamGUI/PreferencesUI.py:1304 msgid "" "Check this box if you want to have toolTips displayed\n" "when hovering with mouse over items throughout the App." msgstr "" -"Установите этот флажок, если вы хотите, чтобы всплывающие подсказки " -"отображались\n" -"при наведении курсора мыши на элементы по всему приложению." +"Установите этот флажок, если вы хотите, чтобы отображались всплывающие " +"подсказки \n" +"при наведении курсора мыши на элементы приложения." #: flatcamGUI/PreferencesUI.py:1311 msgid "Allow Machinist Unsafe Settings" @@ -9194,10 +9192,11 @@ msgstr "Выбор GIF-изображения показывающего акт msgid "App Preferences" msgstr "Параметры приложения" -#: flatcamGUI/PreferencesUI.py:1405 flatcamGUI/PreferencesUI.py:1813 -#: flatcamGUI/PreferencesUI.py:2361 flatcamGUI/PreferencesUI.py:3415 -#: flatcamTools/ToolDistance.py:49 flatcamTools/ToolDistanceMin.py:49 -#: flatcamTools/ToolPcbWizard.py:127 flatcamTools/ToolProperties.py:152 +#: flatcamGUI/PreferencesUI.py:1405 flatcamGUI/PreferencesUI.py:1811 +#: flatcamGUI/PreferencesUI.py:2359 flatcamGUI/PreferencesUI.py:2804 +#: flatcamGUI/PreferencesUI.py:3417 flatcamTools/ToolDistance.py:49 +#: flatcamTools/ToolDistanceMin.py:49 flatcamTools/ToolPcbWizard.py:127 +#: flatcamTools/ToolProperties.py:152 msgid "Units" msgstr "Единицы" @@ -9211,9 +9210,9 @@ msgstr "" "Все, что выбрано здесь, устанавливается каждый раз\n" "при запуске FLatCAM." -#: flatcamGUI/PreferencesUI.py:1409 flatcamGUI/PreferencesUI.py:1819 -#: flatcamGUI/PreferencesUI.py:2367 flatcamGUI/PreferencesUI.py:2821 -#: flatcamGUI/PreferencesUI.py:3421 flatcamTools/ToolCalculators.py:62 +#: flatcamGUI/PreferencesUI.py:1409 flatcamGUI/PreferencesUI.py:1817 +#: flatcamGUI/PreferencesUI.py:2365 flatcamGUI/PreferencesUI.py:2815 +#: flatcamGUI/PreferencesUI.py:3423 flatcamTools/ToolCalculators.py:62 #: flatcamTools/ToolPcbWizard.py:126 msgid "MM" msgstr "MM" @@ -9320,63 +9319,63 @@ msgstr "" "Это означает, что файлы настроек будут сохранены\n" "в папке приложения, в подпапке lib \\ config." -#: flatcamGUI/PreferencesUI.py:1493 +#: flatcamGUI/PreferencesUI.py:1491 msgid "Languages" msgstr "Языки" -#: flatcamGUI/PreferencesUI.py:1494 +#: flatcamGUI/PreferencesUI.py:1492 msgid "Set the language used throughout FlatCAM." msgstr "Установите язык, используемый в плоском кулачке." -#: flatcamGUI/PreferencesUI.py:1500 +#: flatcamGUI/PreferencesUI.py:1498 msgid "Apply Language" msgstr "Применить" -#: flatcamGUI/PreferencesUI.py:1501 +#: flatcamGUI/PreferencesUI.py:1499 msgid "" "Set the language used throughout FlatCAM.\n" "The app will restart after click." msgstr "" -"Установите язык, используемый в FlatCAM.\n" -"Приложение будет перезапущено после нажатия." +"Установка языка, используемого в FlatCAM.\n" +"Приложение будет перезапущено после нажатия кнопки." -#: flatcamGUI/PreferencesUI.py:1515 +#: flatcamGUI/PreferencesUI.py:1513 msgid "Startup Settings" msgstr "Настройки запуска" -#: flatcamGUI/PreferencesUI.py:1519 +#: flatcamGUI/PreferencesUI.py:1517 msgid "Splash Screen" msgstr "Заставка" -#: flatcamGUI/PreferencesUI.py:1521 +#: flatcamGUI/PreferencesUI.py:1519 msgid "Enable display of the splash screen at application startup." msgstr "Включает отображение заставки при запуске приложения." -#: flatcamGUI/PreferencesUI.py:1533 +#: flatcamGUI/PreferencesUI.py:1531 msgid "Sys Tray Icon" msgstr "Иконка в системном трее" -#: flatcamGUI/PreferencesUI.py:1535 +#: flatcamGUI/PreferencesUI.py:1533 msgid "Enable display of FlatCAM icon in Sys Tray." msgstr "Включает отображение иконки FlatCAM в системном трее." -#: flatcamGUI/PreferencesUI.py:1540 +#: flatcamGUI/PreferencesUI.py:1538 msgid "Show Shell" -msgstr "Показать оболочку" +msgstr "Показывать командную строку" -#: flatcamGUI/PreferencesUI.py:1542 +#: flatcamGUI/PreferencesUI.py:1540 msgid "" "Check this box if you want the shell to\n" "start automatically at startup." msgstr "" -"Установите этот флажок, если требуется, чтобы оболочка\n" -"запуск автоматически при запуске." +"Установите этот флажок, если требуется, чтобы командная строка\n" +"отображалась при запуске программы." + +#: flatcamGUI/PreferencesUI.py:1547 +msgid "Show Project" +msgstr "Показывать Проект" #: flatcamGUI/PreferencesUI.py:1549 -msgid "Show Project" -msgstr "Показать Проект" - -#: flatcamGUI/PreferencesUI.py:1551 msgid "" "Check this box if you want the project/selected/tool tab area to\n" "to be shown automatically at startup." @@ -9384,11 +9383,11 @@ msgstr "" "Установите этот флажок, если требуется, чтобы боковая панель\n" "автоматически отображалась при запуске." -#: flatcamGUI/PreferencesUI.py:1557 +#: flatcamGUI/PreferencesUI.py:1555 msgid "Version Check" msgstr "Проверять обновления" -#: flatcamGUI/PreferencesUI.py:1559 +#: flatcamGUI/PreferencesUI.py:1557 msgid "" "Check this box if you want to check\n" "for a new version automatically at startup." @@ -9396,23 +9395,23 @@ msgstr "" "Установите этот флажок, если вы хотите автоматически\n" "проверять обновление программы при запуске." -#: flatcamGUI/PreferencesUI.py:1566 +#: flatcamGUI/PreferencesUI.py:1564 msgid "Send Statistics" -msgstr "Отправить статистику" +msgstr "Отправлять статистику" -#: flatcamGUI/PreferencesUI.py:1568 +#: flatcamGUI/PreferencesUI.py:1566 msgid "" "Check this box if you agree to send anonymous\n" "stats automatically at startup, to help improve FlatCAM." msgstr "" "Установите этот флажок, если вы согласны автоматически отправлять\n" -"анонимную статистику при запуске, чтобы помочь улучшить FlatCAM." +"анонимную статистику при запуске программы для улучшения FlatCAM." -#: flatcamGUI/PreferencesUI.py:1582 +#: flatcamGUI/PreferencesUI.py:1580 msgid "Workers number" msgstr "Обработчики" -#: flatcamGUI/PreferencesUI.py:1584 flatcamGUI/PreferencesUI.py:1593 +#: flatcamGUI/PreferencesUI.py:1582 flatcamGUI/PreferencesUI.py:1591 msgid "" "The number of Qthreads made available to the App.\n" "A bigger number may finish the jobs more quickly but\n" @@ -9428,11 +9427,11 @@ msgstr "" "Значение по умолчанию-2.\n" "После изменения, он будет применяться при следующем запуске приложения." -#: flatcamGUI/PreferencesUI.py:1606 +#: flatcamGUI/PreferencesUI.py:1604 msgid "Geo Tolerance" msgstr "Допуск геометрии" -#: flatcamGUI/PreferencesUI.py:1608 flatcamGUI/PreferencesUI.py:1617 +#: flatcamGUI/PreferencesUI.py:1606 flatcamGUI/PreferencesUI.py:1615 msgid "" "This value can counter the effect of the Circle Steps\n" "parameter. Default value is 0.01.\n" @@ -9448,15 +9447,15 @@ msgstr "" "спектакль. Более высокое значение обеспечит больше\n" "производительность за счет уровня детализации." -#: flatcamGUI/PreferencesUI.py:1636 +#: flatcamGUI/PreferencesUI.py:1634 msgid "Save Settings" -msgstr "Настройки для сохранения" +msgstr "Сохранить настройки" -#: flatcamGUI/PreferencesUI.py:1640 +#: flatcamGUI/PreferencesUI.py:1638 msgid "Save Compressed Project" msgstr "Сохранить сжатый проект" -#: flatcamGUI/PreferencesUI.py:1642 +#: flatcamGUI/PreferencesUI.py:1640 msgid "" "Whether to save a compressed or uncompressed project.\n" "When checked it will save a compressed FlatCAM project." @@ -9464,11 +9463,11 @@ msgstr "" "Сохранять ли проект сжатым или несжатым.\n" "Если этот флажок установлен, он сохранит сжатый проект FlatCAM." -#: flatcamGUI/PreferencesUI.py:1651 +#: flatcamGUI/PreferencesUI.py:1649 msgid "Compression" msgstr "Сжатие" -#: flatcamGUI/PreferencesUI.py:1653 +#: flatcamGUI/PreferencesUI.py:1651 msgid "" "The level of compression used when saving\n" "a FlatCAM project. Higher value means better compression\n" @@ -9478,62 +9477,62 @@ msgstr "" "Более высокое значение означает более высокую степень сжатия,\n" "но требуют больше памяти и больше времени на обработку." -#: flatcamGUI/PreferencesUI.py:1673 +#: flatcamGUI/PreferencesUI.py:1671 msgid "Text to PDF parameters" -msgstr "Параметры текста в PDF" +msgstr "Параметры преобразования текста в PDF" -#: flatcamGUI/PreferencesUI.py:1675 +#: flatcamGUI/PreferencesUI.py:1673 msgid "Used when saving text in Code Editor or in FlatCAM Document objects." msgstr "" -"Используется при сохранении текста в редакторе кода или в объектах документа " -"FlatCAM." +"Используется при сохранении текста в редакторе кода или в объектах FlatCAM " +"Document." + +#: flatcamGUI/PreferencesUI.py:1682 +msgid "Top Margin" +msgstr "Верхняя граница" #: flatcamGUI/PreferencesUI.py:1684 -msgid "Top Margin" -msgstr "Верхний край" - -#: flatcamGUI/PreferencesUI.py:1686 msgid "Distance between text body and the top of the PDF file." -msgstr "Расстояние между текстом и вершиной файла PDF." +msgstr "Расстояние между текстом и верхней частью PDF-файла." + +#: flatcamGUI/PreferencesUI.py:1695 +msgid "Bottom Margin" +msgstr "Нижняя граница" #: flatcamGUI/PreferencesUI.py:1697 -msgid "Bottom Margin" -msgstr "Нижняя край" - -#: flatcamGUI/PreferencesUI.py:1699 msgid "Distance between text body and the bottom of the PDF file." -msgstr "Расстояние между текстом и нижней частью файла PDF." +msgstr "Расстояние между текстом и нижней частью PDF-файла." + +#: flatcamGUI/PreferencesUI.py:1708 +msgid "Left Margin" +msgstr "Левая граница" #: flatcamGUI/PreferencesUI.py:1710 -msgid "Left Margin" -msgstr "Левое край" - -#: flatcamGUI/PreferencesUI.py:1712 msgid "Distance between text body and the left of the PDF file." -msgstr "Расстояние между телом текста и левой частью файла PDF." +msgstr "Расстояние между текстом и левой частью PDF-файла." + +#: flatcamGUI/PreferencesUI.py:1721 +msgid "Right Margin" +msgstr "Правая граница" #: flatcamGUI/PreferencesUI.py:1723 -msgid "Right Margin" -msgstr "Правая край" - -#: flatcamGUI/PreferencesUI.py:1725 msgid "Distance between text body and the right of the PDF file." -msgstr "Расстояние между текстом и правом файла PDF." +msgstr "Расстояние между текстом и правой частью PDF-файла." -#: flatcamGUI/PreferencesUI.py:1758 +#: flatcamGUI/PreferencesUI.py:1756 msgid "Gerber General" msgstr "Gerber основные" -#: flatcamGUI/PreferencesUI.py:1776 +#: flatcamGUI/PreferencesUI.py:1774 msgid "M-Color" msgstr "Разноцветные" -#: flatcamGUI/PreferencesUI.py:1790 flatcamGUI/PreferencesUI.py:3857 -#: flatcamGUI/PreferencesUI.py:4442 flatcamGUI/PreferencesUI.py:7156 +#: flatcamGUI/PreferencesUI.py:1788 flatcamGUI/PreferencesUI.py:3859 +#: flatcamGUI/PreferencesUI.py:4442 flatcamGUI/PreferencesUI.py:7148 msgid "Circle Steps" msgstr "Шаг круга" -#: flatcamGUI/PreferencesUI.py:1792 +#: flatcamGUI/PreferencesUI.py:1790 msgid "" "The number of circle steps for Gerber \n" "circular aperture linear approximation." @@ -9541,11 +9540,11 @@ msgstr "" "Количество шагов круга для Gerber \n" "линейное приближение круговой апертуры." -#: flatcamGUI/PreferencesUI.py:1804 +#: flatcamGUI/PreferencesUI.py:1802 msgid "Default Values" msgstr "Значения по умолчанию" -#: flatcamGUI/PreferencesUI.py:1806 +#: flatcamGUI/PreferencesUI.py:1804 msgid "" "Those values will be used as fallback values\n" "in case that they are not found in the Gerber file." @@ -9553,25 +9552,25 @@ msgstr "" "Эти значения будут использоваться в качестве резервных значений\n" "в случае, если они не найдены в файле Gerber." -#: flatcamGUI/PreferencesUI.py:1815 flatcamGUI/PreferencesUI.py:1821 -#: flatcamGUI/PreferencesUI.py:2363 flatcamGUI/PreferencesUI.py:2369 +#: flatcamGUI/PreferencesUI.py:1813 flatcamGUI/PreferencesUI.py:1819 +#: flatcamGUI/PreferencesUI.py:2361 flatcamGUI/PreferencesUI.py:2367 msgid "The units used in the Gerber file." msgstr "Единицы измерения, используемые в файле Gerber." -#: flatcamGUI/PreferencesUI.py:1818 flatcamGUI/PreferencesUI.py:2366 -#: flatcamGUI/PreferencesUI.py:2722 flatcamGUI/PreferencesUI.py:2820 -#: flatcamGUI/PreferencesUI.py:3420 flatcamTools/ToolCalculators.py:61 +#: flatcamGUI/PreferencesUI.py:1816 flatcamGUI/PreferencesUI.py:2364 +#: flatcamGUI/PreferencesUI.py:2728 flatcamGUI/PreferencesUI.py:2814 +#: flatcamGUI/PreferencesUI.py:3422 flatcamTools/ToolCalculators.py:61 #: flatcamTools/ToolPcbWizard.py:125 msgid "INCH" msgstr "ДЮЙМЫ" -#: flatcamGUI/PreferencesUI.py:1828 flatcamGUI/PreferencesUI.py:2415 -#: flatcamGUI/PreferencesUI.py:3488 +#: flatcamGUI/PreferencesUI.py:1826 flatcamGUI/PreferencesUI.py:2413 +#: flatcamGUI/PreferencesUI.py:2786 flatcamGUI/PreferencesUI.py:3490 msgid "Zeros" msgstr "Нули" -#: flatcamGUI/PreferencesUI.py:1831 flatcamGUI/PreferencesUI.py:1841 -#: flatcamGUI/PreferencesUI.py:2418 flatcamGUI/PreferencesUI.py:2428 +#: flatcamGUI/PreferencesUI.py:1829 flatcamGUI/PreferencesUI.py:1839 +#: flatcamGUI/PreferencesUI.py:2416 flatcamGUI/PreferencesUI.py:2426 msgid "" "This sets the type of Gerber zeros.\n" "If LZ then Leading Zeros are removed and\n" @@ -9585,23 +9584,23 @@ msgstr "" "Если TZ отмечен, то завершающие нули удаляются\n" "и ведущие нули сохраняются." -#: flatcamGUI/PreferencesUI.py:1838 flatcamGUI/PreferencesUI.py:2425 -#: flatcamGUI/PreferencesUI.py:2796 flatcamGUI/PreferencesUI.py:3498 +#: flatcamGUI/PreferencesUI.py:1836 flatcamGUI/PreferencesUI.py:2423 +#: flatcamGUI/PreferencesUI.py:2799 flatcamGUI/PreferencesUI.py:3500 #: flatcamTools/ToolPcbWizard.py:111 msgid "LZ" msgstr "LZ" -#: flatcamGUI/PreferencesUI.py:1839 flatcamGUI/PreferencesUI.py:2426 -#: flatcamGUI/PreferencesUI.py:2797 flatcamGUI/PreferencesUI.py:3499 +#: flatcamGUI/PreferencesUI.py:1837 flatcamGUI/PreferencesUI.py:2424 +#: flatcamGUI/PreferencesUI.py:2800 flatcamGUI/PreferencesUI.py:3501 #: flatcamTools/ToolPcbWizard.py:112 msgid "TZ" msgstr "TZ" -#: flatcamGUI/PreferencesUI.py:1857 +#: flatcamGUI/PreferencesUI.py:1855 msgid "Clean Apertures" -msgstr "Очистите апертуры" +msgstr "Очистить отверстия" -#: flatcamGUI/PreferencesUI.py:1859 +#: flatcamGUI/PreferencesUI.py:1857 msgid "" "Will remove apertures that do not have geometry\n" "thus lowering the number of apertures in the Gerber object." @@ -9609,32 +9608,32 @@ msgstr "" "Будут удалены отверстия, которые не имеют геометрии\n" "тем самым уменьшая количество отверстий в объекте Гербера." -#: flatcamGUI/PreferencesUI.py:1865 +#: flatcamGUI/PreferencesUI.py:1863 msgid "Polarity change buffer" -msgstr "Буфер изменения полярности" +msgstr "Изменение полярности буфера" -#: flatcamGUI/PreferencesUI.py:1867 +#: flatcamGUI/PreferencesUI.py:1865 msgid "" "Will apply extra buffering for the\n" "solid geometry when we have polarity changes.\n" "May help loading Gerber files that otherwise\n" "do not load correctly." msgstr "" -"Будет применять дополнительную буферизацию для\n" -"геометрия твердого тела, когда у нас есть изменения полярности.\n" +"Будет применяться дополнительная буферизация для\n" +"геометрии твердого тела, когда у нас есть изменения полярности.\n" "Может помочь при загрузке файлов Gerber, которые в противном случае\n" "не загружается правильно." -#: flatcamGUI/PreferencesUI.py:1880 +#: flatcamGUI/PreferencesUI.py:1878 msgid "Gerber Object Color" msgstr "Цвет объекта Gerber" -#: flatcamGUI/PreferencesUI.py:1886 flatcamGUI/PreferencesUI.py:2899 -#: flatcamGUI/PreferencesUI.py:3894 +#: flatcamGUI/PreferencesUI.py:1884 flatcamGUI/PreferencesUI.py:2905 +#: flatcamGUI/PreferencesUI.py:3896 msgid "Set the line color for plotted objects." msgstr "Установит цвет линии для построенных объектов." -#: flatcamGUI/PreferencesUI.py:1903 flatcamGUI/PreferencesUI.py:2916 +#: flatcamGUI/PreferencesUI.py:1901 flatcamGUI/PreferencesUI.py:2922 #: flatcamGUI/PreferencesUI.py:4553 flatcamGUI/PreferencesUI.py:4619 msgid "" "Set the fill color for plotted objects.\n" @@ -9645,34 +9644,34 @@ msgstr "" "Первые 6 цифр-это цвет, а последние 2\n" "цифры для альфа-уровня (прозрачности)." -#: flatcamGUI/PreferencesUI.py:1922 flatcamGUI/PreferencesUI.py:2935 +#: flatcamGUI/PreferencesUI.py:1920 flatcamGUI/PreferencesUI.py:2941 #: flatcamGUI/PreferencesUI.py:4572 msgid "Set the fill transparency for plotted objects." msgstr "Установит прозрачность заливки для построенных объектов." -#: flatcamGUI/PreferencesUI.py:2013 +#: flatcamGUI/PreferencesUI.py:2011 msgid "Gerber Options" msgstr "Параметры Gerber" -#: flatcamGUI/PreferencesUI.py:2087 flatcamGUI/PreferencesUI.py:4379 -#: flatcamGUI/PreferencesUI.py:5114 flatcamTools/ToolNonCopperClear.py:170 +#: flatcamGUI/PreferencesUI.py:2085 flatcamGUI/PreferencesUI.py:4379 +#: flatcamGUI/PreferencesUI.py:5120 flatcamTools/ToolNonCopperClear.py:170 msgid "Conv." msgstr "Обычный" -#: flatcamGUI/PreferencesUI.py:2091 +#: flatcamGUI/PreferencesUI.py:2089 msgid "Combine Passes" msgstr "Объединять проходы" -#: flatcamGUI/PreferencesUI.py:2179 +#: flatcamGUI/PreferencesUI.py:2177 msgid "Gerber Adv. Options" msgstr "Gerber дополнительные" -#: flatcamGUI/PreferencesUI.py:2183 flatcamGUI/PreferencesUI.py:3273 -#: flatcamGUI/PreferencesUI.py:4177 +#: flatcamGUI/PreferencesUI.py:2181 flatcamGUI/PreferencesUI.py:3278 +#: flatcamGUI/PreferencesUI.py:4179 msgid "Advanced Options" msgstr "Дополнительные настройки" -#: flatcamGUI/PreferencesUI.py:2185 +#: flatcamGUI/PreferencesUI.py:2183 msgid "" "A list of Gerber advanced parameters.\n" "Those parameters are available only for\n" @@ -9682,11 +9681,11 @@ msgstr "" "Эти параметры доступны только для\n" "расширенного режима приложения." -#: flatcamGUI/PreferencesUI.py:2204 +#: flatcamGUI/PreferencesUI.py:2202 msgid "Table Show/Hide" msgstr "Таблица вкл/откл" -#: flatcamGUI/PreferencesUI.py:2206 +#: flatcamGUI/PreferencesUI.py:2204 msgid "" "Toggle the display of the Gerber Apertures Table.\n" "Also, on hide, it will delete all mark shapes\n" @@ -9696,15 +9695,15 @@ msgstr "" "Кроме того, при скрытии он удалит все фигуры меток\n" "которые нарисованы на холсте." -#: flatcamGUI/PreferencesUI.py:2286 +#: flatcamGUI/PreferencesUI.py:2284 msgid "Exterior" msgstr "Внешняя" -#: flatcamGUI/PreferencesUI.py:2287 +#: flatcamGUI/PreferencesUI.py:2285 msgid "Interior" msgstr "Внутренняя" -#: flatcamGUI/PreferencesUI.py:2300 +#: flatcamGUI/PreferencesUI.py:2298 msgid "" "Buffering type:\n" "- None --> best performance, fast file loading but no so good display\n" @@ -9718,19 +9717,19 @@ msgstr "" "умолчанию.\n" "<< ПРЕДУПРЕЖДЕНИЕ >>: не меняйте это, если не знаете, что делаете !!!" -#: flatcamGUI/PreferencesUI.py:2305 flatcamGUI/PreferencesUI.py:5860 -#: flatcamGUI/PreferencesUI.py:7454 flatcamTools/ToolFiducials.py:201 +#: flatcamGUI/PreferencesUI.py:2303 flatcamGUI/PreferencesUI.py:5852 +#: flatcamGUI/PreferencesUI.py:7446 flatcamTools/ToolFiducials.py:201 #: flatcamTools/ToolFilm.py:255 flatcamTools/ToolProperties.py:411 #: flatcamTools/ToolProperties.py:426 flatcamTools/ToolProperties.py:429 #: flatcamTools/ToolProperties.py:432 flatcamTools/ToolProperties.py:456 msgid "None" msgstr "Нет" -#: flatcamGUI/PreferencesUI.py:2311 +#: flatcamGUI/PreferencesUI.py:2309 msgid "Simplify" msgstr "Упрощение" -#: flatcamGUI/PreferencesUI.py:2313 +#: flatcamGUI/PreferencesUI.py:2311 msgid "" "When checked all the Gerber polygons will be\n" "loaded with simplification having a set tolerance.\n" @@ -9740,23 +9739,23 @@ msgstr "" "загружается с упрощением, имеющим заданный допуск.\n" "<< ВНИМАНИЕ >>: не изменяйте это, если вы не знаете, что делаете !!!" -#: flatcamGUI/PreferencesUI.py:2320 +#: flatcamGUI/PreferencesUI.py:2318 msgid "Tolerance" msgstr "Допуск" -#: flatcamGUI/PreferencesUI.py:2321 +#: flatcamGUI/PreferencesUI.py:2319 msgid "Tolerance for polygon simplification." msgstr "Допуск для упрощения полигонов." -#: flatcamGUI/PreferencesUI.py:2346 +#: flatcamGUI/PreferencesUI.py:2344 msgid "Gerber Export" msgstr "Экспорт Gerber" -#: flatcamGUI/PreferencesUI.py:2350 flatcamGUI/PreferencesUI.py:3404 +#: flatcamGUI/PreferencesUI.py:2348 flatcamGUI/PreferencesUI.py:3406 msgid "Export Options" msgstr "Параметры экспорта" -#: flatcamGUI/PreferencesUI.py:2352 +#: flatcamGUI/PreferencesUI.py:2350 msgid "" "The parameters set here are used in the file exported\n" "when using the File -> Export -> Export Gerber menu entry." @@ -9764,11 +9763,11 @@ msgstr "" "Заданные здесь параметры используются в экспортированном файле\n" "при использовании пункта меню File -> Export -> Export Gerber." -#: flatcamGUI/PreferencesUI.py:2375 flatcamGUI/PreferencesUI.py:3429 +#: flatcamGUI/PreferencesUI.py:2373 flatcamGUI/PreferencesUI.py:3431 msgid "Int/Decimals" msgstr "Целое число / десятичные дроби" -#: flatcamGUI/PreferencesUI.py:2377 +#: flatcamGUI/PreferencesUI.py:2375 msgid "" "The number of digits in the whole part of the number\n" "and in the fractional part of the number." @@ -9776,7 +9775,7 @@ msgstr "" "Количество цифр в целой части числа\n" "и в дробной части числа." -#: flatcamGUI/PreferencesUI.py:2390 +#: flatcamGUI/PreferencesUI.py:2388 msgid "" "This numbers signify the number of digits in\n" "the whole part of Gerber coordinates." @@ -9784,7 +9783,7 @@ msgstr "" "Эти числа обозначают количество цифр в\n" "вся часть координат Gerber." -#: flatcamGUI/PreferencesUI.py:2406 +#: flatcamGUI/PreferencesUI.py:2404 msgid "" "This numbers signify the number of digits in\n" "the decimal part of Gerber coordinates." @@ -9792,16 +9791,16 @@ msgstr "" "Эти числа обозначают количество цифр в\n" "десятичная часть координат Gerber." -#: flatcamGUI/PreferencesUI.py:2451 +#: flatcamGUI/PreferencesUI.py:2449 msgid "A list of Gerber Editor parameters." msgstr "Список параметров редактора Gerber." -#: flatcamGUI/PreferencesUI.py:2459 flatcamGUI/PreferencesUI.py:3563 -#: flatcamGUI/PreferencesUI.py:4357 flatcamGUI/PreferencesUI.py:7117 +#: flatcamGUI/PreferencesUI.py:2457 flatcamGUI/PreferencesUI.py:3565 +#: flatcamGUI/PreferencesUI.py:4357 flatcamGUI/PreferencesUI.py:7109 msgid "Selection limit" msgstr "Ограничение выбора" -#: flatcamGUI/PreferencesUI.py:2461 +#: flatcamGUI/PreferencesUI.py:2459 msgid "" "Set the number of selected Gerber geometry\n" "items above which the utility geometry\n" @@ -9815,23 +9814,23 @@ msgstr "" "Увеличивает производительность при перемещении\n" "большое количество геометрических элементов." -#: flatcamGUI/PreferencesUI.py:2474 +#: flatcamGUI/PreferencesUI.py:2472 msgid "New Aperture code" msgstr "Новый код диафрагмы" -#: flatcamGUI/PreferencesUI.py:2487 +#: flatcamGUI/PreferencesUI.py:2485 msgid "New Aperture size" msgstr "Новый размер диафрагмы" -#: flatcamGUI/PreferencesUI.py:2489 +#: flatcamGUI/PreferencesUI.py:2487 msgid "Size for the new aperture" msgstr "Размер для новой диафрагмы" -#: flatcamGUI/PreferencesUI.py:2500 +#: flatcamGUI/PreferencesUI.py:2498 msgid "New Aperture type" msgstr "Новый тип диафрагмы" -#: flatcamGUI/PreferencesUI.py:2502 +#: flatcamGUI/PreferencesUI.py:2500 msgid "" "Type for the new aperture.\n" "Can be 'C', 'R' or 'O'." @@ -9839,35 +9838,35 @@ msgstr "" "Введите для новой диафрагмы.\n" "Может быть «C», «R» или «O»." -#: flatcamGUI/PreferencesUI.py:2524 +#: flatcamGUI/PreferencesUI.py:2522 msgid "Aperture Dimensions" msgstr "Разм. диафрагмы" -#: flatcamGUI/PreferencesUI.py:2526 flatcamGUI/PreferencesUI.py:3875 -#: flatcamGUI/PreferencesUI.py:5023 +#: flatcamGUI/PreferencesUI.py:2524 flatcamGUI/PreferencesUI.py:3877 +#: flatcamGUI/PreferencesUI.py:5029 msgid "Diameters of the cutting tools, separated by ','" msgstr "Диаметры режущих инструментов, разделенные знаком ','" -#: flatcamGUI/PreferencesUI.py:2532 +#: flatcamGUI/PreferencesUI.py:2530 msgid "Linear Pad Array" msgstr "Линейный массив площадок" -#: flatcamGUI/PreferencesUI.py:2536 flatcamGUI/PreferencesUI.py:3607 -#: flatcamGUI/PreferencesUI.py:3755 +#: flatcamGUI/PreferencesUI.py:2534 flatcamGUI/PreferencesUI.py:3609 +#: flatcamGUI/PreferencesUI.py:3757 msgid "Linear Direction" msgstr "Линейное направление" -#: flatcamGUI/PreferencesUI.py:2576 +#: flatcamGUI/PreferencesUI.py:2574 msgid "Circular Pad Array" msgstr "Круговая матрица" -#: flatcamGUI/PreferencesUI.py:2580 flatcamGUI/PreferencesUI.py:3653 -#: flatcamGUI/PreferencesUI.py:3803 +#: flatcamGUI/PreferencesUI.py:2578 flatcamGUI/PreferencesUI.py:3655 +#: flatcamGUI/PreferencesUI.py:3805 msgid "Circular Direction" msgstr "Круговое направление" -#: flatcamGUI/PreferencesUI.py:2582 flatcamGUI/PreferencesUI.py:3655 -#: flatcamGUI/PreferencesUI.py:3805 +#: flatcamGUI/PreferencesUI.py:2580 flatcamGUI/PreferencesUI.py:3657 +#: flatcamGUI/PreferencesUI.py:3807 msgid "" "Direction for circular array.\n" "Can be CW = clockwise or CCW = counter clockwise." @@ -9875,48 +9874,48 @@ msgstr "" "Направление для кругового массива.\n" "Может быть CW = по часовой стрелке или CCW = против часовой стрелки." -#: flatcamGUI/PreferencesUI.py:2593 flatcamGUI/PreferencesUI.py:3666 -#: flatcamGUI/PreferencesUI.py:3816 +#: flatcamGUI/PreferencesUI.py:2591 flatcamGUI/PreferencesUI.py:3668 +#: flatcamGUI/PreferencesUI.py:3818 msgid "Circular Angle" msgstr "Угол закругления" -#: flatcamGUI/PreferencesUI.py:2612 +#: flatcamGUI/PreferencesUI.py:2610 msgid "Distance at which to buffer the Gerber element." msgstr "Расстояние, на котором буферизуется элемент Gerber." -#: flatcamGUI/PreferencesUI.py:2621 +#: flatcamGUI/PreferencesUI.py:2619 msgid "Scale Tool" msgstr "Масштаб" -#: flatcamGUI/PreferencesUI.py:2627 +#: flatcamGUI/PreferencesUI.py:2625 msgid "Factor to scale the Gerber element." msgstr "Коэффициент масштабирования для элемента Gerber." -#: flatcamGUI/PreferencesUI.py:2640 +#: flatcamGUI/PreferencesUI.py:2638 msgid "Threshold low" msgstr "Низкий порог" -#: flatcamGUI/PreferencesUI.py:2642 +#: flatcamGUI/PreferencesUI.py:2640 msgid "Threshold value under which the apertures are not marked." msgstr "Пороговое значение, ниже которого отверстия не отмечены." -#: flatcamGUI/PreferencesUI.py:2652 +#: flatcamGUI/PreferencesUI.py:2650 msgid "Threshold high" msgstr "Высокий порог" -#: flatcamGUI/PreferencesUI.py:2654 +#: flatcamGUI/PreferencesUI.py:2652 msgid "Threshold value over which the apertures are not marked." msgstr "Пороговое значение, выше которого отверстия не отмечены." -#: flatcamGUI/PreferencesUI.py:2672 +#: flatcamGUI/PreferencesUI.py:2670 msgid "Excellon General" msgstr "Excellon основные" -#: flatcamGUI/PreferencesUI.py:2695 +#: flatcamGUI/PreferencesUI.py:2703 msgid "Excellon Format" msgstr "Формат Excellon" -#: flatcamGUI/PreferencesUI.py:2697 +#: flatcamGUI/PreferencesUI.py:2705 msgid "" "The NC drill files, usually named Excellon files\n" "are files that can be found in different formats.\n" @@ -9957,12 +9956,12 @@ msgstr "" "Sprint Layout 2:4 INCH LZ\n" "KiCAD 3:5 INCH TZ" -#: flatcamGUI/PreferencesUI.py:2725 +#: flatcamGUI/PreferencesUI.py:2729 msgid "Default values for INCH are 2:4" msgstr "Значения по умолчанию для ДЮЙМОВОЙ 2:4" -#: flatcamGUI/PreferencesUI.py:2732 flatcamGUI/PreferencesUI.py:2763 -#: flatcamGUI/PreferencesUI.py:3443 +#: flatcamGUI/PreferencesUI.py:2736 flatcamGUI/PreferencesUI.py:2765 +#: flatcamGUI/PreferencesUI.py:3445 msgid "" "This numbers signify the number of digits in\n" "the whole part of Excellon coordinates." @@ -9970,8 +9969,8 @@ msgstr "" "Эти числа обозначают количество цифр в\n" "целая часть Excellon координат." -#: flatcamGUI/PreferencesUI.py:2745 flatcamGUI/PreferencesUI.py:2776 -#: flatcamGUI/PreferencesUI.py:3456 +#: flatcamGUI/PreferencesUI.py:2749 flatcamGUI/PreferencesUI.py:2778 +#: flatcamGUI/PreferencesUI.py:3458 msgid "" "This numbers signify the number of digits in\n" "the decimal part of Excellon coordinates." @@ -9979,53 +9978,32 @@ msgstr "" "Эти числа обозначают количество цифр в\n" "десятичная часть Excellon координат." -#: flatcamGUI/PreferencesUI.py:2753 +#: flatcamGUI/PreferencesUI.py:2757 msgid "METRIC" msgstr "МЕТРИЧЕСКАЯ" -#: flatcamGUI/PreferencesUI.py:2756 +#: flatcamGUI/PreferencesUI.py:2758 msgid "Default values for METRIC are 3:3" msgstr "Значения по умолчанию для МЕТРИЧЕСКОЙ 3: 3" -#: flatcamGUI/PreferencesUI.py:2785 -msgid "Default Zeros" -msgstr "Умолчания Нули" - -#: flatcamGUI/PreferencesUI.py:2788 flatcamGUI/PreferencesUI.py:3491 +#: flatcamGUI/PreferencesUI.py:2789 msgid "" "This sets the type of Excellon zeros.\n" "If LZ then Leading Zeros are kept and\n" "Trailing Zeros are removed.\n" "If TZ is checked then Trailing Zeros are kept\n" -"and Leading Zeros are removed." +"and Leading Zeros are removed.\n" +"\n" +"This is used when there is no information\n" +"stored in the Excellon file." msgstr "" "Задает тип нулей Excellon.\n" "Если LZ, то ведущие нули сохраняются и\n" -"Конечные нули удаляются.\n" +"конечные нули удаляются.\n" "Если TZ установлен, то конечные нули сохраняются\n" "и ведущие нули удаляются." -#: flatcamGUI/PreferencesUI.py:2799 -msgid "" -"This sets the default type of Excellon zeros.\n" -"If it is not detected in the parsed file the value here\n" -"will be used.If LZ then Leading Zeros are kept and\n" -"Trailing Zeros are removed.\n" -"If TZ is checked then Trailing Zeros are kept\n" -"and Leading Zeros are removed." -msgstr "" -"Задает тип по умолчанию нулей Excellon.\n" -"Если он не обнаружен в анализируемом файле, значение здесь\n" -"будем использовать.Если LZ, то ведущие нули сохраняются и\n" -"Конечные нули удаляются.\n" -"Если TZ установлен, то конечные нули сохраняются\n" -"и ведущие нули удаляются." - -#: flatcamGUI/PreferencesUI.py:2809 -msgid "Default Units" -msgstr "Умолчания Единицы" - -#: flatcamGUI/PreferencesUI.py:2812 +#: flatcamGUI/PreferencesUI.py:2807 msgid "" "This sets the default units of Excellon files.\n" "If it is not detected in the parsed file the value here\n" @@ -10037,7 +10015,7 @@ msgstr "" "будем использовать.Некоторые файлы Excellon не имеют заголовка\n" "поэтому этот параметр будет использоваться." -#: flatcamGUI/PreferencesUI.py:2823 +#: flatcamGUI/PreferencesUI.py:2817 msgid "" "This sets the units of Excellon files.\n" "Some Excellon files don't have an header\n" @@ -10047,19 +10025,19 @@ msgstr "" "Некоторые файлы Excellon не имеют заголовка\n" "поэтому этот параметр будет использоваться." -#: flatcamGUI/PreferencesUI.py:2829 +#: flatcamGUI/PreferencesUI.py:2825 msgid "Update Export settings" msgstr "Обновить настройки экспорта" -#: flatcamGUI/PreferencesUI.py:2837 +#: flatcamGUI/PreferencesUI.py:2842 msgid "Excellon Optimization" msgstr "Оптимизация Excellon" -#: flatcamGUI/PreferencesUI.py:2840 +#: flatcamGUI/PreferencesUI.py:2845 msgid "Algorithm:" msgstr "Алгоритм:" -#: flatcamGUI/PreferencesUI.py:2842 flatcamGUI/PreferencesUI.py:2859 +#: flatcamGUI/PreferencesUI.py:2847 flatcamGUI/PreferencesUI.py:2863 msgid "" "This sets the optimization type for the Excellon drill path.\n" "If <> is checked then Google OR-Tools algorithm with\n" @@ -10084,19 +10062,20 @@ msgstr "" "используется\n" "алгоритм Travelling Salesman для оптимизации пути." -#: flatcamGUI/PreferencesUI.py:2854 +#: flatcamGUI/PreferencesUI.py:2858 msgid "MetaHeuristic" msgstr "Метаэвристический" -#: flatcamGUI/PreferencesUI.py:2856 +#: flatcamGUI/PreferencesUI.py:2860 msgid "TSA" msgstr "TSA" -#: flatcamGUI/PreferencesUI.py:2871 -msgid "Optimization Time" -msgstr "Время оптимизации" +#: flatcamGUI/PreferencesUI.py:2877 flatcamGUI/PreferencesUI.py:3192 +#: flatcamGUI/PreferencesUI.py:4138 +msgid "Duration" +msgstr "Продолжительность" -#: flatcamGUI/PreferencesUI.py:2874 +#: flatcamGUI/PreferencesUI.py:2880 msgid "" "When OR-Tools Metaheuristic (MH) is enabled there is a\n" "maximum threshold for how much time is spent doing the\n" @@ -10108,15 +10087,15 @@ msgstr "" "оптимизация пути. Максимальная продолжительность устанавливается здесь.\n" "В секундах." -#: flatcamGUI/PreferencesUI.py:2893 +#: flatcamGUI/PreferencesUI.py:2899 msgid "Excellon Object Color" -msgstr "Цвет объекта Excellon" +msgstr "Цвет объектов Excellon" -#: flatcamGUI/PreferencesUI.py:3048 +#: flatcamGUI/PreferencesUI.py:3065 msgid "Excellon Options" msgstr "Параметры Excellon" -#: flatcamGUI/PreferencesUI.py:3054 +#: flatcamGUI/PreferencesUI.py:3071 msgid "" "Parameters used to create a CNC Job object\n" "for this drill object." @@ -10124,11 +10103,11 @@ msgstr "" "Параметры, используемые для создания объекта задания ЧПУ\n" "для этого сверлите объект." -#: flatcamGUI/PreferencesUI.py:3173 flatcamGUI/PreferencesUI.py:4136 -msgid "Duration" -msgstr "Продолжительность" +#: flatcamGUI/PreferencesUI.py:3185 flatcamGUI/PreferencesUI.py:4133 +msgid "Enable Dwell" +msgstr "Задержка" -#: flatcamGUI/PreferencesUI.py:3203 +#: flatcamGUI/PreferencesUI.py:3217 msgid "" "Choose what to use for GCode generation:\n" "'Drills', 'Slots' or 'Both'.\n" @@ -10140,19 +10119,15 @@ msgstr "" "При выборе \"Пазы\" или \"Оба\", пазы будут\n" "преобразованы в отверстия." -#: flatcamGUI/PreferencesUI.py:3221 +#: flatcamGUI/PreferencesUI.py:3235 msgid "Create Geometry for milling holes." msgstr "Создание объекта геометрии для фрезерования отверстий." -#: flatcamGUI/PreferencesUI.py:3253 -msgid "Defaults" -msgstr "Значения по умолчанию" - -#: flatcamGUI/PreferencesUI.py:3266 +#: flatcamGUI/PreferencesUI.py:3271 msgid "Excellon Adv. Options" msgstr "Excellon дополнительные" -#: flatcamGUI/PreferencesUI.py:3275 +#: flatcamGUI/PreferencesUI.py:3280 msgid "" "A list of Excellon advanced parameters.\n" "Those parameters are available only for\n" @@ -10162,19 +10137,19 @@ msgstr "" "Эти параметры доступны только для\n" "расширенного режима приложения." -#: flatcamGUI/PreferencesUI.py:3296 +#: flatcamGUI/PreferencesUI.py:3301 msgid "Toolchange X,Y" msgstr "Смена инструмента X,Y" -#: flatcamGUI/PreferencesUI.py:3298 flatcamGUI/PreferencesUI.py:4191 +#: flatcamGUI/PreferencesUI.py:3303 flatcamGUI/PreferencesUI.py:4193 msgid "Toolchange X,Y position." msgstr "Позиция X,Y смены инструмента." -#: flatcamGUI/PreferencesUI.py:3355 flatcamGUI/PreferencesUI.py:4278 +#: flatcamGUI/PreferencesUI.py:3360 flatcamGUI/PreferencesUI.py:4280 msgid "Spindle direction" msgstr "Направление вращения шпинделя" -#: flatcamGUI/PreferencesUI.py:3357 flatcamGUI/PreferencesUI.py:4280 +#: flatcamGUI/PreferencesUI.py:3362 flatcamGUI/PreferencesUI.py:4282 msgid "" "This sets the direction that the spindle is rotating.\n" "It can be either:\n" @@ -10186,11 +10161,11 @@ msgstr "" "- CW = по часовой стрелке или\n" "- CCW = против часовой стрелки" -#: flatcamGUI/PreferencesUI.py:3368 flatcamGUI/PreferencesUI.py:4292 +#: flatcamGUI/PreferencesUI.py:3373 flatcamGUI/PreferencesUI.py:4294 msgid "Fast Plunge" msgstr "Быстрый подвод" -#: flatcamGUI/PreferencesUI.py:3370 flatcamGUI/PreferencesUI.py:4294 +#: flatcamGUI/PreferencesUI.py:3375 flatcamGUI/PreferencesUI.py:4296 msgid "" "By checking this, the vertical move from\n" "Z_Toolchange to Z_move is done with G0,\n" @@ -10202,11 +10177,11 @@ msgstr "" "это означает самую быструю скорость.\n" "Предупреждение: перемещение выполняется при смене координат Toolchange X,Y." -#: flatcamGUI/PreferencesUI.py:3379 +#: flatcamGUI/PreferencesUI.py:3382 msgid "Fast Retract" msgstr "Быстрый отвод" -#: flatcamGUI/PreferencesUI.py:3381 +#: flatcamGUI/PreferencesUI.py:3384 msgid "" "Exit hole strategy.\n" " - When uncheked, while exiting the drilled hole the drill bit\n" @@ -10224,11 +10199,11 @@ msgstr "" " - Когда проверено перемещение от Z_cut(глубины отрезка) к Z_move\n" "(высота перемещения) делается как можно быстрее (G0) за один ход." -#: flatcamGUI/PreferencesUI.py:3400 +#: flatcamGUI/PreferencesUI.py:3402 msgid "Excellon Export" msgstr "Экспорт Excellon" -#: flatcamGUI/PreferencesUI.py:3406 +#: flatcamGUI/PreferencesUI.py:3408 msgid "" "The parameters set here are used in the file exported\n" "when using the File -> Export -> Export Excellon menu entry." @@ -10236,11 +10211,11 @@ msgstr "" "Заданные здесь параметры используются в экспортированном файле\n" "при использовании файла - > экспорт - > Экспорт Excellon пункт меню." -#: flatcamGUI/PreferencesUI.py:3417 flatcamGUI/PreferencesUI.py:3423 +#: flatcamGUI/PreferencesUI.py:3419 flatcamGUI/PreferencesUI.py:3425 msgid "The units used in the Excellon file." msgstr "Единицы измерения, используемые в файле Excellon." -#: flatcamGUI/PreferencesUI.py:3431 +#: flatcamGUI/PreferencesUI.py:3433 msgid "" "The NC drill files, usually named Excellon files\n" "are files that can be found in different formats.\n" @@ -10252,11 +10227,11 @@ msgstr "" "Здесь мы устанавливаем формат, используемый, когда\n" "координаты не используют точку." -#: flatcamGUI/PreferencesUI.py:3465 +#: flatcamGUI/PreferencesUI.py:3467 msgid "Format" msgstr "Формат" -#: flatcamGUI/PreferencesUI.py:3467 flatcamGUI/PreferencesUI.py:3477 +#: flatcamGUI/PreferencesUI.py:3469 flatcamGUI/PreferencesUI.py:3479 msgid "" "Select the kind of coordinates format used.\n" "Coordinates can be saved with decimal point or without.\n" @@ -10272,15 +10247,29 @@ msgstr "" "Также это должно быть указано, если LZ = ведущие нули сохраняются\n" "или TZ = конечные нули сохраняются." -#: flatcamGUI/PreferencesUI.py:3474 +#: flatcamGUI/PreferencesUI.py:3476 msgid "Decimal" msgstr "Десятичный" -#: flatcamGUI/PreferencesUI.py:3475 +#: flatcamGUI/PreferencesUI.py:3477 msgid "No-Decimal" msgstr "Недесятичный" -#: flatcamGUI/PreferencesUI.py:3501 +#: flatcamGUI/PreferencesUI.py:3493 +msgid "" +"This sets the type of Excellon zeros.\n" +"If LZ then Leading Zeros are kept and\n" +"Trailing Zeros are removed.\n" +"If TZ is checked then Trailing Zeros are kept\n" +"and Leading Zeros are removed." +msgstr "" +"Задает тип нулей Excellon.\n" +"Если LZ, то ведущие нули сохраняются и\n" +"Конечные нули удаляются.\n" +"Если TZ установлен, то конечные нули сохраняются\n" +"и ведущие нули удаляются." + +#: flatcamGUI/PreferencesUI.py:3503 msgid "" "This sets the default type of Excellon zeros.\n" "If LZ then Leading Zeros are kept and\n" @@ -10294,11 +10283,11 @@ msgstr "" "Если проверен TZ, то сохраняются нулевые трейлеры\n" "и ведущие нули удаляются." -#: flatcamGUI/PreferencesUI.py:3511 +#: flatcamGUI/PreferencesUI.py:3513 msgid "Slot type" msgstr "Тип слота" -#: flatcamGUI/PreferencesUI.py:3514 flatcamGUI/PreferencesUI.py:3524 +#: flatcamGUI/PreferencesUI.py:3516 flatcamGUI/PreferencesUI.py:3526 msgid "" "This sets how the slots will be exported.\n" "If ROUTED then the slots will be routed\n" @@ -10312,19 +10301,19 @@ msgstr "" "Если пробурено (G85), пазы будут экспортированы\n" "используя команду сверления пазов (G85)." -#: flatcamGUI/PreferencesUI.py:3521 +#: flatcamGUI/PreferencesUI.py:3523 msgid "Routed" msgstr "Направлен" -#: flatcamGUI/PreferencesUI.py:3522 +#: flatcamGUI/PreferencesUI.py:3524 msgid "Drilled(G85)" msgstr "Пробурено (G85)" -#: flatcamGUI/PreferencesUI.py:3555 +#: flatcamGUI/PreferencesUI.py:3557 msgid "A list of Excellon Editor parameters." msgstr "Список параметров редактора Excellon." -#: flatcamGUI/PreferencesUI.py:3565 +#: flatcamGUI/PreferencesUI.py:3567 msgid "" "Set the number of selected Excellon geometry\n" "items above which the utility geometry\n" @@ -10338,19 +10327,19 @@ msgstr "" "Увеличивает производительность при перемещении\n" "большое количество геометрических элементов." -#: flatcamGUI/PreferencesUI.py:3578 flatcamGUI/PreferencesUI.py:5094 +#: flatcamGUI/PreferencesUI.py:3580 flatcamGUI/PreferencesUI.py:5100 msgid "New Tool Dia" msgstr "Новый диаметр инструмента" -#: flatcamGUI/PreferencesUI.py:3603 +#: flatcamGUI/PreferencesUI.py:3605 msgid "Linear Drill Array" msgstr "Линейный массив отверстий" -#: flatcamGUI/PreferencesUI.py:3649 +#: flatcamGUI/PreferencesUI.py:3651 msgid "Circular Drill Array" msgstr "Круговой массив" -#: flatcamGUI/PreferencesUI.py:3719 +#: flatcamGUI/PreferencesUI.py:3721 msgid "" "Angle at which the slot is placed.\n" "The precision is of max 2 decimals.\n" @@ -10362,19 +10351,19 @@ msgstr "" "Минимальное значение: -359,99 градусов.\n" "Максимальное значение: 360,00 градусов." -#: flatcamGUI/PreferencesUI.py:3738 +#: flatcamGUI/PreferencesUI.py:3740 msgid "Linear Slot Array" msgstr "Линейный массив пазов" -#: flatcamGUI/PreferencesUI.py:3799 +#: flatcamGUI/PreferencesUI.py:3801 msgid "Circular Slot Array" msgstr "Круговой массив пазов" -#: flatcamGUI/PreferencesUI.py:3837 +#: flatcamGUI/PreferencesUI.py:3839 msgid "Geometry General" msgstr "Geometry основные" -#: flatcamGUI/PreferencesUI.py:3859 +#: flatcamGUI/PreferencesUI.py:3861 msgid "" "The number of circle steps for Geometry \n" "circle and arc shapes linear approximation." @@ -10382,15 +10371,15 @@ msgstr "" "Количество шагов круга для геометрии\n" "линейная аппроксимация окружности и дуги." -#: flatcamGUI/PreferencesUI.py:3888 +#: flatcamGUI/PreferencesUI.py:3890 msgid "Geometry Object Color" -msgstr "Цвет объекта Геометрии" +msgstr "Цвет объектов Geometry" -#: flatcamGUI/PreferencesUI.py:3939 +#: flatcamGUI/PreferencesUI.py:3941 msgid "Geometry Options" msgstr "Параметры Geometry" -#: flatcamGUI/PreferencesUI.py:3947 +#: flatcamGUI/PreferencesUI.py:3949 msgid "" "Create a CNC Job object\n" "tracing the contours of this\n" @@ -10400,11 +10389,11 @@ msgstr "" "контуров данного объекта геометрии\n" "для программы ЧПУ." -#: flatcamGUI/PreferencesUI.py:3989 +#: flatcamGUI/PreferencesUI.py:3993 msgid "Depth/Pass" msgstr "Шаг за проход" -#: flatcamGUI/PreferencesUI.py:3991 +#: flatcamGUI/PreferencesUI.py:3995 msgid "" "The depth to cut on each pass,\n" "when multidepth is enabled.\n" @@ -10418,11 +10407,11 @@ msgstr "" "это доля от глубины\n" "который имеет отрицательное значение." -#: flatcamGUI/PreferencesUI.py:4171 +#: flatcamGUI/PreferencesUI.py:4173 msgid "Geometry Adv. Options" msgstr "Geometry дополнительные" -#: flatcamGUI/PreferencesUI.py:4179 +#: flatcamGUI/PreferencesUI.py:4181 msgid "" "A list of Geometry advanced parameters.\n" "Those parameters are available only for\n" @@ -10432,13 +10421,13 @@ msgstr "" "Эти параметры доступны только для\n" "расширенного режима приложения." -#: flatcamGUI/PreferencesUI.py:4189 flatcamGUI/PreferencesUI.py:6547 -#: flatcamGUI/PreferencesUI.py:7594 flatcamTools/ToolCalibration.py:125 +#: flatcamGUI/PreferencesUI.py:4191 flatcamGUI/PreferencesUI.py:6539 +#: flatcamGUI/PreferencesUI.py:7586 flatcamTools/ToolCalibration.py:125 #: flatcamTools/ToolSolderPaste.py:239 msgid "Toolchange X-Y" msgstr "Смена инструмента X,Y" -#: flatcamGUI/PreferencesUI.py:4200 +#: flatcamGUI/PreferencesUI.py:4202 msgid "" "Height of the tool just after starting the work.\n" "Delete the value if you don't need this feature." @@ -10482,7 +10471,7 @@ msgstr "Редактор Geometry" msgid "A list of Geometry Editor parameters." msgstr "Список параметров редактора Geometry." -#: flatcamGUI/PreferencesUI.py:4359 flatcamGUI/PreferencesUI.py:7119 +#: flatcamGUI/PreferencesUI.py:4359 flatcamGUI/PreferencesUI.py:7111 msgid "" "Set the number of selected geometry\n" "items above which the utility geometry\n" @@ -10520,9 +10509,14 @@ msgstr "" "Диаметр инструмента\n" " для черчения контуров." -#: flatcamGUI/PreferencesUI.py:4471 -msgid "Coordinates decimals" -msgstr "Координаты десятичные" +#: flatcamGUI/PreferencesUI.py:4468 +#| msgid "No-Decimal" +msgid "G-code Decimals" +msgstr "G-code десятичные" + +#: flatcamGUI/PreferencesUI.py:4471 flatcamTools/ToolFiducials.py:74 +msgid "Coordinates" +msgstr "Координаты" #: flatcamGUI/PreferencesUI.py:4473 msgid "" @@ -10532,9 +10526,9 @@ msgstr "" "Число десятичных знаков, которые будут использоваться для \n" "координаты X, Y, Z в коде CNC (GCODE, и т.д.)" -#: flatcamGUI/PreferencesUI.py:4484 -msgid "Feedrate decimals" -msgstr "Десятичные скорости подачи" +#: flatcamGUI/PreferencesUI.py:4484 flatcamTools/ToolProperties.py:492 +msgid "Feedrate" +msgstr "Скорость подачи" #: flatcamGUI/PreferencesUI.py:4486 msgid "" @@ -10583,19 +10577,19 @@ msgstr "" #: flatcamGUI/PreferencesUI.py:4530 msgid "Travel Line Color" -msgstr "Цвет линии перемещения" +msgstr "Цвет линии передвижения" #: flatcamGUI/PreferencesUI.py:4536 msgid "Set the travel line color for plotted objects." -msgstr "Установите цвет линии перемещения для построенных объектов." +msgstr "Установка цвета линии перемещения для построенных объектов." #: flatcamGUI/PreferencesUI.py:4596 msgid "CNCJob Object Color" -msgstr "Цвет объекта CNCJob" +msgstr "Цвет объектов CNCJob" #: flatcamGUI/PreferencesUI.py:4602 msgid "Set the color for plotted objects." -msgstr "Установите цвет для построенных объектов." +msgstr "Установит цвет линии для построенных объектов." #: flatcamGUI/PreferencesUI.py:4762 msgid "CNC Job Options" @@ -10609,53 +10603,88 @@ msgstr "Экспорт G-кода" msgid "Prepend to G-Code" msgstr "Коды предобработки для G-Code" +#: flatcamGUI/PreferencesUI.py:4791 +msgid "" +"Type here any G-Code commands you would like to add at the beginning of the " +"G-Code file." +msgstr "" +"Введите здесь любые команды G-Code, которые вы хотите добавить в начало " +"файла G-кода." + #: flatcamGUI/PreferencesUI.py:4798 msgid "Append to G-Code" msgstr "Коды постобработки для G-Code" +#: flatcamGUI/PreferencesUI.py:4808 +msgid "" +"Type here any G-Code commands you would like to append to the generated " +"file.\n" +"I.e.: M2 (End of program)" +msgstr "" +"Введите здесь любые G-Code команды, которые вам хотелось бы добавить к " +"созданному файлу.\n" +"например: M2 (конец программы)" + #: flatcamGUI/PreferencesUI.py:4824 msgid "CNC Job Adv. Options" msgstr "CNC Job дополнительные" -#: flatcamGUI/PreferencesUI.py:4910 +#: flatcamGUI/PreferencesUI.py:4861 +msgid "" +"Type here any G-Code commands you would like to be executed when Toolchange " +"event is encountered.\n" +"This will constitute a Custom Toolchange GCode, or a Toolchange Macro.\n" +"The FlatCAM variables are surrounded by '%' symbol.\n" +"WARNING: it can be used only with a preprocessor file that has " +"'toolchange_custom' in it's name." +msgstr "" +"Введите здесь любые команды G-Code, которые вы хотите выполнить при " +"возникновении события \"Замена инструментов\".\n" +"Это будет представлять собой пользовательский GCode смены инструментов или " +"макрос смены инструментов.\n" +"Переменные FlatCAM окружены символом '%'. \n" +"ПРЕДУПРЕЖДЕНИЕ: он может использоваться только с файлом препроцессора, в " +"имени которого есть 'toolchange_custom'." + +#: flatcamGUI/PreferencesUI.py:4916 msgid "Z depth for the cut" msgstr "Z глубина распила" -#: flatcamGUI/PreferencesUI.py:4911 +#: flatcamGUI/PreferencesUI.py:4917 msgid "Z height for travel" msgstr "Высота Z для перемещения" -#: flatcamGUI/PreferencesUI.py:4917 +#: flatcamGUI/PreferencesUI.py:4923 msgid "dwelltime = time to dwell to allow the spindle to reach it's set RPM" msgstr "" "dwelltime = время, чтобы остановиться, чтобы позволить шпинделю достичь его " "установлен об / мин" -#: flatcamGUI/PreferencesUI.py:4936 +#: flatcamGUI/PreferencesUI.py:4942 msgid "Annotation Size" msgstr "Размер примечаний" -#: flatcamGUI/PreferencesUI.py:4938 +#: flatcamGUI/PreferencesUI.py:4944 msgid "The font size of the annotation text. In pixels." msgstr "Размер шрифта текста примечаний. В пикселях." -#: flatcamGUI/PreferencesUI.py:4948 +#: flatcamGUI/PreferencesUI.py:4954 msgid "Annotation Color" msgstr "Цвет примечаний" -#: flatcamGUI/PreferencesUI.py:4950 +#: flatcamGUI/PreferencesUI.py:4956 msgid "Set the font color for the annotation texts." msgstr "Устанавливает цвет шрифта для текста примечаний." -#: flatcamGUI/PreferencesUI.py:5007 +#: flatcamGUI/PreferencesUI.py:5013 msgid "NCC Tool Options" msgstr "Очистка меди" -#: flatcamGUI/PreferencesUI.py:5021 flatcamGUI/PreferencesUI.py:6457 +#: flatcamGUI/PreferencesUI.py:5027 flatcamGUI/PreferencesUI.py:6449 msgid "Tools dia" msgstr "Диаметр инструмента" -#: flatcamGUI/PreferencesUI.py:5032 flatcamGUI/PreferencesUI.py:5040 +#: flatcamGUI/PreferencesUI.py:5038 flatcamGUI/PreferencesUI.py:5046 #: flatcamTools/ToolNonCopperClear.py:215 #: flatcamTools/ToolNonCopperClear.py:223 msgid "" @@ -10667,11 +10696,11 @@ msgstr "" "- \"V-образная форма\" \n" "- Круглый" -#: flatcamGUI/PreferencesUI.py:5037 flatcamTools/ToolNonCopperClear.py:220 +#: flatcamGUI/PreferencesUI.py:5043 flatcamTools/ToolNonCopperClear.py:220 msgid "V-shape" msgstr "V-образный инструмент" -#: flatcamGUI/PreferencesUI.py:5077 flatcamGUI/PreferencesUI.py:5086 +#: flatcamGUI/PreferencesUI.py:5083 flatcamGUI/PreferencesUI.py:5092 #: flatcamTools/ToolNonCopperClear.py:256 #: flatcamTools/ToolNonCopperClear.py:264 msgid "" @@ -10681,12 +10710,12 @@ msgstr "" "Диаметр инструмента. Это значение (в текущих единицах FlatCAM) \n" "ширины разреза в материале." -#: flatcamGUI/PreferencesUI.py:5096 +#: flatcamGUI/PreferencesUI.py:5102 msgid "The new tool diameter (cut width) to add in the tool table." msgstr "" "Диаметр нового инструмента (ширина разреза) добавлен в таблицу инструментов." -#: flatcamGUI/PreferencesUI.py:5108 flatcamGUI/PreferencesUI.py:5116 +#: flatcamGUI/PreferencesUI.py:5114 flatcamGUI/PreferencesUI.py:5122 #: flatcamTools/ToolNonCopperClear.py:164 #: flatcamTools/ToolNonCopperClear.py:172 msgid "" @@ -10699,13 +10728,13 @@ msgstr "" "использования инструмента\n" "- conventional / полезен, когда нет компенсации люфта" -#: flatcamGUI/PreferencesUI.py:5125 flatcamGUI/PreferencesUI.py:5550 +#: flatcamGUI/PreferencesUI.py:5131 flatcamGUI/PreferencesUI.py:5546 #: flatcamTools/ToolNonCopperClear.py:181 flatcamTools/ToolPaint.py:153 msgid "Tool order" msgstr "Порядок инструмента" -#: flatcamGUI/PreferencesUI.py:5126 flatcamGUI/PreferencesUI.py:5136 -#: flatcamGUI/PreferencesUI.py:5551 flatcamGUI/PreferencesUI.py:5561 +#: flatcamGUI/PreferencesUI.py:5132 flatcamGUI/PreferencesUI.py:5142 +#: flatcamGUI/PreferencesUI.py:5547 flatcamGUI/PreferencesUI.py:5557 #: flatcamTools/ToolNonCopperClear.py:182 #: flatcamTools/ToolNonCopperClear.py:192 flatcamTools/ToolPaint.py:154 #: flatcamTools/ToolPaint.py:164 @@ -10730,17 +10759,17 @@ msgstr "" "установит порядок\n" "на 'Обратный' и отключит этот элемент управления." -#: flatcamGUI/PreferencesUI.py:5134 flatcamGUI/PreferencesUI.py:5559 +#: flatcamGUI/PreferencesUI.py:5140 flatcamGUI/PreferencesUI.py:5555 #: flatcamTools/ToolNonCopperClear.py:190 flatcamTools/ToolPaint.py:162 msgid "Forward" msgstr "Прямой" -#: flatcamGUI/PreferencesUI.py:5135 flatcamGUI/PreferencesUI.py:5560 +#: flatcamGUI/PreferencesUI.py:5141 flatcamGUI/PreferencesUI.py:5556 #: flatcamTools/ToolNonCopperClear.py:191 flatcamTools/ToolPaint.py:163 msgid "Reverse" msgstr "Обратный" -#: flatcamGUI/PreferencesUI.py:5148 flatcamTools/ToolNonCopperClear.py:321 +#: flatcamGUI/PreferencesUI.py:5154 flatcamTools/ToolNonCopperClear.py:321 msgid "" "How much (fraction) of the tool width to overlap each tool pass.\n" "Adjust the value starting with lower values\n" @@ -10760,14 +10789,14 @@ msgstr "" "Более высокие значения = медленная обработка и медленное выполнение на ЧПУ\n" "из-за большого количества путей." -#: flatcamGUI/PreferencesUI.py:5167 flatcamGUI/PreferencesUI.py:7185 -#: flatcamGUI/PreferencesUI.py:7427 flatcamGUI/PreferencesUI.py:7491 +#: flatcamGUI/PreferencesUI.py:5173 flatcamGUI/PreferencesUI.py:7177 +#: flatcamGUI/PreferencesUI.py:7419 flatcamGUI/PreferencesUI.py:7483 #: flatcamTools/ToolCopperThieving.py:113 flatcamTools/ToolFiducials.py:174 #: flatcamTools/ToolFiducials.py:237 flatcamTools/ToolNonCopperClear.py:339 msgid "Bounding box margin." msgstr "Граница рамки." -#: flatcamGUI/PreferencesUI.py:5180 flatcamGUI/PreferencesUI.py:5608 +#: flatcamGUI/PreferencesUI.py:5186 flatcamGUI/PreferencesUI.py:5604 #: flatcamTools/ToolNonCopperClear.py:350 msgid "" "Algorithm for non-copper clearing:
Standard: Fixed step inwards." @@ -10778,22 +10807,22 @@ msgstr "" "контурами, повторяющими контур полигона.
По кругу: Обработка " "правильными окружностями.
Линейный: Паралельными линиями." -#: flatcamGUI/PreferencesUI.py:5196 flatcamGUI/PreferencesUI.py:5622 +#: flatcamGUI/PreferencesUI.py:5202 flatcamGUI/PreferencesUI.py:5618 #: flatcamTools/ToolNonCopperClear.py:364 flatcamTools/ToolPaint.py:267 msgid "Connect" msgstr "Подключение" -#: flatcamGUI/PreferencesUI.py:5207 flatcamGUI/PreferencesUI.py:5632 -#: flatcamTools/ToolNonCopperClear.py:373 flatcamTools/ToolPaint.py:276 +#: flatcamGUI/PreferencesUI.py:5211 flatcamGUI/PreferencesUI.py:5626 +#: flatcamTools/ToolNonCopperClear.py:371 flatcamTools/ToolPaint.py:274 msgid "Contour" msgstr "Контур" -#: flatcamGUI/PreferencesUI.py:5218 flatcamTools/ToolNonCopperClear.py:382 -#: flatcamTools/ToolPaint.py:285 -msgid "Rest M." +#: flatcamGUI/PreferencesUI.py:5220 flatcamTools/ToolNonCopperClear.py:379 +#: flatcamTools/ToolPaint.py:281 +msgid "Rest Machining" msgstr "Обработка остаточного припуска" -#: flatcamGUI/PreferencesUI.py:5220 flatcamTools/ToolNonCopperClear.py:384 +#: flatcamGUI/PreferencesUI.py:5222 flatcamTools/ToolNonCopperClear.py:381 msgid "" "If checked, use 'rest machining'.\n" "Basically it will clear copper outside PCB features,\n" @@ -10811,8 +10840,8 @@ msgstr "" "больше не останется меди для очистки или больше не будет инструментов.\n" "Если флажок не установлен, используется стандартный алгоритм." -#: flatcamGUI/PreferencesUI.py:5236 flatcamTools/ToolNonCopperClear.py:399 -#: flatcamTools/ToolNonCopperClear.py:411 +#: flatcamGUI/PreferencesUI.py:5236 flatcamTools/ToolNonCopperClear.py:395 +#: flatcamTools/ToolNonCopperClear.py:405 msgid "" "If used, it will add an offset to the copper features.\n" "The copper clearing will finish to a distance\n" @@ -10824,11 +10853,11 @@ msgstr "" "из медных штучек.\n" "Значение может быть от 0 до 10 единиц FlatCAM." -#: flatcamGUI/PreferencesUI.py:5247 flatcamTools/ToolNonCopperClear.py:409 +#: flatcamGUI/PreferencesUI.py:5245 flatcamTools/ToolNonCopperClear.py:403 msgid "Offset value" msgstr "Значение смещения" -#: flatcamGUI/PreferencesUI.py:5249 +#: flatcamGUI/PreferencesUI.py:5247 msgid "" "If used, it will add an offset to the copper features.\n" "The copper clearing will finish to a distance\n" @@ -10841,21 +10870,21 @@ msgstr "" "Это значение может находиться в диапазоне от 0,0 до 9999,9 единиц измерения " "FlatCAM." -#: flatcamGUI/PreferencesUI.py:5264 flatcamGUI/PreferencesUI.py:7197 +#: flatcamGUI/PreferencesUI.py:5262 flatcamGUI/PreferencesUI.py:7189 #: flatcamTools/ToolCopperThieving.py:125 -#: flatcamTools/ToolNonCopperClear.py:435 +#: flatcamTools/ToolNonCopperClear.py:429 msgid "Itself" msgstr "Как есть" -#: flatcamGUI/PreferencesUI.py:5265 flatcamGUI/PreferencesUI.py:5654 +#: flatcamGUI/PreferencesUI.py:5263 flatcamGUI/PreferencesUI.py:5646 msgid "Area" msgstr "Площадь" -#: flatcamGUI/PreferencesUI.py:5266 flatcamGUI/PreferencesUI.py:5656 +#: flatcamGUI/PreferencesUI.py:5264 flatcamGUI/PreferencesUI.py:5648 msgid "Ref" msgstr "Ссылка" -#: flatcamGUI/PreferencesUI.py:5269 +#: flatcamGUI/PreferencesUI.py:5267 msgid "" "- 'Itself' - the non copper clearing extent\n" "is based on the object that is copper cleared.\n" @@ -10875,19 +10904,19 @@ msgstr "" "- 'Референсный объект' - будет выполнять очистку от меди в области\n" "указанной другим объектом." -#: flatcamGUI/PreferencesUI.py:5281 flatcamGUI/PreferencesUI.py:5662 +#: flatcamGUI/PreferencesUI.py:5279 flatcamGUI/PreferencesUI.py:5654 msgid "Normal" msgstr "Нормальный" -#: flatcamGUI/PreferencesUI.py:5282 flatcamGUI/PreferencesUI.py:5663 +#: flatcamGUI/PreferencesUI.py:5280 flatcamGUI/PreferencesUI.py:5655 msgid "Progressive" msgstr "Последовательный" -#: flatcamGUI/PreferencesUI.py:5283 +#: flatcamGUI/PreferencesUI.py:5281 msgid "NCC Plotting" msgstr "Прорисовка очистки от меди" -#: flatcamGUI/PreferencesUI.py:5285 +#: flatcamGUI/PreferencesUI.py:5283 msgid "" "- 'Normal' - normal plotting, done at the end of the NCC job\n" "- 'Progressive' - after each shape is generated it will be plotted." @@ -10897,16 +10926,16 @@ msgstr "" "- 'Последовательный' - после создания каждой фигуры она будет нанесена на " "график." -#: flatcamGUI/PreferencesUI.py:5299 +#: flatcamGUI/PreferencesUI.py:5297 msgid "Cutout Tool Options" msgstr "Обрезка платы" -#: flatcamGUI/PreferencesUI.py:5314 flatcamTools/ToolCalculators.py:123 +#: flatcamGUI/PreferencesUI.py:5312 flatcamTools/ToolCalculators.py:123 #: flatcamTools/ToolCutOut.py:123 msgid "Tool Diameter" msgstr "Диаметр инструмента" -#: flatcamGUI/PreferencesUI.py:5316 flatcamTools/ToolCutOut.py:125 +#: flatcamGUI/PreferencesUI.py:5314 flatcamTools/ToolCutOut.py:125 msgid "" "Diameter of the tool used to cutout\n" "the PCB shape out of the surrounding material." @@ -10914,11 +10943,11 @@ msgstr "" "Диаметр инструмента, используемого для вырезания\n" "форма печатной платы из окружающего материала." -#: flatcamGUI/PreferencesUI.py:5371 flatcamTools/ToolCutOut.py:104 +#: flatcamGUI/PreferencesUI.py:5369 flatcamTools/ToolCutOut.py:104 msgid "Object kind" msgstr "Вид объекта" -#: flatcamGUI/PreferencesUI.py:5373 flatcamTools/ToolCutOut.py:106 +#: flatcamGUI/PreferencesUI.py:5371 flatcamTools/ToolCutOut.py:106 msgid "" "Choice of what kind the object we want to cutout is.
- Single: " "contain a single PCB Gerber outline object.
- Panel: a panel PCB " @@ -10930,15 +10959,15 @@ msgstr "" "Гербера PCB панели, который сделан\n" "из множества отдельных печатных плат очертания." -#: flatcamGUI/PreferencesUI.py:5380 flatcamTools/ToolCutOut.py:112 +#: flatcamGUI/PreferencesUI.py:5378 flatcamTools/ToolCutOut.py:112 msgid "Single" msgstr "Одиночный" -#: flatcamGUI/PreferencesUI.py:5381 flatcamTools/ToolCutOut.py:113 +#: flatcamGUI/PreferencesUI.py:5379 flatcamTools/ToolCutOut.py:113 msgid "Panel" msgstr "Панель" -#: flatcamGUI/PreferencesUI.py:5388 flatcamTools/ToolCutOut.py:184 +#: flatcamGUI/PreferencesUI.py:5386 flatcamTools/ToolCutOut.py:186 msgid "" "Margin over bounds. A positive value here\n" "will make the cutout of the PCB further from\n" @@ -10948,11 +10977,11 @@ msgstr "" "сделает вырез печатной платы дальше от\n" "фактической границы печатной платы" -#: flatcamGUI/PreferencesUI.py:5401 flatcamTools/ToolCutOut.py:195 +#: flatcamGUI/PreferencesUI.py:5399 flatcamTools/ToolCutOut.py:197 msgid "Gap size" msgstr "Размер перемычки" -#: flatcamGUI/PreferencesUI.py:5403 flatcamTools/ToolCutOut.py:197 +#: flatcamGUI/PreferencesUI.py:5401 flatcamTools/ToolCutOut.py:199 msgid "" "The size of the bridge gaps in the cutout\n" "used to keep the board connected to\n" @@ -10964,11 +10993,11 @@ msgstr "" "окружающий материал (тот самый \n" "из которого вырезается печатная плата)." -#: flatcamGUI/PreferencesUI.py:5417 flatcamTools/ToolCutOut.py:239 +#: flatcamGUI/PreferencesUI.py:5415 flatcamTools/ToolCutOut.py:241 msgid "Gaps" msgstr "Вариант" -#: flatcamGUI/PreferencesUI.py:5419 +#: flatcamGUI/PreferencesUI.py:5417 msgid "" "Number of gaps used for the cutout.\n" "There can be maximum 8 bridges/gaps.\n" @@ -10992,11 +11021,11 @@ msgstr "" "- 2tb - 2*сверху + 2*снизу \n" "- 8 - 2*слева + 2*справа + 2*сверху + 2*снизу" -#: flatcamGUI/PreferencesUI.py:5442 -msgid "Convex Sh." -msgstr "Закруглять углы" +#: flatcamGUI/PreferencesUI.py:5439 flatcamTools/ToolCutOut.py:216 +msgid "Convex Shape" +msgstr "Выпуклая форма" -#: flatcamGUI/PreferencesUI.py:5444 flatcamTools/ToolCutOut.py:217 +#: flatcamGUI/PreferencesUI.py:5441 flatcamTools/ToolCutOut.py:219 msgid "" "Create a convex shape surrounding the entire PCB.\n" "Used only if the source object type is Gerber." @@ -11004,11 +11033,11 @@ msgstr "" "Создайте выпуклую форму, окружающую всю печатную плату.\n" "Используется только в том случае, если тип исходного объекта-Gerber." -#: flatcamGUI/PreferencesUI.py:5458 +#: flatcamGUI/PreferencesUI.py:5454 msgid "2Sided Tool Options" msgstr "2-х сторонняя плата" -#: flatcamGUI/PreferencesUI.py:5464 +#: flatcamGUI/PreferencesUI.py:5460 msgid "" "A tool to help in creating a double sided\n" "PCB using alignment holes." @@ -11016,36 +11045,36 @@ msgstr "" "Инструмент, помогающий создать двухстороннюю\n" "печатную плату с использованием центрирующих отверстий." -#: flatcamGUI/PreferencesUI.py:5478 +#: flatcamGUI/PreferencesUI.py:5474 msgid "Drill dia" msgstr "Диаметр сверла" -#: flatcamGUI/PreferencesUI.py:5480 flatcamTools/ToolDblSided.py:274 +#: flatcamGUI/PreferencesUI.py:5476 flatcamTools/ToolDblSided.py:274 #: flatcamTools/ToolDblSided.py:285 msgid "Diameter of the drill for the alignment holes." msgstr "Диаметр сверла для контрольных отверстий." -#: flatcamGUI/PreferencesUI.py:5489 flatcamTools/ToolDblSided.py:146 +#: flatcamGUI/PreferencesUI.py:5485 flatcamTools/ToolDblSided.py:146 msgid "Mirror Axis:" msgstr "Зеркальное отражение:" -#: flatcamGUI/PreferencesUI.py:5491 flatcamTools/ToolDblSided.py:147 +#: flatcamGUI/PreferencesUI.py:5487 flatcamTools/ToolDblSided.py:147 msgid "Mirror vertically (X) or horizontally (Y)." msgstr "Отразить по вертикали (X) или горизонтали (Y)." -#: flatcamGUI/PreferencesUI.py:5500 flatcamTools/ToolDblSided.py:156 +#: flatcamGUI/PreferencesUI.py:5496 flatcamTools/ToolDblSided.py:156 msgid "Point" msgstr "Точка" -#: flatcamGUI/PreferencesUI.py:5501 flatcamTools/ToolDblSided.py:157 +#: flatcamGUI/PreferencesUI.py:5497 flatcamTools/ToolDblSided.py:157 msgid "Box" msgstr "Рамка" -#: flatcamGUI/PreferencesUI.py:5502 flatcamTools/ToolDblSided.py:158 +#: flatcamGUI/PreferencesUI.py:5498 flatcamTools/ToolDblSided.py:158 msgid "Axis Ref" msgstr "Указатель оси" -#: flatcamGUI/PreferencesUI.py:5504 flatcamTools/ToolDblSided.py:160 +#: flatcamGUI/PreferencesUI.py:5500 flatcamTools/ToolDblSided.py:160 msgid "" "The axis should pass through a point or cut\n" " a specified box (in a FlatCAM object) through \n" @@ -11055,16 +11084,16 @@ msgstr "" "указанный коробка (в объекте FlatCAM) через\n" "центр." -#: flatcamGUI/PreferencesUI.py:5520 +#: flatcamGUI/PreferencesUI.py:5516 msgid "Paint Tool Options" msgstr "Рисование" -#: flatcamGUI/PreferencesUI.py:5526 +#: flatcamGUI/PreferencesUI.py:5522 msgid "Parameters:" msgstr "Параметры:" -#: flatcamGUI/PreferencesUI.py:5644 flatcamTools/ToolPaint.py:302 -#: flatcamTools/ToolPaint.py:319 +#: flatcamGUI/PreferencesUI.py:5636 flatcamTools/ToolPaint.py:296 +#: flatcamTools/ToolPaint.py:313 msgid "" "How to select Polygons to be painted.\n" "- 'Polygon Selection' - left mouse click to add/remove polygons to be " @@ -11089,15 +11118,15 @@ msgstr "" "участка.\n" "указанным другим объектом." -#: flatcamGUI/PreferencesUI.py:5653 +#: flatcamGUI/PreferencesUI.py:5645 msgid "Sel" msgstr "Одиночный" -#: flatcamGUI/PreferencesUI.py:5664 +#: flatcamGUI/PreferencesUI.py:5656 msgid "Paint Plotting" msgstr "Прорисовка рисования" -#: flatcamGUI/PreferencesUI.py:5666 +#: flatcamGUI/PreferencesUI.py:5658 msgid "" "- 'Normal' - normal plotting, done at the end of the Paint job\n" "- 'Progressive' - after each shape is generated it will be plotted." @@ -11107,11 +11136,11 @@ msgstr "" "- 'Последовательный' - после создания каждой фигуры она будет нанесена на " "график." -#: flatcamGUI/PreferencesUI.py:5680 +#: flatcamGUI/PreferencesUI.py:5672 msgid "Film Tool Options" msgstr "Плёнка" -#: flatcamGUI/PreferencesUI.py:5686 +#: flatcamGUI/PreferencesUI.py:5678 msgid "" "Create a PCB film from a Gerber or Geometry\n" "FlatCAM object.\n" @@ -11121,11 +11150,11 @@ msgstr "" "объектов FlatCAM.\n" "Файл сохраняется в формате SVG." -#: flatcamGUI/PreferencesUI.py:5697 +#: flatcamGUI/PreferencesUI.py:5689 msgid "Film Type" msgstr "Тип плёнки" -#: flatcamGUI/PreferencesUI.py:5699 flatcamTools/ToolFilm.py:300 +#: flatcamGUI/PreferencesUI.py:5691 flatcamTools/ToolFilm.py:300 msgid "" "Generate a Positive black film or a Negative film.\n" "Positive means that it will print the features\n" @@ -11141,19 +11170,19 @@ msgstr "" "белым на черном холсте.\n" "Формат плёнки - SVG." -#: flatcamGUI/PreferencesUI.py:5710 +#: flatcamGUI/PreferencesUI.py:5702 msgid "Film Color" msgstr "Цвет пленки" -#: flatcamGUI/PreferencesUI.py:5712 +#: flatcamGUI/PreferencesUI.py:5704 msgid "Set the film color when positive film is selected." msgstr "Устанавливает цвет плёнки при режиме \"Позитив\"." -#: flatcamGUI/PreferencesUI.py:5735 flatcamTools/ToolFilm.py:316 +#: flatcamGUI/PreferencesUI.py:5727 flatcamTools/ToolFilm.py:316 msgid "Border" msgstr "Отступ" -#: flatcamGUI/PreferencesUI.py:5737 flatcamTools/ToolFilm.py:318 +#: flatcamGUI/PreferencesUI.py:5729 flatcamTools/ToolFilm.py:318 msgid "" "Specify a border around the object.\n" "Only for negative film.\n" @@ -11173,11 +11202,11 @@ msgstr "" "и которые могут смешаться с \n" "окружающими, если бы не эта граница." -#: flatcamGUI/PreferencesUI.py:5754 flatcamTools/ToolFilm.py:283 +#: flatcamGUI/PreferencesUI.py:5746 flatcamTools/ToolFilm.py:283 msgid "Scale Stroke" msgstr "Масштаб обводки" -#: flatcamGUI/PreferencesUI.py:5756 flatcamTools/ToolFilm.py:285 +#: flatcamGUI/PreferencesUI.py:5748 flatcamTools/ToolFilm.py:285 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 " @@ -11189,11 +11218,11 @@ msgstr "" "тоньше,\n" "поэтому этот параметр может сильно влиять на мелкие объекты." -#: flatcamGUI/PreferencesUI.py:5763 flatcamTools/ToolFilm.py:141 +#: flatcamGUI/PreferencesUI.py:5755 flatcamTools/ToolFilm.py:141 msgid "Film Adjustments" msgstr "Регулировка Пленки" -#: flatcamGUI/PreferencesUI.py:5765 flatcamTools/ToolFilm.py:143 +#: flatcamGUI/PreferencesUI.py:5757 flatcamTools/ToolFilm.py:143 msgid "" "Sometime the printers will distort the print shape, especially the Laser " "types.\n" @@ -11202,11 +11231,11 @@ msgstr "" "Иногда принтеры могут искажать форму печати, особенно лазерные.\n" "В этом разделе представлены инструменты для компенсации искажений печати." -#: flatcamGUI/PreferencesUI.py:5772 flatcamTools/ToolFilm.py:150 +#: flatcamGUI/PreferencesUI.py:5764 flatcamTools/ToolFilm.py:150 msgid "Scale Film geometry" msgstr "Масштабирование плёнки" -#: flatcamGUI/PreferencesUI.py:5774 flatcamTools/ToolFilm.py:152 +#: flatcamGUI/PreferencesUI.py:5766 flatcamTools/ToolFilm.py:152 msgid "" "A value greater than 1 will stretch the film\n" "while a value less than 1 will jolt it." @@ -11214,21 +11243,21 @@ msgstr "" "Значение больше 1 растянет пленку\n" "в то время как значение меньше 1 будет её сжимать." -#: flatcamGUI/PreferencesUI.py:5784 flatcamGUI/PreferencesUI.py:6304 +#: flatcamGUI/PreferencesUI.py:5776 flatcamGUI/PreferencesUI.py:6296 #: flatcamTools/ToolFilm.py:162 flatcamTools/ToolTransform.py:148 msgid "X factor" msgstr "Коэффициент X" -#: flatcamGUI/PreferencesUI.py:5793 flatcamGUI/PreferencesUI.py:6317 +#: flatcamGUI/PreferencesUI.py:5785 flatcamGUI/PreferencesUI.py:6309 #: flatcamTools/ToolFilm.py:171 flatcamTools/ToolTransform.py:169 msgid "Y factor" msgstr "Коэффициент Y" -#: flatcamGUI/PreferencesUI.py:5803 flatcamTools/ToolFilm.py:189 +#: flatcamGUI/PreferencesUI.py:5795 flatcamTools/ToolFilm.py:189 msgid "Skew Film geometry" msgstr "Наклон плёнки" -#: flatcamGUI/PreferencesUI.py:5805 flatcamTools/ToolFilm.py:191 +#: flatcamGUI/PreferencesUI.py:5797 flatcamTools/ToolFilm.py:191 msgid "" "Positive values will skew to the right\n" "while negative values will skew to the left." @@ -11236,17 +11265,17 @@ msgstr "" "Положительные значения будут смещать вправо,\n" "а отрицательные значения будут смещать влево." -#: flatcamGUI/PreferencesUI.py:5815 flatcamGUI/PreferencesUI.py:6273 +#: flatcamGUI/PreferencesUI.py:5807 flatcamGUI/PreferencesUI.py:6265 #: flatcamTools/ToolFilm.py:201 flatcamTools/ToolTransform.py:98 msgid "X angle" msgstr "Угол наклона X" -#: flatcamGUI/PreferencesUI.py:5824 flatcamGUI/PreferencesUI.py:6287 +#: flatcamGUI/PreferencesUI.py:5816 flatcamGUI/PreferencesUI.py:6279 #: flatcamTools/ToolFilm.py:210 flatcamTools/ToolTransform.py:120 msgid "Y angle" msgstr "Угол наклона Y" -#: flatcamGUI/PreferencesUI.py:5835 flatcamTools/ToolFilm.py:221 +#: flatcamGUI/PreferencesUI.py:5827 flatcamTools/ToolFilm.py:221 msgid "" "The reference point to be used as origin for the skew.\n" "It can be one of the four points of the geometry bounding box." @@ -11254,57 +11283,57 @@ msgstr "" "Опорная точка, используемая в качестве исходной точки для перекоса.\n" "Это может быть одна из четырех точек геометрии ограничительной рамки." -#: flatcamGUI/PreferencesUI.py:5838 flatcamTools/ToolFiducials.py:87 +#: flatcamGUI/PreferencesUI.py:5830 flatcamTools/ToolFiducials.py:87 #: flatcamTools/ToolFilm.py:224 msgid "Bottom Left" msgstr "Нижний левый" -#: flatcamGUI/PreferencesUI.py:5839 flatcamTools/ToolFilm.py:225 +#: flatcamGUI/PreferencesUI.py:5831 flatcamTools/ToolFilm.py:225 msgid "Top Left" msgstr "Верхний левый" -#: flatcamGUI/PreferencesUI.py:5840 flatcamTools/ToolFilm.py:226 +#: flatcamGUI/PreferencesUI.py:5832 flatcamTools/ToolFilm.py:226 msgid "Bottom Right" msgstr "Нижний правый" -#: flatcamGUI/PreferencesUI.py:5841 flatcamTools/ToolFilm.py:227 +#: flatcamGUI/PreferencesUI.py:5833 flatcamTools/ToolFilm.py:227 msgid "Top right" msgstr "Верхний правый" -#: flatcamGUI/PreferencesUI.py:5849 flatcamTools/ToolFilm.py:244 +#: flatcamGUI/PreferencesUI.py:5841 flatcamTools/ToolFilm.py:244 msgid "Mirror Film geometry" msgstr "Зеркалирование геометрии пленки" -#: flatcamGUI/PreferencesUI.py:5851 flatcamTools/ToolFilm.py:246 +#: flatcamGUI/PreferencesUI.py:5843 flatcamTools/ToolFilm.py:246 msgid "Mirror the film geometry on the selected axis or on both." msgstr "Зеркалирование геометрии пленки на выбранной оси или на обеих." -#: flatcamGUI/PreferencesUI.py:5863 flatcamTools/ToolFilm.py:258 +#: flatcamGUI/PreferencesUI.py:5855 flatcamTools/ToolFilm.py:258 msgid "Both" msgstr "Обе" -#: flatcamGUI/PreferencesUI.py:5865 flatcamTools/ToolFilm.py:260 +#: flatcamGUI/PreferencesUI.py:5857 flatcamTools/ToolFilm.py:260 msgid "Mirror axis" msgstr "Ось зеркалирования" -#: flatcamGUI/PreferencesUI.py:5875 flatcamTools/ToolFilm.py:403 +#: flatcamGUI/PreferencesUI.py:5867 flatcamTools/ToolFilm.py:403 msgid "SVG" msgstr "SVG" -#: flatcamGUI/PreferencesUI.py:5876 flatcamTools/ToolFilm.py:404 +#: flatcamGUI/PreferencesUI.py:5868 flatcamTools/ToolFilm.py:404 msgid "PNG" msgstr "PNG" -#: flatcamGUI/PreferencesUI.py:5877 flatcamTools/ToolFilm.py:405 +#: flatcamGUI/PreferencesUI.py:5869 flatcamTools/ToolFilm.py:405 msgid "PDF" msgstr "PDF" -#: flatcamGUI/PreferencesUI.py:5880 flatcamTools/ToolFilm.py:298 +#: flatcamGUI/PreferencesUI.py:5872 flatcamTools/ToolFilm.py:298 #: flatcamTools/ToolFilm.py:408 msgid "Film Type:" msgstr "Тип плёнки:" -#: flatcamGUI/PreferencesUI.py:5882 flatcamTools/ToolFilm.py:410 +#: flatcamGUI/PreferencesUI.py:5874 flatcamTools/ToolFilm.py:410 msgid "" "The file type of the saved film. Can be:\n" "- 'SVG' -> open-source vectorial format\n" @@ -11316,23 +11345,23 @@ msgstr "" "- 'PNG' -> растровое изображение\n" "- 'PDF' -> формат портативного документа" -#: flatcamGUI/PreferencesUI.py:5891 flatcamTools/ToolFilm.py:419 +#: flatcamGUI/PreferencesUI.py:5883 flatcamTools/ToolFilm.py:419 msgid "Page Orientation" msgstr "Ориентация страницы" -#: flatcamGUI/PreferencesUI.py:5904 flatcamTools/ToolFilm.py:432 +#: flatcamGUI/PreferencesUI.py:5896 flatcamTools/ToolFilm.py:432 msgid "Page Size" msgstr "Размер страницы" -#: flatcamGUI/PreferencesUI.py:5905 flatcamTools/ToolFilm.py:433 +#: flatcamGUI/PreferencesUI.py:5897 flatcamTools/ToolFilm.py:433 msgid "A selection of standard ISO 216 page sizes." msgstr "Выбор стандартных размеров страниц ISO 216." -#: flatcamGUI/PreferencesUI.py:5977 +#: flatcamGUI/PreferencesUI.py:5969 msgid "Panelize Tool Options" msgstr "Панелизация" -#: flatcamGUI/PreferencesUI.py:5983 +#: flatcamGUI/PreferencesUI.py:5975 msgid "" "Create an object that contains an array of (x, y) elements,\n" "each element is a copy of the source object spaced\n" @@ -11342,11 +11371,11 @@ msgstr "" "каждый элемент является копией исходного объекта с интервалом\n" "на расстоянии X, Y расстояние друг от друга." -#: flatcamGUI/PreferencesUI.py:6000 flatcamTools/ToolPanelize.py:160 +#: flatcamGUI/PreferencesUI.py:5992 flatcamTools/ToolPanelize.py:160 msgid "Spacing cols" msgstr "Интервал столбцов" -#: flatcamGUI/PreferencesUI.py:6002 flatcamTools/ToolPanelize.py:162 +#: flatcamGUI/PreferencesUI.py:5994 flatcamTools/ToolPanelize.py:162 msgid "" "Spacing between columns of the desired panel.\n" "In current units." @@ -11354,11 +11383,11 @@ msgstr "" "Расстояние между столбцами нужной панели.\n" "В текущих единицах измерения." -#: flatcamGUI/PreferencesUI.py:6014 flatcamTools/ToolPanelize.py:172 +#: flatcamGUI/PreferencesUI.py:6006 flatcamTools/ToolPanelize.py:172 msgid "Spacing rows" msgstr "Интервал строк" -#: flatcamGUI/PreferencesUI.py:6016 flatcamTools/ToolPanelize.py:174 +#: flatcamGUI/PreferencesUI.py:6008 flatcamTools/ToolPanelize.py:174 msgid "" "Spacing between rows of the desired panel.\n" "In current units." @@ -11366,36 +11395,36 @@ msgstr "" "Расстояние между строками нужной панели.\n" "В текущих единицах измерения." -#: flatcamGUI/PreferencesUI.py:6027 flatcamTools/ToolPanelize.py:183 +#: flatcamGUI/PreferencesUI.py:6019 flatcamTools/ToolPanelize.py:183 msgid "Columns" msgstr "Столбцы" -#: flatcamGUI/PreferencesUI.py:6029 flatcamTools/ToolPanelize.py:185 +#: flatcamGUI/PreferencesUI.py:6021 flatcamTools/ToolPanelize.py:185 msgid "Number of columns of the desired panel" msgstr "Количество столбцов нужной панели" -#: flatcamGUI/PreferencesUI.py:6039 flatcamTools/ToolPanelize.py:193 +#: flatcamGUI/PreferencesUI.py:6031 flatcamTools/ToolPanelize.py:193 msgid "Rows" msgstr "Строки" -#: flatcamGUI/PreferencesUI.py:6041 flatcamTools/ToolPanelize.py:195 +#: flatcamGUI/PreferencesUI.py:6033 flatcamTools/ToolPanelize.py:195 msgid "Number of rows of the desired panel" msgstr "Количество строк нужной панели" -#: flatcamGUI/PreferencesUI.py:6047 flatcamTools/ToolCalibration.py:196 +#: flatcamGUI/PreferencesUI.py:6039 flatcamTools/ToolCalibration.py:196 #: flatcamTools/ToolCalibration.py:634 flatcamTools/ToolPanelize.py:201 msgid "Gerber" msgstr "Gerber" -#: flatcamGUI/PreferencesUI.py:6048 flatcamTools/ToolPanelize.py:202 +#: flatcamGUI/PreferencesUI.py:6040 flatcamTools/ToolPanelize.py:202 msgid "Geo" msgstr "Geometry" -#: flatcamGUI/PreferencesUI.py:6049 flatcamTools/ToolPanelize.py:203 +#: flatcamGUI/PreferencesUI.py:6041 flatcamTools/ToolPanelize.py:203 msgid "Panel Type" msgstr "Тип панели" -#: flatcamGUI/PreferencesUI.py:6051 +#: flatcamGUI/PreferencesUI.py:6043 msgid "" "Choose the type of object for the panel object:\n" "- Gerber\n" @@ -11405,11 +11434,11 @@ msgstr "" "- Gerber\n" "- Geometry" -#: flatcamGUI/PreferencesUI.py:6060 +#: flatcamGUI/PreferencesUI.py:6052 msgid "Constrain within" msgstr "Ограничить в пределах" -#: flatcamGUI/PreferencesUI.py:6062 flatcamTools/ToolPanelize.py:215 +#: flatcamGUI/PreferencesUI.py:6054 flatcamTools/ToolPanelize.py:215 msgid "" "Area define by DX and DY within to constrain the panel.\n" "DX and DY values are in current units.\n" @@ -11423,11 +11452,11 @@ msgstr "" "последняя панель будет иметь столько столбцов и строк, чтобы\n" "она полностью вписывалась в выбранную область." -#: flatcamGUI/PreferencesUI.py:6075 flatcamTools/ToolPanelize.py:227 +#: flatcamGUI/PreferencesUI.py:6067 flatcamTools/ToolPanelize.py:227 msgid "Width (DX)" msgstr "Ширина (DX)" -#: flatcamGUI/PreferencesUI.py:6077 flatcamTools/ToolPanelize.py:229 +#: flatcamGUI/PreferencesUI.py:6069 flatcamTools/ToolPanelize.py:229 msgid "" "The width (DX) within which the panel must fit.\n" "In current units." @@ -11435,11 +11464,11 @@ msgstr "" "Ширина (DX), в пределах которой должна поместиться панель.\n" "В текущих единицах измерения." -#: flatcamGUI/PreferencesUI.py:6088 flatcamTools/ToolPanelize.py:238 +#: flatcamGUI/PreferencesUI.py:6080 flatcamTools/ToolPanelize.py:238 msgid "Height (DY)" msgstr "Высота (DY)" -#: flatcamGUI/PreferencesUI.py:6090 flatcamTools/ToolPanelize.py:240 +#: flatcamGUI/PreferencesUI.py:6082 flatcamTools/ToolPanelize.py:240 msgid "" "The height (DY)within which the panel must fit.\n" "In current units." @@ -11447,15 +11476,15 @@ msgstr "" "Высота (DY), в пределах которой должна поместиться панель.\n" "В текущих единицах измерения." -#: flatcamGUI/PreferencesUI.py:6104 +#: flatcamGUI/PreferencesUI.py:6096 msgid "Calculators Tool Options" msgstr "Калькулятор" -#: flatcamGUI/PreferencesUI.py:6108 flatcamTools/ToolCalculators.py:25 +#: flatcamGUI/PreferencesUI.py:6100 flatcamTools/ToolCalculators.py:25 msgid "V-Shape Tool Calculator" msgstr "Калькулятор V-образного инструмента" -#: flatcamGUI/PreferencesUI.py:6110 +#: flatcamGUI/PreferencesUI.py:6102 msgid "" "Calculate the tool diameter for a given V-shape tool,\n" "having the tip diameter, tip angle and\n" @@ -11465,11 +11494,11 @@ msgstr "" "учитывая диаметр наконечника, угол наклона наконечника и\n" "глубину резания в качестве параметров." -#: flatcamGUI/PreferencesUI.py:6125 flatcamTools/ToolCalculators.py:94 +#: flatcamGUI/PreferencesUI.py:6117 flatcamTools/ToolCalculators.py:94 msgid "Tip Diameter" msgstr "Диаметр наконечника" -#: flatcamGUI/PreferencesUI.py:6127 flatcamTools/ToolCalculators.py:102 +#: flatcamGUI/PreferencesUI.py:6119 flatcamTools/ToolCalculators.py:102 msgid "" "This is the tool tip diameter.\n" "It is specified by manufacturer." @@ -11477,11 +11506,11 @@ msgstr "" "Это диаметр наконечника инструмента.\n" "Это указано производителем." -#: flatcamGUI/PreferencesUI.py:6139 flatcamTools/ToolCalculators.py:105 +#: flatcamGUI/PreferencesUI.py:6131 flatcamTools/ToolCalculators.py:105 msgid "Tip Angle" msgstr "Угол наконечника" -#: flatcamGUI/PreferencesUI.py:6141 +#: flatcamGUI/PreferencesUI.py:6133 msgid "" "This is the angle on the tip of the tool.\n" "It is specified by manufacturer." @@ -11489,7 +11518,7 @@ msgstr "" "Это угол наконечника инструмента.\n" "Это указано производителем." -#: flatcamGUI/PreferencesUI.py:6155 +#: flatcamGUI/PreferencesUI.py:6147 msgid "" "This is depth to cut into material.\n" "In the CNCJob object it is the CutZ parameter." @@ -11497,11 +11526,11 @@ msgstr "" "Это глубина резки материала.\n" "В объекте CNCJob это параметр \"Глубина резания\"." -#: flatcamGUI/PreferencesUI.py:6162 flatcamTools/ToolCalculators.py:27 +#: flatcamGUI/PreferencesUI.py:6154 flatcamTools/ToolCalculators.py:27 msgid "ElectroPlating Calculator" msgstr "Калькулятор электронных плат" -#: flatcamGUI/PreferencesUI.py:6164 flatcamTools/ToolCalculators.py:158 +#: flatcamGUI/PreferencesUI.py:6156 flatcamTools/ToolCalculators.py:158 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 " @@ -11512,27 +11541,27 @@ msgstr "" "используя методы такие, как графитовые чернила или чернила гипофосфита " "кальция или хлорид палладия." -#: flatcamGUI/PreferencesUI.py:6178 flatcamTools/ToolCalculators.py:167 +#: flatcamGUI/PreferencesUI.py:6170 flatcamTools/ToolCalculators.py:167 msgid "Board Length" msgstr "Длина платы" -#: flatcamGUI/PreferencesUI.py:6180 flatcamTools/ToolCalculators.py:173 +#: flatcamGUI/PreferencesUI.py:6172 flatcamTools/ToolCalculators.py:173 msgid "This is the board length. In centimeters." msgstr "Это длина платы. В сантиметрах." -#: flatcamGUI/PreferencesUI.py:6190 flatcamTools/ToolCalculators.py:175 +#: flatcamGUI/PreferencesUI.py:6182 flatcamTools/ToolCalculators.py:175 msgid "Board Width" msgstr "Ширина платы" -#: flatcamGUI/PreferencesUI.py:6192 flatcamTools/ToolCalculators.py:181 +#: flatcamGUI/PreferencesUI.py:6184 flatcamTools/ToolCalculators.py:181 msgid "This is the board width.In centimeters." msgstr "Это ширина платы. В сантиметрах." -#: flatcamGUI/PreferencesUI.py:6197 flatcamTools/ToolCalculators.py:183 +#: flatcamGUI/PreferencesUI.py:6189 flatcamTools/ToolCalculators.py:183 msgid "Current Density" msgstr "Текущая плотность" -#: flatcamGUI/PreferencesUI.py:6203 flatcamTools/ToolCalculators.py:190 +#: flatcamGUI/PreferencesUI.py:6195 flatcamTools/ToolCalculators.py:190 msgid "" "Current density to pass through the board. \n" "In Amps per Square Feet ASF." @@ -11540,11 +11569,11 @@ msgstr "" "Плотность тока для прохождения через плату. \n" "В Амперах на квадратный метр АЧС." -#: flatcamGUI/PreferencesUI.py:6209 flatcamTools/ToolCalculators.py:193 +#: flatcamGUI/PreferencesUI.py:6201 flatcamTools/ToolCalculators.py:193 msgid "Copper Growth" msgstr "Медный слой" -#: flatcamGUI/PreferencesUI.py:6215 flatcamTools/ToolCalculators.py:200 +#: flatcamGUI/PreferencesUI.py:6207 flatcamTools/ToolCalculators.py:200 msgid "" "How thick the copper growth is intended to be.\n" "In microns." @@ -11552,11 +11581,11 @@ msgstr "" "Насколько толстым должен быть медный слой.\n" "В микронах." -#: flatcamGUI/PreferencesUI.py:6228 +#: flatcamGUI/PreferencesUI.py:6220 msgid "Transform Tool Options" msgstr "Трансформация" -#: flatcamGUI/PreferencesUI.py:6234 +#: flatcamGUI/PreferencesUI.py:6226 msgid "" "Various transformations that can be applied\n" "on a FlatCAM object." @@ -11564,19 +11593,19 @@ msgstr "" "Различные преобразования, которые могут быть применены\n" "на объекте FlatCAM." -#: flatcamGUI/PreferencesUI.py:6265 +#: flatcamGUI/PreferencesUI.py:6257 msgid "Skew" msgstr "Наклон" -#: flatcamGUI/PreferencesUI.py:6306 flatcamTools/ToolTransform.py:150 +#: flatcamGUI/PreferencesUI.py:6298 flatcamTools/ToolTransform.py:150 msgid "Factor for scaling on X axis." msgstr "Коэффициент масштабирования по оси X." -#: flatcamGUI/PreferencesUI.py:6319 flatcamTools/ToolTransform.py:171 +#: flatcamGUI/PreferencesUI.py:6311 flatcamTools/ToolTransform.py:171 msgid "Factor for scaling on Y axis." msgstr "Коэффициент масштабирования по оси Y." -#: flatcamGUI/PreferencesUI.py:6327 flatcamTools/ToolTransform.py:194 +#: flatcamGUI/PreferencesUI.py:6319 flatcamTools/ToolTransform.py:194 msgid "" "Scale the selected object(s)\n" "using the Scale_X factor for both axis." @@ -11584,7 +11613,7 @@ msgstr "" "Масштабирует выбранный объект(ы)\n" "используя \"Коэффициент X\" для обеих осей." -#: flatcamGUI/PreferencesUI.py:6335 flatcamTools/ToolTransform.py:202 +#: flatcamGUI/PreferencesUI.py:6327 flatcamTools/ToolTransform.py:202 msgid "" "Scale the selected object(s)\n" "using the origin reference when checked,\n" @@ -11596,32 +11625,32 @@ msgstr "" "или центр самой большой ограничительной рамки \n" "выделенных объектов, если флажок снят." -#: flatcamGUI/PreferencesUI.py:6351 flatcamTools/ToolTransform.py:217 +#: flatcamGUI/PreferencesUI.py:6343 flatcamTools/ToolTransform.py:217 msgid "X val" msgstr "Значение X" -#: flatcamGUI/PreferencesUI.py:6353 flatcamTools/ToolTransform.py:219 +#: flatcamGUI/PreferencesUI.py:6345 flatcamTools/ToolTransform.py:219 msgid "Distance to offset on X axis. In current units." msgstr "Расстояние смещения по оси X. В текущих единицах." -#: flatcamGUI/PreferencesUI.py:6364 flatcamTools/ToolTransform.py:238 +#: flatcamGUI/PreferencesUI.py:6356 flatcamTools/ToolTransform.py:238 msgid "Y val" msgstr "Значение Y" -#: flatcamGUI/PreferencesUI.py:6366 flatcamTools/ToolTransform.py:240 +#: flatcamGUI/PreferencesUI.py:6358 flatcamTools/ToolTransform.py:240 msgid "Distance to offset on Y axis. In current units." msgstr "Расстояние смещения по оси Y. В текущих единицах." -#: flatcamGUI/PreferencesUI.py:6372 flatcamTools/ToolDblSided.py:62 +#: flatcamGUI/PreferencesUI.py:6364 flatcamTools/ToolDblSided.py:62 #: flatcamTools/ToolDblSided.py:90 flatcamTools/ToolDblSided.py:120 msgid "Mirror" msgstr "Отразить" -#: flatcamGUI/PreferencesUI.py:6376 flatcamTools/ToolTransform.py:285 +#: flatcamGUI/PreferencesUI.py:6368 flatcamTools/ToolTransform.py:285 msgid "Mirror Reference" msgstr "Точка зеркалтрования" -#: flatcamGUI/PreferencesUI.py:6378 flatcamTools/ToolTransform.py:287 +#: flatcamGUI/PreferencesUI.py:6370 flatcamTools/ToolTransform.py:287 msgid "" "Flip the selected object(s)\n" "around the point in Point Entry Field.\n" @@ -11643,11 +11672,11 @@ msgstr "" "Или введите координаты в формате (x, y) в поле\n" "Поле ввода точки и нажмите кнопку флип на X(Y)" -#: flatcamGUI/PreferencesUI.py:6389 +#: flatcamGUI/PreferencesUI.py:6381 msgid "Mirror Reference point" msgstr "Точка зеркалтрования" -#: flatcamGUI/PreferencesUI.py:6391 +#: flatcamGUI/PreferencesUI.py:6383 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" @@ -11658,12 +11687,12 @@ msgstr "" "'x' в (x, y) будет использоваться при отражении по X и\n" "'y' в (x, y) будет использоваться при отражении по Y" -#: flatcamGUI/PreferencesUI.py:6404 flatcamTools/ToolDistance.py:355 +#: flatcamGUI/PreferencesUI.py:6396 flatcamTools/ToolDistance.py:355 #: flatcamTools/ToolDistanceMin.py:284 flatcamTools/ToolTransform.py:332 msgid "Distance" msgstr "Расстояние" -#: flatcamGUI/PreferencesUI.py:6406 flatcamTools/ToolTransform.py:334 +#: flatcamGUI/PreferencesUI.py:6398 flatcamTools/ToolTransform.py:334 msgid "" "A positive value will create the effect of dilation,\n" "while a negative value will create the effect of erosion.\n" @@ -11673,30 +11702,30 @@ msgstr "" "Положительное значение создаст эффект расширения,\n" "в то время как отрицательное значение создаст эффект эрозии.\n" "Каждый геометрический элемент объекта будет увеличен\n" -"или уменьшается с «расстоянием»." +"или уменьшается с помощью \"расстояния\"." -#: flatcamGUI/PreferencesUI.py:6422 flatcamGUI/PreferencesUI.py:7065 +#: flatcamGUI/PreferencesUI.py:6414 flatcamGUI/PreferencesUI.py:7057 #: flatcamTools/ToolQRCode.py:197 flatcamTools/ToolTransform.py:361 msgid "Rounded" msgstr "Закругленный" -#: flatcamGUI/PreferencesUI.py:6424 flatcamTools/ToolTransform.py:363 +#: flatcamGUI/PreferencesUI.py:6416 flatcamTools/ToolTransform.py:363 msgid "" "If checked then the buffer will surround the buffered shape,\n" "every corner will be rounded.\n" "If not checked then the buffer will follow the exact geometry\n" "of the buffered shape." msgstr "" -"Если флажок установлен, то буфер будет окружать буферизованную форму,\n" -"каждый угол будет округлен.\n" -"Если не отмечено, буфер будет следовать точной геометрии\n" +"Если установить флажок, то буфер будет окружать буферизованную форму,\n" +"каждый угол будет закруглен.\n" +"Если не проверить, то буфер будет следовать точной геометрии\n" "буферизованной формы." -#: flatcamGUI/PreferencesUI.py:6442 +#: flatcamGUI/PreferencesUI.py:6434 msgid "SolderPaste Tool Options" msgstr "Паяльная паста" -#: flatcamGUI/PreferencesUI.py:6448 +#: flatcamGUI/PreferencesUI.py:6440 msgid "" "A tool to create GCode for dispensing\n" "solder paste onto a PCB." @@ -11704,49 +11733,49 @@ msgstr "" "Инструмент для создания GCode для дозирования\n" "нанесения паяльной пасты на печатную плату." -#: flatcamGUI/PreferencesUI.py:6459 +#: flatcamGUI/PreferencesUI.py:6451 msgid "Diameters of nozzle tools, separated by ','" msgstr "Диаметры сопловых инструментов, разделенные ','" -#: flatcamGUI/PreferencesUI.py:6467 +#: flatcamGUI/PreferencesUI.py:6459 msgid "New Nozzle Dia" msgstr "Новый диаметр сопла" -#: flatcamGUI/PreferencesUI.py:6469 flatcamTools/ToolSolderPaste.py:106 +#: flatcamGUI/PreferencesUI.py:6461 flatcamTools/ToolSolderPaste.py:106 msgid "Diameter for the new Nozzle tool to add in the Tool Table" msgstr "" "Диаметр для нового инструмента сопла, который нужно добавить в таблице " "инструмента" -#: flatcamGUI/PreferencesUI.py:6485 flatcamTools/ToolSolderPaste.py:182 +#: flatcamGUI/PreferencesUI.py:6477 flatcamTools/ToolSolderPaste.py:182 msgid "Z Dispense Start" msgstr "Z начала нанесения" -#: flatcamGUI/PreferencesUI.py:6487 flatcamTools/ToolSolderPaste.py:184 +#: flatcamGUI/PreferencesUI.py:6479 flatcamTools/ToolSolderPaste.py:184 msgid "The height (Z) when solder paste dispensing starts." msgstr "Высота (Z), когда начинается выдача паяльной пасты." -#: flatcamGUI/PreferencesUI.py:6498 flatcamTools/ToolSolderPaste.py:194 +#: flatcamGUI/PreferencesUI.py:6490 flatcamTools/ToolSolderPaste.py:194 msgid "Z Dispense" msgstr "Z нанесения" -#: flatcamGUI/PreferencesUI.py:6500 flatcamTools/ToolSolderPaste.py:196 +#: flatcamGUI/PreferencesUI.py:6492 flatcamTools/ToolSolderPaste.py:196 msgid "The height (Z) when doing solder paste dispensing." msgstr "Высота (Z) при выполнении дозирования паяльной пасты." -#: flatcamGUI/PreferencesUI.py:6511 flatcamTools/ToolSolderPaste.py:206 +#: flatcamGUI/PreferencesUI.py:6503 flatcamTools/ToolSolderPaste.py:206 msgid "Z Dispense Stop" msgstr "Z конца нанесения" -#: flatcamGUI/PreferencesUI.py:6513 flatcamTools/ToolSolderPaste.py:208 +#: flatcamGUI/PreferencesUI.py:6505 flatcamTools/ToolSolderPaste.py:208 msgid "The height (Z) when solder paste dispensing stops." msgstr "Высота (Z) при остановке выдачи паяльной пасты." -#: flatcamGUI/PreferencesUI.py:6524 flatcamTools/ToolSolderPaste.py:218 +#: flatcamGUI/PreferencesUI.py:6516 flatcamTools/ToolSolderPaste.py:218 msgid "Z Travel" msgstr "Z перемещения" -#: flatcamGUI/PreferencesUI.py:6526 flatcamTools/ToolSolderPaste.py:220 +#: flatcamGUI/PreferencesUI.py:6518 flatcamTools/ToolSolderPaste.py:220 msgid "" "The height (Z) for travel between pads\n" "(without dispensing solder paste)." @@ -11754,15 +11783,15 @@ msgstr "" "Высота (Z) для перемещения между колодками\n" "(без дозирования паяльной пасты)." -#: flatcamGUI/PreferencesUI.py:6538 flatcamTools/ToolSolderPaste.py:231 +#: flatcamGUI/PreferencesUI.py:6530 flatcamTools/ToolSolderPaste.py:231 msgid "Z Toolchange" msgstr "Z смены инструмента" -#: flatcamGUI/PreferencesUI.py:6540 flatcamTools/ToolSolderPaste.py:233 +#: flatcamGUI/PreferencesUI.py:6532 flatcamTools/ToolSolderPaste.py:233 msgid "The height (Z) for tool (nozzle) change." msgstr "Высота (Z) для изменения инструмента (сопла)." -#: flatcamGUI/PreferencesUI.py:6549 flatcamTools/ToolSolderPaste.py:241 +#: flatcamGUI/PreferencesUI.py:6541 flatcamTools/ToolSolderPaste.py:241 msgid "" "The X,Y location for tool (nozzle) change.\n" "The format is (x, y) where x and y are real numbers." @@ -11770,11 +11799,11 @@ msgstr "" "Положение X, Y для изменения инструмента (сопла).\n" "Формат (x, y), где x и y-действительные числа." -#: flatcamGUI/PreferencesUI.py:6563 flatcamTools/ToolSolderPaste.py:254 +#: flatcamGUI/PreferencesUI.py:6555 flatcamTools/ToolSolderPaste.py:254 msgid "Feedrate (speed) while moving on the X-Y plane." msgstr "Скорость подачи при движении по плоскости X-Y." -#: flatcamGUI/PreferencesUI.py:6576 flatcamTools/ToolSolderPaste.py:266 +#: flatcamGUI/PreferencesUI.py:6568 flatcamTools/ToolSolderPaste.py:266 msgid "" "Feedrate (speed) while moving vertically\n" "(on Z plane)." @@ -11782,11 +11811,11 @@ msgstr "" "Скорость подачи (скорость) при движении по вертикали\n" "(на плоскости Z)." -#: flatcamGUI/PreferencesUI.py:6588 flatcamTools/ToolSolderPaste.py:277 +#: flatcamGUI/PreferencesUI.py:6580 flatcamTools/ToolSolderPaste.py:277 msgid "Feedrate Z Dispense" msgstr "Скорость подачи Z Диспенсер" -#: flatcamGUI/PreferencesUI.py:6590 +#: flatcamGUI/PreferencesUI.py:6582 msgid "" "Feedrate (speed) while moving up vertically\n" "to Dispense position (on Z plane)." @@ -11794,11 +11823,11 @@ msgstr "" "Скорость подачи (скорость) при движении вверх по вертикали\n" "распределить положение (на плоскости Z)." -#: flatcamGUI/PreferencesUI.py:6601 flatcamTools/ToolSolderPaste.py:289 +#: flatcamGUI/PreferencesUI.py:6593 flatcamTools/ToolSolderPaste.py:289 msgid "Spindle Speed FWD" msgstr "Скорость прямого вращения шпинделя" -#: flatcamGUI/PreferencesUI.py:6603 flatcamTools/ToolSolderPaste.py:291 +#: flatcamGUI/PreferencesUI.py:6595 flatcamTools/ToolSolderPaste.py:291 msgid "" "The dispenser speed while pushing solder paste\n" "through the dispenser nozzle." @@ -11806,19 +11835,19 @@ msgstr "" "Диспенсер скорости при нажатии паяльной пасты\n" "через сопло дозатора." -#: flatcamGUI/PreferencesUI.py:6615 flatcamTools/ToolSolderPaste.py:302 +#: flatcamGUI/PreferencesUI.py:6607 flatcamTools/ToolSolderPaste.py:302 msgid "Dwell FWD" msgstr "Задержка В НАЧАЛЕ" -#: flatcamGUI/PreferencesUI.py:6617 flatcamTools/ToolSolderPaste.py:304 +#: flatcamGUI/PreferencesUI.py:6609 flatcamTools/ToolSolderPaste.py:304 msgid "Pause after solder dispensing." msgstr "Пауза после выдачи паяльной пасты." -#: flatcamGUI/PreferencesUI.py:6627 flatcamTools/ToolSolderPaste.py:313 +#: flatcamGUI/PreferencesUI.py:6619 flatcamTools/ToolSolderPaste.py:313 msgid "Spindle Speed REV" msgstr "Скорость обратного вращения шпинделя" -#: flatcamGUI/PreferencesUI.py:6629 flatcamTools/ToolSolderPaste.py:315 +#: flatcamGUI/PreferencesUI.py:6621 flatcamTools/ToolSolderPaste.py:315 msgid "" "The dispenser speed while retracting solder paste\n" "through the dispenser nozzle." @@ -11826,11 +11855,11 @@ msgstr "" "Скорость распределителя пока втягивающ затир припоя\n" "через сопло дозатора." -#: flatcamGUI/PreferencesUI.py:6641 flatcamTools/ToolSolderPaste.py:326 +#: flatcamGUI/PreferencesUI.py:6633 flatcamTools/ToolSolderPaste.py:326 msgid "Dwell REV" msgstr "Задержка В КОНЦЕ" -#: flatcamGUI/PreferencesUI.py:6643 flatcamTools/ToolSolderPaste.py:328 +#: flatcamGUI/PreferencesUI.py:6635 flatcamTools/ToolSolderPaste.py:328 msgid "" "Pause after solder paste dispenser retracted,\n" "to allow pressure equilibrium." @@ -11838,15 +11867,15 @@ msgstr "" "Пауза после того, как дозатор паяльной пасты будет убран,\n" "чтобы обеспечить равномерное выдавливание." -#: flatcamGUI/PreferencesUI.py:6652 flatcamTools/ToolSolderPaste.py:336 +#: flatcamGUI/PreferencesUI.py:6644 flatcamTools/ToolSolderPaste.py:336 msgid "Files that control the GCode generation." msgstr "Файлы контролирующие генерацию GCode." -#: flatcamGUI/PreferencesUI.py:6667 +#: flatcamGUI/PreferencesUI.py:6659 msgid "Substractor Tool Options" msgstr "Параметры инструмента Substractor" -#: flatcamGUI/PreferencesUI.py:6673 +#: flatcamGUI/PreferencesUI.py:6665 msgid "" "A tool to substract one Gerber or Geometry object\n" "from another of the same type." @@ -11854,20 +11883,20 @@ msgstr "" "Инструмент для вычитания одного объекта Gerber или Геометрия\n" "от другого того же типа." -#: flatcamGUI/PreferencesUI.py:6678 flatcamTools/ToolSub.py:149 +#: flatcamGUI/PreferencesUI.py:6670 flatcamTools/ToolSub.py:149 msgid "Close paths" msgstr "Закрыть пути" -#: flatcamGUI/PreferencesUI.py:6679 +#: flatcamGUI/PreferencesUI.py:6671 msgid "" "Checking this will close the paths cut by the Geometry substractor object." msgstr "Проверка этого закроет пути, прорезанные объектом субметора Геометрия." -#: flatcamGUI/PreferencesUI.py:6690 +#: flatcamGUI/PreferencesUI.py:6682 msgid "Check Rules Tool Options" msgstr "Параметры проверки правил" -#: flatcamGUI/PreferencesUI.py:6695 +#: flatcamGUI/PreferencesUI.py:6687 msgid "" "A tool to check if Gerber files are within a set\n" "of Manufacturing Rules." @@ -11875,20 +11904,20 @@ msgstr "" "Инструмент для проверки наличия файлов Gerber в наборе\n" "правил изготовления." -#: flatcamGUI/PreferencesUI.py:6705 flatcamTools/ToolRulesCheck.py:256 +#: flatcamGUI/PreferencesUI.py:6697 flatcamTools/ToolRulesCheck.py:256 #: flatcamTools/ToolRulesCheck.py:920 msgid "Trace Size" msgstr "Размер трассы" -#: flatcamGUI/PreferencesUI.py:6707 flatcamTools/ToolRulesCheck.py:258 +#: flatcamGUI/PreferencesUI.py:6699 flatcamTools/ToolRulesCheck.py:258 msgid "This checks if the minimum size for traces is met." msgstr "Это проверяет, соблюден ли минимальный размер трассы." -#: flatcamGUI/PreferencesUI.py:6717 flatcamGUI/PreferencesUI.py:6737 -#: flatcamGUI/PreferencesUI.py:6757 flatcamGUI/PreferencesUI.py:6777 -#: flatcamGUI/PreferencesUI.py:6797 flatcamGUI/PreferencesUI.py:6817 -#: flatcamGUI/PreferencesUI.py:6837 flatcamGUI/PreferencesUI.py:6857 -#: flatcamGUI/PreferencesUI.py:6879 flatcamGUI/PreferencesUI.py:6899 +#: flatcamGUI/PreferencesUI.py:6709 flatcamGUI/PreferencesUI.py:6729 +#: flatcamGUI/PreferencesUI.py:6749 flatcamGUI/PreferencesUI.py:6769 +#: flatcamGUI/PreferencesUI.py:6789 flatcamGUI/PreferencesUI.py:6809 +#: flatcamGUI/PreferencesUI.py:6829 flatcamGUI/PreferencesUI.py:6849 +#: flatcamGUI/PreferencesUI.py:6871 flatcamGUI/PreferencesUI.py:6891 #: flatcamTools/ToolRulesCheck.py:268 flatcamTools/ToolRulesCheck.py:290 #: flatcamTools/ToolRulesCheck.py:313 flatcamTools/ToolRulesCheck.py:336 #: flatcamTools/ToolRulesCheck.py:359 flatcamTools/ToolRulesCheck.py:382 @@ -11897,38 +11926,38 @@ msgstr "Это проверяет, соблюден ли минимальный msgid "Min value" msgstr "Минимальное значение" -#: flatcamGUI/PreferencesUI.py:6719 flatcamTools/ToolRulesCheck.py:270 +#: flatcamGUI/PreferencesUI.py:6711 flatcamTools/ToolRulesCheck.py:270 msgid "Minimum acceptable trace size." msgstr "Минимальный допустимый размер трассировки." -#: flatcamGUI/PreferencesUI.py:6724 flatcamTools/ToolRulesCheck.py:277 +#: flatcamGUI/PreferencesUI.py:6716 flatcamTools/ToolRulesCheck.py:277 #: flatcamTools/ToolRulesCheck.py:1148 flatcamTools/ToolRulesCheck.py:1178 msgid "Copper to Copper clearance" msgstr "Зазор между медными дорожками" -#: flatcamGUI/PreferencesUI.py:6726 flatcamTools/ToolRulesCheck.py:279 +#: flatcamGUI/PreferencesUI.py:6718 flatcamTools/ToolRulesCheck.py:279 msgid "" "This checks if the minimum clearance between copper\n" "features is met." msgstr "Проверяет, соблюдены ли минимальные зазоры между медью." -#: flatcamGUI/PreferencesUI.py:6739 flatcamGUI/PreferencesUI.py:6759 -#: flatcamGUI/PreferencesUI.py:6779 flatcamGUI/PreferencesUI.py:6799 -#: flatcamGUI/PreferencesUI.py:6819 flatcamGUI/PreferencesUI.py:6839 -#: flatcamGUI/PreferencesUI.py:6901 flatcamTools/ToolRulesCheck.py:292 +#: flatcamGUI/PreferencesUI.py:6731 flatcamGUI/PreferencesUI.py:6751 +#: flatcamGUI/PreferencesUI.py:6771 flatcamGUI/PreferencesUI.py:6791 +#: flatcamGUI/PreferencesUI.py:6811 flatcamGUI/PreferencesUI.py:6831 +#: flatcamGUI/PreferencesUI.py:6893 flatcamTools/ToolRulesCheck.py:292 #: flatcamTools/ToolRulesCheck.py:315 flatcamTools/ToolRulesCheck.py:338 #: flatcamTools/ToolRulesCheck.py:361 flatcamTools/ToolRulesCheck.py:384 #: flatcamTools/ToolRulesCheck.py:407 flatcamTools/ToolRulesCheck.py:455 msgid "Minimum acceptable clearance value." msgstr "Минимально допустимое значение зазора." -#: flatcamGUI/PreferencesUI.py:6744 flatcamTools/ToolRulesCheck.py:300 +#: flatcamGUI/PreferencesUI.py:6736 flatcamTools/ToolRulesCheck.py:300 #: flatcamTools/ToolRulesCheck.py:1208 flatcamTools/ToolRulesCheck.py:1214 #: flatcamTools/ToolRulesCheck.py:1227 flatcamTools/ToolRulesCheck.py:1234 msgid "Copper to Outline clearance" msgstr "Зазор между медью и контуром" -#: flatcamGUI/PreferencesUI.py:6746 flatcamTools/ToolRulesCheck.py:302 +#: flatcamGUI/PreferencesUI.py:6738 flatcamTools/ToolRulesCheck.py:302 msgid "" "This checks if the minimum clearance between copper\n" "features and the outline is met." @@ -11936,23 +11965,23 @@ msgstr "" "Проверяет, выполнены ли минимальные зазоры между медью\n" "и контурами." -#: flatcamGUI/PreferencesUI.py:6764 flatcamTools/ToolRulesCheck.py:323 +#: flatcamGUI/PreferencesUI.py:6756 flatcamTools/ToolRulesCheck.py:323 msgid "Silk to Silk Clearance" msgstr "Зазор между шелкографией" -#: flatcamGUI/PreferencesUI.py:6766 flatcamTools/ToolRulesCheck.py:325 +#: flatcamGUI/PreferencesUI.py:6758 flatcamTools/ToolRulesCheck.py:325 msgid "" "This checks if the minimum clearance between silkscreen\n" "features and silkscreen features is met." msgstr "Проверяет, соблюдены ли минимальные зазоры между шелкографией." -#: flatcamGUI/PreferencesUI.py:6784 flatcamTools/ToolRulesCheck.py:346 +#: flatcamGUI/PreferencesUI.py:6776 flatcamTools/ToolRulesCheck.py:346 #: flatcamTools/ToolRulesCheck.py:1317 flatcamTools/ToolRulesCheck.py:1323 #: flatcamTools/ToolRulesCheck.py:1341 msgid "Silk to Solder Mask Clearance" msgstr "Зазор между шелкографией и паяльной маской" -#: flatcamGUI/PreferencesUI.py:6786 flatcamTools/ToolRulesCheck.py:348 +#: flatcamGUI/PreferencesUI.py:6778 flatcamTools/ToolRulesCheck.py:348 msgid "" "This checks if the minimum clearance between silkscreen\n" "features and soldermask features is met." @@ -11960,13 +11989,13 @@ msgstr "" "Проверяет, соблюдены ли минимальные зазоры между шелкографией\n" "и паяльной маской." -#: flatcamGUI/PreferencesUI.py:6804 flatcamTools/ToolRulesCheck.py:369 +#: flatcamGUI/PreferencesUI.py:6796 flatcamTools/ToolRulesCheck.py:369 #: flatcamTools/ToolRulesCheck.py:1371 flatcamTools/ToolRulesCheck.py:1377 #: flatcamTools/ToolRulesCheck.py:1391 flatcamTools/ToolRulesCheck.py:1398 msgid "Silk to Outline Clearance" msgstr "Зазор между шелкографией и контуром" -#: flatcamGUI/PreferencesUI.py:6806 flatcamTools/ToolRulesCheck.py:371 +#: flatcamGUI/PreferencesUI.py:6798 flatcamTools/ToolRulesCheck.py:371 msgid "" "This checks if the minimum clearance between silk\n" "features and the outline is met." @@ -11974,12 +12003,12 @@ msgstr "" "Проверяет, соблюдены ли минимальные зазоры между шелкографией\n" "и контурами." -#: flatcamGUI/PreferencesUI.py:6824 flatcamTools/ToolRulesCheck.py:392 +#: flatcamGUI/PreferencesUI.py:6816 flatcamTools/ToolRulesCheck.py:392 #: flatcamTools/ToolRulesCheck.py:1409 flatcamTools/ToolRulesCheck.py:1436 msgid "Minimum Solder Mask Sliver" msgstr "Минимальная ширина паяльной маски" -#: flatcamGUI/PreferencesUI.py:6826 flatcamTools/ToolRulesCheck.py:394 +#: flatcamGUI/PreferencesUI.py:6818 flatcamTools/ToolRulesCheck.py:394 msgid "" "This checks if the minimum clearance between soldermask\n" "features and soldermask features is met." @@ -11987,13 +12016,13 @@ msgstr "" "Проверяет, соблюдены ли минимальные зазоры между паяльной маской\n" "и встречной паяльной маской." -#: flatcamGUI/PreferencesUI.py:6844 flatcamTools/ToolRulesCheck.py:415 +#: flatcamGUI/PreferencesUI.py:6836 flatcamTools/ToolRulesCheck.py:415 #: flatcamTools/ToolRulesCheck.py:1474 flatcamTools/ToolRulesCheck.py:1480 #: flatcamTools/ToolRulesCheck.py:1496 flatcamTools/ToolRulesCheck.py:1503 msgid "Minimum Annular Ring" msgstr "Минимальное медное кольцо" -#: flatcamGUI/PreferencesUI.py:6846 flatcamTools/ToolRulesCheck.py:417 +#: flatcamGUI/PreferencesUI.py:6838 flatcamTools/ToolRulesCheck.py:417 msgid "" "This checks if the minimum copper ring left by drilling\n" "a hole into a pad is met." @@ -12001,31 +12030,31 @@ msgstr "" "Проверяет, останется ли минимальное медное кольцо при сверлении\n" "отверстия в площадке." -#: flatcamGUI/PreferencesUI.py:6859 flatcamTools/ToolRulesCheck.py:430 +#: flatcamGUI/PreferencesUI.py:6851 flatcamTools/ToolRulesCheck.py:430 msgid "Minimum acceptable ring value." msgstr "Минимальное допустимое значение кольца." -#: flatcamGUI/PreferencesUI.py:6866 flatcamTools/ToolRulesCheck.py:440 +#: flatcamGUI/PreferencesUI.py:6858 flatcamTools/ToolRulesCheck.py:440 #: flatcamTools/ToolRulesCheck.py:864 msgid "Hole to Hole Clearance" msgstr "Зазор между отверстиями" -#: flatcamGUI/PreferencesUI.py:6868 flatcamTools/ToolRulesCheck.py:442 +#: flatcamGUI/PreferencesUI.py:6860 flatcamTools/ToolRulesCheck.py:442 msgid "" "This checks if the minimum clearance between a drill hole\n" "and another drill hole is met." msgstr "Проверяет, есть ли минимальный зазор между отверстиями." -#: flatcamGUI/PreferencesUI.py:6881 flatcamTools/ToolRulesCheck.py:478 +#: flatcamGUI/PreferencesUI.py:6873 flatcamTools/ToolRulesCheck.py:478 msgid "Minimum acceptable drill size." msgstr "Минимальный допустимый размер отверстия." -#: flatcamGUI/PreferencesUI.py:6886 flatcamTools/ToolRulesCheck.py:463 +#: flatcamGUI/PreferencesUI.py:6878 flatcamTools/ToolRulesCheck.py:463 #: flatcamTools/ToolRulesCheck.py:838 msgid "Hole Size" msgstr "Размер отверстия" -#: flatcamGUI/PreferencesUI.py:6888 flatcamTools/ToolRulesCheck.py:465 +#: flatcamGUI/PreferencesUI.py:6880 flatcamTools/ToolRulesCheck.py:465 msgid "" "This checks if the drill holes\n" "sizes are above the threshold." @@ -12033,11 +12062,11 @@ msgstr "" "Проверяет, превышают ли размеры просверленного отверстия\n" "допустимый порог." -#: flatcamGUI/PreferencesUI.py:6913 +#: flatcamGUI/PreferencesUI.py:6905 msgid "Optimal Tool Options" msgstr "Параметры оптимизации" -#: flatcamGUI/PreferencesUI.py:6919 +#: flatcamGUI/PreferencesUI.py:6911 msgid "" "A tool to find the minimum distance between\n" "every two Gerber geometric elements" @@ -12045,20 +12074,20 @@ msgstr "" "Инструмент для поиска минимального расстояния между\n" "двумя элементами геометрии Gerber" -#: flatcamGUI/PreferencesUI.py:6934 flatcamTools/ToolOptimal.py:78 +#: flatcamGUI/PreferencesUI.py:6926 flatcamTools/ToolOptimal.py:78 msgid "Precision" msgstr "Точность" -#: flatcamGUI/PreferencesUI.py:6936 +#: flatcamGUI/PreferencesUI.py:6928 msgid "Number of decimals for the distances and coordinates in this tool." msgstr "" "Количество десятичных знаков для расстояний и координат в этом инструменте." -#: flatcamGUI/PreferencesUI.py:6950 +#: flatcamGUI/PreferencesUI.py:6942 msgid "QRCode Tool Options" msgstr "Параметры QR-кода" -#: flatcamGUI/PreferencesUI.py:6956 +#: flatcamGUI/PreferencesUI.py:6948 msgid "" "A tool to create a QRCode that can be inserted\n" "into a selected Gerber file, or it can be exported as a file." @@ -12066,11 +12095,11 @@ msgstr "" "Инструмент для создания QR-кода, который можно вставить\n" "в выбранный файл Gerber, или его можно экспортировать в файл." -#: flatcamGUI/PreferencesUI.py:6968 flatcamTools/ToolQRCode.py:99 +#: flatcamGUI/PreferencesUI.py:6960 flatcamTools/ToolQRCode.py:99 msgid "Version" msgstr "Версия" -#: flatcamGUI/PreferencesUI.py:6970 flatcamTools/ToolQRCode.py:101 +#: flatcamGUI/PreferencesUI.py:6962 flatcamTools/ToolQRCode.py:101 msgid "" "QRCode version can have values from 1 (21x21 boxes)\n" "to 40 (177x177 boxes)." @@ -12078,11 +12107,11 @@ msgstr "" "Версия QRCode может иметь значения от 1 (21x21).\n" "до 40 (177x177)." -#: flatcamGUI/PreferencesUI.py:6981 flatcamTools/ToolQRCode.py:112 +#: flatcamGUI/PreferencesUI.py:6973 flatcamTools/ToolQRCode.py:112 msgid "Error correction" msgstr "Коррекция ошибок" -#: flatcamGUI/PreferencesUI.py:6983 flatcamGUI/PreferencesUI.py:6994 +#: flatcamGUI/PreferencesUI.py:6975 flatcamGUI/PreferencesUI.py:6986 #: flatcamTools/ToolQRCode.py:114 flatcamTools/ToolQRCode.py:125 #, python-format msgid "" @@ -12098,11 +12127,11 @@ msgstr "" "Q = макс. 25%% ошибок могут быть исправлены\n" "H = макс. 30%% ошибок могут быть исправлены." -#: flatcamGUI/PreferencesUI.py:7004 flatcamTools/ToolQRCode.py:135 +#: flatcamGUI/PreferencesUI.py:6996 flatcamTools/ToolQRCode.py:135 msgid "Box Size" msgstr "Размер поля" -#: flatcamGUI/PreferencesUI.py:7006 flatcamTools/ToolQRCode.py:137 +#: flatcamGUI/PreferencesUI.py:6998 flatcamTools/ToolQRCode.py:137 msgid "" "Box size control the overall size of the QRcode\n" "by adjusting the size of each box in the code." @@ -12110,11 +12139,11 @@ msgstr "" "Размер рамки регулирует общий размер QR-кода.\n" "откорректировав размер каждой рамки в коде." -#: flatcamGUI/PreferencesUI.py:7017 flatcamTools/ToolQRCode.py:148 +#: flatcamGUI/PreferencesUI.py:7009 flatcamTools/ToolQRCode.py:148 msgid "Border Size" msgstr "Отступ" -#: flatcamGUI/PreferencesUI.py:7019 flatcamTools/ToolQRCode.py:150 +#: flatcamGUI/PreferencesUI.py:7011 flatcamTools/ToolQRCode.py:150 msgid "" "Size of the QRCode border. How many boxes thick is the border.\n" "Default value is 4. The width of the clearance around the QRCode." @@ -12122,24 +12151,24 @@ msgstr "" "Размер границы QR-кода. Насколько рамка толще границы.\n" "Значение по умолчанию 4. Ширина зазора вокруг QR-кода." -#: flatcamGUI/PreferencesUI.py:7030 flatcamTools/ToolQRCode.py:162 +#: flatcamGUI/PreferencesUI.py:7022 flatcamTools/ToolQRCode.py:162 msgid "QRCode Data" msgstr "Данные QR-кода" -#: flatcamGUI/PreferencesUI.py:7032 flatcamTools/ToolQRCode.py:164 +#: flatcamGUI/PreferencesUI.py:7024 flatcamTools/ToolQRCode.py:164 msgid "QRCode Data. Alphanumeric text to be encoded in the QRCode." msgstr "" "Данные QRCode. Буквенно-цифровой текст, подлежащий кодированию в QRCode." -#: flatcamGUI/PreferencesUI.py:7036 flatcamTools/ToolQRCode.py:168 +#: flatcamGUI/PreferencesUI.py:7028 flatcamTools/ToolQRCode.py:168 msgid "Add here the text to be included in the QRCode..." msgstr "Добавьте сюда текст, который будет включен в QRCode..." -#: flatcamGUI/PreferencesUI.py:7042 flatcamTools/ToolQRCode.py:174 +#: flatcamGUI/PreferencesUI.py:7034 flatcamTools/ToolQRCode.py:174 msgid "Polarity" msgstr "Полярность" -#: flatcamGUI/PreferencesUI.py:7044 flatcamTools/ToolQRCode.py:176 +#: flatcamGUI/PreferencesUI.py:7036 flatcamTools/ToolQRCode.py:176 msgid "" "Choose the polarity of the QRCode.\n" "It can be drawn in a negative way (squares are clear)\n" @@ -12149,17 +12178,17 @@ msgstr "" "Он может быть нарисован как негптив (квадраты видны)\n" "или позитив (квадраты непрозрачны)." -#: flatcamGUI/PreferencesUI.py:7048 flatcamTools/ToolFilm.py:296 +#: flatcamGUI/PreferencesUI.py:7040 flatcamTools/ToolFilm.py:296 #: flatcamTools/ToolQRCode.py:180 msgid "Negative" msgstr "Негатив" -#: flatcamGUI/PreferencesUI.py:7049 flatcamTools/ToolFilm.py:295 +#: flatcamGUI/PreferencesUI.py:7041 flatcamTools/ToolFilm.py:295 #: flatcamTools/ToolQRCode.py:181 msgid "Positive" msgstr "Позитив" -#: flatcamGUI/PreferencesUI.py:7051 flatcamTools/ToolQRCode.py:183 +#: flatcamGUI/PreferencesUI.py:7043 flatcamTools/ToolQRCode.py:183 msgid "" "Choose the type of QRCode to be created.\n" "If added on a Silkscreen Gerber file the QRCode may\n" @@ -12171,7 +12200,7 @@ msgstr "" "будет добавлено как позитив. Если он добавлен к Copper Gerber.\n" "то, возможно, QRCode может быть добавлен как негатив." -#: flatcamGUI/PreferencesUI.py:7062 flatcamGUI/PreferencesUI.py:7068 +#: flatcamGUI/PreferencesUI.py:7054 flatcamGUI/PreferencesUI.py:7060 #: flatcamTools/ToolQRCode.py:194 flatcamTools/ToolQRCode.py:200 msgid "" "The bounding box, meaning the empty space that surrounds\n" @@ -12180,27 +12209,27 @@ msgstr "" "Ограничительная рамка, означающая пустое пространство вокруг\n" "QRCode, может иметь округлую или квадратную форму." -#: flatcamGUI/PreferencesUI.py:7075 flatcamTools/ToolQRCode.py:228 +#: flatcamGUI/PreferencesUI.py:7067 flatcamTools/ToolQRCode.py:228 msgid "Fill Color" msgstr "Цвет заливки" -#: flatcamGUI/PreferencesUI.py:7077 flatcamTools/ToolQRCode.py:230 +#: flatcamGUI/PreferencesUI.py:7069 flatcamTools/ToolQRCode.py:230 msgid "Set the QRCode fill color (squares color)." msgstr "Задаёт цвет заливки QRCode (цвет квадратов)." -#: flatcamGUI/PreferencesUI.py:7096 flatcamTools/ToolQRCode.py:252 +#: flatcamGUI/PreferencesUI.py:7088 flatcamTools/ToolQRCode.py:252 msgid "Back Color" msgstr "Цвет фона" -#: flatcamGUI/PreferencesUI.py:7098 flatcamTools/ToolQRCode.py:254 +#: flatcamGUI/PreferencesUI.py:7090 flatcamTools/ToolQRCode.py:254 msgid "Set the QRCode background color." msgstr "Устанавливает цвет фона QRCode." -#: flatcamGUI/PreferencesUI.py:7138 +#: flatcamGUI/PreferencesUI.py:7130 msgid "Copper Thieving Tool Options" msgstr "Параметры Copper Thieving" -#: flatcamGUI/PreferencesUI.py:7150 +#: flatcamGUI/PreferencesUI.py:7142 msgid "" "A tool to generate a Copper Thieving that can be added\n" "to a selected Gerber file." @@ -12208,16 +12237,16 @@ msgstr "" "Инструмент для создания Copper Thieving, который может быть добавлен\n" "в выбранный Gerber файл." -#: flatcamGUI/PreferencesUI.py:7158 +#: flatcamGUI/PreferencesUI.py:7150 msgid "Number of steps (lines) used to interpolate circles." msgstr "Количество шагов (линий), используемых для интерполяции окружностей." -#: flatcamGUI/PreferencesUI.py:7168 flatcamGUI/PreferencesUI.py:7372 +#: flatcamGUI/PreferencesUI.py:7160 flatcamGUI/PreferencesUI.py:7364 #: flatcamTools/ToolCopperThieving.py:96 flatcamTools/ToolCopperThieving.py:429 msgid "Clearance" msgstr "Зазор" -#: flatcamGUI/PreferencesUI.py:7170 +#: flatcamGUI/PreferencesUI.py:7162 msgid "" "This set the distance between the copper Thieving components\n" "(the polygon fill may be split in multiple polygons)\n" @@ -12227,22 +12256,22 @@ msgstr "" "(заливка полигона может быть разделена на несколько полигонов)\n" "и медными трассами в Gerber файле." -#: flatcamGUI/PreferencesUI.py:7198 flatcamTools/ToolCopperThieving.py:126 -#: flatcamTools/ToolNonCopperClear.py:436 flatcamTools/ToolPaint.py:314 +#: flatcamGUI/PreferencesUI.py:7190 flatcamTools/ToolCopperThieving.py:126 +#: flatcamTools/ToolNonCopperClear.py:430 flatcamTools/ToolPaint.py:308 msgid "Area Selection" msgstr "Выбор области" -#: flatcamGUI/PreferencesUI.py:7199 flatcamTools/ToolCopperThieving.py:127 -#: flatcamTools/ToolNonCopperClear.py:437 flatcamTools/ToolPaint.py:316 +#: flatcamGUI/PreferencesUI.py:7191 flatcamTools/ToolCopperThieving.py:127 +#: flatcamTools/ToolNonCopperClear.py:431 flatcamTools/ToolPaint.py:310 msgid "Reference Object" msgstr "Ссылочный объект" -#: flatcamGUI/PreferencesUI.py:7201 flatcamTools/ToolCopperThieving.py:129 -#: flatcamTools/ToolNonCopperClear.py:439 +#: flatcamGUI/PreferencesUI.py:7193 flatcamTools/ToolCopperThieving.py:129 +#: flatcamTools/ToolNonCopperClear.py:433 msgid "Reference:" msgstr "Ссылка:" -#: flatcamGUI/PreferencesUI.py:7203 +#: flatcamGUI/PreferencesUI.py:7195 msgid "" "- 'Itself' - the copper Thieving extent is based on the object extent.\n" "- 'Area Selection' - left mouse click to start selection of the area to be " @@ -12257,44 +12286,44 @@ msgstr "" "- 'Референсный объект' - будет выполнять Copper Thieving в области указанной " "другим объектом." -#: flatcamGUI/PreferencesUI.py:7212 flatcamTools/ToolCopperThieving.py:170 +#: flatcamGUI/PreferencesUI.py:7204 flatcamTools/ToolCopperThieving.py:170 msgid "Rectangular" msgstr "Прямоугольная" -#: flatcamGUI/PreferencesUI.py:7213 flatcamTools/ToolCopperThieving.py:171 +#: flatcamGUI/PreferencesUI.py:7205 flatcamTools/ToolCopperThieving.py:171 msgid "Minimal" -msgstr "Минимальный" +msgstr "Минимальная" -#: flatcamGUI/PreferencesUI.py:7215 flatcamTools/ToolCopperThieving.py:173 +#: flatcamGUI/PreferencesUI.py:7207 flatcamTools/ToolCopperThieving.py:173 #: flatcamTools/ToolFilm.py:113 msgid "Box Type:" msgstr "Тип рамки:" -#: flatcamGUI/PreferencesUI.py:7217 flatcamTools/ToolCopperThieving.py:175 +#: flatcamGUI/PreferencesUI.py:7209 flatcamTools/ToolCopperThieving.py:175 msgid "" "- 'Rectangular' - the bounding box will be of rectangular shape.\n" "- 'Minimal' - the bounding box will be the convex hull shape." msgstr "" -"- 'Прямоугольник' - ограничительная рамка будет иметь прямоугольную форму.\n" -"- 'Минимальный' - ограничительная рамка будет повторять форму корпуса." +"- 'Прямоугольная' - ограничительная рамка будет иметь прямоугольную форму.\n" +"- 'Минимальная' - ограничительная рамка будет повторять форму корпуса." -#: flatcamGUI/PreferencesUI.py:7231 flatcamTools/ToolCopperThieving.py:191 +#: flatcamGUI/PreferencesUI.py:7223 flatcamTools/ToolCopperThieving.py:191 msgid "Dots Grid" msgstr "Сетка точек" -#: flatcamGUI/PreferencesUI.py:7232 flatcamTools/ToolCopperThieving.py:192 +#: flatcamGUI/PreferencesUI.py:7224 flatcamTools/ToolCopperThieving.py:192 msgid "Squares Grid" msgstr "Сетка квадратов" -#: flatcamGUI/PreferencesUI.py:7233 flatcamTools/ToolCopperThieving.py:193 +#: flatcamGUI/PreferencesUI.py:7225 flatcamTools/ToolCopperThieving.py:193 msgid "Lines Grid" -msgstr "Линии сетки" +msgstr "Сетка линий" -#: flatcamGUI/PreferencesUI.py:7235 flatcamTools/ToolCopperThieving.py:195 +#: flatcamGUI/PreferencesUI.py:7227 flatcamTools/ToolCopperThieving.py:195 msgid "Fill Type:" msgstr "Тип заполнения:" -#: flatcamGUI/PreferencesUI.py:7237 flatcamTools/ToolCopperThieving.py:197 +#: flatcamGUI/PreferencesUI.py:7229 flatcamTools/ToolCopperThieving.py:197 msgid "" "- 'Solid' - copper thieving will be a solid polygon.\n" "- 'Dots Grid' - the empty area will be filled with a pattern of dots.\n" @@ -12306,54 +12335,54 @@ msgstr "" "- 'Сетка квадратов' - пустая площадь будет заполнена сеткой квадратов.\n" "- 'Сетка линий' - пустая область будет заполнена сеткой линий." -#: flatcamGUI/PreferencesUI.py:7245 flatcamTools/ToolCopperThieving.py:216 +#: flatcamGUI/PreferencesUI.py:7237 flatcamTools/ToolCopperThieving.py:216 msgid "Dots Grid Parameters" msgstr "Параметры точки сетки" -#: flatcamGUI/PreferencesUI.py:7251 flatcamTools/ToolCopperThieving.py:222 +#: flatcamGUI/PreferencesUI.py:7243 flatcamTools/ToolCopperThieving.py:222 msgid "Dot diameter in Dots Grid." msgstr "Диаметр точки в сетке точек." -#: flatcamGUI/PreferencesUI.py:7262 flatcamGUI/PreferencesUI.py:7291 -#: flatcamGUI/PreferencesUI.py:7320 flatcamTools/ToolCopperThieving.py:233 +#: flatcamGUI/PreferencesUI.py:7254 flatcamGUI/PreferencesUI.py:7283 +#: flatcamGUI/PreferencesUI.py:7312 flatcamTools/ToolCopperThieving.py:233 #: flatcamTools/ToolCopperThieving.py:273 #: flatcamTools/ToolCopperThieving.py:313 msgid "Spacing" msgstr "Промежуток" -#: flatcamGUI/PreferencesUI.py:7264 flatcamTools/ToolCopperThieving.py:235 +#: flatcamGUI/PreferencesUI.py:7256 flatcamTools/ToolCopperThieving.py:235 msgid "Distance between each two dots in Dots Grid." msgstr "Расстояние между каждыми двумя точками в сетке точек." -#: flatcamGUI/PreferencesUI.py:7274 flatcamTools/ToolCopperThieving.py:256 +#: flatcamGUI/PreferencesUI.py:7266 flatcamTools/ToolCopperThieving.py:256 msgid "Squares Grid Parameters" msgstr "Параметры квадратной сетки" -#: flatcamGUI/PreferencesUI.py:7280 flatcamTools/ToolCopperThieving.py:262 +#: flatcamGUI/PreferencesUI.py:7272 flatcamTools/ToolCopperThieving.py:262 msgid "Square side size in Squares Grid." msgstr "Размер стороны квадрата в сетке квадратов." -#: flatcamGUI/PreferencesUI.py:7293 flatcamTools/ToolCopperThieving.py:275 +#: flatcamGUI/PreferencesUI.py:7285 flatcamTools/ToolCopperThieving.py:275 msgid "Distance between each two squares in Squares Grid." msgstr "Расстояние между каждыми двумя квадратами в сетке квадратов ." -#: flatcamGUI/PreferencesUI.py:7303 flatcamTools/ToolCopperThieving.py:296 +#: flatcamGUI/PreferencesUI.py:7295 flatcamTools/ToolCopperThieving.py:296 msgid "Lines Grid Parameters" msgstr "Параметры линий сетки" -#: flatcamGUI/PreferencesUI.py:7309 flatcamTools/ToolCopperThieving.py:302 +#: flatcamGUI/PreferencesUI.py:7301 flatcamTools/ToolCopperThieving.py:302 msgid "Line thickness size in Lines Grid." msgstr "Размеры линий по толщине в сетке линий." -#: flatcamGUI/PreferencesUI.py:7322 flatcamTools/ToolCopperThieving.py:315 +#: flatcamGUI/PreferencesUI.py:7314 flatcamTools/ToolCopperThieving.py:315 msgid "Distance between each two lines in Lines Grid." msgstr "Расстояние между двумя линиями в сетке линий." -#: flatcamGUI/PreferencesUI.py:7332 flatcamTools/ToolCopperThieving.py:353 +#: flatcamGUI/PreferencesUI.py:7324 flatcamTools/ToolCopperThieving.py:353 msgid "Robber Bar Parameters" msgstr "Параметры Robber Bar" -#: flatcamGUI/PreferencesUI.py:7334 flatcamTools/ToolCopperThieving.py:355 +#: flatcamGUI/PreferencesUI.py:7326 flatcamTools/ToolCopperThieving.py:355 msgid "" "Parameters used for the robber bar.\n" "Robber bar = copper border to help in pattern hole plating." @@ -12361,27 +12390,27 @@ msgstr "" "Параметры, используемые для robber bar.\n" "Robber ba = медная рамка для облегчения нанесения покрытия на отверстия." -#: flatcamGUI/PreferencesUI.py:7342 flatcamTools/ToolCopperThieving.py:363 +#: flatcamGUI/PreferencesUI.py:7334 flatcamTools/ToolCopperThieving.py:363 msgid "Bounding box margin for robber bar." msgstr "Граница рамки." -#: flatcamGUI/PreferencesUI.py:7353 flatcamTools/ToolCopperThieving.py:374 +#: flatcamGUI/PreferencesUI.py:7345 flatcamTools/ToolCopperThieving.py:374 msgid "Thickness" msgstr "Толщина" -#: flatcamGUI/PreferencesUI.py:7355 flatcamTools/ToolCopperThieving.py:376 +#: flatcamGUI/PreferencesUI.py:7347 flatcamTools/ToolCopperThieving.py:376 msgid "The robber bar thickness." msgstr "Толщина robber bar." -#: flatcamGUI/PreferencesUI.py:7365 flatcamTools/ToolCopperThieving.py:407 +#: flatcamGUI/PreferencesUI.py:7357 flatcamTools/ToolCopperThieving.py:407 msgid "Pattern Plating Mask" msgstr "Рисунок гальванической маски" -#: flatcamGUI/PreferencesUI.py:7367 flatcamTools/ToolCopperThieving.py:409 +#: flatcamGUI/PreferencesUI.py:7359 flatcamTools/ToolCopperThieving.py:409 msgid "Generate a mask for pattern plating." msgstr "Создание рисунка гальванической маски." -#: flatcamGUI/PreferencesUI.py:7374 flatcamTools/ToolCopperThieving.py:431 +#: flatcamGUI/PreferencesUI.py:7366 flatcamTools/ToolCopperThieving.py:431 msgid "" "The distance between the possible copper thieving elements\n" "and/or robber bar and the actual openings in the mask." @@ -12389,16 +12418,16 @@ msgstr "" "Расстояние между возможными элементами copper thieving\n" "и/или robber bar и фактическими отверстиями в маске." -#: flatcamGUI/PreferencesUI.py:7393 +#: flatcamGUI/PreferencesUI.py:7385 msgid "Fiducials Tool Options" msgstr "Параметры контрольных точек" -#: flatcamGUI/PreferencesUI.py:7404 flatcamGUI/PreferencesUI.py:7520 +#: flatcamGUI/PreferencesUI.py:7396 flatcamGUI/PreferencesUI.py:7512 #: flatcamTools/ToolCopperThieving.py:91 flatcamTools/ToolFiducials.py:151 msgid "Parameters used for this tool." msgstr "Параметры, используемые для этого инструмента." -#: flatcamGUI/PreferencesUI.py:7411 flatcamTools/ToolFiducials.py:158 +#: flatcamGUI/PreferencesUI.py:7403 flatcamTools/ToolFiducials.py:158 msgid "" "This set the fiducial diameter if fiducial type is circular,\n" "otherwise is the size of the fiducial.\n" @@ -12409,19 +12438,19 @@ msgstr "" "в противном случае, размер контрольного отверстия\n" "вдвое больше отверстия паяльной маски." -#: flatcamGUI/PreferencesUI.py:7439 flatcamTools/ToolFiducials.py:186 +#: flatcamGUI/PreferencesUI.py:7431 flatcamTools/ToolFiducials.py:186 msgid "Auto" msgstr "Авто" -#: flatcamGUI/PreferencesUI.py:7440 flatcamTools/ToolFiducials.py:187 +#: flatcamGUI/PreferencesUI.py:7432 flatcamTools/ToolFiducials.py:187 msgid "Manual" msgstr "Вручную" -#: flatcamGUI/PreferencesUI.py:7442 flatcamTools/ToolFiducials.py:189 +#: flatcamGUI/PreferencesUI.py:7434 flatcamTools/ToolFiducials.py:189 msgid "Mode:" msgstr "Режим:" -#: flatcamGUI/PreferencesUI.py:7444 +#: flatcamGUI/PreferencesUI.py:7436 msgid "" "- 'Auto' - automatic placement of fiducials in the corners of the bounding " "box.\n" @@ -12431,19 +12460,19 @@ msgstr "" "ограничительной рамки.\n" "- 'Вручную' - ручное размещение контрольных точек." -#: flatcamGUI/PreferencesUI.py:7452 flatcamTools/ToolFiducials.py:199 +#: flatcamGUI/PreferencesUI.py:7444 flatcamTools/ToolFiducials.py:199 msgid "Up" msgstr "Вверху" -#: flatcamGUI/PreferencesUI.py:7453 flatcamTools/ToolFiducials.py:200 +#: flatcamGUI/PreferencesUI.py:7445 flatcamTools/ToolFiducials.py:200 msgid "Down" msgstr "Внизу" -#: flatcamGUI/PreferencesUI.py:7456 flatcamTools/ToolFiducials.py:203 +#: flatcamGUI/PreferencesUI.py:7448 flatcamTools/ToolFiducials.py:203 msgid "Second fiducial" msgstr "Вторичные контрольные точки" -#: flatcamGUI/PreferencesUI.py:7458 flatcamTools/ToolFiducials.py:205 +#: flatcamGUI/PreferencesUI.py:7450 flatcamTools/ToolFiducials.py:205 msgid "" "The position for the second fiducial.\n" "- 'Up' - the order is: bottom-left, top-left, top-right.\n" @@ -12456,19 +12485,19 @@ msgstr "" "- 'Нет' - вторичная контрольная точка отсутствует. Порядок: снизу слева, " "сверху справа." -#: flatcamGUI/PreferencesUI.py:7474 flatcamTools/ToolFiducials.py:221 +#: flatcamGUI/PreferencesUI.py:7466 flatcamTools/ToolFiducials.py:221 msgid "Cross" msgstr "Крест" -#: flatcamGUI/PreferencesUI.py:7475 flatcamTools/ToolFiducials.py:222 +#: flatcamGUI/PreferencesUI.py:7467 flatcamTools/ToolFiducials.py:222 msgid "Chess" msgstr "Шахматный порядок" -#: flatcamGUI/PreferencesUI.py:7478 flatcamTools/ToolFiducials.py:224 +#: flatcamGUI/PreferencesUI.py:7470 flatcamTools/ToolFiducials.py:224 msgid "Fiducial Type" msgstr "Тип контрольных точек" -#: flatcamGUI/PreferencesUI.py:7480 flatcamTools/ToolFiducials.py:226 +#: flatcamGUI/PreferencesUI.py:7472 flatcamTools/ToolFiducials.py:226 msgid "" "The type of fiducial.\n" "- 'Circular' - this is the regular fiducial.\n" @@ -12480,19 +12509,19 @@ msgstr "" "- 'Крест' - крестообразные.\n" "- 'Шахматный порядок' - точки в шахматном порядке." -#: flatcamGUI/PreferencesUI.py:7489 flatcamTools/ToolFiducials.py:235 +#: flatcamGUI/PreferencesUI.py:7481 flatcamTools/ToolFiducials.py:235 msgid "Line thickness" msgstr "Толщина линии" -#: flatcamGUI/PreferencesUI.py:7509 +#: flatcamGUI/PreferencesUI.py:7501 msgid "Calibration Tool Options" msgstr "Параметры калибровки" -#: flatcamGUI/PreferencesUI.py:7525 flatcamTools/ToolCalibration.py:181 +#: flatcamGUI/PreferencesUI.py:7517 flatcamTools/ToolCalibration.py:181 msgid "Source Type" msgstr "Тип источника" -#: flatcamGUI/PreferencesUI.py:7526 flatcamTools/ToolCalibration.py:182 +#: flatcamGUI/PreferencesUI.py:7518 flatcamTools/ToolCalibration.py:182 msgid "" "The source of calibration points.\n" "It can be:\n" @@ -12505,27 +12534,27 @@ msgstr "" "Gerber\n" "- Свободно - > щелкните мышью по холсту для получения точек калибровки" -#: flatcamGUI/PreferencesUI.py:7531 flatcamTools/ToolCalibration.py:187 +#: flatcamGUI/PreferencesUI.py:7523 flatcamTools/ToolCalibration.py:187 msgid "Free" msgstr "Свободно" -#: flatcamGUI/PreferencesUI.py:7545 flatcamTools/ToolCalibration.py:76 +#: flatcamGUI/PreferencesUI.py:7537 flatcamTools/ToolCalibration.py:76 msgid "Height (Z) for travelling between the points." msgstr "Высота (Z) для перемещения между точками." -#: flatcamGUI/PreferencesUI.py:7557 flatcamTools/ToolCalibration.py:88 +#: flatcamGUI/PreferencesUI.py:7549 flatcamTools/ToolCalibration.py:88 msgid "Verification Z" msgstr "Проверка Z" -#: flatcamGUI/PreferencesUI.py:7559 flatcamTools/ToolCalibration.py:90 +#: flatcamGUI/PreferencesUI.py:7551 flatcamTools/ToolCalibration.py:90 msgid "Height (Z) for checking the point." msgstr "Высота (Z) для проверки точки." -#: flatcamGUI/PreferencesUI.py:7571 flatcamTools/ToolCalibration.py:102 +#: flatcamGUI/PreferencesUI.py:7563 flatcamTools/ToolCalibration.py:102 msgid "Zero Z tool" msgstr "Обнуление Z" -#: flatcamGUI/PreferencesUI.py:7573 flatcamTools/ToolCalibration.py:104 +#: flatcamGUI/PreferencesUI.py:7565 flatcamTools/ToolCalibration.py:104 msgid "" "Include a sequence to zero the height (Z)\n" "of the verification tool." @@ -12533,11 +12562,11 @@ msgstr "" "Включает последовательное обнуление высоты (Z)\n" "при проверке." -#: flatcamGUI/PreferencesUI.py:7582 flatcamTools/ToolCalibration.py:113 +#: flatcamGUI/PreferencesUI.py:7574 flatcamTools/ToolCalibration.py:113 msgid "Height (Z) for mounting the verification probe." msgstr "Высота (Z) для установки проверочной пробы." -#: flatcamGUI/PreferencesUI.py:7596 flatcamTools/ToolCalibration.py:127 +#: flatcamGUI/PreferencesUI.py:7588 flatcamTools/ToolCalibration.py:127 msgid "" "Toolchange X,Y position.\n" "If no value is entered then the current\n" @@ -12547,11 +12576,11 @@ msgstr "" "Если значение не введено, то текущий\n" "(х, у) точка будет использоваться," -#: flatcamGUI/PreferencesUI.py:7607 flatcamTools/ToolCalibration.py:153 +#: flatcamGUI/PreferencesUI.py:7599 flatcamTools/ToolCalibration.py:153 msgid "Second point" msgstr "Вторая точка" -#: flatcamGUI/PreferencesUI.py:7609 flatcamTools/ToolCalibration.py:155 +#: flatcamGUI/PreferencesUI.py:7601 flatcamTools/ToolCalibration.py:155 msgid "" "Second point in the Gcode verification can be:\n" "- top-left -> the user will align the PCB vertically\n" @@ -12561,45 +12590,45 @@ msgstr "" "- вверху слева -> пользователь выровняет печатную плату по вертикали\n" "- внизу справа -> пользователь выровняет печатную плату по горизонтали" -#: flatcamGUI/PreferencesUI.py:7613 flatcamTools/ToolCalibration.py:159 +#: flatcamGUI/PreferencesUI.py:7605 flatcamTools/ToolCalibration.py:159 msgid "Top-Left" msgstr "Верхний левый" -#: flatcamGUI/PreferencesUI.py:7614 flatcamTools/ToolCalibration.py:160 +#: flatcamGUI/PreferencesUI.py:7606 flatcamTools/ToolCalibration.py:160 msgid "Bottom-Right" msgstr "Внизу справа" -#: flatcamGUI/PreferencesUI.py:7628 +#: flatcamGUI/PreferencesUI.py:7620 msgid "Excellon File associations" msgstr "Ассоциации файлов Excellon" -#: flatcamGUI/PreferencesUI.py:7641 flatcamGUI/PreferencesUI.py:7714 -#: flatcamGUI/PreferencesUI.py:7784 flatcamGUI/PreferencesUI.py:7854 +#: flatcamGUI/PreferencesUI.py:7633 flatcamGUI/PreferencesUI.py:7706 +#: flatcamGUI/PreferencesUI.py:7776 flatcamGUI/PreferencesUI.py:7846 msgid "Restore" msgstr "Восстановить" -#: flatcamGUI/PreferencesUI.py:7642 flatcamGUI/PreferencesUI.py:7715 -#: flatcamGUI/PreferencesUI.py:7785 +#: flatcamGUI/PreferencesUI.py:7634 flatcamGUI/PreferencesUI.py:7707 +#: flatcamGUI/PreferencesUI.py:7777 msgid "Restore the extension list to the default state." msgstr "Восстановление списка расширений в состояние по умолчанию." -#: flatcamGUI/PreferencesUI.py:7643 flatcamGUI/PreferencesUI.py:7716 -#: flatcamGUI/PreferencesUI.py:7786 flatcamGUI/PreferencesUI.py:7856 +#: flatcamGUI/PreferencesUI.py:7635 flatcamGUI/PreferencesUI.py:7708 +#: flatcamGUI/PreferencesUI.py:7778 flatcamGUI/PreferencesUI.py:7848 msgid "Delete All" msgstr "Удалить все" -#: flatcamGUI/PreferencesUI.py:7644 flatcamGUI/PreferencesUI.py:7717 -#: flatcamGUI/PreferencesUI.py:7787 +#: flatcamGUI/PreferencesUI.py:7636 flatcamGUI/PreferencesUI.py:7709 +#: flatcamGUI/PreferencesUI.py:7779 msgid "Delete all extensions from the list." msgstr "Удаляет все расширения из списка." -#: flatcamGUI/PreferencesUI.py:7652 flatcamGUI/PreferencesUI.py:7725 -#: flatcamGUI/PreferencesUI.py:7795 +#: flatcamGUI/PreferencesUI.py:7644 flatcamGUI/PreferencesUI.py:7717 +#: flatcamGUI/PreferencesUI.py:7787 msgid "Extensions list" msgstr "Список расширений" -#: flatcamGUI/PreferencesUI.py:7654 flatcamGUI/PreferencesUI.py:7727 -#: flatcamGUI/PreferencesUI.py:7797 +#: flatcamGUI/PreferencesUI.py:7646 flatcamGUI/PreferencesUI.py:7719 +#: flatcamGUI/PreferencesUI.py:7789 msgid "" "List of file extensions to be\n" "associated with FlatCAM." @@ -12607,43 +12636,43 @@ msgstr "" "Список расширений файлов, которые будут\n" "связаны с FlatCAM." -#: flatcamGUI/PreferencesUI.py:7674 flatcamGUI/PreferencesUI.py:7747 -#: flatcamGUI/PreferencesUI.py:7816 flatcamGUI/PreferencesUI.py:7888 +#: flatcamGUI/PreferencesUI.py:7666 flatcamGUI/PreferencesUI.py:7739 +#: flatcamGUI/PreferencesUI.py:7808 flatcamGUI/PreferencesUI.py:7880 msgid "Extension" msgstr "Расширение" -#: flatcamGUI/PreferencesUI.py:7675 flatcamGUI/PreferencesUI.py:7748 -#: flatcamGUI/PreferencesUI.py:7817 +#: flatcamGUI/PreferencesUI.py:7667 flatcamGUI/PreferencesUI.py:7740 +#: flatcamGUI/PreferencesUI.py:7809 msgid "A file extension to be added or deleted to the list." msgstr "Расширение файла для добавления или удаления из списка." -#: flatcamGUI/PreferencesUI.py:7683 flatcamGUI/PreferencesUI.py:7756 -#: flatcamGUI/PreferencesUI.py:7825 +#: flatcamGUI/PreferencesUI.py:7675 flatcamGUI/PreferencesUI.py:7748 +#: flatcamGUI/PreferencesUI.py:7817 msgid "Add Extension" msgstr "Добавить расширение" -#: flatcamGUI/PreferencesUI.py:7684 flatcamGUI/PreferencesUI.py:7757 -#: flatcamGUI/PreferencesUI.py:7826 +#: flatcamGUI/PreferencesUI.py:7676 flatcamGUI/PreferencesUI.py:7749 +#: flatcamGUI/PreferencesUI.py:7818 msgid "Add a file extension to the list" msgstr "Добавляет расширение файла в список" -#: flatcamGUI/PreferencesUI.py:7685 flatcamGUI/PreferencesUI.py:7758 -#: flatcamGUI/PreferencesUI.py:7827 +#: flatcamGUI/PreferencesUI.py:7677 flatcamGUI/PreferencesUI.py:7750 +#: flatcamGUI/PreferencesUI.py:7819 msgid "Delete Extension" msgstr "Удалить расширение" -#: flatcamGUI/PreferencesUI.py:7686 flatcamGUI/PreferencesUI.py:7759 -#: flatcamGUI/PreferencesUI.py:7828 +#: flatcamGUI/PreferencesUI.py:7678 flatcamGUI/PreferencesUI.py:7751 +#: flatcamGUI/PreferencesUI.py:7820 msgid "Delete a file extension from the list" msgstr "Удаляет расширение файла из списка" -#: flatcamGUI/PreferencesUI.py:7693 flatcamGUI/PreferencesUI.py:7766 -#: flatcamGUI/PreferencesUI.py:7835 +#: flatcamGUI/PreferencesUI.py:7685 flatcamGUI/PreferencesUI.py:7758 +#: flatcamGUI/PreferencesUI.py:7827 msgid "Apply Association" msgstr "Ассоциировать" -#: flatcamGUI/PreferencesUI.py:7694 flatcamGUI/PreferencesUI.py:7767 -#: flatcamGUI/PreferencesUI.py:7836 +#: flatcamGUI/PreferencesUI.py:7686 flatcamGUI/PreferencesUI.py:7759 +#: flatcamGUI/PreferencesUI.py:7828 msgid "" "Apply the file associations between\n" "FlatCAM and the files with above extensions.\n" @@ -12655,32 +12684,32 @@ msgstr "" "Они будут активны после следующего входа в систему.\n" "Эта работает только в Windows." -#: flatcamGUI/PreferencesUI.py:7711 +#: flatcamGUI/PreferencesUI.py:7703 msgid "GCode File associations" msgstr "Ассоциации файлов GCode" -#: flatcamGUI/PreferencesUI.py:7781 +#: flatcamGUI/PreferencesUI.py:7773 msgid "Gerber File associations" msgstr "Ассоциации файлов Gerber" -#: flatcamGUI/PreferencesUI.py:7851 +#: flatcamGUI/PreferencesUI.py:7843 msgid "Autocompleter Keywords" msgstr "Ключевые слова автозаполнения" -#: flatcamGUI/PreferencesUI.py:7855 +#: flatcamGUI/PreferencesUI.py:7847 msgid "Restore the autocompleter keywords list to the default state." msgstr "" "Восстановление списока ключевых слов автозаполнения в состояние по умолчанию." -#: flatcamGUI/PreferencesUI.py:7857 +#: flatcamGUI/PreferencesUI.py:7849 msgid "Delete all autocompleter keywords from the list." msgstr "Удаление всех ключевых слов автозаполнения из списка." -#: flatcamGUI/PreferencesUI.py:7865 +#: flatcamGUI/PreferencesUI.py:7857 msgid "Keywords list" msgstr "Список ключевых слов" -#: flatcamGUI/PreferencesUI.py:7867 +#: flatcamGUI/PreferencesUI.py:7859 msgid "" "List of keywords used by\n" "the autocompleter in FlatCAM.\n" @@ -12692,23 +12721,23 @@ msgstr "" "Автозаполнение установлено\n" "в редакторе кода и для Tcl Shell." -#: flatcamGUI/PreferencesUI.py:7889 +#: flatcamGUI/PreferencesUI.py:7881 msgid "A keyword to be added or deleted to the list." msgstr "Ключевое слово, которое будет добавлено или удалено из списка." -#: flatcamGUI/PreferencesUI.py:7897 +#: flatcamGUI/PreferencesUI.py:7889 msgid "Add keyword" msgstr "Добавить ключевое слово" -#: flatcamGUI/PreferencesUI.py:7898 +#: flatcamGUI/PreferencesUI.py:7890 msgid "Add a keyword to the list" msgstr "Добавляет ключевое слово в список" -#: flatcamGUI/PreferencesUI.py:7899 +#: flatcamGUI/PreferencesUI.py:7891 msgid "Delete keyword" msgstr "Удалить ключевое слово" -#: flatcamGUI/PreferencesUI.py:7900 +#: flatcamGUI/PreferencesUI.py:7892 msgid "Delete a keyword from the list" msgstr "Удаляет ключевое слово из списка" @@ -12833,7 +12862,7 @@ msgstr "Вращение Gerber выполнено." #: flatcamParsers/ParseGerber.py:2273 msgid "Gerber Buffer done." -msgstr "Gerber Буфер готов." +msgstr "Буферизация Gerber выполнена." #: flatcamParsers/ParseHPGL2.py:176 msgid "HPGL2 processing. Parsing" @@ -13200,20 +13229,20 @@ msgstr "" "с вышеперечисленными факторами." #: flatcamTools/ToolCalibration.py:686 flatcamTools/ToolCopperThieving.py:482 -#: flatcamTools/ToolCutOut.py:360 flatcamTools/ToolDblSided.py:405 +#: flatcamTools/ToolCutOut.py:362 flatcamTools/ToolDblSided.py:405 #: flatcamTools/ToolFiducials.py:316 flatcamTools/ToolFilm.py:518 -#: flatcamTools/ToolNonCopperClear.py:492 flatcamTools/ToolOptimal.py:237 -#: flatcamTools/ToolPaint.py:378 flatcamTools/ToolPanelize.py:266 +#: flatcamTools/ToolNonCopperClear.py:486 flatcamTools/ToolOptimal.py:237 +#: flatcamTools/ToolPaint.py:372 flatcamTools/ToolPanelize.py:266 #: flatcamTools/ToolQRCode.py:314 flatcamTools/ToolRulesCheck.py:507 #: flatcamTools/ToolSolderPaste.py:470 flatcamTools/ToolSub.py:170 msgid "Reset Tool" msgstr "Сбросить настройки инструмента" #: flatcamTools/ToolCalibration.py:688 flatcamTools/ToolCopperThieving.py:484 -#: flatcamTools/ToolCutOut.py:362 flatcamTools/ToolDblSided.py:407 +#: flatcamTools/ToolCutOut.py:364 flatcamTools/ToolDblSided.py:407 #: flatcamTools/ToolFiducials.py:318 flatcamTools/ToolFilm.py:520 -#: flatcamTools/ToolNonCopperClear.py:494 flatcamTools/ToolOptimal.py:239 -#: flatcamTools/ToolPaint.py:380 flatcamTools/ToolPanelize.py:268 +#: flatcamTools/ToolNonCopperClear.py:488 flatcamTools/ToolOptimal.py:239 +#: flatcamTools/ToolPaint.py:374 flatcamTools/ToolPanelize.py:268 #: flatcamTools/ToolQRCode.py:316 flatcamTools/ToolRulesCheck.py:509 #: flatcamTools/ToolSolderPaste.py:472 flatcamTools/ToolSub.py:172 msgid "Will reset the tool parameters." @@ -13297,7 +13326,7 @@ msgstr "" "другим объектом." #: flatcamTools/ToolCopperThieving.py:138 -#: flatcamTools/ToolNonCopperClear.py:451 flatcamTools/ToolPaint.py:332 +#: flatcamTools/ToolNonCopperClear.py:445 flatcamTools/ToolPaint.py:326 msgid "Ref. Type" msgstr "Тип ссылки" @@ -13311,27 +13340,27 @@ msgstr "" "Это может быть Gerber, Excellon или Geometry." #: flatcamTools/ToolCopperThieving.py:144 flatcamTools/ToolDblSided.py:215 -#: flatcamTools/ToolNonCopperClear.py:457 flatcamTools/ToolPaint.py:338 +#: flatcamTools/ToolNonCopperClear.py:451 flatcamTools/ToolPaint.py:332 msgid "Reference Gerber" msgstr "Референсный Gerber" #: flatcamTools/ToolCopperThieving.py:145 flatcamTools/ToolDblSided.py:216 -#: flatcamTools/ToolNonCopperClear.py:458 flatcamTools/ToolPaint.py:339 +#: flatcamTools/ToolNonCopperClear.py:452 flatcamTools/ToolPaint.py:333 msgid "Reference Excellon" msgstr "Референсный Excellon" #: flatcamTools/ToolCopperThieving.py:146 flatcamTools/ToolDblSided.py:217 -#: flatcamTools/ToolNonCopperClear.py:459 flatcamTools/ToolPaint.py:340 +#: flatcamTools/ToolNonCopperClear.py:453 flatcamTools/ToolPaint.py:334 msgid "Reference Geometry" msgstr "Референсный Geometry" #: flatcamTools/ToolCopperThieving.py:151 -#: flatcamTools/ToolNonCopperClear.py:462 flatcamTools/ToolPaint.py:343 +#: flatcamTools/ToolNonCopperClear.py:456 flatcamTools/ToolPaint.py:337 msgid "Ref. Object" msgstr "Указатель объекта" #: flatcamTools/ToolCopperThieving.py:153 -#: flatcamTools/ToolNonCopperClear.py:464 flatcamTools/ToolPaint.py:345 +#: flatcamTools/ToolNonCopperClear.py:458 flatcamTools/ToolPaint.py:339 msgid "The FlatCAM object to be used as non copper clearing reference." msgstr "" "Объект FlatCAM, который будет использоваться как ссылка на очистку от меди." @@ -13464,10 +13493,10 @@ msgid "Copper Thieving Tool done." msgstr "Copper Thieving завершён." #: flatcamTools/ToolCopperThieving.py:754 -#: flatcamTools/ToolCopperThieving.py:787 flatcamTools/ToolCutOut.py:466 -#: flatcamTools/ToolCutOut.py:640 flatcamTools/ToolNonCopperClear.py:1157 -#: flatcamTools/ToolNonCopperClear.py:1198 -#: flatcamTools/ToolNonCopperClear.py:1230 flatcamTools/ToolPaint.py:1080 +#: flatcamTools/ToolCopperThieving.py:787 flatcamTools/ToolCutOut.py:468 +#: flatcamTools/ToolCutOut.py:642 flatcamTools/ToolNonCopperClear.py:1151 +#: flatcamTools/ToolNonCopperClear.py:1192 +#: flatcamTools/ToolNonCopperClear.py:1224 flatcamTools/ToolPaint.py:1074 #: flatcamTools/ToolPanelize.py:401 flatcamTools/ToolPanelize.py:416 #: flatcamTools/ToolSub.py:288 flatcamTools/ToolSub.py:301 #: flatcamTools/ToolSub.py:492 flatcamTools/ToolSub.py:507 @@ -13477,7 +13506,7 @@ msgid "Could not retrieve object" msgstr "Не удалось получить объект" #: flatcamTools/ToolCopperThieving.py:764 -#: flatcamTools/ToolNonCopperClear.py:1211 +#: flatcamTools/ToolNonCopperClear.py:1205 msgid "Click the start point of the area." msgstr "Нажмите на начальную точку области." @@ -13486,7 +13515,7 @@ msgid "Click the end point of the filling area." msgstr "Нажмите на конечную точку области рисования." #: flatcamTools/ToolCopperThieving.py:821 -#: flatcamTools/ToolNonCopperClear.py:1267 flatcamTools/ToolPaint.py:1207 +#: flatcamTools/ToolNonCopperClear.py:1261 flatcamTools/ToolPaint.py:1201 msgid "Zone added. Click to start adding next zone or right click to finish." msgstr "Зона добавлена. Щелкните правой кнопкой мыши для завершения." @@ -13518,12 +13547,12 @@ msgid "Geometry not supported for bounding box" msgstr "Геометрия не поддерживается для ограничивающих рамок" #: flatcamTools/ToolCopperThieving.py:1062 -#: flatcamTools/ToolNonCopperClear.py:1519 flatcamTools/ToolPaint.py:2679 +#: flatcamTools/ToolNonCopperClear.py:1513 flatcamTools/ToolPaint.py:2673 msgid "No object available." msgstr "Нет доступных объектов." #: flatcamTools/ToolCopperThieving.py:1099 -#: flatcamTools/ToolNonCopperClear.py:1561 +#: flatcamTools/ToolNonCopperClear.py:1555 msgid "The reference object type is not supported." msgstr "Тип указанного объекта не поддерживается." @@ -13572,19 +13601,15 @@ msgstr "" msgid "Object to be cutout" msgstr "Объект вырезания" -#: flatcamTools/ToolCutOut.py:214 -msgid "Convex Shape" -msgstr "Выпуклая форма" - -#: flatcamTools/ToolCutOut.py:228 +#: flatcamTools/ToolCutOut.py:230 msgid "A. Automatic Bridge Gaps" msgstr "А. Автоматическое размещение перемычек" -#: flatcamTools/ToolCutOut.py:230 +#: flatcamTools/ToolCutOut.py:232 msgid "This section handle creation of automatic bridge gaps." msgstr "Этот раздел обрабатывает создание автоматических зазоров моста." -#: flatcamTools/ToolCutOut.py:241 +#: flatcamTools/ToolCutOut.py:243 msgid "" "Number of gaps used for the Automatic cutout.\n" "There can be maximum 8 bridges/gaps.\n" @@ -13608,11 +13633,11 @@ msgstr "" "- 2tb - 2 * top + 2 * bottom\n" "- 8 - 2*слева + 2 * справа + 2*сверху + 2 * снизу" -#: flatcamTools/ToolCutOut.py:262 +#: flatcamTools/ToolCutOut.py:264 msgid "Generate Freeform Geometry" msgstr "Создать геометрию свободной формы" -#: flatcamTools/ToolCutOut.py:264 +#: flatcamTools/ToolCutOut.py:266 msgid "" "Cutout the selected object.\n" "The cutout shape can be of any shape.\n" @@ -13622,11 +13647,11 @@ msgstr "" "Форма выреза может быть любой формы.\n" "Полезно, когда печатная плата имеет непрямоугольную форму." -#: flatcamTools/ToolCutOut.py:276 +#: flatcamTools/ToolCutOut.py:278 msgid "Generate Rectangular Geometry" msgstr "Создать прямоугольную геометрию" -#: flatcamTools/ToolCutOut.py:278 +#: flatcamTools/ToolCutOut.py:280 msgid "" "Cutout the selected object.\n" "The resulting cutout shape is\n" @@ -13638,11 +13663,11 @@ msgstr "" "всегда прямоугольная форма, и это будет\n" "ограничивающий прямоугольник объекта." -#: flatcamTools/ToolCutOut.py:297 +#: flatcamTools/ToolCutOut.py:299 msgid "B. Manual Bridge Gaps" msgstr "Б. Ручное размещение перемычек" -#: flatcamTools/ToolCutOut.py:299 +#: flatcamTools/ToolCutOut.py:301 msgid "" "This section handle creation of manual bridge gaps.\n" "This is done by mouse clicking on the perimeter of the\n" @@ -13653,15 +13678,15 @@ msgstr "" "объекта геометрии, который используется \n" "в качестве объекта выреза. " -#: flatcamTools/ToolCutOut.py:317 +#: flatcamTools/ToolCutOut.py:319 msgid "Geometry object used to create the manual cutout." msgstr "Геометрический объект, используемый для создания ручного выреза." -#: flatcamTools/ToolCutOut.py:326 +#: flatcamTools/ToolCutOut.py:328 msgid "Generate Manual Geometry" msgstr "Создать ручную геометрию" -#: flatcamTools/ToolCutOut.py:328 +#: flatcamTools/ToolCutOut.py:330 msgid "" "If the object to be cutout is a Gerber\n" "first create a Geometry that surrounds it,\n" @@ -13673,11 +13698,11 @@ msgstr "" "для использования в качестве выреза, если он еще не существует.\n" "Выберите исходный файл Gerber в верхнем поле со списком объектов." -#: flatcamTools/ToolCutOut.py:341 +#: flatcamTools/ToolCutOut.py:343 msgid "Manual Add Bridge Gaps" msgstr "Ручное добавление перемычек" -#: flatcamTools/ToolCutOut.py:343 +#: flatcamTools/ToolCutOut.py:345 msgid "" "Use the left mouse button (LMB) click\n" "to create a bridge gap to separate the PCB from\n" @@ -13690,7 +13715,7 @@ msgstr "" "Щелчок ЛКМ должен быть сделан по периметру\n" "объекта геометрии, используемой в качестве геометрии выреза." -#: flatcamTools/ToolCutOut.py:471 +#: flatcamTools/ToolCutOut.py:473 msgid "" "There is no object selected for Cutout.\n" "Select one and try again." @@ -13698,19 +13723,19 @@ msgstr "" "Не выбран объект для обрезки.\n" "Выберите один и повторите попытку." -#: flatcamTools/ToolCutOut.py:477 flatcamTools/ToolCutOut.py:649 -#: flatcamTools/ToolCutOut.py:793 flatcamTools/ToolCutOut.py:875 +#: flatcamTools/ToolCutOut.py:479 flatcamTools/ToolCutOut.py:651 +#: flatcamTools/ToolCutOut.py:795 flatcamTools/ToolCutOut.py:877 msgid "Tool Diameter is zero value. Change it to a positive real number." msgstr "" "Диаметр инструмента имеет нулевое значение. Измените его на положительное " "целое число." -#: flatcamTools/ToolCutOut.py:491 flatcamTools/ToolCutOut.py:664 +#: flatcamTools/ToolCutOut.py:493 flatcamTools/ToolCutOut.py:666 msgid "Number of gaps value is missing. Add it and retry." msgstr "" "Значение количества перемычек отсутствует. Добавьте его и повторите попытку.." -#: flatcamTools/ToolCutOut.py:496 flatcamTools/ToolCutOut.py:668 +#: flatcamTools/ToolCutOut.py:498 flatcamTools/ToolCutOut.py:670 msgid "" "Gaps value can be only one of: 'None', 'lr', 'tb', '2lr', '2tb', 4 or 8. " "Fill in a correct value and retry. " @@ -13718,7 +13743,7 @@ msgstr "" "Значение перемычки может быть только одним из: «None», «lr», «tb», «2lr», " "«2tb», 4 или 8. Введите правильное значение и повторите попытку. " -#: flatcamTools/ToolCutOut.py:501 flatcamTools/ToolCutOut.py:674 +#: flatcamTools/ToolCutOut.py:503 flatcamTools/ToolCutOut.py:676 msgid "" "Cutout operation cannot be done on a multi-geo Geometry.\n" "Optionally, this Multi-geo Geometry can be converted to Single-geo " @@ -13730,40 +13755,40 @@ msgstr "" "Geometry,\n" "а после этого выполнена обрезка." -#: flatcamTools/ToolCutOut.py:623 flatcamTools/ToolCutOut.py:782 +#: flatcamTools/ToolCutOut.py:625 flatcamTools/ToolCutOut.py:784 msgid "Any form CutOut operation finished." msgstr "Операция обрезки закончена." -#: flatcamTools/ToolCutOut.py:644 flatcamTools/ToolNonCopperClear.py:1161 -#: flatcamTools/ToolPaint.py:1000 flatcamTools/ToolPanelize.py:406 +#: flatcamTools/ToolCutOut.py:646 flatcamTools/ToolNonCopperClear.py:1155 +#: flatcamTools/ToolPaint.py:994 flatcamTools/ToolPanelize.py:406 #: tclCommands/TclCommandBbox.py:70 tclCommands/TclCommandNregions.py:70 msgid "Object not found" msgstr "Объект не найден" -#: flatcamTools/ToolCutOut.py:787 +#: flatcamTools/ToolCutOut.py:789 msgid "" "Click on the selected geometry object perimeter to create a bridge gap ..." msgstr "" "Щелкните по периметру выбранного объекта геометрии, чтобы создать " "перемычку ..." -#: flatcamTools/ToolCutOut.py:804 flatcamTools/ToolCutOut.py:830 +#: flatcamTools/ToolCutOut.py:806 flatcamTools/ToolCutOut.py:832 msgid "Could not retrieve Geometry object" msgstr "Не удалось получить объект Geometry" -#: flatcamTools/ToolCutOut.py:835 +#: flatcamTools/ToolCutOut.py:837 msgid "Geometry object for manual cutout not found" msgstr "Объект геометрии для ручного выреза не найден" -#: flatcamTools/ToolCutOut.py:845 +#: flatcamTools/ToolCutOut.py:847 msgid "Added manual Bridge Gap." msgstr "Премычка добавлена вручную." -#: flatcamTools/ToolCutOut.py:857 +#: flatcamTools/ToolCutOut.py:859 msgid "Could not retrieve Gerber object" msgstr "Не удалось получить объект Gerber" -#: flatcamTools/ToolCutOut.py:862 +#: flatcamTools/ToolCutOut.py:864 msgid "" "There is no Gerber object selected for Cutout.\n" "Select one and try again." @@ -13771,7 +13796,7 @@ msgstr "" "Для обрезки не выбран объект Gerber.\n" "Выберите один и повторите попытку." -#: flatcamTools/ToolCutOut.py:868 +#: flatcamTools/ToolCutOut.py:870 msgid "" "The selected object has to be of Gerber type.\n" "Select a Gerber file and try again." @@ -13779,11 +13804,11 @@ msgstr "" "Выбранный объект должен быть типа Gerber.\n" "Выберите файл Gerber и повторите попытку." -#: flatcamTools/ToolCutOut.py:903 +#: flatcamTools/ToolCutOut.py:905 msgid "Geometry not supported for cutout" msgstr "Геометрия не поддерживается для выреза" -#: flatcamTools/ToolCutOut.py:958 +#: flatcamTools/ToolCutOut.py:960 msgid "Making manual bridge gap..." msgstr "Создание перемычки вручную..." @@ -13914,7 +13939,7 @@ msgstr "" #: flatcamTools/ToolDblSided.py:323 msgid "X min" -msgstr "Мин X" +msgstr "X min" #: flatcamTools/ToolDblSided.py:325 flatcamTools/ToolDblSided.py:339 msgid "Minimum location." @@ -13922,11 +13947,11 @@ msgstr "Минимальное местоположение." #: flatcamTools/ToolDblSided.py:337 msgid "Y min" -msgstr "Мин Y" +msgstr "Y min" #: flatcamTools/ToolDblSided.py:351 msgid "X max" -msgstr "Мак X" +msgstr "X max" #: flatcamTools/ToolDblSided.py:353 flatcamTools/ToolDblSided.py:367 msgid "Maximum location." @@ -13934,19 +13959,19 @@ msgstr "Максимальное местоположение." #: flatcamTools/ToolDblSided.py:365 msgid "Y max" -msgstr "Мак Y" +msgstr "Y max" #: flatcamTools/ToolDblSided.py:377 msgid "Centroid" -msgstr "Центроида" +msgstr "Центр" #: flatcamTools/ToolDblSided.py:379 msgid "" "The center point location for the rectangular\n" "bounding shape. Centroid. Format is (x, y)." msgstr "" -"Расположение центральной точки для прямоугольника\n" -"ограничивающая форма. Центроида. Формат (х, у)." +"Расположение центральной точки для прямоугольной \n" +"ограничивающей фигуры. Центроид. Формат (х, у)." #: flatcamTools/ToolDblSided.py:388 msgid "Calculate Bounds Values" @@ -13958,9 +13983,9 @@ msgid "" "for the selection of objects.\n" "The envelope shape is parallel with the X, Y axis." msgstr "" -"Рассчитать координаты огибающей прямоугольной формы,\n" -"для подбора объектов.\n" -"Форма огибающей параллельна оси X, Y." +"Рассчитывает координаты огибающей прямоугольной формы,\n" +"для выбранных объектов.\n" +"Форма огибающей параллельна осям X, Y." #: flatcamTools/ToolDblSided.py:462 msgid "2-Sided Tool" @@ -14186,10 +14211,6 @@ msgstr "" "Таблица с координатами контрольных точек,\n" "в формате (x, y)." -#: flatcamTools/ToolFiducials.py:74 -msgid "Coordinates" -msgstr "Координаты" - #: flatcamTools/ToolFiducials.py:99 msgid "Top Right" msgstr "Верхний правый" @@ -14758,7 +14779,7 @@ msgstr "" "Удалить выбор инструментов в таблице инструментов\n" "сначала выбрав строку (и) в таблице инструментов." -#: flatcamTools/ToolNonCopperClear.py:441 +#: flatcamTools/ToolNonCopperClear.py:435 msgid "" "- 'Itself' - the non copper clearing extent is based on the object that is " "copper cleared.\n" @@ -14774,7 +14795,7 @@ msgstr "" "- 'Референсный объект' - будет выполнять очистку от меди в области указанной " "другим объектом." -#: flatcamTools/ToolNonCopperClear.py:453 +#: flatcamTools/ToolNonCopperClear.py:447 msgid "" "The type of FlatCAM object to be used as non copper clearing reference.\n" "It can be Gerber, Excellon or Geometry." @@ -14783,119 +14804,119 @@ msgstr "" "очистке без использования меди.\n" "Это может быть Gerber, Excellon или Геометрия." -#: flatcamTools/ToolNonCopperClear.py:477 +#: flatcamTools/ToolNonCopperClear.py:471 msgid "Generate Geometry" msgstr "Создать объект" -#: flatcamTools/ToolNonCopperClear.py:588 flatcamTools/ToolPaint.py:499 +#: flatcamTools/ToolNonCopperClear.py:582 flatcamTools/ToolPaint.py:493 #: flatcamTools/ToolSolderPaste.py:553 msgid "New Tool" msgstr "Новый инструмент" -#: flatcamTools/ToolNonCopperClear.py:987 flatcamTools/ToolPaint.py:772 +#: flatcamTools/ToolNonCopperClear.py:981 flatcamTools/ToolPaint.py:766 #: flatcamTools/ToolSolderPaste.py:887 msgid "Please enter a tool diameter to add, in Float format." msgstr "" "Пожалуйста, введите диаметр инструмента для добавления в формате Float." -#: flatcamTools/ToolNonCopperClear.py:1018 flatcamTools/ToolPaint.py:797 +#: flatcamTools/ToolNonCopperClear.py:1012 flatcamTools/ToolPaint.py:791 msgid "Adding tool cancelled. Tool already in Tool Table." msgstr "" "Добавление инструмента отменено. Инструмент уже в таблице инструментов." -#: flatcamTools/ToolNonCopperClear.py:1023 flatcamTools/ToolPaint.py:803 +#: flatcamTools/ToolNonCopperClear.py:1017 flatcamTools/ToolPaint.py:797 msgid "New tool added to Tool Table." msgstr "Новый инструмент добавлен в таблицу инструментов." -#: flatcamTools/ToolNonCopperClear.py:1067 flatcamTools/ToolPaint.py:849 +#: flatcamTools/ToolNonCopperClear.py:1061 flatcamTools/ToolPaint.py:843 msgid "Tool from Tool Table was edited." msgstr "Инструмент был изменён в таблице инструментов." -#: flatcamTools/ToolNonCopperClear.py:1078 flatcamTools/ToolPaint.py:861 +#: flatcamTools/ToolNonCopperClear.py:1072 flatcamTools/ToolPaint.py:855 #: flatcamTools/ToolSolderPaste.py:978 msgid "Edit cancelled. New diameter value is already in the Tool Table." msgstr "" "Правка отменена. Новое значение диаметра уже находится в таблице " "инструментов." -#: flatcamTools/ToolNonCopperClear.py:1125 flatcamTools/ToolPaint.py:959 +#: flatcamTools/ToolNonCopperClear.py:1119 flatcamTools/ToolPaint.py:953 msgid "Delete failed. Select a tool to delete." msgstr "Ошибка удаления. Выберите инструмент для удаления." -#: flatcamTools/ToolNonCopperClear.py:1130 flatcamTools/ToolPaint.py:965 +#: flatcamTools/ToolNonCopperClear.py:1124 flatcamTools/ToolPaint.py:959 msgid "Tool(s) deleted from Tool Table." msgstr "Инструмент удалён из таблицы инструментов." -#: flatcamTools/ToolNonCopperClear.py:1177 +#: flatcamTools/ToolNonCopperClear.py:1171 msgid "Wrong Tool Dia value format entered, use a number." msgstr "Неверный формат ввода диаметра инструмента, используйте цифры." -#: flatcamTools/ToolNonCopperClear.py:1186 flatcamTools/ToolPaint.py:1029 +#: flatcamTools/ToolNonCopperClear.py:1180 flatcamTools/ToolPaint.py:1023 msgid "No selected tools in Tool Table." msgstr "Нет инструментов сопла в таблице инструментов." -#: flatcamTools/ToolNonCopperClear.py:1261 flatcamTools/ToolPaint.py:1201 +#: flatcamTools/ToolNonCopperClear.py:1255 flatcamTools/ToolPaint.py:1195 msgid "Click the end point of the paint area." msgstr "Нажмите на конечную точку области рисования." -#: flatcamTools/ToolNonCopperClear.py:1416 -#: flatcamTools/ToolNonCopperClear.py:1418 +#: flatcamTools/ToolNonCopperClear.py:1410 +#: flatcamTools/ToolNonCopperClear.py:1412 msgid "Non-Copper clearing ..." msgstr "Очистка от меди ..." -#: flatcamTools/ToolNonCopperClear.py:1428 +#: flatcamTools/ToolNonCopperClear.py:1422 msgid "NCC Tool started. Reading parameters." msgstr "Очистка от меди. Чтение параметров." -#: flatcamTools/ToolNonCopperClear.py:1491 +#: flatcamTools/ToolNonCopperClear.py:1485 msgid "NCC Tool. Preparing non-copper polygons." msgstr "Очистка от меди. Подготовка безмедных полигонов." -#: flatcamTools/ToolNonCopperClear.py:1587 +#: flatcamTools/ToolNonCopperClear.py:1581 msgid "" "NCC Tool. Finished non-copper polygons. Normal copper clearing task started." msgstr "" "Очистка от меди. Безмедные полигоны готовы. Началось задание по нормальной " "очистке меди." -#: flatcamTools/ToolNonCopperClear.py:1619 +#: flatcamTools/ToolNonCopperClear.py:1613 msgid "NCC Tool. Calculate 'empty' area." msgstr "Очистка от меди. Расчёт «пустой» области." -#: flatcamTools/ToolNonCopperClear.py:1632 -#: flatcamTools/ToolNonCopperClear.py:1729 -#: flatcamTools/ToolNonCopperClear.py:1741 -#: flatcamTools/ToolNonCopperClear.py:2024 -#: flatcamTools/ToolNonCopperClear.py:2120 -#: flatcamTools/ToolNonCopperClear.py:2132 +#: flatcamTools/ToolNonCopperClear.py:1626 +#: flatcamTools/ToolNonCopperClear.py:1723 +#: flatcamTools/ToolNonCopperClear.py:1735 +#: flatcamTools/ToolNonCopperClear.py:2018 +#: flatcamTools/ToolNonCopperClear.py:2114 +#: flatcamTools/ToolNonCopperClear.py:2126 msgid "Buffering finished" msgstr "Буферизация закончена" -#: flatcamTools/ToolNonCopperClear.py:1748 -#: flatcamTools/ToolNonCopperClear.py:2138 +#: flatcamTools/ToolNonCopperClear.py:1742 +#: flatcamTools/ToolNonCopperClear.py:2132 msgid "The selected object is not suitable for copper clearing." msgstr "Выбранный объект не подходит для очистки меди." -#: flatcamTools/ToolNonCopperClear.py:1753 -#: flatcamTools/ToolNonCopperClear.py:2143 +#: flatcamTools/ToolNonCopperClear.py:1747 +#: flatcamTools/ToolNonCopperClear.py:2137 msgid "Could not get the extent of the area to be non copper cleared." msgstr "Не удалось получить размер области, не подлежащей очистке от меди." -#: flatcamTools/ToolNonCopperClear.py:1760 +#: flatcamTools/ToolNonCopperClear.py:1754 msgid "NCC Tool. Finished calculation of 'empty' area." msgstr "Очистка от меди. Закончен расчёт «пустой» области." -#: flatcamTools/ToolNonCopperClear.py:1774 -#: flatcamTools/ToolNonCopperClear.py:2168 +#: flatcamTools/ToolNonCopperClear.py:1768 +#: flatcamTools/ToolNonCopperClear.py:2162 msgid "NCC Tool clearing with tool diameter = " msgstr "Очистка от меди инструментом с диаметром = " -#: flatcamTools/ToolNonCopperClear.py:1777 -#: flatcamTools/ToolNonCopperClear.py:2171 +#: flatcamTools/ToolNonCopperClear.py:1771 +#: flatcamTools/ToolNonCopperClear.py:2165 msgid "started." msgstr "запущен." -#: flatcamTools/ToolNonCopperClear.py:1953 +#: flatcamTools/ToolNonCopperClear.py:1947 msgid "" "There is no NCC Geometry in the file.\n" "Usually it means that the tool diameter is too big for the painted " @@ -14907,24 +14928,24 @@ msgstr "" "рисования .\n" "Измените параметры рисования и повторите попытку." -#: flatcamTools/ToolNonCopperClear.py:1973 +#: flatcamTools/ToolNonCopperClear.py:1967 msgid "NCC Tool clear all done." msgstr "Очистка от меди выполнена." -#: flatcamTools/ToolNonCopperClear.py:1975 +#: flatcamTools/ToolNonCopperClear.py:1969 msgid "NCC Tool clear all done but the copper features isolation is broken for" msgstr "Очистка от меди выполнена, но медная изоляция нарушена для" -#: flatcamTools/ToolNonCopperClear.py:1978 -#: flatcamTools/ToolNonCopperClear.py:2347 +#: flatcamTools/ToolNonCopperClear.py:1972 +#: flatcamTools/ToolNonCopperClear.py:2341 msgid "tools" msgstr "инструментов" -#: flatcamTools/ToolNonCopperClear.py:2343 +#: flatcamTools/ToolNonCopperClear.py:2337 msgid "NCC Tool Rest Machining clear all done." msgstr "Очистка от меди с обработкой остаточного припуска выполнена." -#: flatcamTools/ToolNonCopperClear.py:2346 +#: flatcamTools/ToolNonCopperClear.py:2340 msgid "" "NCC Tool Rest Machining clear all done but the copper features isolation is " "broken for" @@ -14932,7 +14953,7 @@ msgstr "" "Очистка от меди с обработкой остаточного припуска выполнена, но медная " "изоляция нарушена для" -#: flatcamTools/ToolNonCopperClear.py:2793 +#: flatcamTools/ToolNonCopperClear.py:2787 msgid "" "Try to use the Buffering Type = Full in Preferences -> Gerber General. " "Reload the Gerber file after this change." @@ -15180,7 +15201,7 @@ msgstr "" "- Круговой: наружу от центра.\n" "- Линейный: параллельные линии." -#: flatcamTools/ToolPaint.py:287 +#: flatcamTools/ToolPaint.py:283 msgid "" "If checked, use 'rest machining'.\n" "Basically it will clear copper outside PCB features,\n" @@ -15200,15 +15221,15 @@ msgstr "" "\n" "Если не проверено, используйте стандартный алгоритм." -#: flatcamTools/ToolPaint.py:313 +#: flatcamTools/ToolPaint.py:307 msgid "Polygon Selection" msgstr "Выбор полигона" -#: flatcamTools/ToolPaint.py:315 +#: flatcamTools/ToolPaint.py:309 msgid "All Polygons" msgstr "Все полигоны" -#: flatcamTools/ToolPaint.py:334 +#: flatcamTools/ToolPaint.py:328 msgid "" "The type of FlatCAM object to be used as paint reference.\n" "It can be Gerber, Excellon or Geometry." @@ -15216,11 +15237,11 @@ msgstr "" "Тип объекта FlatCAM, который будет использоваться как ссылка для рисования.\n" "Это может быть Gerber, Excellon или Geometry." -#: flatcamTools/ToolPaint.py:359 +#: flatcamTools/ToolPaint.py:353 msgid "Create Paint Geometry" msgstr "Создать Paint Geometry" -#: flatcamTools/ToolPaint.py:361 +#: flatcamTools/ToolPaint.py:355 msgid "" "- 'Area Selection' - left mouse click to start selection of the area to be " "painted.\n" @@ -15238,72 +15259,72 @@ msgstr "" "- «Контрольный объект» - будет выполнять очистку от меди в области\n" "указано другим объектом." -#: flatcamTools/ToolPaint.py:979 +#: flatcamTools/ToolPaint.py:973 msgid "Paint Tool. Reading parameters." msgstr "Инструмент рисования. Чтение параметров." -#: flatcamTools/ToolPaint.py:994 +#: flatcamTools/ToolPaint.py:988 #, python-format msgid "Could not retrieve object: %s" msgstr "Не удалось получить объект: %s" -#: flatcamTools/ToolPaint.py:1008 +#: flatcamTools/ToolPaint.py:1002 msgid "Can't do Paint on MultiGeo geometries" msgstr "Невозможно окрашивание MultiGeo Geometries" -#: flatcamTools/ToolPaint.py:1041 +#: flatcamTools/ToolPaint.py:1035 msgid "Click on a polygon to paint it." msgstr "Нажмите на полигон, чтобы нарисовать его." -#: flatcamTools/ToolPaint.py:1060 +#: flatcamTools/ToolPaint.py:1054 msgid "Click the start point of the paint area." msgstr "Нажмите на начальную точку области рисования." -#: flatcamTools/ToolPaint.py:1128 +#: flatcamTools/ToolPaint.py:1122 msgid "Click to add next polygon or right click to start painting." msgstr "" "Щелкните, чтобы добавить следующий полигон, или щелкните правой кнопкой " "мыши, чтобы начать рисование." -#: flatcamTools/ToolPaint.py:1141 +#: flatcamTools/ToolPaint.py:1135 msgid "Click to add/remove next polygon or right click to start painting." msgstr "" "Нажмите для добавления/удаления следующего полигона или щелкните правой " "кнопкой мыши, чтобы начать рисование." -#: flatcamTools/ToolPaint.py:1350 flatcamTools/ToolPaint.py:1353 -#: flatcamTools/ToolPaint.py:1355 flatcamTools/ToolPaint.py:1993 -#: flatcamTools/ToolPaint.py:1997 flatcamTools/ToolPaint.py:2000 -#: flatcamTools/ToolPaint.py:2282 flatcamTools/ToolPaint.py:2287 -#: flatcamTools/ToolPaint.py:2290 flatcamTools/ToolPaint.py:2464 -#: flatcamTools/ToolPaint.py:2471 +#: flatcamTools/ToolPaint.py:1344 flatcamTools/ToolPaint.py:1347 +#: flatcamTools/ToolPaint.py:1349 flatcamTools/ToolPaint.py:1987 +#: flatcamTools/ToolPaint.py:1991 flatcamTools/ToolPaint.py:1994 +#: flatcamTools/ToolPaint.py:2276 flatcamTools/ToolPaint.py:2281 +#: flatcamTools/ToolPaint.py:2284 flatcamTools/ToolPaint.py:2458 +#: flatcamTools/ToolPaint.py:2465 msgid "Paint Tool." msgstr "Рисование." -#: flatcamTools/ToolPaint.py:1350 flatcamTools/ToolPaint.py:1353 -#: flatcamTools/ToolPaint.py:1355 +#: flatcamTools/ToolPaint.py:1344 flatcamTools/ToolPaint.py:1347 +#: flatcamTools/ToolPaint.py:1349 msgid "Normal painting polygon task started." msgstr "Началась задача нормальной отрисовки полигона." -#: flatcamTools/ToolPaint.py:1351 flatcamTools/ToolPaint.py:1712 -#: flatcamTools/ToolPaint.py:1994 flatcamTools/ToolPaint.py:2284 -#: flatcamTools/ToolPaint.py:2466 +#: flatcamTools/ToolPaint.py:1345 flatcamTools/ToolPaint.py:1706 +#: flatcamTools/ToolPaint.py:1988 flatcamTools/ToolPaint.py:2278 +#: flatcamTools/ToolPaint.py:2460 msgid "Buffering geometry..." msgstr "Буферизация geometry..." -#: flatcamTools/ToolPaint.py:1373 +#: flatcamTools/ToolPaint.py:1367 msgid "No polygon found." msgstr "Полигон не найден." -#: flatcamTools/ToolPaint.py:1407 +#: flatcamTools/ToolPaint.py:1401 msgid "Painting polygon..." msgstr "Отрисовка полигона..." -#: flatcamTools/ToolPaint.py:1454 +#: flatcamTools/ToolPaint.py:1448 msgid "Geometry could not be painted completely" msgstr "Геометрия не может быть окрашена полностью" -#: flatcamTools/ToolPaint.py:1487 +#: flatcamTools/ToolPaint.py:1481 msgid "" "Could not do Paint. Try a different combination of parameters. Or a " "different strategy of paint" @@ -15311,9 +15332,9 @@ msgstr "" "Окраска не выполнена. Попробуйте другую комбинацию параметров. Или другой " "способ рисования" -#: flatcamTools/ToolPaint.py:1539 flatcamTools/ToolPaint.py:1973 -#: flatcamTools/ToolPaint.py:2123 flatcamTools/ToolPaint.py:2444 -#: flatcamTools/ToolPaint.py:2598 +#: flatcamTools/ToolPaint.py:1533 flatcamTools/ToolPaint.py:1967 +#: flatcamTools/ToolPaint.py:2117 flatcamTools/ToolPaint.py:2438 +#: flatcamTools/ToolPaint.py:2592 msgid "" "There is no Painting Geometry in the file.\n" "Usually it means that the tool diameter is too big for the painted " @@ -15325,45 +15346,45 @@ msgstr "" "Geometry .\n" "Измените параметры рисования и повторите попытку." -#: flatcamTools/ToolPaint.py:1545 +#: flatcamTools/ToolPaint.py:1539 msgid "Paint Single Done." msgstr "Paint Single выполнена." -#: flatcamTools/ToolPaint.py:1577 flatcamTools/ToolPaint.py:2151 -#: flatcamTools/ToolPaint.py:2626 +#: flatcamTools/ToolPaint.py:1571 flatcamTools/ToolPaint.py:2145 +#: flatcamTools/ToolPaint.py:2620 msgid "Polygon Paint started ..." msgstr "Запущена отрисовка полигона ..." -#: flatcamTools/ToolPaint.py:1629 flatcamTools/ToolPaint.py:2213 +#: flatcamTools/ToolPaint.py:1623 flatcamTools/ToolPaint.py:2207 msgid "Painting polygons..." msgstr "Отрисовка полигонов..." -#: flatcamTools/ToolPaint.py:1711 flatcamTools/ToolPaint.py:1714 -#: flatcamTools/ToolPaint.py:1716 +#: flatcamTools/ToolPaint.py:1705 flatcamTools/ToolPaint.py:1708 +#: flatcamTools/ToolPaint.py:1710 msgid "Paint Tool. Normal painting all task started." msgstr "Инструмент рисования. Запущены все задания нормальной покраски." -#: flatcamTools/ToolPaint.py:1750 flatcamTools/ToolPaint.py:2029 -#: flatcamTools/ToolPaint.py:2331 flatcamTools/ToolPaint.py:2507 +#: flatcamTools/ToolPaint.py:1744 flatcamTools/ToolPaint.py:2023 +#: flatcamTools/ToolPaint.py:2325 flatcamTools/ToolPaint.py:2501 msgid "Painting with tool diameter = " msgstr "Покраска инструментом с диаметром = " -#: flatcamTools/ToolPaint.py:1753 flatcamTools/ToolPaint.py:2032 -#: flatcamTools/ToolPaint.py:2334 flatcamTools/ToolPaint.py:2510 +#: flatcamTools/ToolPaint.py:1747 flatcamTools/ToolPaint.py:2026 +#: flatcamTools/ToolPaint.py:2328 flatcamTools/ToolPaint.py:2504 msgid "started" msgstr "запущено" -#: flatcamTools/ToolPaint.py:1982 +#: flatcamTools/ToolPaint.py:1976 msgid "Paint All Done." msgstr "Задание \"Окрасить всё\" выполнено." -#: flatcamTools/ToolPaint.py:1993 flatcamTools/ToolPaint.py:1997 -#: flatcamTools/ToolPaint.py:2000 +#: flatcamTools/ToolPaint.py:1987 flatcamTools/ToolPaint.py:1991 +#: flatcamTools/ToolPaint.py:1994 msgid "Rest machining painting all task started." msgstr "Запущены все задания окраски с обработкой остаточного припуска." -#: flatcamTools/ToolPaint.py:2078 flatcamTools/ToolPaint.py:2394 -#: flatcamTools/ToolPaint.py:2554 +#: flatcamTools/ToolPaint.py:2072 flatcamTools/ToolPaint.py:2388 +#: flatcamTools/ToolPaint.py:2548 msgid "" "Could not do Paint All. Try a different combination of parameters. Or a " "different Method of paint" @@ -15371,24 +15392,24 @@ msgstr "" "Окраска не выполнена. Попробуйте другую комбинацию параметров. Или другой " "способ рисования" -#: flatcamTools/ToolPaint.py:2132 flatcamTools/ToolPaint.py:2607 +#: flatcamTools/ToolPaint.py:2126 flatcamTools/ToolPaint.py:2601 msgid "Paint All with Rest-Machining done." msgstr "[success] Окрашивание с обработкой остаточного припуска выполнено." -#: flatcamTools/ToolPaint.py:2283 flatcamTools/ToolPaint.py:2287 -#: flatcamTools/ToolPaint.py:2290 +#: flatcamTools/ToolPaint.py:2277 flatcamTools/ToolPaint.py:2281 +#: flatcamTools/ToolPaint.py:2284 msgid "Normal painting area task started." msgstr "Запущена задача нормальной окраски." -#: flatcamTools/ToolPaint.py:2453 +#: flatcamTools/ToolPaint.py:2447 msgid "Paint Area Done." msgstr "Окраска области сделана." -#: flatcamTools/ToolPaint.py:2465 flatcamTools/ToolPaint.py:2471 +#: flatcamTools/ToolPaint.py:2459 flatcamTools/ToolPaint.py:2465 msgid "Rest machining painting area task started." msgstr "Запущено задание окраски с обработкой остаточного припуска." -#: flatcamTools/ToolPaint.py:2468 +#: flatcamTools/ToolPaint.py:2462 msgid "Paint Tool. Rest machining painting area task started." msgstr "" "Инструмент рисования. Запущено задание окраски с обработкой остаточного " @@ -15816,10 +15837,6 @@ msgstr "Глубина резания" msgid "Clearance Height" msgstr "Высота зазора" -#: flatcamTools/ToolProperties.py:492 -msgid "Feedrate" -msgstr "Скорость подачи" - #: flatcamTools/ToolProperties.py:512 msgid "Routing time" msgstr "Время перемещения" @@ -16619,8 +16636,8 @@ msgid "" "Create the buffer effect on each geometry,\n" "element from the selected object." msgstr "" -"Создайте буферный эффект для каждой геометрии,\n" -"элемент из выбранного объекта." +"Создаёт буферный эффект для каждой геометрии,\n" +"элемента из выбранного объекта." #: flatcamTools/ToolTransform.py:498 msgid "Rotate transformation can not be done for a value of 0." @@ -16726,7 +16743,7 @@ msgstr "Объекты CNCJob не могут быть буферизирова #: flatcamTools/ToolTransform.py:905 msgid "Buffer done" -msgstr "Буфер сделан" +msgstr "Буфер готов" #: tclCommands/TclCommandBbox.py:74 tclCommands/TclCommandNregions.py:73 msgid "Expected FlatCAMGerber or FlatCAMGeometry, got" @@ -16793,6 +16810,101 @@ msgstr "" msgid "No Geometry name in args. Provide a name and try again." msgstr "Нет имени геометрии в аргументах. Укажите имя и попробуйте снова." +#, fuzzy +#~| 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." +#~ 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 "" +#~ "Какая часть ширины инструмента будет перекрываться за каждый проход " +#~ "инструмента.\n" +#~ "Пример:\n" +#~ "Здесь значение 0.25 означает 25% от диаметра инструмента, указанного " +#~ "выше.\n" +#~ "\n" +#~ "Отрегулируйте значение, начиная с более низких значений\n" +#~ "и увеличивая его, если области, которые должны быть нарисованы, все еще\n" +#~ "не окрашены.\n" +#~ "Более низкие значения = более быстрая обработка, более быстрое выполнение " +#~ "на печатной плате.\n" +#~ "Более высокие значения = медленная обработка и медленное выполнение на " +#~ "ЧПУ\n" +#~ "из-за большого количества путей." + +#, fuzzy +#~| msgid "z_move = Z coord for Toolchange" +#~ msgid "z_cut = Z coord for Toolchange" +#~ msgstr "z_move = Z coord for Toolchange" + +#~ msgid "z_move = Z coord for Toolchange" +#~ msgstr "z_move = Z coord for Toolchange" + +#~ msgid "%s/Project_%s" +#~ msgstr "%s/Project_%s" + +#~ msgid "tool_tab" +#~ msgstr "tool_tab" + +#~ msgid "PostProcessor" +#~ msgstr "Постпроцессор" + +#~ msgid "Default Zeros" +#~ msgstr "Умолчания Нули" + +#~ msgid "" +#~ "This sets the default type of Excellon zeros.\n" +#~ "If it is not detected in the parsed file the value here\n" +#~ "will be used.If LZ then Leading Zeros are kept and\n" +#~ "Trailing Zeros are removed.\n" +#~ "If TZ is checked then Trailing Zeros are kept\n" +#~ "and Leading Zeros are removed." +#~ msgstr "" +#~ "Задает тип по умолчанию нулей Excellon.\n" +#~ "Если он не обнаружен в анализируемом файле, значение здесь\n" +#~ "будем использовать.Если LZ, то ведущие нули сохраняются и\n" +#~ "Конечные нули удаляются.\n" +#~ "Если TZ установлен, то конечные нули сохраняются\n" +#~ "и ведущие нули удаляются." + +#~ msgid "Default Units" +#~ msgstr "Умолчания Единицы" + +#~ msgid "Optimization Time" +#~ msgstr "Время оптимизации" + +#~ msgid "Defaults" +#~ msgstr "Значения по умолчанию" + +#~ msgid "Coordinates decimals" +#~ msgstr "Координаты десятичные" + +#~ msgid "Feedrate decimals" +#~ msgstr "Десятичные скорости подачи" + +#~ msgid "Rest M." +#~ msgstr "Обработка остаточного припуска" + +#~ msgid "Convex Sh." +#~ msgstr "Закруглять углы" + #~ msgid "Add Tool to Tools DB" #~ msgstr "Добавить инструмент в БД" @@ -16891,12 +17003,6 @@ msgstr "Нет имени геометрии в аргументах. Укажи #~ msgid "Project at StartUp" #~ msgstr "Боковая панель при запуске" -#~ msgid "Project AutoHide" -#~ msgstr "Автоскрытие боковой панели" - -#~ msgid "Enable ToolTips" -#~ msgstr "Всплывающие подсказки" - #~ msgid "Mouse Cursor" #~ msgstr "Курсор мыши" @@ -16923,7 +17029,6 @@ msgstr "Нет имени геометрии в аргументах. Укажи #~ msgid "No shape selected. Select a shape to explode" #~ msgstr "Фигура не выбрана. Выберите фигуру для разделения" -#, python-brace-format #~ msgid "" #~ "[selected] {kind} created/selected: {name}" #~ "" @@ -16931,15 +17036,12 @@ msgstr "Нет имени геометрии в аргументах. Укажи #~ "[selected] {kind} создан/выбран: {name}" -#, python-brace-format #~ msgid "[selected]{name} selected" #~ msgstr "[selected]{name} выбран" -#, python-brace-format #~ msgid "{l_save}/Project_{date}" #~ msgstr "{l_save}/Project_{date}" -#, python-format #~ msgid "" #~ "How much (fraction) of the tool width to overlap each tool pass.\n" #~ "Example:\n" @@ -16970,13 +17072,6 @@ msgstr "Нет имени геометрии в аргументах. Укажи #~ msgid "Paint Area" #~ msgstr "Область рисования" -#~ msgid "" -#~ "Type here any G-Code commands you would like to add at the beginning of " -#~ "the G-Code file." -#~ msgstr "" -#~ "Введите здесь любые команды G-Code, которые вы хотите добавить в начало " -#~ "файла G-кода." - #~ msgid "" #~ "Type here any G-Code commands you would like to append to the generated " #~ "file. I.e.: M2 (End of program)" @@ -17027,65 +17122,11 @@ msgstr "Нет имени геометрии в аргументах. Укажи #~ msgid "Axis Ref:" #~ msgstr "Указатель оси:" -#, python-brace-format #~ msgid "MEASURING: Result D(x) = {d_x} | D(y) = {d_y} | Distance = {d_z}" #~ msgstr "" #~ "ИЗМЕРИТЕЛЬ: Результат расстояние(x) = {d_x} | расстояние(y) = {d_y} | " #~ "Расстояние = {d_z}" -#, fuzzy -#~| 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." -#~ 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 "" -#~ "Какая часть ширины инструмента будет перекрываться за каждый проход " -#~ "инструмента.\n" -#~ "Пример:\n" -#~ "Здесь значение 0.25 означает 25% от диаметра инструмента, указанного " -#~ "выше.\n" -#~ "\n" -#~ "Отрегулируйте значение, начиная с более низких значений\n" -#~ "и увеличивая его, если области, которые должны быть нарисованы, все еще\n" -#~ "не окрашены.\n" -#~ "Более низкие значения = более быстрая обработка, более быстрое выполнение " -#~ "на печатной плате.\n" -#~ "Более высокие значения = медленная обработка и медленное выполнение на " -#~ "ЧПУ\n" -#~ "из-за большого количества путей." - -#, fuzzy -#~| msgid "z_move = Z coord for Toolchange" -#~ msgid "z_cut = Z coord for Toolchange" -#~ msgstr "z_move = Z coord for Toolchange" - -#~ msgid "z_move = Z coord for Toolchange" -#~ msgstr "z_move = Z coord for Toolchange" - -#~ msgid "%s/Project_%s" -#~ msgstr "%s/Project_%s" - -#~ msgid "tool_tab" -#~ msgstr "tool_tab" - #~ msgid "" #~ "#\n" #~ "# CREATE A NEW FLATCAM TCL SCRIPT\n" diff --git a/locale_template/strings.pot b/locale_template/strings.pot index 27c5cc98..50ee46f4 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-12-27 23:01+0200\n" +"POT-Creation-Date: 2019-12-28 23:09+0400\n" "PO-Revision-Date: 2019-03-25 15:08+0200\n" "Last-Translator: \n" "Language-Team: \n" @@ -15,7 +15,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Generated-By: pygettext.py 1.5\n" -"X-Generator: Poedit 2.2.4\n" +"X-Generator: Poedit 2.2.3\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Poedit-Basepath: ..\n" "X-Poedit-SearchPath-0: .\n" @@ -44,153 +44,153 @@ msgid "" "Canvas initialization finished in" msgstr "" -#: FlatCAMApp.py:2405 +#: FlatCAMApp.py:2401 msgid "" "Type >help< to get started\n" "\n" msgstr "" -#: FlatCAMApp.py:2631 FlatCAMApp.py:9033 +#: FlatCAMApp.py:2627 FlatCAMApp.py:9020 msgid "New Project - Not saved" msgstr "" -#: FlatCAMApp.py:2706 FlatCAMApp.py:9101 FlatCAMApp.py:9138 FlatCAMApp.py:9179 -#: FlatCAMApp.py:9250 FlatCAMApp.py:10004 FlatCAMApp.py:11187 FlatCAMApp.py:11246 +#: FlatCAMApp.py:2702 FlatCAMApp.py:9088 FlatCAMApp.py:9125 FlatCAMApp.py:9166 +#: FlatCAMApp.py:9237 FlatCAMApp.py:9991 FlatCAMApp.py:11174 FlatCAMApp.py:11233 msgid "" "Canvas initialization started.\n" "Canvas initialization finished in" msgstr "" -#: FlatCAMApp.py:2708 +#: FlatCAMApp.py:2704 msgid "Executing Tcl Script ..." msgstr "" -#: FlatCAMApp.py:2723 +#: FlatCAMApp.py:2719 msgid "Found old default preferences files. Please reboot the application to update." msgstr "" -#: FlatCAMApp.py:2767 ObjectCollection.py:90 flatcamTools/ToolImage.py:248 +#: FlatCAMApp.py:2763 ObjectCollection.py:90 flatcamTools/ToolImage.py:248 #: flatcamTools/ToolPcbWizard.py:301 flatcamTools/ToolPcbWizard.py:324 msgid "Open cancelled." msgstr "" -#: FlatCAMApp.py:2783 +#: FlatCAMApp.py:2779 msgid "Open Config file failed." msgstr "" -#: FlatCAMApp.py:2798 +#: FlatCAMApp.py:2794 msgid "Open Script file failed." msgstr "" -#: FlatCAMApp.py:2824 +#: FlatCAMApp.py:2820 msgid "Open Excellon file failed." msgstr "" -#: FlatCAMApp.py:2837 +#: FlatCAMApp.py:2833 msgid "Open GCode file failed." msgstr "" -#: FlatCAMApp.py:2850 +#: FlatCAMApp.py:2846 msgid "Open Gerber file failed." msgstr "" -#: FlatCAMApp.py:3205 +#: FlatCAMApp.py:3201 msgid "Select a Geometry, Gerber or Excellon Object to edit." msgstr "" -#: FlatCAMApp.py:3220 +#: FlatCAMApp.py:3216 msgid "" "Simultaneous editing of tools geometry in a MultiGeo Geometry is not possible.\n" "Edit only one geometry at a time." msgstr "" -#: FlatCAMApp.py:3275 +#: FlatCAMApp.py:3271 msgid "Editor is activated ..." msgstr "" -#: FlatCAMApp.py:3296 +#: FlatCAMApp.py:3292 msgid "Do you want to save the edited object?" msgstr "" -#: FlatCAMApp.py:3297 flatcamGUI/FlatCAMGUI.py:2165 +#: FlatCAMApp.py:3293 flatcamGUI/FlatCAMGUI.py:2165 msgid "Close Editor" msgstr "" -#: FlatCAMApp.py:3300 FlatCAMApp.py:4018 FlatCAMApp.py:5071 FlatCAMApp.py:7737 -#: FlatCAMApp.py:7763 FlatCAMApp.py:8940 FlatCAMTranslation.py:108 FlatCAMTranslation.py:193 +#: FlatCAMApp.py:3296 FlatCAMApp.py:4014 FlatCAMApp.py:5067 FlatCAMApp.py:7724 +#: FlatCAMApp.py:7750 FlatCAMApp.py:8927 FlatCAMTranslation.py:108 FlatCAMTranslation.py:193 msgid "Yes" msgstr "" -#: FlatCAMApp.py:3301 FlatCAMApp.py:4019 FlatCAMApp.py:5072 FlatCAMApp.py:7738 -#: FlatCAMApp.py:7764 FlatCAMApp.py:8941 FlatCAMTranslation.py:109 FlatCAMTranslation.py:194 -#: flatcamGUI/PreferencesUI.py:5133 flatcamGUI/PreferencesUI.py:5558 +#: FlatCAMApp.py:3297 FlatCAMApp.py:4015 FlatCAMApp.py:5068 FlatCAMApp.py:7725 +#: FlatCAMApp.py:7751 FlatCAMApp.py:8928 FlatCAMTranslation.py:109 FlatCAMTranslation.py:194 +#: flatcamGUI/PreferencesUI.py:5139 flatcamGUI/PreferencesUI.py:5554 #: flatcamTools/ToolNonCopperClear.py:189 flatcamTools/ToolPaint.py:161 msgid "No" msgstr "" -#: FlatCAMApp.py:3302 FlatCAMApp.py:5073 FlatCAMApp.py:5929 FlatCAMApp.py:7019 -#: FlatCAMApp.py:8942 FlatCAMCommon.py:571 flatcamGUI/FlatCAMGUI.py:1260 +#: FlatCAMApp.py:3298 FlatCAMApp.py:5069 FlatCAMApp.py:5925 FlatCAMApp.py:7006 +#: FlatCAMApp.py:8929 FlatCAMCommon.py:571 flatcamGUI/FlatCAMGUI.py:1260 msgid "Cancel" msgstr "" -#: FlatCAMApp.py:3330 +#: FlatCAMApp.py:3326 msgid "Object empty after edit." msgstr "" -#: FlatCAMApp.py:3379 FlatCAMApp.py:3399 FlatCAMApp.py:3414 +#: FlatCAMApp.py:3375 FlatCAMApp.py:3395 FlatCAMApp.py:3410 msgid "Select a Gerber, Geometry or Excellon Object to update." msgstr "" -#: FlatCAMApp.py:3383 +#: FlatCAMApp.py:3379 msgid "is updated, returning to App..." msgstr "" -#: FlatCAMApp.py:3778 FlatCAMApp.py:3892 FlatCAMApp.py:4933 +#: FlatCAMApp.py:3774 FlatCAMApp.py:3888 FlatCAMApp.py:4929 msgid "Could not load defaults file." msgstr "" -#: FlatCAMApp.py:3790 FlatCAMApp.py:3900 FlatCAMApp.py:4942 +#: FlatCAMApp.py:3786 FlatCAMApp.py:3896 FlatCAMApp.py:4938 msgid "Failed to parse defaults file." msgstr "" -#: FlatCAMApp.py:3835 +#: FlatCAMApp.py:3831 msgid "Preferences default restore was cancelled." msgstr "" -#: FlatCAMApp.py:3843 FlatCAMApp.py:5021 +#: FlatCAMApp.py:3839 FlatCAMApp.py:5017 msgid "Could not load factory defaults file." msgstr "" -#: FlatCAMApp.py:3851 FlatCAMApp.py:5031 +#: FlatCAMApp.py:3847 FlatCAMApp.py:5027 msgid "Failed to parse factory defaults file." msgstr "" -#: FlatCAMApp.py:3859 +#: FlatCAMApp.py:3855 msgid "Preferences default values are restored." msgstr "" -#: FlatCAMApp.py:3874 FlatCAMApp.py:3878 +#: FlatCAMApp.py:3870 FlatCAMApp.py:3874 msgid "Import FlatCAM Preferences" msgstr "" -#: FlatCAMApp.py:3884 +#: FlatCAMApp.py:3880 msgid "FlatCAM preferences import cancelled." msgstr "" -#: FlatCAMApp.py:3908 +#: FlatCAMApp.py:3904 msgid "Imported Defaults from" msgstr "" -#: FlatCAMApp.py:3928 FlatCAMApp.py:3933 +#: FlatCAMApp.py:3924 FlatCAMApp.py:3929 msgid "Export FlatCAM Preferences" msgstr "" -#: FlatCAMApp.py:3940 +#: FlatCAMApp.py:3936 msgid "FlatCAM preferences export cancelled." msgstr "" -#: FlatCAMApp.py:3949 FlatCAMApp.py:10402 FlatCAMApp.py:10450 FlatCAMApp.py:10573 -#: FlatCAMApp.py:10712 FlatCAMCommon.py:378 FlatCAMCommon.py:1114 FlatCAMObj.py:6903 +#: FlatCAMApp.py:3945 FlatCAMApp.py:10389 FlatCAMApp.py:10437 FlatCAMApp.py:10560 +#: FlatCAMApp.py:10699 FlatCAMCommon.py:378 FlatCAMCommon.py:1114 FlatCAMObj.py:6903 #: flatcamEditors/FlatCAMTextEditor.py:274 flatcamTools/ToolFilm.py:1019 #: flatcamTools/ToolFilm.py:1195 flatcamTools/ToolSolderPaste.py:1544 msgid "" @@ -198,108 +198,108 @@ msgid "" "Most likely another app is holding the file open and not accessible." msgstr "" -#: FlatCAMApp.py:3961 +#: FlatCAMApp.py:3957 msgid "Could not load preferences file." msgstr "" -#: FlatCAMApp.py:3980 FlatCAMApp.py:4989 +#: FlatCAMApp.py:3976 FlatCAMApp.py:4985 msgid "Failed to write defaults to file." msgstr "" -#: FlatCAMApp.py:3985 +#: FlatCAMApp.py:3981 msgid "Exported preferences to" msgstr "" -#: FlatCAMApp.py:4002 +#: FlatCAMApp.py:3998 msgid "FlatCAM Preferences Folder opened." msgstr "" -#: FlatCAMApp.py:4013 +#: FlatCAMApp.py:4009 msgid "Are you sure you want to delete the GUI Settings? \n" msgstr "" -#: FlatCAMApp.py:4016 flatcamGUI/FlatCAMGUI.py:1230 +#: FlatCAMApp.py:4012 flatcamGUI/FlatCAMGUI.py:1230 msgid "Clear GUI Settings" msgstr "" -#: FlatCAMApp.py:4113 +#: FlatCAMApp.py:4109 msgid "Failed to open recent files file for writing." msgstr "" -#: FlatCAMApp.py:4124 +#: FlatCAMApp.py:4120 msgid "Failed to open recent projects file for writing." msgstr "" -#: FlatCAMApp.py:4209 FlatCAMApp.py:10913 FlatCAMApp.py:10974 FlatCAMApp.py:11103 +#: FlatCAMApp.py:4205 FlatCAMApp.py:10900 FlatCAMApp.py:10961 FlatCAMApp.py:11090 #: FlatCAMObj.py:5050 flatcamEditors/FlatCAMGrbEditor.py:4187 #: flatcamTools/ToolPcbWizard.py:437 msgid "An internal error has occurred. See shell.\n" msgstr "" -#: FlatCAMApp.py:4210 +#: FlatCAMApp.py:4206 #, python-brace-format msgid "" "Object ({kind}) failed because: {error} \n" "\n" msgstr "" -#: FlatCAMApp.py:4225 +#: FlatCAMApp.py:4221 msgid "Converting units to " msgstr "" -#: FlatCAMApp.py:4328 +#: FlatCAMApp.py:4324 msgid "CREATE A NEW FLATCAM TCL SCRIPT" msgstr "" -#: FlatCAMApp.py:4329 +#: FlatCAMApp.py:4325 msgid "TCL Tutorial is here" msgstr "" -#: FlatCAMApp.py:4331 +#: FlatCAMApp.py:4327 msgid "FlatCAM commands list" msgstr "" -#: FlatCAMApp.py:4382 FlatCAMApp.py:4388 FlatCAMApp.py:4394 FlatCAMApp.py:4400 -#: FlatCAMApp.py:4406 FlatCAMApp.py:4412 +#: FlatCAMApp.py:4378 FlatCAMApp.py:4384 FlatCAMApp.py:4390 FlatCAMApp.py:4396 +#: FlatCAMApp.py:4402 FlatCAMApp.py:4408 msgid "created/selected" msgstr "" -#: FlatCAMApp.py:4427 FlatCAMApp.py:7099 FlatCAMObj.py:271 FlatCAMObj.py:302 +#: FlatCAMApp.py:4423 FlatCAMApp.py:7086 FlatCAMObj.py:271 FlatCAMObj.py:302 #: FlatCAMObj.py:318 FlatCAMObj.py:398 flatcamTools/ToolCopperThieving.py:1476 #: flatcamTools/ToolFiducials.py:807 flatcamTools/ToolMove.py:220 #: flatcamTools/ToolQRCode.py:726 msgid "Plotting" msgstr "" -#: FlatCAMApp.py:4490 flatcamGUI/FlatCAMGUI.py:491 +#: FlatCAMApp.py:4486 flatcamGUI/FlatCAMGUI.py:491 msgid "About FlatCAM" msgstr "" -#: FlatCAMApp.py:4516 +#: FlatCAMApp.py:4512 msgid "2D Computer-Aided Printed Circuit Board Manufacturing" msgstr "" -#: FlatCAMApp.py:4517 +#: FlatCAMApp.py:4513 msgid "Development" msgstr "" -#: FlatCAMApp.py:4518 +#: FlatCAMApp.py:4514 msgid "DOWNLOAD" msgstr "" -#: FlatCAMApp.py:4519 +#: FlatCAMApp.py:4515 msgid "Issue tracker" msgstr "" -#: FlatCAMApp.py:4523 FlatCAMApp.py:4864 +#: FlatCAMApp.py:4519 FlatCAMApp.py:4860 msgid "Close" msgstr "" -#: FlatCAMApp.py:4538 +#: FlatCAMApp.py:4534 msgid "Licensed under the MIT license" msgstr "" -#: FlatCAMApp.py:4547 +#: FlatCAMApp.py:4543 msgid "" "Permission is hereby granted, free of charge, to any person obtaining a copy\n" "of this software and associated documentation files (the \"Software\"), to deal\n" @@ -320,7 +320,7 @@ msgid "" "THE SOFTWARE." msgstr "" -#: FlatCAMApp.py:4569 +#: FlatCAMApp.py:4565 msgid "" "Some of the icons used are from the following sources:
Icons by Freepik from oNline Web Fonts" msgstr "" -#: FlatCAMApp.py:4601 +#: FlatCAMApp.py:4597 msgid "Splash" msgstr "" -#: FlatCAMApp.py:4607 +#: FlatCAMApp.py:4603 msgid "Programmers" msgstr "" -#: FlatCAMApp.py:4613 +#: FlatCAMApp.py:4609 msgid "Translators" msgstr "" -#: FlatCAMApp.py:4619 +#: FlatCAMApp.py:4615 msgid "License" msgstr "" -#: FlatCAMApp.py:4625 +#: FlatCAMApp.py:4621 msgid "Attributions" msgstr "" -#: FlatCAMApp.py:4648 +#: FlatCAMApp.py:4644 msgid "Programmer" msgstr "" -#: FlatCAMApp.py:4649 +#: FlatCAMApp.py:4645 msgid "Status" msgstr "" -#: FlatCAMApp.py:4650 FlatCAMApp.py:4728 +#: FlatCAMApp.py:4646 FlatCAMApp.py:4724 msgid "E-mail" msgstr "" -#: FlatCAMApp.py:4658 +#: FlatCAMApp.py:4654 msgid "BETA Maintainer >= 2019" msgstr "" -#: FlatCAMApp.py:4725 +#: FlatCAMApp.py:4721 msgid "Language" msgstr "" -#: FlatCAMApp.py:4726 +#: FlatCAMApp.py:4722 msgid "Translator" msgstr "" -#: FlatCAMApp.py:4727 +#: FlatCAMApp.py:4723 msgid "Corrections" msgstr "" -#: FlatCAMApp.py:4836 FlatCAMApp.py:4844 FlatCAMApp.py:7782 flatcamGUI/FlatCAMGUI.py:473 +#: FlatCAMApp.py:4832 FlatCAMApp.py:4840 FlatCAMApp.py:7769 flatcamGUI/FlatCAMGUI.py:473 msgid "Bookmarks Manager" msgstr "" -#: FlatCAMApp.py:4855 +#: FlatCAMApp.py:4851 msgid "" "This entry will resolve to another website if:\n" "\n" @@ -393,53 +393,53 @@ msgid "" "use the YouTube channel link from the Help menu." msgstr "" -#: FlatCAMApp.py:4862 +#: FlatCAMApp.py:4858 msgid "Alternative website" msgstr "" -#: FlatCAMApp.py:4993 FlatCAMApp.py:7746 +#: FlatCAMApp.py:4989 FlatCAMApp.py:7733 msgid "Preferences saved." msgstr "" -#: FlatCAMApp.py:5047 +#: FlatCAMApp.py:5043 msgid "Failed to write factory defaults to file." msgstr "" -#: FlatCAMApp.py:5051 +#: FlatCAMApp.py:5047 msgid "Factory defaults saved." msgstr "" -#: FlatCAMApp.py:5061 flatcamGUI/FlatCAMGUI.py:3962 +#: FlatCAMApp.py:5057 flatcamGUI/FlatCAMGUI.py:3962 msgid "Application is saving the project. Please wait ..." msgstr "" -#: FlatCAMApp.py:5066 FlatCAMTranslation.py:188 +#: FlatCAMApp.py:5062 FlatCAMTranslation.py:188 msgid "" "There are files/objects modified in FlatCAM. \n" "Do you want to Save the project?" msgstr "" -#: FlatCAMApp.py:5069 FlatCAMApp.py:8938 FlatCAMTranslation.py:191 +#: FlatCAMApp.py:5065 FlatCAMApp.py:8925 FlatCAMTranslation.py:191 msgid "Save changes" msgstr "" -#: FlatCAMApp.py:5310 +#: FlatCAMApp.py:5306 msgid "Selected Excellon file extensions registered with FlatCAM." msgstr "" -#: FlatCAMApp.py:5332 +#: FlatCAMApp.py:5328 msgid "Selected GCode file extensions registered with FlatCAM." msgstr "" -#: FlatCAMApp.py:5354 +#: FlatCAMApp.py:5350 msgid "Selected Gerber file extensions registered with FlatCAM." msgstr "" -#: FlatCAMApp.py:5542 FlatCAMApp.py:5599 FlatCAMApp.py:5627 +#: FlatCAMApp.py:5538 FlatCAMApp.py:5595 FlatCAMApp.py:5623 msgid "At least two objects are required for join. Objects currently selected" msgstr "" -#: FlatCAMApp.py:5551 +#: FlatCAMApp.py:5547 msgid "" "Failed join. The Geometry objects are of different types.\n" "At least one is MultiGeo type and the other is SingleGeo type. A possibility is to " @@ -449,51 +449,51 @@ msgid "" "Check the generated GCODE." msgstr "" -#: FlatCAMApp.py:5563 +#: FlatCAMApp.py:5559 msgid "Multigeo. Geometry merging finished" msgstr "" -#: FlatCAMApp.py:5572 +#: FlatCAMApp.py:5568 msgid "Geometry merging finished" msgstr "" -#: FlatCAMApp.py:5594 +#: FlatCAMApp.py:5590 msgid "Failed. Excellon joining works only on Excellon objects." msgstr "" -#: FlatCAMApp.py:5604 +#: FlatCAMApp.py:5600 msgid "Excellon merging finished" msgstr "" -#: FlatCAMApp.py:5622 +#: FlatCAMApp.py:5618 msgid "Failed. Gerber joining works only on Gerber objects." msgstr "" -#: FlatCAMApp.py:5632 +#: FlatCAMApp.py:5628 msgid "Gerber merging finished" msgstr "" -#: FlatCAMApp.py:5652 FlatCAMApp.py:5687 +#: FlatCAMApp.py:5648 FlatCAMApp.py:5683 msgid "Failed. Select a Geometry Object and try again." msgstr "" -#: FlatCAMApp.py:5656 FlatCAMApp.py:5692 +#: FlatCAMApp.py:5652 FlatCAMApp.py:5688 msgid "Expected a FlatCAMGeometry, got" msgstr "" -#: FlatCAMApp.py:5669 +#: FlatCAMApp.py:5665 msgid "A Geometry object was converted to MultiGeo type." msgstr "" -#: FlatCAMApp.py:5707 +#: FlatCAMApp.py:5703 msgid "A Geometry object was converted to SingleGeo type." msgstr "" -#: FlatCAMApp.py:5923 +#: FlatCAMApp.py:5919 msgid "Toggle Units" msgstr "" -#: FlatCAMApp.py:5925 +#: FlatCAMApp.py:5921 msgid "" "Changing the units of the project\n" "will scale all objects.\n" @@ -501,108 +501,108 @@ msgid "" "Do you want to continue?" msgstr "" -#: FlatCAMApp.py:5928 FlatCAMApp.py:6942 FlatCAMApp.py:7018 FlatCAMApp.py:9303 -#: FlatCAMApp.py:9317 FlatCAMApp.py:9671 FlatCAMApp.py:9682 +#: FlatCAMApp.py:5924 FlatCAMApp.py:6929 FlatCAMApp.py:7005 FlatCAMApp.py:9290 +#: FlatCAMApp.py:9304 FlatCAMApp.py:9658 FlatCAMApp.py:9669 msgid "Ok" msgstr "" -#: FlatCAMApp.py:5977 +#: FlatCAMApp.py:5973 msgid "Converted units to" msgstr "" -#: FlatCAMApp.py:5991 +#: FlatCAMApp.py:5987 msgid "Units conversion cancelled." msgstr "" -#: FlatCAMApp.py:6626 +#: FlatCAMApp.py:6613 msgid "Detachable Tabs" msgstr "" -#: FlatCAMApp.py:6841 FlatCAMApp.py:6902 FlatCAMApp.py:7573 FlatCAMApp.py:7635 -#: FlatCAMApp.py:7701 +#: FlatCAMApp.py:6828 FlatCAMApp.py:6889 FlatCAMApp.py:7560 FlatCAMApp.py:7622 +#: FlatCAMApp.py:7688 msgid "Preferences" msgstr "" -#: FlatCAMApp.py:6844 +#: FlatCAMApp.py:6831 msgid "Preferences applied." msgstr "" -#: FlatCAMApp.py:6907 +#: FlatCAMApp.py:6894 msgid "Preferences closed without saving." msgstr "" -#: FlatCAMApp.py:6930 flatcamTools/ToolNonCopperClear.py:597 -#: flatcamTools/ToolNonCopperClear.py:993 flatcamTools/ToolPaint.py:508 +#: FlatCAMApp.py:6917 flatcamTools/ToolNonCopperClear.py:591 +#: flatcamTools/ToolNonCopperClear.py:987 flatcamTools/ToolPaint.py:502 #: flatcamTools/ToolSolderPaste.py:562 flatcamTools/ToolSolderPaste.py:892 msgid "Please enter a tool diameter with non-zero value, in Float format." msgstr "" -#: FlatCAMApp.py:6935 flatcamTools/ToolNonCopperClear.py:601 flatcamTools/ToolPaint.py:512 +#: FlatCAMApp.py:6922 flatcamTools/ToolNonCopperClear.py:595 flatcamTools/ToolPaint.py:506 #: flatcamTools/ToolSolderPaste.py:566 msgid "Adding Tool cancelled" msgstr "" -#: FlatCAMApp.py:6938 +#: FlatCAMApp.py:6925 msgid "" "Adding Tool works only when Advanced is checked.\n" "Go to Preferences -> General - Show Advanced Options." msgstr "" -#: FlatCAMApp.py:7013 +#: FlatCAMApp.py:7000 msgid "Delete objects" msgstr "" -#: FlatCAMApp.py:7016 +#: FlatCAMApp.py:7003 msgid "" "Are you sure you want to permanently delete\n" "the selected objects?" msgstr "" -#: FlatCAMApp.py:7047 +#: FlatCAMApp.py:7034 msgid "Object(s) deleted" msgstr "" -#: FlatCAMApp.py:7051 flatcamTools/ToolDblSided.py:713 +#: FlatCAMApp.py:7038 flatcamTools/ToolDblSided.py:713 msgid "Failed. No object(s) selected..." msgstr "" -#: FlatCAMApp.py:7053 +#: FlatCAMApp.py:7040 msgid "Save the work in Editor and try again ..." msgstr "" -#: FlatCAMApp.py:7083 +#: FlatCAMApp.py:7070 msgid "Object deleted" msgstr "" -#: FlatCAMApp.py:7110 +#: FlatCAMApp.py:7097 msgid "Click to set the origin ..." msgstr "" -#: FlatCAMApp.py:7132 +#: FlatCAMApp.py:7119 msgid "Setting Origin..." msgstr "" -#: FlatCAMApp.py:7144 +#: FlatCAMApp.py:7131 msgid "Origin set" msgstr "" -#: FlatCAMApp.py:7151 +#: FlatCAMApp.py:7138 msgid "Origin coordinates specified but incomplete." msgstr "" -#: FlatCAMApp.py:7210 +#: FlatCAMApp.py:7197 msgid "Jump to ..." msgstr "" -#: FlatCAMApp.py:7211 +#: FlatCAMApp.py:7198 msgid "Enter the coordinates in format X,Y:" msgstr "" -#: FlatCAMApp.py:7221 +#: FlatCAMApp.py:7208 msgid "Wrong coordinates. Enter coordinates in format: X,Y" msgstr "" -#: FlatCAMApp.py:7301 flatcamEditors/FlatCAMExcEditor.py:3599 +#: FlatCAMApp.py:7288 flatcamEditors/FlatCAMExcEditor.py:3599 #: flatcamEditors/FlatCAMExcEditor.py:3607 flatcamEditors/FlatCAMGeoEditor.py:4036 #: flatcamEditors/FlatCAMGeoEditor.py:4051 flatcamEditors/FlatCAMGrbEditor.py:1086 #: flatcamEditors/FlatCAMGrbEditor.py:1203 flatcamEditors/FlatCAMGrbEditor.py:1489 @@ -612,141 +612,141 @@ msgstr "" msgid "Done." msgstr "" -#: FlatCAMApp.py:7453 FlatCAMApp.py:7524 +#: FlatCAMApp.py:7440 FlatCAMApp.py:7511 msgid "No object is selected. Select an object and try again." msgstr "" -#: FlatCAMApp.py:7544 +#: FlatCAMApp.py:7531 msgid "Aborting. The current task will be gracefully closed as soon as possible..." msgstr "" -#: FlatCAMApp.py:7550 +#: FlatCAMApp.py:7537 msgid "The current task was gracefully closed on user request..." msgstr "" -#: FlatCAMApp.py:7632 +#: FlatCAMApp.py:7619 msgid "Preferences edited but not saved." msgstr "" -#: FlatCAMApp.py:7646 FlatCAMApp.py:7658 FlatCAMApp.py:7675 FlatCAMApp.py:7692 -#: FlatCAMApp.py:7752 FlatCAMCommon.py:1181 FlatCAMCommon.py:1356 FlatCAMObj.py:4256 +#: FlatCAMApp.py:7633 FlatCAMApp.py:7645 FlatCAMApp.py:7662 FlatCAMApp.py:7679 +#: FlatCAMApp.py:7739 FlatCAMCommon.py:1181 FlatCAMCommon.py:1356 FlatCAMObj.py:4256 msgid "Tools Database" msgstr "" -#: FlatCAMApp.py:7672 +#: FlatCAMApp.py:7659 msgid "Tools in Tools Database edited but not saved." msgstr "" -#: FlatCAMApp.py:7696 +#: FlatCAMApp.py:7683 msgid "Tool from DB added in Tool Table." msgstr "" -#: FlatCAMApp.py:7698 +#: FlatCAMApp.py:7685 msgid "Adding tool from DB is not allowed for this object." msgstr "" -#: FlatCAMApp.py:7732 +#: FlatCAMApp.py:7719 msgid "" "One or more values are changed.\n" "Do you want to save the Preferences?" msgstr "" -#: FlatCAMApp.py:7734 flatcamGUI/FlatCAMGUI.py:222 +#: FlatCAMApp.py:7721 flatcamGUI/FlatCAMGUI.py:222 msgid "Save Preferences" msgstr "" -#: FlatCAMApp.py:7758 +#: FlatCAMApp.py:7745 msgid "" "One or more Tools are edited.\n" "Do you want to update the Tools Database?" msgstr "" -#: FlatCAMApp.py:7760 +#: FlatCAMApp.py:7747 msgid "Save Tools Database" msgstr "" -#: FlatCAMApp.py:7779 FlatCAMApp.py:9910 FlatCAMObj.py:6509 +#: FlatCAMApp.py:7766 FlatCAMApp.py:9897 FlatCAMObj.py:6509 msgid "Code Editor" msgstr "" -#: FlatCAMApp.py:7797 +#: FlatCAMApp.py:7784 msgid "No object selected to Flip on Y axis." msgstr "" -#: FlatCAMApp.py:7823 +#: FlatCAMApp.py:7810 msgid "Flip on Y axis done." msgstr "" -#: FlatCAMApp.py:7825 FlatCAMApp.py:7867 flatcamEditors/FlatCAMGrbEditor.py:5858 +#: FlatCAMApp.py:7812 FlatCAMApp.py:7854 flatcamEditors/FlatCAMGrbEditor.py:5858 msgid "Flip action was not executed." msgstr "" -#: FlatCAMApp.py:7839 +#: FlatCAMApp.py:7826 msgid "No object selected to Flip on X axis." msgstr "" -#: FlatCAMApp.py:7865 +#: FlatCAMApp.py:7852 msgid "Flip on X axis done." msgstr "" -#: FlatCAMApp.py:7881 +#: FlatCAMApp.py:7868 msgid "No object selected to Rotate." msgstr "" -#: FlatCAMApp.py:7884 FlatCAMApp.py:7931 FlatCAMApp.py:7964 +#: FlatCAMApp.py:7871 FlatCAMApp.py:7918 FlatCAMApp.py:7951 msgid "Transform" msgstr "" -#: FlatCAMApp.py:7884 FlatCAMApp.py:7931 FlatCAMApp.py:7964 +#: FlatCAMApp.py:7871 FlatCAMApp.py:7918 FlatCAMApp.py:7951 msgid "Enter the Angle value:" msgstr "" -#: FlatCAMApp.py:7915 +#: FlatCAMApp.py:7902 msgid "Rotation done." msgstr "" -#: FlatCAMApp.py:7917 +#: FlatCAMApp.py:7904 msgid "Rotation movement was not executed." msgstr "" -#: FlatCAMApp.py:7929 +#: FlatCAMApp.py:7916 msgid "No object selected to Skew/Shear on X axis." msgstr "" -#: FlatCAMApp.py:7951 +#: FlatCAMApp.py:7938 msgid "Skew on X axis done." msgstr "" -#: FlatCAMApp.py:7962 +#: FlatCAMApp.py:7949 msgid "No object selected to Skew/Shear on Y axis." msgstr "" -#: FlatCAMApp.py:7984 +#: FlatCAMApp.py:7971 msgid "Skew on Y axis done." msgstr "" -#: FlatCAMApp.py:8132 FlatCAMApp.py:8179 flatcamGUI/FlatCAMGUI.py:449 +#: FlatCAMApp.py:8119 FlatCAMApp.py:8166 flatcamGUI/FlatCAMGUI.py:449 #: flatcamGUI/FlatCAMGUI.py:1612 msgid "Select All" msgstr "" -#: FlatCAMApp.py:8136 FlatCAMApp.py:8183 flatcamGUI/FlatCAMGUI.py:451 +#: FlatCAMApp.py:8123 FlatCAMApp.py:8170 flatcamGUI/FlatCAMGUI.py:451 msgid "Deselect All" msgstr "" -#: FlatCAMApp.py:8199 +#: FlatCAMApp.py:8186 msgid "All objects are selected." msgstr "" -#: FlatCAMApp.py:8209 +#: FlatCAMApp.py:8196 msgid "Objects selection is cleared." msgstr "" -#: FlatCAMApp.py:8229 flatcamGUI/FlatCAMGUI.py:1605 +#: FlatCAMApp.py:8216 flatcamGUI/FlatCAMGUI.py:1605 msgid "Grid On/Off" msgstr "" -#: FlatCAMApp.py:8241 flatcamEditors/FlatCAMGeoEditor.py:940 +#: FlatCAMApp.py:8228 flatcamEditors/FlatCAMGeoEditor.py:940 #: flatcamEditors/FlatCAMGrbEditor.py:2574 flatcamEditors/FlatCAMGrbEditor.py:5431 #: flatcamGUI/ObjectUI.py:1304 flatcamTools/ToolDblSided.py:187 #: flatcamTools/ToolDblSided.py:245 flatcamTools/ToolNonCopperClear.py:286 @@ -755,7 +755,7 @@ msgstr "" msgid "Add" msgstr "" -#: FlatCAMApp.py:8243 FlatCAMObj.py:3963 flatcamEditors/FlatCAMGrbEditor.py:2579 +#: FlatCAMApp.py:8230 FlatCAMObj.py:3963 flatcamEditors/FlatCAMGrbEditor.py:2579 #: flatcamEditors/FlatCAMGrbEditor.py:2727 flatcamGUI/FlatCAMGUI.py:680 #: flatcamGUI/FlatCAMGUI.py:991 flatcamGUI/FlatCAMGUI.py:2018 flatcamGUI/FlatCAMGUI.py:2161 #: flatcamGUI/FlatCAMGUI.py:2559 flatcamGUI/ObjectUI.py:1330 @@ -764,564 +764,564 @@ msgstr "" msgid "Delete" msgstr "" -#: FlatCAMApp.py:8256 +#: FlatCAMApp.py:8243 msgid "New Grid ..." msgstr "" -#: FlatCAMApp.py:8257 +#: FlatCAMApp.py:8244 msgid "Enter a Grid Value:" msgstr "" -#: FlatCAMApp.py:8265 FlatCAMApp.py:8292 +#: FlatCAMApp.py:8252 FlatCAMApp.py:8279 msgid "Please enter a grid value with non-zero value, in Float format." msgstr "" -#: FlatCAMApp.py:8271 +#: FlatCAMApp.py:8258 msgid "New Grid added" msgstr "" -#: FlatCAMApp.py:8274 +#: FlatCAMApp.py:8261 msgid "Grid already exists" msgstr "" -#: FlatCAMApp.py:8277 +#: FlatCAMApp.py:8264 msgid "Adding New Grid cancelled" msgstr "" -#: FlatCAMApp.py:8299 +#: FlatCAMApp.py:8286 msgid " Grid Value does not exist" msgstr "" -#: FlatCAMApp.py:8302 +#: FlatCAMApp.py:8289 msgid "Grid Value deleted" msgstr "" -#: FlatCAMApp.py:8305 +#: FlatCAMApp.py:8292 msgid "Delete Grid value cancelled" msgstr "" -#: FlatCAMApp.py:8311 +#: FlatCAMApp.py:8298 msgid "Key Shortcut List" msgstr "" -#: FlatCAMApp.py:8345 +#: FlatCAMApp.py:8332 msgid " No object selected to copy it's name" msgstr "" -#: FlatCAMApp.py:8349 +#: FlatCAMApp.py:8336 msgid "Name copied on clipboard ..." msgstr "" -#: FlatCAMApp.py:8547 flatcamEditors/FlatCAMGrbEditor.py:4377 +#: FlatCAMApp.py:8534 flatcamEditors/FlatCAMGrbEditor.py:4377 msgid "Coordinates copied to clipboard." msgstr "" -#: FlatCAMApp.py:8775 FlatCAMApp.py:8781 FlatCAMApp.py:8787 FlatCAMApp.py:8793 +#: FlatCAMApp.py:8762 FlatCAMApp.py:8768 FlatCAMApp.py:8774 FlatCAMApp.py:8780 #: ObjectCollection.py:797 ObjectCollection.py:803 ObjectCollection.py:809 #: ObjectCollection.py:815 ObjectCollection.py:821 ObjectCollection.py:827 msgid "selected" msgstr "" -#: FlatCAMApp.py:8935 +#: FlatCAMApp.py:8922 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:8957 +#: FlatCAMApp.py:8944 msgid "New Project created" msgstr "" -#: FlatCAMApp.py:9092 FlatCAMApp.py:9096 flatcamGUI/FlatCAMGUI.py:767 +#: FlatCAMApp.py:9079 FlatCAMApp.py:9083 flatcamGUI/FlatCAMGUI.py:767 #: flatcamGUI/FlatCAMGUI.py:2352 msgid "Open Gerber" msgstr "" -#: FlatCAMApp.py:9103 +#: FlatCAMApp.py:9090 msgid "Opening Gerber file." msgstr "" -#: FlatCAMApp.py:9109 +#: FlatCAMApp.py:9096 msgid "Open Gerber cancelled." msgstr "" -#: FlatCAMApp.py:9130 FlatCAMApp.py:9134 flatcamGUI/FlatCAMGUI.py:769 +#: FlatCAMApp.py:9117 FlatCAMApp.py:9121 flatcamGUI/FlatCAMGUI.py:769 #: flatcamGUI/FlatCAMGUI.py:2354 msgid "Open Excellon" msgstr "" -#: FlatCAMApp.py:9140 +#: FlatCAMApp.py:9127 msgid "Opening Excellon file." msgstr "" -#: FlatCAMApp.py:9146 +#: FlatCAMApp.py:9133 msgid " Open Excellon cancelled." msgstr "" -#: FlatCAMApp.py:9170 FlatCAMApp.py:9174 +#: FlatCAMApp.py:9157 FlatCAMApp.py:9161 msgid "Open G-Code" msgstr "" -#: FlatCAMApp.py:9181 +#: FlatCAMApp.py:9168 msgid "Opening G-Code file." msgstr "" -#: FlatCAMApp.py:9187 +#: FlatCAMApp.py:9174 msgid "Open G-Code cancelled." msgstr "" -#: FlatCAMApp.py:9205 FlatCAMApp.py:9208 flatcamGUI/FlatCAMGUI.py:1614 +#: FlatCAMApp.py:9192 FlatCAMApp.py:9195 flatcamGUI/FlatCAMGUI.py:1614 msgid "Open Project" msgstr "" -#: FlatCAMApp.py:9217 +#: FlatCAMApp.py:9204 msgid "Open Project cancelled." msgstr "" -#: FlatCAMApp.py:9241 FlatCAMApp.py:9245 +#: FlatCAMApp.py:9228 FlatCAMApp.py:9232 msgid "Open HPGL2" msgstr "" -#: FlatCAMApp.py:9252 +#: FlatCAMApp.py:9239 msgid "Opening HPGL2 file." msgstr "" -#: FlatCAMApp.py:9257 +#: FlatCAMApp.py:9244 msgid "Open HPGL2 file cancelled." msgstr "" -#: FlatCAMApp.py:9275 FlatCAMApp.py:9278 +#: FlatCAMApp.py:9262 FlatCAMApp.py:9265 msgid "Open Configuration File" msgstr "" -#: FlatCAMApp.py:9283 +#: FlatCAMApp.py:9270 msgid "Open Config cancelled." msgstr "" -#: FlatCAMApp.py:9299 FlatCAMApp.py:9667 FlatCAMApp.py:10137 FlatCAMApp.py:10141 +#: FlatCAMApp.py:9286 FlatCAMApp.py:9654 FlatCAMApp.py:10124 FlatCAMApp.py:10128 msgid "No object selected." msgstr "" -#: FlatCAMApp.py:9300 FlatCAMApp.py:9668 +#: FlatCAMApp.py:9287 FlatCAMApp.py:9655 msgid "Please Select a Geometry object to export" msgstr "" -#: FlatCAMApp.py:9314 +#: FlatCAMApp.py:9301 msgid "Only Geometry, Gerber and CNCJob objects can be used." msgstr "" -#: FlatCAMApp.py:9327 FlatCAMApp.py:9331 flatcamTools/ToolQRCode.py:827 +#: FlatCAMApp.py:9314 FlatCAMApp.py:9318 flatcamTools/ToolQRCode.py:827 #: flatcamTools/ToolQRCode.py:831 msgid "Export SVG" msgstr "" -#: FlatCAMApp.py:9337 flatcamTools/ToolQRCode.py:836 +#: FlatCAMApp.py:9324 flatcamTools/ToolQRCode.py:836 msgid " Export SVG cancelled." msgstr "" -#: FlatCAMApp.py:9358 +#: FlatCAMApp.py:9345 msgid "Data must be a 3D array with last dimension 3 or 4" msgstr "" -#: FlatCAMApp.py:9364 FlatCAMApp.py:9368 +#: FlatCAMApp.py:9351 FlatCAMApp.py:9355 msgid "Export PNG Image" msgstr "" -#: FlatCAMApp.py:9373 +#: FlatCAMApp.py:9360 msgid "Export PNG cancelled." msgstr "" -#: FlatCAMApp.py:9397 +#: FlatCAMApp.py:9384 msgid "No object selected. Please select an Gerber object to export." msgstr "" -#: FlatCAMApp.py:9403 FlatCAMApp.py:9626 +#: FlatCAMApp.py:9390 FlatCAMApp.py:9613 msgid "Failed. Only Gerber objects can be saved as Gerber files..." msgstr "" -#: FlatCAMApp.py:9415 +#: FlatCAMApp.py:9402 msgid "Save Gerber source file" msgstr "" -#: FlatCAMApp.py:9421 +#: FlatCAMApp.py:9408 msgid "Save Gerber source file cancelled." msgstr "" -#: FlatCAMApp.py:9441 +#: FlatCAMApp.py:9428 msgid "No object selected. Please select an Script object to export." msgstr "" -#: FlatCAMApp.py:9447 +#: FlatCAMApp.py:9434 msgid "Failed. Only Script objects can be saved as TCL Script files..." msgstr "" -#: FlatCAMApp.py:9459 +#: FlatCAMApp.py:9446 msgid "Save Script source file" msgstr "" -#: FlatCAMApp.py:9465 +#: FlatCAMApp.py:9452 msgid "Save Script source file cancelled." msgstr "" -#: FlatCAMApp.py:9485 +#: FlatCAMApp.py:9472 msgid "No object selected. Please select an Document object to export." msgstr "" -#: FlatCAMApp.py:9491 +#: FlatCAMApp.py:9478 msgid "Failed. Only Document objects can be saved as Document files..." msgstr "" -#: FlatCAMApp.py:9503 +#: FlatCAMApp.py:9490 msgid "Save Document source file" msgstr "" -#: FlatCAMApp.py:9509 +#: FlatCAMApp.py:9496 msgid "Save Document source file cancelled." msgstr "" -#: FlatCAMApp.py:9529 +#: FlatCAMApp.py:9516 msgid "No object selected. Please select an Excellon object to export." msgstr "" -#: FlatCAMApp.py:9535 FlatCAMApp.py:9579 FlatCAMApp.py:10486 +#: FlatCAMApp.py:9522 FlatCAMApp.py:9566 FlatCAMApp.py:10473 msgid "Failed. Only Excellon objects can be saved as Excellon files..." msgstr "" -#: FlatCAMApp.py:9543 FlatCAMApp.py:9547 +#: FlatCAMApp.py:9530 FlatCAMApp.py:9534 msgid "Save Excellon source file" msgstr "" -#: FlatCAMApp.py:9553 +#: FlatCAMApp.py:9540 msgid "Saving Excellon source file cancelled." msgstr "" -#: FlatCAMApp.py:9573 +#: FlatCAMApp.py:9560 msgid "No object selected. Please Select an Excellon object to export." msgstr "" -#: FlatCAMApp.py:9587 FlatCAMApp.py:9591 +#: FlatCAMApp.py:9574 FlatCAMApp.py:9578 msgid "Export Excellon" msgstr "" -#: FlatCAMApp.py:9597 +#: FlatCAMApp.py:9584 msgid "Export Excellon cancelled." msgstr "" -#: FlatCAMApp.py:9620 +#: FlatCAMApp.py:9607 msgid "No object selected. Please Select an Gerber object to export." msgstr "" -#: FlatCAMApp.py:9634 FlatCAMApp.py:9638 +#: FlatCAMApp.py:9621 FlatCAMApp.py:9625 msgid "Export Gerber" msgstr "" -#: FlatCAMApp.py:9644 +#: FlatCAMApp.py:9631 msgid "Export Gerber cancelled." msgstr "" -#: FlatCAMApp.py:9679 +#: FlatCAMApp.py:9666 msgid "Only Geometry objects can be used." msgstr "" -#: FlatCAMApp.py:9693 FlatCAMApp.py:9697 +#: FlatCAMApp.py:9680 FlatCAMApp.py:9684 msgid "Export DXF" msgstr "" -#: FlatCAMApp.py:9704 +#: FlatCAMApp.py:9691 msgid "Export DXF cancelled." msgstr "" -#: FlatCAMApp.py:9724 FlatCAMApp.py:9727 +#: FlatCAMApp.py:9711 FlatCAMApp.py:9714 msgid "Import SVG" msgstr "" -#: FlatCAMApp.py:9737 +#: FlatCAMApp.py:9724 msgid "Open SVG cancelled." msgstr "" -#: FlatCAMApp.py:9756 FlatCAMApp.py:9760 +#: FlatCAMApp.py:9743 FlatCAMApp.py:9747 msgid "Import DXF" msgstr "" -#: FlatCAMApp.py:9770 +#: FlatCAMApp.py:9757 msgid "Open DXF cancelled." msgstr "" -#: FlatCAMApp.py:9812 +#: FlatCAMApp.py:9799 msgid "Viewing the source code of the selected object." msgstr "" -#: FlatCAMApp.py:9813 FlatCAMObj.py:6495 FlatCAMObj.py:7225 +#: FlatCAMApp.py:9800 FlatCAMObj.py:6495 FlatCAMObj.py:7225 msgid "Loading..." msgstr "" -#: FlatCAMApp.py:9819 FlatCAMApp.py:9823 +#: FlatCAMApp.py:9806 FlatCAMApp.py:9810 msgid "Select an Gerber or Excellon file to view it's source file." msgstr "" -#: FlatCAMApp.py:9837 +#: FlatCAMApp.py:9824 msgid "Source Editor" msgstr "" -#: FlatCAMApp.py:9877 FlatCAMApp.py:9884 +#: FlatCAMApp.py:9864 FlatCAMApp.py:9871 msgid "There is no selected object for which to see it's source file code." msgstr "" -#: FlatCAMApp.py:9896 +#: FlatCAMApp.py:9883 msgid "Failed to load the source code for the selected object" msgstr "" -#: FlatCAMApp.py:9938 +#: FlatCAMApp.py:9925 msgid "New TCL script file created in Code Editor." msgstr "" -#: FlatCAMApp.py:9976 FlatCAMApp.py:9978 +#: FlatCAMApp.py:9963 FlatCAMApp.py:9965 msgid "Open TCL script" msgstr "" -#: FlatCAMApp.py:9982 +#: FlatCAMApp.py:9969 msgid "Open TCL script cancelled." msgstr "" -#: FlatCAMApp.py:10006 +#: FlatCAMApp.py:9993 msgid "Executing FlatCAMScript file." msgstr "" -#: FlatCAMApp.py:10013 FlatCAMApp.py:10016 +#: FlatCAMApp.py:10000 FlatCAMApp.py:10003 msgid "Run TCL script" msgstr "" -#: FlatCAMApp.py:10026 +#: FlatCAMApp.py:10013 msgid "Run TCL script cancelled." msgstr "" -#: FlatCAMApp.py:10042 +#: FlatCAMApp.py:10029 msgid "TCL script file opened in Code Editor and executed." msgstr "" -#: FlatCAMApp.py:10093 FlatCAMApp.py:10099 +#: FlatCAMApp.py:10080 FlatCAMApp.py:10086 msgid "Save Project As ..." msgstr "" -#: FlatCAMApp.py:10095 flatcamGUI/FlatCAMGUI.py:1051 flatcamGUI/FlatCAMGUI.py:2053 +#: FlatCAMApp.py:10082 flatcamGUI/FlatCAMGUI.py:1051 flatcamGUI/FlatCAMGUI.py:2053 msgid "Project" msgstr "" -#: FlatCAMApp.py:10104 +#: FlatCAMApp.py:10091 msgid "Save Project cancelled." msgstr "" -#: FlatCAMApp.py:10134 +#: FlatCAMApp.py:10121 msgid "FlatCAM objects print" msgstr "" -#: FlatCAMApp.py:10147 FlatCAMApp.py:10154 +#: FlatCAMApp.py:10134 FlatCAMApp.py:10141 msgid "Save Object as PDF ..." msgstr "" -#: FlatCAMApp.py:10159 +#: FlatCAMApp.py:10146 msgid "Save Object PDF cancelled." msgstr "" -#: FlatCAMApp.py:10163 +#: FlatCAMApp.py:10150 msgid "Printing PDF ... Please wait." msgstr "" -#: FlatCAMApp.py:10342 +#: FlatCAMApp.py:10329 msgid "PDF file saved to" msgstr "" -#: FlatCAMApp.py:10366 +#: FlatCAMApp.py:10353 msgid "Exporting SVG" msgstr "" -#: FlatCAMApp.py:10410 +#: FlatCAMApp.py:10397 msgid "SVG file exported to" msgstr "" -#: FlatCAMApp.py:10435 +#: FlatCAMApp.py:10422 msgid "Save cancelled because source file is empty. Try to export the Gerber file." msgstr "" -#: FlatCAMApp.py:10581 +#: FlatCAMApp.py:10568 msgid "Excellon file exported to" msgstr "" -#: FlatCAMApp.py:10590 +#: FlatCAMApp.py:10577 msgid "Exporting Excellon" msgstr "" -#: FlatCAMApp.py:10596 FlatCAMApp.py:10604 +#: FlatCAMApp.py:10583 FlatCAMApp.py:10591 msgid "Could not export Excellon file." msgstr "" -#: FlatCAMApp.py:10720 +#: FlatCAMApp.py:10707 msgid "Gerber file exported to" msgstr "" -#: FlatCAMApp.py:10728 +#: FlatCAMApp.py:10715 msgid "Exporting Gerber" msgstr "" -#: FlatCAMApp.py:10734 FlatCAMApp.py:10742 +#: FlatCAMApp.py:10721 FlatCAMApp.py:10729 msgid "Could not export Gerber file." msgstr "" -#: FlatCAMApp.py:10776 +#: FlatCAMApp.py:10763 msgid "DXF file exported to" msgstr "" -#: FlatCAMApp.py:10782 +#: FlatCAMApp.py:10769 msgid "Exporting DXF" msgstr "" -#: FlatCAMApp.py:10787 FlatCAMApp.py:10794 +#: FlatCAMApp.py:10774 FlatCAMApp.py:10781 msgid "Could not export DXF file." msgstr "" -#: FlatCAMApp.py:10817 FlatCAMApp.py:10860 flatcamTools/ToolImage.py:278 +#: FlatCAMApp.py:10804 FlatCAMApp.py:10847 flatcamTools/ToolImage.py:278 msgid "Not supported type is picked as parameter. Only Geometry and Gerber are supported" msgstr "" -#: FlatCAMApp.py:10827 +#: FlatCAMApp.py:10814 msgid "Importing SVG" msgstr "" -#: FlatCAMApp.py:10838 FlatCAMApp.py:10880 FlatCAMApp.py:10939 FlatCAMApp.py:11006 -#: FlatCAMApp.py:11069 FlatCAMApp.py:11136 FlatCAMApp.py:11174 flatcamTools/ToolImage.py:298 +#: FlatCAMApp.py:10825 FlatCAMApp.py:10867 FlatCAMApp.py:10926 FlatCAMApp.py:10993 +#: FlatCAMApp.py:11056 FlatCAMApp.py:11123 FlatCAMApp.py:11161 flatcamTools/ToolImage.py:298 #: flatcamTools/ToolPDF.py:225 msgid "Opened" msgstr "" -#: FlatCAMApp.py:10869 +#: FlatCAMApp.py:10856 msgid "Importing DXF" msgstr "" -#: FlatCAMApp.py:10905 FlatCAMApp.py:11095 +#: FlatCAMApp.py:10892 FlatCAMApp.py:11082 msgid "Failed to open file" msgstr "" -#: FlatCAMApp.py:10908 FlatCAMApp.py:11098 +#: FlatCAMApp.py:10895 FlatCAMApp.py:11085 msgid "Failed to parse file" msgstr "" -#: FlatCAMApp.py:10920 +#: FlatCAMApp.py:10907 msgid "Object is not Gerber file or empty. Aborting object creation." msgstr "" -#: FlatCAMApp.py:10925 +#: FlatCAMApp.py:10912 msgid "Opening Gerber" msgstr "" -#: FlatCAMApp.py:10932 +#: FlatCAMApp.py:10919 msgid " Open Gerber failed. Probable not a Gerber file." msgstr "" -#: FlatCAMApp.py:10964 flatcamTools/ToolPcbWizard.py:427 +#: FlatCAMApp.py:10951 flatcamTools/ToolPcbWizard.py:427 msgid "This is not Excellon file." msgstr "" -#: FlatCAMApp.py:10968 +#: FlatCAMApp.py:10955 msgid "Cannot open file" msgstr "" -#: FlatCAMApp.py:10988 flatcamTools/ToolPDF.py:275 flatcamTools/ToolPcbWizard.py:451 +#: FlatCAMApp.py:10975 flatcamTools/ToolPDF.py:275 flatcamTools/ToolPcbWizard.py:451 msgid "No geometry found in file" msgstr "" -#: FlatCAMApp.py:10991 +#: FlatCAMApp.py:10978 msgid "Opening Excellon." msgstr "" -#: FlatCAMApp.py:10998 +#: FlatCAMApp.py:10985 msgid "Open Excellon file failed. Probable not an Excellon file." msgstr "" -#: FlatCAMApp.py:11029 +#: FlatCAMApp.py:11016 msgid "Reading GCode file" msgstr "" -#: FlatCAMApp.py:11036 +#: FlatCAMApp.py:11023 msgid "Failed to open" msgstr "" -#: FlatCAMApp.py:11044 +#: FlatCAMApp.py:11031 msgid "This is not GCODE" msgstr "" -#: FlatCAMApp.py:11049 +#: FlatCAMApp.py:11036 msgid "Opening G-Code." msgstr "" -#: FlatCAMApp.py:11058 +#: FlatCAMApp.py:11045 msgid "" "Failed to create CNCJob Object. Probable not a GCode file. Try to load it from File " "menu.\n" " Attempting to create a FlatCAM CNCJob Object from G-Code file failed during processing" msgstr "" -#: FlatCAMApp.py:11117 +#: FlatCAMApp.py:11104 msgid "Object is not HPGL2 file or empty. Aborting object creation." msgstr "" -#: FlatCAMApp.py:11122 +#: FlatCAMApp.py:11109 msgid "Opening HPGL2" msgstr "" -#: FlatCAMApp.py:11129 +#: FlatCAMApp.py:11116 msgid " Open HPGL2 failed. Probable not a HPGL2 file." msgstr "" -#: FlatCAMApp.py:11150 +#: FlatCAMApp.py:11137 msgid "Opening TCL Script..." msgstr "" -#: FlatCAMApp.py:11158 +#: FlatCAMApp.py:11145 msgid "TCL script file opened in Code Editor." msgstr "" -#: FlatCAMApp.py:11161 +#: FlatCAMApp.py:11148 msgid "Failed to open TCL Script." msgstr "" -#: FlatCAMApp.py:11189 +#: FlatCAMApp.py:11176 msgid "Opening FlatCAM Config file." msgstr "" -#: FlatCAMApp.py:11217 +#: FlatCAMApp.py:11204 msgid "Failed to open config file" msgstr "" -#: FlatCAMApp.py:11243 +#: FlatCAMApp.py:11230 msgid "Loading Project ... Please Wait ..." msgstr "" -#: FlatCAMApp.py:11248 +#: FlatCAMApp.py:11235 msgid "Opening FlatCAM Project file." msgstr "" -#: FlatCAMApp.py:11258 FlatCAMApp.py:11276 +#: FlatCAMApp.py:11245 FlatCAMApp.py:11263 msgid "Failed to open project file" msgstr "" -#: FlatCAMApp.py:11313 +#: FlatCAMApp.py:11300 msgid "Loading Project ... restoring" msgstr "" -#: FlatCAMApp.py:11323 +#: FlatCAMApp.py:11310 msgid "Project loaded from" msgstr "" -#: FlatCAMApp.py:11386 +#: FlatCAMApp.py:11373 msgid "Redrawing all objects" msgstr "" -#: FlatCAMApp.py:11418 +#: FlatCAMApp.py:11405 msgid "Available commands:\n" msgstr "" -#: FlatCAMApp.py:11420 +#: FlatCAMApp.py:11407 msgid "" "\n" "\n" @@ -1329,64 +1329,64 @@ msgid "" " Example: help open_gerber" msgstr "" -#: FlatCAMApp.py:11570 +#: FlatCAMApp.py:11557 msgid "Shows list of commands." msgstr "" -#: FlatCAMApp.py:11632 +#: FlatCAMApp.py:11619 msgid "Failed to load recent item list." msgstr "" -#: FlatCAMApp.py:11640 +#: FlatCAMApp.py:11627 msgid "Failed to parse recent item list." msgstr "" -#: FlatCAMApp.py:11651 +#: FlatCAMApp.py:11638 msgid "Failed to load recent projects item list." msgstr "" -#: FlatCAMApp.py:11659 +#: FlatCAMApp.py:11646 msgid "Failed to parse recent project item list." msgstr "" -#: FlatCAMApp.py:11719 +#: FlatCAMApp.py:11706 msgid "Clear Recent projects" msgstr "" -#: FlatCAMApp.py:11743 +#: FlatCAMApp.py:11730 msgid "Clear Recent files" msgstr "" -#: FlatCAMApp.py:11760 flatcamGUI/FlatCAMGUI.py:1276 +#: FlatCAMApp.py:11747 flatcamGUI/FlatCAMGUI.py:1276 msgid "Shortcut Key List" msgstr "" -#: FlatCAMApp.py:11834 +#: FlatCAMApp.py:11821 msgid "Selected Tab - Choose an Item from Project Tab" msgstr "" -#: FlatCAMApp.py:11835 +#: FlatCAMApp.py:11822 msgid "Details" msgstr "" -#: FlatCAMApp.py:11837 +#: FlatCAMApp.py:11824 msgid "The normal flow when working in FlatCAM is the following:" msgstr "" -#: FlatCAMApp.py:11838 +#: FlatCAMApp.py:11825 msgid "" "Load/Import a Gerber, Excellon, Gcode, DXF, Raster Image or SVG file into FlatCAM using " "either the toolbars, key shortcuts or even dragging and dropping the files on the GUI." msgstr "" -#: FlatCAMApp.py:11841 +#: FlatCAMApp.py:11828 msgid "" "You can also load a FlatCAM project by double clicking on the project file, drag and drop " "of the file into the FLATCAM GUI or through the menu (or toolbar) actions offered within " "the app." msgstr "" -#: FlatCAMApp.py:11844 +#: FlatCAMApp.py:11831 msgid "" "Once an object is available in the Project Tab, by selecting it and then focusing on " "SELECTED TAB (more simpler is to double click the object name in the Project Tab, " @@ -1394,7 +1394,7 @@ msgid "" "Excellon, Geometry or CNCJob object." msgstr "" -#: FlatCAMApp.py:11848 +#: FlatCAMApp.py:11835 msgid "" "If the selection of the object is done on the canvas by single click instead, and the " "SELECTED TAB is in focus, again the object properties will be displayed into the Selected " @@ -1402,11 +1402,11 @@ msgid "" "TAB and populate it even if it was out of focus." msgstr "" -#: FlatCAMApp.py:11852 +#: FlatCAMApp.py:11839 msgid "You can change the parameters in this screen and the flow direction is like this:" msgstr "" -#: FlatCAMApp.py:11853 +#: FlatCAMApp.py:11840 msgid "" "Gerber/Excellon Object --> Change Parameter --> Generate Geometry --> Geometry Object --> " "Add tools (change param in Selected Tab) --> Generate CNCJob --> CNCJob Object --> Verify " @@ -1414,95 +1414,95 @@ msgid "" "TAB) --> Save GCode." msgstr "" -#: FlatCAMApp.py:11857 +#: FlatCAMApp.py:11844 msgid "" "A list of key shortcuts is available through an menu entry in Help --> Shortcuts List or " "through its own key shortcut: F3." msgstr "" -#: FlatCAMApp.py:11919 +#: FlatCAMApp.py:11906 msgid "Failed checking for latest version. Could not connect." msgstr "" -#: FlatCAMApp.py:11927 +#: FlatCAMApp.py:11914 msgid "Could not parse information about latest version." msgstr "" -#: FlatCAMApp.py:11938 +#: FlatCAMApp.py:11925 msgid "FlatCAM is up to date!" msgstr "" -#: FlatCAMApp.py:11943 +#: FlatCAMApp.py:11930 msgid "Newer Version Available" msgstr "" -#: FlatCAMApp.py:11944 +#: FlatCAMApp.py:11931 msgid "" "There is a newer version of FlatCAM available for download:\n" "\n" msgstr "" -#: FlatCAMApp.py:11946 +#: FlatCAMApp.py:11933 msgid "info" msgstr "" -#: FlatCAMApp.py:12025 +#: FlatCAMApp.py:12012 msgid "All plots disabled." msgstr "" -#: FlatCAMApp.py:12032 +#: FlatCAMApp.py:12019 msgid "All non selected plots disabled." msgstr "" -#: FlatCAMApp.py:12039 +#: FlatCAMApp.py:12026 msgid "All plots enabled." msgstr "" -#: FlatCAMApp.py:12046 +#: FlatCAMApp.py:12033 msgid "Selected plots enabled..." msgstr "" -#: FlatCAMApp.py:12055 +#: FlatCAMApp.py:12042 msgid "Selected plots disabled..." msgstr "" -#: FlatCAMApp.py:12074 +#: FlatCAMApp.py:12061 msgid "Enabling plots ..." msgstr "" -#: FlatCAMApp.py:12114 +#: FlatCAMApp.py:12101 msgid "Disabling plots ..." msgstr "" -#: FlatCAMApp.py:12136 +#: FlatCAMApp.py:12123 msgid "Working ..." msgstr "" -#: FlatCAMApp.py:12237 +#: FlatCAMApp.py:12224 msgid "Saving FlatCAM Project" msgstr "" -#: FlatCAMApp.py:12256 FlatCAMApp.py:12293 +#: FlatCAMApp.py:12243 FlatCAMApp.py:12280 msgid "Project saved to" msgstr "" -#: FlatCAMApp.py:12263 +#: FlatCAMApp.py:12250 msgid "The object is used by another application." msgstr "" -#: FlatCAMApp.py:12277 +#: FlatCAMApp.py:12264 msgid "Failed to verify project file" msgstr "" -#: FlatCAMApp.py:12277 FlatCAMApp.py:12285 FlatCAMApp.py:12296 +#: FlatCAMApp.py:12264 FlatCAMApp.py:12272 FlatCAMApp.py:12283 msgid "Retry to save it." msgstr "" -#: FlatCAMApp.py:12285 FlatCAMApp.py:12296 +#: FlatCAMApp.py:12272 FlatCAMApp.py:12283 msgid "Failed to parse saved project file" msgstr "" -#: FlatCAMApp.py:12411 +#: FlatCAMApp.py:12398 msgid "The user requested a graceful exit of the current task." msgstr "" @@ -1676,7 +1676,7 @@ msgid "Custom Offset" msgstr "" #: FlatCAMCommon.py:605 FlatCAMCommon.py:1284 flatcamGUI/ObjectUI.py:304 -#: flatcamGUI/PreferencesUI.py:2219 flatcamGUI/PreferencesUI.py:5030 +#: flatcamGUI/PreferencesUI.py:2217 flatcamGUI/PreferencesUI.py:5036 #: flatcamTools/ToolNonCopperClear.py:213 msgid "Tool Type" msgstr "" @@ -1687,9 +1687,9 @@ msgstr "" #: FlatCAMCommon.py:607 FlatCAMCommon.py:1289 flatcamGUI/ObjectUI.py:345 #: flatcamGUI/ObjectUI.py:820 flatcamGUI/ObjectUI.py:1405 flatcamGUI/ObjectUI.py:1926 -#: flatcamGUI/PreferencesUI.py:2259 flatcamGUI/PreferencesUI.py:3063 -#: flatcamGUI/PreferencesUI.py:3957 flatcamGUI/PreferencesUI.py:5075 -#: flatcamGUI/PreferencesUI.py:5329 flatcamGUI/PreferencesUI.py:6153 +#: flatcamGUI/PreferencesUI.py:2257 flatcamGUI/PreferencesUI.py:3082 +#: flatcamGUI/PreferencesUI.py:3961 flatcamGUI/PreferencesUI.py:5081 +#: flatcamGUI/PreferencesUI.py:5327 flatcamGUI/PreferencesUI.py:6145 #: flatcamTools/ToolCalculators.py:114 flatcamTools/ToolCutOut.py:132 #: flatcamTools/ToolNonCopperClear.py:254 msgid "Cut Z" @@ -1712,8 +1712,8 @@ msgid "V-Angle" msgstr "" #: FlatCAMCommon.py:612 FlatCAMCommon.py:1299 flatcamGUI/ObjectUI.py:839 -#: flatcamGUI/ObjectUI.py:1452 flatcamGUI/PreferencesUI.py:3081 -#: flatcamGUI/PreferencesUI.py:4010 flatcamGUI/PreferencesUI.py:7543 +#: flatcamGUI/ObjectUI.py:1452 flatcamGUI/PreferencesUI.py:3100 +#: flatcamGUI/PreferencesUI.py:4014 flatcamGUI/PreferencesUI.py:7535 #: flatcamTools/ToolCalibration.py:74 msgid "Travel Z" msgstr "" @@ -1730,13 +1730,12 @@ msgstr "" msgid "FR Rapids" msgstr "" -#: FlatCAMCommon.py:616 FlatCAMCommon.py:1307 flatcamGUI/PreferencesUI.py:3156 +#: FlatCAMCommon.py:616 FlatCAMCommon.py:1307 flatcamGUI/PreferencesUI.py:3173 msgid "Spindle Speed" msgstr "" #: FlatCAMCommon.py:617 FlatCAMCommon.py:1309 flatcamGUI/ObjectUI.py:963 -#: flatcamGUI/ObjectUI.py:1619 flatcamGUI/PreferencesUI.py:3168 -#: flatcamGUI/PreferencesUI.py:4131 +#: flatcamGUI/ObjectUI.py:1619 msgid "Dwell" msgstr "" @@ -1745,7 +1744,9 @@ msgid "Dwelltime" msgstr "" #: FlatCAMCommon.py:619 FlatCAMCommon.py:1313 flatcamGUI/ObjectUI.py:982 -#: flatcamGUI/PreferencesUI.py:3190 flatcamGUI/PreferencesUI.py:4153 +#: flatcamGUI/ObjectUI.py:1640 flatcamGUI/PreferencesUI.py:3204 +#: flatcamGUI/PreferencesUI.py:4155 flatcamGUI/PreferencesUI.py:6642 +#: flatcamTools/ToolSolderPaste.py:334 msgid "Preprocessor" msgstr "" @@ -1765,14 +1766,14 @@ msgstr "" msgid "Toolchange XY" msgstr "" -#: FlatCAMCommon.py:624 FlatCAMCommon.py:1323 flatcamGUI/PreferencesUI.py:3107 -#: flatcamGUI/PreferencesUI.py:4042 flatcamGUI/PreferencesUI.py:7580 +#: FlatCAMCommon.py:624 FlatCAMCommon.py:1323 flatcamGUI/PreferencesUI.py:3124 +#: flatcamGUI/PreferencesUI.py:4044 flatcamGUI/PreferencesUI.py:7572 #: flatcamTools/ToolCalibration.py:111 msgid "Toolchange Z" msgstr "" #: FlatCAMCommon.py:625 FlatCAMCommon.py:1325 flatcamGUI/ObjectUI.py:886 -#: flatcamGUI/PreferencesUI.py:3304 flatcamGUI/PreferencesUI.py:4198 +#: flatcamGUI/PreferencesUI.py:3309 flatcamGUI/PreferencesUI.py:4200 msgid "Start Z" msgstr "" @@ -2073,7 +2074,7 @@ msgid "Skewing..." msgstr "" #: FlatCAMObj.py:736 FlatCAMObj.py:2746 FlatCAMObj.py:3968 flatcamGUI/PreferencesUI.py:1470 -#: flatcamGUI/PreferencesUI.py:2855 +#: flatcamGUI/PreferencesUI.py:2859 msgid "Basic" msgstr "" @@ -2085,12 +2086,12 @@ msgstr "" msgid "Buffering solid geometry" msgstr "" -#: FlatCAMObj.py:983 camlib.py:965 flatcamGUI/PreferencesUI.py:2298 +#: FlatCAMObj.py:983 camlib.py:965 flatcamGUI/PreferencesUI.py:2296 #: flatcamTools/ToolCopperThieving.py:1011 flatcamTools/ToolCopperThieving.py:1200 -#: flatcamTools/ToolCopperThieving.py:1212 flatcamTools/ToolNonCopperClear.py:1630 -#: flatcamTools/ToolNonCopperClear.py:1727 flatcamTools/ToolNonCopperClear.py:1738 -#: flatcamTools/ToolNonCopperClear.py:2021 flatcamTools/ToolNonCopperClear.py:2117 -#: flatcamTools/ToolNonCopperClear.py:2129 +#: flatcamTools/ToolCopperThieving.py:1212 flatcamTools/ToolNonCopperClear.py:1624 +#: flatcamTools/ToolNonCopperClear.py:1721 flatcamTools/ToolNonCopperClear.py:1732 +#: flatcamTools/ToolNonCopperClear.py:2015 flatcamTools/ToolNonCopperClear.py:2111 +#: flatcamTools/ToolNonCopperClear.py:2123 msgid "Buffering" msgstr "" @@ -2106,7 +2107,7 @@ msgstr "" msgid "Click on a polygon to isolate it." msgstr "" -#: FlatCAMObj.py:1138 FlatCAMObj.py:1243 flatcamTools/ToolPaint.py:1126 +#: FlatCAMObj.py:1138 FlatCAMObj.py:1243 flatcamTools/ToolPaint.py:1120 msgid "Added polygon" msgstr "" @@ -2114,7 +2115,7 @@ msgstr "" msgid "Click to add next polygon or right click to start isolation." msgstr "" -#: FlatCAMObj.py:1152 flatcamTools/ToolPaint.py:1140 +#: FlatCAMObj.py:1152 flatcamTools/ToolPaint.py:1134 msgid "Removed polygon" msgstr "" @@ -2122,11 +2123,11 @@ msgstr "" msgid "Click to add/remove next polygon or right click to start isolation." msgstr "" -#: FlatCAMObj.py:1158 flatcamTools/ToolPaint.py:1146 +#: FlatCAMObj.py:1158 flatcamTools/ToolPaint.py:1140 msgid "No polygon detected under click position." msgstr "" -#: FlatCAMObj.py:1179 flatcamTools/ToolPaint.py:1175 +#: FlatCAMObj.py:1179 flatcamTools/ToolPaint.py:1169 msgid "List of single polygons is empty. Aborting." msgstr "" @@ -2134,8 +2135,8 @@ msgstr "" msgid "No polygon in selection." msgstr "" -#: FlatCAMObj.py:1324 FlatCAMObj.py:1457 flatcamTools/ToolNonCopperClear.py:1659 -#: flatcamTools/ToolNonCopperClear.py:2045 +#: FlatCAMObj.py:1324 FlatCAMObj.py:1457 flatcamTools/ToolNonCopperClear.py:1653 +#: flatcamTools/ToolNonCopperClear.py:2039 msgid "Isolation geometry could not be generated." msgstr "" @@ -2241,9 +2242,9 @@ msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:1112 flatcamEditors/FlatCAMGeoEditor.py:1133 #: flatcamEditors/FlatCAMGeoEditor.py:1154 flatcamEditors/FlatCAMGeoEditor.py:1191 #: flatcamEditors/FlatCAMGeoEditor.py:1219 flatcamEditors/FlatCAMGeoEditor.py:1240 -#: flatcamTools/ToolNonCopperClear.py:1058 flatcamTools/ToolNonCopperClear.py:1467 -#: flatcamTools/ToolPaint.py:841 flatcamTools/ToolPaint.py:1025 -#: flatcamTools/ToolPaint.py:2204 flatcamTools/ToolSolderPaste.py:882 +#: flatcamTools/ToolNonCopperClear.py:1052 flatcamTools/ToolNonCopperClear.py:1461 +#: flatcamTools/ToolPaint.py:835 flatcamTools/ToolPaint.py:1019 +#: flatcamTools/ToolPaint.py:2198 flatcamTools/ToolSolderPaste.py:882 #: flatcamTools/ToolSolderPaste.py:957 msgid "Wrong value format entered, use a number." msgstr "" @@ -2748,7 +2749,7 @@ msgstr "" msgid "Done. Drill(s) copied." msgstr "" -#: flatcamEditors/FlatCAMExcEditor.py:1555 flatcamGUI/PreferencesUI.py:3549 +#: flatcamEditors/FlatCAMExcEditor.py:1555 flatcamGUI/PreferencesUI.py:3551 msgid "Excellon Editor" msgstr "" @@ -2779,7 +2780,7 @@ msgid "" msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1604 flatcamGUI/ObjectUI.py:1297 -#: flatcamGUI/PreferencesUI.py:3580 +#: flatcamGUI/PreferencesUI.py:3582 msgid "Diameter for the new tool" msgstr "" @@ -2849,16 +2850,16 @@ msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1709 flatcamEditors/FlatCAMExcEditor.py:1923 #: flatcamEditors/FlatCAMGrbEditor.py:2767 flatcamGUI/ObjectUI.py:311 -#: flatcamGUI/PreferencesUI.py:5038 flatcamGUI/PreferencesUI.py:7473 +#: flatcamGUI/PreferencesUI.py:5044 flatcamGUI/PreferencesUI.py:7465 #: flatcamTools/ToolFiducials.py:220 flatcamTools/ToolNonCopperClear.py:221 msgid "Circular" msgstr "" -#: flatcamEditors/FlatCAMExcEditor.py:1717 flatcamGUI/PreferencesUI.py:3591 +#: flatcamEditors/FlatCAMExcEditor.py:1717 flatcamGUI/PreferencesUI.py:3593 msgid "Nr of drills" msgstr "" -#: flatcamEditors/FlatCAMExcEditor.py:1718 flatcamGUI/PreferencesUI.py:3593 +#: flatcamEditors/FlatCAMExcEditor.py:1718 flatcamGUI/PreferencesUI.py:3595 msgid "Specify how many drills to be in the array." msgstr "" @@ -2866,13 +2867,13 @@ msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1858 flatcamEditors/FlatCAMExcEditor.py:1951 #: flatcamEditors/FlatCAMExcEditor.py:2002 flatcamEditors/FlatCAMGrbEditor.py:1572 #: flatcamEditors/FlatCAMGrbEditor.py:2795 flatcamEditors/FlatCAMGrbEditor.py:2844 -#: flatcamGUI/PreferencesUI.py:3701 +#: flatcamGUI/PreferencesUI.py:3703 msgid "Direction" msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1738 flatcamEditors/FlatCAMExcEditor.py:1953 -#: flatcamEditors/FlatCAMGrbEditor.py:2797 flatcamGUI/PreferencesUI.py:2538 -#: flatcamGUI/PreferencesUI.py:3609 flatcamGUI/PreferencesUI.py:3757 +#: flatcamEditors/FlatCAMGrbEditor.py:2797 flatcamGUI/PreferencesUI.py:2536 +#: flatcamGUI/PreferencesUI.py:3611 flatcamGUI/PreferencesUI.py:3759 msgid "" "Direction on which the linear array is oriented:\n" "- 'X' - horizontal axis \n" @@ -2882,17 +2883,17 @@ msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1745 flatcamEditors/FlatCAMExcEditor.py:1867 #: flatcamEditors/FlatCAMExcEditor.py:1960 flatcamEditors/FlatCAMGrbEditor.py:2804 -#: flatcamGUI/PreferencesUI.py:2544 flatcamGUI/PreferencesUI.py:3615 -#: flatcamGUI/PreferencesUI.py:3710 flatcamGUI/PreferencesUI.py:3763 -#: flatcamGUI/PreferencesUI.py:5861 flatcamTools/ToolFilm.py:256 +#: flatcamGUI/PreferencesUI.py:2542 flatcamGUI/PreferencesUI.py:3617 +#: flatcamGUI/PreferencesUI.py:3712 flatcamGUI/PreferencesUI.py:3765 +#: flatcamGUI/PreferencesUI.py:5853 flatcamTools/ToolFilm.py:256 msgid "X" msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1746 flatcamEditors/FlatCAMExcEditor.py:1868 #: flatcamEditors/FlatCAMExcEditor.py:1961 flatcamEditors/FlatCAMGrbEditor.py:2805 -#: flatcamGUI/PreferencesUI.py:2545 flatcamGUI/PreferencesUI.py:3616 -#: flatcamGUI/PreferencesUI.py:3711 flatcamGUI/PreferencesUI.py:3764 -#: flatcamGUI/PreferencesUI.py:5862 flatcamTools/ToolFilm.py:257 +#: flatcamGUI/PreferencesUI.py:2543 flatcamGUI/PreferencesUI.py:3618 +#: flatcamGUI/PreferencesUI.py:3713 flatcamGUI/PreferencesUI.py:3766 +#: flatcamGUI/PreferencesUI.py:5854 flatcamTools/ToolFilm.py:257 msgid "Y" msgstr "" @@ -2901,25 +2902,25 @@ msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1873 flatcamEditors/FlatCAMExcEditor.py:1962 #: flatcamEditors/FlatCAMExcEditor.py:1980 flatcamEditors/FlatCAMExcEditor.py:2014 #: flatcamEditors/FlatCAMGrbEditor.py:2806 flatcamEditors/FlatCAMGrbEditor.py:2823 -#: flatcamEditors/FlatCAMGrbEditor.py:2859 flatcamGUI/PreferencesUI.py:2546 -#: flatcamGUI/PreferencesUI.py:2564 flatcamGUI/PreferencesUI.py:3617 -#: flatcamGUI/PreferencesUI.py:3636 flatcamGUI/PreferencesUI.py:3712 -#: flatcamGUI/PreferencesUI.py:3717 flatcamGUI/PreferencesUI.py:3765 -#: flatcamGUI/PreferencesUI.py:3786 flatcamGUI/PreferencesUI.py:6254 +#: flatcamEditors/FlatCAMGrbEditor.py:2859 flatcamGUI/PreferencesUI.py:2544 +#: flatcamGUI/PreferencesUI.py:2562 flatcamGUI/PreferencesUI.py:3619 +#: flatcamGUI/PreferencesUI.py:3638 flatcamGUI/PreferencesUI.py:3714 +#: flatcamGUI/PreferencesUI.py:3719 flatcamGUI/PreferencesUI.py:3767 +#: flatcamGUI/PreferencesUI.py:3788 flatcamGUI/PreferencesUI.py:6246 #: flatcamTools/ToolDistance.py:66 flatcamTools/ToolDistanceMin.py:68 #: flatcamTools/ToolTransform.py:63 msgid "Angle" msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1751 flatcamEditors/FlatCAMExcEditor.py:1966 -#: flatcamEditors/FlatCAMGrbEditor.py:2810 flatcamGUI/PreferencesUI.py:2552 -#: flatcamGUI/PreferencesUI.py:3623 flatcamGUI/PreferencesUI.py:3771 +#: flatcamEditors/FlatCAMGrbEditor.py:2810 flatcamGUI/PreferencesUI.py:2550 +#: flatcamGUI/PreferencesUI.py:3625 flatcamGUI/PreferencesUI.py:3773 msgid "Pitch" msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1753 flatcamEditors/FlatCAMExcEditor.py:1968 -#: flatcamEditors/FlatCAMGrbEditor.py:2812 flatcamGUI/PreferencesUI.py:2554 -#: flatcamGUI/PreferencesUI.py:3625 flatcamGUI/PreferencesUI.py:3773 +#: flatcamEditors/FlatCAMGrbEditor.py:2812 flatcamGUI/PreferencesUI.py:2552 +#: flatcamGUI/PreferencesUI.py:3627 flatcamGUI/PreferencesUI.py:3775 msgid "Pitch = Distance between elements of the array." msgstr "" @@ -2937,24 +2938,24 @@ msgid "Direction for circular array.Can be CW = clockwise or CCW = counter clock msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1794 flatcamEditors/FlatCAMExcEditor.py:2010 -#: flatcamEditors/FlatCAMGrbEditor.py:2854 flatcamGUI/PreferencesUI.py:2586 -#: flatcamGUI/PreferencesUI.py:3363 flatcamGUI/PreferencesUI.py:3659 -#: flatcamGUI/PreferencesUI.py:3809 flatcamGUI/PreferencesUI.py:4286 +#: flatcamEditors/FlatCAMGrbEditor.py:2854 flatcamGUI/PreferencesUI.py:2584 +#: flatcamGUI/PreferencesUI.py:3368 flatcamGUI/PreferencesUI.py:3661 +#: flatcamGUI/PreferencesUI.py:3811 flatcamGUI/PreferencesUI.py:4288 msgid "CW" msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1795 flatcamEditors/FlatCAMExcEditor.py:2011 -#: flatcamEditors/FlatCAMGrbEditor.py:2855 flatcamGUI/PreferencesUI.py:2587 -#: flatcamGUI/PreferencesUI.py:3364 flatcamGUI/PreferencesUI.py:3660 -#: flatcamGUI/PreferencesUI.py:3810 flatcamGUI/PreferencesUI.py:4287 +#: flatcamEditors/FlatCAMGrbEditor.py:2855 flatcamGUI/PreferencesUI.py:2585 +#: flatcamGUI/PreferencesUI.py:3369 flatcamGUI/PreferencesUI.py:3662 +#: flatcamGUI/PreferencesUI.py:3812 flatcamGUI/PreferencesUI.py:4289 msgid "CCW" msgstr "" #: flatcamEditors/FlatCAMExcEditor.py:1799 flatcamEditors/FlatCAMExcEditor.py:2015 -#: flatcamEditors/FlatCAMGrbEditor.py:2861 flatcamGUI/PreferencesUI.py:2566 -#: flatcamGUI/PreferencesUI.py:2595 flatcamGUI/PreferencesUI.py:3638 -#: flatcamGUI/PreferencesUI.py:3668 flatcamGUI/PreferencesUI.py:3788 -#: flatcamGUI/PreferencesUI.py:3818 +#: flatcamEditors/FlatCAMGrbEditor.py:2861 flatcamGUI/PreferencesUI.py:2564 +#: flatcamGUI/PreferencesUI.py:2593 flatcamGUI/PreferencesUI.py:3640 +#: flatcamGUI/PreferencesUI.py:3670 flatcamGUI/PreferencesUI.py:3790 +#: flatcamGUI/PreferencesUI.py:3820 msgid "Angle at which each element in circular array is placed." msgstr "" @@ -2968,16 +2969,16 @@ msgid "" "either single or as an part of an array." msgstr "" -#: flatcamEditors/FlatCAMExcEditor.py:1844 flatcamGUI/PreferencesUI.py:3685 +#: flatcamEditors/FlatCAMExcEditor.py:1844 flatcamGUI/PreferencesUI.py:3687 #: flatcamTools/ToolProperties.py:555 msgid "Length" msgstr "" -#: flatcamEditors/FlatCAMExcEditor.py:1846 flatcamGUI/PreferencesUI.py:3687 +#: flatcamEditors/FlatCAMExcEditor.py:1846 flatcamGUI/PreferencesUI.py:3689 msgid "Length = The length of the slot." msgstr "" -#: flatcamEditors/FlatCAMExcEditor.py:1860 flatcamGUI/PreferencesUI.py:3703 +#: flatcamEditors/FlatCAMExcEditor.py:1860 flatcamGUI/PreferencesUI.py:3705 msgid "" "Direction on which the slot is oriented:\n" "- 'X' - horizontal axis \n" @@ -3007,11 +3008,11 @@ msgid "" "It can be Linear X(Y) or Circular" msgstr "" -#: flatcamEditors/FlatCAMExcEditor.py:1931 flatcamGUI/PreferencesUI.py:3742 +#: flatcamEditors/FlatCAMExcEditor.py:1931 flatcamGUI/PreferencesUI.py:3744 msgid "Nr of slots" msgstr "" -#: flatcamEditors/FlatCAMExcEditor.py:1932 flatcamGUI/PreferencesUI.py:3744 +#: flatcamEditors/FlatCAMExcEditor.py:1932 flatcamGUI/PreferencesUI.py:3746 msgid "Specify how many slots to be in the array." msgstr "" @@ -3088,7 +3089,7 @@ msgid "Round" msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:96 flatcamEditors/FlatCAMGrbEditor.py:2623 -#: flatcamGUI/PreferencesUI.py:7066 flatcamTools/ToolQRCode.py:198 +#: flatcamGUI/PreferencesUI.py:7058 flatcamTools/ToolQRCode.py:198 msgid "Square" msgstr "" @@ -3109,7 +3110,7 @@ msgid "Full Buffer" msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:133 flatcamEditors/FlatCAMGeoEditor.py:2885 -#: flatcamGUI/FlatCAMGUI.py:1805 flatcamGUI/PreferencesUI.py:2606 +#: flatcamGUI/FlatCAMGUI.py:1805 flatcamGUI/PreferencesUI.py:2604 msgid "Buffer Tool" msgstr "" @@ -3133,24 +3134,24 @@ msgid "Text Tool" msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:442 flatcamGUI/ObjectUI.py:359 -#: flatcamGUI/PreferencesUI.py:2027 flatcamGUI/PreferencesUI.py:3873 -#: flatcamGUI/PreferencesUI.py:5539 +#: flatcamGUI/PreferencesUI.py:2025 flatcamGUI/PreferencesUI.py:3875 +#: flatcamGUI/PreferencesUI.py:5535 msgid "Tool dia" msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:444 flatcamGUI/PreferencesUI.py:5541 +#: flatcamEditors/FlatCAMGeoEditor.py:444 flatcamGUI/PreferencesUI.py:5537 msgid "" "Diameter of the tool to\n" "be used in the operation." msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:455 flatcamGUI/PreferencesUI.py:5146 -#: flatcamGUI/PreferencesUI.py:5571 flatcamTools/ToolNonCopperClear.py:319 +#: flatcamEditors/FlatCAMGeoEditor.py:455 flatcamGUI/PreferencesUI.py:5152 +#: flatcamGUI/PreferencesUI.py:5567 flatcamTools/ToolNonCopperClear.py:319 #: flatcamTools/ToolPaint.py:219 msgid "Overlap Rate" msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:457 flatcamGUI/PreferencesUI.py:5573 +#: flatcamEditors/FlatCAMGeoEditor.py:457 flatcamGUI/PreferencesUI.py:5569 #: flatcamTools/ToolPaint.py:221 msgid "" "How much (fraction) of the tool width to overlap each tool pass.\n" @@ -3162,17 +3163,17 @@ msgid "" "due of too many paths." msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:475 flatcamGUI/PreferencesUI.py:5165 -#: flatcamGUI/PreferencesUI.py:5386 flatcamGUI/PreferencesUI.py:5591 -#: flatcamGUI/PreferencesUI.py:7183 flatcamGUI/PreferencesUI.py:7340 -#: flatcamGUI/PreferencesUI.py:7425 flatcamTools/ToolCopperThieving.py:111 -#: flatcamTools/ToolCopperThieving.py:361 flatcamTools/ToolCutOut.py:182 +#: flatcamEditors/FlatCAMGeoEditor.py:475 flatcamGUI/PreferencesUI.py:5171 +#: flatcamGUI/PreferencesUI.py:5384 flatcamGUI/PreferencesUI.py:5587 +#: flatcamGUI/PreferencesUI.py:7175 flatcamGUI/PreferencesUI.py:7332 +#: flatcamGUI/PreferencesUI.py:7417 flatcamTools/ToolCopperThieving.py:111 +#: flatcamTools/ToolCopperThieving.py:361 flatcamTools/ToolCutOut.py:184 #: flatcamTools/ToolFiducials.py:172 flatcamTools/ToolNonCopperClear.py:337 #: flatcamTools/ToolPaint.py:238 msgid "Margin" msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:477 flatcamGUI/PreferencesUI.py:5593 +#: flatcamEditors/FlatCAMGeoEditor.py:477 flatcamGUI/PreferencesUI.py:5589 #: flatcamTools/ToolPaint.py:240 msgid "" "Distance by which to avoid\n" @@ -3180,8 +3181,8 @@ msgid "" "be painted." msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:489 flatcamGUI/PreferencesUI.py:5178 -#: flatcamGUI/PreferencesUI.py:5606 flatcamTools/ToolNonCopperClear.py:348 +#: flatcamEditors/FlatCAMGeoEditor.py:489 flatcamGUI/PreferencesUI.py:5184 +#: flatcamGUI/PreferencesUI.py:5602 flatcamTools/ToolNonCopperClear.py:348 #: flatcamTools/ToolPaint.py:251 msgid "Method" msgstr "" @@ -3192,20 +3193,20 @@ msgid "" "B>: Outwards from seed." msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:496 flatcamGUI/PreferencesUI.py:5187 -#: flatcamGUI/PreferencesUI.py:5615 flatcamTools/ToolNonCopperClear.py:357 +#: flatcamEditors/FlatCAMGeoEditor.py:496 flatcamGUI/PreferencesUI.py:5193 +#: flatcamGUI/PreferencesUI.py:5611 flatcamTools/ToolNonCopperClear.py:357 #: flatcamTools/ToolPaint.py:260 msgid "Standard" msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:497 flatcamGUI/PreferencesUI.py:5188 -#: flatcamGUI/PreferencesUI.py:5616 flatcamTools/ToolNonCopperClear.py:358 +#: flatcamEditors/FlatCAMGeoEditor.py:497 flatcamGUI/PreferencesUI.py:5194 +#: flatcamGUI/PreferencesUI.py:5612 flatcamTools/ToolNonCopperClear.py:358 #: flatcamTools/ToolPaint.py:261 msgid "Seed-based" msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:498 flatcamGUI/PreferencesUI.py:5189 -#: flatcamGUI/PreferencesUI.py:5617 flatcamTools/ToolNonCopperClear.py:359 +#: flatcamEditors/FlatCAMGeoEditor.py:498 flatcamGUI/PreferencesUI.py:5195 +#: flatcamGUI/PreferencesUI.py:5613 flatcamTools/ToolNonCopperClear.py:359 #: flatcamTools/ToolPaint.py:262 msgid "Straight lines" msgstr "" @@ -3214,8 +3215,8 @@ msgstr "" msgid "Connect:" msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:507 flatcamGUI/PreferencesUI.py:5198 -#: flatcamGUI/PreferencesUI.py:5624 flatcamTools/ToolNonCopperClear.py:366 +#: flatcamEditors/FlatCAMGeoEditor.py:507 flatcamGUI/PreferencesUI.py:5204 +#: flatcamGUI/PreferencesUI.py:5620 flatcamTools/ToolNonCopperClear.py:366 #: flatcamTools/ToolPaint.py:269 msgid "" "Draw lines between resulting\n" @@ -3226,9 +3227,9 @@ msgstr "" msgid "Contour:" msgstr "" -#: flatcamEditors/FlatCAMGeoEditor.py:517 flatcamGUI/PreferencesUI.py:5209 -#: flatcamGUI/PreferencesUI.py:5634 flatcamTools/ToolNonCopperClear.py:375 -#: flatcamTools/ToolPaint.py:278 +#: flatcamEditors/FlatCAMGeoEditor.py:517 flatcamGUI/PreferencesUI.py:5213 +#: flatcamGUI/PreferencesUI.py:5628 flatcamTools/ToolNonCopperClear.py:373 +#: flatcamTools/ToolPaint.py:276 msgid "" "Cut around the perimeter of the polygon\n" "to trim rough edges." @@ -3240,7 +3241,7 @@ msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:547 flatcamGUI/FlatCAMGUI.py:845 #: flatcamGUI/FlatCAMGUI.py:2423 flatcamGUI/ObjectUI.py:1731 flatcamTools/ToolPaint.py:41 -#: flatcamTools/ToolPaint.py:539 +#: flatcamTools/ToolPaint.py:533 msgid "Paint Tool" msgstr "" @@ -3250,7 +3251,7 @@ msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:597 flatcamEditors/FlatCAMGeoEditor.py:2910 #: flatcamEditors/FlatCAMGeoEditor.py:2940 flatcamEditors/FlatCAMGeoEditor.py:2970 -#: flatcamGUI/PreferencesUI.py:3869 flatcamTools/ToolProperties.py:120 +#: flatcamGUI/PreferencesUI.py:3871 flatcamTools/ToolProperties.py:120 #: flatcamTools/ToolProperties.py:158 msgid "Tools" msgstr "" @@ -3264,7 +3265,7 @@ msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:609 flatcamEditors/FlatCAMGeoEditor.py:674 #: flatcamEditors/FlatCAMGrbEditor.py:5097 flatcamEditors/FlatCAMGrbEditor.py:5162 -#: flatcamGUI/PreferencesUI.py:6246 flatcamTools/ToolTransform.py:25 +#: flatcamGUI/PreferencesUI.py:6238 flatcamTools/ToolTransform.py:25 #: flatcamTools/ToolTransform.py:80 msgid "Rotate" msgstr "" @@ -3277,7 +3278,7 @@ msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:611 flatcamEditors/FlatCAMGrbEditor.py:2671 #: flatcamEditors/FlatCAMGrbEditor.py:5099 flatcamGUI/FlatCAMGUI.py:980 #: flatcamGUI/FlatCAMGUI.py:2017 flatcamGUI/FlatCAMGUI.py:2132 flatcamGUI/FlatCAMGUI.py:2549 -#: flatcamGUI/ObjectUI.py:103 flatcamGUI/ObjectUI.py:121 flatcamGUI/PreferencesUI.py:6296 +#: flatcamGUI/ObjectUI.py:103 flatcamGUI/ObjectUI.py:121 flatcamGUI/PreferencesUI.py:6288 #: flatcamTools/ToolTransform.py:27 msgid "Scale" msgstr "" @@ -3290,7 +3291,7 @@ msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:613 flatcamEditors/FlatCAMGrbEditor.py:5101 #: flatcamGUI/ObjectUI.py:132 flatcamGUI/ObjectUI.py:148 flatcamGUI/ObjectUI.py:1217 #: flatcamGUI/ObjectUI.py:1916 flatcamGUI/PreferencesUI.py:5234 -#: flatcamGUI/PreferencesUI.py:6343 flatcamTools/ToolNonCopperClear.py:397 +#: flatcamGUI/PreferencesUI.py:6335 flatcamTools/ToolNonCopperClear.py:393 #: flatcamTools/ToolTransform.py:29 msgid "Offset" msgstr "" @@ -3305,7 +3306,7 @@ msgid "Angle:" msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:660 flatcamEditors/FlatCAMGrbEditor.py:5148 -#: flatcamGUI/PreferencesUI.py:6256 flatcamTools/ToolTransform.py:65 +#: flatcamGUI/PreferencesUI.py:6248 flatcamTools/ToolTransform.py:65 msgid "" "Angle for Rotation action, in degrees.\n" "Float number between -360 and 359.\n" @@ -3326,7 +3327,7 @@ msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:701 flatcamEditors/FlatCAMGeoEditor.py:721 #: flatcamEditors/FlatCAMGrbEditor.py:5189 flatcamEditors/FlatCAMGrbEditor.py:5209 -#: flatcamGUI/PreferencesUI.py:6275 flatcamGUI/PreferencesUI.py:6289 +#: flatcamGUI/PreferencesUI.py:6267 flatcamGUI/PreferencesUI.py:6281 #: flatcamTools/ToolCalibration.py:508 flatcamTools/ToolCalibration.py:521 msgid "" "Angle for Skew action, in degrees.\n" @@ -3392,7 +3393,7 @@ msgid "Scale Y" msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:800 flatcamEditors/FlatCAMGrbEditor.py:5288 -#: flatcamGUI/PreferencesUI.py:6325 flatcamTools/ToolTransform.py:192 +#: flatcamGUI/PreferencesUI.py:6317 flatcamTools/ToolTransform.py:192 msgid "Link" msgstr "" @@ -3403,7 +3404,7 @@ msgid "" msgstr "" #: flatcamEditors/FlatCAMGeoEditor.py:808 flatcamEditors/FlatCAMGrbEditor.py:5296 -#: flatcamGUI/PreferencesUI.py:6333 flatcamTools/ToolTransform.py:200 +#: flatcamGUI/PreferencesUI.py:6325 flatcamTools/ToolTransform.py:200 msgid "Scale Reference" msgstr "" @@ -4057,7 +4058,7 @@ msgid "Done. Apertures copied." msgstr "" #: flatcamEditors/FlatCAMGrbEditor.py:2447 flatcamGUI/FlatCAMGUI.py:2110 -#: flatcamGUI/PreferencesUI.py:2445 +#: flatcamGUI/PreferencesUI.py:2443 msgid "Gerber Editor" msgstr "" @@ -4082,8 +4083,8 @@ msgstr "" #: flatcamEditors/FlatCAMGrbEditor.py:2480 flatcamEditors/FlatCAMGrbEditor.py:3832 #: flatcamGUI/ObjectUI.py:258 flatcamGUI/PreferencesUI.py:1009 -#: flatcamGUI/PreferencesUI.py:7278 flatcamGUI/PreferencesUI.py:7307 -#: flatcamGUI/PreferencesUI.py:7409 flatcamTools/ToolCopperThieving.py:260 +#: flatcamGUI/PreferencesUI.py:7270 flatcamGUI/PreferencesUI.py:7299 +#: flatcamGUI/PreferencesUI.py:7401 flatcamTools/ToolCopperThieving.py:260 #: flatcamTools/ToolCopperThieving.py:300 flatcamTools/ToolFiducials.py:156 msgid "Size" msgstr "" @@ -4117,7 +4118,7 @@ msgid "" " - (dia, nVertices) for P type" msgstr "" -#: flatcamEditors/FlatCAMGrbEditor.py:2516 flatcamGUI/PreferencesUI.py:2476 +#: flatcamEditors/FlatCAMGrbEditor.py:2516 flatcamGUI/PreferencesUI.py:2474 msgid "Code for the new aperture" msgstr "" @@ -4181,7 +4182,7 @@ msgstr "" msgid "Buffer a aperture in the aperture list" msgstr "" -#: flatcamEditors/FlatCAMGrbEditor.py:2613 flatcamGUI/PreferencesUI.py:2610 +#: flatcamEditors/FlatCAMGrbEditor.py:2613 flatcamGUI/PreferencesUI.py:2608 msgid "Buffer distance" msgstr "" @@ -4200,7 +4201,7 @@ msgstr "" #: flatcamEditors/FlatCAMGrbEditor.py:2631 flatcamGUI/FlatCAMGUI.py:978 #: flatcamGUI/FlatCAMGUI.py:2015 flatcamGUI/FlatCAMGUI.py:2087 flatcamGUI/FlatCAMGUI.py:2130 -#: flatcamGUI/FlatCAMGUI.py:2547 flatcamGUI/PreferencesUI.py:6401 +#: flatcamGUI/FlatCAMGUI.py:2547 flatcamGUI/PreferencesUI.py:6393 #: flatcamTools/ToolTransform.py:30 flatcamTools/ToolTransform.py:349 msgid "Buffer" msgstr "" @@ -4213,7 +4214,7 @@ msgstr "" msgid "Scale a aperture in the aperture list" msgstr "" -#: flatcamEditors/FlatCAMGrbEditor.py:2656 flatcamGUI/PreferencesUI.py:2625 +#: flatcamEditors/FlatCAMGrbEditor.py:2656 flatcamGUI/PreferencesUI.py:2623 msgid "Scale factor" msgstr "" @@ -4286,11 +4287,11 @@ msgid "" "It can be Linear X(Y) or Circular" msgstr "" -#: flatcamEditors/FlatCAMGrbEditor.py:2774 flatcamGUI/PreferencesUI.py:2513 +#: flatcamEditors/FlatCAMGrbEditor.py:2774 flatcamGUI/PreferencesUI.py:2511 msgid "Nr of pads" msgstr "" -#: flatcamEditors/FlatCAMGrbEditor.py:2776 flatcamGUI/PreferencesUI.py:2515 +#: flatcamEditors/FlatCAMGrbEditor.py:2776 flatcamGUI/PreferencesUI.py:2513 msgid "Specify how many pads to be in the array." msgstr "" @@ -4473,8 +4474,8 @@ msgid "String to replace the one in the Find box throughout the text." msgstr "" #: flatcamEditors/FlatCAMTextEditor.py:93 flatcamGUI/ObjectUI.py:482 -#: flatcamGUI/ObjectUI.py:1809 flatcamGUI/PreferencesUI.py:2072 -#: flatcamGUI/PreferencesUI.py:4419 flatcamGUI/PreferencesUI.py:5655 +#: flatcamGUI/ObjectUI.py:1809 flatcamGUI/PreferencesUI.py:2070 +#: flatcamGUI/PreferencesUI.py:4419 flatcamGUI/PreferencesUI.py:5647 msgid "All" msgstr "" @@ -5299,12 +5300,12 @@ msgstr "" msgid "2Sided Tool" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:841 flatcamGUI/ObjectUI.py:588 flatcamTools/ToolCutOut.py:434 +#: flatcamGUI/FlatCAMGUI.py:841 flatcamGUI/ObjectUI.py:588 flatcamTools/ToolCutOut.py:436 msgid "Cutout Tool" msgstr "" #: flatcamGUI/FlatCAMGUI.py:843 flatcamGUI/FlatCAMGUI.py:2421 flatcamGUI/ObjectUI.py:566 -#: flatcamGUI/ObjectUI.py:1749 flatcamTools/ToolNonCopperClear.py:638 +#: flatcamGUI/ObjectUI.py:1749 flatcamTools/ToolNonCopperClear.py:632 msgid "NCC Tool" msgstr "" @@ -5573,7 +5574,7 @@ msgstr "" msgid "UTILITIES" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:1215 +#: flatcamGUI/FlatCAMGUI.py:1215 flatcamGUI/PreferencesUI.py:2833 msgid "Restore Defaults" msgstr "" @@ -6024,7 +6025,7 @@ msgstr "" msgid "Eraser Tool" msgstr "" -#: flatcamGUI/FlatCAMGUI.py:2021 flatcamGUI/PreferencesUI.py:2636 +#: flatcamGUI/FlatCAMGUI.py:2021 flatcamGUI/PreferencesUI.py:2634 msgid "Mark Area Tool" msgstr "" @@ -6205,8 +6206,8 @@ msgstr "" msgid "New Tool ..." msgstr "" -#: flatcamGUI/FlatCAMGUI.py:3783 flatcamTools/ToolNonCopperClear.py:589 -#: flatcamTools/ToolPaint.py:500 flatcamTools/ToolSolderPaste.py:554 +#: flatcamGUI/FlatCAMGUI.py:3783 flatcamTools/ToolNonCopperClear.py:583 +#: flatcamTools/ToolPaint.py:494 flatcamTools/ToolSolderPaste.py:554 msgid "Enter a Tool Diameter" msgstr "" @@ -6238,8 +6239,8 @@ msgstr "" msgid "Exit" msgstr "" -#: flatcamGUI/GUIElements.py:2261 flatcamGUI/PreferencesUI.py:5267 -#: flatcamGUI/PreferencesUI.py:5833 flatcamTools/ToolFilm.py:219 +#: flatcamGUI/GUIElements.py:2261 flatcamGUI/PreferencesUI.py:5265 +#: flatcamGUI/PreferencesUI.py:5825 flatcamTools/ToolFilm.py:219 msgid "Reference" msgstr "" @@ -6328,30 +6329,30 @@ msgid "Gerber Object" msgstr "" #: flatcamGUI/ObjectUI.py:182 flatcamGUI/ObjectUI.py:767 flatcamGUI/ObjectUI.py:1205 -#: flatcamGUI/ObjectUI.py:1905 flatcamGUI/PreferencesUI.py:1785 -#: flatcamGUI/PreferencesUI.py:3847 flatcamGUI/PreferencesUI.py:4406 +#: flatcamGUI/ObjectUI.py:1905 flatcamGUI/PreferencesUI.py:1783 +#: flatcamGUI/PreferencesUI.py:3849 flatcamGUI/PreferencesUI.py:4406 msgid "Plot (show) this object." msgstr "" -#: flatcamGUI/ObjectUI.py:184 flatcamGUI/ObjectUI.py:765 flatcamGUI/PreferencesUI.py:1783 -#: flatcamGUI/PreferencesUI.py:2682 flatcamGUI/PreferencesUI.py:3845 +#: flatcamGUI/ObjectUI.py:184 flatcamGUI/ObjectUI.py:765 flatcamGUI/PreferencesUI.py:1781 +#: flatcamGUI/PreferencesUI.py:2680 flatcamGUI/PreferencesUI.py:3847 msgid "Plot" msgstr "" #: flatcamGUI/ObjectUI.py:189 flatcamGUI/ObjectUI.py:726 flatcamGUI/ObjectUI.py:1159 -#: flatcamGUI/ObjectUI.py:1795 flatcamGUI/PreferencesUI.py:1762 -#: flatcamGUI/PreferencesUI.py:2676 flatcamGUI/PreferencesUI.py:3841 +#: flatcamGUI/ObjectUI.py:1795 flatcamGUI/PreferencesUI.py:1760 +#: flatcamGUI/PreferencesUI.py:2674 flatcamGUI/PreferencesUI.py:3843 #: flatcamGUI/PreferencesUI.py:4395 msgid "Plot Options" msgstr "" -#: flatcamGUI/ObjectUI.py:195 flatcamGUI/ObjectUI.py:727 flatcamGUI/PreferencesUI.py:1769 -#: flatcamGUI/PreferencesUI.py:2688 flatcamGUI/PreferencesUI.py:7230 +#: flatcamGUI/ObjectUI.py:195 flatcamGUI/ObjectUI.py:727 flatcamGUI/PreferencesUI.py:1767 +#: flatcamGUI/PreferencesUI.py:2686 flatcamGUI/PreferencesUI.py:7222 #: flatcamTools/ToolCopperThieving.py:190 msgid "Solid" msgstr "" -#: flatcamGUI/ObjectUI.py:197 flatcamGUI/PreferencesUI.py:1771 +#: flatcamGUI/ObjectUI.py:197 flatcamGUI/PreferencesUI.py:1769 msgid "Solid color polygons." msgstr "" @@ -6359,7 +6360,7 @@ msgstr "" msgid "Multi-Color" msgstr "" -#: flatcamGUI/ObjectUI.py:205 flatcamGUI/PreferencesUI.py:1778 +#: flatcamGUI/ObjectUI.py:205 flatcamGUI/PreferencesUI.py:1776 msgid "Draw polygons in different colors." msgstr "" @@ -6391,17 +6392,17 @@ msgstr "" msgid "Mark the aperture instances on canvas." msgstr "" -#: flatcamGUI/ObjectUI.py:286 flatcamGUI/PreferencesUI.py:2016 +#: flatcamGUI/ObjectUI.py:286 flatcamGUI/PreferencesUI.py:2014 msgid "Isolation Routing" msgstr "" -#: flatcamGUI/ObjectUI.py:288 flatcamGUI/PreferencesUI.py:2018 +#: flatcamGUI/ObjectUI.py:288 flatcamGUI/PreferencesUI.py:2016 msgid "" "Create a Geometry object with\n" "toolpaths to cut outside polygons." msgstr "" -#: flatcamGUI/ObjectUI.py:306 flatcamGUI/PreferencesUI.py:2221 +#: flatcamGUI/ObjectUI.py:306 flatcamGUI/PreferencesUI.py:2219 msgid "" "Choose what tool to use for Gerber isolation:\n" "'Circular' or 'V-shape'.\n" @@ -6413,30 +6414,30 @@ msgstr "" msgid "V-Shape" msgstr "" -#: flatcamGUI/ObjectUI.py:318 flatcamGUI/ObjectUI.py:1374 flatcamGUI/PreferencesUI.py:2233 -#: flatcamGUI/PreferencesUI.py:5049 flatcamTools/ToolNonCopperClear.py:231 +#: flatcamGUI/ObjectUI.py:318 flatcamGUI/ObjectUI.py:1374 flatcamGUI/PreferencesUI.py:2231 +#: flatcamGUI/PreferencesUI.py:5055 flatcamTools/ToolNonCopperClear.py:231 msgid "V-Tip Dia" msgstr "" -#: flatcamGUI/ObjectUI.py:320 flatcamGUI/ObjectUI.py:1377 flatcamGUI/PreferencesUI.py:2235 -#: flatcamGUI/PreferencesUI.py:5051 flatcamTools/ToolNonCopperClear.py:233 +#: flatcamGUI/ObjectUI.py:320 flatcamGUI/ObjectUI.py:1377 flatcamGUI/PreferencesUI.py:2233 +#: flatcamGUI/PreferencesUI.py:5057 flatcamTools/ToolNonCopperClear.py:233 msgid "The tip diameter for V-Shape Tool" msgstr "" -#: flatcamGUI/ObjectUI.py:331 flatcamGUI/ObjectUI.py:1389 flatcamGUI/PreferencesUI.py:2246 -#: flatcamGUI/PreferencesUI.py:5061 flatcamTools/ToolNonCopperClear.py:242 +#: flatcamGUI/ObjectUI.py:331 flatcamGUI/ObjectUI.py:1389 flatcamGUI/PreferencesUI.py:2244 +#: flatcamGUI/PreferencesUI.py:5067 flatcamTools/ToolNonCopperClear.py:242 msgid "V-Tip Angle" msgstr "" -#: flatcamGUI/ObjectUI.py:333 flatcamGUI/ObjectUI.py:1392 flatcamGUI/PreferencesUI.py:2248 -#: flatcamGUI/PreferencesUI.py:5063 flatcamTools/ToolNonCopperClear.py:244 +#: flatcamGUI/ObjectUI.py:333 flatcamGUI/ObjectUI.py:1392 flatcamGUI/PreferencesUI.py:2246 +#: flatcamGUI/PreferencesUI.py:5069 flatcamTools/ToolNonCopperClear.py:244 msgid "" "The tip angle for V-Shape Tool.\n" "In degree." msgstr "" -#: flatcamGUI/ObjectUI.py:347 flatcamGUI/ObjectUI.py:1408 flatcamGUI/PreferencesUI.py:2261 -#: flatcamGUI/PreferencesUI.py:3959 flatcamGUI/PreferencesUI.py:5332 +#: flatcamGUI/ObjectUI.py:347 flatcamGUI/ObjectUI.py:1408 flatcamGUI/PreferencesUI.py:2259 +#: flatcamGUI/PreferencesUI.py:3963 flatcamGUI/PreferencesUI.py:5330 #: flatcamTools/ToolCutOut.py:135 msgid "" "Cutting depth (negative)\n" @@ -6452,31 +6453,31 @@ msgid "" "this parameter." msgstr "" -#: flatcamGUI/ObjectUI.py:377 flatcamGUI/PreferencesUI.py:2040 +#: flatcamGUI/ObjectUI.py:377 flatcamGUI/PreferencesUI.py:2038 msgid "# Passes" msgstr "" -#: flatcamGUI/ObjectUI.py:379 flatcamGUI/PreferencesUI.py:2042 +#: flatcamGUI/ObjectUI.py:379 flatcamGUI/PreferencesUI.py:2040 msgid "" "Width of the isolation gap in\n" "number (integer) of tool widths." msgstr "" -#: flatcamGUI/ObjectUI.py:389 flatcamGUI/PreferencesUI.py:2052 +#: flatcamGUI/ObjectUI.py:389 flatcamGUI/PreferencesUI.py:2050 msgid "Pass overlap" msgstr "" -#: flatcamGUI/ObjectUI.py:391 flatcamGUI/PreferencesUI.py:2054 +#: flatcamGUI/ObjectUI.py:391 flatcamGUI/PreferencesUI.py:2052 msgid "How much (fraction) of the tool width to overlap each tool pass." msgstr "" -#: flatcamGUI/ObjectUI.py:403 flatcamGUI/PreferencesUI.py:2079 -#: flatcamGUI/PreferencesUI.py:4372 flatcamGUI/PreferencesUI.py:5106 +#: flatcamGUI/ObjectUI.py:403 flatcamGUI/PreferencesUI.py:2077 +#: flatcamGUI/PreferencesUI.py:4372 flatcamGUI/PreferencesUI.py:5112 #: flatcamTools/ToolNonCopperClear.py:162 msgid "Milling Type" msgstr "" -#: flatcamGUI/ObjectUI.py:405 flatcamGUI/PreferencesUI.py:2081 +#: flatcamGUI/ObjectUI.py:405 flatcamGUI/PreferencesUI.py:2079 #: flatcamGUI/PreferencesUI.py:4374 msgid "" "Milling type:\n" @@ -6484,8 +6485,8 @@ msgid "" "- conventional / useful when there is no backlash compensation" msgstr "" -#: flatcamGUI/ObjectUI.py:409 flatcamGUI/PreferencesUI.py:2086 -#: flatcamGUI/PreferencesUI.py:4378 flatcamGUI/PreferencesUI.py:5113 +#: flatcamGUI/ObjectUI.py:409 flatcamGUI/PreferencesUI.py:2084 +#: flatcamGUI/PreferencesUI.py:4378 flatcamGUI/PreferencesUI.py:5119 #: flatcamTools/ToolNonCopperClear.py:169 msgid "Climb" msgstr "" @@ -6498,15 +6499,15 @@ msgstr "" msgid "Combine" msgstr "" -#: flatcamGUI/ObjectUI.py:417 flatcamGUI/PreferencesUI.py:2093 +#: flatcamGUI/ObjectUI.py:417 flatcamGUI/PreferencesUI.py:2091 msgid "Combine all passes into one object" msgstr "" -#: flatcamGUI/ObjectUI.py:421 flatcamGUI/PreferencesUI.py:2195 +#: flatcamGUI/ObjectUI.py:421 flatcamGUI/PreferencesUI.py:2193 msgid "\"Follow\"" msgstr "" -#: flatcamGUI/ObjectUI.py:422 flatcamGUI/PreferencesUI.py:2197 +#: flatcamGUI/ObjectUI.py:422 flatcamGUI/PreferencesUI.py:2195 msgid "" "Generate a 'Follow' geometry.\n" "This means that it will cut through\n" @@ -6537,7 +6538,7 @@ msgid "" "of objects that will populate the 'Object' combobox." msgstr "" -#: flatcamGUI/ObjectUI.py:468 flatcamGUI/PreferencesUI.py:7530 +#: flatcamGUI/ObjectUI.py:468 flatcamGUI/PreferencesUI.py:7522 #: flatcamTools/ToolCalibration.py:186 flatcamTools/ToolNonCopperClear.py:100 #: flatcamTools/ToolPaint.py:103 flatcamTools/ToolPanelize.py:81 #: flatcamTools/ToolPanelize.py:94 @@ -6548,11 +6549,11 @@ msgstr "" msgid "Object whose area will be removed from isolation geometry." msgstr "" -#: flatcamGUI/ObjectUI.py:476 flatcamGUI/PreferencesUI.py:2066 +#: flatcamGUI/ObjectUI.py:476 flatcamGUI/PreferencesUI.py:2064 msgid "Scope" msgstr "" -#: flatcamGUI/ObjectUI.py:478 flatcamGUI/PreferencesUI.py:2068 +#: flatcamGUI/ObjectUI.py:478 flatcamGUI/PreferencesUI.py:2066 msgid "" "Isolation scope. Choose what to isolate:\n" "- 'All' -> Isolate all the polygons in the object\n" @@ -6560,16 +6561,16 @@ msgid "" msgstr "" #: flatcamGUI/ObjectUI.py:483 flatcamGUI/PreferencesUI.py:602 -#: flatcamGUI/PreferencesUI.py:2073 flatcamGUI/PreferencesUI.py:5642 -#: flatcamTools/ToolPaint.py:300 +#: flatcamGUI/PreferencesUI.py:2071 flatcamGUI/PreferencesUI.py:5634 +#: flatcamTools/ToolPaint.py:294 msgid "Selection" msgstr "" -#: flatcamGUI/ObjectUI.py:491 flatcamGUI/PreferencesUI.py:2274 +#: flatcamGUI/ObjectUI.py:491 flatcamGUI/PreferencesUI.py:2272 msgid "Isolation Type" msgstr "" -#: flatcamGUI/ObjectUI.py:493 flatcamGUI/PreferencesUI.py:2276 +#: flatcamGUI/ObjectUI.py:493 flatcamGUI/PreferencesUI.py:2274 msgid "" "Choose how the isolation will be executed:\n" "- 'Full' -> complete isolation of polygons\n" @@ -6581,8 +6582,8 @@ msgid "" "inside of the polygon (e.g polygon is a 'doughnut' shape)." msgstr "" -#: flatcamGUI/ObjectUI.py:502 flatcamGUI/PreferencesUI.py:2285 -#: flatcamGUI/PreferencesUI.py:2306 +#: flatcamGUI/ObjectUI.py:502 flatcamGUI/PreferencesUI.py:2283 +#: flatcamGUI/PreferencesUI.py:2304 msgid "Full" msgstr "" @@ -6627,14 +6628,14 @@ msgstr "" msgid "Clear N-copper" msgstr "" -#: flatcamGUI/ObjectUI.py:561 flatcamGUI/PreferencesUI.py:5013 +#: flatcamGUI/ObjectUI.py:561 flatcamGUI/PreferencesUI.py:5019 msgid "" "Create a Geometry object with\n" "toolpaths to cut all non-copper regions." msgstr "" #: flatcamGUI/ObjectUI.py:568 flatcamGUI/ObjectUI.py:1751 -#: flatcamTools/ToolNonCopperClear.py:479 +#: flatcamTools/ToolNonCopperClear.py:473 msgid "" "Create the Geometry Object\n" "for non-copper routing." @@ -6644,7 +6645,7 @@ msgstr "" msgid "Board cutout" msgstr "" -#: flatcamGUI/ObjectUI.py:583 flatcamGUI/PreferencesUI.py:5305 +#: flatcamGUI/ObjectUI.py:583 flatcamGUI/PreferencesUI.py:5303 msgid "" "Create toolpaths to cut around\n" "the PCB and separate it from\n" @@ -6657,11 +6658,11 @@ msgid "" "the board cutout." msgstr "" -#: flatcamGUI/ObjectUI.py:608 flatcamGUI/PreferencesUI.py:2103 +#: flatcamGUI/ObjectUI.py:608 flatcamGUI/PreferencesUI.py:2101 msgid "Non-copper regions" msgstr "" -#: flatcamGUI/ObjectUI.py:610 flatcamGUI/PreferencesUI.py:2105 +#: flatcamGUI/ObjectUI.py:610 flatcamGUI/PreferencesUI.py:2103 msgid "" "Create polygons covering the\n" "areas without copper on the PCB.\n" @@ -6670,12 +6671,12 @@ msgid "" "copper from a specified region." msgstr "" -#: flatcamGUI/ObjectUI.py:620 flatcamGUI/ObjectUI.py:661 flatcamGUI/PreferencesUI.py:2117 -#: flatcamGUI/PreferencesUI.py:2150 +#: flatcamGUI/ObjectUI.py:620 flatcamGUI/ObjectUI.py:661 flatcamGUI/PreferencesUI.py:2115 +#: flatcamGUI/PreferencesUI.py:2148 msgid "Boundary Margin" msgstr "" -#: flatcamGUI/ObjectUI.py:622 flatcamGUI/PreferencesUI.py:2119 +#: flatcamGUI/ObjectUI.py:622 flatcamGUI/PreferencesUI.py:2117 msgid "" "Specify the edge of the PCB\n" "by drawing a box around all\n" @@ -6683,12 +6684,12 @@ msgid "" "distance." msgstr "" -#: flatcamGUI/ObjectUI.py:637 flatcamGUI/ObjectUI.py:675 flatcamGUI/PreferencesUI.py:2132 -#: flatcamGUI/PreferencesUI.py:2163 +#: flatcamGUI/ObjectUI.py:637 flatcamGUI/ObjectUI.py:675 flatcamGUI/PreferencesUI.py:2130 +#: flatcamGUI/PreferencesUI.py:2161 msgid "Rounded Geo" msgstr "" -#: flatcamGUI/ObjectUI.py:639 flatcamGUI/PreferencesUI.py:2134 +#: flatcamGUI/ObjectUI.py:639 flatcamGUI/PreferencesUI.py:2132 msgid "Resulting geometry will have rounded corners." msgstr "" @@ -6696,8 +6697,8 @@ msgstr "" msgid "Generate Geo" msgstr "" -#: flatcamGUI/ObjectUI.py:653 flatcamGUI/PreferencesUI.py:2144 -#: flatcamGUI/PreferencesUI.py:7060 flatcamTools/ToolPanelize.py:95 +#: flatcamGUI/ObjectUI.py:653 flatcamGUI/PreferencesUI.py:2142 +#: flatcamGUI/PreferencesUI.py:7052 flatcamTools/ToolPanelize.py:95 #: flatcamTools/ToolQRCode.py:192 msgid "Bounding Box" msgstr "" @@ -6708,13 +6709,13 @@ msgid "" "Square shape." msgstr "" -#: flatcamGUI/ObjectUI.py:663 flatcamGUI/PreferencesUI.py:2152 +#: flatcamGUI/ObjectUI.py:663 flatcamGUI/PreferencesUI.py:2150 msgid "" "Distance of the edges of the box\n" "to the nearest polygon." msgstr "" -#: flatcamGUI/ObjectUI.py:677 flatcamGUI/PreferencesUI.py:2165 +#: flatcamGUI/ObjectUI.py:677 flatcamGUI/PreferencesUI.py:2163 msgid "" "If the bounding box is \n" "to have rounded corners\n" @@ -6738,12 +6739,12 @@ msgstr "" msgid "Drills" msgstr "" -#: flatcamGUI/ObjectUI.py:777 flatcamGUI/ObjectUI.py:1926 flatcamGUI/PreferencesUI.py:3681 +#: flatcamGUI/ObjectUI.py:777 flatcamGUI/ObjectUI.py:1926 flatcamGUI/PreferencesUI.py:3683 #: flatcamTools/ToolProperties.py:162 msgid "Slots" msgstr "" -#: flatcamGUI/ObjectUI.py:778 flatcamGUI/PreferencesUI.py:3284 +#: flatcamGUI/ObjectUI.py:778 flatcamGUI/PreferencesUI.py:3289 msgid "Offset Z" msgstr "" @@ -6774,7 +6775,7 @@ msgid "" "milling them with an endmill bit." msgstr "" -#: flatcamGUI/ObjectUI.py:796 flatcamGUI/PreferencesUI.py:3286 +#: flatcamGUI/ObjectUI.py:796 flatcamGUI/PreferencesUI.py:3291 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" @@ -6787,8 +6788,8 @@ msgid "" "This does not select the tools for G-code generation." msgstr "" -#: flatcamGUI/ObjectUI.py:807 flatcamGUI/PreferencesUI.py:3052 -#: flatcamGUI/PreferencesUI.py:3945 +#: flatcamGUI/ObjectUI.py:807 flatcamGUI/PreferencesUI.py:3069 +#: flatcamGUI/PreferencesUI.py:3947 msgid "Create CNC Job" msgstr "" @@ -6798,24 +6799,24 @@ msgid "" "for this drill object." msgstr "" -#: flatcamGUI/ObjectUI.py:822 flatcamGUI/PreferencesUI.py:3065 +#: flatcamGUI/ObjectUI.py:822 flatcamGUI/PreferencesUI.py:3084 msgid "" "Drill depth (negative)\n" "below the copper surface." msgstr "" -#: flatcamGUI/ObjectUI.py:841 flatcamGUI/PreferencesUI.py:3083 +#: flatcamGUI/ObjectUI.py:841 flatcamGUI/PreferencesUI.py:3102 msgid "" "Tool height when travelling\n" "across the XY plane." msgstr "" -#: flatcamGUI/ObjectUI.py:858 flatcamGUI/ObjectUI.py:1478 flatcamGUI/PreferencesUI.py:3098 -#: flatcamGUI/PreferencesUI.py:4030 +#: flatcamGUI/ObjectUI.py:858 flatcamGUI/ObjectUI.py:1478 flatcamGUI/PreferencesUI.py:3117 +#: flatcamGUI/PreferencesUI.py:4034 msgid "Tool change" msgstr "" -#: flatcamGUI/ObjectUI.py:860 flatcamGUI/PreferencesUI.py:3100 +#: flatcamGUI/ObjectUI.py:860 flatcamGUI/PreferencesUI.py:3119 msgid "" "Include tool-change sequence\n" "in G-Code (Pause for tool change)." @@ -6825,38 +6826,38 @@ msgstr "" msgid "Tool change Z" msgstr "" -#: flatcamGUI/ObjectUI.py:868 flatcamGUI/ObjectUI.py:1474 flatcamGUI/PreferencesUI.py:3109 -#: flatcamGUI/PreferencesUI.py:4045 +#: flatcamGUI/ObjectUI.py:868 flatcamGUI/ObjectUI.py:1474 flatcamGUI/PreferencesUI.py:3126 +#: flatcamGUI/PreferencesUI.py:4047 msgid "" "Z-axis position (height) for\n" "tool change." msgstr "" -#: flatcamGUI/ObjectUI.py:888 flatcamGUI/PreferencesUI.py:3306 +#: flatcamGUI/ObjectUI.py:888 flatcamGUI/PreferencesUI.py:3311 msgid "" "Height of the tool just after start.\n" "Delete the value if you don't need this feature." msgstr "" -#: flatcamGUI/ObjectUI.py:896 flatcamGUI/ObjectUI.py:1512 flatcamGUI/PreferencesUI.py:3124 -#: flatcamGUI/PreferencesUI.py:4064 +#: flatcamGUI/ObjectUI.py:896 flatcamGUI/ObjectUI.py:1512 flatcamGUI/PreferencesUI.py:3141 +#: flatcamGUI/PreferencesUI.py:4066 msgid "End move Z" msgstr "" -#: flatcamGUI/ObjectUI.py:898 flatcamGUI/ObjectUI.py:1514 flatcamGUI/PreferencesUI.py:3126 -#: flatcamGUI/PreferencesUI.py:4066 +#: flatcamGUI/ObjectUI.py:898 flatcamGUI/ObjectUI.py:1514 flatcamGUI/PreferencesUI.py:3143 +#: flatcamGUI/PreferencesUI.py:4068 msgid "" "Height of the tool after\n" "the last move at the end of the job." msgstr "" -#: flatcamGUI/ObjectUI.py:915 flatcamGUI/ObjectUI.py:1545 flatcamGUI/PreferencesUI.py:3141 -#: flatcamGUI/PreferencesUI.py:4099 flatcamGUI/PreferencesUI.py:6574 +#: flatcamGUI/ObjectUI.py:915 flatcamGUI/ObjectUI.py:1545 flatcamGUI/PreferencesUI.py:3158 +#: flatcamGUI/PreferencesUI.py:4101 flatcamGUI/PreferencesUI.py:6566 #: flatcamTools/ToolSolderPaste.py:264 msgid "Feedrate Z" msgstr "" -#: flatcamGUI/ObjectUI.py:917 flatcamGUI/PreferencesUI.py:3143 +#: flatcamGUI/ObjectUI.py:917 flatcamGUI/PreferencesUI.py:3160 msgid "" "Tool speed while drilling\n" "(in units per minute).\n" @@ -6864,12 +6865,12 @@ msgid "" "This is for linear move G01." msgstr "" -#: flatcamGUI/ObjectUI.py:931 flatcamGUI/ObjectUI.py:1560 flatcamGUI/PreferencesUI.py:3314 -#: flatcamGUI/PreferencesUI.py:4208 +#: flatcamGUI/ObjectUI.py:931 flatcamGUI/ObjectUI.py:1560 flatcamGUI/PreferencesUI.py:3319 +#: flatcamGUI/PreferencesUI.py:4210 msgid "Feedrate Rapids" msgstr "" -#: flatcamGUI/ObjectUI.py:933 flatcamGUI/PreferencesUI.py:3316 +#: flatcamGUI/ObjectUI.py:933 flatcamGUI/PreferencesUI.py:3321 msgid "" "Tool speed while drilling\n" "(in units per minute).\n" @@ -6878,57 +6879,57 @@ msgid "" "ignore for any other cases." msgstr "" -#: flatcamGUI/ObjectUI.py:951 flatcamGUI/ObjectUI.py:1603 flatcamGUI/PreferencesUI.py:4115 +#: flatcamGUI/ObjectUI.py:951 flatcamGUI/ObjectUI.py:1603 flatcamGUI/PreferencesUI.py:4117 msgid "Spindle speed" msgstr "" -#: flatcamGUI/ObjectUI.py:953 flatcamGUI/PreferencesUI.py:3158 +#: flatcamGUI/ObjectUI.py:953 flatcamGUI/PreferencesUI.py:3175 msgid "" "Speed of the spindle\n" "in RPM (optional)" msgstr "" -#: flatcamGUI/ObjectUI.py:965 flatcamGUI/ObjectUI.py:1622 flatcamGUI/PreferencesUI.py:3170 -#: flatcamGUI/PreferencesUI.py:4133 +#: flatcamGUI/ObjectUI.py:965 flatcamGUI/ObjectUI.py:1622 flatcamGUI/PreferencesUI.py:3187 +#: flatcamGUI/PreferencesUI.py:4135 msgid "" "Pause to allow the spindle to reach its\n" "speed before cutting." msgstr "" -#: flatcamGUI/ObjectUI.py:974 flatcamGUI/ObjectUI.py:1632 flatcamGUI/PreferencesUI.py:3175 -#: flatcamGUI/PreferencesUI.py:4138 +#: flatcamGUI/ObjectUI.py:974 flatcamGUI/ObjectUI.py:1632 flatcamGUI/PreferencesUI.py:3193 +#: flatcamGUI/PreferencesUI.py:4140 msgid "Number of time units for spindle to dwell." msgstr "" -#: flatcamGUI/ObjectUI.py:984 flatcamGUI/PreferencesUI.py:3192 +#: flatcamGUI/ObjectUI.py:984 flatcamGUI/PreferencesUI.py:3206 msgid "" "The preprocessor JSON file that dictates\n" "Gcode output." msgstr "" -#: flatcamGUI/ObjectUI.py:993 flatcamGUI/ObjectUI.py:1652 flatcamGUI/PreferencesUI.py:3330 -#: flatcamGUI/PreferencesUI.py:4249 +#: flatcamGUI/ObjectUI.py:993 flatcamGUI/ObjectUI.py:1652 flatcamGUI/PreferencesUI.py:3335 +#: flatcamGUI/PreferencesUI.py:4251 msgid "Probe Z depth" msgstr "" -#: flatcamGUI/ObjectUI.py:995 flatcamGUI/ObjectUI.py:1654 flatcamGUI/PreferencesUI.py:3332 -#: flatcamGUI/PreferencesUI.py:4251 +#: flatcamGUI/ObjectUI.py:995 flatcamGUI/ObjectUI.py:1654 flatcamGUI/PreferencesUI.py:3337 +#: flatcamGUI/PreferencesUI.py:4253 msgid "" "The maximum depth that the probe is allowed\n" "to probe. Negative value, in current units." msgstr "" -#: flatcamGUI/ObjectUI.py:1009 flatcamGUI/ObjectUI.py:1669 flatcamGUI/PreferencesUI.py:3343 -#: flatcamGUI/PreferencesUI.py:4264 +#: flatcamGUI/ObjectUI.py:1009 flatcamGUI/ObjectUI.py:1669 flatcamGUI/PreferencesUI.py:3348 +#: flatcamGUI/PreferencesUI.py:4266 msgid "Feedrate Probe" msgstr "" -#: flatcamGUI/ObjectUI.py:1011 flatcamGUI/ObjectUI.py:1671 flatcamGUI/PreferencesUI.py:3345 -#: flatcamGUI/PreferencesUI.py:4266 +#: flatcamGUI/ObjectUI.py:1011 flatcamGUI/ObjectUI.py:1671 flatcamGUI/PreferencesUI.py:3350 +#: flatcamGUI/PreferencesUI.py:4268 msgid "The feedrate used while the probe is probing." msgstr "" -#: flatcamGUI/ObjectUI.py:1037 flatcamGUI/PreferencesUI.py:3201 +#: flatcamGUI/ObjectUI.py:1037 flatcamGUI/PreferencesUI.py:3215 msgid "Gcode" msgstr "" @@ -6948,7 +6949,7 @@ msgstr "" msgid "Generate the CNC Job." msgstr "" -#: flatcamGUI/ObjectUI.py:1066 flatcamGUI/PreferencesUI.py:3219 +#: flatcamGUI/ObjectUI.py:1066 flatcamGUI/PreferencesUI.py:3233 msgid "Mill Holes" msgstr "" @@ -6959,12 +6960,12 @@ msgid "" "milled. Use the # column to make the selection." msgstr "" -#: flatcamGUI/ObjectUI.py:1074 flatcamGUI/PreferencesUI.py:3225 +#: flatcamGUI/ObjectUI.py:1074 flatcamGUI/PreferencesUI.py:3239 msgid "Drill Tool dia" msgstr "" -#: flatcamGUI/ObjectUI.py:1076 flatcamGUI/PreferencesUI.py:2029 -#: flatcamGUI/PreferencesUI.py:3227 +#: flatcamGUI/ObjectUI.py:1076 flatcamGUI/PreferencesUI.py:2027 +#: flatcamGUI/PreferencesUI.py:3241 msgid "Diameter of the cutting tool." msgstr "" @@ -6978,11 +6979,11 @@ msgid "" "for milling DRILLS toolpaths." msgstr "" -#: flatcamGUI/ObjectUI.py:1099 flatcamGUI/PreferencesUI.py:3236 +#: flatcamGUI/ObjectUI.py:1099 flatcamGUI/PreferencesUI.py:3250 msgid "Slot Tool dia" msgstr "" -#: flatcamGUI/ObjectUI.py:1101 flatcamGUI/PreferencesUI.py:3238 +#: flatcamGUI/ObjectUI.py:1101 flatcamGUI/PreferencesUI.py:3252 msgid "" "Diameter of the cutting tool\n" "when milling slots." @@ -6998,7 +6999,7 @@ msgid "" "for milling SLOTS toolpaths." msgstr "" -#: flatcamGUI/ObjectUI.py:1152 flatcamTools/ToolCutOut.py:315 +#: flatcamGUI/ObjectUI.py:1152 flatcamTools/ToolCutOut.py:317 msgid "Geometry Object" msgstr "" @@ -7023,7 +7024,7 @@ msgid "Plot Object" msgstr "" #: flatcamGUI/ObjectUI.py:1217 flatcamGUI/ObjectUI.py:1916 flatcamGUI/ObjectUI.py:1926 -#: flatcamGUI/PreferencesUI.py:7249 flatcamTools/ToolCopperThieving.py:220 +#: flatcamGUI/PreferencesUI.py:7241 flatcamTools/ToolCopperThieving.py:220 msgid "Dia" msgstr "" @@ -7126,13 +7127,13 @@ msgid "" "Each tool store it's own set of such data." msgstr "" -#: flatcamGUI/ObjectUI.py:1426 flatcamGUI/PreferencesUI.py:3977 -#: flatcamGUI/PreferencesUI.py:5350 flatcamTools/ToolCutOut.py:153 +#: flatcamGUI/ObjectUI.py:1426 flatcamGUI/PreferencesUI.py:3981 +#: flatcamGUI/PreferencesUI.py:5348 flatcamTools/ToolCutOut.py:153 msgid "Multi-Depth" msgstr "" -#: flatcamGUI/ObjectUI.py:1429 flatcamGUI/PreferencesUI.py:3980 -#: flatcamGUI/PreferencesUI.py:5353 flatcamTools/ToolCutOut.py:156 +#: flatcamGUI/ObjectUI.py:1429 flatcamGUI/PreferencesUI.py:3984 +#: flatcamGUI/PreferencesUI.py:5351 flatcamTools/ToolCutOut.py:156 msgid "" "Use multiple passes to limit\n" "the cut depth in each pass. Will\n" @@ -7140,42 +7141,42 @@ msgid "" "reached." msgstr "" -#: flatcamGUI/ObjectUI.py:1443 flatcamGUI/PreferencesUI.py:5365 +#: flatcamGUI/ObjectUI.py:1443 flatcamGUI/PreferencesUI.py:5363 #: flatcamTools/ToolCutOut.py:170 msgid "Depth of each pass (positive)." msgstr "" -#: flatcamGUI/ObjectUI.py:1454 flatcamGUI/PreferencesUI.py:4012 +#: flatcamGUI/ObjectUI.py:1454 flatcamGUI/PreferencesUI.py:4016 msgid "" "Height of the tool when\n" "moving without cutting." msgstr "" -#: flatcamGUI/ObjectUI.py:1481 flatcamGUI/PreferencesUI.py:4033 +#: flatcamGUI/ObjectUI.py:1481 flatcamGUI/PreferencesUI.py:4037 msgid "" "Include tool-change sequence\n" "in the Machine Code (Pause for tool change)." msgstr "" -#: flatcamGUI/ObjectUI.py:1531 flatcamGUI/PreferencesUI.py:4084 -#: flatcamGUI/PreferencesUI.py:6561 flatcamTools/ToolSolderPaste.py:252 +#: flatcamGUI/ObjectUI.py:1531 flatcamGUI/PreferencesUI.py:4086 +#: flatcamGUI/PreferencesUI.py:6553 flatcamTools/ToolSolderPaste.py:252 msgid "Feedrate X-Y" msgstr "" -#: flatcamGUI/ObjectUI.py:1533 flatcamGUI/PreferencesUI.py:4086 +#: flatcamGUI/ObjectUI.py:1533 flatcamGUI/PreferencesUI.py:4088 msgid "" "Cutting speed in the XY\n" "plane in units per minute" msgstr "" -#: flatcamGUI/ObjectUI.py:1547 flatcamGUI/PreferencesUI.py:4101 +#: flatcamGUI/ObjectUI.py:1547 flatcamGUI/PreferencesUI.py:4103 msgid "" "Cutting speed in the XY\n" "plane in units per minute.\n" "It is called also Plunge." msgstr "" -#: flatcamGUI/ObjectUI.py:1562 flatcamGUI/PreferencesUI.py:4210 +#: flatcamGUI/ObjectUI.py:1562 flatcamGUI/PreferencesUI.py:4212 msgid "" "Cutting speed in the XY plane\n" "(in units per minute).\n" @@ -7184,12 +7185,12 @@ msgid "" "ignore for any other cases." msgstr "" -#: flatcamGUI/ObjectUI.py:1580 flatcamGUI/PreferencesUI.py:4226 +#: flatcamGUI/ObjectUI.py:1580 flatcamGUI/PreferencesUI.py:4228 msgid "Re-cut" msgstr "" -#: flatcamGUI/ObjectUI.py:1582 flatcamGUI/ObjectUI.py:1594 flatcamGUI/PreferencesUI.py:4228 -#: flatcamGUI/PreferencesUI.py:4240 +#: flatcamGUI/ObjectUI.py:1582 flatcamGUI/ObjectUI.py:1594 flatcamGUI/PreferencesUI.py:4230 +#: flatcamGUI/PreferencesUI.py:4242 msgid "" "In order to remove possible\n" "copper leftovers where first cut\n" @@ -7197,19 +7198,14 @@ msgid "" "extended cut over the first cut section." msgstr "" -#: flatcamGUI/ObjectUI.py:1606 flatcamGUI/PreferencesUI.py:4118 +#: flatcamGUI/ObjectUI.py:1606 flatcamGUI/PreferencesUI.py:4120 msgid "" "Speed of the spindle in RPM (optional).\n" "If LASER preprocessor is used,\n" "this value is the power of laser." msgstr "" -#: flatcamGUI/ObjectUI.py:1640 flatcamGUI/PreferencesUI.py:6650 -#: flatcamTools/ToolSolderPaste.py:334 -msgid "PostProcessor" -msgstr "" - -#: flatcamGUI/ObjectUI.py:1642 flatcamGUI/PreferencesUI.py:4155 +#: flatcamGUI/ObjectUI.py:1642 flatcamGUI/PreferencesUI.py:4157 msgid "" "The Preprocessor file that dictates\n" "the Machine Code (like GCode, RML, HPGL) output." @@ -7244,7 +7240,7 @@ msgstr "" msgid "Launch Paint Tool in Tools Tab." msgstr "" -#: flatcamGUI/ObjectUI.py:1734 flatcamGUI/PreferencesUI.py:5528 +#: flatcamGUI/ObjectUI.py:1734 flatcamGUI/PreferencesUI.py:5524 msgid "" "Creates tool paths to cover the\n" "whole area of a polygon (remove\n" @@ -7348,7 +7344,6 @@ msgid "Prepend to CNC Code" msgstr "" #: flatcamGUI/ObjectUI.py:1956 flatcamGUI/ObjectUI.py:1963 flatcamGUI/PreferencesUI.py:4784 -#: flatcamGUI/PreferencesUI.py:4791 msgid "" "Type here any G-Code commands you would\n" "like to add at the beginning of the G-Code file." @@ -7359,7 +7354,6 @@ msgid "Append to CNC Code" msgstr "" #: flatcamGUI/ObjectUI.py:1971 flatcamGUI/ObjectUI.py:1979 flatcamGUI/PreferencesUI.py:4800 -#: flatcamGUI/PreferencesUI.py:4808 msgid "" "Type here any G-Code commands you would\n" "like to append to the generated file.\n" @@ -7383,7 +7377,7 @@ msgid "" "having as template the 'Toolchange Custom' posprocessor file." msgstr "" -#: flatcamGUI/ObjectUI.py:2011 flatcamGUI/PreferencesUI.py:4861 +#: flatcamGUI/ObjectUI.py:2011 msgid "" "Type here any G-Code commands you would\n" "like to be executed when Toolchange event is encountered.\n" @@ -7411,45 +7405,45 @@ msgid "" "They have to be surrounded by the '%' symbol" msgstr "" -#: flatcamGUI/ObjectUI.py:2043 flatcamGUI/PreferencesUI.py:2449 -#: flatcamGUI/PreferencesUI.py:3553 flatcamGUI/PreferencesUI.py:4347 -#: flatcamGUI/PreferencesUI.py:4898 flatcamGUI/PreferencesUI.py:5011 -#: flatcamGUI/PreferencesUI.py:5303 flatcamGUI/PreferencesUI.py:5462 -#: flatcamGUI/PreferencesUI.py:5684 flatcamGUI/PreferencesUI.py:5981 -#: flatcamGUI/PreferencesUI.py:6232 flatcamGUI/PreferencesUI.py:6446 -#: flatcamGUI/PreferencesUI.py:6671 flatcamGUI/PreferencesUI.py:6693 -#: flatcamGUI/PreferencesUI.py:6917 flatcamGUI/PreferencesUI.py:6954 -#: flatcamGUI/PreferencesUI.py:7148 flatcamGUI/PreferencesUI.py:7402 -#: flatcamGUI/PreferencesUI.py:7518 flatcamTools/ToolCopperThieving.py:89 +#: flatcamGUI/ObjectUI.py:2043 flatcamGUI/PreferencesUI.py:2447 +#: flatcamGUI/PreferencesUI.py:3555 flatcamGUI/PreferencesUI.py:4347 +#: flatcamGUI/PreferencesUI.py:4898 flatcamGUI/PreferencesUI.py:5017 +#: flatcamGUI/PreferencesUI.py:5301 flatcamGUI/PreferencesUI.py:5458 +#: flatcamGUI/PreferencesUI.py:5676 flatcamGUI/PreferencesUI.py:5973 +#: flatcamGUI/PreferencesUI.py:6224 flatcamGUI/PreferencesUI.py:6438 +#: flatcamGUI/PreferencesUI.py:6663 flatcamGUI/PreferencesUI.py:6685 +#: flatcamGUI/PreferencesUI.py:6909 flatcamGUI/PreferencesUI.py:6946 +#: flatcamGUI/PreferencesUI.py:7140 flatcamGUI/PreferencesUI.py:7394 +#: flatcamGUI/PreferencesUI.py:7510 flatcamTools/ToolCopperThieving.py:89 #: flatcamTools/ToolFiducials.py:149 flatcamTools/ToolNonCopperClear.py:315 msgid "Parameters" msgstr "" -#: flatcamGUI/ObjectUI.py:2046 flatcamGUI/PreferencesUI.py:4901 +#: flatcamGUI/ObjectUI.py:2046 flatcamGUI/PreferencesUI.py:4903 msgid "FlatCAM CNC parameters" msgstr "" -#: flatcamGUI/ObjectUI.py:2047 flatcamGUI/PreferencesUI.py:4902 +#: flatcamGUI/ObjectUI.py:2047 flatcamGUI/PreferencesUI.py:4908 msgid "tool number" msgstr "" -#: flatcamGUI/ObjectUI.py:2048 flatcamGUI/PreferencesUI.py:4903 +#: flatcamGUI/ObjectUI.py:2048 flatcamGUI/PreferencesUI.py:4909 msgid "tool diameter" msgstr "" -#: flatcamGUI/ObjectUI.py:2049 flatcamGUI/PreferencesUI.py:4904 +#: flatcamGUI/ObjectUI.py:2049 flatcamGUI/PreferencesUI.py:4910 msgid "for Excellon, total number of drills" msgstr "" -#: flatcamGUI/ObjectUI.py:2051 flatcamGUI/PreferencesUI.py:4906 +#: flatcamGUI/ObjectUI.py:2051 flatcamGUI/PreferencesUI.py:4912 msgid "X coord for Toolchange" msgstr "" -#: flatcamGUI/ObjectUI.py:2052 flatcamGUI/PreferencesUI.py:4907 +#: flatcamGUI/ObjectUI.py:2052 flatcamGUI/PreferencesUI.py:4913 msgid "Y coord for Toolchange" msgstr "" -#: flatcamGUI/ObjectUI.py:2053 flatcamGUI/PreferencesUI.py:4909 +#: flatcamGUI/ObjectUI.py:2053 flatcamGUI/PreferencesUI.py:4915 msgid "Z coord for Toolchange" msgstr "" @@ -7461,11 +7455,11 @@ msgstr "" msgid "height where to travel" msgstr "" -#: flatcamGUI/ObjectUI.py:2056 flatcamGUI/PreferencesUI.py:4912 +#: flatcamGUI/ObjectUI.py:2056 flatcamGUI/PreferencesUI.py:4918 msgid "the step value for multidepth cut" msgstr "" -#: flatcamGUI/ObjectUI.py:2058 flatcamGUI/PreferencesUI.py:4914 +#: flatcamGUI/ObjectUI.py:2058 flatcamGUI/PreferencesUI.py:4920 msgid "the value for the spindle speed" msgstr "" @@ -7565,7 +7559,7 @@ msgstr "" msgid "Set the tab size. In pixels. Default value is 80 pixels." msgstr "" -#: flatcamGUI/PlotCanvasLegacy.py:1225 +#: flatcamGUI/PlotCanvasLegacy.py:1254 msgid "" "Could not annotate due of a difference between the number of text elements and the number " "of text positions." @@ -7670,8 +7664,8 @@ msgid "Left-Right Selection Color" msgstr "" #: flatcamGUI/PreferencesUI.py:449 flatcamGUI/PreferencesUI.py:515 -#: flatcamGUI/PreferencesUI.py:1884 flatcamGUI/PreferencesUI.py:2897 -#: flatcamGUI/PreferencesUI.py:3892 flatcamGUI/PreferencesUI.py:4534 +#: flatcamGUI/PreferencesUI.py:1882 flatcamGUI/PreferencesUI.py:2903 +#: flatcamGUI/PreferencesUI.py:3894 flatcamGUI/PreferencesUI.py:4534 #: flatcamGUI/PreferencesUI.py:4600 flatcamTools/ToolRulesCheck.py:179 msgid "Outline" msgstr "" @@ -7681,7 +7675,7 @@ msgid "Set the line color for the 'left to right' selection box." msgstr "" #: flatcamGUI/PreferencesUI.py:465 flatcamGUI/PreferencesUI.py:532 -#: flatcamGUI/PreferencesUI.py:1901 flatcamGUI/PreferencesUI.py:2914 +#: flatcamGUI/PreferencesUI.py:1899 flatcamGUI/PreferencesUI.py:2920 #: flatcamGUI/PreferencesUI.py:4551 flatcamGUI/PreferencesUI.py:4617 msgid "Fill" msgstr "" @@ -7695,7 +7689,7 @@ msgid "" msgstr "" #: flatcamGUI/PreferencesUI.py:485 flatcamGUI/PreferencesUI.py:552 -#: flatcamGUI/PreferencesUI.py:1920 flatcamGUI/PreferencesUI.py:2933 +#: flatcamGUI/PreferencesUI.py:1918 flatcamGUI/PreferencesUI.py:2939 #: flatcamGUI/PreferencesUI.py:4570 msgid "Alpha" msgstr "" @@ -7762,6 +7756,10 @@ msgid "" "for the case when the items are disabled." msgstr "" +#: flatcamGUI/PreferencesUI.py:665 +msgid "Project AutoHide" +msgstr "" + #: flatcamGUI/PreferencesUI.py:667 msgid "" "Check this box if you want the project/selected/tool tab area to\n" @@ -7821,7 +7819,7 @@ msgstr "" msgid "Orientation" msgstr "" -#: flatcamGUI/PreferencesUI.py:1078 flatcamGUI/PreferencesUI.py:5892 +#: flatcamGUI/PreferencesUI.py:1078 flatcamGUI/PreferencesUI.py:5884 #: flatcamTools/ToolFilm.py:420 msgid "" "Can be:\n" @@ -7829,12 +7827,12 @@ msgid "" "- Landscape" msgstr "" -#: flatcamGUI/PreferencesUI.py:1082 flatcamGUI/PreferencesUI.py:5896 +#: flatcamGUI/PreferencesUI.py:1082 flatcamGUI/PreferencesUI.py:5888 #: flatcamTools/ToolFilm.py:424 msgid "Portrait" msgstr "" -#: flatcamGUI/PreferencesUI.py:1083 flatcamGUI/PreferencesUI.py:5897 +#: flatcamGUI/PreferencesUI.py:1083 flatcamGUI/PreferencesUI.py:5889 #: flatcamTools/ToolFilm.py:425 msgid "Landscape" msgstr "" @@ -7978,6 +7976,10 @@ msgid "" "path for saving files or the path for opening files." msgstr "" +#: flatcamGUI/PreferencesUI.py:1302 +msgid "Enable ToolTips" +msgstr "" + #: flatcamGUI/PreferencesUI.py:1304 msgid "" "Check this box if you want to have toolTips displayed\n" @@ -8020,10 +8022,11 @@ msgstr "" msgid "App Preferences" msgstr "" -#: flatcamGUI/PreferencesUI.py:1405 flatcamGUI/PreferencesUI.py:1813 -#: flatcamGUI/PreferencesUI.py:2361 flatcamGUI/PreferencesUI.py:3415 -#: flatcamTools/ToolDistance.py:49 flatcamTools/ToolDistanceMin.py:49 -#: flatcamTools/ToolPcbWizard.py:127 flatcamTools/ToolProperties.py:152 +#: flatcamGUI/PreferencesUI.py:1405 flatcamGUI/PreferencesUI.py:1811 +#: flatcamGUI/PreferencesUI.py:2359 flatcamGUI/PreferencesUI.py:2804 +#: flatcamGUI/PreferencesUI.py:3417 flatcamTools/ToolDistance.py:49 +#: flatcamTools/ToolDistanceMin.py:49 flatcamTools/ToolPcbWizard.py:127 +#: flatcamTools/ToolProperties.py:152 msgid "Units" msgstr "" @@ -8034,9 +8037,9 @@ msgid "" "FLatCAM is started." msgstr "" -#: flatcamGUI/PreferencesUI.py:1409 flatcamGUI/PreferencesUI.py:1819 -#: flatcamGUI/PreferencesUI.py:2367 flatcamGUI/PreferencesUI.py:2821 -#: flatcamGUI/PreferencesUI.py:3421 flatcamTools/ToolCalculators.py:62 +#: flatcamGUI/PreferencesUI.py:1409 flatcamGUI/PreferencesUI.py:1817 +#: flatcamGUI/PreferencesUI.py:2365 flatcamGUI/PreferencesUI.py:2815 +#: flatcamGUI/PreferencesUI.py:3423 flatcamTools/ToolCalculators.py:62 #: flatcamTools/ToolPcbWizard.py:126 msgid "MM" msgstr "" @@ -8116,89 +8119,89 @@ msgid "" "in the application folder, in the lib\\config subfolder." msgstr "" -#: flatcamGUI/PreferencesUI.py:1493 +#: flatcamGUI/PreferencesUI.py:1491 msgid "Languages" msgstr "" -#: flatcamGUI/PreferencesUI.py:1494 +#: flatcamGUI/PreferencesUI.py:1492 msgid "Set the language used throughout FlatCAM." msgstr "" -#: flatcamGUI/PreferencesUI.py:1500 +#: flatcamGUI/PreferencesUI.py:1498 msgid "Apply Language" msgstr "" -#: flatcamGUI/PreferencesUI.py:1501 +#: flatcamGUI/PreferencesUI.py:1499 msgid "" "Set the language used throughout FlatCAM.\n" "The app will restart after click." msgstr "" -#: flatcamGUI/PreferencesUI.py:1515 +#: flatcamGUI/PreferencesUI.py:1513 msgid "Startup Settings" msgstr "" -#: flatcamGUI/PreferencesUI.py:1519 +#: flatcamGUI/PreferencesUI.py:1517 msgid "Splash Screen" msgstr "" -#: flatcamGUI/PreferencesUI.py:1521 +#: flatcamGUI/PreferencesUI.py:1519 msgid "Enable display of the splash screen at application startup." msgstr "" -#: flatcamGUI/PreferencesUI.py:1533 +#: flatcamGUI/PreferencesUI.py:1531 msgid "Sys Tray Icon" msgstr "" -#: flatcamGUI/PreferencesUI.py:1535 +#: flatcamGUI/PreferencesUI.py:1533 msgid "Enable display of FlatCAM icon in Sys Tray." msgstr "" -#: flatcamGUI/PreferencesUI.py:1540 +#: flatcamGUI/PreferencesUI.py:1538 msgid "Show Shell" msgstr "" -#: flatcamGUI/PreferencesUI.py:1542 +#: flatcamGUI/PreferencesUI.py:1540 msgid "" "Check this box if you want the shell to\n" "start automatically at startup." msgstr "" -#: flatcamGUI/PreferencesUI.py:1549 +#: flatcamGUI/PreferencesUI.py:1547 msgid "Show Project" msgstr "" -#: flatcamGUI/PreferencesUI.py:1551 +#: flatcamGUI/PreferencesUI.py:1549 msgid "" "Check this box if you want the project/selected/tool tab area to\n" "to be shown automatically at startup." msgstr "" -#: flatcamGUI/PreferencesUI.py:1557 +#: flatcamGUI/PreferencesUI.py:1555 msgid "Version Check" msgstr "" -#: flatcamGUI/PreferencesUI.py:1559 +#: flatcamGUI/PreferencesUI.py:1557 msgid "" "Check this box if you want to check\n" "for a new version automatically at startup." msgstr "" -#: flatcamGUI/PreferencesUI.py:1566 +#: flatcamGUI/PreferencesUI.py:1564 msgid "Send Statistics" msgstr "" -#: flatcamGUI/PreferencesUI.py:1568 +#: flatcamGUI/PreferencesUI.py:1566 msgid "" "Check this box if you agree to send anonymous\n" "stats automatically at startup, to help improve FlatCAM." msgstr "" -#: flatcamGUI/PreferencesUI.py:1582 +#: flatcamGUI/PreferencesUI.py:1580 msgid "Workers number" msgstr "" -#: flatcamGUI/PreferencesUI.py:1584 flatcamGUI/PreferencesUI.py:1593 +#: flatcamGUI/PreferencesUI.py:1582 flatcamGUI/PreferencesUI.py:1591 msgid "" "The number of Qthreads made available to the App.\n" "A bigger number may finish the jobs more quickly but\n" @@ -8208,11 +8211,11 @@ msgid "" "After change, it will be applied at next App start." msgstr "" -#: flatcamGUI/PreferencesUI.py:1606 +#: flatcamGUI/PreferencesUI.py:1604 msgid "Geo Tolerance" msgstr "" -#: flatcamGUI/PreferencesUI.py:1608 flatcamGUI/PreferencesUI.py:1617 +#: flatcamGUI/PreferencesUI.py:1606 flatcamGUI/PreferencesUI.py:1615 msgid "" "This value can counter the effect of the Circle Steps\n" "parameter. Default value is 0.01.\n" @@ -8222,119 +8225,119 @@ msgid "" "performance at the expense of level of detail." msgstr "" -#: flatcamGUI/PreferencesUI.py:1636 +#: flatcamGUI/PreferencesUI.py:1634 msgid "Save Settings" msgstr "" -#: flatcamGUI/PreferencesUI.py:1640 +#: flatcamGUI/PreferencesUI.py:1638 msgid "Save Compressed Project" msgstr "" -#: flatcamGUI/PreferencesUI.py:1642 +#: flatcamGUI/PreferencesUI.py:1640 msgid "" "Whether to save a compressed or uncompressed project.\n" "When checked it will save a compressed FlatCAM project." msgstr "" -#: flatcamGUI/PreferencesUI.py:1651 +#: flatcamGUI/PreferencesUI.py:1649 msgid "Compression" msgstr "" -#: flatcamGUI/PreferencesUI.py:1653 +#: flatcamGUI/PreferencesUI.py:1651 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/PreferencesUI.py:1673 +#: flatcamGUI/PreferencesUI.py:1671 msgid "Text to PDF parameters" msgstr "" -#: flatcamGUI/PreferencesUI.py:1675 +#: flatcamGUI/PreferencesUI.py:1673 msgid "Used when saving text in Code Editor or in FlatCAM Document objects." msgstr "" -#: flatcamGUI/PreferencesUI.py:1684 +#: flatcamGUI/PreferencesUI.py:1682 msgid "Top Margin" msgstr "" -#: flatcamGUI/PreferencesUI.py:1686 +#: flatcamGUI/PreferencesUI.py:1684 msgid "Distance between text body and the top of the PDF file." msgstr "" -#: flatcamGUI/PreferencesUI.py:1697 +#: flatcamGUI/PreferencesUI.py:1695 msgid "Bottom Margin" msgstr "" -#: flatcamGUI/PreferencesUI.py:1699 +#: flatcamGUI/PreferencesUI.py:1697 msgid "Distance between text body and the bottom of the PDF file." msgstr "" -#: flatcamGUI/PreferencesUI.py:1710 +#: flatcamGUI/PreferencesUI.py:1708 msgid "Left Margin" msgstr "" -#: flatcamGUI/PreferencesUI.py:1712 +#: flatcamGUI/PreferencesUI.py:1710 msgid "Distance between text body and the left of the PDF file." msgstr "" -#: flatcamGUI/PreferencesUI.py:1723 +#: flatcamGUI/PreferencesUI.py:1721 msgid "Right Margin" msgstr "" -#: flatcamGUI/PreferencesUI.py:1725 +#: flatcamGUI/PreferencesUI.py:1723 msgid "Distance between text body and the right of the PDF file." msgstr "" -#: flatcamGUI/PreferencesUI.py:1758 +#: flatcamGUI/PreferencesUI.py:1756 msgid "Gerber General" msgstr "" -#: flatcamGUI/PreferencesUI.py:1776 +#: flatcamGUI/PreferencesUI.py:1774 msgid "M-Color" msgstr "" -#: flatcamGUI/PreferencesUI.py:1790 flatcamGUI/PreferencesUI.py:3857 -#: flatcamGUI/PreferencesUI.py:4442 flatcamGUI/PreferencesUI.py:7156 +#: flatcamGUI/PreferencesUI.py:1788 flatcamGUI/PreferencesUI.py:3859 +#: flatcamGUI/PreferencesUI.py:4442 flatcamGUI/PreferencesUI.py:7148 msgid "Circle Steps" msgstr "" -#: flatcamGUI/PreferencesUI.py:1792 +#: flatcamGUI/PreferencesUI.py:1790 msgid "" "The number of circle steps for Gerber \n" "circular aperture linear approximation." msgstr "" -#: flatcamGUI/PreferencesUI.py:1804 +#: flatcamGUI/PreferencesUI.py:1802 msgid "Default Values" msgstr "" -#: flatcamGUI/PreferencesUI.py:1806 +#: flatcamGUI/PreferencesUI.py:1804 msgid "" "Those values will be used as fallback values\n" "in case that they are not found in the Gerber file." msgstr "" -#: flatcamGUI/PreferencesUI.py:1815 flatcamGUI/PreferencesUI.py:1821 -#: flatcamGUI/PreferencesUI.py:2363 flatcamGUI/PreferencesUI.py:2369 +#: flatcamGUI/PreferencesUI.py:1813 flatcamGUI/PreferencesUI.py:1819 +#: flatcamGUI/PreferencesUI.py:2361 flatcamGUI/PreferencesUI.py:2367 msgid "The units used in the Gerber file." msgstr "" -#: flatcamGUI/PreferencesUI.py:1818 flatcamGUI/PreferencesUI.py:2366 -#: flatcamGUI/PreferencesUI.py:2722 flatcamGUI/PreferencesUI.py:2820 -#: flatcamGUI/PreferencesUI.py:3420 flatcamTools/ToolCalculators.py:61 +#: flatcamGUI/PreferencesUI.py:1816 flatcamGUI/PreferencesUI.py:2364 +#: flatcamGUI/PreferencesUI.py:2728 flatcamGUI/PreferencesUI.py:2814 +#: flatcamGUI/PreferencesUI.py:3422 flatcamTools/ToolCalculators.py:61 #: flatcamTools/ToolPcbWizard.py:125 msgid "INCH" msgstr "" -#: flatcamGUI/PreferencesUI.py:1828 flatcamGUI/PreferencesUI.py:2415 -#: flatcamGUI/PreferencesUI.py:3488 +#: flatcamGUI/PreferencesUI.py:1826 flatcamGUI/PreferencesUI.py:2413 +#: flatcamGUI/PreferencesUI.py:2786 flatcamGUI/PreferencesUI.py:3490 msgid "Zeros" msgstr "" -#: flatcamGUI/PreferencesUI.py:1831 flatcamGUI/PreferencesUI.py:1841 -#: flatcamGUI/PreferencesUI.py:2418 flatcamGUI/PreferencesUI.py:2428 +#: flatcamGUI/PreferencesUI.py:1829 flatcamGUI/PreferencesUI.py:1839 +#: flatcamGUI/PreferencesUI.py:2416 flatcamGUI/PreferencesUI.py:2426 msgid "" "This sets the type of Gerber zeros.\n" "If LZ then Leading Zeros are removed and\n" @@ -8343,33 +8346,33 @@ msgid "" "and Leading Zeros are kept." msgstr "" -#: flatcamGUI/PreferencesUI.py:1838 flatcamGUI/PreferencesUI.py:2425 -#: flatcamGUI/PreferencesUI.py:2796 flatcamGUI/PreferencesUI.py:3498 +#: flatcamGUI/PreferencesUI.py:1836 flatcamGUI/PreferencesUI.py:2423 +#: flatcamGUI/PreferencesUI.py:2799 flatcamGUI/PreferencesUI.py:3500 #: flatcamTools/ToolPcbWizard.py:111 msgid "LZ" msgstr "" -#: flatcamGUI/PreferencesUI.py:1839 flatcamGUI/PreferencesUI.py:2426 -#: flatcamGUI/PreferencesUI.py:2797 flatcamGUI/PreferencesUI.py:3499 +#: flatcamGUI/PreferencesUI.py:1837 flatcamGUI/PreferencesUI.py:2424 +#: flatcamGUI/PreferencesUI.py:2800 flatcamGUI/PreferencesUI.py:3501 #: flatcamTools/ToolPcbWizard.py:112 msgid "TZ" msgstr "" -#: flatcamGUI/PreferencesUI.py:1857 +#: flatcamGUI/PreferencesUI.py:1855 msgid "Clean Apertures" msgstr "" -#: flatcamGUI/PreferencesUI.py:1859 +#: flatcamGUI/PreferencesUI.py:1857 msgid "" "Will remove apertures that do not have geometry\n" "thus lowering the number of apertures in the Gerber object." msgstr "" -#: flatcamGUI/PreferencesUI.py:1865 +#: flatcamGUI/PreferencesUI.py:1863 msgid "Polarity change buffer" msgstr "" -#: flatcamGUI/PreferencesUI.py:1867 +#: flatcamGUI/PreferencesUI.py:1865 msgid "" "Will apply extra buffering for the\n" "solid geometry when we have polarity changes.\n" @@ -8377,16 +8380,16 @@ msgid "" "do not load correctly." msgstr "" -#: flatcamGUI/PreferencesUI.py:1880 +#: flatcamGUI/PreferencesUI.py:1878 msgid "Gerber Object Color" msgstr "" -#: flatcamGUI/PreferencesUI.py:1886 flatcamGUI/PreferencesUI.py:2899 -#: flatcamGUI/PreferencesUI.py:3894 +#: flatcamGUI/PreferencesUI.py:1884 flatcamGUI/PreferencesUI.py:2905 +#: flatcamGUI/PreferencesUI.py:3896 msgid "Set the line color for plotted objects." msgstr "" -#: flatcamGUI/PreferencesUI.py:1903 flatcamGUI/PreferencesUI.py:2916 +#: flatcamGUI/PreferencesUI.py:1901 flatcamGUI/PreferencesUI.py:2922 #: flatcamGUI/PreferencesUI.py:4553 flatcamGUI/PreferencesUI.py:4619 msgid "" "Set the fill color for plotted objects.\n" @@ -8394,60 +8397,60 @@ msgid "" "digits are for alpha (transparency) level." msgstr "" -#: flatcamGUI/PreferencesUI.py:1922 flatcamGUI/PreferencesUI.py:2935 +#: flatcamGUI/PreferencesUI.py:1920 flatcamGUI/PreferencesUI.py:2941 #: flatcamGUI/PreferencesUI.py:4572 msgid "Set the fill transparency for plotted objects." msgstr "" -#: flatcamGUI/PreferencesUI.py:2013 +#: flatcamGUI/PreferencesUI.py:2011 msgid "Gerber Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:2087 flatcamGUI/PreferencesUI.py:4379 -#: flatcamGUI/PreferencesUI.py:5114 flatcamTools/ToolNonCopperClear.py:170 +#: flatcamGUI/PreferencesUI.py:2085 flatcamGUI/PreferencesUI.py:4379 +#: flatcamGUI/PreferencesUI.py:5120 flatcamTools/ToolNonCopperClear.py:170 msgid "Conv." msgstr "" -#: flatcamGUI/PreferencesUI.py:2091 +#: flatcamGUI/PreferencesUI.py:2089 msgid "Combine Passes" msgstr "" -#: flatcamGUI/PreferencesUI.py:2179 +#: flatcamGUI/PreferencesUI.py:2177 msgid "Gerber Adv. Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:2183 flatcamGUI/PreferencesUI.py:3273 -#: flatcamGUI/PreferencesUI.py:4177 +#: flatcamGUI/PreferencesUI.py:2181 flatcamGUI/PreferencesUI.py:3278 +#: flatcamGUI/PreferencesUI.py:4179 msgid "Advanced Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:2185 +#: flatcamGUI/PreferencesUI.py:2183 msgid "" "A list of Gerber advanced parameters.\n" "Those parameters are available only for\n" "Advanced App. Level." msgstr "" -#: flatcamGUI/PreferencesUI.py:2204 +#: flatcamGUI/PreferencesUI.py:2202 msgid "Table Show/Hide" msgstr "" -#: flatcamGUI/PreferencesUI.py:2206 +#: flatcamGUI/PreferencesUI.py:2204 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/PreferencesUI.py:2286 +#: flatcamGUI/PreferencesUI.py:2284 msgid "Exterior" msgstr "" -#: flatcamGUI/PreferencesUI.py:2287 +#: flatcamGUI/PreferencesUI.py:2285 msgid "Interior" msgstr "" -#: flatcamGUI/PreferencesUI.py:2300 +#: flatcamGUI/PreferencesUI.py:2298 msgid "" "Buffering type:\n" "- None --> best performance, fast file loading but no so good display\n" @@ -8455,79 +8458,79 @@ msgid "" "<>: Don't change this unless you know what you are doing !!!" msgstr "" -#: flatcamGUI/PreferencesUI.py:2305 flatcamGUI/PreferencesUI.py:5860 -#: flatcamGUI/PreferencesUI.py:7454 flatcamTools/ToolFiducials.py:201 +#: flatcamGUI/PreferencesUI.py:2303 flatcamGUI/PreferencesUI.py:5852 +#: flatcamGUI/PreferencesUI.py:7446 flatcamTools/ToolFiducials.py:201 #: flatcamTools/ToolFilm.py:255 flatcamTools/ToolProperties.py:411 #: flatcamTools/ToolProperties.py:426 flatcamTools/ToolProperties.py:429 #: flatcamTools/ToolProperties.py:432 flatcamTools/ToolProperties.py:456 msgid "None" msgstr "" -#: flatcamGUI/PreferencesUI.py:2311 +#: flatcamGUI/PreferencesUI.py:2309 msgid "Simplify" msgstr "" -#: flatcamGUI/PreferencesUI.py:2313 +#: flatcamGUI/PreferencesUI.py:2311 msgid "" "When checked all the Gerber polygons will be\n" "loaded with simplification having a set tolerance.\n" "<>: Don't change this unless you know what you are doing !!!" msgstr "" -#: flatcamGUI/PreferencesUI.py:2320 +#: flatcamGUI/PreferencesUI.py:2318 msgid "Tolerance" msgstr "" -#: flatcamGUI/PreferencesUI.py:2321 +#: flatcamGUI/PreferencesUI.py:2319 msgid "Tolerance for polygon simplification." msgstr "" -#: flatcamGUI/PreferencesUI.py:2346 +#: flatcamGUI/PreferencesUI.py:2344 msgid "Gerber Export" msgstr "" -#: flatcamGUI/PreferencesUI.py:2350 flatcamGUI/PreferencesUI.py:3404 +#: flatcamGUI/PreferencesUI.py:2348 flatcamGUI/PreferencesUI.py:3406 msgid "Export Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:2352 +#: flatcamGUI/PreferencesUI.py:2350 msgid "" "The parameters set here are used in the file exported\n" "when using the File -> Export -> Export Gerber menu entry." msgstr "" -#: flatcamGUI/PreferencesUI.py:2375 flatcamGUI/PreferencesUI.py:3429 +#: flatcamGUI/PreferencesUI.py:2373 flatcamGUI/PreferencesUI.py:3431 msgid "Int/Decimals" msgstr "" -#: flatcamGUI/PreferencesUI.py:2377 +#: flatcamGUI/PreferencesUI.py:2375 msgid "" "The number of digits in the whole part of the number\n" "and in the fractional part of the number." msgstr "" -#: flatcamGUI/PreferencesUI.py:2390 +#: flatcamGUI/PreferencesUI.py:2388 msgid "" "This numbers signify the number of digits in\n" "the whole part of Gerber coordinates." msgstr "" -#: flatcamGUI/PreferencesUI.py:2406 +#: flatcamGUI/PreferencesUI.py:2404 msgid "" "This numbers signify the number of digits in\n" "the decimal part of Gerber coordinates." msgstr "" -#: flatcamGUI/PreferencesUI.py:2451 +#: flatcamGUI/PreferencesUI.py:2449 msgid "A list of Gerber Editor parameters." msgstr "" -#: flatcamGUI/PreferencesUI.py:2459 flatcamGUI/PreferencesUI.py:3563 -#: flatcamGUI/PreferencesUI.py:4357 flatcamGUI/PreferencesUI.py:7117 +#: flatcamGUI/PreferencesUI.py:2457 flatcamGUI/PreferencesUI.py:3565 +#: flatcamGUI/PreferencesUI.py:4357 flatcamGUI/PreferencesUI.py:7109 msgid "Selection limit" msgstr "" -#: flatcamGUI/PreferencesUI.py:2461 +#: flatcamGUI/PreferencesUI.py:2459 msgid "" "Set the number of selected Gerber geometry\n" "items above which the utility geometry\n" @@ -8536,104 +8539,104 @@ msgid "" "large number of geometric elements." msgstr "" -#: flatcamGUI/PreferencesUI.py:2474 +#: flatcamGUI/PreferencesUI.py:2472 msgid "New Aperture code" msgstr "" -#: flatcamGUI/PreferencesUI.py:2487 +#: flatcamGUI/PreferencesUI.py:2485 msgid "New Aperture size" msgstr "" -#: flatcamGUI/PreferencesUI.py:2489 +#: flatcamGUI/PreferencesUI.py:2487 msgid "Size for the new aperture" msgstr "" -#: flatcamGUI/PreferencesUI.py:2500 +#: flatcamGUI/PreferencesUI.py:2498 msgid "New Aperture type" msgstr "" -#: flatcamGUI/PreferencesUI.py:2502 +#: flatcamGUI/PreferencesUI.py:2500 msgid "" "Type for the new aperture.\n" "Can be 'C', 'R' or 'O'." msgstr "" -#: flatcamGUI/PreferencesUI.py:2524 +#: flatcamGUI/PreferencesUI.py:2522 msgid "Aperture Dimensions" msgstr "" -#: flatcamGUI/PreferencesUI.py:2526 flatcamGUI/PreferencesUI.py:3875 -#: flatcamGUI/PreferencesUI.py:5023 +#: flatcamGUI/PreferencesUI.py:2524 flatcamGUI/PreferencesUI.py:3877 +#: flatcamGUI/PreferencesUI.py:5029 msgid "Diameters of the cutting tools, separated by ','" msgstr "" -#: flatcamGUI/PreferencesUI.py:2532 +#: flatcamGUI/PreferencesUI.py:2530 msgid "Linear Pad Array" msgstr "" -#: flatcamGUI/PreferencesUI.py:2536 flatcamGUI/PreferencesUI.py:3607 -#: flatcamGUI/PreferencesUI.py:3755 +#: flatcamGUI/PreferencesUI.py:2534 flatcamGUI/PreferencesUI.py:3609 +#: flatcamGUI/PreferencesUI.py:3757 msgid "Linear Direction" msgstr "" -#: flatcamGUI/PreferencesUI.py:2576 +#: flatcamGUI/PreferencesUI.py:2574 msgid "Circular Pad Array" msgstr "" -#: flatcamGUI/PreferencesUI.py:2580 flatcamGUI/PreferencesUI.py:3653 -#: flatcamGUI/PreferencesUI.py:3803 +#: flatcamGUI/PreferencesUI.py:2578 flatcamGUI/PreferencesUI.py:3655 +#: flatcamGUI/PreferencesUI.py:3805 msgid "Circular Direction" msgstr "" -#: flatcamGUI/PreferencesUI.py:2582 flatcamGUI/PreferencesUI.py:3655 -#: flatcamGUI/PreferencesUI.py:3805 +#: flatcamGUI/PreferencesUI.py:2580 flatcamGUI/PreferencesUI.py:3657 +#: flatcamGUI/PreferencesUI.py:3807 msgid "" "Direction for circular array.\n" "Can be CW = clockwise or CCW = counter clockwise." msgstr "" -#: flatcamGUI/PreferencesUI.py:2593 flatcamGUI/PreferencesUI.py:3666 -#: flatcamGUI/PreferencesUI.py:3816 +#: flatcamGUI/PreferencesUI.py:2591 flatcamGUI/PreferencesUI.py:3668 +#: flatcamGUI/PreferencesUI.py:3818 msgid "Circular Angle" msgstr "" -#: flatcamGUI/PreferencesUI.py:2612 +#: flatcamGUI/PreferencesUI.py:2610 msgid "Distance at which to buffer the Gerber element." msgstr "" -#: flatcamGUI/PreferencesUI.py:2621 +#: flatcamGUI/PreferencesUI.py:2619 msgid "Scale Tool" msgstr "" -#: flatcamGUI/PreferencesUI.py:2627 +#: flatcamGUI/PreferencesUI.py:2625 msgid "Factor to scale the Gerber element." msgstr "" -#: flatcamGUI/PreferencesUI.py:2640 +#: flatcamGUI/PreferencesUI.py:2638 msgid "Threshold low" msgstr "" -#: flatcamGUI/PreferencesUI.py:2642 +#: flatcamGUI/PreferencesUI.py:2640 msgid "Threshold value under which the apertures are not marked." msgstr "" -#: flatcamGUI/PreferencesUI.py:2652 +#: flatcamGUI/PreferencesUI.py:2650 msgid "Threshold high" msgstr "" -#: flatcamGUI/PreferencesUI.py:2654 +#: flatcamGUI/PreferencesUI.py:2652 msgid "Threshold value over which the apertures are not marked." msgstr "" -#: flatcamGUI/PreferencesUI.py:2672 +#: flatcamGUI/PreferencesUI.py:2670 msgid "Excellon General" msgstr "" -#: flatcamGUI/PreferencesUI.py:2695 +#: flatcamGUI/PreferencesUI.py:2703 msgid "Excellon Format" msgstr "" -#: flatcamGUI/PreferencesUI.py:2697 +#: flatcamGUI/PreferencesUI.py:2705 msgid "" "The NC drill files, usually named Excellon files\n" "are files that can be found in different formats.\n" @@ -8656,60 +8659,45 @@ msgid "" "KiCAD 3:5 INCH TZ" msgstr "" -#: flatcamGUI/PreferencesUI.py:2725 +#: flatcamGUI/PreferencesUI.py:2729 msgid "Default values for INCH are 2:4" msgstr "" -#: flatcamGUI/PreferencesUI.py:2732 flatcamGUI/PreferencesUI.py:2763 -#: flatcamGUI/PreferencesUI.py:3443 +#: flatcamGUI/PreferencesUI.py:2736 flatcamGUI/PreferencesUI.py:2765 +#: flatcamGUI/PreferencesUI.py:3445 msgid "" "This numbers signify the number of digits in\n" "the whole part of Excellon coordinates." msgstr "" -#: flatcamGUI/PreferencesUI.py:2745 flatcamGUI/PreferencesUI.py:2776 -#: flatcamGUI/PreferencesUI.py:3456 +#: flatcamGUI/PreferencesUI.py:2749 flatcamGUI/PreferencesUI.py:2778 +#: flatcamGUI/PreferencesUI.py:3458 msgid "" "This numbers signify the number of digits in\n" "the decimal part of Excellon coordinates." msgstr "" -#: flatcamGUI/PreferencesUI.py:2753 +#: flatcamGUI/PreferencesUI.py:2757 msgid "METRIC" msgstr "" -#: flatcamGUI/PreferencesUI.py:2756 +#: flatcamGUI/PreferencesUI.py:2758 msgid "Default values for METRIC are 3:3" msgstr "" -#: flatcamGUI/PreferencesUI.py:2785 -msgid "Default Zeros" -msgstr "" - -#: flatcamGUI/PreferencesUI.py:2788 flatcamGUI/PreferencesUI.py:3491 +#: flatcamGUI/PreferencesUI.py:2789 msgid "" "This sets the type of Excellon zeros.\n" "If LZ then Leading Zeros are kept and\n" "Trailing Zeros are removed.\n" "If TZ is checked then Trailing Zeros are kept\n" -"and Leading Zeros are removed." +"and Leading Zeros are removed.\n" +"\n" +"This is used when there is no information\n" +"stored in the Excellon file." msgstr "" -#: flatcamGUI/PreferencesUI.py:2799 -msgid "" -"This sets the default type of Excellon zeros.\n" -"If it is not detected in the parsed file the value here\n" -"will be used.If LZ then Leading Zeros are kept and\n" -"Trailing Zeros are removed.\n" -"If TZ is checked then Trailing Zeros are kept\n" -"and Leading Zeros are removed." -msgstr "" - -#: flatcamGUI/PreferencesUI.py:2809 -msgid "Default Units" -msgstr "" - -#: flatcamGUI/PreferencesUI.py:2812 +#: flatcamGUI/PreferencesUI.py:2807 msgid "" "This sets the default units of Excellon files.\n" "If it is not detected in the parsed file the value here\n" @@ -8717,26 +8705,26 @@ msgid "" "therefore this parameter will be used." msgstr "" -#: flatcamGUI/PreferencesUI.py:2823 +#: flatcamGUI/PreferencesUI.py:2817 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/PreferencesUI.py:2829 +#: flatcamGUI/PreferencesUI.py:2825 msgid "Update Export settings" msgstr "" -#: flatcamGUI/PreferencesUI.py:2837 +#: flatcamGUI/PreferencesUI.py:2842 msgid "Excellon Optimization" msgstr "" -#: flatcamGUI/PreferencesUI.py:2840 +#: flatcamGUI/PreferencesUI.py:2845 msgid "Algorithm:" msgstr "" -#: flatcamGUI/PreferencesUI.py:2842 flatcamGUI/PreferencesUI.py:2859 +#: flatcamGUI/PreferencesUI.py:2847 flatcamGUI/PreferencesUI.py:2863 msgid "" "This sets the optimization type for the Excellon drill path.\n" "If <> is checked then Google OR-Tools algorithm with\n" @@ -8749,19 +8737,20 @@ msgid "" "Travelling Salesman algorithm for path optimization." msgstr "" -#: flatcamGUI/PreferencesUI.py:2854 +#: flatcamGUI/PreferencesUI.py:2858 msgid "MetaHeuristic" msgstr "" -#: flatcamGUI/PreferencesUI.py:2856 +#: flatcamGUI/PreferencesUI.py:2860 msgid "TSA" msgstr "" -#: flatcamGUI/PreferencesUI.py:2871 -msgid "Optimization Time" +#: flatcamGUI/PreferencesUI.py:2877 flatcamGUI/PreferencesUI.py:3192 +#: flatcamGUI/PreferencesUI.py:4138 +msgid "Duration" msgstr "" -#: flatcamGUI/PreferencesUI.py:2874 +#: flatcamGUI/PreferencesUI.py:2880 msgid "" "When OR-Tools Metaheuristic (MH) is enabled there is a\n" "maximum threshold for how much time is spent doing the\n" @@ -8769,25 +8758,25 @@ msgid "" "In seconds." msgstr "" -#: flatcamGUI/PreferencesUI.py:2893 +#: flatcamGUI/PreferencesUI.py:2899 msgid "Excellon Object Color" msgstr "" -#: flatcamGUI/PreferencesUI.py:3048 +#: flatcamGUI/PreferencesUI.py:3065 msgid "Excellon Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:3054 +#: flatcamGUI/PreferencesUI.py:3071 msgid "" "Parameters used to create a CNC Job object\n" "for this drill object." msgstr "" -#: flatcamGUI/PreferencesUI.py:3173 flatcamGUI/PreferencesUI.py:4136 -msgid "Duration" +#: flatcamGUI/PreferencesUI.py:3185 flatcamGUI/PreferencesUI.py:4133 +msgid "Enable Dwell" msgstr "" -#: flatcamGUI/PreferencesUI.py:3203 +#: flatcamGUI/PreferencesUI.py:3217 msgid "" "Choose what to use for GCode generation:\n" "'Drills', 'Slots' or 'Both'.\n" @@ -8795,38 +8784,34 @@ msgid "" "converted to drills." msgstr "" -#: flatcamGUI/PreferencesUI.py:3221 +#: flatcamGUI/PreferencesUI.py:3235 msgid "Create Geometry for milling holes." msgstr "" -#: flatcamGUI/PreferencesUI.py:3253 -msgid "Defaults" -msgstr "" - -#: flatcamGUI/PreferencesUI.py:3266 +#: flatcamGUI/PreferencesUI.py:3271 msgid "Excellon Adv. Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:3275 +#: flatcamGUI/PreferencesUI.py:3280 msgid "" "A list of Excellon advanced parameters.\n" "Those parameters are available only for\n" "Advanced App. Level." msgstr "" -#: flatcamGUI/PreferencesUI.py:3296 +#: flatcamGUI/PreferencesUI.py:3301 msgid "Toolchange X,Y" msgstr "" -#: flatcamGUI/PreferencesUI.py:3298 flatcamGUI/PreferencesUI.py:4191 +#: flatcamGUI/PreferencesUI.py:3303 flatcamGUI/PreferencesUI.py:4193 msgid "Toolchange X,Y position." msgstr "" -#: flatcamGUI/PreferencesUI.py:3355 flatcamGUI/PreferencesUI.py:4278 +#: flatcamGUI/PreferencesUI.py:3360 flatcamGUI/PreferencesUI.py:4280 msgid "Spindle direction" msgstr "" -#: flatcamGUI/PreferencesUI.py:3357 flatcamGUI/PreferencesUI.py:4280 +#: flatcamGUI/PreferencesUI.py:3362 flatcamGUI/PreferencesUI.py:4282 msgid "" "This sets the direction that the spindle is rotating.\n" "It can be either:\n" @@ -8834,11 +8819,11 @@ msgid "" "- CCW = counter clockwise" msgstr "" -#: flatcamGUI/PreferencesUI.py:3368 flatcamGUI/PreferencesUI.py:4292 +#: flatcamGUI/PreferencesUI.py:3373 flatcamGUI/PreferencesUI.py:4294 msgid "Fast Plunge" msgstr "" -#: flatcamGUI/PreferencesUI.py:3370 flatcamGUI/PreferencesUI.py:4294 +#: flatcamGUI/PreferencesUI.py:3375 flatcamGUI/PreferencesUI.py:4296 msgid "" "By checking this, the vertical move from\n" "Z_Toolchange to Z_move is done with G0,\n" @@ -8846,11 +8831,11 @@ msgid "" "WARNING: the move is done at Toolchange X,Y coords." msgstr "" -#: flatcamGUI/PreferencesUI.py:3379 +#: flatcamGUI/PreferencesUI.py:3382 msgid "Fast Retract" msgstr "" -#: flatcamGUI/PreferencesUI.py:3381 +#: flatcamGUI/PreferencesUI.py:3384 msgid "" "Exit hole strategy.\n" " - When uncheked, while exiting the drilled hole the drill bit\n" @@ -8860,21 +8845,21 @@ msgid "" "(travel height) is done as fast as possible (G0) in one move." msgstr "" -#: flatcamGUI/PreferencesUI.py:3400 +#: flatcamGUI/PreferencesUI.py:3402 msgid "Excellon Export" msgstr "" -#: flatcamGUI/PreferencesUI.py:3406 +#: flatcamGUI/PreferencesUI.py:3408 msgid "" "The parameters set here are used in the file exported\n" "when using the File -> Export -> Export Excellon menu entry." msgstr "" -#: flatcamGUI/PreferencesUI.py:3417 flatcamGUI/PreferencesUI.py:3423 +#: flatcamGUI/PreferencesUI.py:3419 flatcamGUI/PreferencesUI.py:3425 msgid "The units used in the Excellon file." msgstr "" -#: flatcamGUI/PreferencesUI.py:3431 +#: flatcamGUI/PreferencesUI.py:3433 msgid "" "The NC drill files, usually named Excellon files\n" "are files that can be found in different formats.\n" @@ -8882,11 +8867,11 @@ msgid "" "coordinates are not using period." msgstr "" -#: flatcamGUI/PreferencesUI.py:3465 +#: flatcamGUI/PreferencesUI.py:3467 msgid "Format" msgstr "" -#: flatcamGUI/PreferencesUI.py:3467 flatcamGUI/PreferencesUI.py:3477 +#: flatcamGUI/PreferencesUI.py:3469 flatcamGUI/PreferencesUI.py:3479 msgid "" "Select the kind of coordinates format used.\n" "Coordinates can be saved with decimal point or without.\n" @@ -8896,15 +8881,24 @@ msgid "" "or TZ = trailing zeros are kept." msgstr "" -#: flatcamGUI/PreferencesUI.py:3474 +#: flatcamGUI/PreferencesUI.py:3476 msgid "Decimal" msgstr "" -#: flatcamGUI/PreferencesUI.py:3475 +#: flatcamGUI/PreferencesUI.py:3477 msgid "No-Decimal" msgstr "" -#: flatcamGUI/PreferencesUI.py:3501 +#: flatcamGUI/PreferencesUI.py:3493 +msgid "" +"This sets the type of Excellon zeros.\n" +"If LZ then Leading Zeros are kept and\n" +"Trailing Zeros are removed.\n" +"If TZ is checked then Trailing Zeros are kept\n" +"and Leading Zeros are removed." +msgstr "" + +#: flatcamGUI/PreferencesUI.py:3503 msgid "" "This sets the default type of Excellon zeros.\n" "If LZ then Leading Zeros are kept and\n" @@ -8913,11 +8907,11 @@ msgid "" "and Leading Zeros are removed." msgstr "" -#: flatcamGUI/PreferencesUI.py:3511 +#: flatcamGUI/PreferencesUI.py:3513 msgid "Slot type" msgstr "" -#: flatcamGUI/PreferencesUI.py:3514 flatcamGUI/PreferencesUI.py:3524 +#: flatcamGUI/PreferencesUI.py:3516 flatcamGUI/PreferencesUI.py:3526 msgid "" "This sets how the slots will be exported.\n" "If ROUTED then the slots will be routed\n" @@ -8926,19 +8920,19 @@ msgid "" "using the Drilled slot command (G85)." msgstr "" -#: flatcamGUI/PreferencesUI.py:3521 +#: flatcamGUI/PreferencesUI.py:3523 msgid "Routed" msgstr "" -#: flatcamGUI/PreferencesUI.py:3522 +#: flatcamGUI/PreferencesUI.py:3524 msgid "Drilled(G85)" msgstr "" -#: flatcamGUI/PreferencesUI.py:3555 +#: flatcamGUI/PreferencesUI.py:3557 msgid "A list of Excellon Editor parameters." msgstr "" -#: flatcamGUI/PreferencesUI.py:3565 +#: flatcamGUI/PreferencesUI.py:3567 msgid "" "Set the number of selected Excellon geometry\n" "items above which the utility geometry\n" @@ -8947,19 +8941,19 @@ msgid "" "large number of geometric elements." msgstr "" -#: flatcamGUI/PreferencesUI.py:3578 flatcamGUI/PreferencesUI.py:5094 +#: flatcamGUI/PreferencesUI.py:3580 flatcamGUI/PreferencesUI.py:5100 msgid "New Tool Dia" msgstr "" -#: flatcamGUI/PreferencesUI.py:3603 +#: flatcamGUI/PreferencesUI.py:3605 msgid "Linear Drill Array" msgstr "" -#: flatcamGUI/PreferencesUI.py:3649 +#: flatcamGUI/PreferencesUI.py:3651 msgid "Circular Drill Array" msgstr "" -#: flatcamGUI/PreferencesUI.py:3719 +#: flatcamGUI/PreferencesUI.py:3721 msgid "" "Angle at which the slot is placed.\n" "The precision is of max 2 decimals.\n" @@ -8967,44 +8961,44 @@ msgid "" "Max value is: 360.00 degrees." msgstr "" -#: flatcamGUI/PreferencesUI.py:3738 +#: flatcamGUI/PreferencesUI.py:3740 msgid "Linear Slot Array" msgstr "" -#: flatcamGUI/PreferencesUI.py:3799 +#: flatcamGUI/PreferencesUI.py:3801 msgid "Circular Slot Array" msgstr "" -#: flatcamGUI/PreferencesUI.py:3837 +#: flatcamGUI/PreferencesUI.py:3839 msgid "Geometry General" msgstr "" -#: flatcamGUI/PreferencesUI.py:3859 +#: flatcamGUI/PreferencesUI.py:3861 msgid "" "The number of circle steps for Geometry \n" "circle and arc shapes linear approximation." msgstr "" -#: flatcamGUI/PreferencesUI.py:3888 +#: flatcamGUI/PreferencesUI.py:3890 msgid "Geometry Object Color" msgstr "" -#: flatcamGUI/PreferencesUI.py:3939 +#: flatcamGUI/PreferencesUI.py:3941 msgid "Geometry Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:3947 +#: flatcamGUI/PreferencesUI.py:3949 msgid "" "Create a CNC Job object\n" "tracing the contours of this\n" "Geometry object." msgstr "" -#: flatcamGUI/PreferencesUI.py:3989 +#: flatcamGUI/PreferencesUI.py:3993 msgid "Depth/Pass" msgstr "" -#: flatcamGUI/PreferencesUI.py:3991 +#: flatcamGUI/PreferencesUI.py:3995 msgid "" "The depth to cut on each pass,\n" "when multidepth is enabled.\n" @@ -9013,24 +9007,24 @@ msgid "" "which has negative value." msgstr "" -#: flatcamGUI/PreferencesUI.py:4171 +#: flatcamGUI/PreferencesUI.py:4173 msgid "Geometry Adv. Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:4179 +#: flatcamGUI/PreferencesUI.py:4181 msgid "" "A list of Geometry advanced parameters.\n" "Those parameters are available only for\n" "Advanced App. Level." msgstr "" -#: flatcamGUI/PreferencesUI.py:4189 flatcamGUI/PreferencesUI.py:6547 -#: flatcamGUI/PreferencesUI.py:7594 flatcamTools/ToolCalibration.py:125 +#: flatcamGUI/PreferencesUI.py:4191 flatcamGUI/PreferencesUI.py:6539 +#: flatcamGUI/PreferencesUI.py:7586 flatcamTools/ToolCalibration.py:125 #: flatcamTools/ToolSolderPaste.py:239 msgid "Toolchange X-Y" msgstr "" -#: flatcamGUI/PreferencesUI.py:4200 +#: flatcamGUI/PreferencesUI.py:4202 msgid "" "Height of the tool just after starting the work.\n" "Delete the value if you don't need this feature." @@ -9066,7 +9060,7 @@ msgstr "" msgid "A list of Geometry Editor parameters." msgstr "" -#: flatcamGUI/PreferencesUI.py:4359 flatcamGUI/PreferencesUI.py:7119 +#: flatcamGUI/PreferencesUI.py:4359 flatcamGUI/PreferencesUI.py:7111 msgid "" "Set the number of selected geometry\n" "items above which the utility geometry\n" @@ -9095,8 +9089,12 @@ msgid "" "rendered in the plot." msgstr "" -#: flatcamGUI/PreferencesUI.py:4471 -msgid "Coordinates decimals" +#: flatcamGUI/PreferencesUI.py:4468 +msgid "G-code Decimals" +msgstr "" + +#: flatcamGUI/PreferencesUI.py:4471 flatcamTools/ToolFiducials.py:74 +msgid "Coordinates" msgstr "" #: flatcamGUI/PreferencesUI.py:4473 @@ -9105,8 +9103,8 @@ msgid "" "the X, Y, Z coordinates in CNC code (GCODE, etc.)" msgstr "" -#: flatcamGUI/PreferencesUI.py:4484 -msgid "Feedrate decimals" +#: flatcamGUI/PreferencesUI.py:4484 flatcamTools/ToolProperties.py:492 +msgid "Feedrate" msgstr "" #: flatcamGUI/PreferencesUI.py:4486 @@ -9173,51 +9171,72 @@ msgstr "" msgid "Prepend to G-Code" msgstr "" +#: flatcamGUI/PreferencesUI.py:4791 +msgid "" +"Type here any G-Code commands you would like to add at the beginning of the G-Code file." +msgstr "" + #: flatcamGUI/PreferencesUI.py:4798 msgid "Append to G-Code" msgstr "" +#: flatcamGUI/PreferencesUI.py:4808 +msgid "" +"Type here any G-Code commands you would like to append to the generated file.\n" +"I.e.: M2 (End of program)" +msgstr "" + #: flatcamGUI/PreferencesUI.py:4824 msgid "CNC Job Adv. Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:4910 +#: flatcamGUI/PreferencesUI.py:4861 +msgid "" +"Type here any G-Code commands you would like to be executed when Toolchange event is " +"encountered.\n" +"This will constitute a Custom Toolchange GCode, or a Toolchange Macro.\n" +"The FlatCAM variables are surrounded by '%' symbol.\n" +"WARNING: it can be used only with a preprocessor file that has 'toolchange_custom' in " +"it's name." +msgstr "" + +#: flatcamGUI/PreferencesUI.py:4916 msgid "Z depth for the cut" msgstr "" -#: flatcamGUI/PreferencesUI.py:4911 +#: flatcamGUI/PreferencesUI.py:4917 msgid "Z height for travel" msgstr "" -#: flatcamGUI/PreferencesUI.py:4917 +#: flatcamGUI/PreferencesUI.py:4923 msgid "dwelltime = time to dwell to allow the spindle to reach it's set RPM" msgstr "" -#: flatcamGUI/PreferencesUI.py:4936 +#: flatcamGUI/PreferencesUI.py:4942 msgid "Annotation Size" msgstr "" -#: flatcamGUI/PreferencesUI.py:4938 +#: flatcamGUI/PreferencesUI.py:4944 msgid "The font size of the annotation text. In pixels." msgstr "" -#: flatcamGUI/PreferencesUI.py:4948 +#: flatcamGUI/PreferencesUI.py:4954 msgid "Annotation Color" msgstr "" -#: flatcamGUI/PreferencesUI.py:4950 +#: flatcamGUI/PreferencesUI.py:4956 msgid "Set the font color for the annotation texts." msgstr "" -#: flatcamGUI/PreferencesUI.py:5007 +#: flatcamGUI/PreferencesUI.py:5013 msgid "NCC Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:5021 flatcamGUI/PreferencesUI.py:6457 +#: flatcamGUI/PreferencesUI.py:5027 flatcamGUI/PreferencesUI.py:6449 msgid "Tools dia" msgstr "" -#: flatcamGUI/PreferencesUI.py:5032 flatcamGUI/PreferencesUI.py:5040 +#: flatcamGUI/PreferencesUI.py:5038 flatcamGUI/PreferencesUI.py:5046 #: flatcamTools/ToolNonCopperClear.py:215 flatcamTools/ToolNonCopperClear.py:223 msgid "" "Default tool type:\n" @@ -9225,22 +9244,22 @@ msgid "" "- Circular" msgstr "" -#: flatcamGUI/PreferencesUI.py:5037 flatcamTools/ToolNonCopperClear.py:220 +#: flatcamGUI/PreferencesUI.py:5043 flatcamTools/ToolNonCopperClear.py:220 msgid "V-shape" msgstr "" -#: flatcamGUI/PreferencesUI.py:5077 flatcamGUI/PreferencesUI.py:5086 +#: flatcamGUI/PreferencesUI.py:5083 flatcamGUI/PreferencesUI.py:5092 #: flatcamTools/ToolNonCopperClear.py:256 flatcamTools/ToolNonCopperClear.py:264 msgid "" "Depth of cut into material. Negative value.\n" "In FlatCAM units." msgstr "" -#: flatcamGUI/PreferencesUI.py:5096 +#: flatcamGUI/PreferencesUI.py:5102 msgid "The new tool diameter (cut width) to add in the tool table." msgstr "" -#: flatcamGUI/PreferencesUI.py:5108 flatcamGUI/PreferencesUI.py:5116 +#: flatcamGUI/PreferencesUI.py:5114 flatcamGUI/PreferencesUI.py:5122 #: flatcamTools/ToolNonCopperClear.py:164 flatcamTools/ToolNonCopperClear.py:172 msgid "" "Milling type when the selected tool is of type: 'iso_op':\n" @@ -9248,13 +9267,13 @@ msgid "" "- conventional / useful when there is no backlash compensation" msgstr "" -#: flatcamGUI/PreferencesUI.py:5125 flatcamGUI/PreferencesUI.py:5550 +#: flatcamGUI/PreferencesUI.py:5131 flatcamGUI/PreferencesUI.py:5546 #: flatcamTools/ToolNonCopperClear.py:181 flatcamTools/ToolPaint.py:153 msgid "Tool order" msgstr "" -#: flatcamGUI/PreferencesUI.py:5126 flatcamGUI/PreferencesUI.py:5136 -#: flatcamGUI/PreferencesUI.py:5551 flatcamGUI/PreferencesUI.py:5561 +#: flatcamGUI/PreferencesUI.py:5132 flatcamGUI/PreferencesUI.py:5142 +#: flatcamGUI/PreferencesUI.py:5547 flatcamGUI/PreferencesUI.py:5557 #: flatcamTools/ToolNonCopperClear.py:182 flatcamTools/ToolNonCopperClear.py:192 #: flatcamTools/ToolPaint.py:154 flatcamTools/ToolPaint.py:164 msgid "" @@ -9267,17 +9286,17 @@ msgid "" "in reverse and disable this control." msgstr "" -#: flatcamGUI/PreferencesUI.py:5134 flatcamGUI/PreferencesUI.py:5559 +#: flatcamGUI/PreferencesUI.py:5140 flatcamGUI/PreferencesUI.py:5555 #: flatcamTools/ToolNonCopperClear.py:190 flatcamTools/ToolPaint.py:162 msgid "Forward" msgstr "" -#: flatcamGUI/PreferencesUI.py:5135 flatcamGUI/PreferencesUI.py:5560 +#: flatcamGUI/PreferencesUI.py:5141 flatcamGUI/PreferencesUI.py:5556 #: flatcamTools/ToolNonCopperClear.py:191 flatcamTools/ToolPaint.py:163 msgid "Reverse" msgstr "" -#: flatcamGUI/PreferencesUI.py:5148 flatcamTools/ToolNonCopperClear.py:321 +#: flatcamGUI/PreferencesUI.py:5154 flatcamTools/ToolNonCopperClear.py:321 msgid "" "How much (fraction) of the tool width to overlap each tool pass.\n" "Adjust the value starting with lower values\n" @@ -9288,36 +9307,36 @@ msgid "" "due of too many paths." msgstr "" -#: flatcamGUI/PreferencesUI.py:5167 flatcamGUI/PreferencesUI.py:7185 -#: flatcamGUI/PreferencesUI.py:7427 flatcamGUI/PreferencesUI.py:7491 +#: flatcamGUI/PreferencesUI.py:5173 flatcamGUI/PreferencesUI.py:7177 +#: flatcamGUI/PreferencesUI.py:7419 flatcamGUI/PreferencesUI.py:7483 #: flatcamTools/ToolCopperThieving.py:113 flatcamTools/ToolFiducials.py:174 #: flatcamTools/ToolFiducials.py:237 flatcamTools/ToolNonCopperClear.py:339 msgid "Bounding box margin." msgstr "" -#: flatcamGUI/PreferencesUI.py:5180 flatcamGUI/PreferencesUI.py:5608 +#: flatcamGUI/PreferencesUI.py:5186 flatcamGUI/PreferencesUI.py:5604 #: flatcamTools/ToolNonCopperClear.py:350 msgid "" "Algorithm for non-copper clearing:
Standard: Fixed step inwards.
Seed-" "based: Outwards from seed.
Line-based: Parallel lines." msgstr "" -#: flatcamGUI/PreferencesUI.py:5196 flatcamGUI/PreferencesUI.py:5622 +#: flatcamGUI/PreferencesUI.py:5202 flatcamGUI/PreferencesUI.py:5618 #: flatcamTools/ToolNonCopperClear.py:364 flatcamTools/ToolPaint.py:267 msgid "Connect" msgstr "" -#: flatcamGUI/PreferencesUI.py:5207 flatcamGUI/PreferencesUI.py:5632 -#: flatcamTools/ToolNonCopperClear.py:373 flatcamTools/ToolPaint.py:276 +#: flatcamGUI/PreferencesUI.py:5211 flatcamGUI/PreferencesUI.py:5626 +#: flatcamTools/ToolNonCopperClear.py:371 flatcamTools/ToolPaint.py:274 msgid "Contour" msgstr "" -#: flatcamGUI/PreferencesUI.py:5218 flatcamTools/ToolNonCopperClear.py:382 -#: flatcamTools/ToolPaint.py:285 -msgid "Rest M." +#: flatcamGUI/PreferencesUI.py:5220 flatcamTools/ToolNonCopperClear.py:379 +#: flatcamTools/ToolPaint.py:281 +msgid "Rest Machining" msgstr "" -#: flatcamGUI/PreferencesUI.py:5220 flatcamTools/ToolNonCopperClear.py:384 +#: flatcamGUI/PreferencesUI.py:5222 flatcamTools/ToolNonCopperClear.py:381 msgid "" "If checked, use 'rest machining'.\n" "Basically it will clear copper outside PCB features,\n" @@ -9328,8 +9347,8 @@ msgid "" "If not checked, use the standard algorithm." msgstr "" -#: flatcamGUI/PreferencesUI.py:5236 flatcamTools/ToolNonCopperClear.py:399 -#: flatcamTools/ToolNonCopperClear.py:411 +#: flatcamGUI/PreferencesUI.py:5236 flatcamTools/ToolNonCopperClear.py:395 +#: flatcamTools/ToolNonCopperClear.py:405 msgid "" "If used, it will add an offset to the copper features.\n" "The copper clearing will finish to a distance\n" @@ -9337,11 +9356,11 @@ msgid "" "The value can be between 0 and 10 FlatCAM units." msgstr "" -#: flatcamGUI/PreferencesUI.py:5247 flatcamTools/ToolNonCopperClear.py:409 +#: flatcamGUI/PreferencesUI.py:5245 flatcamTools/ToolNonCopperClear.py:403 msgid "Offset value" msgstr "" -#: flatcamGUI/PreferencesUI.py:5249 +#: flatcamGUI/PreferencesUI.py:5247 msgid "" "If used, it will add an offset to the copper features.\n" "The copper clearing will finish to a distance\n" @@ -9349,20 +9368,20 @@ msgid "" "The value can be between 0.0 and 9999.9 FlatCAM units." msgstr "" -#: flatcamGUI/PreferencesUI.py:5264 flatcamGUI/PreferencesUI.py:7197 -#: flatcamTools/ToolCopperThieving.py:125 flatcamTools/ToolNonCopperClear.py:435 +#: flatcamGUI/PreferencesUI.py:5262 flatcamGUI/PreferencesUI.py:7189 +#: flatcamTools/ToolCopperThieving.py:125 flatcamTools/ToolNonCopperClear.py:429 msgid "Itself" msgstr "" -#: flatcamGUI/PreferencesUI.py:5265 flatcamGUI/PreferencesUI.py:5654 +#: flatcamGUI/PreferencesUI.py:5263 flatcamGUI/PreferencesUI.py:5646 msgid "Area" msgstr "" -#: flatcamGUI/PreferencesUI.py:5266 flatcamGUI/PreferencesUI.py:5656 +#: flatcamGUI/PreferencesUI.py:5264 flatcamGUI/PreferencesUI.py:5648 msgid "Ref" msgstr "" -#: flatcamGUI/PreferencesUI.py:5269 +#: flatcamGUI/PreferencesUI.py:5267 msgid "" "- 'Itself' - the non copper clearing extent\n" "is based on the object that is copper cleared.\n" @@ -9372,70 +9391,70 @@ msgid "" "specified by another object." msgstr "" -#: flatcamGUI/PreferencesUI.py:5281 flatcamGUI/PreferencesUI.py:5662 +#: flatcamGUI/PreferencesUI.py:5279 flatcamGUI/PreferencesUI.py:5654 msgid "Normal" msgstr "" -#: flatcamGUI/PreferencesUI.py:5282 flatcamGUI/PreferencesUI.py:5663 +#: flatcamGUI/PreferencesUI.py:5280 flatcamGUI/PreferencesUI.py:5655 msgid "Progressive" msgstr "" -#: flatcamGUI/PreferencesUI.py:5283 +#: flatcamGUI/PreferencesUI.py:5281 msgid "NCC Plotting" msgstr "" -#: flatcamGUI/PreferencesUI.py:5285 +#: flatcamGUI/PreferencesUI.py:5283 msgid "" "- 'Normal' - normal plotting, done at the end of the NCC job\n" "- 'Progressive' - after each shape is generated it will be plotted." msgstr "" -#: flatcamGUI/PreferencesUI.py:5299 +#: flatcamGUI/PreferencesUI.py:5297 msgid "Cutout Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:5314 flatcamTools/ToolCalculators.py:123 +#: flatcamGUI/PreferencesUI.py:5312 flatcamTools/ToolCalculators.py:123 #: flatcamTools/ToolCutOut.py:123 msgid "Tool Diameter" msgstr "" -#: flatcamGUI/PreferencesUI.py:5316 flatcamTools/ToolCutOut.py:125 +#: flatcamGUI/PreferencesUI.py:5314 flatcamTools/ToolCutOut.py:125 msgid "" "Diameter of the tool used to cutout\n" "the PCB shape out of the surrounding material." msgstr "" -#: flatcamGUI/PreferencesUI.py:5371 flatcamTools/ToolCutOut.py:104 +#: flatcamGUI/PreferencesUI.py:5369 flatcamTools/ToolCutOut.py:104 msgid "Object kind" msgstr "" -#: flatcamGUI/PreferencesUI.py:5373 flatcamTools/ToolCutOut.py:106 +#: flatcamGUI/PreferencesUI.py:5371 flatcamTools/ToolCutOut.py:106 msgid "" "Choice of what kind the object we want to cutout is.
- Single: contain a single " "PCB Gerber outline object.
- Panel: a panel PCB Gerber object, which is made\n" "out of many individual PCB outlines." msgstr "" -#: flatcamGUI/PreferencesUI.py:5380 flatcamTools/ToolCutOut.py:112 +#: flatcamGUI/PreferencesUI.py:5378 flatcamTools/ToolCutOut.py:112 msgid "Single" msgstr "" -#: flatcamGUI/PreferencesUI.py:5381 flatcamTools/ToolCutOut.py:113 +#: flatcamGUI/PreferencesUI.py:5379 flatcamTools/ToolCutOut.py:113 msgid "Panel" msgstr "" -#: flatcamGUI/PreferencesUI.py:5388 flatcamTools/ToolCutOut.py:184 +#: flatcamGUI/PreferencesUI.py:5386 flatcamTools/ToolCutOut.py:186 msgid "" "Margin over bounds. A positive value here\n" "will make the cutout of the PCB further from\n" "the actual PCB border" msgstr "" -#: flatcamGUI/PreferencesUI.py:5401 flatcamTools/ToolCutOut.py:195 +#: flatcamGUI/PreferencesUI.py:5399 flatcamTools/ToolCutOut.py:197 msgid "Gap size" msgstr "" -#: flatcamGUI/PreferencesUI.py:5403 flatcamTools/ToolCutOut.py:197 +#: flatcamGUI/PreferencesUI.py:5401 flatcamTools/ToolCutOut.py:199 msgid "" "The size of the bridge gaps in the cutout\n" "used to keep the board connected to\n" @@ -9443,11 +9462,11 @@ msgid "" "from which the PCB is cutout)." msgstr "" -#: flatcamGUI/PreferencesUI.py:5417 flatcamTools/ToolCutOut.py:239 +#: flatcamGUI/PreferencesUI.py:5415 flatcamTools/ToolCutOut.py:241 msgid "Gaps" msgstr "" -#: flatcamGUI/PreferencesUI.py:5419 +#: flatcamGUI/PreferencesUI.py:5417 msgid "" "Number of gaps used for the cutout.\n" "There can be maximum 8 bridges/gaps.\n" @@ -9461,72 +9480,72 @@ msgid "" "- 8 - 2*left + 2*right +2*top + 2*bottom" msgstr "" -#: flatcamGUI/PreferencesUI.py:5442 -msgid "Convex Sh." +#: flatcamGUI/PreferencesUI.py:5439 flatcamTools/ToolCutOut.py:216 +msgid "Convex Shape" msgstr "" -#: flatcamGUI/PreferencesUI.py:5444 flatcamTools/ToolCutOut.py:217 +#: flatcamGUI/PreferencesUI.py:5441 flatcamTools/ToolCutOut.py:219 msgid "" "Create a convex shape surrounding the entire PCB.\n" "Used only if the source object type is Gerber." msgstr "" -#: flatcamGUI/PreferencesUI.py:5458 +#: flatcamGUI/PreferencesUI.py:5454 msgid "2Sided Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:5464 +#: flatcamGUI/PreferencesUI.py:5460 msgid "" "A tool to help in creating a double sided\n" "PCB using alignment holes." msgstr "" -#: flatcamGUI/PreferencesUI.py:5478 +#: flatcamGUI/PreferencesUI.py:5474 msgid "Drill dia" msgstr "" -#: flatcamGUI/PreferencesUI.py:5480 flatcamTools/ToolDblSided.py:274 +#: flatcamGUI/PreferencesUI.py:5476 flatcamTools/ToolDblSided.py:274 #: flatcamTools/ToolDblSided.py:285 msgid "Diameter of the drill for the alignment holes." msgstr "" -#: flatcamGUI/PreferencesUI.py:5489 flatcamTools/ToolDblSided.py:146 +#: flatcamGUI/PreferencesUI.py:5485 flatcamTools/ToolDblSided.py:146 msgid "Mirror Axis:" msgstr "" -#: flatcamGUI/PreferencesUI.py:5491 flatcamTools/ToolDblSided.py:147 +#: flatcamGUI/PreferencesUI.py:5487 flatcamTools/ToolDblSided.py:147 msgid "Mirror vertically (X) or horizontally (Y)." msgstr "" -#: flatcamGUI/PreferencesUI.py:5500 flatcamTools/ToolDblSided.py:156 +#: flatcamGUI/PreferencesUI.py:5496 flatcamTools/ToolDblSided.py:156 msgid "Point" msgstr "" -#: flatcamGUI/PreferencesUI.py:5501 flatcamTools/ToolDblSided.py:157 +#: flatcamGUI/PreferencesUI.py:5497 flatcamTools/ToolDblSided.py:157 msgid "Box" msgstr "" -#: flatcamGUI/PreferencesUI.py:5502 flatcamTools/ToolDblSided.py:158 +#: flatcamGUI/PreferencesUI.py:5498 flatcamTools/ToolDblSided.py:158 msgid "Axis Ref" msgstr "" -#: flatcamGUI/PreferencesUI.py:5504 flatcamTools/ToolDblSided.py:160 +#: flatcamGUI/PreferencesUI.py:5500 flatcamTools/ToolDblSided.py:160 msgid "" "The axis should pass through a point or cut\n" " a specified box (in a FlatCAM object) through \n" "the center." msgstr "" -#: flatcamGUI/PreferencesUI.py:5520 +#: flatcamGUI/PreferencesUI.py:5516 msgid "Paint Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:5526 +#: flatcamGUI/PreferencesUI.py:5522 msgid "Parameters:" msgstr "" -#: flatcamGUI/PreferencesUI.py:5644 flatcamTools/ToolPaint.py:302 -#: flatcamTools/ToolPaint.py:319 +#: flatcamGUI/PreferencesUI.py:5636 flatcamTools/ToolPaint.py:296 +#: flatcamTools/ToolPaint.py:313 msgid "" "How to select Polygons to be painted.\n" "- 'Polygon Selection' - left mouse click to add/remove polygons to be painted.\n" @@ -9537,36 +9556,36 @@ msgid "" "specified by another object." msgstr "" -#: flatcamGUI/PreferencesUI.py:5653 +#: flatcamGUI/PreferencesUI.py:5645 msgid "Sel" msgstr "" -#: flatcamGUI/PreferencesUI.py:5664 +#: flatcamGUI/PreferencesUI.py:5656 msgid "Paint Plotting" msgstr "" -#: flatcamGUI/PreferencesUI.py:5666 +#: flatcamGUI/PreferencesUI.py:5658 msgid "" "- 'Normal' - normal plotting, done at the end of the Paint job\n" "- 'Progressive' - after each shape is generated it will be plotted." msgstr "" -#: flatcamGUI/PreferencesUI.py:5680 +#: flatcamGUI/PreferencesUI.py:5672 msgid "Film Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:5686 +#: flatcamGUI/PreferencesUI.py:5678 msgid "" "Create a PCB film from a Gerber or Geometry\n" "FlatCAM object.\n" "The file is saved in SVG format." msgstr "" -#: flatcamGUI/PreferencesUI.py:5697 +#: flatcamGUI/PreferencesUI.py:5689 msgid "Film Type" msgstr "" -#: flatcamGUI/PreferencesUI.py:5699 flatcamTools/ToolFilm.py:300 +#: flatcamGUI/PreferencesUI.py:5691 flatcamTools/ToolFilm.py:300 msgid "" "Generate a Positive black film or a Negative film.\n" "Positive means that it will print the features\n" @@ -9576,19 +9595,19 @@ msgid "" "The Film format is SVG." msgstr "" -#: flatcamGUI/PreferencesUI.py:5710 +#: flatcamGUI/PreferencesUI.py:5702 msgid "Film Color" msgstr "" -#: flatcamGUI/PreferencesUI.py:5712 +#: flatcamGUI/PreferencesUI.py:5704 msgid "Set the film color when positive film is selected." msgstr "" -#: flatcamGUI/PreferencesUI.py:5735 flatcamTools/ToolFilm.py:316 +#: flatcamGUI/PreferencesUI.py:5727 flatcamTools/ToolFilm.py:316 msgid "Border" msgstr "" -#: flatcamGUI/PreferencesUI.py:5737 flatcamTools/ToolFilm.py:318 +#: flatcamGUI/PreferencesUI.py:5729 flatcamTools/ToolFilm.py:318 msgid "" "Specify a border around the object.\n" "Only for negative film.\n" @@ -9600,124 +9619,124 @@ msgid "" "surroundings if not for this border." msgstr "" -#: flatcamGUI/PreferencesUI.py:5754 flatcamTools/ToolFilm.py:283 +#: flatcamGUI/PreferencesUI.py:5746 flatcamTools/ToolFilm.py:283 msgid "Scale Stroke" msgstr "" -#: flatcamGUI/PreferencesUI.py:5756 flatcamTools/ToolFilm.py:285 +#: flatcamGUI/PreferencesUI.py:5748 flatcamTools/ToolFilm.py:285 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 thinner,\n" "therefore the fine features may be more affected by this parameter." msgstr "" -#: flatcamGUI/PreferencesUI.py:5763 flatcamTools/ToolFilm.py:141 +#: flatcamGUI/PreferencesUI.py:5755 flatcamTools/ToolFilm.py:141 msgid "Film Adjustments" msgstr "" -#: flatcamGUI/PreferencesUI.py:5765 flatcamTools/ToolFilm.py:143 +#: flatcamGUI/PreferencesUI.py:5757 flatcamTools/ToolFilm.py:143 msgid "" "Sometime the printers will distort the print shape, especially the Laser types.\n" "This section provide the tools to compensate for the print distortions." msgstr "" -#: flatcamGUI/PreferencesUI.py:5772 flatcamTools/ToolFilm.py:150 +#: flatcamGUI/PreferencesUI.py:5764 flatcamTools/ToolFilm.py:150 msgid "Scale Film geometry" msgstr "" -#: flatcamGUI/PreferencesUI.py:5774 flatcamTools/ToolFilm.py:152 +#: flatcamGUI/PreferencesUI.py:5766 flatcamTools/ToolFilm.py:152 msgid "" "A value greater than 1 will stretch the film\n" "while a value less than 1 will jolt it." msgstr "" -#: flatcamGUI/PreferencesUI.py:5784 flatcamGUI/PreferencesUI.py:6304 +#: flatcamGUI/PreferencesUI.py:5776 flatcamGUI/PreferencesUI.py:6296 #: flatcamTools/ToolFilm.py:162 flatcamTools/ToolTransform.py:148 msgid "X factor" msgstr "" -#: flatcamGUI/PreferencesUI.py:5793 flatcamGUI/PreferencesUI.py:6317 +#: flatcamGUI/PreferencesUI.py:5785 flatcamGUI/PreferencesUI.py:6309 #: flatcamTools/ToolFilm.py:171 flatcamTools/ToolTransform.py:169 msgid "Y factor" msgstr "" -#: flatcamGUI/PreferencesUI.py:5803 flatcamTools/ToolFilm.py:189 +#: flatcamGUI/PreferencesUI.py:5795 flatcamTools/ToolFilm.py:189 msgid "Skew Film geometry" msgstr "" -#: flatcamGUI/PreferencesUI.py:5805 flatcamTools/ToolFilm.py:191 +#: flatcamGUI/PreferencesUI.py:5797 flatcamTools/ToolFilm.py:191 msgid "" "Positive values will skew to the right\n" "while negative values will skew to the left." msgstr "" -#: flatcamGUI/PreferencesUI.py:5815 flatcamGUI/PreferencesUI.py:6273 +#: flatcamGUI/PreferencesUI.py:5807 flatcamGUI/PreferencesUI.py:6265 #: flatcamTools/ToolFilm.py:201 flatcamTools/ToolTransform.py:98 msgid "X angle" msgstr "" -#: flatcamGUI/PreferencesUI.py:5824 flatcamGUI/PreferencesUI.py:6287 +#: flatcamGUI/PreferencesUI.py:5816 flatcamGUI/PreferencesUI.py:6279 #: flatcamTools/ToolFilm.py:210 flatcamTools/ToolTransform.py:120 msgid "Y angle" msgstr "" -#: flatcamGUI/PreferencesUI.py:5835 flatcamTools/ToolFilm.py:221 +#: flatcamGUI/PreferencesUI.py:5827 flatcamTools/ToolFilm.py:221 msgid "" "The reference point to be used as origin for the skew.\n" "It can be one of the four points of the geometry bounding box." msgstr "" -#: flatcamGUI/PreferencesUI.py:5838 flatcamTools/ToolFiducials.py:87 +#: flatcamGUI/PreferencesUI.py:5830 flatcamTools/ToolFiducials.py:87 #: flatcamTools/ToolFilm.py:224 msgid "Bottom Left" msgstr "" -#: flatcamGUI/PreferencesUI.py:5839 flatcamTools/ToolFilm.py:225 +#: flatcamGUI/PreferencesUI.py:5831 flatcamTools/ToolFilm.py:225 msgid "Top Left" msgstr "" -#: flatcamGUI/PreferencesUI.py:5840 flatcamTools/ToolFilm.py:226 +#: flatcamGUI/PreferencesUI.py:5832 flatcamTools/ToolFilm.py:226 msgid "Bottom Right" msgstr "" -#: flatcamGUI/PreferencesUI.py:5841 flatcamTools/ToolFilm.py:227 +#: flatcamGUI/PreferencesUI.py:5833 flatcamTools/ToolFilm.py:227 msgid "Top right" msgstr "" -#: flatcamGUI/PreferencesUI.py:5849 flatcamTools/ToolFilm.py:244 +#: flatcamGUI/PreferencesUI.py:5841 flatcamTools/ToolFilm.py:244 msgid "Mirror Film geometry" msgstr "" -#: flatcamGUI/PreferencesUI.py:5851 flatcamTools/ToolFilm.py:246 +#: flatcamGUI/PreferencesUI.py:5843 flatcamTools/ToolFilm.py:246 msgid "Mirror the film geometry on the selected axis or on both." msgstr "" -#: flatcamGUI/PreferencesUI.py:5863 flatcamTools/ToolFilm.py:258 +#: flatcamGUI/PreferencesUI.py:5855 flatcamTools/ToolFilm.py:258 msgid "Both" msgstr "" -#: flatcamGUI/PreferencesUI.py:5865 flatcamTools/ToolFilm.py:260 +#: flatcamGUI/PreferencesUI.py:5857 flatcamTools/ToolFilm.py:260 msgid "Mirror axis" msgstr "" -#: flatcamGUI/PreferencesUI.py:5875 flatcamTools/ToolFilm.py:403 +#: flatcamGUI/PreferencesUI.py:5867 flatcamTools/ToolFilm.py:403 msgid "SVG" msgstr "" -#: flatcamGUI/PreferencesUI.py:5876 flatcamTools/ToolFilm.py:404 +#: flatcamGUI/PreferencesUI.py:5868 flatcamTools/ToolFilm.py:404 msgid "PNG" msgstr "" -#: flatcamGUI/PreferencesUI.py:5877 flatcamTools/ToolFilm.py:405 +#: flatcamGUI/PreferencesUI.py:5869 flatcamTools/ToolFilm.py:405 msgid "PDF" msgstr "" -#: flatcamGUI/PreferencesUI.py:5880 flatcamTools/ToolFilm.py:298 +#: flatcamGUI/PreferencesUI.py:5872 flatcamTools/ToolFilm.py:298 #: flatcamTools/ToolFilm.py:408 msgid "Film Type:" msgstr "" -#: flatcamGUI/PreferencesUI.py:5882 flatcamTools/ToolFilm.py:410 +#: flatcamGUI/PreferencesUI.py:5874 flatcamTools/ToolFilm.py:410 msgid "" "The file type of the saved film. Can be:\n" "- 'SVG' -> open-source vectorial format\n" @@ -9725,90 +9744,90 @@ msgid "" "- 'PDF' -> portable document format" msgstr "" -#: flatcamGUI/PreferencesUI.py:5891 flatcamTools/ToolFilm.py:419 +#: flatcamGUI/PreferencesUI.py:5883 flatcamTools/ToolFilm.py:419 msgid "Page Orientation" msgstr "" -#: flatcamGUI/PreferencesUI.py:5904 flatcamTools/ToolFilm.py:432 +#: flatcamGUI/PreferencesUI.py:5896 flatcamTools/ToolFilm.py:432 msgid "Page Size" msgstr "" -#: flatcamGUI/PreferencesUI.py:5905 flatcamTools/ToolFilm.py:433 +#: flatcamGUI/PreferencesUI.py:5897 flatcamTools/ToolFilm.py:433 msgid "A selection of standard ISO 216 page sizes." msgstr "" -#: flatcamGUI/PreferencesUI.py:5977 +#: flatcamGUI/PreferencesUI.py:5969 msgid "Panelize Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:5983 +#: flatcamGUI/PreferencesUI.py:5975 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/PreferencesUI.py:6000 flatcamTools/ToolPanelize.py:160 +#: flatcamGUI/PreferencesUI.py:5992 flatcamTools/ToolPanelize.py:160 msgid "Spacing cols" msgstr "" -#: flatcamGUI/PreferencesUI.py:6002 flatcamTools/ToolPanelize.py:162 +#: flatcamGUI/PreferencesUI.py:5994 flatcamTools/ToolPanelize.py:162 msgid "" "Spacing between columns of the desired panel.\n" "In current units." msgstr "" -#: flatcamGUI/PreferencesUI.py:6014 flatcamTools/ToolPanelize.py:172 +#: flatcamGUI/PreferencesUI.py:6006 flatcamTools/ToolPanelize.py:172 msgid "Spacing rows" msgstr "" -#: flatcamGUI/PreferencesUI.py:6016 flatcamTools/ToolPanelize.py:174 +#: flatcamGUI/PreferencesUI.py:6008 flatcamTools/ToolPanelize.py:174 msgid "" "Spacing between rows of the desired panel.\n" "In current units." msgstr "" -#: flatcamGUI/PreferencesUI.py:6027 flatcamTools/ToolPanelize.py:183 +#: flatcamGUI/PreferencesUI.py:6019 flatcamTools/ToolPanelize.py:183 msgid "Columns" msgstr "" -#: flatcamGUI/PreferencesUI.py:6029 flatcamTools/ToolPanelize.py:185 +#: flatcamGUI/PreferencesUI.py:6021 flatcamTools/ToolPanelize.py:185 msgid "Number of columns of the desired panel" msgstr "" -#: flatcamGUI/PreferencesUI.py:6039 flatcamTools/ToolPanelize.py:193 +#: flatcamGUI/PreferencesUI.py:6031 flatcamTools/ToolPanelize.py:193 msgid "Rows" msgstr "" -#: flatcamGUI/PreferencesUI.py:6041 flatcamTools/ToolPanelize.py:195 +#: flatcamGUI/PreferencesUI.py:6033 flatcamTools/ToolPanelize.py:195 msgid "Number of rows of the desired panel" msgstr "" -#: flatcamGUI/PreferencesUI.py:6047 flatcamTools/ToolCalibration.py:196 +#: flatcamGUI/PreferencesUI.py:6039 flatcamTools/ToolCalibration.py:196 #: flatcamTools/ToolCalibration.py:634 flatcamTools/ToolPanelize.py:201 msgid "Gerber" msgstr "" -#: flatcamGUI/PreferencesUI.py:6048 flatcamTools/ToolPanelize.py:202 +#: flatcamGUI/PreferencesUI.py:6040 flatcamTools/ToolPanelize.py:202 msgid "Geo" msgstr "" -#: flatcamGUI/PreferencesUI.py:6049 flatcamTools/ToolPanelize.py:203 +#: flatcamGUI/PreferencesUI.py:6041 flatcamTools/ToolPanelize.py:203 msgid "Panel Type" msgstr "" -#: flatcamGUI/PreferencesUI.py:6051 +#: flatcamGUI/PreferencesUI.py:6043 msgid "" "Choose the type of object for the panel object:\n" "- Gerber\n" "- Geometry" msgstr "" -#: flatcamGUI/PreferencesUI.py:6060 +#: flatcamGUI/PreferencesUI.py:6052 msgid "Constrain within" msgstr "" -#: flatcamGUI/PreferencesUI.py:6062 flatcamTools/ToolPanelize.py:215 +#: flatcamGUI/PreferencesUI.py:6054 flatcamTools/ToolPanelize.py:215 msgid "" "Area define by DX and DY within to constrain the panel.\n" "DX and DY values are in current units.\n" @@ -9817,142 +9836,142 @@ msgid "" "they fit completely within selected area." msgstr "" -#: flatcamGUI/PreferencesUI.py:6075 flatcamTools/ToolPanelize.py:227 +#: flatcamGUI/PreferencesUI.py:6067 flatcamTools/ToolPanelize.py:227 msgid "Width (DX)" msgstr "" -#: flatcamGUI/PreferencesUI.py:6077 flatcamTools/ToolPanelize.py:229 +#: flatcamGUI/PreferencesUI.py:6069 flatcamTools/ToolPanelize.py:229 msgid "" "The width (DX) within which the panel must fit.\n" "In current units." msgstr "" -#: flatcamGUI/PreferencesUI.py:6088 flatcamTools/ToolPanelize.py:238 +#: flatcamGUI/PreferencesUI.py:6080 flatcamTools/ToolPanelize.py:238 msgid "Height (DY)" msgstr "" -#: flatcamGUI/PreferencesUI.py:6090 flatcamTools/ToolPanelize.py:240 +#: flatcamGUI/PreferencesUI.py:6082 flatcamTools/ToolPanelize.py:240 msgid "" "The height (DY)within which the panel must fit.\n" "In current units." msgstr "" -#: flatcamGUI/PreferencesUI.py:6104 +#: flatcamGUI/PreferencesUI.py:6096 msgid "Calculators Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:6108 flatcamTools/ToolCalculators.py:25 +#: flatcamGUI/PreferencesUI.py:6100 flatcamTools/ToolCalculators.py:25 msgid "V-Shape Tool Calculator" msgstr "" -#: flatcamGUI/PreferencesUI.py:6110 +#: flatcamGUI/PreferencesUI.py:6102 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/PreferencesUI.py:6125 flatcamTools/ToolCalculators.py:94 +#: flatcamGUI/PreferencesUI.py:6117 flatcamTools/ToolCalculators.py:94 msgid "Tip Diameter" msgstr "" -#: flatcamGUI/PreferencesUI.py:6127 flatcamTools/ToolCalculators.py:102 +#: flatcamGUI/PreferencesUI.py:6119 flatcamTools/ToolCalculators.py:102 msgid "" "This is the tool tip diameter.\n" "It is specified by manufacturer." msgstr "" -#: flatcamGUI/PreferencesUI.py:6139 flatcamTools/ToolCalculators.py:105 +#: flatcamGUI/PreferencesUI.py:6131 flatcamTools/ToolCalculators.py:105 msgid "Tip Angle" msgstr "" -#: flatcamGUI/PreferencesUI.py:6141 +#: flatcamGUI/PreferencesUI.py:6133 msgid "" "This is the angle on the tip of the tool.\n" "It is specified by manufacturer." msgstr "" -#: flatcamGUI/PreferencesUI.py:6155 +#: flatcamGUI/PreferencesUI.py:6147 msgid "" "This is depth to cut into material.\n" "In the CNCJob object it is the CutZ parameter." msgstr "" -#: flatcamGUI/PreferencesUI.py:6162 flatcamTools/ToolCalculators.py:27 +#: flatcamGUI/PreferencesUI.py:6154 flatcamTools/ToolCalculators.py:27 msgid "ElectroPlating Calculator" msgstr "" -#: flatcamGUI/PreferencesUI.py:6164 flatcamTools/ToolCalculators.py:158 +#: flatcamGUI/PreferencesUI.py:6156 flatcamTools/ToolCalculators.py:158 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/PreferencesUI.py:6178 flatcamTools/ToolCalculators.py:167 +#: flatcamGUI/PreferencesUI.py:6170 flatcamTools/ToolCalculators.py:167 msgid "Board Length" msgstr "" -#: flatcamGUI/PreferencesUI.py:6180 flatcamTools/ToolCalculators.py:173 +#: flatcamGUI/PreferencesUI.py:6172 flatcamTools/ToolCalculators.py:173 msgid "This is the board length. In centimeters." msgstr "" -#: flatcamGUI/PreferencesUI.py:6190 flatcamTools/ToolCalculators.py:175 +#: flatcamGUI/PreferencesUI.py:6182 flatcamTools/ToolCalculators.py:175 msgid "Board Width" msgstr "" -#: flatcamGUI/PreferencesUI.py:6192 flatcamTools/ToolCalculators.py:181 +#: flatcamGUI/PreferencesUI.py:6184 flatcamTools/ToolCalculators.py:181 msgid "This is the board width.In centimeters." msgstr "" -#: flatcamGUI/PreferencesUI.py:6197 flatcamTools/ToolCalculators.py:183 +#: flatcamGUI/PreferencesUI.py:6189 flatcamTools/ToolCalculators.py:183 msgid "Current Density" msgstr "" -#: flatcamGUI/PreferencesUI.py:6203 flatcamTools/ToolCalculators.py:190 +#: flatcamGUI/PreferencesUI.py:6195 flatcamTools/ToolCalculators.py:190 msgid "" "Current density to pass through the board. \n" "In Amps per Square Feet ASF." msgstr "" -#: flatcamGUI/PreferencesUI.py:6209 flatcamTools/ToolCalculators.py:193 +#: flatcamGUI/PreferencesUI.py:6201 flatcamTools/ToolCalculators.py:193 msgid "Copper Growth" msgstr "" -#: flatcamGUI/PreferencesUI.py:6215 flatcamTools/ToolCalculators.py:200 +#: flatcamGUI/PreferencesUI.py:6207 flatcamTools/ToolCalculators.py:200 msgid "" "How thick the copper growth is intended to be.\n" "In microns." msgstr "" -#: flatcamGUI/PreferencesUI.py:6228 +#: flatcamGUI/PreferencesUI.py:6220 msgid "Transform Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:6234 +#: flatcamGUI/PreferencesUI.py:6226 msgid "" "Various transformations that can be applied\n" "on a FlatCAM object." msgstr "" -#: flatcamGUI/PreferencesUI.py:6265 +#: flatcamGUI/PreferencesUI.py:6257 msgid "Skew" msgstr "" -#: flatcamGUI/PreferencesUI.py:6306 flatcamTools/ToolTransform.py:150 +#: flatcamGUI/PreferencesUI.py:6298 flatcamTools/ToolTransform.py:150 msgid "Factor for scaling on X axis." msgstr "" -#: flatcamGUI/PreferencesUI.py:6319 flatcamTools/ToolTransform.py:171 +#: flatcamGUI/PreferencesUI.py:6311 flatcamTools/ToolTransform.py:171 msgid "Factor for scaling on Y axis." msgstr "" -#: flatcamGUI/PreferencesUI.py:6327 flatcamTools/ToolTransform.py:194 +#: flatcamGUI/PreferencesUI.py:6319 flatcamTools/ToolTransform.py:194 msgid "" "Scale the selected object(s)\n" "using the Scale_X factor for both axis." msgstr "" -#: flatcamGUI/PreferencesUI.py:6335 flatcamTools/ToolTransform.py:202 +#: flatcamGUI/PreferencesUI.py:6327 flatcamTools/ToolTransform.py:202 msgid "" "Scale the selected object(s)\n" "using the origin reference when checked,\n" @@ -9960,32 +9979,32 @@ msgid "" "of the selected objects when unchecked." msgstr "" -#: flatcamGUI/PreferencesUI.py:6351 flatcamTools/ToolTransform.py:217 +#: flatcamGUI/PreferencesUI.py:6343 flatcamTools/ToolTransform.py:217 msgid "X val" msgstr "" -#: flatcamGUI/PreferencesUI.py:6353 flatcamTools/ToolTransform.py:219 +#: flatcamGUI/PreferencesUI.py:6345 flatcamTools/ToolTransform.py:219 msgid "Distance to offset on X axis. In current units." msgstr "" -#: flatcamGUI/PreferencesUI.py:6364 flatcamTools/ToolTransform.py:238 +#: flatcamGUI/PreferencesUI.py:6356 flatcamTools/ToolTransform.py:238 msgid "Y val" msgstr "" -#: flatcamGUI/PreferencesUI.py:6366 flatcamTools/ToolTransform.py:240 +#: flatcamGUI/PreferencesUI.py:6358 flatcamTools/ToolTransform.py:240 msgid "Distance to offset on Y axis. In current units." msgstr "" -#: flatcamGUI/PreferencesUI.py:6372 flatcamTools/ToolDblSided.py:62 +#: flatcamGUI/PreferencesUI.py:6364 flatcamTools/ToolDblSided.py:62 #: flatcamTools/ToolDblSided.py:90 flatcamTools/ToolDblSided.py:120 msgid "Mirror" msgstr "" -#: flatcamGUI/PreferencesUI.py:6376 flatcamTools/ToolTransform.py:285 +#: flatcamGUI/PreferencesUI.py:6368 flatcamTools/ToolTransform.py:285 msgid "Mirror Reference" msgstr "" -#: flatcamGUI/PreferencesUI.py:6378 flatcamTools/ToolTransform.py:287 +#: flatcamGUI/PreferencesUI.py:6370 flatcamTools/ToolTransform.py:287 msgid "" "Flip the selected object(s)\n" "around the point in Point Entry Field.\n" @@ -9998,23 +10017,23 @@ msgid "" "Point Entry field and click Flip on X(Y)" msgstr "" -#: flatcamGUI/PreferencesUI.py:6389 +#: flatcamGUI/PreferencesUI.py:6381 msgid "Mirror Reference point" msgstr "" -#: flatcamGUI/PreferencesUI.py:6391 +#: flatcamGUI/PreferencesUI.py:6383 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/PreferencesUI.py:6404 flatcamTools/ToolDistance.py:355 +#: flatcamGUI/PreferencesUI.py:6396 flatcamTools/ToolDistance.py:355 #: flatcamTools/ToolDistanceMin.py:284 flatcamTools/ToolTransform.py:332 msgid "Distance" msgstr "" -#: flatcamGUI/PreferencesUI.py:6406 flatcamTools/ToolTransform.py:334 +#: flatcamGUI/PreferencesUI.py:6398 flatcamTools/ToolTransform.py:334 msgid "" "A positive value will create the effect of dilation,\n" "while a negative value will create the effect of erosion.\n" @@ -10022,12 +10041,12 @@ msgid "" "or decreased with the 'distance'." msgstr "" -#: flatcamGUI/PreferencesUI.py:6422 flatcamGUI/PreferencesUI.py:7065 +#: flatcamGUI/PreferencesUI.py:6414 flatcamGUI/PreferencesUI.py:7057 #: flatcamTools/ToolQRCode.py:197 flatcamTools/ToolTransform.py:361 msgid "Rounded" msgstr "" -#: flatcamGUI/PreferencesUI.py:6424 flatcamTools/ToolTransform.py:363 +#: flatcamGUI/PreferencesUI.py:6416 flatcamTools/ToolTransform.py:363 msgid "" "If checked then the buffer will surround the buffered shape,\n" "every corner will be rounded.\n" @@ -10035,180 +10054,180 @@ msgid "" "of the buffered shape." msgstr "" -#: flatcamGUI/PreferencesUI.py:6442 +#: flatcamGUI/PreferencesUI.py:6434 msgid "SolderPaste Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:6448 +#: flatcamGUI/PreferencesUI.py:6440 msgid "" "A tool to create GCode for dispensing\n" "solder paste onto a PCB." msgstr "" -#: flatcamGUI/PreferencesUI.py:6459 +#: flatcamGUI/PreferencesUI.py:6451 msgid "Diameters of nozzle tools, separated by ','" msgstr "" -#: flatcamGUI/PreferencesUI.py:6467 +#: flatcamGUI/PreferencesUI.py:6459 msgid "New Nozzle Dia" msgstr "" -#: flatcamGUI/PreferencesUI.py:6469 flatcamTools/ToolSolderPaste.py:106 +#: flatcamGUI/PreferencesUI.py:6461 flatcamTools/ToolSolderPaste.py:106 msgid "Diameter for the new Nozzle tool to add in the Tool Table" msgstr "" -#: flatcamGUI/PreferencesUI.py:6485 flatcamTools/ToolSolderPaste.py:182 +#: flatcamGUI/PreferencesUI.py:6477 flatcamTools/ToolSolderPaste.py:182 msgid "Z Dispense Start" msgstr "" -#: flatcamGUI/PreferencesUI.py:6487 flatcamTools/ToolSolderPaste.py:184 +#: flatcamGUI/PreferencesUI.py:6479 flatcamTools/ToolSolderPaste.py:184 msgid "The height (Z) when solder paste dispensing starts." msgstr "" -#: flatcamGUI/PreferencesUI.py:6498 flatcamTools/ToolSolderPaste.py:194 +#: flatcamGUI/PreferencesUI.py:6490 flatcamTools/ToolSolderPaste.py:194 msgid "Z Dispense" msgstr "" -#: flatcamGUI/PreferencesUI.py:6500 flatcamTools/ToolSolderPaste.py:196 +#: flatcamGUI/PreferencesUI.py:6492 flatcamTools/ToolSolderPaste.py:196 msgid "The height (Z) when doing solder paste dispensing." msgstr "" -#: flatcamGUI/PreferencesUI.py:6511 flatcamTools/ToolSolderPaste.py:206 +#: flatcamGUI/PreferencesUI.py:6503 flatcamTools/ToolSolderPaste.py:206 msgid "Z Dispense Stop" msgstr "" -#: flatcamGUI/PreferencesUI.py:6513 flatcamTools/ToolSolderPaste.py:208 +#: flatcamGUI/PreferencesUI.py:6505 flatcamTools/ToolSolderPaste.py:208 msgid "The height (Z) when solder paste dispensing stops." msgstr "" -#: flatcamGUI/PreferencesUI.py:6524 flatcamTools/ToolSolderPaste.py:218 +#: flatcamGUI/PreferencesUI.py:6516 flatcamTools/ToolSolderPaste.py:218 msgid "Z Travel" msgstr "" -#: flatcamGUI/PreferencesUI.py:6526 flatcamTools/ToolSolderPaste.py:220 +#: flatcamGUI/PreferencesUI.py:6518 flatcamTools/ToolSolderPaste.py:220 msgid "" "The height (Z) for travel between pads\n" "(without dispensing solder paste)." msgstr "" -#: flatcamGUI/PreferencesUI.py:6538 flatcamTools/ToolSolderPaste.py:231 +#: flatcamGUI/PreferencesUI.py:6530 flatcamTools/ToolSolderPaste.py:231 msgid "Z Toolchange" msgstr "" -#: flatcamGUI/PreferencesUI.py:6540 flatcamTools/ToolSolderPaste.py:233 +#: flatcamGUI/PreferencesUI.py:6532 flatcamTools/ToolSolderPaste.py:233 msgid "The height (Z) for tool (nozzle) change." msgstr "" -#: flatcamGUI/PreferencesUI.py:6549 flatcamTools/ToolSolderPaste.py:241 +#: flatcamGUI/PreferencesUI.py:6541 flatcamTools/ToolSolderPaste.py:241 msgid "" "The X,Y location for tool (nozzle) change.\n" "The format is (x, y) where x and y are real numbers." msgstr "" -#: flatcamGUI/PreferencesUI.py:6563 flatcamTools/ToolSolderPaste.py:254 +#: flatcamGUI/PreferencesUI.py:6555 flatcamTools/ToolSolderPaste.py:254 msgid "Feedrate (speed) while moving on the X-Y plane." msgstr "" -#: flatcamGUI/PreferencesUI.py:6576 flatcamTools/ToolSolderPaste.py:266 +#: flatcamGUI/PreferencesUI.py:6568 flatcamTools/ToolSolderPaste.py:266 msgid "" "Feedrate (speed) while moving vertically\n" "(on Z plane)." msgstr "" -#: flatcamGUI/PreferencesUI.py:6588 flatcamTools/ToolSolderPaste.py:277 +#: flatcamGUI/PreferencesUI.py:6580 flatcamTools/ToolSolderPaste.py:277 msgid "Feedrate Z Dispense" msgstr "" -#: flatcamGUI/PreferencesUI.py:6590 +#: flatcamGUI/PreferencesUI.py:6582 msgid "" "Feedrate (speed) while moving up vertically\n" "to Dispense position (on Z plane)." msgstr "" -#: flatcamGUI/PreferencesUI.py:6601 flatcamTools/ToolSolderPaste.py:289 +#: flatcamGUI/PreferencesUI.py:6593 flatcamTools/ToolSolderPaste.py:289 msgid "Spindle Speed FWD" msgstr "" -#: flatcamGUI/PreferencesUI.py:6603 flatcamTools/ToolSolderPaste.py:291 +#: flatcamGUI/PreferencesUI.py:6595 flatcamTools/ToolSolderPaste.py:291 msgid "" "The dispenser speed while pushing solder paste\n" "through the dispenser nozzle." msgstr "" -#: flatcamGUI/PreferencesUI.py:6615 flatcamTools/ToolSolderPaste.py:302 +#: flatcamGUI/PreferencesUI.py:6607 flatcamTools/ToolSolderPaste.py:302 msgid "Dwell FWD" msgstr "" -#: flatcamGUI/PreferencesUI.py:6617 flatcamTools/ToolSolderPaste.py:304 +#: flatcamGUI/PreferencesUI.py:6609 flatcamTools/ToolSolderPaste.py:304 msgid "Pause after solder dispensing." msgstr "" -#: flatcamGUI/PreferencesUI.py:6627 flatcamTools/ToolSolderPaste.py:313 +#: flatcamGUI/PreferencesUI.py:6619 flatcamTools/ToolSolderPaste.py:313 msgid "Spindle Speed REV" msgstr "" -#: flatcamGUI/PreferencesUI.py:6629 flatcamTools/ToolSolderPaste.py:315 +#: flatcamGUI/PreferencesUI.py:6621 flatcamTools/ToolSolderPaste.py:315 msgid "" "The dispenser speed while retracting solder paste\n" "through the dispenser nozzle." msgstr "" -#: flatcamGUI/PreferencesUI.py:6641 flatcamTools/ToolSolderPaste.py:326 +#: flatcamGUI/PreferencesUI.py:6633 flatcamTools/ToolSolderPaste.py:326 msgid "Dwell REV" msgstr "" -#: flatcamGUI/PreferencesUI.py:6643 flatcamTools/ToolSolderPaste.py:328 +#: flatcamGUI/PreferencesUI.py:6635 flatcamTools/ToolSolderPaste.py:328 msgid "" "Pause after solder paste dispenser retracted,\n" "to allow pressure equilibrium." msgstr "" -#: flatcamGUI/PreferencesUI.py:6652 flatcamTools/ToolSolderPaste.py:336 +#: flatcamGUI/PreferencesUI.py:6644 flatcamTools/ToolSolderPaste.py:336 msgid "Files that control the GCode generation." msgstr "" -#: flatcamGUI/PreferencesUI.py:6667 +#: flatcamGUI/PreferencesUI.py:6659 msgid "Substractor Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:6673 +#: flatcamGUI/PreferencesUI.py:6665 msgid "" "A tool to substract one Gerber or Geometry object\n" "from another of the same type." msgstr "" -#: flatcamGUI/PreferencesUI.py:6678 flatcamTools/ToolSub.py:149 +#: flatcamGUI/PreferencesUI.py:6670 flatcamTools/ToolSub.py:149 msgid "Close paths" msgstr "" -#: flatcamGUI/PreferencesUI.py:6679 +#: flatcamGUI/PreferencesUI.py:6671 msgid "Checking this will close the paths cut by the Geometry substractor object." msgstr "" -#: flatcamGUI/PreferencesUI.py:6690 +#: flatcamGUI/PreferencesUI.py:6682 msgid "Check Rules Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:6695 +#: flatcamGUI/PreferencesUI.py:6687 msgid "" "A tool to check if Gerber files are within a set\n" "of Manufacturing Rules." msgstr "" -#: flatcamGUI/PreferencesUI.py:6705 flatcamTools/ToolRulesCheck.py:256 +#: flatcamGUI/PreferencesUI.py:6697 flatcamTools/ToolRulesCheck.py:256 #: flatcamTools/ToolRulesCheck.py:920 msgid "Trace Size" msgstr "" -#: flatcamGUI/PreferencesUI.py:6707 flatcamTools/ToolRulesCheck.py:258 +#: flatcamGUI/PreferencesUI.py:6699 flatcamTools/ToolRulesCheck.py:258 msgid "This checks if the minimum size for traces is met." msgstr "" -#: flatcamGUI/PreferencesUI.py:6717 flatcamGUI/PreferencesUI.py:6737 -#: flatcamGUI/PreferencesUI.py:6757 flatcamGUI/PreferencesUI.py:6777 -#: flatcamGUI/PreferencesUI.py:6797 flatcamGUI/PreferencesUI.py:6817 -#: flatcamGUI/PreferencesUI.py:6837 flatcamGUI/PreferencesUI.py:6857 -#: flatcamGUI/PreferencesUI.py:6879 flatcamGUI/PreferencesUI.py:6899 +#: flatcamGUI/PreferencesUI.py:6709 flatcamGUI/PreferencesUI.py:6729 +#: flatcamGUI/PreferencesUI.py:6749 flatcamGUI/PreferencesUI.py:6769 +#: flatcamGUI/PreferencesUI.py:6789 flatcamGUI/PreferencesUI.py:6809 +#: flatcamGUI/PreferencesUI.py:6829 flatcamGUI/PreferencesUI.py:6849 +#: flatcamGUI/PreferencesUI.py:6871 flatcamGUI/PreferencesUI.py:6891 #: flatcamTools/ToolRulesCheck.py:268 flatcamTools/ToolRulesCheck.py:290 #: flatcamTools/ToolRulesCheck.py:313 flatcamTools/ToolRulesCheck.py:336 #: flatcamTools/ToolRulesCheck.py:359 flatcamTools/ToolRulesCheck.py:382 @@ -10217,173 +10236,173 @@ msgstr "" msgid "Min value" msgstr "" -#: flatcamGUI/PreferencesUI.py:6719 flatcamTools/ToolRulesCheck.py:270 +#: flatcamGUI/PreferencesUI.py:6711 flatcamTools/ToolRulesCheck.py:270 msgid "Minimum acceptable trace size." msgstr "" -#: flatcamGUI/PreferencesUI.py:6724 flatcamTools/ToolRulesCheck.py:277 +#: flatcamGUI/PreferencesUI.py:6716 flatcamTools/ToolRulesCheck.py:277 #: flatcamTools/ToolRulesCheck.py:1148 flatcamTools/ToolRulesCheck.py:1178 msgid "Copper to Copper clearance" msgstr "" -#: flatcamGUI/PreferencesUI.py:6726 flatcamTools/ToolRulesCheck.py:279 +#: flatcamGUI/PreferencesUI.py:6718 flatcamTools/ToolRulesCheck.py:279 msgid "" "This checks if the minimum clearance between copper\n" "features is met." msgstr "" -#: flatcamGUI/PreferencesUI.py:6739 flatcamGUI/PreferencesUI.py:6759 -#: flatcamGUI/PreferencesUI.py:6779 flatcamGUI/PreferencesUI.py:6799 -#: flatcamGUI/PreferencesUI.py:6819 flatcamGUI/PreferencesUI.py:6839 -#: flatcamGUI/PreferencesUI.py:6901 flatcamTools/ToolRulesCheck.py:292 +#: flatcamGUI/PreferencesUI.py:6731 flatcamGUI/PreferencesUI.py:6751 +#: flatcamGUI/PreferencesUI.py:6771 flatcamGUI/PreferencesUI.py:6791 +#: flatcamGUI/PreferencesUI.py:6811 flatcamGUI/PreferencesUI.py:6831 +#: flatcamGUI/PreferencesUI.py:6893 flatcamTools/ToolRulesCheck.py:292 #: flatcamTools/ToolRulesCheck.py:315 flatcamTools/ToolRulesCheck.py:338 #: flatcamTools/ToolRulesCheck.py:361 flatcamTools/ToolRulesCheck.py:384 #: flatcamTools/ToolRulesCheck.py:407 flatcamTools/ToolRulesCheck.py:455 msgid "Minimum acceptable clearance value." msgstr "" -#: flatcamGUI/PreferencesUI.py:6744 flatcamTools/ToolRulesCheck.py:300 +#: flatcamGUI/PreferencesUI.py:6736 flatcamTools/ToolRulesCheck.py:300 #: flatcamTools/ToolRulesCheck.py:1208 flatcamTools/ToolRulesCheck.py:1214 #: flatcamTools/ToolRulesCheck.py:1227 flatcamTools/ToolRulesCheck.py:1234 msgid "Copper to Outline clearance" msgstr "" -#: flatcamGUI/PreferencesUI.py:6746 flatcamTools/ToolRulesCheck.py:302 +#: flatcamGUI/PreferencesUI.py:6738 flatcamTools/ToolRulesCheck.py:302 msgid "" "This checks if the minimum clearance between copper\n" "features and the outline is met." msgstr "" -#: flatcamGUI/PreferencesUI.py:6764 flatcamTools/ToolRulesCheck.py:323 +#: flatcamGUI/PreferencesUI.py:6756 flatcamTools/ToolRulesCheck.py:323 msgid "Silk to Silk Clearance" msgstr "" -#: flatcamGUI/PreferencesUI.py:6766 flatcamTools/ToolRulesCheck.py:325 +#: flatcamGUI/PreferencesUI.py:6758 flatcamTools/ToolRulesCheck.py:325 msgid "" "This checks if the minimum clearance between silkscreen\n" "features and silkscreen features is met." msgstr "" -#: flatcamGUI/PreferencesUI.py:6784 flatcamTools/ToolRulesCheck.py:346 +#: flatcamGUI/PreferencesUI.py:6776 flatcamTools/ToolRulesCheck.py:346 #: flatcamTools/ToolRulesCheck.py:1317 flatcamTools/ToolRulesCheck.py:1323 #: flatcamTools/ToolRulesCheck.py:1341 msgid "Silk to Solder Mask Clearance" msgstr "" -#: flatcamGUI/PreferencesUI.py:6786 flatcamTools/ToolRulesCheck.py:348 +#: flatcamGUI/PreferencesUI.py:6778 flatcamTools/ToolRulesCheck.py:348 msgid "" "This checks if the minimum clearance between silkscreen\n" "features and soldermask features is met." msgstr "" -#: flatcamGUI/PreferencesUI.py:6804 flatcamTools/ToolRulesCheck.py:369 +#: flatcamGUI/PreferencesUI.py:6796 flatcamTools/ToolRulesCheck.py:369 #: flatcamTools/ToolRulesCheck.py:1371 flatcamTools/ToolRulesCheck.py:1377 #: flatcamTools/ToolRulesCheck.py:1391 flatcamTools/ToolRulesCheck.py:1398 msgid "Silk to Outline Clearance" msgstr "" -#: flatcamGUI/PreferencesUI.py:6806 flatcamTools/ToolRulesCheck.py:371 +#: flatcamGUI/PreferencesUI.py:6798 flatcamTools/ToolRulesCheck.py:371 msgid "" "This checks if the minimum clearance between silk\n" "features and the outline is met." msgstr "" -#: flatcamGUI/PreferencesUI.py:6824 flatcamTools/ToolRulesCheck.py:392 +#: flatcamGUI/PreferencesUI.py:6816 flatcamTools/ToolRulesCheck.py:392 #: flatcamTools/ToolRulesCheck.py:1409 flatcamTools/ToolRulesCheck.py:1436 msgid "Minimum Solder Mask Sliver" msgstr "" -#: flatcamGUI/PreferencesUI.py:6826 flatcamTools/ToolRulesCheck.py:394 +#: flatcamGUI/PreferencesUI.py:6818 flatcamTools/ToolRulesCheck.py:394 msgid "" "This checks if the minimum clearance between soldermask\n" "features and soldermask features is met." msgstr "" -#: flatcamGUI/PreferencesUI.py:6844 flatcamTools/ToolRulesCheck.py:415 +#: flatcamGUI/PreferencesUI.py:6836 flatcamTools/ToolRulesCheck.py:415 #: flatcamTools/ToolRulesCheck.py:1474 flatcamTools/ToolRulesCheck.py:1480 #: flatcamTools/ToolRulesCheck.py:1496 flatcamTools/ToolRulesCheck.py:1503 msgid "Minimum Annular Ring" msgstr "" -#: flatcamGUI/PreferencesUI.py:6846 flatcamTools/ToolRulesCheck.py:417 +#: flatcamGUI/PreferencesUI.py:6838 flatcamTools/ToolRulesCheck.py:417 msgid "" "This checks if the minimum copper ring left by drilling\n" "a hole into a pad is met." msgstr "" -#: flatcamGUI/PreferencesUI.py:6859 flatcamTools/ToolRulesCheck.py:430 +#: flatcamGUI/PreferencesUI.py:6851 flatcamTools/ToolRulesCheck.py:430 msgid "Minimum acceptable ring value." msgstr "" -#: flatcamGUI/PreferencesUI.py:6866 flatcamTools/ToolRulesCheck.py:440 +#: flatcamGUI/PreferencesUI.py:6858 flatcamTools/ToolRulesCheck.py:440 #: flatcamTools/ToolRulesCheck.py:864 msgid "Hole to Hole Clearance" msgstr "" -#: flatcamGUI/PreferencesUI.py:6868 flatcamTools/ToolRulesCheck.py:442 +#: flatcamGUI/PreferencesUI.py:6860 flatcamTools/ToolRulesCheck.py:442 msgid "" "This checks if the minimum clearance between a drill hole\n" "and another drill hole is met." msgstr "" -#: flatcamGUI/PreferencesUI.py:6881 flatcamTools/ToolRulesCheck.py:478 +#: flatcamGUI/PreferencesUI.py:6873 flatcamTools/ToolRulesCheck.py:478 msgid "Minimum acceptable drill size." msgstr "" -#: flatcamGUI/PreferencesUI.py:6886 flatcamTools/ToolRulesCheck.py:463 +#: flatcamGUI/PreferencesUI.py:6878 flatcamTools/ToolRulesCheck.py:463 #: flatcamTools/ToolRulesCheck.py:838 msgid "Hole Size" msgstr "" -#: flatcamGUI/PreferencesUI.py:6888 flatcamTools/ToolRulesCheck.py:465 +#: flatcamGUI/PreferencesUI.py:6880 flatcamTools/ToolRulesCheck.py:465 msgid "" "This checks if the drill holes\n" "sizes are above the threshold." msgstr "" -#: flatcamGUI/PreferencesUI.py:6913 +#: flatcamGUI/PreferencesUI.py:6905 msgid "Optimal Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:6919 +#: flatcamGUI/PreferencesUI.py:6911 msgid "" "A tool to find the minimum distance between\n" "every two Gerber geometric elements" msgstr "" -#: flatcamGUI/PreferencesUI.py:6934 flatcamTools/ToolOptimal.py:78 +#: flatcamGUI/PreferencesUI.py:6926 flatcamTools/ToolOptimal.py:78 msgid "Precision" msgstr "" -#: flatcamGUI/PreferencesUI.py:6936 +#: flatcamGUI/PreferencesUI.py:6928 msgid "Number of decimals for the distances and coordinates in this tool." msgstr "" -#: flatcamGUI/PreferencesUI.py:6950 +#: flatcamGUI/PreferencesUI.py:6942 msgid "QRCode Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:6956 +#: flatcamGUI/PreferencesUI.py:6948 msgid "" "A tool to create a QRCode that can be inserted\n" "into a selected Gerber file, or it can be exported as a file." msgstr "" -#: flatcamGUI/PreferencesUI.py:6968 flatcamTools/ToolQRCode.py:99 +#: flatcamGUI/PreferencesUI.py:6960 flatcamTools/ToolQRCode.py:99 msgid "Version" msgstr "" -#: flatcamGUI/PreferencesUI.py:6970 flatcamTools/ToolQRCode.py:101 +#: flatcamGUI/PreferencesUI.py:6962 flatcamTools/ToolQRCode.py:101 msgid "" "QRCode version can have values from 1 (21x21 boxes)\n" "to 40 (177x177 boxes)." msgstr "" -#: flatcamGUI/PreferencesUI.py:6981 flatcamTools/ToolQRCode.py:112 +#: flatcamGUI/PreferencesUI.py:6973 flatcamTools/ToolQRCode.py:112 msgid "Error correction" msgstr "" -#: flatcamGUI/PreferencesUI.py:6983 flatcamGUI/PreferencesUI.py:6994 +#: flatcamGUI/PreferencesUI.py:6975 flatcamGUI/PreferencesUI.py:6986 #: flatcamTools/ToolQRCode.py:114 flatcamTools/ToolQRCode.py:125 #, python-format msgid "" @@ -10394,60 +10413,60 @@ msgid "" "H = maximum 30%% errors can be corrected." msgstr "" -#: flatcamGUI/PreferencesUI.py:7004 flatcamTools/ToolQRCode.py:135 +#: flatcamGUI/PreferencesUI.py:6996 flatcamTools/ToolQRCode.py:135 msgid "Box Size" msgstr "" -#: flatcamGUI/PreferencesUI.py:7006 flatcamTools/ToolQRCode.py:137 +#: flatcamGUI/PreferencesUI.py:6998 flatcamTools/ToolQRCode.py:137 msgid "" "Box size control the overall size of the QRcode\n" "by adjusting the size of each box in the code." msgstr "" -#: flatcamGUI/PreferencesUI.py:7017 flatcamTools/ToolQRCode.py:148 +#: flatcamGUI/PreferencesUI.py:7009 flatcamTools/ToolQRCode.py:148 msgid "Border Size" msgstr "" -#: flatcamGUI/PreferencesUI.py:7019 flatcamTools/ToolQRCode.py:150 +#: flatcamGUI/PreferencesUI.py:7011 flatcamTools/ToolQRCode.py:150 msgid "" "Size of the QRCode border. How many boxes thick is the border.\n" "Default value is 4. The width of the clearance around the QRCode." msgstr "" -#: flatcamGUI/PreferencesUI.py:7030 flatcamTools/ToolQRCode.py:162 +#: flatcamGUI/PreferencesUI.py:7022 flatcamTools/ToolQRCode.py:162 msgid "QRCode Data" msgstr "" -#: flatcamGUI/PreferencesUI.py:7032 flatcamTools/ToolQRCode.py:164 +#: flatcamGUI/PreferencesUI.py:7024 flatcamTools/ToolQRCode.py:164 msgid "QRCode Data. Alphanumeric text to be encoded in the QRCode." msgstr "" -#: flatcamGUI/PreferencesUI.py:7036 flatcamTools/ToolQRCode.py:168 +#: flatcamGUI/PreferencesUI.py:7028 flatcamTools/ToolQRCode.py:168 msgid "Add here the text to be included in the QRCode..." msgstr "" -#: flatcamGUI/PreferencesUI.py:7042 flatcamTools/ToolQRCode.py:174 +#: flatcamGUI/PreferencesUI.py:7034 flatcamTools/ToolQRCode.py:174 msgid "Polarity" msgstr "" -#: flatcamGUI/PreferencesUI.py:7044 flatcamTools/ToolQRCode.py:176 +#: flatcamGUI/PreferencesUI.py:7036 flatcamTools/ToolQRCode.py:176 msgid "" "Choose the polarity of the QRCode.\n" "It can be drawn in a negative way (squares are clear)\n" "or in a positive way (squares are opaque)." msgstr "" -#: flatcamGUI/PreferencesUI.py:7048 flatcamTools/ToolFilm.py:296 +#: flatcamGUI/PreferencesUI.py:7040 flatcamTools/ToolFilm.py:296 #: flatcamTools/ToolQRCode.py:180 msgid "Negative" msgstr "" -#: flatcamGUI/PreferencesUI.py:7049 flatcamTools/ToolFilm.py:295 +#: flatcamGUI/PreferencesUI.py:7041 flatcamTools/ToolFilm.py:295 #: flatcamTools/ToolQRCode.py:181 msgid "Positive" msgstr "" -#: flatcamGUI/PreferencesUI.py:7051 flatcamTools/ToolQRCode.py:183 +#: flatcamGUI/PreferencesUI.py:7043 flatcamTools/ToolQRCode.py:183 msgid "" "Choose the type of QRCode to be created.\n" "If added on a Silkscreen Gerber file the QRCode may\n" @@ -10455,71 +10474,71 @@ msgid "" "file then perhaps the QRCode can be added as negative." msgstr "" -#: flatcamGUI/PreferencesUI.py:7062 flatcamGUI/PreferencesUI.py:7068 +#: flatcamGUI/PreferencesUI.py:7054 flatcamGUI/PreferencesUI.py:7060 #: flatcamTools/ToolQRCode.py:194 flatcamTools/ToolQRCode.py:200 msgid "" "The bounding box, meaning the empty space that surrounds\n" "the QRCode geometry, can have a rounded or a square shape." msgstr "" -#: flatcamGUI/PreferencesUI.py:7075 flatcamTools/ToolQRCode.py:228 +#: flatcamGUI/PreferencesUI.py:7067 flatcamTools/ToolQRCode.py:228 msgid "Fill Color" msgstr "" -#: flatcamGUI/PreferencesUI.py:7077 flatcamTools/ToolQRCode.py:230 +#: flatcamGUI/PreferencesUI.py:7069 flatcamTools/ToolQRCode.py:230 msgid "Set the QRCode fill color (squares color)." msgstr "" -#: flatcamGUI/PreferencesUI.py:7096 flatcamTools/ToolQRCode.py:252 +#: flatcamGUI/PreferencesUI.py:7088 flatcamTools/ToolQRCode.py:252 msgid "Back Color" msgstr "" -#: flatcamGUI/PreferencesUI.py:7098 flatcamTools/ToolQRCode.py:254 +#: flatcamGUI/PreferencesUI.py:7090 flatcamTools/ToolQRCode.py:254 msgid "Set the QRCode background color." msgstr "" -#: flatcamGUI/PreferencesUI.py:7138 +#: flatcamGUI/PreferencesUI.py:7130 msgid "Copper Thieving Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:7150 +#: flatcamGUI/PreferencesUI.py:7142 msgid "" "A tool to generate a Copper Thieving that can be added\n" "to a selected Gerber file." msgstr "" -#: flatcamGUI/PreferencesUI.py:7158 +#: flatcamGUI/PreferencesUI.py:7150 msgid "Number of steps (lines) used to interpolate circles." msgstr "" -#: flatcamGUI/PreferencesUI.py:7168 flatcamGUI/PreferencesUI.py:7372 +#: flatcamGUI/PreferencesUI.py:7160 flatcamGUI/PreferencesUI.py:7364 #: flatcamTools/ToolCopperThieving.py:96 flatcamTools/ToolCopperThieving.py:429 msgid "Clearance" msgstr "" -#: flatcamGUI/PreferencesUI.py:7170 +#: flatcamGUI/PreferencesUI.py:7162 msgid "" "This set the distance between the copper Thieving components\n" "(the polygon fill may be split in multiple polygons)\n" "and the copper traces in the Gerber file." msgstr "" -#: flatcamGUI/PreferencesUI.py:7198 flatcamTools/ToolCopperThieving.py:126 -#: flatcamTools/ToolNonCopperClear.py:436 flatcamTools/ToolPaint.py:314 +#: flatcamGUI/PreferencesUI.py:7190 flatcamTools/ToolCopperThieving.py:126 +#: flatcamTools/ToolNonCopperClear.py:430 flatcamTools/ToolPaint.py:308 msgid "Area Selection" msgstr "" -#: flatcamGUI/PreferencesUI.py:7199 flatcamTools/ToolCopperThieving.py:127 -#: flatcamTools/ToolNonCopperClear.py:437 flatcamTools/ToolPaint.py:316 +#: flatcamGUI/PreferencesUI.py:7191 flatcamTools/ToolCopperThieving.py:127 +#: flatcamTools/ToolNonCopperClear.py:431 flatcamTools/ToolPaint.py:310 msgid "Reference Object" msgstr "" -#: flatcamGUI/PreferencesUI.py:7201 flatcamTools/ToolCopperThieving.py:129 -#: flatcamTools/ToolNonCopperClear.py:439 +#: flatcamGUI/PreferencesUI.py:7193 flatcamTools/ToolCopperThieving.py:129 +#: flatcamTools/ToolNonCopperClear.py:433 msgid "Reference:" msgstr "" -#: flatcamGUI/PreferencesUI.py:7203 +#: flatcamGUI/PreferencesUI.py:7195 msgid "" "- 'Itself' - the copper Thieving extent is based on the object extent.\n" "- 'Area Selection' - left mouse click to start selection of the area to be filled.\n" @@ -10527,42 +10546,42 @@ msgid "" "object." msgstr "" -#: flatcamGUI/PreferencesUI.py:7212 flatcamTools/ToolCopperThieving.py:170 +#: flatcamGUI/PreferencesUI.py:7204 flatcamTools/ToolCopperThieving.py:170 msgid "Rectangular" msgstr "" -#: flatcamGUI/PreferencesUI.py:7213 flatcamTools/ToolCopperThieving.py:171 +#: flatcamGUI/PreferencesUI.py:7205 flatcamTools/ToolCopperThieving.py:171 msgid "Minimal" msgstr "" -#: flatcamGUI/PreferencesUI.py:7215 flatcamTools/ToolCopperThieving.py:173 +#: flatcamGUI/PreferencesUI.py:7207 flatcamTools/ToolCopperThieving.py:173 #: flatcamTools/ToolFilm.py:113 msgid "Box Type:" msgstr "" -#: flatcamGUI/PreferencesUI.py:7217 flatcamTools/ToolCopperThieving.py:175 +#: flatcamGUI/PreferencesUI.py:7209 flatcamTools/ToolCopperThieving.py:175 msgid "" "- 'Rectangular' - the bounding box will be of rectangular shape.\n" "- 'Minimal' - the bounding box will be the convex hull shape." msgstr "" -#: flatcamGUI/PreferencesUI.py:7231 flatcamTools/ToolCopperThieving.py:191 +#: flatcamGUI/PreferencesUI.py:7223 flatcamTools/ToolCopperThieving.py:191 msgid "Dots Grid" msgstr "" -#: flatcamGUI/PreferencesUI.py:7232 flatcamTools/ToolCopperThieving.py:192 +#: flatcamGUI/PreferencesUI.py:7224 flatcamTools/ToolCopperThieving.py:192 msgid "Squares Grid" msgstr "" -#: flatcamGUI/PreferencesUI.py:7233 flatcamTools/ToolCopperThieving.py:193 +#: flatcamGUI/PreferencesUI.py:7225 flatcamTools/ToolCopperThieving.py:193 msgid "Lines Grid" msgstr "" -#: flatcamGUI/PreferencesUI.py:7235 flatcamTools/ToolCopperThieving.py:195 +#: flatcamGUI/PreferencesUI.py:7227 flatcamTools/ToolCopperThieving.py:195 msgid "Fill Type:" msgstr "" -#: flatcamGUI/PreferencesUI.py:7237 flatcamTools/ToolCopperThieving.py:197 +#: flatcamGUI/PreferencesUI.py:7229 flatcamTools/ToolCopperThieving.py:197 msgid "" "- 'Solid' - copper thieving will be a solid polygon.\n" "- 'Dots Grid' - the empty area will be filled with a pattern of dots.\n" @@ -10570,131 +10589,131 @@ msgid "" "- 'Lines Grid' - the empty area will be filled with a pattern of lines." msgstr "" -#: flatcamGUI/PreferencesUI.py:7245 flatcamTools/ToolCopperThieving.py:216 +#: flatcamGUI/PreferencesUI.py:7237 flatcamTools/ToolCopperThieving.py:216 msgid "Dots Grid Parameters" msgstr "" -#: flatcamGUI/PreferencesUI.py:7251 flatcamTools/ToolCopperThieving.py:222 +#: flatcamGUI/PreferencesUI.py:7243 flatcamTools/ToolCopperThieving.py:222 msgid "Dot diameter in Dots Grid." msgstr "" -#: flatcamGUI/PreferencesUI.py:7262 flatcamGUI/PreferencesUI.py:7291 -#: flatcamGUI/PreferencesUI.py:7320 flatcamTools/ToolCopperThieving.py:233 +#: flatcamGUI/PreferencesUI.py:7254 flatcamGUI/PreferencesUI.py:7283 +#: flatcamGUI/PreferencesUI.py:7312 flatcamTools/ToolCopperThieving.py:233 #: flatcamTools/ToolCopperThieving.py:273 flatcamTools/ToolCopperThieving.py:313 msgid "Spacing" msgstr "" -#: flatcamGUI/PreferencesUI.py:7264 flatcamTools/ToolCopperThieving.py:235 +#: flatcamGUI/PreferencesUI.py:7256 flatcamTools/ToolCopperThieving.py:235 msgid "Distance between each two dots in Dots Grid." msgstr "" -#: flatcamGUI/PreferencesUI.py:7274 flatcamTools/ToolCopperThieving.py:256 +#: flatcamGUI/PreferencesUI.py:7266 flatcamTools/ToolCopperThieving.py:256 msgid "Squares Grid Parameters" msgstr "" -#: flatcamGUI/PreferencesUI.py:7280 flatcamTools/ToolCopperThieving.py:262 +#: flatcamGUI/PreferencesUI.py:7272 flatcamTools/ToolCopperThieving.py:262 msgid "Square side size in Squares Grid." msgstr "" -#: flatcamGUI/PreferencesUI.py:7293 flatcamTools/ToolCopperThieving.py:275 +#: flatcamGUI/PreferencesUI.py:7285 flatcamTools/ToolCopperThieving.py:275 msgid "Distance between each two squares in Squares Grid." msgstr "" -#: flatcamGUI/PreferencesUI.py:7303 flatcamTools/ToolCopperThieving.py:296 +#: flatcamGUI/PreferencesUI.py:7295 flatcamTools/ToolCopperThieving.py:296 msgid "Lines Grid Parameters" msgstr "" -#: flatcamGUI/PreferencesUI.py:7309 flatcamTools/ToolCopperThieving.py:302 +#: flatcamGUI/PreferencesUI.py:7301 flatcamTools/ToolCopperThieving.py:302 msgid "Line thickness size in Lines Grid." msgstr "" -#: flatcamGUI/PreferencesUI.py:7322 flatcamTools/ToolCopperThieving.py:315 +#: flatcamGUI/PreferencesUI.py:7314 flatcamTools/ToolCopperThieving.py:315 msgid "Distance between each two lines in Lines Grid." msgstr "" -#: flatcamGUI/PreferencesUI.py:7332 flatcamTools/ToolCopperThieving.py:353 +#: flatcamGUI/PreferencesUI.py:7324 flatcamTools/ToolCopperThieving.py:353 msgid "Robber Bar Parameters" msgstr "" -#: flatcamGUI/PreferencesUI.py:7334 flatcamTools/ToolCopperThieving.py:355 +#: flatcamGUI/PreferencesUI.py:7326 flatcamTools/ToolCopperThieving.py:355 msgid "" "Parameters used for the robber bar.\n" "Robber bar = copper border to help in pattern hole plating." msgstr "" -#: flatcamGUI/PreferencesUI.py:7342 flatcamTools/ToolCopperThieving.py:363 +#: flatcamGUI/PreferencesUI.py:7334 flatcamTools/ToolCopperThieving.py:363 msgid "Bounding box margin for robber bar." msgstr "" -#: flatcamGUI/PreferencesUI.py:7353 flatcamTools/ToolCopperThieving.py:374 +#: flatcamGUI/PreferencesUI.py:7345 flatcamTools/ToolCopperThieving.py:374 msgid "Thickness" msgstr "" -#: flatcamGUI/PreferencesUI.py:7355 flatcamTools/ToolCopperThieving.py:376 +#: flatcamGUI/PreferencesUI.py:7347 flatcamTools/ToolCopperThieving.py:376 msgid "The robber bar thickness." msgstr "" -#: flatcamGUI/PreferencesUI.py:7365 flatcamTools/ToolCopperThieving.py:407 +#: flatcamGUI/PreferencesUI.py:7357 flatcamTools/ToolCopperThieving.py:407 msgid "Pattern Plating Mask" msgstr "" -#: flatcamGUI/PreferencesUI.py:7367 flatcamTools/ToolCopperThieving.py:409 +#: flatcamGUI/PreferencesUI.py:7359 flatcamTools/ToolCopperThieving.py:409 msgid "Generate a mask for pattern plating." msgstr "" -#: flatcamGUI/PreferencesUI.py:7374 flatcamTools/ToolCopperThieving.py:431 +#: flatcamGUI/PreferencesUI.py:7366 flatcamTools/ToolCopperThieving.py:431 msgid "" "The distance between the possible copper thieving elements\n" "and/or robber bar and the actual openings in the mask." msgstr "" -#: flatcamGUI/PreferencesUI.py:7393 +#: flatcamGUI/PreferencesUI.py:7385 msgid "Fiducials Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:7404 flatcamGUI/PreferencesUI.py:7520 +#: flatcamGUI/PreferencesUI.py:7396 flatcamGUI/PreferencesUI.py:7512 #: flatcamTools/ToolCopperThieving.py:91 flatcamTools/ToolFiducials.py:151 msgid "Parameters used for this tool." msgstr "" -#: flatcamGUI/PreferencesUI.py:7411 flatcamTools/ToolFiducials.py:158 +#: flatcamGUI/PreferencesUI.py:7403 flatcamTools/ToolFiducials.py:158 msgid "" "This set the fiducial diameter if fiducial type is circular,\n" "otherwise is the size of the fiducial.\n" "The soldermask opening is double than that." msgstr "" -#: flatcamGUI/PreferencesUI.py:7439 flatcamTools/ToolFiducials.py:186 +#: flatcamGUI/PreferencesUI.py:7431 flatcamTools/ToolFiducials.py:186 msgid "Auto" msgstr "" -#: flatcamGUI/PreferencesUI.py:7440 flatcamTools/ToolFiducials.py:187 +#: flatcamGUI/PreferencesUI.py:7432 flatcamTools/ToolFiducials.py:187 msgid "Manual" msgstr "" -#: flatcamGUI/PreferencesUI.py:7442 flatcamTools/ToolFiducials.py:189 +#: flatcamGUI/PreferencesUI.py:7434 flatcamTools/ToolFiducials.py:189 msgid "Mode:" msgstr "" -#: flatcamGUI/PreferencesUI.py:7444 +#: flatcamGUI/PreferencesUI.py:7436 msgid "" "- 'Auto' - automatic placement of fiducials in the corners of the bounding box.\n" "- 'Manual' - manual placement of fiducials." msgstr "" -#: flatcamGUI/PreferencesUI.py:7452 flatcamTools/ToolFiducials.py:199 +#: flatcamGUI/PreferencesUI.py:7444 flatcamTools/ToolFiducials.py:199 msgid "Up" msgstr "" -#: flatcamGUI/PreferencesUI.py:7453 flatcamTools/ToolFiducials.py:200 +#: flatcamGUI/PreferencesUI.py:7445 flatcamTools/ToolFiducials.py:200 msgid "Down" msgstr "" -#: flatcamGUI/PreferencesUI.py:7456 flatcamTools/ToolFiducials.py:203 +#: flatcamGUI/PreferencesUI.py:7448 flatcamTools/ToolFiducials.py:203 msgid "Second fiducial" msgstr "" -#: flatcamGUI/PreferencesUI.py:7458 flatcamTools/ToolFiducials.py:205 +#: flatcamGUI/PreferencesUI.py:7450 flatcamTools/ToolFiducials.py:205 msgid "" "The position for the second fiducial.\n" "- 'Up' - the order is: bottom-left, top-left, top-right.\n" @@ -10702,19 +10721,19 @@ msgid "" "- 'None' - there is no second fiducial. The order is: bottom-left, top-right." msgstr "" -#: flatcamGUI/PreferencesUI.py:7474 flatcamTools/ToolFiducials.py:221 +#: flatcamGUI/PreferencesUI.py:7466 flatcamTools/ToolFiducials.py:221 msgid "Cross" msgstr "" -#: flatcamGUI/PreferencesUI.py:7475 flatcamTools/ToolFiducials.py:222 +#: flatcamGUI/PreferencesUI.py:7467 flatcamTools/ToolFiducials.py:222 msgid "Chess" msgstr "" -#: flatcamGUI/PreferencesUI.py:7478 flatcamTools/ToolFiducials.py:224 +#: flatcamGUI/PreferencesUI.py:7470 flatcamTools/ToolFiducials.py:224 msgid "Fiducial Type" msgstr "" -#: flatcamGUI/PreferencesUI.py:7480 flatcamTools/ToolFiducials.py:226 +#: flatcamGUI/PreferencesUI.py:7472 flatcamTools/ToolFiducials.py:226 msgid "" "The type of fiducial.\n" "- 'Circular' - this is the regular fiducial.\n" @@ -10722,19 +10741,19 @@ msgid "" "- 'Chess' - chess pattern fiducial." msgstr "" -#: flatcamGUI/PreferencesUI.py:7489 flatcamTools/ToolFiducials.py:235 +#: flatcamGUI/PreferencesUI.py:7481 flatcamTools/ToolFiducials.py:235 msgid "Line thickness" msgstr "" -#: flatcamGUI/PreferencesUI.py:7509 +#: flatcamGUI/PreferencesUI.py:7501 msgid "Calibration Tool Options" msgstr "" -#: flatcamGUI/PreferencesUI.py:7525 flatcamTools/ToolCalibration.py:181 +#: flatcamGUI/PreferencesUI.py:7517 flatcamTools/ToolCalibration.py:181 msgid "Source Type" msgstr "" -#: flatcamGUI/PreferencesUI.py:7526 flatcamTools/ToolCalibration.py:182 +#: flatcamGUI/PreferencesUI.py:7518 flatcamTools/ToolCalibration.py:182 msgid "" "The source of calibration points.\n" "It can be:\n" @@ -10742,135 +10761,135 @@ msgid "" "- Free -> click freely on canvas to acquire the calibration points" msgstr "" -#: flatcamGUI/PreferencesUI.py:7531 flatcamTools/ToolCalibration.py:187 +#: flatcamGUI/PreferencesUI.py:7523 flatcamTools/ToolCalibration.py:187 msgid "Free" msgstr "" -#: flatcamGUI/PreferencesUI.py:7545 flatcamTools/ToolCalibration.py:76 +#: flatcamGUI/PreferencesUI.py:7537 flatcamTools/ToolCalibration.py:76 msgid "Height (Z) for travelling between the points." msgstr "" -#: flatcamGUI/PreferencesUI.py:7557 flatcamTools/ToolCalibration.py:88 +#: flatcamGUI/PreferencesUI.py:7549 flatcamTools/ToolCalibration.py:88 msgid "Verification Z" msgstr "" -#: flatcamGUI/PreferencesUI.py:7559 flatcamTools/ToolCalibration.py:90 +#: flatcamGUI/PreferencesUI.py:7551 flatcamTools/ToolCalibration.py:90 msgid "Height (Z) for checking the point." msgstr "" -#: flatcamGUI/PreferencesUI.py:7571 flatcamTools/ToolCalibration.py:102 +#: flatcamGUI/PreferencesUI.py:7563 flatcamTools/ToolCalibration.py:102 msgid "Zero Z tool" msgstr "" -#: flatcamGUI/PreferencesUI.py:7573 flatcamTools/ToolCalibration.py:104 +#: flatcamGUI/PreferencesUI.py:7565 flatcamTools/ToolCalibration.py:104 msgid "" "Include a sequence to zero the height (Z)\n" "of the verification tool." msgstr "" -#: flatcamGUI/PreferencesUI.py:7582 flatcamTools/ToolCalibration.py:113 +#: flatcamGUI/PreferencesUI.py:7574 flatcamTools/ToolCalibration.py:113 msgid "Height (Z) for mounting the verification probe." msgstr "" -#: flatcamGUI/PreferencesUI.py:7596 flatcamTools/ToolCalibration.py:127 +#: flatcamGUI/PreferencesUI.py:7588 flatcamTools/ToolCalibration.py:127 msgid "" "Toolchange X,Y position.\n" "If no value is entered then the current\n" "(x, y) point will be used," msgstr "" -#: flatcamGUI/PreferencesUI.py:7607 flatcamTools/ToolCalibration.py:153 +#: flatcamGUI/PreferencesUI.py:7599 flatcamTools/ToolCalibration.py:153 msgid "Second point" msgstr "" -#: flatcamGUI/PreferencesUI.py:7609 flatcamTools/ToolCalibration.py:155 +#: flatcamGUI/PreferencesUI.py:7601 flatcamTools/ToolCalibration.py:155 msgid "" "Second point in the Gcode verification can be:\n" "- top-left -> the user will align the PCB vertically\n" "- bottom-right -> the user will align the PCB horizontally" msgstr "" -#: flatcamGUI/PreferencesUI.py:7613 flatcamTools/ToolCalibration.py:159 +#: flatcamGUI/PreferencesUI.py:7605 flatcamTools/ToolCalibration.py:159 msgid "Top-Left" msgstr "" -#: flatcamGUI/PreferencesUI.py:7614 flatcamTools/ToolCalibration.py:160 +#: flatcamGUI/PreferencesUI.py:7606 flatcamTools/ToolCalibration.py:160 msgid "Bottom-Right" msgstr "" -#: flatcamGUI/PreferencesUI.py:7628 +#: flatcamGUI/PreferencesUI.py:7620 msgid "Excellon File associations" msgstr "" -#: flatcamGUI/PreferencesUI.py:7641 flatcamGUI/PreferencesUI.py:7714 -#: flatcamGUI/PreferencesUI.py:7784 flatcamGUI/PreferencesUI.py:7854 +#: flatcamGUI/PreferencesUI.py:7633 flatcamGUI/PreferencesUI.py:7706 +#: flatcamGUI/PreferencesUI.py:7776 flatcamGUI/PreferencesUI.py:7846 msgid "Restore" msgstr "" -#: flatcamGUI/PreferencesUI.py:7642 flatcamGUI/PreferencesUI.py:7715 -#: flatcamGUI/PreferencesUI.py:7785 +#: flatcamGUI/PreferencesUI.py:7634 flatcamGUI/PreferencesUI.py:7707 +#: flatcamGUI/PreferencesUI.py:7777 msgid "Restore the extension list to the default state." msgstr "" -#: flatcamGUI/PreferencesUI.py:7643 flatcamGUI/PreferencesUI.py:7716 -#: flatcamGUI/PreferencesUI.py:7786 flatcamGUI/PreferencesUI.py:7856 +#: flatcamGUI/PreferencesUI.py:7635 flatcamGUI/PreferencesUI.py:7708 +#: flatcamGUI/PreferencesUI.py:7778 flatcamGUI/PreferencesUI.py:7848 msgid "Delete All" msgstr "" +#: flatcamGUI/PreferencesUI.py:7636 flatcamGUI/PreferencesUI.py:7709 +#: flatcamGUI/PreferencesUI.py:7779 +msgid "Delete all extensions from the list." +msgstr "" + #: flatcamGUI/PreferencesUI.py:7644 flatcamGUI/PreferencesUI.py:7717 #: flatcamGUI/PreferencesUI.py:7787 -msgid "Delete all extensions from the list." -msgstr "" - -#: flatcamGUI/PreferencesUI.py:7652 flatcamGUI/PreferencesUI.py:7725 -#: flatcamGUI/PreferencesUI.py:7795 msgid "Extensions list" msgstr "" -#: flatcamGUI/PreferencesUI.py:7654 flatcamGUI/PreferencesUI.py:7727 -#: flatcamGUI/PreferencesUI.py:7797 +#: flatcamGUI/PreferencesUI.py:7646 flatcamGUI/PreferencesUI.py:7719 +#: flatcamGUI/PreferencesUI.py:7789 msgid "" "List of file extensions to be\n" "associated with FlatCAM." msgstr "" -#: flatcamGUI/PreferencesUI.py:7674 flatcamGUI/PreferencesUI.py:7747 -#: flatcamGUI/PreferencesUI.py:7816 flatcamGUI/PreferencesUI.py:7888 +#: flatcamGUI/PreferencesUI.py:7666 flatcamGUI/PreferencesUI.py:7739 +#: flatcamGUI/PreferencesUI.py:7808 flatcamGUI/PreferencesUI.py:7880 msgid "Extension" msgstr "" +#: flatcamGUI/PreferencesUI.py:7667 flatcamGUI/PreferencesUI.py:7740 +#: flatcamGUI/PreferencesUI.py:7809 +msgid "A file extension to be added or deleted to the list." +msgstr "" + #: flatcamGUI/PreferencesUI.py:7675 flatcamGUI/PreferencesUI.py:7748 #: flatcamGUI/PreferencesUI.py:7817 -msgid "A file extension to be added or deleted to the list." -msgstr "" - -#: flatcamGUI/PreferencesUI.py:7683 flatcamGUI/PreferencesUI.py:7756 -#: flatcamGUI/PreferencesUI.py:7825 msgid "Add Extension" msgstr "" -#: flatcamGUI/PreferencesUI.py:7684 flatcamGUI/PreferencesUI.py:7757 -#: flatcamGUI/PreferencesUI.py:7826 +#: flatcamGUI/PreferencesUI.py:7676 flatcamGUI/PreferencesUI.py:7749 +#: flatcamGUI/PreferencesUI.py:7818 msgid "Add a file extension to the list" msgstr "" +#: flatcamGUI/PreferencesUI.py:7677 flatcamGUI/PreferencesUI.py:7750 +#: flatcamGUI/PreferencesUI.py:7819 +msgid "Delete Extension" +msgstr "" + +#: flatcamGUI/PreferencesUI.py:7678 flatcamGUI/PreferencesUI.py:7751 +#: flatcamGUI/PreferencesUI.py:7820 +msgid "Delete a file extension from the list" +msgstr "" + #: flatcamGUI/PreferencesUI.py:7685 flatcamGUI/PreferencesUI.py:7758 #: flatcamGUI/PreferencesUI.py:7827 -msgid "Delete Extension" +msgid "Apply Association" msgstr "" #: flatcamGUI/PreferencesUI.py:7686 flatcamGUI/PreferencesUI.py:7759 #: flatcamGUI/PreferencesUI.py:7828 -msgid "Delete a file extension from the list" -msgstr "" - -#: flatcamGUI/PreferencesUI.py:7693 flatcamGUI/PreferencesUI.py:7766 -#: flatcamGUI/PreferencesUI.py:7835 -msgid "Apply Association" -msgstr "" - -#: flatcamGUI/PreferencesUI.py:7694 flatcamGUI/PreferencesUI.py:7767 -#: flatcamGUI/PreferencesUI.py:7836 msgid "" "Apply the file associations between\n" "FlatCAM and the files with above extensions.\n" @@ -10878,31 +10897,31 @@ msgid "" "This work only in Windows." msgstr "" -#: flatcamGUI/PreferencesUI.py:7711 +#: flatcamGUI/PreferencesUI.py:7703 msgid "GCode File associations" msgstr "" -#: flatcamGUI/PreferencesUI.py:7781 +#: flatcamGUI/PreferencesUI.py:7773 msgid "Gerber File associations" msgstr "" -#: flatcamGUI/PreferencesUI.py:7851 +#: flatcamGUI/PreferencesUI.py:7843 msgid "Autocompleter Keywords" msgstr "" -#: flatcamGUI/PreferencesUI.py:7855 +#: flatcamGUI/PreferencesUI.py:7847 msgid "Restore the autocompleter keywords list to the default state." msgstr "" -#: flatcamGUI/PreferencesUI.py:7857 +#: flatcamGUI/PreferencesUI.py:7849 msgid "Delete all autocompleter keywords from the list." msgstr "" -#: flatcamGUI/PreferencesUI.py:7865 +#: flatcamGUI/PreferencesUI.py:7857 msgid "Keywords list" msgstr "" -#: flatcamGUI/PreferencesUI.py:7867 +#: flatcamGUI/PreferencesUI.py:7859 msgid "" "List of keywords used by\n" "the autocompleter in FlatCAM.\n" @@ -10910,23 +10929,23 @@ msgid "" "in the Code Editor and for the Tcl Shell." msgstr "" -#: flatcamGUI/PreferencesUI.py:7889 +#: flatcamGUI/PreferencesUI.py:7881 msgid "A keyword to be added or deleted to the list." msgstr "" -#: flatcamGUI/PreferencesUI.py:7897 +#: flatcamGUI/PreferencesUI.py:7889 msgid "Add keyword" msgstr "" -#: flatcamGUI/PreferencesUI.py:7898 +#: flatcamGUI/PreferencesUI.py:7890 msgid "Add a keyword to the list" msgstr "" -#: flatcamGUI/PreferencesUI.py:7899 +#: flatcamGUI/PreferencesUI.py:7891 msgid "Delete keyword" msgstr "" -#: flatcamGUI/PreferencesUI.py:7900 +#: flatcamGUI/PreferencesUI.py:7892 msgid "Delete a keyword from the list" msgstr "" @@ -11354,20 +11373,20 @@ msgid "" msgstr "" #: flatcamTools/ToolCalibration.py:686 flatcamTools/ToolCopperThieving.py:482 -#: flatcamTools/ToolCutOut.py:360 flatcamTools/ToolDblSided.py:405 +#: flatcamTools/ToolCutOut.py:362 flatcamTools/ToolDblSided.py:405 #: flatcamTools/ToolFiducials.py:316 flatcamTools/ToolFilm.py:518 -#: flatcamTools/ToolNonCopperClear.py:492 flatcamTools/ToolOptimal.py:237 -#: flatcamTools/ToolPaint.py:378 flatcamTools/ToolPanelize.py:266 +#: flatcamTools/ToolNonCopperClear.py:486 flatcamTools/ToolOptimal.py:237 +#: flatcamTools/ToolPaint.py:372 flatcamTools/ToolPanelize.py:266 #: flatcamTools/ToolQRCode.py:314 flatcamTools/ToolRulesCheck.py:507 #: flatcamTools/ToolSolderPaste.py:470 flatcamTools/ToolSub.py:170 msgid "Reset Tool" msgstr "" #: flatcamTools/ToolCalibration.py:688 flatcamTools/ToolCopperThieving.py:484 -#: flatcamTools/ToolCutOut.py:362 flatcamTools/ToolDblSided.py:407 +#: flatcamTools/ToolCutOut.py:364 flatcamTools/ToolDblSided.py:407 #: flatcamTools/ToolFiducials.py:318 flatcamTools/ToolFilm.py:520 -#: flatcamTools/ToolNonCopperClear.py:494 flatcamTools/ToolOptimal.py:239 -#: flatcamTools/ToolPaint.py:380 flatcamTools/ToolPanelize.py:268 +#: flatcamTools/ToolNonCopperClear.py:488 flatcamTools/ToolOptimal.py:239 +#: flatcamTools/ToolPaint.py:374 flatcamTools/ToolPanelize.py:268 #: flatcamTools/ToolQRCode.py:316 flatcamTools/ToolRulesCheck.py:509 #: flatcamTools/ToolSolderPaste.py:472 flatcamTools/ToolSub.py:172 msgid "Will reset the tool parameters." @@ -11440,8 +11459,8 @@ msgid "" "object." msgstr "" -#: flatcamTools/ToolCopperThieving.py:138 flatcamTools/ToolNonCopperClear.py:451 -#: flatcamTools/ToolPaint.py:332 +#: flatcamTools/ToolCopperThieving.py:138 flatcamTools/ToolNonCopperClear.py:445 +#: flatcamTools/ToolPaint.py:326 msgid "Ref. Type" msgstr "" @@ -11452,27 +11471,27 @@ msgid "" msgstr "" #: flatcamTools/ToolCopperThieving.py:144 flatcamTools/ToolDblSided.py:215 -#: flatcamTools/ToolNonCopperClear.py:457 flatcamTools/ToolPaint.py:338 +#: flatcamTools/ToolNonCopperClear.py:451 flatcamTools/ToolPaint.py:332 msgid "Reference Gerber" msgstr "" #: flatcamTools/ToolCopperThieving.py:145 flatcamTools/ToolDblSided.py:216 -#: flatcamTools/ToolNonCopperClear.py:458 flatcamTools/ToolPaint.py:339 +#: flatcamTools/ToolNonCopperClear.py:452 flatcamTools/ToolPaint.py:333 msgid "Reference Excellon" msgstr "" #: flatcamTools/ToolCopperThieving.py:146 flatcamTools/ToolDblSided.py:217 -#: flatcamTools/ToolNonCopperClear.py:459 flatcamTools/ToolPaint.py:340 +#: flatcamTools/ToolNonCopperClear.py:453 flatcamTools/ToolPaint.py:334 msgid "Reference Geometry" msgstr "" -#: flatcamTools/ToolCopperThieving.py:151 flatcamTools/ToolNonCopperClear.py:462 -#: flatcamTools/ToolPaint.py:343 +#: flatcamTools/ToolCopperThieving.py:151 flatcamTools/ToolNonCopperClear.py:456 +#: flatcamTools/ToolPaint.py:337 msgid "Ref. Object" msgstr "" -#: flatcamTools/ToolCopperThieving.py:153 flatcamTools/ToolNonCopperClear.py:464 -#: flatcamTools/ToolPaint.py:345 +#: flatcamTools/ToolCopperThieving.py:153 flatcamTools/ToolNonCopperClear.py:458 +#: flatcamTools/ToolPaint.py:339 msgid "The FlatCAM object to be used as non copper clearing reference." msgstr "" @@ -11580,9 +11599,9 @@ msgid "Copper Thieving Tool done." msgstr "" #: flatcamTools/ToolCopperThieving.py:754 flatcamTools/ToolCopperThieving.py:787 -#: flatcamTools/ToolCutOut.py:466 flatcamTools/ToolCutOut.py:640 -#: flatcamTools/ToolNonCopperClear.py:1157 flatcamTools/ToolNonCopperClear.py:1198 -#: flatcamTools/ToolNonCopperClear.py:1230 flatcamTools/ToolPaint.py:1080 +#: flatcamTools/ToolCutOut.py:468 flatcamTools/ToolCutOut.py:642 +#: flatcamTools/ToolNonCopperClear.py:1151 flatcamTools/ToolNonCopperClear.py:1192 +#: flatcamTools/ToolNonCopperClear.py:1224 flatcamTools/ToolPaint.py:1074 #: flatcamTools/ToolPanelize.py:401 flatcamTools/ToolPanelize.py:416 #: flatcamTools/ToolSub.py:288 flatcamTools/ToolSub.py:301 flatcamTools/ToolSub.py:492 #: flatcamTools/ToolSub.py:507 tclCommands/TclCommandCopperClear.py:97 @@ -11590,7 +11609,7 @@ msgstr "" msgid "Could not retrieve object" msgstr "" -#: flatcamTools/ToolCopperThieving.py:764 flatcamTools/ToolNonCopperClear.py:1211 +#: flatcamTools/ToolCopperThieving.py:764 flatcamTools/ToolNonCopperClear.py:1205 msgid "Click the start point of the area." msgstr "" @@ -11598,8 +11617,8 @@ msgstr "" msgid "Click the end point of the filling area." msgstr "" -#: flatcamTools/ToolCopperThieving.py:821 flatcamTools/ToolNonCopperClear.py:1267 -#: flatcamTools/ToolPaint.py:1207 +#: flatcamTools/ToolCopperThieving.py:821 flatcamTools/ToolNonCopperClear.py:1261 +#: flatcamTools/ToolPaint.py:1201 msgid "Zone added. Click to start adding next zone or right click to finish." msgstr "" @@ -11629,12 +11648,12 @@ msgstr "" msgid "Geometry not supported for bounding box" msgstr "" -#: flatcamTools/ToolCopperThieving.py:1062 flatcamTools/ToolNonCopperClear.py:1519 -#: flatcamTools/ToolPaint.py:2679 +#: flatcamTools/ToolCopperThieving.py:1062 flatcamTools/ToolNonCopperClear.py:1513 +#: flatcamTools/ToolPaint.py:2673 msgid "No object available." msgstr "" -#: flatcamTools/ToolCopperThieving.py:1099 flatcamTools/ToolNonCopperClear.py:1561 +#: flatcamTools/ToolCopperThieving.py:1099 flatcamTools/ToolNonCopperClear.py:1555 msgid "The reference object type is not supported." msgstr "" @@ -11678,19 +11697,15 @@ msgstr "" msgid "Object to be cutout" msgstr "" -#: flatcamTools/ToolCutOut.py:214 -msgid "Convex Shape" -msgstr "" - -#: flatcamTools/ToolCutOut.py:228 +#: flatcamTools/ToolCutOut.py:230 msgid "A. Automatic Bridge Gaps" msgstr "" -#: flatcamTools/ToolCutOut.py:230 +#: flatcamTools/ToolCutOut.py:232 msgid "This section handle creation of automatic bridge gaps." msgstr "" -#: flatcamTools/ToolCutOut.py:241 +#: flatcamTools/ToolCutOut.py:243 msgid "" "Number of gaps used for the Automatic cutout.\n" "There can be maximum 8 bridges/gaps.\n" @@ -11704,22 +11719,22 @@ msgid "" "- 8 - 2*left + 2*right +2*top + 2*bottom" msgstr "" -#: flatcamTools/ToolCutOut.py:262 +#: flatcamTools/ToolCutOut.py:264 msgid "Generate Freeform Geometry" msgstr "" -#: flatcamTools/ToolCutOut.py:264 +#: flatcamTools/ToolCutOut.py:266 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:276 +#: flatcamTools/ToolCutOut.py:278 msgid "Generate Rectangular Geometry" msgstr "" -#: flatcamTools/ToolCutOut.py:278 +#: flatcamTools/ToolCutOut.py:280 msgid "" "Cutout the selected object.\n" "The resulting cutout shape is\n" @@ -11727,26 +11742,26 @@ msgid "" "the bounding box of the Object." msgstr "" -#: flatcamTools/ToolCutOut.py:297 +#: flatcamTools/ToolCutOut.py:299 msgid "B. Manual Bridge Gaps" msgstr "" -#: flatcamTools/ToolCutOut.py:299 +#: flatcamTools/ToolCutOut.py:301 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:317 +#: flatcamTools/ToolCutOut.py:319 msgid "Geometry object used to create the manual cutout." msgstr "" -#: flatcamTools/ToolCutOut.py:326 +#: flatcamTools/ToolCutOut.py:328 msgid "Generate Manual Geometry" msgstr "" -#: flatcamTools/ToolCutOut.py:328 +#: flatcamTools/ToolCutOut.py:330 msgid "" "If the object to be cutout is a Gerber\n" "first create a Geometry that surrounds it,\n" @@ -11754,11 +11769,11 @@ msgid "" "Select the source Gerber file in the top object combobox." msgstr "" -#: flatcamTools/ToolCutOut.py:341 +#: flatcamTools/ToolCutOut.py:343 msgid "Manual Add Bridge Gaps" msgstr "" -#: flatcamTools/ToolCutOut.py:343 +#: flatcamTools/ToolCutOut.py:345 msgid "" "Use the left mouse button (LMB) click\n" "to create a bridge gap to separate the PCB from\n" @@ -11767,81 +11782,81 @@ msgid "" "the Geometry object used as a cutout geometry." msgstr "" -#: flatcamTools/ToolCutOut.py:471 +#: flatcamTools/ToolCutOut.py:473 msgid "" "There is no object selected for Cutout.\n" "Select one and try again." msgstr "" -#: flatcamTools/ToolCutOut.py:477 flatcamTools/ToolCutOut.py:649 -#: flatcamTools/ToolCutOut.py:793 flatcamTools/ToolCutOut.py:875 +#: flatcamTools/ToolCutOut.py:479 flatcamTools/ToolCutOut.py:651 +#: flatcamTools/ToolCutOut.py:795 flatcamTools/ToolCutOut.py:877 msgid "Tool Diameter is zero value. Change it to a positive real number." msgstr "" -#: flatcamTools/ToolCutOut.py:491 flatcamTools/ToolCutOut.py:664 +#: flatcamTools/ToolCutOut.py:493 flatcamTools/ToolCutOut.py:666 msgid "Number of gaps value is missing. Add it and retry." msgstr "" -#: flatcamTools/ToolCutOut.py:496 flatcamTools/ToolCutOut.py:668 +#: flatcamTools/ToolCutOut.py:498 flatcamTools/ToolCutOut.py:670 msgid "" "Gaps value can be only one of: 'None', 'lr', 'tb', '2lr', '2tb', 4 or 8. Fill in a " "correct value and retry. " msgstr "" -#: flatcamTools/ToolCutOut.py:501 flatcamTools/ToolCutOut.py:674 +#: flatcamTools/ToolCutOut.py:503 flatcamTools/ToolCutOut.py:676 msgid "" "Cutout operation cannot be done on a multi-geo Geometry.\n" "Optionally, this Multi-geo Geometry can be converted to Single-geo Geometry,\n" "and after that perform Cutout." msgstr "" -#: flatcamTools/ToolCutOut.py:623 flatcamTools/ToolCutOut.py:782 +#: flatcamTools/ToolCutOut.py:625 flatcamTools/ToolCutOut.py:784 msgid "Any form CutOut operation finished." msgstr "" -#: flatcamTools/ToolCutOut.py:644 flatcamTools/ToolNonCopperClear.py:1161 -#: flatcamTools/ToolPaint.py:1000 flatcamTools/ToolPanelize.py:406 +#: flatcamTools/ToolCutOut.py:646 flatcamTools/ToolNonCopperClear.py:1155 +#: flatcamTools/ToolPaint.py:994 flatcamTools/ToolPanelize.py:406 #: tclCommands/TclCommandBbox.py:70 tclCommands/TclCommandNregions.py:70 msgid "Object not found" msgstr "" -#: flatcamTools/ToolCutOut.py:787 +#: flatcamTools/ToolCutOut.py:789 msgid "Click on the selected geometry object perimeter to create a bridge gap ..." msgstr "" -#: flatcamTools/ToolCutOut.py:804 flatcamTools/ToolCutOut.py:830 +#: flatcamTools/ToolCutOut.py:806 flatcamTools/ToolCutOut.py:832 msgid "Could not retrieve Geometry object" msgstr "" -#: flatcamTools/ToolCutOut.py:835 +#: flatcamTools/ToolCutOut.py:837 msgid "Geometry object for manual cutout not found" msgstr "" -#: flatcamTools/ToolCutOut.py:845 +#: flatcamTools/ToolCutOut.py:847 msgid "Added manual Bridge Gap." msgstr "" -#: flatcamTools/ToolCutOut.py:857 +#: flatcamTools/ToolCutOut.py:859 msgid "Could not retrieve Gerber object" msgstr "" -#: flatcamTools/ToolCutOut.py:862 +#: flatcamTools/ToolCutOut.py:864 msgid "" "There is no Gerber object selected for Cutout.\n" "Select one and try again." msgstr "" -#: flatcamTools/ToolCutOut.py:868 +#: flatcamTools/ToolCutOut.py:870 msgid "" "The selected object has to be of Gerber type.\n" "Select a Gerber file and try again." msgstr "" -#: flatcamTools/ToolCutOut.py:903 +#: flatcamTools/ToolCutOut.py:905 msgid "Geometry not supported for cutout" msgstr "" -#: flatcamTools/ToolCutOut.py:958 +#: flatcamTools/ToolCutOut.py:960 msgid "Making manual bridge gap..." msgstr "" @@ -12178,10 +12193,6 @@ msgid "" "in the format (x, y)." msgstr "" -#: flatcamTools/ToolFiducials.py:74 -msgid "Coordinates" -msgstr "" - #: flatcamTools/ToolFiducials.py:99 msgid "Top Right" msgstr "" @@ -12630,7 +12641,7 @@ msgid "" "by first selecting a row(s) in the Tool Table." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:441 +#: flatcamTools/ToolNonCopperClear.py:435 msgid "" "- 'Itself' - the non copper clearing extent is based on the object that is copper " "cleared.\n" @@ -12639,138 +12650,138 @@ msgid "" "object." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:453 +#: flatcamTools/ToolNonCopperClear.py:447 msgid "" "The type of FlatCAM object to be used as non copper clearing reference.\n" "It can be Gerber, Excellon or Geometry." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:477 +#: flatcamTools/ToolNonCopperClear.py:471 msgid "Generate Geometry" msgstr "" -#: flatcamTools/ToolNonCopperClear.py:588 flatcamTools/ToolPaint.py:499 +#: flatcamTools/ToolNonCopperClear.py:582 flatcamTools/ToolPaint.py:493 #: flatcamTools/ToolSolderPaste.py:553 msgid "New Tool" msgstr "" -#: flatcamTools/ToolNonCopperClear.py:987 flatcamTools/ToolPaint.py:772 +#: flatcamTools/ToolNonCopperClear.py:981 flatcamTools/ToolPaint.py:766 #: flatcamTools/ToolSolderPaste.py:887 msgid "Please enter a tool diameter to add, in Float format." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1018 flatcamTools/ToolPaint.py:797 +#: flatcamTools/ToolNonCopperClear.py:1012 flatcamTools/ToolPaint.py:791 msgid "Adding tool cancelled. Tool already in Tool Table." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1023 flatcamTools/ToolPaint.py:803 +#: flatcamTools/ToolNonCopperClear.py:1017 flatcamTools/ToolPaint.py:797 msgid "New tool added to Tool Table." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1067 flatcamTools/ToolPaint.py:849 +#: flatcamTools/ToolNonCopperClear.py:1061 flatcamTools/ToolPaint.py:843 msgid "Tool from Tool Table was edited." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1078 flatcamTools/ToolPaint.py:861 +#: flatcamTools/ToolNonCopperClear.py:1072 flatcamTools/ToolPaint.py:855 #: flatcamTools/ToolSolderPaste.py:978 msgid "Edit cancelled. New diameter value is already in the Tool Table." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1125 flatcamTools/ToolPaint.py:959 +#: flatcamTools/ToolNonCopperClear.py:1119 flatcamTools/ToolPaint.py:953 msgid "Delete failed. Select a tool to delete." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1130 flatcamTools/ToolPaint.py:965 +#: flatcamTools/ToolNonCopperClear.py:1124 flatcamTools/ToolPaint.py:959 msgid "Tool(s) deleted from Tool Table." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1177 +#: flatcamTools/ToolNonCopperClear.py:1171 msgid "Wrong Tool Dia value format entered, use a number." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1186 flatcamTools/ToolPaint.py:1029 +#: flatcamTools/ToolNonCopperClear.py:1180 flatcamTools/ToolPaint.py:1023 msgid "No selected tools in Tool Table." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1261 flatcamTools/ToolPaint.py:1201 +#: flatcamTools/ToolNonCopperClear.py:1255 flatcamTools/ToolPaint.py:1195 msgid "Click the end point of the paint area." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1416 flatcamTools/ToolNonCopperClear.py:1418 +#: flatcamTools/ToolNonCopperClear.py:1410 flatcamTools/ToolNonCopperClear.py:1412 msgid "Non-Copper clearing ..." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1428 +#: flatcamTools/ToolNonCopperClear.py:1422 msgid "NCC Tool started. Reading parameters." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1491 +#: flatcamTools/ToolNonCopperClear.py:1485 msgid "NCC Tool. Preparing non-copper polygons." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1587 +#: flatcamTools/ToolNonCopperClear.py:1581 msgid "NCC Tool. Finished non-copper polygons. Normal copper clearing task started." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1619 +#: flatcamTools/ToolNonCopperClear.py:1613 msgid "NCC Tool. Calculate 'empty' area." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1632 flatcamTools/ToolNonCopperClear.py:1729 -#: flatcamTools/ToolNonCopperClear.py:1741 flatcamTools/ToolNonCopperClear.py:2024 -#: flatcamTools/ToolNonCopperClear.py:2120 flatcamTools/ToolNonCopperClear.py:2132 +#: flatcamTools/ToolNonCopperClear.py:1626 flatcamTools/ToolNonCopperClear.py:1723 +#: flatcamTools/ToolNonCopperClear.py:1735 flatcamTools/ToolNonCopperClear.py:2018 +#: flatcamTools/ToolNonCopperClear.py:2114 flatcamTools/ToolNonCopperClear.py:2126 msgid "Buffering finished" msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1748 flatcamTools/ToolNonCopperClear.py:2138 +#: flatcamTools/ToolNonCopperClear.py:1742 flatcamTools/ToolNonCopperClear.py:2132 msgid "The selected object is not suitable for copper clearing." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1753 flatcamTools/ToolNonCopperClear.py:2143 +#: flatcamTools/ToolNonCopperClear.py:1747 flatcamTools/ToolNonCopperClear.py:2137 msgid "Could not get the extent of the area to be non copper cleared." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1760 +#: flatcamTools/ToolNonCopperClear.py:1754 msgid "NCC Tool. Finished calculation of 'empty' area." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1774 flatcamTools/ToolNonCopperClear.py:2168 +#: flatcamTools/ToolNonCopperClear.py:1768 flatcamTools/ToolNonCopperClear.py:2162 msgid "NCC Tool clearing with tool diameter = " msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1777 flatcamTools/ToolNonCopperClear.py:2171 +#: flatcamTools/ToolNonCopperClear.py:1771 flatcamTools/ToolNonCopperClear.py:2165 msgid "started." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1953 +#: flatcamTools/ToolNonCopperClear.py:1947 msgid "" "There is no NCC Geometry in the file.\n" "Usually it means that the tool diameter is too big for the painted geometry.\n" "Change the painting parameters and try again." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1973 +#: flatcamTools/ToolNonCopperClear.py:1967 msgid "NCC Tool clear all done." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1975 +#: flatcamTools/ToolNonCopperClear.py:1969 msgid "NCC Tool clear all done but the copper features isolation is broken for" msgstr "" -#: flatcamTools/ToolNonCopperClear.py:1978 flatcamTools/ToolNonCopperClear.py:2347 +#: flatcamTools/ToolNonCopperClear.py:1972 flatcamTools/ToolNonCopperClear.py:2341 msgid "tools" msgstr "" -#: flatcamTools/ToolNonCopperClear.py:2343 +#: flatcamTools/ToolNonCopperClear.py:2337 msgid "NCC Tool Rest Machining clear all done." msgstr "" -#: flatcamTools/ToolNonCopperClear.py:2346 +#: flatcamTools/ToolNonCopperClear.py:2340 msgid "" "NCC Tool Rest Machining clear all done but the copper features isolation is broken for" msgstr "" -#: flatcamTools/ToolNonCopperClear.py:2793 +#: flatcamTools/ToolNonCopperClear.py:2787 msgid "" "Try to use the Buffering Type = Full in Preferences -> Gerber General. Reload the Gerber " "file after this change." @@ -12971,7 +12982,7 @@ msgid "" "- Line-based: Parallel lines." msgstr "" -#: flatcamTools/ToolPaint.py:287 +#: flatcamTools/ToolPaint.py:283 msgid "" "If checked, use 'rest machining'.\n" "Basically it will clear copper outside PCB features,\n" @@ -12983,25 +12994,25 @@ msgid "" "If not checked, use the standard algorithm." msgstr "" -#: flatcamTools/ToolPaint.py:313 +#: flatcamTools/ToolPaint.py:307 msgid "Polygon Selection" msgstr "" -#: flatcamTools/ToolPaint.py:315 +#: flatcamTools/ToolPaint.py:309 msgid "All Polygons" msgstr "" -#: flatcamTools/ToolPaint.py:334 +#: flatcamTools/ToolPaint.py:328 msgid "" "The type of FlatCAM object to be used as paint reference.\n" "It can be Gerber, Excellon or Geometry." msgstr "" -#: flatcamTools/ToolPaint.py:359 +#: flatcamTools/ToolPaint.py:353 msgid "Create Paint Geometry" msgstr "" -#: flatcamTools/ToolPaint.py:361 +#: flatcamTools/ToolPaint.py:355 msgid "" "- 'Area Selection' - left mouse click to start selection of the area to be painted.\n" "Keeping a modifier key pressed (CTRL or SHIFT) will allow to add multiple areas.\n" @@ -13010,144 +13021,144 @@ msgid "" "specified by another object." msgstr "" -#: flatcamTools/ToolPaint.py:979 +#: flatcamTools/ToolPaint.py:973 msgid "Paint Tool. Reading parameters." msgstr "" -#: flatcamTools/ToolPaint.py:994 +#: flatcamTools/ToolPaint.py:988 #, python-format msgid "Could not retrieve object: %s" msgstr "" -#: flatcamTools/ToolPaint.py:1008 +#: flatcamTools/ToolPaint.py:1002 msgid "Can't do Paint on MultiGeo geometries" msgstr "" -#: flatcamTools/ToolPaint.py:1041 +#: flatcamTools/ToolPaint.py:1035 msgid "Click on a polygon to paint it." msgstr "" -#: flatcamTools/ToolPaint.py:1060 +#: flatcamTools/ToolPaint.py:1054 msgid "Click the start point of the paint area." msgstr "" -#: flatcamTools/ToolPaint.py:1128 +#: flatcamTools/ToolPaint.py:1122 msgid "Click to add next polygon or right click to start painting." msgstr "" -#: flatcamTools/ToolPaint.py:1141 +#: flatcamTools/ToolPaint.py:1135 msgid "Click to add/remove next polygon or right click to start painting." msgstr "" -#: flatcamTools/ToolPaint.py:1350 flatcamTools/ToolPaint.py:1353 -#: flatcamTools/ToolPaint.py:1355 flatcamTools/ToolPaint.py:1993 -#: flatcamTools/ToolPaint.py:1997 flatcamTools/ToolPaint.py:2000 -#: flatcamTools/ToolPaint.py:2282 flatcamTools/ToolPaint.py:2287 -#: flatcamTools/ToolPaint.py:2290 flatcamTools/ToolPaint.py:2464 -#: flatcamTools/ToolPaint.py:2471 +#: flatcamTools/ToolPaint.py:1344 flatcamTools/ToolPaint.py:1347 +#: flatcamTools/ToolPaint.py:1349 flatcamTools/ToolPaint.py:1987 +#: flatcamTools/ToolPaint.py:1991 flatcamTools/ToolPaint.py:1994 +#: flatcamTools/ToolPaint.py:2276 flatcamTools/ToolPaint.py:2281 +#: flatcamTools/ToolPaint.py:2284 flatcamTools/ToolPaint.py:2458 +#: flatcamTools/ToolPaint.py:2465 msgid "Paint Tool." msgstr "" -#: flatcamTools/ToolPaint.py:1350 flatcamTools/ToolPaint.py:1353 -#: flatcamTools/ToolPaint.py:1355 +#: flatcamTools/ToolPaint.py:1344 flatcamTools/ToolPaint.py:1347 +#: flatcamTools/ToolPaint.py:1349 msgid "Normal painting polygon task started." msgstr "" -#: flatcamTools/ToolPaint.py:1351 flatcamTools/ToolPaint.py:1712 -#: flatcamTools/ToolPaint.py:1994 flatcamTools/ToolPaint.py:2284 -#: flatcamTools/ToolPaint.py:2466 +#: flatcamTools/ToolPaint.py:1345 flatcamTools/ToolPaint.py:1706 +#: flatcamTools/ToolPaint.py:1988 flatcamTools/ToolPaint.py:2278 +#: flatcamTools/ToolPaint.py:2460 msgid "Buffering geometry..." msgstr "" -#: flatcamTools/ToolPaint.py:1373 +#: flatcamTools/ToolPaint.py:1367 msgid "No polygon found." msgstr "" -#: flatcamTools/ToolPaint.py:1407 +#: flatcamTools/ToolPaint.py:1401 msgid "Painting polygon..." msgstr "" -#: flatcamTools/ToolPaint.py:1454 +#: flatcamTools/ToolPaint.py:1448 msgid "Geometry could not be painted completely" msgstr "" -#: flatcamTools/ToolPaint.py:1487 +#: flatcamTools/ToolPaint.py:1481 msgid "" "Could not do Paint. Try a different combination of parameters. Or a different strategy of " "paint" msgstr "" -#: flatcamTools/ToolPaint.py:1539 flatcamTools/ToolPaint.py:1973 -#: flatcamTools/ToolPaint.py:2123 flatcamTools/ToolPaint.py:2444 -#: flatcamTools/ToolPaint.py:2598 +#: flatcamTools/ToolPaint.py:1533 flatcamTools/ToolPaint.py:1967 +#: flatcamTools/ToolPaint.py:2117 flatcamTools/ToolPaint.py:2438 +#: flatcamTools/ToolPaint.py:2592 msgid "" "There is no Painting Geometry in the file.\n" "Usually it means that the tool diameter is too big for the painted geometry.\n" "Change the painting parameters and try again." msgstr "" -#: flatcamTools/ToolPaint.py:1545 +#: flatcamTools/ToolPaint.py:1539 msgid "Paint Single Done." msgstr "" -#: flatcamTools/ToolPaint.py:1577 flatcamTools/ToolPaint.py:2151 -#: flatcamTools/ToolPaint.py:2626 +#: flatcamTools/ToolPaint.py:1571 flatcamTools/ToolPaint.py:2145 +#: flatcamTools/ToolPaint.py:2620 msgid "Polygon Paint started ..." msgstr "" -#: flatcamTools/ToolPaint.py:1629 flatcamTools/ToolPaint.py:2213 +#: flatcamTools/ToolPaint.py:1623 flatcamTools/ToolPaint.py:2207 msgid "Painting polygons..." msgstr "" -#: flatcamTools/ToolPaint.py:1711 flatcamTools/ToolPaint.py:1714 -#: flatcamTools/ToolPaint.py:1716 +#: flatcamTools/ToolPaint.py:1705 flatcamTools/ToolPaint.py:1708 +#: flatcamTools/ToolPaint.py:1710 msgid "Paint Tool. Normal painting all task started." msgstr "" -#: flatcamTools/ToolPaint.py:1750 flatcamTools/ToolPaint.py:2029 -#: flatcamTools/ToolPaint.py:2331 flatcamTools/ToolPaint.py:2507 +#: flatcamTools/ToolPaint.py:1744 flatcamTools/ToolPaint.py:2023 +#: flatcamTools/ToolPaint.py:2325 flatcamTools/ToolPaint.py:2501 msgid "Painting with tool diameter = " msgstr "" -#: flatcamTools/ToolPaint.py:1753 flatcamTools/ToolPaint.py:2032 -#: flatcamTools/ToolPaint.py:2334 flatcamTools/ToolPaint.py:2510 +#: flatcamTools/ToolPaint.py:1747 flatcamTools/ToolPaint.py:2026 +#: flatcamTools/ToolPaint.py:2328 flatcamTools/ToolPaint.py:2504 msgid "started" msgstr "" -#: flatcamTools/ToolPaint.py:1982 +#: flatcamTools/ToolPaint.py:1976 msgid "Paint All Done." msgstr "" -#: flatcamTools/ToolPaint.py:1993 flatcamTools/ToolPaint.py:1997 -#: flatcamTools/ToolPaint.py:2000 +#: flatcamTools/ToolPaint.py:1987 flatcamTools/ToolPaint.py:1991 +#: flatcamTools/ToolPaint.py:1994 msgid "Rest machining painting all task started." msgstr "" -#: flatcamTools/ToolPaint.py:2078 flatcamTools/ToolPaint.py:2394 -#: flatcamTools/ToolPaint.py:2554 +#: flatcamTools/ToolPaint.py:2072 flatcamTools/ToolPaint.py:2388 +#: flatcamTools/ToolPaint.py:2548 msgid "" "Could not do Paint All. Try a different combination of parameters. Or a different Method " "of paint" msgstr "" -#: flatcamTools/ToolPaint.py:2132 flatcamTools/ToolPaint.py:2607 +#: flatcamTools/ToolPaint.py:2126 flatcamTools/ToolPaint.py:2601 msgid "Paint All with Rest-Machining done." msgstr "" -#: flatcamTools/ToolPaint.py:2283 flatcamTools/ToolPaint.py:2287 -#: flatcamTools/ToolPaint.py:2290 +#: flatcamTools/ToolPaint.py:2277 flatcamTools/ToolPaint.py:2281 +#: flatcamTools/ToolPaint.py:2284 msgid "Normal painting area task started." msgstr "" -#: flatcamTools/ToolPaint.py:2453 +#: flatcamTools/ToolPaint.py:2447 msgid "Paint Area Done." msgstr "" -#: flatcamTools/ToolPaint.py:2465 flatcamTools/ToolPaint.py:2471 +#: flatcamTools/ToolPaint.py:2459 flatcamTools/ToolPaint.py:2465 msgid "Rest machining painting area task started." msgstr "" -#: flatcamTools/ToolPaint.py:2468 +#: flatcamTools/ToolPaint.py:2462 msgid "Paint Tool. Rest machining painting area task started." msgstr "" @@ -13516,10 +13527,6 @@ msgstr "" msgid "Clearance Height" msgstr "" -#: flatcamTools/ToolProperties.py:492 -msgid "Feedrate" -msgstr "" - #: flatcamTools/ToolProperties.py:512 msgid "Routing time" msgstr ""