From 147c6c3d7b51087a96e2daef8fc7bef882afdc98 Mon Sep 17 00:00:00 2001 From: Arjen Hiemstra Date: Fri, 11 Sep 2015 13:53:17 +0200 Subject: [PATCH] Update pot files and drop cura_qt.pot --- resources/i18n/cura.pot | 827 ++++++++++++++- resources/i18n/cura_qt.pot | 419 -------- resources/i18n/fdmprinter.json.pot | 1493 +++++++++++++++++++++++----- 3 files changed, 2012 insertions(+), 727 deletions(-) delete mode 100644 resources/i18n/cura_qt.pot diff --git a/resources/i18n/cura.pot b/resources/i18n/cura.pot index 8daa24d280..18f53831e8 100644 --- a/resources/i18n/cura.pot +++ b/resources/i18n/cura.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-05-07 16:35+0200\n" +"POT-Creation-Date: 2015-09-11 13:40+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,75 +17,820 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: /home/ahiemstra/Projects/Ultimaker/cura/src/CuraApplication.py:91 -msgctxt "Save button tooltip" -msgid "Save to Disk" -msgstr "" - -#: /home/ahiemstra/Projects/Ultimaker/cura/src/CuraApplication.py:96 -msgctxt "Splash screen message" +#: /home/ahiemstra/dev/15.10/src/cura/cura/CuraApplication.py:135 +msgctxt "@info:progress" msgid "Setting up scene..." msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/src/CuraApplication.py:130 -msgctxt "Splash screen message" +#: /home/ahiemstra/dev/15.10/src/cura/cura/CuraApplication.py:169 +msgctxt "@info:progress" msgid "Loading interface..." msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/src/CuraApplication.py:373 -#, python-brace-format -msgctxt "Save button tooltip. {0} is sd card name" -msgid "Save to SD Card {0}" +#: /home/ahiemstra/dev/15.10/src/cura/cura/CrashHandler.py:20 +msgctxt "@title:window" +msgid "Oops!" msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/src/CuraApplication.py:421 -#, python-brace-format -msgctxt "Saved to SD message, {0} is sdcard, {1} is filename" -msgid "Saved to SD Card {0} as {1}" +#: /home/ahiemstra/dev/15.10/src/cura/cura/CrashHandler.py:26 +msgctxt "@label" +msgid "" +"

An uncaught exception has occurred!

Please use the information " +"below to post a bug report at http://github.com/Ultimaker/Cura/issues

" msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/src/CuraApplication.py:424 -msgctxt "Message action" -msgid "Eject" +#: /home/ahiemstra/dev/15.10/src/cura/cura/CrashHandler.py:46 +msgctxt "@action:button" +msgid "Open Web Page" msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/src/CuraApplication.py:426 -#, python-brace-format -msgctxt "Message action tooltip, {0} is sdcard" -msgid "Eject SD Card {0}" +#: /home/ahiemstra/dev/15.10/src/cura/plugins/3MFReader/__init__.py:12 +msgctxt "@label" +msgid "3MF Reader" msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/plugins/CuraEngineBackend/__init__.py:13 -msgctxt "CuraEngine backend plugin description" +#: /home/ahiemstra/dev/15.10/src/cura/plugins/3MFReader/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Provides support for reading 3MF files." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/3MFReader/__init__.py:20 +msgctxt "@item:inlistbox displays the fileformat in a list" +msgid "3MF File" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/ChangeLogPlugin/__init__.py:12 +msgctxt "@label" +msgid "Change Log" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/ChangeLogPlugin/__init__.py:15 +msgctxt "@info:whatsthis" +msgid "Shows changes since latest checked version" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/__init__.py:13 +msgctxt "@label" +msgid "CuraEngine Backend" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/__init__.py:15 +msgctxt "@info:whatsthis" msgid "Provides the link to the CuraEngine slicing backend" msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/plugins/USBPrinting/USBPrinterManager.py:40 -msgid "Update Firmware" +#: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py:30 +#: /home/ahiemstra/dev/15.10/src/cura/plugins/CuraEngineBackend/ProcessSlicedObjectListJob.py:111 +msgctxt "@info:status" +msgid "Processing Layers" msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/plugins/USBPrinting/__init__.py:13 -msgctxt "USB Printing plugin description" -msgid "" -"Accepts G-Code and sends them to a printer. Plugin can also update firmware" +#: /home/ahiemstra/dev/15.10/src/cura/plugins/GCodeWriter/__init__.py:12 +msgctxt "@label" +msgid "GCode Writer" msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/plugins/GCodeWriter/__init__.py:13 -msgctxt "GCode Writer Plugin Description" +#: /home/ahiemstra/dev/15.10/src/cura/plugins/GCodeWriter/__init__.py:15 +msgctxt "@info:whatsthis" msgid "Writes GCode to a file" msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/plugins/GCodeWriter/__init__.py:18 -msgctxt "GCode Writer File Description" +#: /home/ahiemstra/dev/15.10/src/cura/plugins/GCodeWriter/__init__.py:22 +msgctxt "@item:inlistbox displays the fileformat in a list" msgid "GCode File" msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/plugins/LayerView/__init__.py:13 -msgctxt "Layer View plugin description" +#: /home/ahiemstra/dev/15.10/src/cura/plugins/LayerView/__init__.py:13 +msgctxt "@label" +msgid "Layer View" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/LayerView/__init__.py:16 +msgctxt "@info:whatsthis" msgid "Provides the Layer view." msgstr "" -#: /home/ahiemstra/Projects/Ultimaker/cura/plugins/LayerView/__init__.py:16 -msgctxt "Layers View mode" +#: /home/ahiemstra/dev/15.10/src/cura/plugins/LayerView/__init__.py:20 +msgctxt "@item:inlistbox" msgid "Layers" msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:20 +msgctxt "@action:button" +msgid "Save to Removable Drive" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:21 +#, python-brace-format +msgctxt "@item:inlistbox" +msgid "Save to Removable Drive {0}" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:52 +#, python-brace-format +msgctxt "@info:progress" +msgid "Saving to Removable Drive {0}" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:73 +#, python-brace-format +msgctxt "@info:status" +msgid "Saved to Removable Drive {0} as {1}" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:74 +msgctxt "@action:button" +msgid "Eject" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:74 +#, python-brace-format +msgctxt "@action" +msgid "Eject removable device {0}" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDriveOutputDevice.py:79 +#, python-brace-format +msgctxt "@info:status" +msgid "Could not save to removable drive {0}: {1}" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:42 +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/RemovableDrivePlugin.py:45 +msgid "@info:status" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/WindowsRemovableDrivePlugin.py:58 +msgctxt "@item:intext" +msgid "Removable Drive" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/__init__.py:12 +msgctxt "@label" +msgid "Removable Drive Output Device Plugin" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/RemovableDriveOutputDevice/__init__.py:14 +msgctxt "@info:whatsthis" +msgid "Provides removable drive hotplugging and writing support" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/SliceInfo.py:35 +msgctxt "@info" +msgid "" +"Cura automatically sends slice info. You can disable this in preferences" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/SliceInfo.py:36 +msgctxt "@action:button" +msgid "Dismiss" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/SliceInfo.py:36 +msgctxt "@action" +msgid "Dismiss" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/__init__.py:10 +msgctxt "@label" +msgid "Slice info" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/SliceInfoPlugin/__init__.py:13 +msgctxt "@info:whatsthis" +msgid "Submits anonymous slice info. Can be disabled through preferences." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/PrinterConnection.py:35 +msgctxt "@item:inmenu" +msgid "USB printing" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/PrinterConnection.py:36 +msgctxt "@action:button" +msgid "Print with USB" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/PrinterConnection.py:37 +msgctxt "@info:tooltip" +msgid "Print with USB" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/__init__.py:13 +msgctxt "@label" +msgid "USB printing" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/__init__.py:17 +msgctxt "@info:whatsthis" +msgid "" +"Accepts G-Code and sends them to a printer. Plugin can also update firmware." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/USBPrinterManager.py:46 +msgctxt "@title:menu" +msgid "Firmware" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/USBPrinterManager.py:47 +msgctxt "@item:inmenu" +msgid "Update Firmware" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:17 +msgctxt "@title:window" +msgid "Print with USB" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:28 +msgctxt "@label" +msgid "Extruder Temperature %1" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:33 +msgctxt "@label" +msgid "Bed Temperature %1" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:60 +msgctxt "@action:button" +msgid "Print" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/ControlWindow.qml:67 +msgctxt "@action:button" +msgid "Cancel" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:20 +msgctxt "@title:window" +msgid "Firmware Update" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:38 +msgctxt "@label" +msgid "Starting firmware update, this may take a while." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:43 +msgctxt "@label" +msgid "Firmware update completed." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:48 +msgctxt "@label" +msgid "Updating firmware." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/plugins/USBPrinting/FirmwareUpdateWindow.qml:78 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/EngineLog.qml:38 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:74 +msgctxt "@action:button" +msgid "Close" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AddMachineWizard.qml:18 +msgctxt "@title:window" +msgid "Add Printer" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AddMachineWizard.qml:25 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:51 +msgctxt "@title" +msgid "Add Printer" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/EngineLog.qml:15 +msgctxt "@title:window" +msgid "Engine Log" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ProfileSetup.qml:31 +msgctxt "@label" +msgid "Variant:" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ProfileSetup.qml:82 +msgctxt "@label" +msgid "Global Profile:" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/Bedleveling.qml:29 +msgctxt "@action:button" +msgid "Move to next position" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:39 +msgctxt "@label" +msgid "" +"To assist you in having better default settings for your Ultimaker. Cura " +"would like to know which upgrades you have in your machine:" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:49 +msgctxt "@option:check" +msgid "Extruder driver ugrades" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:54 +msgctxt "@option:check" +msgid "Heated printer bed (kit)" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:58 +msgctxt "@option:check" +msgid "Heated printer bed (self built)" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:62 +msgctxt "@option:check" +msgid "Dual extrusion (experimental)" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:70 +msgctxt "@label" +msgid "" +"If you have an Ultimaker bought after october 2012 you will have the " +"Extruder drive upgrade. If you do not have this upgrade, it is highly " +"recommended to improve reliability." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/SelectUpgradedParts.qml:77 +msgctxt "@label" +msgid "" +"This upgrade can be bought from the Ultimaker webshop or found on " +"thingiverse as thing:26094" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:44 +msgctxt "@label" +msgid "" +"It's a good idea to do a few sanity checks on your Ultimaker. \n" +" You can skip these if you know your machine is functional" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:51 +msgctxt "@label" +msgid "Connection: " +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:55 +msgctxt "@info:status" +msgid "Done" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:55 +msgctxt "@info:status" +msgid "Incomplete" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:62 +msgctxt "@label" +msgid "Min endstop X: " +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:66 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:77 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:89 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:178 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:187 +msgctxt "@info:status" +msgid "Works" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:66 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:77 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:89 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:119 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:149 +msgctxt "@info:status" +msgid "Not checked" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:73 +msgctxt "@label" +msgid "Min endstop Y: " +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:85 +msgctxt "@label" +msgid "Min endstop Z: " +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:97 +msgctxt "@label" +msgid "Nozzle temperature check: " +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:105 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:135 +msgctxt "@action:button" +msgid "Start heating" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:110 +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:140 +msgctxt "@info:progress" +msgid "Checking" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UltimakerCheckup.qml:127 +msgctxt "@label" +msgid "bed temperature check: " +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UpgradeFirmware.qml:42 +msgctxt "@action:button" +msgid "Update" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/UpgradeFirmware.qml:48 +msgctxt "@info:status" +msgid "ERROR" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:60 +msgctxt "@label" +msgid "Please select the type of printer:" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:186 +msgctxt "@label:textbox" +msgid "Printer Name:" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:212 +msgctxt "@title" +msgid "Select Upgraded Parts" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:215 +msgctxt "@title" +msgid "Upgrade Firmware" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:218 +msgctxt "@title" +msgid "Check Printer" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/WizardPages/AddMachine.qml:221 +msgctxt "@title" +msgid "Bed Levelling" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:15 +msgctxt "@title:window" +msgid "About Cura" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:54 +msgctxt "@label" +msgid "End-to-end solution for fused filament 3D printing." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/AboutDialog.qml:66 +msgctxt "@info:credit" +msgid "" +"Cura has been developed by Ultimaker B.V. in cooperation with the community." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:141 +msgctxt "@label:listbox" +msgid "Helpers:" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:154 +msgctxt "@option:check" +msgid "Enable Skirt Adhesion" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarSimple.qml:169 +msgctxt "@option:check" +msgid "Enable Support" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:16 +msgctxt "@title:window" +msgid "View" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:41 +msgctxt "@option:check" +msgid "Display Overhang" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:45 +msgctxt "@info:tooltip" +msgid "" +"Highlight unsupported areas of the model in red. Without support these areas " +"will nog print properly." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:74 +msgctxt "@action:button" +msgid "Center camera when item is selected" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/ViewPage.qml:78 +msgctxt "@info:tooltip" +msgid "" +"Moves the camera so the object is in the center of the view when an object " +"is selected" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SaveButton.qml:70 +msgctxt "@label:textbox" +msgid "Printjob Name" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SaveButton.qml:139 +msgctxt "" +"@label h:m (abbreviation for hours:minutes) is added to the expected " +"printtime (%1)" +msgid "%1 h:m" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SaveButton.qml:166 +msgctxt "" +"@label m (abbreviation for meters) is added to the expected length of " +"filament (%1) " +msgid "%1 m" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SaveButton.qml:228 +msgctxt "@info:tooltip" +msgid "Select the active output device" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarHeader.qml:30 +msgctxt "@label:listbox" +msgid "Print Setup: " +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/SidebarHeader.qml:97 +msgctxt "@label:listbox" +msgid "Machine:" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:52 +msgctxt "@action" +msgid "Toggle Full Screen" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:59 +msgctxt "@action" +msgid "Undo" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:67 +msgctxt "@action" +msgid "Redo" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:75 +msgctxt "@action" +msgid "Quit" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:83 +msgctxt "@action" +msgid "Preferences..." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:90 +msgctxt "@action" +msgid "Add Printer..." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:96 +msgctxt "@action" +msgid "Manage Printers..." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:103 +msgctxt "@action" +msgid "Manage Profiles..." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:110 +msgctxt "@action" +msgid "Show Online &Documentation" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:117 +msgctxt "@action" +msgid "Report a &Bug" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:124 +msgctxt "@action" +msgid "About..." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:131 +msgctxt "@action" +msgid "Delete Selection" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:139 +msgctxt "@action" +msgid "Delete Object" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:147 +msgctxt "@action" +msgid "Center Object on Platform" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:153 +msgctxt "@action" +msgid "Group Objects" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:161 +msgctxt "@action" +msgid "Ungroup Objects" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:169 +msgctxt "@action" +msgid "Merge Objects" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:177 +msgctxt "@action" +msgid "Duplicate Object" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:184 +msgctxt "@action" +msgid "Clear Build Platform" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:191 +msgctxt "@action" +msgid "Reload All Objects" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:198 +msgctxt "@action" +msgid "Reset All Object Positions" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:204 +msgctxt "@action" +msgid "Reset All Object Transformations" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:210 +msgctxt "@action" +msgid "Open File" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:218 +msgctxt "@action" +msgid "Save..." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Actions.qml:226 +msgctxt "@action" +msgid "Show Engine &Log..." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:17 +msgctxt "@title:window" +msgid "Cura" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:35 +msgctxt "@title:menu" +msgid "&File" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:44 +msgctxt "@title:menu" +msgid "Open &Recent" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:73 +msgctxt "@action:inmenu" +msgid "&Save Selection to File" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:81 +msgctxt "@title:menu" +msgid "Save &All" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:109 +msgctxt "@title:menu" +msgid "&Edit" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:126 +msgctxt "@title:menu" +msgid "&View" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:152 +msgctxt "@title:menu" +msgid "&Machine" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:198 +msgctxt "@title:menu" +msgid "&Profile" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:225 +msgctxt "@title:menu" +msgid "E&xtensions" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:258 +msgctxt "@title:menu" +msgid "&Settings" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:266 +msgctxt "@title:menu" +msgid "&Help" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:336 +msgctxt "@action:button" +msgid "Open File" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:378 +msgctxt "@action:button" +msgid "View Mode" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:462 +msgctxt "@title:tab" +msgid "General" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:465 +msgctxt "@title:tab" +msgid "View" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/Cura.qml:605 +msgctxt "@title:window" +msgid "Open File" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:14 +msgctxt "@title" +msgid "General" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:36 +msgctxt "@label" +msgid "Language" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:96 +msgctxt "@label" +msgid "" +"You will need to restart the application for language changes to have effect." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:112 +msgctxt "@option:check" +msgid "Ensure objects are kept apart" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:116 +msgctxt "@info:tooltip" +msgid "" +"Should objects on the platform be moved so that they no longer intersect." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:145 +msgctxt "@option:check" +msgid "Send (Anonymous) Print Information" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:149 +msgctxt "@info:tooltip" +msgid "" +"Should anonymous data about your print be sent to Ultimaker? Note, no " +"models, IP addresses or other personally identifiable information is sent or " +"stored." +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:177 +msgctxt "@option:check" +msgid "Scale Too Large Files" +msgstr "" + +#: /home/ahiemstra/dev/15.10/src/cura/resources/qml/GeneralPage.qml:181 +msgctxt "@info:tooltip" +msgid "" +"Should opened files be scaled to the build volume when they are too large?" +msgstr "" diff --git a/resources/i18n/cura_qt.pot b/resources/i18n/cura_qt.pot deleted file mode 100644 index 9818f725f0..0000000000 --- a/resources/i18n/cura_qt.pot +++ /dev/null @@ -1,419 +0,0 @@ -msgid "" -msgstr "" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Qt-Contexts: true\n" - -#. About dialog title -#: ../resources/qml/AboutDialog.qml:12 -msgctxt "AboutDialog|" -msgid "About Cura" -msgstr "" - -#. About dialog application description -#: ../resources/qml/AboutDialog.qml:42 -msgctxt "AboutDialog|" -msgid "End-to-end solution for fused filament 3D printing." -msgstr "" - -#. About dialog application author note -#: ../resources/qml/AboutDialog.qml:47 -msgctxt "AboutDialog|" -msgid "" -"Cura has been developed by Ultimaker B.V. in cooperation with the community." -msgstr "" - -#. Close about dialog button -#: ../resources/qml/AboutDialog.qml:58 -msgctxt "AboutDialog|" -msgid "Close" -msgstr "" - -#. Undo action -#: ../resources/qml/Actions.qml:37 -msgctxt "Actions|" -msgid "&Undo" -msgstr "" - -#. Redo action -#: ../resources/qml/Actions.qml:45 -msgctxt "Actions|" -msgid "&Redo" -msgstr "" - -#. Quit action -#: ../resources/qml/Actions.qml:53 -msgctxt "Actions|" -msgid "&Quit" -msgstr "" - -#. Preferences action -#: ../resources/qml/Actions.qml:61 -msgctxt "Actions|" -msgid "&Preferences..." -msgstr "" - -#. Add Printer action -#: ../resources/qml/Actions.qml:68 -msgctxt "Actions|" -msgid "&Add Printer..." -msgstr "" - -#. Configure Printers action -#: ../resources/qml/Actions.qml:74 -msgctxt "Actions|" -msgid "&Configure Printers" -msgstr "" - -#. Show Online Documentation action -#: ../resources/qml/Actions.qml:81 -msgctxt "Actions|" -msgid "Show Online &Documentation" -msgstr "" - -#. Report a Bug Action -#: ../resources/qml/Actions.qml:89 -msgctxt "Actions|" -msgid "Report a &Bug" -msgstr "" - -#. About action -#: ../resources/qml/Actions.qml:96 -msgctxt "Actions|" -msgid "&About..." -msgstr "" - -#. Delete selection action -#: ../resources/qml/Actions.qml:103 -msgctxt "Actions|" -msgid "Delete Selection" -msgstr "" - -#. Delete object action -#: ../resources/qml/Actions.qml:111 -msgctxt "Actions|" -msgid "Delete Object" -msgstr "" - -#. Center object action -#: ../resources/qml/Actions.qml:118 -msgctxt "Actions|" -msgid "Center Object on Platform" -msgstr "" - -#. Duplicate object action -#: ../resources/qml/Actions.qml:124 -msgctxt "Actions|" -msgid "Duplicate Object" -msgstr "" - -#. Split object action -#: ../resources/qml/Actions.qml:130 -msgctxt "Actions|" -msgid "Split Object into Parts" -msgstr "" - -#. Clear build platform action -#: ../resources/qml/Actions.qml:137 -msgctxt "Actions|" -msgid "Clear Build Platform" -msgstr "" - -#. Reload all objects action -#: ../resources/qml/Actions.qml:144 -msgctxt "Actions|" -msgid "Reload All Objects" -msgstr "" - -#. Reset all positions action -#: ../resources/qml/Actions.qml:150 -msgctxt "Actions|" -msgid "Reset All Object Positions" -msgstr "" - -#. Reset all positions action -#: ../resources/qml/Actions.qml:156 -msgctxt "Actions|" -msgid "Reset All Object Transformations" -msgstr "" - -#. Open file action -#: ../resources/qml/Actions.qml:162 -msgctxt "Actions|" -msgid "&Open..." -msgstr "" - -#. Save file action -#: ../resources/qml/Actions.qml:170 -msgctxt "Actions|" -msgid "&Save..." -msgstr "" - -#. Show engine log action -#: ../resources/qml/Actions.qml:178 -msgctxt "Actions|" -msgid "Show engine &log..." -msgstr "" - -#. Add Printer dialog title -#. ---------- -#. Add Printer wizard page title -#: ../resources/qml/AddMachineWizard.qml:12 -#: ../resources/qml/AddMachineWizard.qml:19 -msgctxt "AddMachineWizard|" -msgid "Add Printer" -msgstr "" - -#. Add Printer wizard page description -#: ../resources/qml/AddMachineWizard.qml:25 -msgctxt "AddMachineWizard|" -msgid "Please select the type of printer:" -msgstr "" - -#. Add Printer wizard field label -#: ../resources/qml/AddMachineWizard.qml:40 -msgctxt "AddMachineWizard|" -msgid "Printer Name:" -msgstr "" - -#. Add Printer wizarad button -#: ../resources/qml/AddMachineWizard.qml:53 -msgctxt "AddMachineWizard|" -msgid "Next" -msgstr "" - -#. Add Printer wizarad button -#: ../resources/qml/AddMachineWizard.qml:63 -msgctxt "AddMachineWizard|" -msgid "Cancel" -msgstr "" - -#. USB Printing dialog label, %1 is head temperature -#: ../plugins/USBPrinting/ControlWindow.qml:15 -#, qt-format -msgctxt "ControlWindow|" -msgid "Extruder Temperature %1" -msgstr "" - -#. USB Printing dialog label, %1 is bed temperature -#: ../plugins/USBPrinting/ControlWindow.qml:20 -#, qt-format -msgctxt "ControlWindow|" -msgid "Bed Temperature %1" -msgstr "" - -#. USB Printing dialog start print button -#: ../plugins/USBPrinting/ControlWindow.qml:33 -msgctxt "ControlWindow|" -msgid "Print" -msgstr "" - -#. USB Printing dialog cancel print button -#: ../plugins/USBPrinting/ControlWindow.qml:40 -msgctxt "ControlWindow|" -msgid "Cancel" -msgstr "" - -#. Cura application window title -#: ../resources/qml/Cura.qml:14 -msgctxt "Cura|" -msgid "Cura" -msgstr "" - -#. File menu -#: ../resources/qml/Cura.qml:26 -msgctxt "Cura|" -msgid "&File" -msgstr "" - -#. Edit menu -#: ../resources/qml/Cura.qml:38 -msgctxt "Cura|" -msgid "&Edit" -msgstr "" - -#. Machine menu -#: ../resources/qml/Cura.qml:50 -msgctxt "Cura|" -msgid "&Machine" -msgstr "" - -#. Extensions menu -#: ../resources/qml/Cura.qml:76 -msgctxt "Cura|" -msgid "E&xtensions" -msgstr "" - -#. Settings menu -#: ../resources/qml/Cura.qml:107 -msgctxt "Cura|" -msgid "&Settings" -msgstr "" - -#. Help menu -#: ../resources/qml/Cura.qml:114 -msgctxt "Cura|" -msgid "&Help" -msgstr "" - -#. View Mode toolbar button -#: ../resources/qml/Cura.qml:231 -msgctxt "Cura|" -msgid "View Mode" -msgstr "" - -#. View preferences page title -#: ../resources/qml/Cura.qml:273 -msgctxt "Cura|" -msgid "View" -msgstr "" - -#. File open dialog title -#: ../resources/qml/Cura.qml:370 -msgctxt "Cura|" -msgid "Open File" -msgstr "" - -#. File save dialog title -#: ../resources/qml/Cura.qml:386 -msgctxt "Cura|" -msgid "Save File" -msgstr "" - -#. Engine Log dialog title -#: ../resources/qml/EngineLog.qml:11 -msgctxt "EngineLog|" -msgid "Engine Log" -msgstr "" - -#. Close engine log button -#: ../resources/qml/EngineLog.qml:30 -msgctxt "EngineLog|" -msgid "Close" -msgstr "" - -#. Firmware update status label -#: ../plugins/USBPrinting/FirmwareUpdateWindow.qml:16 -msgctxt "FirmwareUpdateWindow|" -msgid "Starting firmware update, this may take a while." -msgstr "" - -#. Firmware update status label -#: ../plugins/USBPrinting/FirmwareUpdateWindow.qml:21 -msgctxt "FirmwareUpdateWindow|" -msgid "Firmware update completed." -msgstr "" - -#. Firmware update status label -#: ../plugins/USBPrinting/FirmwareUpdateWindow.qml:26 -msgctxt "FirmwareUpdateWindow|" -msgid "Updating firmware." -msgstr "" - -#. Print material amount save button label -#: ../resources/qml/SaveButton.qml:149 -#, qt-format -msgctxt "SaveButton|" -msgid "%1m material" -msgstr "" - -#. Save button label -#: ../resources/qml/SaveButton.qml:191 -msgctxt "SaveButton|" -msgid "Please load a 3D model" -msgstr "" - -#. Save button label -#: ../resources/qml/SaveButton.qml:194 -msgctxt "SaveButton|" -msgid "Calculating Print-time" -msgstr "" - -#. Save button label -#: ../resources/qml/SaveButton.qml:197 -msgctxt "SaveButton|" -msgid "Estimated Print-time" -msgstr "" - -#. Simple configuration mode option -#: ../resources/qml/Sidebar.qml:105 -msgctxt "Sidebar|" -msgid "Simple" -msgstr "" - -#. Advanced configuration mode option -#: ../resources/qml/Sidebar.qml:107 -msgctxt "Sidebar|" -msgid "Advanced" -msgstr "" - -#. Configuration mode label -#: ../resources/qml/SidebarHeader.qml:26 -msgctxt "SidebarHeader|" -msgid "Mode:" -msgstr "" - -#. Machine selection label -#: ../resources/qml/SidebarHeader.qml:70 -msgctxt "SidebarHeader|" -msgid "Machine:" -msgstr "" - -#. Sidebar header label -#: ../resources/qml/SidebarHeader.qml:117 -msgctxt "SidebarHeader|" -msgid "Print Setup" -msgstr "" - -#. Sidebar configuration label -#: ../resources/qml/SidebarSimple.qml:40 -msgctxt "SidebarSimple|" -msgid "No Model Loaded" -msgstr "" - -#. Sidebar configuration label -#: ../resources/qml/SidebarSimple.qml:45 -msgctxt "SidebarSimple|" -msgid "Calculating..." -msgstr "" - -#. Sidebar configuration label -#: ../resources/qml/SidebarSimple.qml:50 -msgctxt "SidebarSimple|" -msgid "Estimated Print Time" -msgstr "" - -#. Quality slider label -#: ../resources/qml/SidebarSimple.qml:87 -msgctxt "SidebarSimple|" -msgid "" -"Minimum\n" -"Draft" -msgstr "" - -#. Quality slider label -#: ../resources/qml/SidebarSimple.qml:97 -msgctxt "SidebarSimple|" -msgid "" -"Maximum\n" -"Quality" -msgstr "" - -#. Setting checkbox -#: ../resources/qml/SidebarSimple.qml:109 -msgctxt "SidebarSimple|" -msgid "Enable Support" -msgstr "" - -#. View configuration page title -#: ../resources/qml/ViewPage.qml:9 -msgctxt "ViewPage|" -msgid "View" -msgstr "" - -#. Display Overhang preference checkbox -#: ../resources/qml/ViewPage.qml:24 -msgctxt "ViewPage|" -msgid "Display Overhang" -msgstr "" diff --git a/resources/i18n/fdmprinter.json.pot b/resources/i18n/fdmprinter.json.pot index ed9ae18791..2199c1b21f 100644 --- a/resources/i18n/fdmprinter.json.pot +++ b/resources/i18n/fdmprinter.json.pot @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: Uranium json setting files\n" "Report-Msgid-Bugs-To: http://github.com/ultimaker/uranium\n" -"POT-Creation-Date: 2015-05-08 12:17+0000\n" +"POT-Creation-Date: 2015-09-11 13:40+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE\n" @@ -32,14 +32,121 @@ msgstr "" #: fdmprinter.json msgctxt "layer_height_0 label" -msgid "Initial Layer Thickness" +msgid "Initial Layer Height" msgstr "" #: fdmprinter.json msgctxt "layer_height_0 description" msgid "" -"The layer thickness of the bottom layer. A thicker bottom layer makes " -"sticking to the bed easier." +"The layer height of the bottom layer. A thicker bottom layer makes sticking " +"to the bed easier." +msgstr "" + +#: fdmprinter.json +msgctxt "line_width label" +msgid "Line Width" +msgstr "" + +#: fdmprinter.json +msgctxt "line_width description" +msgid "" +"Width of a single line. Each line will be printed with this width in mind. " +"Generally the width of each line should correspond to the width of your " +"nozzle, but for the outer wall and top/bottom surface smaller line widths " +"may be chosen, for higher quality." +msgstr "" + +#: fdmprinter.json +msgctxt "wall_line_width label" +msgid "Wall Line Width" +msgstr "" + +#: fdmprinter.json +msgctxt "wall_line_width description" +msgid "" +"Width of a single shell line. Each line of the shell will be printed with " +"this width in mind." +msgstr "" + +#: fdmprinter.json +msgctxt "wall_line_width_0 label" +msgid "Outer Wall Line Width" +msgstr "" + +#: fdmprinter.json +msgctxt "wall_line_width_0 description" +msgid "" +"Width of the outermost shell line. By printing a thinner outermost wall line " +"you can print higher details with a larger nozzle." +msgstr "" + +#: fdmprinter.json +msgctxt "wall_line_width_x label" +msgid "Other Walls Line Width" +msgstr "" + +#: fdmprinter.json +msgctxt "wall_line_width_x description" +msgid "" +"Width of a single shell line for all shell lines except the outermost one." +msgstr "" + +#: fdmprinter.json +msgctxt "skirt_line_width label" +msgid "Skirt line width" +msgstr "" + +#: fdmprinter.json +msgctxt "skirt_line_width description" +msgid "Width of a single skirt line." +msgstr "" + +#: fdmprinter.json +msgctxt "skin_line_width label" +msgid "Top/bottom line width" +msgstr "" + +#: fdmprinter.json +msgctxt "skin_line_width description" +msgid "" +"Width of a single top/bottom printed line, used to fill up the top/bottom " +"areas of a print." +msgstr "" + +#: fdmprinter.json +msgctxt "infill_line_width label" +msgid "Infill line width" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_line_width description" +msgid "Width of the inner infill printed lines." +msgstr "" + +#: fdmprinter.json +msgctxt "support_line_width label" +msgid "Support line width" +msgstr "" + +#: fdmprinter.json +msgctxt "support_line_width description" +msgid "Width of the printed support structures lines." +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_line_width label" +msgid "Support Roof line width" +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_line_width description" +msgid "" +"Width of a single support roof line, used to fill the top of the support." +msgstr "" + +#: fdmprinter.json +msgctxt "shell label" +msgid "Shell" msgstr "" #: fdmprinter.json @@ -82,80 +189,16 @@ msgid "" msgstr "" #: fdmprinter.json -msgctxt "wall_line_width label" -msgid "Wall Line Width" +msgctxt "alternate_extra_perimeter label" +msgid "Alternate Extra Wall" msgstr "" #: fdmprinter.json -msgctxt "wall_line_width description" +msgctxt "alternate_extra_perimeter description" msgid "" -"Width of a single shell line. Each line of the shell will be printed with " -"this width in mind." -msgstr "" - -#: fdmprinter.json -msgctxt "wall_line_width_0 label" -msgid "First Wall Line Width" -msgstr "" - -#: fdmprinter.json -msgctxt "wall_line_width_0 description" -msgid "" -"Width of the outermost shell line. By printing a thinner outermost wall line " -"you can print higher details with a larger nozzle." -msgstr "" - -#: fdmprinter.json -msgctxt "wall_line_width_x label" -msgid "Other Walls Line Width" -msgstr "" - -#: fdmprinter.json -msgctxt "wall_line_width_x description" -msgid "" -"Width of a single shell line for all shell lines except the outermost one." -msgstr "" - -#: fdmprinter.json -msgctxt "skirt_line_width label" -msgid "Skirt line width" -msgstr "" - -#: fdmprinter.json -msgctxt "skirt_line_width description" -msgid "Width of a single skirt line." -msgstr "" - -#: fdmprinter.json -msgctxt "skin_line_width label" -msgid "Top/bottom line width" -msgstr "" - -#: fdmprinter.json -msgctxt "skin_line_width description" -msgid "" -"Width of a single top/bottom printed line. Which are used to fill up the top/" -"bottom areas of a print." -msgstr "" - -#: fdmprinter.json -msgctxt "infill_line_width label" -msgid "Infill line width" -msgstr "" - -#: fdmprinter.json -msgctxt "infill_line_width description" -msgid "Width of the inner infill printed lines." -msgstr "" - -#: fdmprinter.json -msgctxt "support_line_width label" -msgid "Support line width" -msgstr "" - -#: fdmprinter.json -msgctxt "support_line_width description" -msgid "Width of the printed support structures lines." +"Make an extra wall at every second layer, so that infill will be caught " +"between an extra wall above and one below. This results in a better cohesion " +"between infill and walls, but might have an impact on the surface quality." msgstr "" #: fdmprinter.json @@ -221,18 +264,85 @@ msgid "This controls the amount of bottom layers." msgstr "" #: fdmprinter.json -msgctxt "wall_overlap_avoid_enabled label" -msgid "Avoid Overlapping Walls" +msgctxt "remove_overlapping_walls_enabled label" +msgid "Remove Overlapping Wall Parts" msgstr "" #: fdmprinter.json -msgctxt "wall_overlap_avoid_enabled description" +msgctxt "remove_overlapping_walls_enabled description" msgid "" "Remove parts of a wall which share an overlap which would result in " "overextrusion in some places. These overlaps occur in thin pieces in a model " "and sharp corners." msgstr "" +#: fdmprinter.json +msgctxt "remove_overlapping_walls_0_enabled label" +msgid "Remove Overlapping Outer Wall Parts" +msgstr "" + +#: fdmprinter.json +msgctxt "remove_overlapping_walls_0_enabled description" +msgid "" +"Remove parts of an outer wall which share an overlap which would result in " +"overextrusion in some places. These overlaps occur in thin pieces in a model " +"and sharp corners." +msgstr "" + +#: fdmprinter.json +msgctxt "remove_overlapping_walls_x_enabled label" +msgid "Remove Overlapping Other Wall Parts" +msgstr "" + +#: fdmprinter.json +msgctxt "remove_overlapping_walls_x_enabled description" +msgid "" +"Remove parts of an inner wall which share an overlap which would result in " +"overextrusion in some places. These overlaps occur in thin pieces in a model " +"and sharp corners." +msgstr "" + +#: fdmprinter.json +msgctxt "travel_compensate_overlapping_walls_enabled label" +msgid "Compensate Wall Overlaps" +msgstr "" + +#: fdmprinter.json +msgctxt "travel_compensate_overlapping_walls_enabled description" +msgid "" +"Compensate the flow for parts of a wall being laid down where there already " +"is a piece of a wall. These overlaps occur in thin pieces in a model. Gcode " +"generation might be slowed down considerably." +msgstr "" + +#: fdmprinter.json +msgctxt "fill_perimeter_gaps label" +msgid "Fill Gaps Between Walls" +msgstr "" + +#: fdmprinter.json +msgctxt "fill_perimeter_gaps description" +msgid "" +"Fill the gaps created by walls where they would otherwise be overlapping. " +"This will also fill thin walls. Optionally only the gaps occurring within " +"the top and bottom skin can be filled." +msgstr "" + +#: fdmprinter.json +msgctxt "fill_perimeter_gaps option nowhere" +msgid "Nowhere" +msgstr "" + +#: fdmprinter.json +msgctxt "fill_perimeter_gaps option everywhere" +msgid "Everywhere" +msgstr "" + +#: fdmprinter.json +msgctxt "fill_perimeter_gaps option skin" +msgid "Skin" +msgstr "" + #: fdmprinter.json msgctxt "top_bottom_pattern label" msgid "Bottom/Top Pattern" @@ -246,6 +356,47 @@ msgid "" "nicer end result." msgstr "" +#: fdmprinter.json +msgctxt "top_bottom_pattern option lines" +msgid "Lines" +msgstr "" + +#: fdmprinter.json +msgctxt "top_bottom_pattern option concentric" +msgid "Concentric" +msgstr "" + +#: fdmprinter.json +msgctxt "top_bottom_pattern option zigzag" +msgid "Zig Zag" +msgstr "" + +#: fdmprinter.json +msgctxt "skin_no_small_gaps_heuristic label" +msgid "Ingore small Z gaps" +msgstr "" + +#: fdmprinter.json +msgctxt "skin_no_small_gaps_heuristic description" +msgid "" +"When the model has small vertical gaps about 5% extra computation time can " +"be spent on generating top and bottom skin in these narrow spaces. In such a " +"case set this setting to false." +msgstr "" + +#: fdmprinter.json +msgctxt "skin_alternate_rotation label" +msgid "Alternate Skin Rotation" +msgstr "" + +#: fdmprinter.json +msgctxt "skin_alternate_rotation description" +msgid "" +"Alternate between diagonal skin fill and horizontal + vertical skin fill. " +"Although the diagonal directions can print quicker, this option can improve " +"on the printing quality by reducing the pillowing effect." +msgstr "" + #: fdmprinter.json msgctxt "skin_outline_count label" msgid "Skin Perimeter Line Count" @@ -271,6 +422,161 @@ msgid "" "holes." msgstr "" +#: fdmprinter.json +msgctxt "z_seam_type label" +msgid "Z Seam Alignment" +msgstr "" + +#: fdmprinter.json +msgctxt "z_seam_type description" +msgid "" +"Starting point of each part in a layer. When parts in consecutive layers " +"start at the same point a vertical seam may show on the print. When aligning " +"these at the back, the seam is easiest to remove. When placed randomly the " +"inaccuracies at the part start will be less noticable. When taking the " +"shortest path the print will be more quick." +msgstr "" + +#: fdmprinter.json +msgctxt "z_seam_type option back" +msgid "Back" +msgstr "" + +#: fdmprinter.json +msgctxt "z_seam_type option shortest" +msgid "Shortest" +msgstr "" + +#: fdmprinter.json +msgctxt "z_seam_type option random" +msgid "Random" +msgstr "" + +#: fdmprinter.json +msgctxt "infill label" +msgid "Infill" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_sparse_density label" +msgid "Infill Density" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_sparse_density description" +msgid "" +"This controls how densely filled the insides of your print will be. For a " +"solid part use 100%, for an hollow part use 0%. A value around 20% is " +"usually enough. This won't affect the outside of the print and only adjusts " +"how strong the part becomes." +msgstr "" + +#: fdmprinter.json +msgctxt "infill_line_distance label" +msgid "Line distance" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_line_distance description" +msgid "Distance between the printed infill lines." +msgstr "" + +#: fdmprinter.json +msgctxt "infill_pattern label" +msgid "Infill Pattern" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_pattern description" +msgid "" +"Cura defaults to switching between grid and line infill. But with this " +"setting visible you can control this yourself. The line infill swaps " +"direction on alternate layers of infill, while the grid prints the full " +"cross-hatching on each layer of infill." +msgstr "" + +#: fdmprinter.json +msgctxt "infill_pattern option grid" +msgid "Grid" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_pattern option lines" +msgid "Lines" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_pattern option concentric" +msgid "Concentric" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_pattern option zigzag" +msgid "Zig Zag" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_overlap label" +msgid "Infill Overlap" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_overlap description" +msgid "" +"The amount of overlap between the infill and the walls. A slight overlap " +"allows the walls to connect firmly to the infill." +msgstr "" + +#: fdmprinter.json +msgctxt "infill_wipe_dist label" +msgid "Infill Wipe Distance" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_wipe_dist description" +msgid "" +"Distance of a travel move inserted after every infill line, to make the " +"infill stick to the walls better. This option is imilar to infill overlap, " +"but without extrusion and only on one end of the infill line." +msgstr "" + +#: fdmprinter.json +msgctxt "infill_sparse_thickness label" +msgid "Infill Thickness" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_sparse_thickness description" +msgid "" +"The thickness of the sparse infill. This is rounded to a multiple of the " +"layerheight and used to print the sparse-infill in fewer, thicker layers to " +"save printing time." +msgstr "" + +#: fdmprinter.json +msgctxt "infill_sparse_combine label" +msgid "Infill Layers" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_sparse_combine description" +msgid "Amount of layers that are combined together to form sparse infill." +msgstr "" + +#: fdmprinter.json +msgctxt "infill_before_walls label" +msgid "Infill Before Walls" +msgstr "" + +#: fdmprinter.json +msgctxt "infill_before_walls description" +msgid "" +"Print the infill before printing the walls. Printing the walls first may " +"lead to more accurate walls, but overhangs print worse. Printing the infill " +"first leads to sturdier walls, but the infill pattern might sometimes show " +"through the surface." +msgstr "" + #: fdmprinter.json msgctxt "material label" msgid "Material" @@ -339,6 +645,19 @@ msgid "" "Details about the retraction can be configured in the advanced tab." msgstr "" +#: fdmprinter.json +msgctxt "retraction_amount label" +msgid "Retraction Distance" +msgstr "" + +#: fdmprinter.json +msgctxt "retraction_amount description" +msgid "" +"The amount of retraction: Set at 0 for no retraction at all. A value of " +"4.5mm seems to generate good results for 3mm filament in Bowden-tube fed " +"printers." +msgstr "" + #: fdmprinter.json msgctxt "retraction_speed label" msgid "Retraction Speed" @@ -374,16 +693,15 @@ msgid "The speed at which the filament is pushed back after retraction." msgstr "" #: fdmprinter.json -msgctxt "retraction_amount label" -msgid "Retraction Distance" +msgctxt "retraction_extra_prime_amount label" +msgid "Retraction Extra Prime Amount" msgstr "" #: fdmprinter.json -msgctxt "retraction_amount description" +msgctxt "retraction_extra_prime_amount description" msgid "" -"The amount of retraction: Set at 0 for no retraction at all. A value of " -"4.5mm seems to generate good results for 3mm filament in Bowden-tube fed " -"printers." +"The amount of material extruded after unretracting. During a retracted " +"travel material might get lost and so we need to compensate for this." msgstr "" #: fdmprinter.json @@ -399,33 +717,33 @@ msgid "" msgstr "" #: fdmprinter.json -msgctxt "retraction_combing label" -msgid "Enable Combing" +msgctxt "retraction_count_max label" +msgid "Maximal Retraction Count" msgstr "" #: fdmprinter.json -msgctxt "retraction_combing description" +msgctxt "retraction_count_max description" msgid "" -"Combing keeps the head within the interior of the print whenever possible " -"when traveling from one part of the print to another, and does not use " -"retraction. If combing is disabled the printer head moves straight from the " -"start point to the end point and it will always retract." -msgstr "" - -#: fdmprinter.json -msgctxt "retraction_minimal_extrusion label" -msgid "Minimal Extrusion Before Retraction" -msgstr "" - -#: fdmprinter.json -msgctxt "retraction_minimal_extrusion description" -msgid "" -"The minimum amount of extrusion that needs to happen between retractions. " -"If a retraction should happen before this minimum is reached, it will be " +"This settings limits the number of retractions occuring within the Minimal " +"Extrusion Distance Window. Further retractions within this window will be " "ignored. This avoids retracting repeatedly on the same piece of filament as " "that can flatten the filament and cause grinding issues." msgstr "" +#: fdmprinter.json +msgctxt "retraction_extrusion_window label" +msgid "Minimal Extrusion Distance Window" +msgstr "" + +#: fdmprinter.json +msgctxt "retraction_extrusion_window description" +msgid "" +"The window in which the Maximal Retraction Count is enforced. This window " +"should be approximately the size of the Retraction distance, so that " +"effectively the number of times a retraction passes the same patch of " +"material is limited." +msgstr "" + #: fdmprinter.json msgctxt "retraction_hop label" msgid "Z Hop when Retracting" @@ -535,6 +853,30 @@ msgid "" "of exterior support is usually not important, so higher speeds can be used." msgstr "" +#: fdmprinter.json +msgctxt "speed_support_lines label" +msgid "Support Wall Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "speed_support_lines description" +msgid "" +"The speed at which the walls of exterior support are printed. Printing the " +"walls at higher speeds can improve on the overall duration. " +msgstr "" + +#: fdmprinter.json +msgctxt "speed_support_roof label" +msgid "Support Roof Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "speed_support_roof description" +msgid "" +"The speed at which the roofs of exterior support are printed. Printing the " +"support roof at lower speeds can improve on overhang quality. " +msgstr "" + #: fdmprinter.json msgctxt "speed_travel label" msgid "Travel Speed" @@ -587,81 +929,161 @@ msgid "" msgstr "" #: fdmprinter.json -msgctxt "infill label" -msgid "Infill" +msgctxt "travel label" +msgid "Travel" msgstr "" #: fdmprinter.json -msgctxt "fill_sparse_density label" -msgid "Infill Density" +msgctxt "retraction_combing label" +msgid "Enable Combing" msgstr "" #: fdmprinter.json -msgctxt "fill_sparse_density description" +msgctxt "retraction_combing description" msgid "" -"This controls how densely filled the insides of your print will be. For a " -"solid part use 100%, for an hollow part use 0%. A value around 20% is " -"usually enough. This won't affect the outside of the print and only adjusts " -"how strong the part becomes." +"Combing keeps the head within the interior of the print whenever possible " +"when traveling from one part of the print to another, and does not use " +"retraction. If combing is disabled the printer head moves straight from the " +"start point to the end point and it will always retract." msgstr "" #: fdmprinter.json -msgctxt "fill_pattern label" -msgid "Infill Pattern" +msgctxt "travel_avoid_other_parts label" +msgid "Avoid Printed Parts" msgstr "" #: fdmprinter.json -msgctxt "fill_pattern description" +msgctxt "travel_avoid_other_parts description" +msgid "Avoid other parts when traveling between parts." +msgstr "" + +#: fdmprinter.json +msgctxt "travel_avoid_distance label" +msgid "Avoid Distance" +msgstr "" + +#: fdmprinter.json +msgctxt "travel_avoid_distance description" +msgid "The distance to stay clear of parts which are avoided during travel." +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_enable label" +msgid "Enable Coasting" +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_enable description" msgid "" -"Cura defaults to switching between grid and line infill. But with this " -"setting visible you can control this yourself. The line infill swaps " -"direction on alternate layers of infill, while the grid prints the full " -"cross-hatching on each layer of infill." +"Coasting replaces the last part of an extrusion path with a travel path. The " +"oozed material is used to lay down the last piece of the extrusion path in " +"order to reduce stringing." msgstr "" #: fdmprinter.json -msgctxt "infill_line_distance label" -msgid "Line distance" +msgctxt "coasting_volume label" +msgid "Coasting Volume" msgstr "" #: fdmprinter.json -msgctxt "infill_line_distance description" -msgid "Distance between the printed infill lines." -msgstr "" - -#: fdmprinter.json -msgctxt "fill_overlap label" -msgid "Infill Overlap" -msgstr "" - -#: fdmprinter.json -msgctxt "fill_overlap description" +msgctxt "coasting_volume description" msgid "" -"The amount of overlap between the infill and the walls. A slight overlap " -"allows the walls to connect firmly to the infill." +"The volume otherwise oozed. This value should generally be close to the " +"nozzle diameter cubed." msgstr "" #: fdmprinter.json -msgctxt "fill_sparse_thickness label" -msgid "Infill Thickness" +msgctxt "coasting_volume_retract label" +msgid "Retract-Coasting Volume" msgstr "" #: fdmprinter.json -msgctxt "fill_sparse_thickness description" +msgctxt "coasting_volume_retract description" +msgid "The volume otherwise oozed in a travel move with retraction." +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_volume_move label" +msgid "Move-Coasting Volume" +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_volume_move description" +msgid "The volume otherwise oozed in a travel move without retraction." +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_min_volume label" +msgid "Minimal Volume Before Coasting" +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_min_volume description" msgid "" -"The thickness of the sparse infill. This is rounded to a multiple of the " -"layerheight and used to print the sparse-infill in fewer, thicker layers to " -"save printing time." +"The least volume an extrusion path should have to coast the full amount. For " +"smaller extrusion paths, less pressure has been built up in the bowden tube " +"and so the coasted volume is scaled linearly." msgstr "" #: fdmprinter.json -msgctxt "fill_sparse_combine label" -msgid "Infill Layers" +msgctxt "coasting_min_volume_retract label" +msgid "Min Volume Retract-Coasting" msgstr "" #: fdmprinter.json -msgctxt "fill_sparse_combine description" -msgid "Amount of layers that are combined together to form sparse infill." +msgctxt "coasting_min_volume_retract description" +msgid "" +"The minimal volume an extrusion path must have in order to coast the full " +"amount before doing a retraction." +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_min_volume_move label" +msgid "Min Volume Move-Coasting" +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_min_volume_move description" +msgid "" +"The minimal volume an extrusion path must have in order to coast the full " +"amount before doing a travel move without retraction." +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_speed label" +msgid "Coasting Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_speed description" +msgid "" +"The speed by which to move during coasting, relative to the speed of the " +"extrusion path. A value slightly under 100% is advised, since during the " +"coasting move, the pressure in the bowden tube drops." +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_speed_retract label" +msgid "Retract-Coasting Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_speed_retract description" +msgid "" +"The speed by which to move during coasting before a retraction, relative to " +"the speed of the extrusion path." +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_speed_move label" +msgid "Move-Coasting Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "coasting_speed_move description" +msgid "" +"The speed by which to move during coasting before a travel move without " +"retraction, relative to the speed of the extrusion path." msgstr "" #: fdmprinter.json @@ -764,9 +1186,9 @@ msgstr "" #: fdmprinter.json msgctxt "cool_min_layer_time_fan_speed_max description" msgid "" -"The minimum time spent in a layer which will cause the fan to be at minmum " -"speed. The fan speed increases linearly from maximal fan speed for layers " -"taking minimal layer time to minimal fan speed for layers taking the time " +"The minimum time spent in a layer which will cause the fan to be at maximum " +"speed. The fan speed increases linearly from minimal fan speed for layers " +"taking minimal layer time to maximum fan speed for layers taking the time " "specified here." msgstr "" @@ -826,6 +1248,16 @@ msgid "" "scarring." msgstr "" +#: fdmprinter.json +msgctxt "support_type option buildplate" +msgid "Touching Buildplate" +msgstr "" + +#: fdmprinter.json +msgctxt "support_type option everywhere" +msgid "Everywhere" +msgstr "" + #: fdmprinter.json msgctxt "support_angle label" msgid "Overhang Angle" @@ -835,7 +1267,8 @@ msgstr "" msgctxt "support_angle description" msgid "" "The maximum angle of overhangs for which support will be added. With 0 " -"degrees being horizontal, and 90 degrees being vertical." +"degrees being vertical, and 90 degrees being horizontal. A smaller overhang " +"angle leads to more support." msgstr "" #: fdmprinter.json @@ -884,6 +1317,45 @@ msgctxt "support_bottom_distance description" msgid "Distance from the print to the bottom of the support." msgstr "" +#: fdmprinter.json +msgctxt "support_conical_enabled label" +msgid "Conical Support" +msgstr "" + +#: fdmprinter.json +msgctxt "support_conical_enabled description" +msgid "" +"Experimental feature: Make support areas smaller at the bottom than at the " +"overhang." +msgstr "" + +#: fdmprinter.json +msgctxt "support_conical_angle label" +msgid "Cone Angle" +msgstr "" + +#: fdmprinter.json +msgctxt "support_conical_angle description" +msgid "" +"The angle of the tilt of conical support. With 0 degrees being vertical, and " +"90 degrees being horizontal. Smaller angles cause the support to be more " +"sturdy, but consist of more material. Negative angles cause the base of the " +"support to be wider than the top." +msgstr "" + +#: fdmprinter.json +msgctxt "support_conical_min_width label" +msgid "Minimal Width" +msgstr "" + +#: fdmprinter.json +msgctxt "support_conical_min_width description" +msgid "" +"Minimal width to which conical support reduces the support areas. Small " +"widths can cause the base of the support to not act well as fundament for " +"support above." +msgstr "" + #: fdmprinter.json msgctxt "support_bottom_stair_step_height label" msgid "Stair Step Height" @@ -909,6 +1381,18 @@ msgid "" "that the blocks will merge into a single block." msgstr "" +#: fdmprinter.json +msgctxt "support_offset label" +msgid "Horizontal Expansion" +msgstr "" + +#: fdmprinter.json +msgctxt "support_offset description" +msgid "" +"Amount of offset applied to all support polygons in each layer. Positive " +"values can smooth out the support areas and result in more sturdy support." +msgstr "" + #: fdmprinter.json msgctxt "support_area_smoothing label" msgid "Area Smoothing" @@ -924,6 +1408,84 @@ msgid "" "overhang." msgstr "" +#: fdmprinter.json +msgctxt "support_roof_enable label" +msgid "Enable Support Roof" +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_enable description" +msgid "" +"Generate a dense top skin at the top of the support on which the model sits." +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_height label" +msgid "Support Roof Thickness" +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_height description" +msgid "The height of the support roofs. " +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_density label" +msgid "Support Roof Density" +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_density description" +msgid "" +"This controls how densely filled the roofs of the support will be. A higher " +"percentage results in better overhangs, which are more difficult to remove." +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_line_distance label" +msgid "Support Roof Line Distance" +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_line_distance description" +msgid "Distance between the printed support roof lines." +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_pattern label" +msgid "Support Roof Pattern" +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_pattern description" +msgid "The pattern with which the top of the support is printed." +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_pattern option lines" +msgid "Lines" +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_pattern option grid" +msgid "Grid" +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_pattern option triangles" +msgid "Triangles" +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_pattern option concentric" +msgid "Concentric" +msgstr "" + +#: fdmprinter.json +msgctxt "support_roof_pattern option zigzag" +msgid "Zig Zag" +msgstr "" + #: fdmprinter.json msgctxt "support_use_towers label" msgid "Use towers." @@ -985,6 +1547,31 @@ msgid "" "lines which are connected in an accordeon fashion." msgstr "" +#: fdmprinter.json +msgctxt "support_pattern option lines" +msgid "Lines" +msgstr "" + +#: fdmprinter.json +msgctxt "support_pattern option grid" +msgid "Grid" +msgstr "" + +#: fdmprinter.json +msgctxt "support_pattern option triangles" +msgid "Triangles" +msgstr "" + +#: fdmprinter.json +msgctxt "support_pattern option concentric" +msgid "Concentric" +msgstr "" + +#: fdmprinter.json +msgctxt "support_pattern option zigzag" +msgid "Zig Zag" +msgstr "" + #: fdmprinter.json msgctxt "support_connect_zigzags label" msgid "Connect ZigZags" @@ -998,12 +1585,12 @@ msgid "" msgstr "" #: fdmprinter.json -msgctxt "support_fill_rate label" +msgctxt "support_infill_rate label" msgid "Fill Amount" msgstr "" #: fdmprinter.json -msgctxt "support_fill_rate description" +msgctxt "support_infill_rate description" msgid "" "The amount of infill structure in the support, less infill gives weaker " "support which is easier to remove." @@ -1039,6 +1626,21 @@ msgid "" "object. (Note that enabling the brim or raft disables the skirt.)" msgstr "" +#: fdmprinter.json +msgctxt "adhesion_type option skirt" +msgid "Skirt" +msgstr "" + +#: fdmprinter.json +msgctxt "adhesion_type option brim" +msgid "Brim" +msgstr "" + +#: fdmprinter.json +msgctxt "adhesion_type option raft" +msgid "Raft" +msgstr "" + #: fdmprinter.json msgctxt "skirt_line_count label" msgid "Skirt Line Count" @@ -1104,77 +1706,6 @@ msgid "" "while using more material and leaving less area for your print." msgstr "" -#: fdmprinter.json -msgctxt "raft_line_spacing label" -msgid "Raft Line Spacing" -msgstr "" - -#: fdmprinter.json -msgctxt "raft_line_spacing description" -msgid "" -"The distance between the raft lines. The first 2 layers of the raft have " -"this amount of spacing between the raft lines." -msgstr "" - -#: fdmprinter.json -msgctxt "raft_base_thickness label" -msgid "Raft Base Thickness" -msgstr "" - -#: fdmprinter.json -msgctxt "raft_base_thickness description" -msgid "" -"Layer thickness of the first raft layer. This should be a thick layer which " -"sticks firmly to the printer bed." -msgstr "" - -#: fdmprinter.json -msgctxt "raft_base_linewidth label" -msgid "Raft Base Line Width" -msgstr "" - -#: fdmprinter.json -msgctxt "raft_base_linewidth description" -msgid "" -"Width of the lines in the first raft layer. These should be thick lines to " -"assist in bed adhesion." -msgstr "" - -#: fdmprinter.json -msgctxt "raft_base_speed label" -msgid "Raft Base Print Speed" -msgstr "" - -#: fdmprinter.json -msgctxt "raft_base_speed description" -msgid "" -"The speed at which the first raft layer is printed. This should be printed " -"quite slowly, as the amount of material coming out of the nozzle is quite " -"high." -msgstr "" - -#: fdmprinter.json -msgctxt "raft_interface_thickness label" -msgid "Raft Interface Thickness" -msgstr "" - -#: fdmprinter.json -msgctxt "raft_interface_thickness description" -msgid "Thickness of the 2nd raft layer." -msgstr "" - -#: fdmprinter.json -msgctxt "raft_interface_linewidth label" -msgid "Raft Interface Line Width" -msgstr "" - -#: fdmprinter.json -msgctxt "raft_interface_linewidth description" -msgid "" -"Width of the 2nd raft layer lines. These lines should be thinner than the " -"first layer, but strong enough to attach the object to." -msgstr "" - #: fdmprinter.json msgctxt "raft_airgap label" msgid "Raft Air-gap" @@ -1200,14 +1731,375 @@ msgid "" "filled layers that the object sits on. 2 layers usually works fine." msgstr "" +#: fdmprinter.json +msgctxt "raft_surface_thickness label" +msgid "Raft Surface Thickness" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_surface_thickness description" +msgid "Layer thickness of the surface raft layers." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_surface_line_width label" +msgid "Raft Surface Line Width" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_surface_line_width description" +msgid "" +"Width of the lines in the surface raft layers. These can be thin lines so " +"that the top of the raft becomes smooth." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_surface_line_spacing label" +msgid "Raft Surface Spacing" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_surface_line_spacing description" +msgid "" +"The distance between the raft lines for the surface raft layers. The spacing " +"of the interface should be equal to the line width, so that the surface is " +"solid." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_interface_thickness label" +msgid "Raft Interface Thickness" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_interface_thickness description" +msgid "Layer thickness of the interface raft layer." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_interface_line_width label" +msgid "Raft Interface Line Width" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_interface_line_width description" +msgid "" +"Width of the lines in the interface raft layer. Making the second layer " +"extrude more causes the lines to stick to the bed." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_interface_line_spacing label" +msgid "Raft Interface Spacing" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_interface_line_spacing description" +msgid "" +"The distance between the raft lines for the interface raft layer. The " +"spacing of the interface should be quite wide, while being dense enough to " +"support the surface raft layers." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_base_thickness label" +msgid "Raft Base Thickness" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_base_thickness description" +msgid "" +"Layer thickness of the base raft layer. This should be a thick layer which " +"sticks firmly to the printer bed." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_base_line_width label" +msgid "Raft Base Line Width" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_base_line_width description" +msgid "" +"Width of the lines in the base raft layer. These should be thick lines to " +"assist in bed adhesion." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_base_line_spacing label" +msgid "Raft Line Spacing" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_base_line_spacing description" +msgid "" +"The distance between the raft lines for the base raft layer. Wide spacing " +"makes for easy removal of the raft from the build plate." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_speed label" +msgid "Raft Print Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_speed description" +msgid "The speed at which the raft is printed." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_surface_speed label" +msgid "Raft Surface Print Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_surface_speed description" +msgid "" +"The speed at which the surface raft layers are printed. This should be " +"printed a bit slower, so that the nozzle can slowly smooth out adjacent " +"surface lines." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_interface_speed label" +msgid "Raft Interface Print Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_interface_speed description" +msgid "" +"The speed at which the interface raft layer is printed. This should be " +"printed quite slowly, as the amount of material coming out of the nozzle is " +"quite high." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_base_speed label" +msgid "Raft Base Print Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_base_speed description" +msgid "" +"The speed at which the base raft layer is printed. This should be printed " +"quite slowly, as the amount of material coming out of the nozzle is quite " +"high." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_fan_speed label" +msgid "Raft Fan Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_fan_speed description" +msgid "The fan speed for the raft." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_surface_fan_speed label" +msgid "Raft Surface Fan Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_surface_fan_speed description" +msgid "The fan speed for the surface raft layers." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_interface_fan_speed label" +msgid "Raft Interface Fan Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_interface_fan_speed description" +msgid "The fan speed for the interface raft layer." +msgstr "" + +#: fdmprinter.json +msgctxt "raft_base_fan_speed label" +msgid "Raft Base Fan Speed" +msgstr "" + +#: fdmprinter.json +msgctxt "raft_base_fan_speed description" +msgid "The fan speed for the base raft layer." +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_enabled label" +msgid "Enable Draft Shield" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_enabled description" +msgid "" +"Enable exterior draft shield. This will create a wall around the object " +"which traps (hot) air and shields against gusts of wind. Especially useful " +"for materials which warp easily." +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_dist label" +msgid "Draft Shield X/Y Distance" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_dist description" +msgid "Distance of the draft shield from the print, in the X/Y directions." +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height_limitation label" +msgid "Draft Shield Limitation" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height_limitation description" +msgid "Whether to limit the height of the draft shield" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height_limitation option full" +msgid "Full" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height_limitation option limited" +msgid "Limited" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height label" +msgid "Draft Shield Height" +msgstr "" + +#: fdmprinter.json +msgctxt "draft_shield_height description" +msgid "" +"Height limitation on the draft shield. Above this height no draft shield " +"will be printed." +msgstr "" + +#: fdmprinter.json +msgctxt "meshfix label" +msgid "Mesh Fixes" +msgstr "" + +#: fdmprinter.json +msgctxt "meshfix_union_all label" +msgid "Union Overlapping Volumes" +msgstr "" + +#: fdmprinter.json +msgctxt "meshfix_union_all description" +msgid "" +"Ignore the internal geometry arising from overlapping volumes and print the " +"volumes as one. This may cause internal cavaties to disappear." +msgstr "" + +#: fdmprinter.json +msgctxt "meshfix_union_all_remove_holes label" +msgid "Remove All Holes" +msgstr "" + +#: fdmprinter.json +msgctxt "meshfix_union_all_remove_holes description" +msgid "" +"Remove the holes in each layer and keep only the outside shape. This will " +"ignore any invisible internal geometry. However, it also ignores layer holes " +"which can be viewed from above or below." +msgstr "" + +#: fdmprinter.json +msgctxt "meshfix_extensive_stitching label" +msgid "Extensive Stitching" +msgstr "" + +#: fdmprinter.json +msgctxt "meshfix_extensive_stitching description" +msgid "" +"Extensive stitching tries to stitch up open holes in the mesh by closing the " +"hole with touching polygons. This option can introduce a lot of processing " +"time." +msgstr "" + +#: fdmprinter.json +msgctxt "meshfix_keep_open_polygons label" +msgid "Keep Disconnected Faces" +msgstr "" + +#: fdmprinter.json +msgctxt "meshfix_keep_open_polygons description" +msgid "" +"Normally Cura tries to stitch up small holes in the mesh and remove parts of " +"a layer with big holes. Enabling this option keeps those parts which cannot " +"be stitched. This option should be used as a last resort option when all " +"else doesn produce proper GCode." +msgstr "" + #: fdmprinter.json msgctxt "blackmagic label" -msgid "Fixes" +msgid "Special Modes" +msgstr "" + +#: fdmprinter.json +msgctxt "print_sequence label" +msgid "Print sequence" +msgstr "" + +#: fdmprinter.json +msgctxt "print_sequence description" +msgid "" +"Whether to print all objects one layer at a time or to wait for one object " +"to finish, before moving on to the next. One at a time mode is only possible " +"if all models are separated such that the whole print head can move between " +"and all models are lower than the distance between the nozzle and the X/Y " +"axles." +msgstr "" + +#: fdmprinter.json +msgctxt "print_sequence option all_at_once" +msgid "All at Once" +msgstr "" + +#: fdmprinter.json +msgctxt "print_sequence option one_at_a_time" +msgid "One at a Time" +msgstr "" + +#: fdmprinter.json +msgctxt "magic_mesh_surface_mode label" +msgid "Surface Mode" +msgstr "" + +#: fdmprinter.json +msgctxt "magic_mesh_surface_mode description" +msgid "" +"Print the surface instead of the volume. No infill, no top/bottom skin, just " +"a single wall of which the middle coincides with the surface of the mesh. " +"It's also possible to do both: print the insides of a closed volume as " +"normal, but print all polygons not part of a closed volume as surface." +msgstr "" + +#: fdmprinter.json +msgctxt "magic_mesh_surface_mode option normal" +msgid "Normal" +msgstr "" + +#: fdmprinter.json +msgctxt "magic_mesh_surface_mode option surface" +msgid "Surface" +msgstr "" + +#: fdmprinter.json +msgctxt "magic_mesh_surface_mode option both" +msgid "Both" msgstr "" #: fdmprinter.json msgctxt "magic_spiralize label" -msgid "Spiralize the Outer Contour" +msgid "Spiralize Outer Contour" msgstr "" #: fdmprinter.json @@ -1219,6 +2111,57 @@ msgid "" "called ‘Joris’ in older versions." msgstr "" +#: fdmprinter.json +msgctxt "magic_fuzzy_skin_enabled label" +msgid "Fuzzy Skin" +msgstr "" + +#: fdmprinter.json +msgctxt "magic_fuzzy_skin_enabled description" +msgid "" +"Randomly jitter while printing the outer wall, so that the surface has a " +"rough and fuzzy look." +msgstr "" + +#: fdmprinter.json +msgctxt "magic_fuzzy_skin_thickness label" +msgid "Fuzzy Skin Thickness" +msgstr "" + +#: fdmprinter.json +msgctxt "magic_fuzzy_skin_thickness description" +msgid "" +"The width within which to jitter. It's advised to keep this below the outer " +"wall width, since the inner walls are unaltered." +msgstr "" + +#: fdmprinter.json +msgctxt "magic_fuzzy_skin_point_density label" +msgid "Fuzzy Skin Density" +msgstr "" + +#: fdmprinter.json +msgctxt "magic_fuzzy_skin_point_density description" +msgid "" +"The average density of points introduced on each polygon in a layer. Note " +"that the original points of the polygon are discarded, so a low density " +"results in a reduction of the resolution." +msgstr "" + +#: fdmprinter.json +msgctxt "magic_fuzzy_skin_point_dist label" +msgid "Fuzzy Skin Point Distance" +msgstr "" + +#: fdmprinter.json +msgctxt "magic_fuzzy_skin_point_dist description" +msgid "" +"The average distance between the random points introduced on each line " +"segment. Note that the original points of the polygon are discarded, so a " +"high smoothness results in a reduction of the resolution. This value must be " +"higher than half the Fuzzy Skin Thickness." +msgstr "" + #: fdmprinter.json msgctxt "wireframe_enabled label" msgid "Wire Printing" @@ -1233,9 +2176,34 @@ msgid "" "downward lines." msgstr "" +#: fdmprinter.json +msgctxt "wireframe_height label" +msgid "WP Connection Height" +msgstr "" + +#: fdmprinter.json +msgctxt "wireframe_height description" +msgid "" +"The height of the upward and diagonally downward lines between two " +"horizontal parts. This determines the overall density of the net structure. " +"Only applies to Wire Printing." +msgstr "" + +#: fdmprinter.json +msgctxt "wireframe_roof_inset label" +msgid "WP Roof Inset Distance" +msgstr "" + +#: fdmprinter.json +msgctxt "wireframe_roof_inset description" +msgid "" +"The distance covered when making a connection from a roof outline inward. " +"Only applies to Wire Printing." +msgstr "" + #: fdmprinter.json msgctxt "wireframe_printspeed label" -msgid "Wire Printing speed" +msgid "WP speed" msgstr "" #: fdmprinter.json @@ -1247,7 +2215,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_printspeed_bottom label" -msgid "Wire Bottom Printing Speed" +msgid "WP Bottom Printing Speed" msgstr "" #: fdmprinter.json @@ -1259,7 +2227,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_printspeed_up label" -msgid "Wire Upward Printing Speed" +msgid "WP Upward Printing Speed" msgstr "" #: fdmprinter.json @@ -1270,7 +2238,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_printspeed_down label" -msgid "Wire Downward Printing Speed" +msgid "WP Downward Printing Speed" msgstr "" #: fdmprinter.json @@ -1281,7 +2249,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_printspeed_flat label" -msgid "Wire Horizontal Printing Speed" +msgid "WP Horizontal Printing Speed" msgstr "" #: fdmprinter.json @@ -1293,7 +2261,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_flow label" -msgid "Wire Printing Flow" +msgid "WP Flow" msgstr "" #: fdmprinter.json @@ -1305,7 +2273,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_flow_connection label" -msgid "Wire Connection Flow" +msgid "WP Connection Flow" msgstr "" #: fdmprinter.json @@ -1315,7 +2283,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_flow_flat label" -msgid "Wire Flat Flow" +msgid "WP Flat Flow" msgstr "" #: fdmprinter.json @@ -1326,7 +2294,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_top_delay label" -msgid "Wire Printing Top Delay" +msgid "WP Top Delay" msgstr "" #: fdmprinter.json @@ -1338,7 +2306,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_bottom_delay label" -msgid "Wire Printing Bottom Delay" +msgid "WP Bottom Delay" msgstr "" #: fdmprinter.json @@ -1350,7 +2318,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_flat_delay label" -msgid "Wire Printing Flat Delay" +msgid "WP Flat Delay" msgstr "" #: fdmprinter.json @@ -1363,7 +2331,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_up_half_speed label" -msgid "Wire Printing Ease Upward" +msgid "WP Ease Upward" msgstr "" #: fdmprinter.json @@ -1376,7 +2344,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_top_jump label" -msgid "Wire Printing Knot Size" +msgid "WP Knot Size" msgstr "" #: fdmprinter.json @@ -1389,7 +2357,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_fall_down label" -msgid "Wire Printing Fall Down" +msgid "WP Fall Down" msgstr "" #: fdmprinter.json @@ -1401,7 +2369,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_drag_along label" -msgid "Wire Printing Drag along" +msgid "WP Drag along" msgstr "" #: fdmprinter.json @@ -1414,7 +2382,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_strategy label" -msgid "Wire Printing Strategy" +msgid "WP Strategy" msgstr "" #: fdmprinter.json @@ -1429,9 +2397,24 @@ msgid "" "fall down as predicted." msgstr "" +#: fdmprinter.json +msgctxt "wireframe_strategy option compensate" +msgid "Compensate" +msgstr "" + +#: fdmprinter.json +msgctxt "wireframe_strategy option knot" +msgid "Knot" +msgstr "" + +#: fdmprinter.json +msgctxt "wireframe_strategy option retract" +msgid "Retract" +msgstr "" + #: fdmprinter.json msgctxt "wireframe_straight_before_down label" -msgid "Wire Printing Straighten Downward Lines" +msgid "WP Straighten Downward Lines" msgstr "" #: fdmprinter.json @@ -1444,7 +2427,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_roof_fall_down label" -msgid "Wire Printing Roof Fall Down" +msgid "WP Roof Fall Down" msgstr "" #: fdmprinter.json @@ -1457,7 +2440,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_roof_drag_along label" -msgid "Wire Printing Roof Drag Along" +msgid "WP Roof Drag Along" msgstr "" #: fdmprinter.json @@ -1470,7 +2453,7 @@ msgstr "" #: fdmprinter.json msgctxt "wireframe_roof_outer_delay label" -msgid "Wire Printing Roof Outer Delay" +msgid "WP Roof Outer Delay" msgstr "" #: fdmprinter.json @@ -1480,33 +2463,9 @@ msgid "" "times can ensure a better connection. Only applies to Wire Printing." msgstr "" -#: fdmprinter.json -msgctxt "wireframe_height label" -msgid "Wire Printing Connection Height" -msgstr "" - -#: fdmprinter.json -msgctxt "wireframe_height description" -msgid "" -"The height of the upward and diagonally downward lines between two " -"horizontal parts. Only applies to Wire Printing." -msgstr "" - -#: fdmprinter.json -msgctxt "wireframe_roof_inset label" -msgid "Wire Printing Roof Inset Distance" -msgstr "" - -#: fdmprinter.json -msgctxt "wireframe_roof_inset description" -msgid "" -"The distance covered when making a connection from a roof outline inward. " -"Only applies to Wire Printing." -msgstr "" - #: fdmprinter.json msgctxt "wireframe_nozzle_clearance label" -msgid "Wire Printing Nozzle Clearance" +msgid "WP Nozzle Clearance" msgstr "" #: fdmprinter.json