diff --git a/CMakeLists.txt b/CMakeLists.txt index 3130fd729..094b1ff27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -415,7 +415,7 @@ set(L10N_DIR "${SLIC3R_RESOURCES_DIR}/localization") add_custom_target(gettext_make_pot COMMAND xgettext --keyword=L --keyword=_L --keyword=_u8L --keyword=L_CONTEXT:1,2c --keyword=_L_PLURAL:1,2 --add-comments=TRN --from-code=UTF-8 --debug -f "${L10N_DIR}/list.txt" - -o "${L10N_DIR}/SupserSlicer.pot" + -o "${L10N_DIR}/SuperSlicer.pot" WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMENT "Generate pot file from strings in the source tree" ) diff --git a/resources/localization/README.md b/resources/localization/README.md new file mode 100644 index 000000000..945118d89 --- /dev/null +++ b/resources/localization/README.md @@ -0,0 +1,57 @@ +# How to create / update your own language + +## 1) initialisation +open the settings.ini +for each file that can contains useful translation, create / edit a "data" line to point to the said file. +The 'input' property must be the SuperSlicer.pot path +The 'output' must be the SuperSlicer.po +The 'todo' contains the path of the po file to complete. + +note that the first data line has the priority over the other ones (the first translation encountered is the one used) + +In this exemple, we are going to update the spanish translation. +We are going to use the old slic3++ translation and the prusa one. +So the settings.ini contains these lines : +``` +data = es/Slic3r++.po +data = es/PrusaSlicer_es.po + +input = SuperSlicer.pot +todo = es/todo.po +output = es/SuperSlicer.po +``` + +## 2) launch the utility. +* Open a console +* cd into the localization directory, +* execute 'java -jar pomergeur.jar' +It will tell you if you made some mistakes about the paths, the number of translations reused and the number to do. + +## 3) complete the translation file +Then, you have to open the es/toto.po file and complete all the translation. +* msgid lines are the english string +* msgstr is the translated one, should be empty string (""). + +Important: +* you must write it in one line, use \n to input a line change. +* the %1, %2, ... MUST be put also in the translation, as it's a placeholder for input numbers, if one is missed the software will crash, so be careful. '%%' means '%'. + +## 4) relaunch the utility + +You can copy/save the todo.po in an other file in case of. +After filling the todo file, change the settings.ini: + +``` +data = es/todo.po +data = es/SuperSlicer.po +data = es/Slic3r++.po +data = es/PrusaSlicer_es.po + +input = SuperSlicer.pot +todo = es/todo.po +output = es/SuperSlicer.po +``` + +And re-launch the utility. + +Repeat (if needed) until you have almost nothing left in your todo.po file (one-letter translation like "." are not copied by the utility) \ No newline at end of file diff --git a/resources/localization/SuperSlicer.pot b/resources/localization/SuperSlicer.pot new file mode 100644 index 000000000..5edca7e73 --- /dev/null +++ b/resources/localization/SuperSlicer.pot @@ -0,0 +1,11447 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#: src/libslic3r/PrintConfig.cpp:825 src/libslic3r/PrintConfig.cpp:1553 +#: src/libslic3r/PrintConfig.cpp:3151 +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-07-04 19:45+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: src/slic3r/GUI/AboutDialog.cpp:41 src/slic3r/GUI/AboutDialog.cpp:295 +msgid "Portions copyright" +msgstr "" + +#: src/slic3r/GUI/AboutDialog.cpp:129 src/slic3r/GUI/AboutDialog.cpp:258 +msgid "Copyright" +msgstr "" + +#. TRN "Slic3r _is licensed under the_ License" +#: src/slic3r/GUI/AboutDialog.cpp:131 +msgid "" +"License agreements of all following programs (libraries) are part of " +"application license agreement" +msgstr "" + +#: src/slic3r/GUI/AboutDialog.cpp:201 +#, possible-c-format +msgid "About %s" +msgstr "" + +#: src/slic3r/GUI/AboutDialog.cpp:233 src/slic3r/GUI/MainFrame.cpp:69 +msgid "Version" +msgstr "" + +#. TRN "Slic3r _is licensed under the_ License" +#: src/slic3r/GUI/AboutDialog.cpp:260 +msgid "is licensed under the" +msgstr "" + +#: src/slic3r/GUI/AboutDialog.cpp:261 +msgid "GNU Affero General Public License, version 3" +msgstr "" + +#: src/slic3r/GUI/AboutDialog.cpp:262 +msgid "" +"SuperSlicer is based on PrusaSlicer which is based on Slic3r by Alessandro " +"Ranellucci and the RepRap community." +msgstr "" + +#: src/slic3r/GUI/AboutDialog.cpp:263 +msgid "" +"Contributions by Henrik Brix Andersen, Nicolas Dandrimont, Mark Hindess, " +"Petr Ledvina, Joseph Lenox, Y. Sapir, Mike Sheldrake, Vojtech Bubnik, Durand " +"Rémi and numerous others." +msgstr "" + +#: src/slic3r/GUI/AppConfig.cpp:120 +msgid "" +"Error parsing SuperSlicer config file, it is probably corrupted. Try to " +"manually delete the file to recover from the error. Your user profiles will " +"not be affected." +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:109 +msgid "" +"Copying of the temporary G-code to the output G-code failed. Maybe the SD " +"card is write locked?" +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:112 +#, possible-c-format +msgid "" +"Copying of the temporary G-code to the output G-code failed. There might be " +"problem with target device, please try exporting again or using different " +"device. The corrupted output G-code is at %1%.tmp." +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:115 +#, possible-c-format +msgid "" +"Renaming of the G-code after copying to the selected destination folder has " +"failed. Current path is %1%.tmp. Please try exporting again." +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:118 +#, possible-c-format +msgid "" +"Copying of the temporary G-code has finished but the original code at %1% " +"couldn't be opened during copy check. The output G-code is at %2%.tmp." +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:121 +#, possible-c-format +msgid "" +"Copying of the temporary G-code has finished but the exported code couldn't " +"be opened during copy check. The output G-code is at %1%.tmp." +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:128 +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:481 +msgid "Running post-processing scripts" +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:130 +#, possible-c-format +msgid "G-code file exported to %1%" +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:134 +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:184 +msgid "Slicing complete" +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:180 +#, possible-c-format +msgid "Masked SLA file exported to %1%" +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:223 +#, possible-c-format +msgid "" +"%s has encountered an error. It was likely caused by running out of memory. " +"If you are sure you have enough RAM on your system, this may also be a bug " +"and we would be glad if you reported it." +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:483 +msgid "Copying of the temporary G-code to the output G-code failed" +msgstr "" + +#: src/slic3r/GUI/BackgroundSlicingProcess.cpp:508 +#, possible-c-format +msgid "Scheduling upload to `%1%`. See Window -> Print Host Upload Queue" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:66 src/slic3r/GUI/GUI_ObjectList.cpp:2073 +msgid "Shape" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:73 +msgid "Rectangular" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:77 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:232 src/slic3r/GUI/Plater.cpp:160 +msgid "Size" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:78 +msgid "Size in X and Y of the rectangular plate." +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:84 +msgid "Origin" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:85 +msgid "" +"Distance of the 0,0 G-code coordinate from the front left corner of the " +"rectangle." +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:89 +msgid "Circular" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:92 src/slic3r/GUI/ConfigWizard.cpp:237 +#: src/slic3r/GUI/ConfigWizard.cpp:994 src/slic3r/GUI/ConfigWizard.cpp:1008 +#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:87 +#: src/slic3r/GUI/GUI_ObjectLayers.cpp:142 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:333 +#: src/slic3r/GUI/ObjectDataViewModel.cpp:94 +#: src/slic3r/GUI/WipeTowerDialog.cpp:85 src/libslic3r/PrintConfig.cpp:84 +#: src/libslic3r/PrintConfig.cpp:93 src/libslic3r/PrintConfig.cpp:102 +#: src/libslic3r/PrintConfig.cpp:213 src/libslic3r/PrintConfig.cpp:323 +#: src/libslic3r/PrintConfig.cpp:332 src/libslic3r/PrintConfig.cpp:359 +#: src/libslic3r/PrintConfig.cpp:477 src/libslic3r/PrintConfig.cpp:486 +#: src/libslic3r/PrintConfig.cpp:540 src/libslic3r/PrintConfig.cpp:674 +#: src/libslic3r/PrintConfig.cpp:685 src/libslic3r/PrintConfig.cpp:911 +#: src/libslic3r/PrintConfig.cpp:924 src/libslic3r/PrintConfig.cpp:945 +#: src/libslic3r/PrintConfig.cpp:1138 src/libslic3r/PrintConfig.cpp:1242 +#: src/libslic3r/PrintConfig.cpp:1431 src/libslic3r/PrintConfig.cpp:1980 +#: src/libslic3r/PrintConfig.cpp:2059 src/libslic3r/PrintConfig.cpp:2091 +#: src/libslic3r/PrintConfig.cpp:2111 src/libslic3r/PrintConfig.cpp:2258 +#: src/libslic3r/PrintConfig.cpp:2268 src/libslic3r/PrintConfig.cpp:2406 +#: src/libslic3r/PrintConfig.cpp:2415 src/libslic3r/PrintConfig.cpp:2460 +#: src/libslic3r/PrintConfig.cpp:2469 src/libslic3r/PrintConfig.cpp:2480 +#: src/libslic3r/PrintConfig.cpp:2496 src/libslic3r/PrintConfig.cpp:2505 +#: src/libslic3r/PrintConfig.cpp:2604 src/libslic3r/PrintConfig.cpp:2699 +#: src/libslic3r/PrintConfig.cpp:2710 src/libslic3r/PrintConfig.cpp:2850 +#: src/libslic3r/PrintConfig.cpp:2946 src/libslic3r/PrintConfig.cpp:2959 +#: src/libslic3r/PrintConfig.cpp:3028 src/libslic3r/PrintConfig.cpp:3085 +#: src/libslic3r/PrintConfig.cpp:3281 src/libslic3r/PrintConfig.cpp:3425 +#: src/libslic3r/PrintConfig.cpp:3433 src/libslic3r/PrintConfig.cpp:3441 +#: src/libslic3r/PrintConfig.cpp:3474 src/libslic3r/PrintConfig.cpp:3481 +#: src/libslic3r/PrintConfig.cpp:3492 src/libslic3r/PrintConfig.cpp:3503 +#: src/libslic3r/PrintConfig.cpp:3515 src/libslic3r/PrintConfig.cpp:3536 +#: src/libslic3r/PrintConfig.cpp:3547 src/libslic3r/PrintConfig.cpp:3660 +#: src/libslic3r/PrintConfig.cpp:3671 src/libslic3r/PrintConfig.cpp:3679 +#: src/libslic3r/PrintConfig.cpp:3687 src/libslic3r/PrintConfig.cpp:3852 +#: src/libslic3r/PrintConfig.cpp:3886 src/libslic3r/PrintConfig.cpp:4025 +#: src/libslic3r/PrintConfig.cpp:4034 src/libslic3r/PrintConfig.cpp:4043 +#: src/libslic3r/PrintConfig.cpp:4053 src/libslic3r/PrintConfig.cpp:4107 +#: src/libslic3r/PrintConfig.cpp:4117 src/libslic3r/PrintConfig.cpp:4129 +#: src/libslic3r/PrintConfig.cpp:4149 src/libslic3r/PrintConfig.cpp:4159 +#: src/libslic3r/PrintConfig.cpp:4171 src/libslic3r/PrintConfig.cpp:4189 +#: src/libslic3r/PrintConfig.cpp:4204 src/libslic3r/PrintConfig.cpp:4218 +#: src/libslic3r/PrintConfig.cpp:4229 src/libslic3r/PrintConfig.cpp:4242 +#: src/libslic3r/PrintConfig.cpp:4287 src/libslic3r/PrintConfig.cpp:4297 +#: src/libslic3r/PrintConfig.cpp:4306 src/libslic3r/PrintConfig.cpp:4316 +#: src/libslic3r/PrintConfig.cpp:4332 src/libslic3r/PrintConfig.cpp:4356 +msgid "mm" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:93 src/libslic3r/PrintConfig.cpp:1239 +msgid "Diameter" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:94 +msgid "" +"Diameter of the print bed. It is assumed that origin (0,0) is located in the " +"center." +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:98 src/slic3r/GUI/GUI_Preview.cpp:272 +#: src/libslic3r/ExtrusionEntity.cpp:285 +msgid "Custom" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:102 +msgid "Load shape from STL..." +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:155 +msgid "Settings" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:172 +msgid "Texture" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:182 src/slic3r/GUI/BedShapeDialog.cpp:261 +msgid "Load..." +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:190 src/slic3r/GUI/BedShapeDialog.cpp:269 +#: src/slic3r/GUI/Tab.cpp:3195 +msgid "Remove" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:223 src/slic3r/GUI/BedShapeDialog.cpp:302 +msgid "Not found:" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:251 +msgid "Model" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:487 +msgid "Choose an STL file to import bed shape from:" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:494 src/slic3r/GUI/BedShapeDialog.cpp:543 +#: src/slic3r/GUI/BedShapeDialog.cpp:566 +msgid "Invalid file format." +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:505 +msgid "Error! Invalid model" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:513 +msgid "The selected file contains no geometry." +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:517 +msgid "" +"The selected file contains several disjoint areas. This is not supported." +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:532 +msgid "Choose a file to import bed texture from (PNG/SVG):" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.cpp:555 +msgid "Choose an STL file to import bed model from:" +msgstr "" + +#: src/slic3r/GUI/BedShapeDialog.hpp:59 src/slic3r/GUI/ConfigWizard.cpp:953 +msgid "Bed Shape" +msgstr "" + +#: src/slic3r/GUI/BonjourDialog.cpp:55 +msgid "Network lookup" +msgstr "" + +#: src/slic3r/GUI/BonjourDialog.cpp:72 +msgid "Address" +msgstr "" + +#: src/slic3r/GUI/BonjourDialog.cpp:73 +msgid "Hostname" +msgstr "" + +#: src/slic3r/GUI/BonjourDialog.cpp:74 +msgid "Service name" +msgstr "" + +#: src/slic3r/GUI/BonjourDialog.cpp:76 +msgid "OctoPrint version" +msgstr "" + +#: src/slic3r/GUI/BonjourDialog.cpp:218 +msgid "Searching for devices" +msgstr "" + +#: src/slic3r/GUI/BonjourDialog.cpp:225 +msgid "Finished" +msgstr "" + +#: src/slic3r/GUI/ButtonsDescription.cpp:16 +msgid "Buttons And Text Colors Description" +msgstr "" + +#: src/slic3r/GUI/ButtonsDescription.cpp:36 +msgid "Value is the same as the system value" +msgstr "" + +#: src/slic3r/GUI/ButtonsDescription.cpp:53 +msgid "" +"Value was changed and is not equal to the system value or the last saved " +"preset" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:48 +msgid "" +"Zero layer height is not valid.\n" +"\n" +"The layer height will be reset to 0.01." +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:49 +#: src/slic3r/GUI/GUI_ObjectLayers.cpp:27 +msgid "Layer height" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:60 +msgid "" +"Zero first layer height is not valid.\n" +"\n" +"The first layer height will be reset to 0.01." +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:61 src/libslic3r/PrintConfig.cpp:1500 +msgid "First layer height" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:83 +#, possible-c-format +msgid "" +"The Spiral Vase mode requires:\n" +"- one perimeter\n" +"- no top solid layers\n" +"- 0% fill density\n" +"- no support material\n" +"- Ensure vertical shell thickness enabled\n" +"- unchecked 'exact last layer height'\n" +"- unchecked 'dense infill'\n" +"- unchecked 'extra perimeters'" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:93 +msgid "Shall I adjust those settings in order to enable Spiral Vase?" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:94 +msgid "Spiral Vase" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:121 +msgid "" +"The Wipe Tower currently supports the non-soluble supports only\n" +"if they are printed with the current extruder without triggering a tool " +"change.\n" +"(both support_material_extruder and support_material_interface_extruder need " +"to be set to 0)." +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:125 +msgid "Shall I adjust those settings in order to enable the Wipe Tower?" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:126 +#: src/slic3r/GUI/ConfigManipulation.cpp:146 +#: src/slic3r/GUI/ConfigManipulation.cpp:182 +msgid "Wipe Tower" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:142 +msgid "" +"For the Wipe Tower to work with the soluble supports, the support layers\n" +"need to be synchronized with the object layers." +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:145 +msgid "Shall I synchronize support layers in order to enable the Wipe Tower?" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:178 +#, possible-c-format +msgid "Did you forgot to put a '%' in the " +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:178 +msgid " field? it's currently set to " +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:179 +msgid " mm." +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:181 +msgid "Shall I add the '%'?" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:218 +msgid "" +"Supports work better, if the following feature is enabled:\n" +"- Detect bridging perimeters" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:221 +msgid "Shall I adjust those settings for supports?" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:222 +msgid "Support Generator" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:272 +#, possible-c-format +msgid "The %1% infill pattern is not supposed to work at 100%% density." +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:274 +msgid "Shall I switch to " +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:274 +msgid " fill pattern?" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:275 src/slic3r/GUI/Plater.cpp:532 +#: src/libslic3r/PrintConfig.cpp:1528 src/libslic3r/PrintConfig.cpp:1645 +#: src/libslic3r/PrintConfig.cpp:1708 +msgid "Infill" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:434 +msgid "Head penetration should not be greater than the head width." +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:436 +msgid "Invalid Head penetration" +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:447 +msgid "Pinhead diameter should be smaller than the pillar diameter." +msgstr "" + +#: src/slic3r/GUI/ConfigManipulation.cpp:449 +msgid "Invalid pinhead diameter" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:18 +msgid "Upgrade" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:20 +msgid "Downgrade" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:22 +msgid "Before roll back" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:24 +msgid "User" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:27 +msgid "Unknown" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:43 +msgid "Active" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:50 +msgid "SuperSlicer version" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:51 src/slic3r/GUI/Preset.cpp:1718 +msgid "print" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:52 +msgid "filaments" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:53 src/slic3r/GUI/Preset.cpp:1722 +msgid "printer" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:57 src/slic3r/GUI/Tab.cpp:1051 +msgid "vendor" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:57 +msgid "version" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:58 +msgid "min SuperSlicer version" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:60 +msgid "max SuperSlicer version" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:63 +msgid "model" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:63 +msgid "variants" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:75 +#, possible-c-format +msgid "Incompatible with this %s" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:78 +msgid "Activate" +msgstr "" + +#: src/slic3r/GUI/ConfigSnapshotDialog.cpp:104 +msgid "Configuration Snapshots" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:237 +msgid "nozzle" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:241 +msgid "Alternate nozzles:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:308 +msgid "All standard" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:308 +msgid "Standard" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:309 src/slic3r/GUI/ConfigWizard.cpp:595 +#: src/slic3r/GUI/Tab.cpp:3254 +msgid "All" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:310 src/slic3r/GUI/ConfigWizard.cpp:596 +#: src/slic3r/GUI/Plater.cpp:504 src/slic3r/GUI/Plater.cpp:644 +#: src/libslic3r/ExtrusionEntity.cpp:270 +msgid "None" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:446 +#, possible-c-format +msgid "Welcome to the %s Configuration Assistant" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:448 +#, possible-c-format +msgid "Welcome to the %s Configuration Wizard" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:450 +msgid "Welcome" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:452 +#, possible-c-format +msgid "" +"Hello, welcome to %s! This %s helps you with the initial configuration; just " +"a few settings and you will be ready to print." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:457 +msgid "Remove user profiles (a snapshot will be taken beforehand)" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:499 +#, possible-c-format +msgid "%s Family" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:587 +msgid "Vendor:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:588 +msgid "Profile:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:625 src/slic3r/GUI/ConfigWizard.cpp:653 +msgid "(All)" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:754 +msgid "Custom Printer Setup" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:754 +msgid "Custom Printer" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:756 +msgid "Define a custom printer profile" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:758 +msgid "Custom profile name:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:783 +msgid "Automatic updates" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:783 +msgid "Updates" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:791 src/slic3r/GUI/Preferences.cpp:64 +msgid "Check for application updates" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:795 +#, possible-c-format +msgid "" +"If enabled, %s checks for new application versions online. When a new " +"version becomes available, a notification is displayed at the next " +"application startup (never during program usage). This is only a " +"notification mechanisms, no automatic installation is done." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:801 src/slic3r/GUI/Preferences.cpp:80 +msgid "Update built-in Presets automatically" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:805 +#, possible-c-format +msgid "" +"If enabled, %s downloads updates of built-in system presets in the " +"background.These updates are downloaded into a separate temporary location." +"When a new preset version becomes available it is offered at application " +"startup." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:808 +msgid "" +"Updates are never applied without user's consent and never overwrite user's " +"customized settings." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:813 +msgid "" +"Additionally a backup snapshot of the whole configuration is created before " +"an update is applied." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:820 src/slic3r/GUI/GUI_ObjectList.cpp:1677 +#: src/slic3r/GUI/GUI_ObjectList.cpp:4040 src/slic3r/GUI/Plater.cpp:3330 +#: src/slic3r/GUI/Plater.cpp:4039 src/slic3r/GUI/Plater.cpp:4068 +msgid "Reload from disk" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:823 +msgid "" +"Export full pathnames of models and parts sources into 3mf and amf files" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:827 +msgid "" +"If enabled, allows the Reload from disk command to automatically find and " +"load the files when invoked.\n" +"If not enabled, the Reload from disk command will ask to select each file " +"using an open file dialog." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:835 +msgid "View mode" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:837 +msgid "" +"SuperSlicer's user interfaces comes in three variants:\n" +"Simple, Advanced, and Expert.\n" +"The Simple mode shows only the most frequently used settings relevant for " +"regular 3D printing. The other two offer progressively more sophisticated " +"fine-tuning, they are suitable for advanced and expert users, respectively." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:842 +msgid "Simple mode" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:843 +msgid "Advanced mode" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:844 +msgid "Expert mode" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:879 +msgid "Other Vendors" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:883 +#, possible-c-format +msgid "Pick another vendor supported by %s" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:915 +msgid "Firmware Type" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:915 +msgid "Firmware" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:919 +msgid "Choose the type of firmware used by your printer." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:953 +msgid "Bed Shape and Size" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:956 +msgid "Set the shape of your printer's bed." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:976 +msgid "Filament and Nozzle Diameters" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:976 +msgid "Print Diameters" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:990 +msgid "Enter the diameter of your printer's hot end nozzle." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:993 +msgid "Nozzle Diameter:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1003 +msgid "Enter the diameter of your filament." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1004 +msgid "" +"Good precision is required, so use a caliper and do multiple measurements " +"along the filament, then compute the average." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1007 +msgid "Filament Diameter:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1041 +msgid "Extruder and Bed Temperatures" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1041 +msgid "Temperatures" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1057 +msgid "Enter the temperature needed for extruding your filament." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1058 +msgid "A rule of thumb is 160 to 230 °C for PLA, and 215 to 250 °C for ABS." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1061 +msgid "Extrusion Temperature:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1062 src/slic3r/GUI/ConfigWizard.cpp:1076 +#: src/libslic3r/PrintConfig.cpp:171 src/libslic3r/PrintConfig.cpp:369 +#: src/libslic3r/PrintConfig.cpp:1129 src/libslic3r/PrintConfig.cpp:1479 +#: src/libslic3r/PrintConfig.cpp:1547 src/libslic3r/PrintConfig.cpp:3137 +msgid "°C" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1071 +msgid "" +"Enter the bed temperature needed for getting your filament to stick to your " +"heated bed." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1072 +msgid "" +"A rule of thumb is 60 °C for PLA and 110 °C for ABS. Leave zero if you have " +"no heated bed." +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1075 +msgid "Bed Temperature:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1504 src/slic3r/GUI/ConfigWizard.cpp:2154 +msgid "Filaments" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1504 src/slic3r/GUI/ConfigWizard.cpp:2156 +msgid "SLA Materials" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1572 +msgid "FFF Technology Printers" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1577 +msgid "SLA Technology Printers" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1826 src/slic3r/GUI/DoubleSlider.cpp:1905 +#: src/slic3r/GUI/DoubleSlider.cpp:1926 src/slic3r/GUI/GUI.cpp:259 +msgid "Notice" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1846 +msgid "The following FFF printer models have no filament selected:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1850 +msgid "Do you want to select default filaments for these FFF printer models?" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1864 +msgid "The following SLA printer models have no materials selected:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:1868 +msgid "Do you want to select default SLA materials for these printer models?" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2097 +msgid "Select all standard printers in this page" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2100 +msgid "< &Back" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2101 +msgid "&Next >" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2102 +msgid "&Finish" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2103 src/slic3r/GUI/FirmwareDialog.cpp:151 +#: src/slic3r/GUI/ProgressStatusBar.cpp:26 +msgid "Cancel" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2117 +msgid "Prusa FFF Technology Printers" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2120 +msgid "Prusa MSLA Technology Printers" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2154 +msgid "Filament Profiles Selection" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2154 src/slic3r/GUI/GUI_ObjectList.cpp:3637 +msgid "Type:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2156 +msgid "SLA Material Profiles Selection" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2156 +msgid "Layer height:" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2262 +msgid "Configuration Assistant" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2263 +msgid "Configuration &Assistant" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2265 +msgid "Configuration Wizard" +msgstr "" + +#: src/slic3r/GUI/ConfigWizard.cpp:2266 +msgid "Configuration &Wizard" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:79 +msgid "Place bearings in slots and resume printing" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:950 +msgid "One layer mode" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:952 +msgid "Discard all custom changes" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:955 +#, possible-c-format +msgid "Jump to height %s or Set extruder sequence for the entire print" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:957 src/slic3r/GUI/DoubleSlider.cpp:1529 +#: src/slic3r/GUI/DoubleSlider.cpp:1651 +msgid "Jump to height" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:960 +msgid "Edit current color - Right click the colored slider segment" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:970 +msgid "Print mode" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:984 +msgid "Add extruder change - Left click" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:986 +msgid "" +"Add color change - Left click for predefined color or Shift + Left click for " +"custom color selection" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:988 +msgid "Add color change - Left click" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:989 +msgid "or press \"+\" key" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:991 +msgid "Add another code - Ctrl + Left click" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:992 +msgid "Add another code - Right click" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:998 +msgid "" +"The sequential print is on.\n" +"It's impossible to apply any custom G-code for objects printing " +"sequentually.\n" +"This code won't be processed during G-code generation." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1005 +#, possible-c-format +msgid "Color change (\"%1%\")" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1006 +#, possible-c-format +msgid "Color change (\"%1%\") for Extruder %2%" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1009 +#, possible-c-format +msgid "Pause print (\"%1%\")" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1011 +#, possible-c-format +msgid "Extruder (tool) is changed to Extruder \"%1%\"" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1019 +msgid "Note" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1021 +msgid "" +"G-code associated to this tick mark is in a conflict with print mode.\n" +"Editing it will cause changes of Slider data." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1024 +msgid "" +"There is a color change for extruder that won't be used till the end of " +"print job.\n" +"This code won't be processed during G-code generation." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1027 +msgid "" +"There is an extruder change set to the same extruder.\n" +"This code won't be processed during G-code generation." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1030 +msgid "" +"There is a color change for extruder that has not been used before.\n" +"Check your settings to avoid redundant color changes." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1035 +msgid "Delete tick mark - Left click or press \"-\" key" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1037 +msgid "Edit tick mark - Ctrl + Left click" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1038 +msgid "Edit tick mark - Right click" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1134 src/slic3r/GUI/DoubleSlider.cpp:1170 +#: src/slic3r/GUI/GLCanvas3D.cpp:985 src/slic3r/GUI/GUI_ObjectList.cpp:1717 +#: src/libslic3r/GCode/PreviewData.cpp:533 +#, possible-c-format +msgid "Extruder %d" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1135 src/slic3r/GUI/GUI_ObjectList.cpp:1718 +msgid "active" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1144 +msgid "Switch code to Change extruder" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1144 src/slic3r/GUI/GUI_ObjectList.cpp:1684 +msgid "Change extruder" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1145 +msgid "Change extruder (N/A)" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1147 +msgid "Use another extruder" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1171 +msgid "used" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1179 +#, possible-c-format +msgid "Switch code to Color change (%1%) for:" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1180 +#, possible-c-format +msgid "Add color change (%1%) for:" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1477 +msgid "Add color change" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1487 +msgid "Add pause print" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1490 +msgid "Add custom G-code" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1508 +msgid "Edit color" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1509 +msgid "Edit pause print message" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1510 +msgid "Edit custom G-code" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1516 +msgid "Delete color change" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1517 +msgid "Delete tool change" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1518 +msgid "Delete pause print" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1519 +msgid "Delete custom G-code" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1532 +msgid "Set extruder sequence for the entire print" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1618 +msgid "Enter custom G-code used on current layer" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1619 +#, possible-c-format +msgid "Custom G-code on current layer (%1% mm)." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1634 +msgid "Enter short message shown on Printer display when a print is paused" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1635 +#, possible-c-format +msgid "Message for pause print on current layer (%1% mm)." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1650 +msgid "Enter the height you want to jump to" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1899 +msgid "The last color change data was saved for a single extruder printing." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1900 src/slic3r/GUI/DoubleSlider.cpp:1916 +msgid "The last color change data was saved for a multi extruder printing." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1902 +msgid "Your current changes will delete all saved color changes." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1903 src/slic3r/GUI/DoubleSlider.cpp:1924 +msgid "Are you sure you want to continue?" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1917 +msgid "" +"Select YES if you want to delete all saved tool changes, \n" +"NO if you want all tool changes switch to color changes, \n" +"or CANCEL to leave it unchanged." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1920 +msgid "Do you want to delete all saved tool changes?" +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1922 +msgid "" +"The last color change data was saved for a multi extruder printing with tool " +"changes for whole print." +msgstr "" + +#: src/slic3r/GUI/DoubleSlider.cpp:1923 +msgid "Your current changes will delete all saved extruder (tool) changes." +msgstr "" + +#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:23 +msgid "Set extruder sequence" +msgstr "" + +#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:39 +msgid "Set extruder change for every" +msgstr "" + +#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:52 +#: src/libslic3r/PrintConfig.cpp:522 src/libslic3r/PrintConfig.cpp:1660 +#: src/libslic3r/PrintConfig.cpp:2393 src/libslic3r/PrintConfig.cpp:2614 +#: src/libslic3r/PrintConfig.cpp:2740 src/libslic3r/PrintConfig.cpp:2971 +#: src/libslic3r/PrintConfig.cpp:3019 +msgid "layers" +msgstr "" + +#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:136 +msgid "Set extruder(tool) sequence" +msgstr "" + +#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:182 +msgid "Remove extruder from sequence" +msgstr "" + +#: src/slic3r/GUI/ExtruderSequenceDialog.cpp:192 +msgid "Add extruder to sequence" +msgstr "" + +#: src/slic3r/GUI/Field.cpp:136 +msgid "default value" +msgstr "" + +#: src/slic3r/GUI/Field.cpp:139 +msgid "parameter name" +msgstr "" + +#: src/slic3r/GUI/Field.cpp:150 src/slic3r/GUI/OptionsGroup.cpp:666 +msgid "N/A" +msgstr "" + +#: src/slic3r/GUI/Field.cpp:175 +#, possible-c-format +msgid "%s doesn't support percentage" +msgstr "" + +#: src/slic3r/GUI/Field.cpp:195 src/slic3r/GUI/Field.cpp:226 +#: src/slic3r/GUI/GUI_ObjectLayers.cpp:383 +msgid "Invalid numeric input." +msgstr "" + +#: src/slic3r/GUI/Field.cpp:204 src/slic3r/GUI/Field.cpp:237 +msgid "Input value is out of range" +msgstr "" + +#: src/slic3r/GUI/Field.cpp:251 +#, possible-c-format +msgid "" +"Do you mean %s%% instead of %s %s?\n" +"Select YES if you want to change this value to %s%%, \n" +"or NO if you are sure that %s %s is a correct value." +msgstr "" + +#: src/slic3r/GUI/Field.cpp:254 +msgid "Parameter validation" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:150 +msgid "Flash!" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:152 +msgid "Flashing in progress. Please do not disconnect the printer!" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:199 +msgid "Flashing failed" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:282 +msgid "Flashing succeeded!" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:283 +msgid "Flashing failed. Please see the avrdude log below." +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:284 +msgid "Flashing cancelled." +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:332 +#, possible-c-format +msgid "" +"This firmware hex file does not match the printer model.\n" +"The hex file is intended for: %s\n" +"Printer reported: %s\n" +"\n" +"Do you want to continue and flash this hex file anyway?\n" +"Please only continue if you are sure this is the right thing to do." +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:419 src/slic3r/GUI/FirmwareDialog.cpp:454 +#, possible-c-format +msgid "" +"Multiple %s devices found. Please only connect one at a time for flashing." +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:436 +#, possible-c-format +msgid "" +"The %s device was not found.\n" +"If the device is connected, please press the Reset button next to the USB " +"connector ..." +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:548 +#, possible-c-format +msgid "The %s device could not have been found" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:645 +#, possible-c-format +msgid "Error accessing port at %s: %s" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:647 +#, possible-c-format +msgid "Error: %s" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:777 +msgid "Firmware flasher" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:802 +msgid "Firmware image:" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:805 src/slic3r/GUI/Tab.cpp:1953 +#: src/slic3r/GUI/Tab.cpp:2015 +msgid "Browse" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:807 +msgid "Serial port:" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:809 +msgid "Autodetected" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:810 +msgid "Rescan" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:817 +msgid "Progress:" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:820 +msgid "Status:" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:821 +msgid "Ready" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:841 +msgid "Advanced: Output log" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:852 +#: src/slic3r/GUI/Mouse3DController.cpp:371 +#: src/slic3r/GUI/PrintHostDialogs.cpp:161 +msgid "Close" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:902 +msgid "" +"Are you sure you want to cancel firmware flashing?\n" +"This could leave your printer in an unusable state!" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:903 +msgid "Confirmation" +msgstr "" + +#: src/slic3r/GUI/FirmwareDialog.cpp:906 +msgid "Cancelling..." +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:237 src/slic3r/GUI/GLCanvas3D.cpp:4739 +msgid "Variable layer height" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:240 +msgid "Left mouse button:" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:243 +msgid "Add detail" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:246 +msgid "Right mouse button:" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:249 +msgid "Remove detail" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:252 +msgid "Shift + Left mouse button:" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:255 +msgid "Reset to base" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:258 +msgid "Shift + Right mouse button:" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:261 +msgid "Smoothing" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:264 +msgid "Mouse wheel:" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:267 +msgid "Increase/decrease edit area" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:270 +msgid "Adaptive" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:276 +msgid "Quality / Speed" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:280 +msgid "Higher print quality versus higher print speed." +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:291 +msgid "Smooth" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:297 src/libslic3r/PrintConfig.cpp:917 +msgid "Radius" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:307 +msgid "Keep min" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:316 +msgid "Reset" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:602 +msgid "Variable layer height - Manual edit" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:689 +msgid "An object outside the print area was detected" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:690 +msgid "A toolpath outside the print area was detected" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:691 +msgid "SLA supports outside the print area were detected" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:692 +msgid "Some objects are not visible" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:694 +msgid "" +"An object outside the print area was detected\n" +"Resolve the current problem to continue slicing" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:699 +msgid "An error occured" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:912 src/slic3r/GUI/GLCanvas3D.cpp:941 +msgid "Default print color" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:942 src/slic3r/GUI/GLCanvas3D.cpp:951 +#: src/slic3r/GUI/GLCanvas3D.cpp:990 +msgid "Pause print or custom G-code" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:963 +#, possible-c-format +msgid "up to %.2f mm" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:967 +#, possible-c-format +msgid "above %.2f mm" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:971 +#, possible-c-format +msgid "%.2f - %.2f mm" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:1003 +#, possible-c-format +msgid "Color change for Extruder %d at %.2f mm" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:1313 +msgid "Seq." +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:1440 +msgid "canvas_tooltip" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:1791 +msgid "Variable layer height - Reset" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:1799 +msgid "Variable layer height - Adaptive" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:1807 +msgid "Variable layer height - Smooth all" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:2196 +msgid "Mirror Object" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:3064 +#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:485 +#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:703 +msgid "Gizmo-Move" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:3144 +#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:487 +#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:705 +msgid "Gizmo-Rotate" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:3683 +msgid "Move Object" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4213 +msgid "Undo History" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4213 +msgid "Redo History" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4231 +#, possible-c-format +msgid "Undo %1$d Action" +msgid_plural "Undo %1$d Actions" +msgstr[0] "" +msgstr[1] "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4231 +#, possible-c-format +msgid "Redo %1$d Action" +msgid_plural "Redo %1$d Actions" +msgstr[0] "" +msgstr[1] "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4633 +msgid "Add..." +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4641 src/slic3r/GUI/GUI_ObjectList.cpp:1731 +#: src/slic3r/GUI/Plater.cpp:4036 src/slic3r/GUI/Plater.cpp:4058 +#: src/slic3r/GUI/Tab.cpp:3195 +msgid "Delete" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4650 src/slic3r/GUI/KBShortcutsDialog.cpp:131 +#: src/slic3r/GUI/Plater.cpp:4780 +msgid "Delete all" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4659 src/slic3r/GUI/KBShortcutsDialog.cpp:157 +#: src/slic3r/GUI/Plater.cpp:2851 +msgid "Arrange" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4659 src/slic3r/GUI/KBShortcutsDialog.cpp:158 +msgid "Arrange selection" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4671 +msgid "Copy" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4680 +msgid "Paste" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4692 src/slic3r/GUI/Plater.cpp:3893 +#: src/slic3r/GUI/Plater.cpp:3905 src/slic3r/GUI/Plater.cpp:4045 +msgid "Add instance" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4703 src/slic3r/GUI/Plater.cpp:4047 +msgid "Remove instance" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4716 +msgid "Split to objects" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4726 src/slic3r/GUI/GUI_ObjectList.cpp:1500 +msgid "Split to parts" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4790 src/slic3r/GUI/KBShortcutsDialog.cpp:132 +#: src/slic3r/GUI/MainFrame.cpp:665 +msgid "Undo" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4790 src/slic3r/GUI/GLCanvas3D.cpp:4823 +msgid "Click right mouse button to open History" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4807 +#, possible-c-format +msgid "Next Undo action: %1%" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4823 src/slic3r/GUI/KBShortcutsDialog.cpp:133 +#: src/slic3r/GUI/MainFrame.cpp:668 +msgid "Redo" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:4839 +#, possible-c-format +msgid "Next Redo action: %1%" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:6772 +msgid "Selection-Add from rectangle" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3D.cpp:6791 +msgid "Selection-Remove from rectangle" +msgstr "" + +#: src/slic3r/GUI/GLCanvas3DManager.cpp:306 +#, possible-c-format +msgid "" +"SuperSlicer requires OpenGL 2.0 capable graphics driver to run correctly, \n" +"while OpenGL version %s, render %s, vendor %s was detected." +msgstr "" + +#: src/slic3r/GUI/GLCanvas3DManager.cpp:309 +msgid "You may need to update your graphics card driver." +msgstr "" + +#: src/slic3r/GUI/GLCanvas3DManager.cpp:312 +msgid "" +"As a workaround, you may run SuperSlicer with a software rendered 3D " +"graphics by running prusa-slicer.exe with the --sw_renderer parameter." +msgstr "" + +#: src/slic3r/GUI/GLCanvas3DManager.cpp:314 +msgid "Unsupported OpenGL version" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:47 +#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:145 src/libslic3r/PrintConfig.cpp:4913 +msgid "Cut" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:169 +msgid "Keep upper part" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:170 +msgid "Keep lower part" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:171 +msgid "Rotate lower part upwards" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoCut.cpp:176 +msgid "Perform cut" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoFlatten.cpp:45 +msgid "Place on face" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:40 +msgid "Hollow this object" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:41 +msgid "Preview hollowed and drilled model" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:42 +msgid "Offset" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:43 +msgid "Quality" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:44 +#: src/libslic3r/PrintConfig.cpp:4348 +msgid "Closing distance" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:45 +msgid "Hole diameter" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:46 +msgid "Hole depth" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:47 +msgid "Remove selected holes" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:48 +msgid "Remove all holes" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:49 +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:57 +msgid "Clipping of view" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:50 +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:58 +msgid "Reset direction" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:51 +msgid "Show supports" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:423 +msgid "Add drainage hole" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:541 +msgid "Delete drainage hole" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:815 +msgid "Hollowing parameter change" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:887 +msgid "Change drainage hole diameter" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:979 +msgid "Hollow and drill" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoHollow.cpp:1061 +msgid "Move drainage hole" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoMove.cpp:64 +msgid "Move" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoRotate.cpp:449 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:481 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:500 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:518 +#: src/libslic3r/PrintConfig.cpp:4965 +msgid "Rotate" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoScale.cpp:79 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:230 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:501 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:519 +#: src/libslic3r/PrintConfig.cpp:4980 +msgid "Scale" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:47 +msgid "Head diameter" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:48 +msgid "Lock supports under new islands" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:49 +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1361 +msgid "Remove selected points" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:50 +msgid "Remove all points" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:51 +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1364 +msgid "Apply changes" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:52 +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1365 +msgid "Discard changes" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:53 +msgid "Minimal points distance" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:54 +#: src/libslic3r/PrintConfig.cpp:4178 +msgid "Support points density" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:55 +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1367 +msgid "Auto-generate points" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:56 +msgid "Manual editing" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:484 +msgid "Add support point" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:621 +msgid "Delete support point" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:810 +msgid "Change point head diameter" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:878 +msgid "Support parameter change" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:986 +msgid "SLA Support Points" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1007 +msgid "SLA gizmo turned on" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1035 +msgid "Do you want to save your manually edited support points?" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1036 +msgid "Save changes?" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1048 +msgid "SLA gizmo turned off" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1087 +msgid "Move support point" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1186 +msgid "Support points edit" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1258 +msgid "Autogeneration will erase all manually edited points." +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1259 +msgid "Are you sure you want to do it?" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1260 +#: src/slic3r/GUI/GUI.cpp:271 src/slic3r/GUI/Tab.cpp:3118 +#: src/slic3r/GUI/WipeTowerDialog.cpp:45 +#: src/slic3r/GUI/WipeTowerDialog.cpp:366 +msgid "Warning" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1263 +msgid "Autogenerate support points" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1324 +msgid "SLA gizmo keyboard shortcuts" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1335 +msgid "Note: some shortcuts work in (non)editing mode only." +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1353 +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1356 +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1357 +msgid "Left click" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1353 +msgid "Add point" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1354 +msgid "Right click" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1354 +msgid "Remove point" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1355 +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1358 +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1359 +msgid "Drag" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1355 +msgid "Move point" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1356 +msgid "Add point to selection" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1357 +msgid "Remove point from selection" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1358 +msgid "Select by rectangle" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1359 +msgid "Deselect by rectangle" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1360 +msgid "Select all points" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1362 +msgid "Mouse wheel" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1362 +msgid "Move clipping plane" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1363 +msgid "Reset clipping plane" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmoSlaSupports.cpp:1366 +msgid "Switch to editing mode" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:486 +#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:704 +msgid "Gizmo-Scale" +msgstr "" + +#: src/slic3r/GUI/Gizmos/GLGizmosManager.cpp:627 +msgid "Gizmo-Place on Face" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:191 +#, possible-c-format +msgid "" +"%s has encountered an error. It was likely caused by running out of memory. " +"If you are sure you have enough RAM on your system, this may also be a bug " +"and we would be glad if you reported it.\n" +"\n" +"The application will now terminate." +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:194 +msgid "Fatal error" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:493 +msgid "Changing of an application language" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:496 src/slic3r/GUI/GUI_App.cpp:504 +msgid "Recreating" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:509 +msgid "Loading of current presets" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:514 +msgid "Loading of a mode view" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:660 +msgid "Choose one file (3MF/AMF):" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:672 +msgid "Choose one or more files (STL/OBJ/AMF/3MF/PRUSA):" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:733 +msgid "Select the language" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:733 +msgid "Language" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:901 +#, possible-c-format +msgid "Run %s" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:904 +msgid "&Configuration Snapshots" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:904 +msgid "Inspect / activate configuration snapshots" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:905 +msgid "Take Configuration &Snapshot" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:905 +msgid "Capture a configuration snapshot" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:906 +msgid "Check for updates" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:906 +msgid "Check for configuration updates" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:908 +msgid "&Preferences" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:914 +msgid "Application preferences" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:917 src/slic3r/GUI/wxExtensions.cpp:757 +msgid "Simple" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:917 +msgid "Simple View Mode" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:918 src/slic3r/GUI/Tab.cpp:3782 +#: src/slic3r/GUI/wxExtensions.cpp:758 +msgid "Advanced" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:918 +msgid "Advanced View Mode" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:919 src/slic3r/GUI/wxExtensions.cpp:759 +msgid "Expert" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:919 +msgid "Expert View Mode" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:924 +msgid "Mode" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:924 +#, possible-c-format +msgid "%s View Mode" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:926 +msgid "&Language" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:928 +msgid "Flash printer &firmware" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:928 +msgid "Upload a firmware image into an Arduino based printer" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:943 +msgid "Taking configuration snapshot" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:943 +msgid "Snapshot name" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:990 +msgid "" +"Switching the language will trigger application restart.\n" +"You will lose content of the plater." +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:992 +msgid "Do you want to proceed?" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:993 +msgid "Language selection" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:1017 +msgid "&Configuration" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:1041 +msgid "The presets on the following tabs were modified" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:1041 src/slic3r/GUI/Tab.cpp:2972 +msgid "Discard changes and continue anyway?" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:1044 +msgid "Unsaved Presets" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:1193 src/slic3r/GUI/Tab.cpp:2984 +msgid "It's impossible to print multi-part object(s) with SLA technology." +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:1194 +msgid "Please check and fix your object list." +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:1195 src/slic3r/GUI/Plater.cpp:2408 +#: src/slic3r/GUI/Tab.cpp:2986 +msgid "Attention!" +msgstr "" + +#: src/slic3r/GUI/GUI_App.cpp:1212 +msgid "Select a gcode file:" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectLayers.cpp:27 +msgid "Start at height" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectLayers.cpp:27 +msgid "Stop at height" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectLayers.cpp:158 +msgid "Remove layer range" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectLayers.cpp:162 +msgid "Add layer range" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:51 +msgid "Add part" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:52 +msgid "Add modifier" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:53 +msgid "Add support enforcer" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:54 +msgid "Add support blocker" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:290 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:153 +msgid "Name" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:298 src/slic3r/GUI/wxExtensions.cpp:599 +#: src/libslic3r/PrintConfig.cpp:887 +msgid "Extruder" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:302 src/slic3r/GUI/GUI_ObjectList.cpp:415 +msgid "Editing" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:360 +#, possible-c-format +msgid "Auto-repaired (%d errors):" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:367 +msgid "degenerate facets" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:368 +msgid "edges fixed" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:369 +msgid "facets removed" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:370 +msgid "facets added" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:371 +msgid "facets reversed" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:372 +msgid "backwards edges" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:380 +msgid "Right button click the icon to fix STL through Netfabb" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:417 +msgid "Right button click the icon to change the object settings" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:419 +msgid "Click the icon to change the object settings" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:423 +msgid "Right button click the icon to change the object printable property" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:425 +msgid "Click the icon to change the object printable property" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:470 src/slic3r/GUI/GUI_ObjectList.cpp:482 +#: src/slic3r/GUI/GUI_ObjectList.cpp:925 +#: src/slic3r/GUI/GUI_ObjectList.cpp:4051 +#: src/slic3r/GUI/GUI_ObjectList.cpp:4061 +#: src/slic3r/GUI/GUI_ObjectList.cpp:4096 +#: src/slic3r/GUI/ObjectDataViewModel.cpp:200 +#: src/slic3r/GUI/ObjectDataViewModel.cpp:257 +#: src/slic3r/GUI/ObjectDataViewModel.cpp:282 +#: src/slic3r/GUI/ObjectDataViewModel.cpp:490 +#: src/slic3r/GUI/ObjectDataViewModel.cpp:1753 +msgid "default" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:549 +msgid "Change Extruder" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:564 +msgid "Rename Object" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:564 +msgid "Rename Sub-object" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1099 +#: src/slic3r/GUI/GUI_ObjectList.cpp:3865 +msgid "Instances to Separated Objects" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1114 +msgid "Volumes in Object reordered" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1114 +msgid "Object reordered" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1191 +#: src/slic3r/GUI/GUI_ObjectList.cpp:1543 +#: src/slic3r/GUI/GUI_ObjectList.cpp:1549 +#: src/slic3r/GUI/GUI_ObjectList.cpp:1863 +#, possible-c-format +msgid "Quick Add Settings (%s)" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1278 +msgid "Select showing settings" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1327 +msgid "Add Settings for Layers" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1328 +msgid "Add Settings for Sub-object" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1329 +msgid "Add Settings for Object" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1399 +msgid "Add Settings Bundle for Height range" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1400 +msgid "Add Settings Bundle for Sub-object" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1401 +msgid "Add Settings Bundle for Object" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1440 +msgid "Load" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1445 +#: src/slic3r/GUI/GUI_ObjectList.cpp:1477 +#: src/slic3r/GUI/GUI_ObjectList.cpp:1481 +msgid "Box" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1445 +msgid "Cylinder" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1445 +msgid "Sphere" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1445 +msgid "Slab" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1513 +msgid "Height range Modifier" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1522 +msgid "Add settings" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1602 +msgid "Change type" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1612 +#: src/slic3r/GUI/GUI_ObjectList.cpp:1624 +msgid "Set as a Separated Object" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1624 +msgid "Set as a Separated Objects" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1634 +msgid "Printable" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1649 src/slic3r/GUI/Tab.cpp:3548 +msgid "Rename" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1660 +msgid "Fix through the Netfabb" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1670 src/slic3r/GUI/Plater.cpp:4071 +msgid "Export as STL" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1677 +#: src/slic3r/GUI/GUI_ObjectList.cpp:4040 src/slic3r/GUI/Plater.cpp:4039 +msgid "Reload the selected volumes from disk" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1684 +msgid "Set extruder for selected items" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1717 src/libslic3r/PrintConfig.cpp:492 +#: src/libslic3r/PrintConfig.cpp:670 src/libslic3r/PrintConfig.cpp:1513 +#: src/libslic3r/PrintConfig.cpp:2307 src/libslic3r/PrintConfig.cpp:3091 +msgid "Default" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1737 +msgid "Scale to print volume" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1737 +msgid "Scale the selected object to fit the print volume" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1806 +#: src/slic3r/GUI/GUI_ObjectList.cpp:2065 +msgid "Add Shape" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1893 +msgid "Load Part" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:1932 +msgid "Error!" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2007 +msgid "Add Generic Subobject" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2036 +msgid "Generic" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2154 +#: src/slic3r/GUI/GUI_ObjectList.cpp:2256 +msgid "Last instance of an object cannot be deleted." +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2166 +msgid "Delete Settings" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2190 +msgid "Delete All Instances from Object" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2206 +msgid "Delete Height Range" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2237 +msgid "From Object List You can't delete the last solid part from object." +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2241 +msgid "Delete Subobject" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2260 +msgid "Delete Instance" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2284 src/slic3r/GUI/Plater.cpp:3080 +msgid "" +"The selected object couldn't be split because it contains only one part." +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2288 +msgid "Split to Parts" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2342 +msgid "Add Layers" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2468 +msgid "Group manipulation" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2480 +msgid "Object manipulation" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2493 +msgid "Object Settings to modify" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2497 +msgid "Part Settings to modify" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2502 +msgid "Layer range Settings to modify" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2508 +msgid "Part manipulation" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2514 +msgid "Instance manipulation" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2521 +msgid "Height ranges" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2521 +msgid "Settings for height range" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2707 +msgid "Delete Selected Item" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2844 +msgid "Delete Selected" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:2920 +#: src/slic3r/GUI/GUI_ObjectList.cpp:2948 +#: src/slic3r/GUI/GUI_ObjectList.cpp:2968 +msgid "Add Height Range" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3014 +msgid "" +"Cannot insert a new layer range after the current layer range.\n" +"The next layer range is too thin to be split to two\n" +"without violating the minimum layer height." +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3018 +msgid "" +"Cannot insert a new layer range between the current and the next layer " +"range.\n" +"The gap between the current layer range and the next layer range\n" +"is thinner than the minimum layer height allowed." +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3023 +msgid "" +"Cannot insert a new layer range after the current layer range.\n" +"Current layer range overlaps with the next layer range." +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3082 +msgid "Edit Height Range" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3375 +msgid "Selection-Remove from list" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3383 +msgid "Selection-Add from list" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3501 +msgid "Object or Instance" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3502 +#: src/slic3r/GUI/GUI_ObjectList.cpp:3635 +msgid "Part" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3502 +msgid "Layer" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3504 +msgid "Unsupported selection" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3505 +#, possible-c-format +msgid "You started your selection with %s Item." +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3506 +#, possible-c-format +msgid "In this mode you can select only other %s Items%s" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3509 +msgid "of a current Object" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3514 +#: src/slic3r/GUI/GUI_ObjectList.cpp:3589 src/slic3r/GUI/Plater.cpp:141 +msgid "Info" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3630 +msgid "You can't change a type of the last solid part of the object." +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3635 +msgid "Modifier" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3635 +msgid "Support Enforcer" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3635 +msgid "Support Blocker" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3637 +msgid "Select type of part" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3642 +msgid "Change Part Type" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3887 +msgid "Enter new name" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3887 +msgid "Renaming" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3903 +#: src/slic3r/GUI/GUI_ObjectList.cpp:4010 src/slic3r/GUI/Tab.cpp:3577 +#: src/slic3r/GUI/Tab.cpp:3581 +msgid "The supplied name is not valid;" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:3904 +#: src/slic3r/GUI/GUI_ObjectList.cpp:4011 src/slic3r/GUI/Tab.cpp:3578 +msgid "the following characters are not allowed:" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:4055 +msgid "Select extruder number:" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:4056 +msgid "This extruder will be set for selected items" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:4081 +msgid "Change Extruders" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:4178 src/slic3r/GUI/Selection.cpp:1475 +msgid "Set Printable" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectList.cpp:4178 src/slic3r/GUI/Selection.cpp:1475 +msgid "Set Unprintable" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:62 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:105 +msgid "World coordinates" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:63 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:106 +msgid "Local coordinates" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:82 +msgid "Select coordinate space, in which the transformation will be performed." +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:155 src/libslic3r/GCode.cpp:668 +msgid "Object name" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:215 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:458 +msgid "Position" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:216 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:459 +#: src/slic3r/GUI/Mouse3DController.cpp:295 +#: src/slic3r/GUI/Mouse3DController.cpp:318 +msgid "Rotation" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:263 +#, possible-c-format +msgid "Toggle %c axis mirroring" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:297 +msgid "Set Mirror" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:337 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:349 +msgid "Drop to bed" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:363 +msgid "Reset rotation" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:385 +msgid "Reset Rotation" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:397 +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:399 +msgid "Reset scale" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:460 +msgid "Scale factors" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:517 +msgid "Translate" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:579 +msgid "" +"You cannot use non-uniform scaling mode for multiple objects/parts selection" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:751 +msgid "Set Position" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:782 +msgid "Set Orientation" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:847 +msgid "Set Scale" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:876 +msgid "" +"The currently manipulated object is tilted (rotation angles are not " +"multiples of 90°).\n" +"Non-uniform scaling of tilted objects is only possible in the World " +"coordinate system,\n" +"once the rotation is embedded into the object coordinates." +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectManipulation.cpp:879 +msgid "" +"This operation is irreversible.\n" +"Do you want to proceed?" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectSettings.cpp:59 +msgid "Additional Settings" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectSettings.cpp:95 +msgid "Remove parameter" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectSettings.cpp:101 +#, possible-c-format +msgid "Delete Option %s" +msgstr "" + +#: src/slic3r/GUI/GUI_ObjectSettings.cpp:158 +#, possible-c-format +msgid "Change Option %s" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:236 +msgid "View" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:239 +msgid "Feature" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:239 src/libslic3r/GCode/PreviewData.cpp:383 +msgid "Feature type" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:240 src/libslic3r/PrintConfig.cpp:904 +msgid "Height" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:241 src/libslic3r/PrintConfig.cpp:3438 +msgid "Width" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:242 +msgid "Speed" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:243 src/slic3r/GUI/PresetHints.cpp:33 +msgid "Fan" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:243 +msgid "Fan speed" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:244 +msgid "time" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:244 +msgid "Layer time" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:245 +msgid "Log time" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:245 +msgid "Layer time (log)" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:246 +msgid "Chrono" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:246 +msgid "Chronology" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:247 +msgid "Vol. flow" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:247 +msgid "Volumetric flow rate" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:248 src/slic3r/GUI/GUI_Preview.cpp:859 +#: src/libslic3r/GCode/PreviewData.cpp:399 +msgid "Tool" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:249 src/slic3r/GUI/Plater.cpp:822 +#: src/libslic3r/GCode/PreviewData.cpp:401 +msgid "Filament" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:250 src/slic3r/GUI/Plater.cpp:1247 +#: src/slic3r/GUI/Plater.cpp:1251 src/slic3r/GUI/Plater.cpp:1263 +#: src/slic3r/GUI/Plater.cpp:1268 src/slic3r/GUI/Plater.cpp:1292 +#: src/libslic3r/PrintConfig.cpp:1014 +msgid "Color" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:250 src/libslic3r/GCode/PreviewData.cpp:403 +msgid "Color Print" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:253 +msgid "Show" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:255 +msgid "Extrusion type" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:257 +msgid "Feature types" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:259 src/libslic3r/ExtrusionEntity.cpp:271 +msgid "Perimeter" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:260 src/libslic3r/ExtrusionEntity.cpp:272 +msgid "External perimeter" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:261 src/libslic3r/ExtrusionEntity.cpp:273 +msgid "Overhang perimeter" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:262 src/libslic3r/ExtrusionEntity.cpp:274 +msgid "Internal infill" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:263 src/libslic3r/ExtrusionEntity.cpp:275 +#: src/libslic3r/PrintConfig.cpp:2746 +msgid "Solid infill" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:264 src/libslic3r/ExtrusionEntity.cpp:276 +#: src/libslic3r/PrintConfig.cpp:3236 +msgid "Top solid infill" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:265 src/libslic3r/ExtrusionEntity.cpp:277 +msgid "Bridge infill" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:266 src/libslic3r/ExtrusionEntity.cpp:279 +#: src/libslic3r/PrintConfig.cpp:1572 +msgid "Gap fill" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:267 src/libslic3r/ExtrusionEntity.cpp:280 +msgid "Skirt" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:268 src/libslic3r/ExtrusionEntity.cpp:281 +#: src/libslic3r/PrintConfig.cpp:2987 +msgid "Support material" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:269 src/libslic3r/ExtrusionEntity.cpp:282 +msgid "Support material interface" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:269 +msgid "Sup. mat. interface" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:270 src/libslic3r/ExtrusionEntity.cpp:283 +msgid "Wipe tower" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:271 src/libslic3r/ExtrusionEntity.cpp:284 +msgid "Mill" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:276 src/libslic3r/PrintConfig.cpp:3286 +msgid "Travel" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:277 +msgid "Retr." +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:277 +msgid "Retractions" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:278 +msgid "Unre." +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:278 +msgid "Unretractions" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:279 +msgid "Shells" +msgstr "" + +#: src/slic3r/GUI/GUI_Preview.cpp:280 +msgid "Legend" +msgstr "" + +#: src/slic3r/GUI/Job.hpp:123 +msgid "ERROR: not enough resources to execute a new job." +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:41 src/slic3r/GUI/MainFrame.cpp:829 +msgid "Keyboard Shortcuts" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:112 +msgid "New project, clear plater" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:113 +msgid "Open project STL/OBJ/AMF/3MF with config, clear plater" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:114 +msgid "Save project (3mf)" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:115 +msgid "Save project as (3mf)" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:116 +msgid "(Re)slice" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:118 +msgid "Import STL/OBJ/AMF/3MF without config, keep plater" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:119 +msgid "Import Config from ini/amf/3mf/gcode" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:120 +msgid "Load Config from ini/amf/3mf/gcode and merge" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:122 src/slic3r/GUI/Plater.cpp:897 +#: src/slic3r/GUI/Plater.cpp:5605 src/libslic3r/PrintConfig.cpp:4864 +msgid "Export G-code" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:123 src/slic3r/GUI/Plater.cpp:5606 +msgid "Send G-code" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:124 +msgid "Export config" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:125 src/slic3r/GUI/Plater.cpp:886 +msgid "Export to SD card / Flash drive" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:126 +msgid "Eject SD card / Flash drive" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:128 +msgid "Select all objects" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:129 +msgid "Deselect all" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:130 +msgid "Delete selected" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:134 +msgid "Copy to clipboard" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:135 +msgid "Paste from clipboard" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:136 +msgid "Reload plater from disk" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:138 +msgid "Select Plater Tab" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:139 +msgid "Select Print Settings Tab" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:140 +msgid "Select Filament Settings Tab" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:141 +msgid "Select Printer Settings Tab" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:142 +msgid "Switch to 3D" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:143 +msgid "Switch to Preview" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:144 +#: src/slic3r/GUI/PrintHostDialogs.cpp:136 +msgid "Print host upload queue" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:146 +msgid "Camera view" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:147 +msgid "Show/Hide object/instance labels" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:149 src/slic3r/GUI/Preferences.cpp:10 +msgid "Preferences" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:151 +msgid "Show keyboard shortcuts list" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:154 +msgid "Commands" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:159 +msgid "Add Instance of the selected object" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:160 +msgid "Remove Instance of the selected object" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:161 +msgid "" +"Press to select multiple objects\n" +"or move multiple objects with mouse" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:162 +msgid "Press to activate selection rectangle" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:163 +msgid "Press to activate deselection rectangle" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:164 +#: src/slic3r/GUI/KBShortcutsDialog.cpp:204 +#: src/slic3r/GUI/KBShortcutsDialog.cpp:214 +msgid "Arrow Up" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:164 +msgid "Move selection 10 mm in positive Y direction" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:165 +#: src/slic3r/GUI/KBShortcutsDialog.cpp:205 +#: src/slic3r/GUI/KBShortcutsDialog.cpp:215 +msgid "Arrow Down" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:165 +msgid "Move selection 10 mm in negative Y direction" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:166 +#: src/slic3r/GUI/KBShortcutsDialog.cpp:216 +msgid "Arrow Left" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:166 +msgid "Move selection 10 mm in negative X direction" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:167 +#: src/slic3r/GUI/KBShortcutsDialog.cpp:217 +msgid "Arrow Right" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:167 +msgid "Move selection 10 mm in positive X direction" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:168 +#: src/slic3r/GUI/KBShortcutsDialog.cpp:169 +msgid "Any arrow" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:168 +msgid "Movement step set to 1 mm" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:169 +msgid "Movement in camera space" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:170 +msgid "Page Up" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:170 +msgid "Rotate selection 45 degrees CCW" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:171 +msgid "Page Down" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:171 +msgid "Rotate selection 45 degrees CW" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:172 +msgid "Gizmo move" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:173 +msgid "Gizmo scale" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:174 +msgid "Gizmo rotate" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:175 +msgid "Gizmo cut" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:176 +msgid "Gizmo Place face on bed" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:177 +msgid "Gizmo SLA hollow" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:178 +msgid "Gizmo SLA support points" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:179 +msgid "Unselect gizmo or clear selection" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:180 +msgid "Change camera type (perspective, orthographic)" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:181 +msgid "Zoom to Bed" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:182 +msgid "" +"Zoom to selected object\n" +"or all objects in scene, if none selected" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:183 +msgid "Zoom in" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:184 +msgid "Zoom out" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:185 +msgid "Show/Hide 3Dconnexion devices settings dialog" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:192 src/slic3r/GUI/MainFrame.cpp:259 +msgid "Plater" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:195 +#, possible-c-format +msgid "" +"Press to snap by 5% in Gizmo scale\n" +"or to snap by 1mm in Gizmo move" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:196 +msgid "" +"Scale selection to fit print volume\n" +"in Gizmo scale" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:197 +msgid "Press to activate one direction scaling in Gizmo scale" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:198 +msgid "" +"Press to scale (in Gizmo scale) or rotate (in Gizmo rotate)\n" +"selected objects around their own center" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:201 +msgid "Gizmos" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:204 +#: src/slic3r/GUI/KBShortcutsDialog.cpp:206 +msgid "Upper Layer" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:205 +#: src/slic3r/GUI/KBShortcutsDialog.cpp:207 +msgid "Lower Layer" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:208 +msgid "Show/Hide Legend" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:211 src/slic3r/GUI/Plater.cpp:4210 +msgid "Preview" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:214 +msgid "Move current slider thumb Up" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:215 +msgid "Move current slider thumb Down" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:216 +msgid "Set upper thumb to current slider thumb" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:217 +msgid "Set lower thumb to current slider thumb" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:218 +msgid "Add color change marker for current layer" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:219 +msgid "Delete color change marker for current layer" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:222 +msgid "Layers Slider" +msgstr "" + +#: src/slic3r/GUI/KBShortcutsDialog.cpp:245 +msgid "Keyboard shortcuts" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:71 +msgid "" +" - Remember to check for updates at http://github.com/supermerill/slic3r/" +"releases" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:229 +msgid "based on PrusaSlicer & Slic3r" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:481 +msgid "&New Project" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:481 +msgid "Start a new project" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:484 +msgid "&Open Project" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:484 +msgid "Open a project file" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:489 +msgid "Recent projects" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:498 +msgid "" +"The selected project is no longer available.\n" +"Do you want to remove it from the recent projects list?" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:498 src/slic3r/GUI/MainFrame.cpp:908 +#: src/slic3r/GUI/PrintHostDialogs.cpp:231 +msgid "Error" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:523 +msgid "&Save Project" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:523 +msgid "Save current project file" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:527 src/slic3r/GUI/MainFrame.cpp:529 +msgid "Save Project &as" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:527 src/slic3r/GUI/MainFrame.cpp:529 +msgid "Save current project file as" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:537 +msgid "Import STL/OBJ/AM&F/3MF" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:537 +msgid "Load a model" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:541 +msgid "Import &Config" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:541 +msgid "Load exported configuration file" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:544 +msgid "Import Config from &project" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:544 +msgid "Load configuration from project file" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:548 +msgid "Import Config &Bundle" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:548 +msgid "Load presets from a bundle" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:551 +msgid "&Import" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:554 src/slic3r/GUI/MainFrame.cpp:872 +msgid "Export &G-code" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:554 +msgid "Export current plate as G-code" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:558 src/slic3r/GUI/MainFrame.cpp:873 +msgid "S&end G-code" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:558 +msgid "Send to print current plate as G-code" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:562 +msgid "Export G-code to SD card / Flash drive" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:562 +msgid "Export current plate as G-code to SD card / Flash drive" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:566 +msgid "Export plate as &STL" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:566 +msgid "Export current plate as STL" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:569 +msgid "Export plate as STL &including supports" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:569 +msgid "Export current plate as STL including supports" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:572 +msgid "Export plate as &AMF" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:572 +msgid "Export current plate as AMF" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:576 +msgid "Export &toolpaths as OBJ" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:576 +msgid "Export toolpaths as OBJ" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:580 +msgid "Export &Config" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:580 +msgid "Export current configuration to file" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:583 +msgid "Export Config &Bundle" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:583 +msgid "Export all presets to file" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:586 +msgid "&Export" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:588 +msgid "Ejec&t SD card / Flash drive" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:588 +msgid "Eject SD card / Flash drive after the G-code was exported to it." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:596 +msgid "Quick Slice" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:596 +msgid "Slice a file into a G-code" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:602 +msgid "Quick Slice and Save As" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:602 +msgid "Slice a file into a G-code, save as" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:608 +msgid "Repeat Last Quick Slice" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:608 +msgid "Repeat last quick slice" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:616 +msgid "(Re)Slice No&w" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:616 +msgid "Start new slicing process" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:620 +msgid "&Repair STL file" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:620 +msgid "Automatically repair an STL file" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:624 +msgid "&Quit" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:624 +#, possible-c-format +msgid "Quit %s" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:649 +msgid "&Select all" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:650 +msgid "Selects all objects" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:652 +msgid "D&eselect all" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:653 +msgid "Deselects all objects" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:656 +msgid "&Delete selected" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:657 +msgid "Deletes the current selection" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:659 +msgid "Delete &all" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:660 +msgid "Deletes all objects" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:664 +msgid "&Undo" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:667 +msgid "&Redo" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:672 +msgid "&Copy" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:673 +msgid "Copy selection to clipboard" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:675 +msgid "&Paste" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:676 +msgid "Paste clipboard" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:680 +msgid "Re&load from disk" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:681 +msgid "Reload the plater from disk" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:690 +msgid "&Plater Tab" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:690 +msgid "Show the plater" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:698 +msgid "P&rint Settings Tab" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:698 +msgid "Show the print settings" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:701 src/slic3r/GUI/MainFrame.cpp:875 +msgid "&Filament Settings Tab" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:701 +msgid "Show the filament settings" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:705 +msgid "Print&er Settings Tab" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:705 +msgid "Show the printer settings" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:710 +msgid "3&D" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:710 +msgid "Show the 3D editing view" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:713 +msgid "Pre&view" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:713 +msgid "Show the 3D slices preview" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:732 +msgid "Print &Host Upload Queue" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:732 +msgid "Display the Print Host Upload Queue window" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:742 +msgid "Iso" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:742 +msgid "Iso View" +msgstr "" + +#. TRN To be shown in the main menu View->Top +#. TRN To be shown in Print Settings "Top solid layers" +#: src/slic3r/GUI/MainFrame.cpp:746 src/libslic3r/PrintConfig.cpp:579 +#: src/libslic3r/PrintConfig.cpp:2938 src/libslic3r/PrintConfig.cpp:3265 +#: src/libslic3r/PrintConfig.cpp:3275 +msgid "Top" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:746 +msgid "Top View" +msgstr "" + +#. TRN To be shown in the main menu View->Bottom +#. TRN To be shown in Print Settings "Bottom solid layers" +#. TRN To be shown in Print Settings "Top solid layers" +#: src/slic3r/GUI/MainFrame.cpp:749 src/libslic3r/PrintConfig.cpp:200 +#: src/libslic3r/PrintConfig.cpp:208 src/libslic3r/PrintConfig.cpp:608 +#: src/libslic3r/PrintConfig.cpp:2953 +msgid "Bottom" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:749 +msgid "Bottom View" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:751 +msgid "Front" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:751 +msgid "Front View" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:753 src/libslic3r/PrintConfig.cpp:842 +#: src/libslic3r/PrintConfig.cpp:2541 +msgid "Rear" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:753 +msgid "Rear View" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:755 +msgid "Left" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:755 +msgid "Left View" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:757 +msgid "Right" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:757 +msgid "Right View" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:760 +msgid "Show &labels" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:760 +msgid "Show object/instance labels in 3D scene" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:768 +msgid "Introduction" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:768 +msgid "How to use this menu and calibrations." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:771 +msgid "Bed/Extruder levelling" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:771 +msgid "Create a test print to help you to level your printer bed." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:774 +msgid "Filament Flow calibration" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:774 +msgid "" +"Create a test print to help you to set your filament extrusion multiplier." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:776 +msgid "Filament temperature calibration" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:776 +msgid "Create a test print to help you to set your filament temperature." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:779 +msgid "Bridge flow calibration" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:779 +msgid "Create a test print to help you to set your bridge flow ratio." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:781 +msgid "Ironing pattern calibration" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:781 +msgid "" +"Create a test print to help you to set your over-bridge flow ratio and " +"ironing pattern." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:784 +msgid "Calibration cube" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:784 +msgid "Print a calibration cube, for various calibration goals." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:791 +msgid "FreeCad python script" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:791 +msgid "Create an object by writing little easy script." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:793 +msgid "Script help page" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:793 +msgid "How to use the FreeCad python script window." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:801 +msgid "SuperSlicer Releases" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:801 +msgid "Open the SuperSlicer releases page in your browser" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:803 +msgid "SuperSlicer wiki" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:803 +msgid "Open the SuperSlicer wiki in your browser" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:805 +msgid "SuperSlicer website" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:805 +msgid "Open the SuperSlicer website in your browser" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:807 +msgid "Prusa Edition website" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:807 +msgid "Open the Prusa Edition website in your browser" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:813 +msgid "Slic3r Website" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:814 +msgid "Open the Slic3r website in your browser" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:820 +msgid "System &Info" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:820 +msgid "Show system information" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:822 +msgid "Show &Configuration Folder" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:822 +msgid "Show user configuration folder (datadir)" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:824 +msgid "Report an I&ssue" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:824 +#, possible-c-format +msgid "Report an issue on %s" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:826 +#, possible-c-format +msgid "&About %s" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:826 +msgid "Show about dialog" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:829 +msgid "Show the list of the keyboard shortcuts" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:842 +msgid "&File" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:843 +msgid "&Edit" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:844 +msgid "&Window" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:845 +msgid "&View" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:848 +msgid "C&alibration" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:849 +msgid "&Generate" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:850 +msgid "&Help" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:872 +msgid "E&xport" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:873 +msgid "S&end to print" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:875 +msgid "Mate&rial Settings Tab" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:896 +msgid "Choose a file to slice (STL/OBJ/AMF/3MF/PRUSA):" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:907 +msgid "No previously sliced file." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:913 +msgid "Previously sliced file (" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:913 +msgid ") not found." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:914 +msgid "File Not Found" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:949 +#, possible-c-format +msgid "Save %s file as:" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:949 +msgid "SVG" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:949 +msgid "G-code" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:961 +msgid "Save zip file as:" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:970 src/slic3r/GUI/Plater.cpp:3226 +#: src/slic3r/GUI/Plater.cpp:5208 src/slic3r/GUI/Tab.cpp:3783 +msgid "Slicing" +msgstr "" + +#. TRN "Processing input_file_basename" +#: src/slic3r/GUI/MainFrame.cpp:972 +#, possible-c-format +msgid "Processing %s" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:995 +msgid " was successfully sliced." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:997 +msgid "Slicing Done!" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:1012 +msgid "Select the STL file to repair:" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:1022 +msgid "Save OBJ file (less prone to coordinate errors than STL) as:" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:1034 +msgid "Your file was repaired." +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:1034 src/libslic3r/PrintConfig.cpp:4961 +msgid "Repair" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:1048 +msgid "Save configuration as:" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:1067 src/slic3r/GUI/MainFrame.cpp:1129 +msgid "Select configuration to load:" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:1103 +msgid "Save presets bundle as:" +msgstr "" + +#: src/slic3r/GUI/MainFrame.cpp:1150 +#, possible-c-format +msgid "%d presets successfully imported." +msgstr "" + +#: src/slic3r/GUI/Mouse3DController.cpp:263 +msgid "3Dconnexion settings" +msgstr "" + +#: src/slic3r/GUI/Mouse3DController.cpp:278 +msgid "Device:" +msgstr "" + +#: src/slic3r/GUI/Mouse3DController.cpp:285 +msgid "Speed:" +msgstr "" + +#: src/slic3r/GUI/Mouse3DController.cpp:289 +#: src/slic3r/GUI/Mouse3DController.cpp:312 +msgid "Translation" +msgstr "" + +#: src/slic3r/GUI/Mouse3DController.cpp:301 +#: src/slic3r/GUI/Mouse3DController.cpp:312 +msgid "Zoom" +msgstr "" + +#: src/slic3r/GUI/Mouse3DController.cpp:308 +msgid "Deadzone:" +msgstr "" + +#: src/slic3r/GUI/Mouse3DController.cpp:325 +msgid "Options:" +msgstr "" + +#: src/slic3r/GUI/MsgDialog.cpp:73 +#, possible-c-format +msgid "%s error" +msgstr "" + +#: src/slic3r/GUI/MsgDialog.cpp:74 +#, possible-c-format +msgid "%s has encountered an error" +msgstr "" + +#: src/slic3r/GUI/ObjectDataViewModel.cpp:56 +msgid "Instances" +msgstr "" + +#: src/slic3r/GUI/ObjectDataViewModel.cpp:60 +#: src/slic3r/GUI/ObjectDataViewModel.cpp:216 +#, possible-c-format +msgid "Instance %d" +msgstr "" + +#: src/slic3r/GUI/ObjectDataViewModel.cpp:67 src/slic3r/GUI/Tab.cpp:3635 +#: src/slic3r/GUI/Tab.cpp:3719 +msgid "Layers" +msgstr "" + +#: src/slic3r/GUI/ObjectDataViewModel.cpp:94 +msgid "Range" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:161 +msgid "Volume" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:162 +msgid "Facets" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:163 +msgid "Materials" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:166 +msgid "Manifold" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:216 +msgid "Sliced Info" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:235 src/slic3r/GUI/Plater.cpp:1235 +msgid "Used Filament (m)" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:236 +msgid "Used Filament (mm³)" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:237 src/slic3r/GUI/Plater.cpp:1259 +#: src/slic3r/GUI/Plater.cpp:1273 +msgid "Used Filament (g)" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:238 +msgid "Used Material (unit)" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:239 +msgid "Cost (money)" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:240 src/slic3r/GUI/Plater.cpp:1222 +#: src/slic3r/GUI/Plater.cpp:1290 +msgid "Estimated printing time" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:241 +msgid "Number of tool changes" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:348 +msgid "Click to edit preset" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:500 src/slic3r/GUI/Tab.cpp:3723 +#: src/slic3r/GUI/Tab.cpp:3724 +msgid "Supports" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:503 +msgid "Select what kind of support do you need" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:505 src/libslic3r/PrintConfig.cpp:2913 +#: src/libslic3r/PrintConfig.cpp:4086 +msgid "Support on build plate only" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:506 src/slic3r/GUI/Plater.cpp:629 +msgid "For support enforcers only" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:507 +msgid "Everywhere" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:539 +msgid "Brim" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:541 +msgid "" +"This flag enables the brim that will be printed around each object on the " +"first layer." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:549 +msgid "Purging volumes" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:640 src/slic3r/GUI/Tab.cpp:3757 +#: src/slic3r/GUI/Tab.cpp:3758 +msgid "Pad" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:643 +msgid "Select what kind of pad do you need" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:645 +msgid "Below object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:646 +msgid "Around object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:821 +msgid "Print settings" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:823 +msgid "SLA print settings" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:824 src/slic3r/GUI/Preset.cpp:1721 +msgid "SLA material" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:825 +msgid "Printer" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:884 src/slic3r/GUI/Plater.cpp:5606 +msgid "Send to printer" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:885 +msgid "Remove device" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:898 src/slic3r/GUI/Plater.cpp:3226 +#: src/slic3r/GUI/Plater.cpp:5211 +msgid "Slice now" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1048 +msgid "Hold Shift to Slice & Export G-code" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1158 +#, possible-c-format +msgid "%d (%d shells)" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1163 +#, possible-c-format +msgid "Auto-repaired (%d errors)" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1166 +#, possible-c-format +msgid "" +"%d degenerate facets, %d edges fixed, %d facets removed, %d facets added, %d " +"facets reversed, %d backwards edges" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1176 +msgid "Yes" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1197 +msgid "Used Material (ml)" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1200 +msgid "object(s)" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1200 +msgid "supports and pad" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1237 src/slic3r/GUI/Plater.cpp:1277 +msgid "objects" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1237 src/slic3r/GUI/Plater.cpp:1277 +msgid "wipe tower" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1275 src/libslic3r/PrintConfig.cpp:1303 +#: src/libslic3r/PrintConfig.cpp:3912 src/libslic3r/PrintConfig.cpp:3913 +msgid "Cost" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1293 +msgid "Pause" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1318 +msgid "normal mode" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1323 +msgid "stealth mode" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1427 +msgid "Load File" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:1431 +msgid "Load Files" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2238 +#, possible-c-format +msgid "" +"Unmounting successful. The device %s(%s) can now be safely removed from the " +"computer." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2241 +#, possible-c-format +msgid "Ejecting of device %s(%s) has failed." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2254 +msgid "New Project" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2368 +msgid "Loading" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2378 +#, possible-c-format +msgid "Processing input file %s" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2406 +msgid "You cannot load SLA project with a multi-part object on the bed" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2407 src/slic3r/GUI/Tab.cpp:2985 +msgid "Please check your object list before preset changing." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2453 +msgid "" +"This file contains several objects positioned at multiple heights.\n" +"Instead of considering them as multiple objects, should I consider\n" +"this file as a single object having multiple parts?" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2456 src/slic3r/GUI/Plater.cpp:2509 +msgid "Multi-part object detected" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2463 +msgid "" +"This file cannot be loaded in a simple mode. Do you want to switch to an " +"advanced mode?" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2464 +msgid "Detected advanced data" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2486 +#, possible-c-format +msgid "" +"You can't to add the object(s) from %s because of one or some of them is" +"(are) multi-part" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2506 +msgid "" +"Multiple objects were loaded for a multi-material printer.\n" +"Instead of considering them as multiple objects, should I consider\n" +"these files to represent a single object having multiple parts?" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2523 +msgid "Loaded" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2625 +msgid "" +"Your object appears to be too large, so it was automatically scaled down to " +"fit your print bed." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2626 +msgid "Object too large?" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2688 +msgid "Export STL file:" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2695 +msgid "Export AMF file:" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2701 +msgid "Save file as:" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2707 +msgid "Export OBJ file:" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2809 +msgid "Delete Object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2820 +msgid "Reset Project" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2857 +msgid "Hollow" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2864 +msgid "Optimize Rotation" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2910 +msgid "Arranging" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2937 +msgid "Could not arrange model objects! Some geometries may be invalid." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2943 +msgid "Arranging canceled." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2944 +msgid "Arranging done." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2960 +msgid "Searching for optimal orientation" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2993 +msgid "Orientation search canceled." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:2994 +msgid "Orientation found." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3024 +msgid "Indexing hollowed object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3028 +msgid "Hollowing cancelled." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3029 +msgid "Hollowing done." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3031 +msgid "Hollowing failed." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3072 +msgid "" +"The selected object can't be split because it contains more than one volume/" +"material." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3083 +msgid "Split to Objects" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3211 +msgid "Invalid data" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3220 +msgid "Ready to slice" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3258 src/slic3r/GUI/PrintHostDialogs.cpp:232 +msgid "Cancelling" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3275 +msgid "Another export job is currently running." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3391 +msgid "Please select the file to reload" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3426 +msgid "It is not allowed to change the file to reload" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3426 +msgid "Do you want to retry" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3444 +msgid "Reload from:" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3533 +msgid "Unable to reload:" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3538 +msgid "Error during reload" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3557 +msgid "Reload all from disk" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3578 +msgid "Fix Throught NetFabb" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3769 +msgid "Export failed" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:3779 src/slic3r/GUI/PrintHostDialogs.cpp:233 +msgid "Cancelled" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4036 src/slic3r/GUI/Plater.cpp:4058 +msgid "Remove the selected object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4045 +msgid "Add one more instance of the selected object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4047 +msgid "Remove one instance of the selected object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4049 +msgid "Set number of instances" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4049 +msgid "Change the number of instances of the selected object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4068 +msgid "Reload the selected object from disk" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4071 +msgid "Export the selected object as STL file" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4100 +msgid "Along X axis" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4100 +msgid "Mirror the selected object along the X axis" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4102 +msgid "Along Y axis" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4102 +msgid "Mirror the selected object along the Y axis" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4104 +msgid "Along Z axis" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4104 +msgid "Mirror the selected object along the Z axis" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4107 +msgid "Mirror" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4107 +msgid "Mirror the selected object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4119 +msgid "To objects" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4119 src/slic3r/GUI/Plater.cpp:4139 +msgid "Split the selected object into individual objects" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4121 +msgid "To parts" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4121 src/slic3r/GUI/Plater.cpp:4153 +msgid "Split the selected object into individual sub-parts" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4124 src/slic3r/GUI/Plater.cpp:4139 +#: src/slic3r/GUI/Plater.cpp:4153 src/libslic3r/PrintConfig.cpp:4985 +msgid "Split" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4124 +msgid "Split the selected object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4145 +msgid "Optimize orientation" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4145 +msgid "Optimize the rotation of the object for better print results." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4202 +msgid "3D editor view" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4509 +#, possible-c-format +msgid "" +"%1% printer was active at the time the target Undo / Redo snapshot was " +"taken. Switching to %1% printer requires reloading of %1% presets." +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4684 +msgid "Load Project" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4712 +msgid "Import Object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4716 +msgid "Import Objects" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4780 +msgid "All objects will be removed, continue?" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4788 +msgid "Delete Selected Objects" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4799 +msgid "Increase Instances" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4834 +msgid "Decrease Instances" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4865 +msgid "Enter the number of copies:" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4866 +msgid "Copies of the selected object" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4870 +#, possible-c-format +msgid "Set numbers of copies to %d" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4900 +msgid "Cut by Plane" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4951 +msgid "Save G-code file as:" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:4951 +msgid "Save SL1 file as:" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:5086 +#, possible-c-format +msgid "STL file exported to %s" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:5103 +#, possible-c-format +msgid "AMF file exported to %s" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:5106 +#, possible-c-format +msgid "Error exporting AMF file %s" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:5139 +#, possible-c-format +msgid "3MF file exported to %s" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:5144 +#, possible-c-format +msgid "Error exporting 3MF file %s" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:5605 +msgid "Export" +msgstr "" + +#: src/slic3r/GUI/Plater.cpp:5691 +msgid "Paste From Clipboard" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:22 src/slic3r/GUI/Preferences.cpp:110 +msgid "General" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:39 +msgid "Remember output directory" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:41 +msgid "" +"If this is enabled, Slic3r will prompt the last output directory instead of " +"the one containing the input files." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:47 +msgid "Auto-center parts" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:49 +msgid "" +"If this is enabled, Slic3r will auto-center objects around the print bed " +"center." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:55 +msgid "Background processing" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:57 +msgid "" +"If this is enabled, Slic3r will pre-process objects as soon as they're " +"loaded in order to save time when exporting G-code." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:66 +msgid "" +"If enabled, SuperSlicer will check for the new versions of itself online. " +"When a new version becomes available a notification is displayed at the next " +"application startup (never during program usage). This is only a " +"notification mechanisms, no automatic installation is done." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:72 +msgid "Export sources full pathnames to 3mf and amf" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:74 +msgid "" +"If enabled, allows the Reload from disk command to automatically find and " +"load the files when invoked." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:82 +msgid "" +"If enabled, Slic3r downloads updates of built-in system presets in the " +"background. These updates are downloaded into a separate temporary location. " +"When a new preset version becomes available it is offered at application " +"startup." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:87 +msgid "Suppress \" - default - \" presets" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:89 +msgid "" +"Suppress \" - default - \" presets in the Print / Filament / Printer " +"selections once there are any other valid presets available." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:95 +msgid "Show incompatible print and filament presets" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:97 +msgid "" +"When checked, the print and filament presets are shown in the preset editor " +"even if they are marked as incompatible with the active printer" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:103 +msgid "Main GUI always in expert mode" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:105 +msgid "" +"If enabled, the gui will be in expert mode even if the simple or advanced " +"mode is selected (but not the setting tabs)." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:115 +msgid "FreeCAD path" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:117 +msgid "" +"If it pont to a valid freecad instance, you can use the built-in script to " +"generate quickly things in a scripted python." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:124 +msgid "Use Retina resolution for the 3D scene" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:126 +msgid "" +"If enabled, the 3D scene will be rendered in Retina resolution. If you are " +"experiencing 3D performance problems, disabling this option may help." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:133 +msgid "Camera" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:139 +msgid "Use perspective camera" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:141 +msgid "" +"If enabled, use perspective camera. If not enabled, use orthographic camera." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:146 +msgid "Use free camera" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:148 +msgid "If enabled, use free camera. If not enabled, use constrained camera." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:153 +msgid "GUI" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:163 +msgid "Use custom size for toolbar icons" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:165 +msgid "If enabled, you can change size of toolbar icons manually." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:193 +#, possible-c-format +msgid "You need to restart %s to make the changes effective." +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:243 +msgid "Icon size in a respect to the default size" +msgstr "" + +#: src/slic3r/GUI/Preferences.cpp:258 +msgid "Select toolbar icon size in respect to the default one." +msgstr "" + +#: src/slic3r/GUI/Preset.cpp:268 +msgid "modified" +msgstr "" + +#: src/slic3r/GUI/Preset.cpp:1306 src/slic3r/GUI/Preset.cpp:1361 +#: src/slic3r/GUI/Preset.cpp:1439 src/slic3r/GUI/Preset.cpp:1481 +#: src/slic3r/GUI/PresetBundle.cpp:1608 src/slic3r/GUI/PresetBundle.cpp:1706 +msgid "System presets" +msgstr "" + +#: src/slic3r/GUI/Preset.cpp:1365 src/slic3r/GUI/Preset.cpp:1485 +#: src/slic3r/GUI/PresetBundle.cpp:1711 +msgid "User presets" +msgstr "" + +#: src/slic3r/GUI/Preset.cpp:1398 +msgid "Add/Remove materials" +msgstr "" + +#: src/slic3r/GUI/Preset.cpp:1400 +msgid "Add/Remove printers" +msgstr "" + +#: src/slic3r/GUI/Preset.cpp:1719 +msgid "filament" +msgstr "" + +#: src/slic3r/GUI/Preset.cpp:1720 +msgid "SLA print" +msgstr "" + +#: src/slic3r/GUI/PresetBundle.cpp:1738 +msgid "Add/Remove filaments" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:36 +#, possible-c-format +msgid "will run at %1%%% by default" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:39 src/slic3r/GUI/PresetHints.cpp:65 +#: src/slic3r/GUI/PresetHints.cpp:67 +#, possible-c-format +msgid "at %1%%% over external perimeters" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:42 src/slic3r/GUI/PresetHints.cpp:70 +#, possible-c-format +msgid "at %1%%% over top fill surfaces" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:45 src/slic3r/GUI/PresetHints.cpp:73 +#: src/slic3r/GUI/PresetHints.cpp:75 +#, possible-c-format +msgid "at %1%%% over bridges" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:48 src/slic3r/GUI/PresetHints.cpp:78 +#: src/slic3r/GUI/PresetHints.cpp:93 +#, possible-c-format +msgid "except for the first %1% layers where the fan is disabled" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:50 src/slic3r/GUI/PresetHints.cpp:80 +#: src/slic3r/GUI/PresetHints.cpp:95 +msgid "except for the first layer where the fan is disabled" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:53 +msgid "will be turned off by default." +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:60 +#, possible-c-format +msgid "" +"\n" +"\n" +"If estimated layer time is below ~%1%s, but still greater than ~%2%s, fan " +"will run at a proportionally increasing speed between %3%%% and %4%%%" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:67 src/slic3r/GUI/PresetHints.cpp:75 +msgid "if it's above the current computed fan speed value" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:86 +#, possible-c-format +msgid "" +"\n" +"\n" +"If estimated layer time is below ~%1%s" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:89 +#, possible-c-format +msgid "fan will run by default to %1%%%" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:100 +#, possible-c-format +msgid "" +"print speed will be reduced so that no less than %1%s are spent on that layer" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:104 +#, possible-c-format +msgid "" +"(however, speed will never be reduced below %1%mm/s or up to %2%%% reduction)" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:107 +#, possible-c-format +msgid "(however, speed will never be reduced below %1%mm/s)" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:218 +msgid "external perimeters" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:227 +msgid "perimeters" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:236 +msgid "infill" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:246 +msgid "solid infill" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:254 +msgid "top solid infill" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:265 +msgid "support" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:275 +msgid "support interface" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:281 +msgid "First layer volumetric" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:281 +msgid "Bridging volumetric" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:281 +msgid "Volumetric" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:282 +msgid "flow rate is maximized" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:285 +msgid "by the print profile maximum" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:286 +msgid "when printing" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:287 +msgid "with a volumetric rate" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:291 +#, possible-c-format +msgid "%3.2f mm³/s at filament speed %3.2f mm/s." +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:309 +msgid "" +"Recommended object min thin wall thickness: Not available due to invalid " +"layer height." +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:328 +#, possible-c-format +msgid "Recommended object min (thick) wall thickness for layer height %.2f and" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:329 src/slic3r/GUI/PresetHints.cpp:334 +#, possible-c-format +msgid "%d perimeter: %.2f mm" +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:338 +msgid "" +"Recommended object thin wall thickness: Not available due to excessively " +"small extrusion width." +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:368 +msgid "" +"Top / bottom shell thickness hint: Not available due to invalid layer height." +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:381 +#, possible-c-format +msgid "Top shell is %1% mm thick for layer height %2% mm." +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:384 +#, possible-c-format +msgid "Minimum top shell thickness is %1% mm." +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:387 +msgid "Top is open." +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:400 +#, possible-c-format +msgid "Bottom shell is %1% mm thick for layer height %2% mm." +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:403 +#, possible-c-format +msgid "Minimum bottom shell thickness is %1% mm." +msgstr "" + +#: src/slic3r/GUI/PresetHints.cpp:406 +msgid "Bottom is open." +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:33 +msgid "Send G-Code to printer host" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:33 +msgid "Upload to Printer Host with the following filename:" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:35 +msgid "Start printing after upload" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:42 +msgid "Use forward slashes ( / ) as a directory separator if needed." +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:149 +msgid "ID" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:150 +msgid "Progress" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:151 +msgid "Status" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:152 +msgid "Host" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:153 +msgid "Filename" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:154 +msgid "Error Message" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:157 +msgid "Cancel selected" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:159 +msgid "Show error message" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:198 +#: src/slic3r/GUI/PrintHostDialogs.cpp:229 +msgid "Enqueued" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:230 +msgid "Uploading" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:234 +msgid "Completed" +msgstr "" + +#: src/slic3r/GUI/PrintHostDialogs.cpp:272 +msgid "Error uploading to print host:" +msgstr "" + +#: src/slic3r/GUI/RammingChart.cpp:23 +msgid "NO RAMMING AT ALL" +msgstr "" + +#: src/slic3r/GUI/RammingChart.cpp:76 +msgid "Time" +msgstr "" + +#: src/slic3r/GUI/RammingChart.cpp:76 src/slic3r/GUI/WipeTowerDialog.cpp:83 +#: src/libslic3r/PrintConfig.cpp:1174 src/libslic3r/PrintConfig.cpp:1218 +#: src/libslic3r/PrintConfig.cpp:1233 src/libslic3r/PrintConfig.cpp:1837 +#: src/libslic3r/PrintConfig.cpp:3810 src/libslic3r/PrintConfig.cpp:3819 +#: src/libslic3r/PrintConfig.cpp:3929 src/libslic3r/PrintConfig.cpp:3937 +#: src/libslic3r/PrintConfig.cpp:3945 src/libslic3r/PrintConfig.cpp:3952 +#: src/libslic3r/PrintConfig.cpp:3960 src/libslic3r/PrintConfig.cpp:3968 +msgid "s" +msgstr "" + +#: src/slic3r/GUI/RammingChart.cpp:81 +msgid "Volumetric speed" +msgstr "" + +#: src/slic3r/GUI/RammingChart.cpp:81 src/libslic3r/PrintConfig.cpp:1038 +#: src/libslic3r/PrintConfig.cpp:2011 +msgid "mm³/s" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:147 +msgid "Selection-Add" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:188 +msgid "Selection-Remove" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:220 +msgid "Selection-Add Object" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:239 +msgid "Selection-Remove Object" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:257 +msgid "Selection-Add Instance" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:276 +msgid "Selection-Remove Instance" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:377 +msgid "Selection-Add All" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:403 +msgid "Selection-Remove All" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:940 +msgid "Scale To Fit" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:1477 +msgid "Set Printable Instance" +msgstr "" + +#: src/slic3r/GUI/Selection.cpp:1477 +msgid "Set Unprintable Instance" +msgstr "" + +#: src/slic3r/GUI/SysInfoDialog.cpp:78 +msgid "System Information" +msgstr "" + +#: src/slic3r/GUI/SysInfoDialog.cpp:154 +msgid "Copy to Clipboard" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:67 src/libslic3r/PrintConfig.cpp:391 +msgid "Compatible printers" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:68 +msgid "Select the printers this profile is compatible with." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:73 src/libslic3r/PrintConfig.cpp:406 +msgid "Compatible print profiles" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:74 +msgid "Select the print profiles this profile is compatible with." +msgstr "" + +#. TRN "Save current Settings" +#: src/slic3r/GUI/Tab.cpp:150 +#, possible-c-format +msgid "Save current %s" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:151 +msgid "Delete this preset" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:156 +msgid "" +"Hover the cursor over buttons to find more information \n" +"or click this button." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:258 +msgid "Add a new printer" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:987 +msgid "Detach from system preset" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:999 +msgid "" +"A copy of the current system preset will be created, which will be detached " +"from the system preset." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1000 +msgid "" +"The current custom preset will be detached from the parent system preset." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1003 +msgid "Modifications to the current profile will be saved." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1006 +msgid "" +"This action is not revertable.\n" +"Do you want to proceed?" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1008 +msgid "Detach preset" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1034 +msgid "This is a default preset." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1036 +msgid "This is a system preset." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1038 +msgid "Current preset is inherited from the default preset." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1040 +msgid "Current preset is inherited from" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1044 +msgid "It can't be deleted or modified." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1045 +msgid "" +"Any modifications should be saved as a new preset inherited from this one." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1046 +msgid "To do that please specify a new name for the preset." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1050 +msgid "Additional information:" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1056 +msgid "printer model" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1064 +msgid "default print profile" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1067 +msgid "default filament profile" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1081 +msgid "default SLA material profile" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1085 +msgid "default SLA print profile" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1093 +msgid "full profile name" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1094 +msgid "symbolic profile name" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1286 +msgid "" +"Single Extruder Multi Material is selected, \n" +"and all extruders must have the same diameter.\n" +"Do you want to change the diameter for all extruders to first extruder " +"nozzle diameter value?" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1289 src/slic3r/GUI/Tab.cpp:1620 +#: src/libslic3r/PrintConfig.cpp:2108 +msgid "Nozzle diameter" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1548 +msgid "Ramming settings" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1588 +msgid "Extruders" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1589 +msgid "Number of extruders of the printer." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1598 +msgid "Milling cutters" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1599 +msgid "Number of milling heads." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1618 +msgid "" +"This is a single extruder multimaterial printer, diameters of all extruders " +"will be set to the new value. Do you want to proceed?" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1644 +msgid "Reset to Filament Color" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1752 src/slic3r/GUI/Tab.cpp:1808 +msgid "Filament Overrides" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1753 src/slic3r/GUI/Tab.cpp:1813 +msgid "Retraction" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1873 +msgid "Volumetric flow hints not available" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1972 +msgid "Test" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1981 +msgid "Could not get a valid Printer Host reference" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:1987 +msgid "Success!" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2007 +msgid "" +"HTTPS CA file is optional. It is only needed if you use HTTPS with a self-" +"signed certificate." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2022 +msgid "Certificate files (*.crt, *.pem)|*.crt;*.pem|All files|*.*" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2023 +msgid "Open CA certificate file" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2050 src/libslic3r/PrintConfig.cpp:124 +#: src/libslic3r/PrintConfig.cpp:2141 +msgid "HTTPS CA File" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2051 +#, possible-c-format +msgid "" +"On this system, %s uses HTTPS certificates from the system Certificate Store " +"or Keychain." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2052 +msgid "" +"To use a custom CA file, please import your CA file into Certificate Store / " +"Keychain." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2179 src/slic3r/GUI/Tab.cpp:2283 +msgid "Machine limits" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2182 +msgid "not-marlin/lerdge firmware compensation" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2185 +msgid "Machine Limits" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2191 +msgid "" +"Description: The information below is used to calculate estimated printing " +"time and as safegard when generating gcode (even if the acceleration is set " +"to 3000 in the print profile, if this is at 1500, it won't export a gcode " +"that will tell to go over 1500). You can also export these limits to the " +"start gcode via the checkbox above (the output depends on the selected " +"firmare)." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2211 +msgid "Values in this column are for Normal mode" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2212 +msgid "Normal" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2217 +msgid "Values in this column are for Stealth mode" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2218 +msgid "Stealth" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2226 +msgid "Maximum feedrates" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2231 +msgid "Maximum accelerations" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2239 +msgid "Jerk limits" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2244 +msgid "Minimum feedrates" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2310 src/slic3r/GUI/Tab.cpp:2319 +msgid "Single extruder MM setup" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2320 +msgid "Single extruder multimaterial parameters" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2326 +msgid "Advanced wipe tower purge volume calculs" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2559 +msgid "" +"The Wipe option is not available when using the Firmware Retraction mode.\n" +"\n" +"Shall I disable it in order to enable Firmware Retraction?" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2561 +msgid "Firmware Retraction" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2947 +#, possible-c-format +msgid "Default preset (%s)" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2948 +#, possible-c-format +msgid "Preset (%s)" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2963 +msgid "has the following unsaved changes:" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2966 +msgid "is not compatible with printer" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2967 +msgid "is not compatible with print profile" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2969 +msgid "and it has the following unsaved changes:" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:2973 +msgid "Unsaved Changes" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3067 +msgid "Detached" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3098 +msgid "Cannot modify a system profile name." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3102 +msgid "The supplied name is empty. It can't be saved." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3107 +msgid "Cannot overwrite a system profile." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3111 +msgid "Cannot overwrite an external profile." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3116 +#, possible-c-format +msgid "Preset with name \"%1%\" already exists." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3117 +msgid "Replace?" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3192 +msgid "remove" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3192 +msgid "delete" +msgstr "" + +#. TRN remove/delete +#: src/slic3r/GUI/Tab.cpp:3194 +#, possible-c-format +msgid "Are you sure you want to %1% the selected preset?" +msgstr "" + +#. TRN Remove/Delete +#: src/slic3r/GUI/Tab.cpp:3197 +#, possible-c-format +msgid "%1% Preset" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3256 src/slic3r/GUI/Tab.cpp:3326 +msgid "Set" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3366 +msgid "LOCKED LOCK" +msgstr "" + +#. TRN Description for "LOCKED LOCK" +#: src/slic3r/GUI/Tab.cpp:3368 +msgid "" +"indicates that the settings are the same as the system (or default) values " +"for the current option group" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3370 +msgid "UNLOCKED LOCK" +msgstr "" + +#. TRN Description for "UNLOCKED LOCK" +#: src/slic3r/GUI/Tab.cpp:3372 +msgid "" +"indicates that some settings were changed and are not equal to the system " +"(or default) values for the current option group.\n" +"Click the UNLOCKED LOCK icon to reset all settings for current option group " +"to the system (or default) values." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3377 +msgid "WHITE BULLET" +msgstr "" + +#. TRN Description for "WHITE BULLET" +#: src/slic3r/GUI/Tab.cpp:3379 +msgid "" +"for the left button: indicates a non-system (or non-default) preset,\n" +"for the right button: indicates that the settings hasn't been modified." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3382 +msgid "BACK ARROW" +msgstr "" + +#. TRN Description for "BACK ARROW" +#: src/slic3r/GUI/Tab.cpp:3384 +msgid "" +"indicates that the settings were changed and are not equal to the last saved " +"preset for the current option group.\n" +"Click the BACK ARROW icon to reset all settings for the current option group " +"to the last saved preset." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3394 +msgid "" +"LOCKED LOCK icon indicates that the settings are the same as the system (or " +"default) values for the current option group" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3396 +msgid "" +"UNLOCKED LOCK icon indicates that some settings were changed and are not " +"equal to the system (or default) values for the current option group.\n" +"Click to reset all settings for current option group to the system (or " +"default) values." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3399 +msgid "WHITE BULLET icon indicates a non system (or non default) preset." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3402 +msgid "" +"WHITE BULLET icon indicates that the settings are the same as in the last " +"saved preset for the current option group." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3404 +msgid "" +"BACK ARROW icon indicates that the settings were changed and are not equal " +"to the last saved preset for the current option group.\n" +"Click to reset all settings for the current option group to the last saved " +"preset." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3410 +msgid "" +"LOCKED LOCK icon indicates that the value is the same as the system (or " +"default) value." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3411 +msgid "" +"UNLOCKED LOCK icon indicates that the value was changed and is not equal to " +"the system (or default) value.\n" +"Click to reset current value to the system (or default) value." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3417 +msgid "" +"WHITE BULLET icon indicates that the value is the same as in the last saved " +"preset." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3418 +msgid "" +"BACK ARROW icon indicates that the value was changed and is not equal to the " +"last saved preset.\n" +"Click to reset current value to the last saved preset." +msgstr "" + +#. TRN Preset +#: src/slic3r/GUI/Tab.cpp:3531 +#, possible-c-format +msgid "Save %s as:" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3582 +msgid "the following suffix is not allowed:" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3586 +msgid "The supplied name is not available." +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3601 src/slic3r/GUI/Tab.cpp:3603 +msgid "Material" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3638 +msgid "Exposure" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3642 +msgid "Corrections" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3658 src/slic3r/GUI/Tab.cpp:3659 +msgid "Notes" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3666 src/slic3r/GUI/Tab.cpp:3792 +msgid "Dependencies" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3667 src/slic3r/GUI/Tab.cpp:3793 +msgid "Profile dependencies" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3717 +msgid "Layers and perimeters" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3727 +msgid "Support head" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3732 +msgid "Support pillar" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3748 +msgid "Connection of the support sticks and junctions" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3753 +msgid "Automatic generation" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3775 src/slic3r/GUI/Tab.cpp:3776 +#: src/libslic3r/SLA/Hollowing.cpp:46 src/libslic3r/SLA/Hollowing.cpp:58 +#: src/libslic3r/SLA/Hollowing.cpp:67 src/libslic3r/SLA/Hollowing.cpp:76 +msgid "Hollowing" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3786 +msgid "Output options" +msgstr "" + +#: src/slic3r/GUI/Tab.cpp:3787 +msgid "Output file" +msgstr "" + +#: src/slic3r/GUI/Tab.hpp:337 src/slic3r/GUI/Tab.hpp:452 +msgid "Print Settings" +msgstr "" + +#: src/slic3r/GUI/Tab.hpp:366 +msgid "Filament Settings" +msgstr "" + +#: src/slic3r/GUI/Tab.hpp:409 +msgid "Printer Settings" +msgstr "" + +#: src/slic3r/GUI/Tab.hpp:437 +msgid "Material Settings" +msgstr "" + +#: src/slic3r/GUI/Tab.hpp:464 +msgid "Save preset" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:38 +msgid "Update available" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:38 +#, possible-c-format +msgid "New version of %s is available" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:43 +msgid "Current version:" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:45 +msgid "New version:" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:53 +msgid "Changelog && Download" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:60 src/slic3r/GUI/UpdateDialogs.cpp:125 +#: src/slic3r/GUI/UpdateDialogs.cpp:183 +msgid "Open changelog page" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:65 +msgid "Open download page" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:71 +msgid "Don't notify about new releases any more" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:89 src/slic3r/GUI/UpdateDialogs.cpp:266 +msgid "Configuration update" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:89 +msgid "Configuration update is available" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:92 +msgid "" +"Would you like to install it?\n" +"\n" +"Note that a full configuration snapshot will be created first. It can then " +"be restored at any time should there be a problem with the new version.\n" +"\n" +"Updated configuration bundles:" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:113 src/slic3r/GUI/UpdateDialogs.cpp:173 +msgid "Comment:" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:148 src/slic3r/GUI/UpdateDialogs.cpp:210 +#, possible-c-format +msgid "%s incompatibility" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:148 +msgid "You must install a configuration update." +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:151 +#, possible-c-format +msgid "" +"%s will now start updates. Otherwise it won't be able to start.\n" +"\n" +"Note that a full configuration snapshot will be created first. It can then " +"be restored at any time should there be a problem with the new version.\n" +"\n" +"Updated configuration bundles:" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:191 src/slic3r/GUI/UpdateDialogs.cpp:246 +#, possible-c-format +msgid "Exit %s" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:211 +#, possible-c-format +msgid "%s configuration is incompatible" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:216 +#, possible-c-format +msgid "" +"This version of %s is not compatible with currently installed configuration " +"bundles.\n" +"This probably happened as a result of running an older %s after using a " +"newer one.\n" +"\n" +"You may either exit %s and try again with a newer version, or you may re-run " +"the initial configuration. Doing so will create a backup snapshot of the " +"existing configuration before installing files compatible with this %s." +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:225 +#, possible-c-format +msgid "This %s version: %s" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:230 +msgid "Incompatible bundles:" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:249 +msgid "Re-configure" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:270 +#, possible-c-format +msgid "" +"%s now uses an updated configuration structure.\n" +"\n" +"So called 'System presets' have been introduced, which hold the built-in " +"default settings for various printers. These System presets cannot be " +"modified, instead, users now may create their own presets inheriting " +"settings from one of the System presets.\n" +"An inheriting preset may either inherit a particular value from its parent " +"or override it with a customized value.\n" +"\n" +"Please proceed with the %s that follows to set up the new presets and to " +"choose whether to enable automatic preset updates." +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:287 +msgid "For more information please visit Prusa wiki page:" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:304 +msgid "Configuration updates" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:304 +msgid "No updates available" +msgstr "" + +#: src/slic3r/GUI/UpdateDialogs.cpp:309 +#, possible-c-format +msgid "%s has no configuration updates available." +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:15 +msgid "Ramming customization" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:41 +msgid "" +"Ramming denotes the rapid extrusion just before a tool change in a single-" +"extruder MM printer. Its purpose is to properly shape the end of the " +"unloaded filament so it does not prevent insertion of the new filament and " +"can itself be reinserted later. This phase is important and different " +"materials can require different extrusion speeds to get the good shape. For " +"this reason, the extrusion rates during ramming are adjustable.\n" +"\n" +"This is an expert-level setting, incorrect adjustment will likely lead to " +"jams, extruder wheel grinding into filament etc." +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:83 +msgid "Total ramming time" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:85 +msgid "Total rammed volume" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:89 +msgid "Ramming line width" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:91 +msgid "Ramming line spacing" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:142 +msgid "Wipe tower - Purging volume adjustment" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:254 +msgid "" +"Here you can adjust required purging volume (mm³) for any given pair of " +"tools." +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:255 +msgid "Extruder changed to" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:263 +msgid "unloaded" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:264 +msgid "loaded" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:276 +msgid "Tool #" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:285 +msgid "" +"Total purging volume is calculated by summing two values below, depending on " +"which tools are loaded/unloaded." +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:286 +msgid "Volume to purge (mm³) when the filament is being" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:300 +msgid "From" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:365 +msgid "" +"Switching to simple settings will discard changes done in the advanced " +"mode!\n" +"\n" +"Do you want to proceed?" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:377 +msgid "Show simplified settings" +msgstr "" + +#: src/slic3r/GUI/WipeTowerDialog.cpp:377 +msgid "Show advanced settings" +msgstr "" + +#: src/slic3r/GUI/wxExtensions.cpp:707 +#, possible-c-format +msgid "Switch to the %s mode" +msgstr "" + +#: src/slic3r/GUI/wxExtensions.cpp:708 +#, possible-c-format +msgid "Current mode is %s" +msgstr "" + +#: src/slic3r/Utils/AstroBox.cpp:69 src/slic3r/Utils/OctoPrint.cpp:69 +#, possible-c-format +msgid "Mismatched type of print host: %s" +msgstr "" + +#: src/slic3r/Utils/AstroBox.cpp:84 +msgid "Connection to AstroBox works correctly." +msgstr "" + +#: src/slic3r/Utils/AstroBox.cpp:90 +msgid "Could not connect to AstroBox" +msgstr "" + +#: src/slic3r/Utils/AstroBox.cpp:92 +msgid "Note: AstroBox version at least 1.1.0 is required." +msgstr "" + +#: src/slic3r/Utils/Duet.cpp:49 +msgid "Connection to Duet works correctly." +msgstr "" + +#: src/slic3r/Utils/Duet.cpp:55 +msgid "Could not connect to Duet" +msgstr "" + +#: src/slic3r/Utils/Duet.cpp:84 src/slic3r/Utils/Duet.cpp:139 +#: src/slic3r/Utils/FlashAir.cpp:122 src/slic3r/Utils/FlashAir.cpp:143 +#: src/slic3r/Utils/FlashAir.cpp:159 +msgid "Unknown error occured" +msgstr "" + +#: src/slic3r/Utils/Duet.cpp:133 +msgid "Wrong password" +msgstr "" + +#: src/slic3r/Utils/Duet.cpp:136 +msgid "Could not get resources to create a new connection" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:219 +#: src/slic3r/Utils/FixModelByWin10.cpp:359 +msgid "Exporting source model" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:235 +msgid "Failed loading the input model." +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:242 +msgid "Repairing model by the Netfabb service" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:248 +msgid "Mesh repair failed." +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:251 +#: src/slic3r/Utils/FixModelByWin10.cpp:378 +msgid "Loading repaired model" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:263 +#: src/slic3r/Utils/FixModelByWin10.cpp:270 +#: src/slic3r/Utils/FixModelByWin10.cpp:302 +msgid "Saving mesh into the 3MF container failed." +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:340 +msgid "Model fixing" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:341 +msgid "Exporting model..." +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:368 +msgid "Export of a temporary 3mf file failed" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:383 +msgid "Import of the repaired 3mf file failed" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:385 +msgid "Repaired 3MF file does not contain any object" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:387 +msgid "Repaired 3MF file contains more than one object" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:389 +msgid "Repaired 3MF file does not contain any volume" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:391 +msgid "Repaired 3MF file contains more than one volume" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:400 +msgid "Model repair finished" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:406 +msgid "Model repair canceled" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:423 +msgid "Model repaired successfully" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:423 +#: src/slic3r/Utils/FixModelByWin10.cpp:426 +msgid "Model Repair by the Netfabb service" +msgstr "" + +#: src/slic3r/Utils/FixModelByWin10.cpp:426 +msgid "Model repair failed:" +msgstr "" + +#: src/slic3r/Utils/FlashAir.cpp:58 +msgid "Upload not enabled on FlashAir card." +msgstr "" + +#: src/slic3r/Utils/FlashAir.cpp:68 +msgid "Connection to FlashAir works correctly and upload is enabled." +msgstr "" + +#: src/slic3r/Utils/FlashAir.cpp:74 +msgid "Could not connect to FlashAir" +msgstr "" + +#: src/slic3r/Utils/FlashAir.cpp:76 +msgid "" +"Note: FlashAir with firmware 2.00.02 or newer and activated upload function " +"is required." +msgstr "" + +#: src/slic3r/Utils/OctoPrint.cpp:84 +msgid "Connection to OctoPrint works correctly." +msgstr "" + +#: src/slic3r/Utils/OctoPrint.cpp:90 +msgid "Could not connect to OctoPrint" +msgstr "" + +#: src/slic3r/Utils/OctoPrint.cpp:92 +msgid "Note: OctoPrint version at least 1.1.0 is required." +msgstr "" + +#: src/slic3r/Utils/OctoPrint.cpp:179 +msgid "Connection to Prusa SL1 works correctly." +msgstr "" + +#: src/slic3r/Utils/OctoPrint.cpp:185 +msgid "Could not connect to Prusa SLA" +msgstr "" + +#: src/slic3r/Utils/PresetUpdater.cpp:705 +#, possible-c-format +msgid "requires min. %s and max. %s" +msgstr "" + +#: src/slic3r/Utils/PresetUpdater.cpp:710 +#, possible-c-format +msgid "requires min. %s" +msgstr "" + +#: src/slic3r/Utils/PresetUpdater.cpp:713 +#, possible-c-format +msgid "requires max. %s" +msgstr "" + +#: src/libslic3r/SLA/Pad.cpp:691 +msgid "Pad brim size is too small for the current configuration." +msgstr "" + +#: src/libslic3r/Zipper.cpp:32 +msgid "undefined error" +msgstr "" + +#: src/libslic3r/Zipper.cpp:34 +msgid "too many files" +msgstr "" + +#: src/libslic3r/Zipper.cpp:36 +msgid "file too large" +msgstr "" + +#: src/libslic3r/Zipper.cpp:38 +msgid "unsupported method" +msgstr "" + +#: src/libslic3r/Zipper.cpp:40 +msgid "unsupported encryption" +msgstr "" + +#: src/libslic3r/Zipper.cpp:42 +msgid "unsupported feature" +msgstr "" + +#: src/libslic3r/Zipper.cpp:44 +msgid "failed finding central directory" +msgstr "" + +#: src/libslic3r/Zipper.cpp:46 +msgid "not a ZIP archive" +msgstr "" + +#: src/libslic3r/Zipper.cpp:48 +msgid "invalid header or archive is corrupted" +msgstr "" + +#: src/libslic3r/Zipper.cpp:50 +msgid "unsupported multidisk archive" +msgstr "" + +#: src/libslic3r/Zipper.cpp:52 +msgid "decompression failed or archive is corrupted" +msgstr "" + +#: src/libslic3r/Zipper.cpp:54 +msgid "compression failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:56 +msgid "unexpected decompressed size" +msgstr "" + +#: src/libslic3r/Zipper.cpp:58 +msgid "CRC-32 check failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:60 +msgid "unsupported central directory size" +msgstr "" + +#: src/libslic3r/Zipper.cpp:62 +msgid "allocation failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:64 +msgid "file open failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:66 +msgid "file create failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:68 +msgid "file write failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:70 +msgid "file read failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:72 +msgid "file close failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:74 +msgid "file seek failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:76 +msgid "file stat failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:78 +msgid "invalid parameter" +msgstr "" + +#: src/libslic3r/Zipper.cpp:80 +msgid "invalid filename" +msgstr "" + +#: src/libslic3r/Zipper.cpp:82 +msgid "buffer too small" +msgstr "" + +#: src/libslic3r/Zipper.cpp:84 +msgid "internal error" +msgstr "" + +#: src/libslic3r/Zipper.cpp:86 +msgid "file not found" +msgstr "" + +#: src/libslic3r/Zipper.cpp:88 +msgid "archive is too large" +msgstr "" + +#: src/libslic3r/Zipper.cpp:90 +msgid "validation failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:92 +msgid "write calledback failed" +msgstr "" + +#: src/libslic3r/Zipper.cpp:102 +msgid "Error with zip archive" +msgstr "" + +#: src/libslic3r/GCode.cpp:667 +msgid "Empty layers detected, the output would not be printable." +msgstr "" + +#: src/libslic3r/GCode.cpp:668 +msgid "Print z" +msgstr "" + +#: src/libslic3r/GCode.cpp:669 +msgid "" +"This is usually caused by negligibly small extrusions or by a faulty model. " +"Try to repair the model or change its orientation on the bed." +msgstr "" + +#: src/libslic3r/ExtrusionEntity.cpp:278 +msgid "Thin wall" +msgstr "" + +#: src/libslic3r/ExtrusionEntity.cpp:286 +msgid "Mixed" +msgstr "" + +#: src/libslic3r/Flow.cpp:61 +#, possible-c-format +msgid "" +"Cannot calculate extrusion width for %1%: Variable \"%2%\" not accessible." +msgstr "" + +#: src/libslic3r/Format/3mf.cpp:1630 +#, possible-c-format +msgid "" +"The selected 3mf file has been saved with a newer version of %1% and is not " +"compatible." +msgstr "" + +#: src/libslic3r/Format/AMF.cpp:934 +#, possible-c-format +msgid "" +"The selected amf file has been saved with a newer version of %1% and is not " +"compatible." +msgstr "" + +#: src/libslic3r/Print.cpp:1285 +msgid "All objects are outside of the print volume." +msgstr "" + +#: src/libslic3r/Print.cpp:1288 +msgid "The supplied settings will cause an empty print." +msgstr "" + +#: src/libslic3r/Print.cpp:1292 +msgid "Some objects are too close; your extruder will collide with them." +msgstr "" + +#: src/libslic3r/Print.cpp:1294 +msgid "" +"Some objects are too tall and cannot be printed without extruder collisions." +msgstr "" + +#: src/libslic3r/Print.cpp:1303 +msgid "The Spiral Vase option can only be used when printing a single object." +msgstr "" + +#: src/libslic3r/Print.cpp:1310 +msgid "" +"The Spiral Vase option can only be used when printing single material " +"objects." +msgstr "" + +#: src/libslic3r/Print.cpp:1323 +msgid "" +"The wipe tower is only supported if all extruders have the same nozzle " +"diameter and use filaments of the same diameter." +msgstr "" + +#: src/libslic3r/Print.cpp:1329 +msgid "" +"The Wipe Tower is currently only supported for the Marlin, RepRap/Sprinter " +"and Repetier G-code flavors." +msgstr "" + +#: src/libslic3r/Print.cpp:1331 +msgid "" +"The Wipe Tower is currently only supported with the relative extruder " +"addressing (use_relative_e_distances=1)." +msgstr "" + +#: src/libslic3r/Print.cpp:1333 +msgid "Ooze prevention is currently not supported with the wipe tower enabled." +msgstr "" + +#: src/libslic3r/Print.cpp:1335 +msgid "" +"The Wipe Tower currently does not support volumetric E (use_volumetric_e=0)." +msgstr "" + +#: src/libslic3r/Print.cpp:1337 +msgid "" +"The Wipe Tower is currently not supported for multimaterial sequential " +"prints." +msgstr "" + +#: src/libslic3r/Print.cpp:1358 +msgid "" +"The Wipe Tower is only supported for multiple objects if they have equal " +"layer heights" +msgstr "" + +#: src/libslic3r/Print.cpp:1360 +msgid "" +"The Wipe Tower is only supported for multiple objects if they are printed " +"over an equal number of raft layers" +msgstr "" + +#: src/libslic3r/Print.cpp:1364 +msgid "" +"The Wipe Tower is only supported for multiple objects if they are printed " +"with the same support_material_contact_distance" +msgstr "" + +#: src/libslic3r/Print.cpp:1366 +msgid "" +"The Wipe Tower is only supported for multiple objects if they are sliced " +"equally." +msgstr "" + +#: src/libslic3r/Print.cpp:1408 +msgid "" +"The Wipe tower is only supported if all objects have the same variable layer " +"height" +msgstr "" + +#: src/libslic3r/Print.cpp:1434 +msgid "" +"One or more object were assigned an extruder that the printer does not have." +msgstr "" + +#: src/libslic3r/Print.cpp:1443 +#, possible-c-format +msgid "%1%=%2% mm is too low to be printable at a layer height %3% mm" +msgstr "" + +#: src/libslic3r/Print.cpp:1446 +#, possible-c-format +msgid "Excessive %1%=%2% mm to be printable with a nozzle diameter %3% mm" +msgstr "" + +#: src/libslic3r/Print.cpp:1457 +msgid "" +"Printing with multiple extruders of differing nozzle diameters. If support " +"is to be printed with the current extruder (support_material_extruder == 0 " +"or support_material_interface_extruder == 0), all nozzles have to be of the " +"same diameter." +msgstr "" + +#: src/libslic3r/Print.cpp:1465 +msgid "" +"For the Wipe Tower to work with the soluble supports, the support layers " +"need to be synchronized with the object layers." +msgstr "" + +#: src/libslic3r/Print.cpp:1469 +msgid "" +"The Wipe Tower currently supports the non-soluble supports only if they are " +"printed with the current extruder without triggering a tool change. (both " +"support_material_extruder and support_material_interface_extruder need to be " +"set to 0)." +msgstr "" + +#: src/libslic3r/Print.cpp:1491 +msgid "First layer height can't be greater than nozzle diameter" +msgstr "" + +#: src/libslic3r/Print.cpp:1496 +msgid "Layer height can't be greater than nozzle diameter" +msgstr "" + +#: src/libslic3r/Print.cpp:1653 +msgid "Infilling layers" +msgstr "" + +#: src/libslic3r/Print.cpp:1678 +msgid "Generating skirt" +msgstr "" + +#: src/libslic3r/Print.cpp:1733 +msgid "Generating brim" +msgstr "" + +#: src/libslic3r/Print.cpp:1796 +msgid "Exporting G-code" +msgstr "" + +#: src/libslic3r/Print.cpp:1800 +msgid "Generating G-code" +msgstr "" + +#: src/libslic3r/SLAPrint.cpp:615 +msgid "" +"Cannot proceed without support points! Add support points or disable support " +"generation." +msgstr "" + +#: src/libslic3r/SLAPrint.cpp:627 +msgid "" +"Elevation is too low for object. Use the \"Pad around object\" feature to " +"print the object without elevation." +msgstr "" + +#: src/libslic3r/SLAPrint.cpp:633 +msgid "" +"The endings of the support pillars will be deployed on the gap between the " +"object and the pad. 'Support base safety distance' has to be greater than " +"the 'Pad object gap' parameter to avoid this." +msgstr "" + +#: src/libslic3r/SLAPrint.cpp:648 +msgid "Exposition time is out of printer profile bounds." +msgstr "" + +#: src/libslic3r/SLAPrint.cpp:655 +msgid "Initial exposition time is out of printer profile bounds." +msgstr "" + +#: src/libslic3r/SLAPrint.cpp:762 +msgid "Slicing done" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:43 +msgid "Hollowing model" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:44 +msgid "Drilling holes into model." +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:45 +msgid "Slicing model" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:46 src/libslic3r/SLAPrintSteps.cpp:358 +msgid "Generating support points" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:47 +msgid "Generating support tree" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:48 +msgid "Generating pad" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:49 +msgid "Slicing supports" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:64 +msgid "Merging slices and calculating statistics" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:65 +msgid "Rasterizing layers" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:190 +msgid "Too much overlapping holes." +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:199 +msgid "" +"Drilling holes into the mesh failed. This is usually caused by broken model. " +"Try to fix it first." +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:245 +msgid "" +"Slicing had to be stopped due to an internal error: Inconsistent slice index." +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:415 src/libslic3r/SLAPrintSteps.cpp:424 +#: src/libslic3r/SLAPrintSteps.cpp:463 +msgid "Visualizing supports" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:455 +msgid "No pad can be generated for this model with the current configuration" +msgstr "" + +#: src/libslic3r/SLAPrintSteps.cpp:623 +msgid "" +"There are unprintable objects. Try to adjust support settings to make the " +"objects printable." +msgstr "" + +#: src/libslic3r/PrintBase.cpp:71 +msgid "Failed processing of the output_filename_format template." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:48 src/libslic3r/PrintConfig.cpp:49 +msgid "Printer technology" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:57 +msgid "Bed shape" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:63 +msgid "Bed custom texture" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:69 +msgid "Bed custom model" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:75 +msgid "Picture sizes to be stored into a .gcode and .sl1 files" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:80 +msgid "Base Layer height" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:82 +msgid "" +"This setting controls the height (and thus the total number) of the slices/" +"layers. Thinner layers give better accuracy but take more time to print." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:90 +msgid "Max print height" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:92 +msgid "" +"Set this to the maximum height that can be reached by your extruder while " +"printing." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:98 +msgid "Slice gap closing radius" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:100 +msgid "" +"Cracks smaller than 2x gap closing radius are being filled during the " +"triangle mesh slicing. The gap closing operation may reduce the final print " +"resolution, therefore it is advisable to keep the value reasonably low." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:108 src/libslic3r/PrintConfig.cpp:2148 +msgid "Hostname, IP or URL" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:110 src/libslic3r/PrintConfig.cpp:2150 +msgid "" +"Slic3r can upload G-code files to a printer host. This field should contain " +"the hostname, IP address or URL of the printer host instance." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:116 src/libslic3r/PrintConfig.cpp:2133 +msgid "API Key / Password" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:118 src/libslic3r/PrintConfig.cpp:2135 +msgid "" +"Slic3r can upload G-code files to a printer host. This field should contain " +"the API Key or the password required for authentication." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:126 src/libslic3r/PrintConfig.cpp:2142 +msgid "" +"Custom CA certificate file can be specified for HTTPS OctoPrint connections, " +"in crt/pem format. If left blank, the default OS CA certificate repository " +"is used." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:141 src/libslic3r/PrintConfig.cpp:142 +msgid "Allow empty layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:144 +msgid "" +"Do not prevent the gcode builder to trigger an exception if a full layer is " +"empty and so the print will have to start from thin air afterward." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:149 +msgid "Avoid crossing perimeters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:151 +msgid "" +"Optimize travel moves in order to minimize the crossing of perimeters. This " +"is mostly useful with Bowden extruders which suffer from oozing. This " +"feature slows down both the print and the G-code generation." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:158 src/libslic3r/PrintConfig.cpp:159 +msgid "Don't avoid crossing on 1st layer" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:161 +msgid "Do not use the 'Avoid crossing perimeters' on the first layer." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:166 src/libslic3r/PrintConfig.cpp:3131 +msgid "Other layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:168 +msgid "" +"Bed temperature for layers after the first one. Set this to zero to disable " +"bed temperature control commands in the output." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:170 +msgid "Bed temperature" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:177 +msgid "Before layer change G-code" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:179 +msgid "" +"This custom code is inserted at every layer change, right before the Z move. " +"Note that you can use placeholder variables for all Slic3r settings as well " +"as [layer_num] and [layer_z]." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:189 +msgid "Between objects G-code" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:191 +msgid "" +"This code is inserted between objects when using sequential printing. By " +"default extruder and bed temperature are reset using non-wait command; " +"however if M104, M109, M140 or M190 are detected in this custom code, Slic3r " +"will not add temperature commands. Note that you can use placeholder " +"variables for all Slic3r settings, so you can put a \"M109 S" +"[first_layer_temperature]\" command wherever you want." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:202 +msgid "Number of solid layers to generate on bottom surfaces." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:203 +msgid "Bottom solid layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:210 +msgid "" +"The number of bottom solid layers is increased above bottom_solid_layers if " +"necessary to satisfy minimum thickness of bottom shell." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:212 +msgid "Minimum bottom shell thickness" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:218 src/libslic3r/PrintConfig.cpp:263 +msgid "Bridge" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:219 +msgid "Bridge acceleration" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:221 +msgid "" +"This is the acceleration your printer will use for bridges. Set zero to " +"disable acceleration control for bridges." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:223 src/libslic3r/PrintConfig.cpp:498 +#: src/libslic3r/PrintConfig.cpp:1468 src/libslic3r/PrintConfig.cpp:1650 +#: src/libslic3r/PrintConfig.cpp:1887 src/libslic3r/PrintConfig.cpp:1936 +#: src/libslic3r/PrintConfig.cpp:1946 src/libslic3r/PrintConfig.cpp:1956 +#: src/libslic3r/PrintConfig.cpp:2279 +msgid "mm/s²" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:229 +msgid "Bridging" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:230 +msgid "Bridging angle" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:232 +msgid "" +"Bridging angle override. If left to zero, the bridging angle will be " +"calculated automatically. Otherwise the provided angle will be used for all " +"bridges. Use 180° for zero angle." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:235 src/libslic3r/PrintConfig.cpp:349 +#: src/libslic3r/PrintConfig.cpp:1326 src/libslic3r/PrintConfig.cpp:2558 +#: src/libslic3r/PrintConfig.cpp:2569 src/libslic3r/PrintConfig.cpp:2668 +#: src/libslic3r/PrintConfig.cpp:2683 src/libslic3r/PrintConfig.cpp:2906 +#: src/libslic3r/PrintConfig.cpp:3116 src/libslic3r/PrintConfig.cpp:3448 +#: src/libslic3r/PrintConfig.cpp:4139 src/libslic3r/PrintConfig.cpp:4262 +msgid "°" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:241 +msgid "Bridges fan speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:243 +msgid "" +"This fan speed is enforced during all bridges and overhangs. It won't slow " +"down the fan if it's currently running at a higher speed.\n" +"Set to 0 to disable this override. Can only be overriden by " +"disable_fan_first_layers." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:245 src/libslic3r/PrintConfig.cpp:256 +#: src/libslic3r/PrintConfig.cpp:265 src/libslic3r/PrintConfig.cpp:279 +#: src/libslic3r/PrintConfig.cpp:292 src/libslic3r/PrintConfig.cpp:712 +#: src/libslic3r/PrintConfig.cpp:722 src/libslic3r/PrintConfig.cpp:735 +#: src/libslic3r/PrintConfig.cpp:748 src/libslic3r/PrintConfig.cpp:765 +#: src/libslic3r/PrintConfig.cpp:975 src/libslic3r/PrintConfig.cpp:1082 +#: src/libslic3r/PrintConfig.cpp:1338 src/libslic3r/PrintConfig.cpp:1408 +#: src/libslic3r/PrintConfig.cpp:1418 src/libslic3r/PrintConfig.cpp:1459 +#: src/libslic3r/PrintConfig.cpp:1966 src/libslic3r/PrintConfig.cpp:2000 +#: src/libslic3r/PrintConfig.cpp:2047 src/libslic3r/PrintConfig.cpp:2424 +#: src/libslic3r/PrintConfig.cpp:3218 src/libslic3r/PrintConfig.cpp:3827 +#: src/libslic3r/PrintConfig.cpp:4181 +msgid "%" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:252 +msgid "Top fan speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:254 +msgid "" +"This fan speed is enforced during all top fills.\n" +"Set to 0 to disable this override. Can only be overriden by " +"disable_fan_first_layers." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:264 +msgid "Bridge flow ratio" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:267 +msgid "" +"This factor affects the amount of plastic for bridging. You can decrease it " +"slightly to pull the extrudates and prevent sagging, although default " +"settings are usually good and you should experiment with cooling (use a fan) " +"before tweaking this." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:277 +msgid "Above the bridges" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:278 +msgid "Above bridge flow ratio" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:281 +msgid "" +"Flow ratio to compensate for the gaps in a bridged top surface. Used for " +"ironing infillpattern to prevent regions where the low-flow pass does not " +"provide a smooth surface due to a lack of plastic. You can increase it " +"slightly to pull the top layer at the correct height. Recommended maximum: " +"120%." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:290 src/libslic3r/PrintConfig.cpp:291 +msgid "Bridge overlap" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:294 +msgid "" +"Amount of overlap between lines of the bridge. If want more space between " +"line (or less), you can modify it. Default to 100%. A value of 50% will " +"create two times less lines." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:301 +msgid "Bridges" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:302 +msgid "Bridge speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:304 +msgid "Speed for printing bridges." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:305 src/libslic3r/PrintConfig.cpp:1055 +#: src/libslic3r/PrintConfig.cpp:1147 src/libslic3r/PrintConfig.cpp:1156 +#: src/libslic3r/PrintConfig.cpp:1164 src/libslic3r/PrintConfig.cpp:1191 +#: src/libslic3r/PrintConfig.cpp:1210 src/libslic3r/PrintConfig.cpp:1577 +#: src/libslic3r/PrintConfig.cpp:1752 src/libslic3r/PrintConfig.cpp:1870 +#: src/libslic3r/PrintConfig.cpp:1904 src/libslic3r/PrintConfig.cpp:1916 +#: src/libslic3r/PrintConfig.cpp:1926 src/libslic3r/PrintConfig.cpp:1991 +#: src/libslic3r/PrintConfig.cpp:2080 src/libslic3r/PrintConfig.cpp:2311 +#: src/libslic3r/PrintConfig.cpp:2514 src/libslic3r/PrintConfig.cpp:2524 +#: src/libslic3r/PrintConfig.cpp:3095 src/libslic3r/PrintConfig.cpp:3196 +#: src/libslic3r/PrintConfig.cpp:3290 src/libslic3r/PrintConfig.cpp:3742 +msgid "mm/s" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:312 src/libslic3r/PrintConfig.cpp:313 +msgid "Brim inside holes" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:315 +msgid "" +"Allow to create a brim over an island when it's inside a hole (or surrounded " +"by an object)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:320 +msgid "Brim width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:322 +msgid "" +"Horizontal width of the brim that will be printed around each object on the " +"first layer." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:329 +msgid "Interior Brim width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:331 +msgid "" +"Horizontal width of the brim that will be printed inside each object on the " +"first layer." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:339 +msgid "Brim ears" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:341 +msgid "Only draw brim over the sharp edges of the model." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:346 +msgid "max angle" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:348 +msgid "" +"Maximum angle to let a brim ear appear. \n" +"If set to 0, no brim will be created. \n" +"If set to ~178, brim will be created on everything but strait sections." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:356 +msgid "brim offset" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:358 +msgid "" +"Distance between the brim and the part. Should be kept at 0 unless you " +"encounter great difficulties to separate them. It's substracted to " +"brim_width and brim_width_interior., so it has to be lower than them" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:365 +msgid "Chamber" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:366 +msgid "Chamber temperature" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:368 +msgid "" +"Chamber temperature0. Note that this setting doesn't do anything, but you " +"can access it in Start G-code, Tool change G-code and the other ones, like " +"for other temperature settings." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:376 +msgid "Clip multi-part objects" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:378 +msgid "" +"When printing multi-material objects, this settings will make Slic3r to clip " +"the overlapping object parts one by the other (2nd part will be clipped by " +"the 1st, 3rd part will be clipped by the 1st and 2nd etc)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:385 +msgid "Colorprint height" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:387 +msgid "Heights at which a filament change is to occur. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:397 +msgid "Compatible printers condition" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:398 +msgid "" +"A boolean expression using the configuration values of an active printer " +"profile. If this expression evaluates to true, this profile is considered " +"compatible with the active printer profile." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:412 +msgid "Compatible print profiles condition" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:413 +msgid "" +"A boolean expression using the configuration values of an active print " +"profile. If this expression evaluates to true, this profile is considered " +"compatible with the active print profile." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:430 +msgid "Complete individual objects" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:432 +msgid "" +"When printing multiple objects or copies, this feature will complete each " +"object before moving onto next one (and starting it from its bottom layer). " +"This feature is useful to avoid the risk of ruined prints. Slic3r should " +"warn and prevent you from extruder collisions, but beware." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:440 +msgid "Allow only one skirt loop" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:442 +msgid "" +"When using 'Complete individual objects', the default behavior is to draw " +"the skirt around each object. if you prefer to have only one skirt for the " +"whole plater, use this option." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:448 +msgid "Object sort" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:450 +msgid "" +"When printing multiple objects or copies on after another, this will help " +"you to choose how it's ordered.\n" +"Object will sort them by the order of the right panel.\n" +"Lowest Y will sort them by their lowest Y point. Useful for printers with a " +"X-bar.\n" +"Lowest Z will sort them by their height, useful for delta printers." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:459 +msgid "Right panel" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:460 +msgid "lowest Y" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:461 +msgid "lowest Z" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:466 +msgid "Enable auto cooling" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:468 +msgid "" +"This flag enables the automatic cooling logic that adjusts print speed and " +"fan speed according to layer printing time." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:474 +msgid "Cooling tube position" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:476 +msgid "Distance of the center-point of the cooling tube from the extruder tip." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:483 +msgid "Cooling tube length" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:485 +msgid "Length of the cooling tube to limit space for cooling moves inside it." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:494 +msgid "Default acceleration" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:495 +msgid "" +"This is the acceleration your printer will be reset to after the role-" +"specific acceleration values are used (perimeter/infill). Set zero to " +"prevent resetting acceleration at all." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:504 +msgid "Default filament profile" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:505 +msgid "" +"Default filament profile associated with the current printer profile. On " +"selection of the current printer profile, this filament profile will be " +"activated." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:511 +msgid "Default print profile" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:512 src/libslic3r/PrintConfig.cpp:3994 +#: src/libslic3r/PrintConfig.cpp:4005 +msgid "" +"Default print profile associated with the current printer profile. On " +"selection of the current printer profile, this print profile will be " +"activated." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:518 +msgid "Disable fan for the first" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:520 +msgid "" +"You can set this to a positive value to disable fan at all during the first " +"layers, so that it does not make adhesion worse." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:529 +msgid "Don't support bridges" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:531 +msgid "" +"Experimental option for preventing support material from being generated " +"under bridged areas." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:537 +msgid "Distance between objects" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:539 +msgid "Distance used for the auto-arrange feature of the plater." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:546 src/libslic3r/PrintConfig.cpp:557 +msgid "End G-code" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:548 +msgid "" +"This end procedure is inserted at the end of the output file. Note that you " +"can use placeholder variables for all Slic3r settings." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:558 +msgid "Filament end G-code" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:560 +msgid "" +"This end procedure is inserted at the end of the output file, before the " +"printer end gcode (and before any toolchange from this filament in case of " +"multimaterial printers). Note that you can use placeholder variables for all " +"Slic3r settings. If you have multiple extruders, the gcode is processed in " +"extruder order." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:571 +msgid "Ensure vertical shell thickness" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:573 +msgid "" +"Add solid infill near sloping surfaces to guarantee the vertical shell " +"thickness (top+bottom solid layers)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:580 +msgid "Top Pattern" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:582 +msgid "" +"Fill pattern for top infill. This only affects the top visible layer, and " +"not its adjacent solid shells." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:596 src/libslic3r/PrintConfig.cpp:623 +#: src/libslic3r/PrintConfig.cpp:649 src/libslic3r/PrintConfig.cpp:1389 +#: src/libslic3r/PrintConfig.cpp:3054 src/libslic3r/PrintConfig.cpp:3072 +msgid "Rectilinear" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:597 src/libslic3r/PrintConfig.cpp:624 +#: src/libslic3r/PrintConfig.cpp:650 +msgid "Rectilinear (filled)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:598 src/libslic3r/PrintConfig.cpp:625 +#: src/libslic3r/PrintConfig.cpp:651 src/libslic3r/PrintConfig.cpp:1395 +#: src/libslic3r/PrintConfig.cpp:3073 +msgid "Concentric" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:599 src/libslic3r/PrintConfig.cpp:626 +#: src/libslic3r/PrintConfig.cpp:652 src/libslic3r/PrintConfig.cpp:3074 +msgid "Concentric (filled)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:600 src/libslic3r/PrintConfig.cpp:627 +#: src/libslic3r/PrintConfig.cpp:653 src/libslic3r/PrintConfig.cpp:1399 +#: src/libslic3r/PrintConfig.cpp:3075 +msgid "Hilbert Curve" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:601 src/libslic3r/PrintConfig.cpp:628 +#: src/libslic3r/PrintConfig.cpp:654 src/libslic3r/PrintConfig.cpp:1400 +msgid "Archimedean Chords" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:602 src/libslic3r/PrintConfig.cpp:629 +#: src/libslic3r/PrintConfig.cpp:655 src/libslic3r/PrintConfig.cpp:1401 +msgid "Octagram Spiral" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:603 src/libslic3r/PrintConfig.cpp:3076 +msgid "Sawtooth" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:604 src/libslic3r/PrintConfig.cpp:630 +#: src/libslic3r/PrintConfig.cpp:648 src/libslic3r/PrintConfig.cpp:3077 +msgid "Ironing" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:609 +msgid "Bottom fill pattern" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:611 +msgid "" +"Fill pattern for bottom infill. This only affects the bottom visible layer, " +"and not its adjacent solid shells." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:635 +msgid "Solid pattern" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:637 +msgid "" +"Fill pattern for solid (internal) infill. This only affects the solid not-" +"visible layers. You should use rectilinear is most cases. You can try " +"ironing for transluscnet material. Rectilinear (filled) replace zig-zag " +"patterns by a single big line & is more efficient for filling little spaces." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:660 +#, possible-c-format +msgid "Enforce 100% fill volume" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:662 +msgid "" +"Experimental option which modifies (in solid infill) fill flow to have the " +"exact amount of plastic inside the volume to fill (it generally changes the " +"flow from -7% to +4%, depending on the size of the surface to fill and the " +"overlap parameters, but it can go as high as +50% for infill in very small " +"areas where rectilinear doesn't have good coverage). It has the advantage to " +"remove the over-extrusion seen in thin infill areas, from the overlap ratio" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:671 +msgid "Default infill margin" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:673 +#, possible-c-format +msgid "" +"This parameter grows the top/bottom/solid layers by the specified MM to " +"anchor them into the part. Put 0 to deactivate it. Can be a % of the width " +"of the perimeters." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:681 +msgid "Bridged" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:682 +msgid "Bridge margin" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:684 +#, possible-c-format +msgid "" +"This parameter grows the bridged solid infill layers by the specified MM to " +"anchor them into the part. Put 0 to deactivate it. Can be a % of the width " +"of the external perimeter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:692 +msgid "External perimeters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:693 +msgid "External perimeters width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:695 +msgid "" +"Set this to a non-zero value to set a manual extrusion width for external " +"perimeters. If left zero, default extrusion width will be used if set, " +"otherwise 1.05 x nozzle diameter will be used. If expressed as percentage " +"(for example 112.5%), it will be computed over nozzle diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:698 src/libslic3r/PrintConfig.cpp:987 +#: src/libslic3r/PrintConfig.cpp:1493 src/libslic3r/PrintConfig.cpp:1506 +#: src/libslic3r/PrintConfig.cpp:1714 src/libslic3r/PrintConfig.cpp:1742 +#: src/libslic3r/PrintConfig.cpp:2070 src/libslic3r/PrintConfig.cpp:2300 +#: src/libslic3r/PrintConfig.cpp:2752 src/libslic3r/PrintConfig.cpp:2894 +#: src/libslic3r/PrintConfig.cpp:2993 src/libslic3r/PrintConfig.cpp:3242 +#: src/libslic3r/PrintConfig.cpp:3724 src/libslic3r/PrintConfig.cpp:3733 +msgid "mm or %" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:705 +msgid "Cutting corners" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:706 +msgid "Ext. peri. cut corners" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:708 +#, possible-c-format +msgid "" +"Activate this option to modify the flow to acknoledge that the nozzle is " +"round and the corners will have a round shape, and so change the flow to " +"realized that and avoid over-extrusion. 100% is activated, 0% is deactivated " +"and 50% is half-activated.\n" +"Note: At 100% this change the flow by ~5% over a very small distance " +"(~nozzle diameter), so it shouldn't be noticeable unless you have a very big " +"nozzle and a very precise printer.\n" +"It's very experimental, please report about the usefulness. It may be " +"removed if there is no use of it." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:717 +msgid "External perimeter fan speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:718 +msgid "" +"When set to a non-zero value this fan speed is used only for external " +"perimeters (visible ones). When set to zero the normal fan speed is used on " +"external perimeters. External perimeters can benefit from higher fan speed " +"to improve surface finish, while internal perimeters, infill, etc. benefit " +"from lower fan speed to improve layer adhesion." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:729 +msgid "external perimeter overlap" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:730 +msgid "Ext. peri. overlap" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:732 +#, possible-c-format +msgid "" +"This setting allow you to reduce the overlap between the perimeters and the " +"external one, to reduce the impact of the perimeters artifacts. 100% means " +"that no gaps is left, and 0% means that the external perimeter isn't " +"contributing to the overlap with the 'inner' one.\n" +"It's very experimental, please report about the usefulness. It may be " +"removed if there is no use of it." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:742 +msgid "perimeter overlap" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:743 +msgid "Perimeter overlap" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:745 +#, possible-c-format +msgid "" +"This setting allow you to reduce the overlap between the perimeters, to " +"reduce the impact of the perimeters artifacts. 100% means that no gaps is " +"left, and 0% means that perimeters are not touching each other anymore.\n" +"It's very experimental, please report about the usefulness. It may be " +"removed if there is no use for it." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:755 +msgid "Better bonding" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:756 +msgid "Perimeter bonding" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:758 +msgid "" +"This setting may degrad a bit the quality of your external perimeter, in " +"exchange for a better bonding between perimeters.Use it if you have great " +"difficulties with perimeter bonding, for example with high temperature " +"filaments.\n" +"This percentage is the % of overlap between perimeters, a bit like " +"perimeter_overlap and external_perimeter_overlap, but in reverse. You have " +"to set perimeter_overlap and external_perimeter_overlap to 100%, or this " +"setting has no effect. 0: no effect, 50%: half of the nozzle will be over an " +"already extruded perimeter while extruding a new one, unless it's an " +"external ones).\n" +"It's very experimental, please report about the usefulness. It may be " +"removed if there is no use for it." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:772 +msgid "External" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:773 +msgid "External perimeters speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:775 +msgid "" +"This separate setting will affect the speed of external perimeters (the " +"visible ones). If expressed as percentage (for example: 80%) it will be " +"calculated on the perimeters speed setting above. Set to zero for auto." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:778 src/libslic3r/PrintConfig.cpp:1521 +#: src/libslic3r/PrintConfig.cpp:1535 src/libslic3r/PrintConfig.cpp:2655 +#: src/libslic3r/PrintConfig.cpp:2765 src/libslic3r/PrintConfig.cpp:3039 +#: src/libslic3r/PrintConfig.cpp:3257 +msgid "mm/s or %" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:785 +msgid "first" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:786 +msgid "External perimeters first" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:788 +msgid "" +"Print contour perimeters from the outermost one to the innermost one instead " +"of the default inverse order." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:794 +msgid "in vase mode (no seam)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:795 +msgid "ExternalPerimeter in vase mode" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:797 +msgid "" +"Print contour perimeters in two circle, in a contiunous way, like for a vase " +"mode. It needs the external_perimeters_first parameter do work. \n" +"Doesn't work for the first layer, as it may damage the bed overwise. \n" +"Note that It will use min_layer_height from your hardware setting as the " +"base height (it doesn't start at 0), so be sure to put here the lowest value " +"your printer can handle. if it's not lower than two times the current layer " +"height, it falls back to the normal algorithm, as there are not enough room " +"to do two loops." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:806 +msgid "only for outter side" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:807 +msgid "ext peri first for outter side" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:809 +msgid "" +"Only do the vase trick on the external side. Useful when the thikness is too " +"low." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:814 +msgid "only for inner side" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:815 +msgid "ext peri first for inner side" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:817 +msgid "" +"Only do the vase trick on the external side. Useful when you only want to " +"remode seam from screw hole." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:826 +msgid "Perimeters loop" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:828 +msgid "" +"Join the perimeters to create only one continuous extrusion without any z-" +"hop. Long inside travel (from external to holes) are not extruded to give " +"some space to the infill." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:834 src/libslic3r/PrintConfig.cpp:2529 +msgid "Seam position" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:835 +msgid "Perimeter loop seam" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:837 src/libslic3r/PrintConfig.cpp:2531 +msgid "Position of perimeters starting points." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:841 src/libslic3r/PrintConfig.cpp:2539 +msgid "Nearest" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:847 +msgid "filling horizontal gaps on slopes" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:848 +msgid "Extra perimeters (do nothing)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:850 +#, possible-c-format +msgid "" +"Add more perimeters when needed for avoiding gaps in sloping walls. Slic3r " +"keeps adding perimeters, until more than 70% of the loop immediately above " +"is supported.\n" +"If you succeed to trigger the algorihtm behind this setting, please send me " +"a message. Personally, i think it's useless." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:859 +msgid "on overhangs" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:860 +msgid "Extra perimeters in overhangs" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:862 +msgid "" +"Add more perimeters when needed for avoiding gaps in sloping walls. Slic3r " +"keeps adding perimeter until all overhangs are filled.\n" +"!! this is a very slow algorithm !!\n" +"If you use this setting, consider strongly using also overhangs_reverse." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:870 +msgid "on odd layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:871 +msgid "Extra perimeter on odd layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:873 +msgid "" +"Add one perimeter every odd layer. With this, infill is taken into sandwitch " +"and you may be able to reduce drastically the infill/perimeter overlap " +"setting. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:879 +msgid "Only one perimeter on Top surfaces" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:881 +msgid "" +"Use only one perimeter on flat top surface, to let more space to the top " +"infill pattern." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:889 +msgid "" +"The extruder to use (unless more specific extruder settings are specified). " +"This value overrides perimeter and infill extruders, but not the support " +"extruders." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:905 +msgid "Extruder clearance height" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:907 +msgid "" +"Set this to the vertical distance between your nozzle tip and (usually) the " +"X carriage rods. In other words, this is the height of the clearance " +"cylinder around your extruder, and it represents the maximum depth the " +"extruder can peek before colliding with other printed objects." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:919 +msgid "Extruder clearance radius" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:920 +msgid "" +"Set this to the clearance radius around your extruder. If the extruder is " +"not centered, choose the largest value for safety. This setting is used to " +"check for collisions and to display the graphical preview in the plater." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:930 +msgid "Extruder Color" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:932 src/libslic3r/PrintConfig.cpp:1017 +msgid "This is only used in the Slic3r interface as a visual help." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:939 +msgid "Extruder offset" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:941 src/libslic3r/PrintConfig.cpp:3667 +msgid "" +"If your firmware doesn't handle the extruder displacement you need the G-" +"code to take it into account. This option lets you specify the displacement " +"of each extruder with respect to the first one. It expects positive " +"coordinates (they will be subtracted from the XY coordinate)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:950 +msgid "Extrusion axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:952 +msgid "" +"Use this option to set the axis letter associated to your printer's extruder " +"(usually E but some printers use A)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:957 src/libslic3r/PrintConfig.cpp:967 +msgid "Extrusion multiplier" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:959 +msgid "" +"This factor changes the amount of flow proportionally. You may need to tweak " +"this setting to get nice surface finish and correct single wall widths. " +"Usual values are between 0.9 and 1.1. If you think you need to change this " +"more, check filament diameter and your firmware E steps." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:969 +msgid "" +"This factor changes the amount of flow proportionally. You may need to tweak " +"this setting to get nice surface finish and correct single wall widths. " +"Usual values are between 90% and 110%. If you think you need to change this " +"more, check filament diameter and your firmware E steps. This print setting " +"is multiplied against the extrusion_multiplier from the filament tab. Its " +"only purpose is to offer the same functionality but with a per-object basis." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:981 +msgid "Default extrusion width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:983 +msgid "" +"Set this to a non-zero value to allow a manual extrusion width. If left to " +"zero, Slic3r derives extrusion widths from the nozzle diameter (see the " +"tooltips for perimeter extrusion width, infill extrusion width etc). If " +"expressed as percentage (for example: 105%), it will be computed over nozzle " +"diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:994 +msgid "Keep fan always on" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:996 +msgid "" +"If this is enabled, fan will continuously run at base speed if no setting " +"override the speed. Useful for PLA, harmful for ABS." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1002 +msgid "Enable fan if layer print time is below" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1004 +msgid "" +"If layer print time is estimated below this number of seconds, fan will be " +"enabled and its speed will be calculated by interpolating the default and " +"maximum speeds.\n" +"Set to 0 to disable." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1007 src/libslic3r/PrintConfig.cpp:2642 +msgid "approximate seconds" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1015 +msgid "Filament color" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1023 +msgid "Filament notes" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1025 +msgid "You can put your notes regarding the filament here." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1033 src/libslic3r/PrintConfig.cpp:2007 +msgid "Max volumetric speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1035 +msgid "" +"Maximum volumetric speed allowed for this filament. Limits the maximum " +"volumetric speed of a print to the minimum of print and filament volumetric " +"speed. Set to zero for no limit." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1044 +msgid "Max speed on the wipe tower" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1045 +msgid "" +"This setting is used to set the maximum speed when extruding inside the wipe " +"tower (use M220). In %, set 0 to disable and use the Filament type instead." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1046 +#, possible-c-format +msgid "% of mm/s" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1053 +msgid "Loading speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1054 +msgid "Speed used for loading the filament on the wipe tower. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1062 +msgid "Toolchange temperature enabled" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1063 +msgid "Determines whether toolchange temperatures will be applied" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1068 +msgid "Fast mode" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1069 +msgid "" +"Experimental: drops nozzle temperature during cooling moves instead of prior " +"to extraction to reduce wait time." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1074 +msgid "Use part fan to cool hotend" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1075 +msgid "" +"Experimental setting. May enable the hotend to cool down faster during " +"toolchanges" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1080 +msgid "Toolchange part fan speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1081 +msgid "" +"Experimental setting. Fan speeds that are too high can clash with the " +"hotend's PID routine." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1089 +msgid "Enable Skinnydip string reduction" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1090 +msgid "" +"Skinnydip performs a secondary dip into the meltzone to burn off fine " +"strings of filament" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1095 +msgid "Pause in melt zone" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1096 +msgid "" +"Stay in melt zone for this amount of time before extracting the filament. " +"Not usually necessary." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1097 src/libslic3r/PrintConfig.cpp:1105 +msgid "milliseconds" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1103 +msgid "Pause before extraction " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1104 +msgid "" +"Can be useful to avoid bondtech gears deforming hot tips, but not ordinarily " +"needed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1111 +msgid "Speed to move into melt zone" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1112 src/libslic3r/PrintConfig.cpp:1120 +msgid "usually not necessary to change this" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1113 src/libslic3r/PrintConfig.cpp:1121 +msgid "mm/sec" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1119 +msgid "Speed to extract from melt zone" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1127 +msgid "Toolchange temperature" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1128 +msgid "" +"To further reduce stringing, it can be helpful to set a lower temperature " +"just prior to extracting filament from the hotend." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1136 +msgid "Insertion distance" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1137 +msgid "" +"For stock extruders, usually 40-42mm. For bondtech extruder upgrade, " +"usually 30-32mm. Start with a low value and gradually increase it until " +"strings are gone. If there are blobs on your wipe tower, your value is too " +"high." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1145 +msgid "Loading speed at the start" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1146 +msgid "Speed used at the very beginning of loading phase. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1153 +msgid "Unloading speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1154 +msgid "" +"Speed used for unloading the filament on the wipe tower (does not affect " +"initial part of unloading just after ramming). " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1162 +msgid "Unloading speed at the start" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1163 +msgid "" +"Speed used for unloading the tip of the filament immediately after ramming. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1170 +msgid "Delay after unloading" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1171 +msgid "" +"Time to wait after the filament is unloaded. May help to get reliable " +"toolchanges with flexible materials that may need more time to shrink to " +"original dimensions. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1180 +msgid "Number of cooling moves" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1181 +msgid "" +"Filament is cooled by being moved back and forth in the cooling tubes. " +"Specify desired number of these moves." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1189 +msgid "Speed of the first cooling move" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1190 +msgid "Cooling moves are gradually accelerating beginning at this speed. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1197 +msgid "Minimal purge on wipe tower" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1198 +msgid "" +"After a tool change, the exact position of the newly loaded filament inside " +"the nozzle may not be known, and the filament pressure is likely not yet " +"stable. Before purging the print head into an infill or a sacrificial " +"object, Slic3r will always prime this amount of material into the wipe tower " +"to produce successive infill or sacrificial object extrusions reliably." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1202 +msgid "mm³" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1208 +msgid "Speed of the last cooling move" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1209 +msgid "Cooling moves are gradually accelerating towards this speed. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1216 +msgid "Filament load time" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1217 +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to load a new " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1224 +msgid "Ramming parameters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1225 +msgid "" +"This string is edited by RammingDialog and contains ramming specific " +"parameters." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1231 +msgid "Filament unload time" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1232 +msgid "" +"Time for the printer firmware (or the Multi Material Unit 2.0) to unload a " +"filament during a tool change (when executing the T code). This time is " +"added to the total print time by the G-code time estimator." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1240 +msgid "" +"Enter your filament diameter here. Good precision is required, so use a " +"caliper and do multiple measurements along the filament, then compute the " +"average." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1248 src/libslic3r/PrintConfig.cpp:3905 +#: src/libslic3r/PrintConfig.cpp:3906 +msgid "Density" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1249 +msgid "" +"Enter your filament density here. This is only for statistical information. " +"A decent way is to weigh a known length of filament and compute the ratio of " +"the length to volume. Better is to calculate the volume directly through " +"displacement." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1252 +msgid "g/cm³" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1258 +msgid "Filament type" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1260 +msgid "The filament material type for use in custom G-codes." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1296 +msgid "Soluble material" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1298 +msgid "Soluble material is most likely used for a soluble support." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1304 +msgid "Filament cost" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1306 +msgid "" +"Enter your filament cost per kg here. This is only for statistical " +"information." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1307 +msgid "money/kg" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1316 src/libslic3r/PrintConfig.cpp:3989 +msgid "(Unknown)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1320 +msgid "Fill" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1321 +msgid "Fill angle" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1323 +msgid "" +"Default base angle for infill orientation. Cross-hatching will be applied to " +"this. Bridges will be infilled using the best direction Slic3r can detect, " +"so this setting does not affect them." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1335 +msgid "Fill density" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1337 +#, possible-c-format +msgid "Density of internal infill, expressed in the range 0% - 100%." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1370 src/libslic3r/PrintConfig.cpp:3046 +#: src/libslic3r/PrintConfig.cpp:3061 +msgid "Pattern" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1371 +msgid "Fill pattern" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1373 +msgid "Fill pattern for general low-density infill." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1390 +msgid "Grid" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1391 +msgid "Triangles" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1392 +msgid "Stars" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1393 +msgid "Cubic" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1394 +msgid "Line" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1396 src/libslic3r/PrintConfig.cpp:3056 +msgid "Honeycomb" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1397 +msgid "3D Honeycomb" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1398 +msgid "Gyroid" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1402 +msgid "Scattered Rectilinear" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1406 +msgid "Top fill" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1407 +msgid "Top fill flow ratio" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1410 +msgid "" +"You can increase this to over-extrude on the top layer if there are not " +"enough plastic to make a good fill." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1416 src/libslic3r/PrintConfig.cpp:1426 +#: src/libslic3r/PrintConfig.cpp:1463 src/libslic3r/PrintConfig.cpp:1474 +#: src/libslic3r/PrintConfig.cpp:1485 src/libslic3r/PrintConfig.cpp:1542 +msgid "First layer" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1417 +msgid "First layer flow ratio" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1420 +msgid "" +"You can increase this to over-extrude on the first layer if there are not " +"enough plastic because your bed isn't levelled." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1427 +msgid "XY First layer compensation" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1429 +msgid "" +"The first layer will be grown / shrunk in the XY plane by the configured " +"value to compensate for the 1st layer squish aka an Elephant Foot effect. " +"(should be negative = inwards)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1436 +msgid "width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1437 +msgid "Ironing width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1439 +msgid "" +"This is the width of the ironing pass, in a % of the top infill extrusion " +"width, should not be more than 50% (two times more lines, 50% overlap). It's " +"not necessary to go below 25% (four times more lines, 75% overlap). \n" +"If you have problems with your ironing process, don't forget to look at the " +"flow->above bridge flow, as this setting should be set to min 110% to let " +"you have enough plastic in the top layer. A value too low will make your " +"extruder eat the filament." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1446 +#, possible-c-format +msgid "% or mm" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1450 +msgid "distribution" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1451 +msgid "Ironing flow distribution" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1453 +msgid "" +"This is the percentage of the flow that is used for the second ironing pass. " +"Typical 10-20%. Should not be higher than 20%, unless you have your top " +"extrusion width greatly superior to your nozzle width. A value too low and " +"your extruder will eat the filament. A value too high and the first pass " +"won't print well." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1464 +msgid "First layer acceleration" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1466 +msgid "" +"This is the acceleration your printer will use for first layer. Set zero to " +"disable acceleration control for first layer." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1475 +msgid "First layer bed temperature" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1477 +msgid "" +"Heated build plate temperature for the first layer. Set this to zero to " +"disable bed temperature control commands in the output." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1486 +msgid "First layer width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1488 +msgid "" +"Set this to a non-zero value to set a manual extrusion width for first " +"layer. You can use this to force fatter extrudates for better adhesion. If " +"expressed as percentage (for example 140%) it will be computed over the " +"nozzle diameter of the nozzle used for the type of extrusion. If set to " +"zero, it will use the default extrusion width." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1502 +msgid "" +"When printing with very low layer heights, you might still want to print a " +"thicker bottom layer to improve adhesion and tolerance for non perfect build " +"plates. This can be expressed as an absolute value or as a percentage (for " +"example: 75%) over the default nozzle width." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1514 +msgid "Default first layer speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1516 +#, possible-c-format +msgid "" +"If expressed as absolute value in mm/s, this speed will be applied to all " +"the print moves but infill of the first layer, it can be overwrite by the " +"'default' (default depends of the type of the path) speed if it's lower than " +"that. If expressed as a percentage it will scale the current speed.\n" +"Set it at 100% to remove any first layer speed modification (with " +"first_layer_infill_speed)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1529 +msgid "Infill first layer speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1531 +msgid "" +"If expressed as absolute value in mm/s, this speed will be applied to infill " +"moves of the first layer, it can be overwrite by the 'default' (solid infill " +"or infill if not bottom) speed if it's lower than that. If expressed as a " +"percentage (for example: 40%) it will scale the current infill speed." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1543 +msgid "First layer temperature" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1545 +msgid "" +"Extruder temperature for first layer. If you want to control temperature " +"manually during print, set this to zero to disable temperature control " +"commands in the output file." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1554 +msgid "Enable Gap Fill" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1556 +msgid "" +"Enable gap fill algorithm. It will extrude small lines between perimeters " +"when there is not enough space for another perimeter or an infill." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1562 +msgid "Min surface" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1565 +#, possible-c-format +msgid "" +"This setting represents the minimum mm² for a gapfill extrusion to be " +"created.\n" +"Can be a % of (perimeter width)²" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1573 +msgid "Gap fill speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1575 +msgid "" +"Speed for filling small gaps using short zigzag moves. Keep this reasonably " +"low to avoid too much shaking and resonance issues. Set zero to disable gaps " +"filling." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1583 +msgid "Verbose G-code" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1585 +msgid "" +"Enable this to get a commented G-code file, with each line explained by a " +"descriptive text. If you print from SD card, the additional weight of the " +"file could make your firmware slow down." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1592 +msgid "G-code flavor" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1594 +msgid "" +"Some G/M-code commands, including temperature control and others, are not " +"universal. Set this option to your printer's firmware to get a compatible " +"output. The \"No extrusion\" flavor prevents Slic3r from exporting any " +"extrusion value at all." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1621 +msgid "No extrusion" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1626 +msgid "Label objects" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1628 +msgid "" +"Enable this to add comments into the G-Code labeling print moves with what " +"object they belong to, which is useful for the Octoprint CancelObject " +"plugin. This settings is NOT compatible with Single Extruder Multi Material " +"setup and Wipe into Object / Wipe into Infill." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1636 +msgid "High extruder current on filament swap" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1638 +msgid "" +"It may be beneficial to increase the extruder motor current during the " +"filament exchange sequence to allow for rapid ramming feed rates and to " +"overcome resistance when loading a filament with an ugly shaped tip." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1646 +msgid "Infill acceleration" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1648 +msgid "" +"This is the acceleration your printer will use for infill. Set zero to " +"disable acceleration control for infill." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1656 +msgid "Combine infill every" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1658 +msgid "" +"This feature allows to combine infill and speed up your print by extruding " +"thicker infill layers while preserving thin perimeters, thus accuracy." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1661 +msgid "Combine infill every n layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1670 +#, possible-c-format +msgid "" +"Enables the creation of a support layer under the first solid layer. This " +"allows you to use a lower infill ratio without compromising the top quality. " +"The dense infill is laid out with a 50% infill density." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1676 +msgid "Do not connect infill lines to each other" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1678 +msgid "" +"If checked, the infill algorithm will try to not connect the lines near the " +"infill. Can be useful for art or with high infill/perimeter overlap." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1683 src/libslic3r/PrintConfig.cpp:3398 +msgid "Algorithm" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1686 +msgid "" +"Choose the way the dense layer is lay out. The automatic option let it try " +"to draw the smallest surface with only strait lines inside the sparse " +"infill. The anchored just enlarge a bit (by 'Default infill margin') the " +"surfaces that need a better support." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1693 +msgid "Automatic" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1694 +msgid "Automatic, only for small areas" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1695 +msgid "Anchored" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1700 +msgid "Infill extruder" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1702 +msgid "The extruder to use when printing infill." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1710 +msgid "" +"Set this to a non-zero value to set a manual extrusion width for infill. If " +"left zero, default extrusion width will be used if set, otherwise 1.125 x " +"nozzle diameter will be used. You may want to use fatter extrudates to speed " +"up the infill and make your parts stronger. If expressed as percentage (for " +"example 110%) it will be computed over nozzle diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1721 +msgid "Infill before perimeters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1723 +msgid "" +"This option will switch the print order of perimeters and infill, making the " +"latter first." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1728 +msgid "Only infill where needed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1730 +msgid "" +"This option will limit infill to the areas actually needed for supporting " +"ceilings (it will act as internal support material). If enabled, slows down " +"the G-code generation due to the multiple checks involved." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1737 +msgid "Infill/perimeters overlap" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1739 +msgid "" +"This setting applies an additional overlap between infill and perimeters for " +"better bonding. Theoretically this shouldn't be needed, but backlash might " +"cause gaps. If expressed as percentage (example: 15%) it is calculated over " +"perimeter extrusion width." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1748 +msgid "Sparse" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1751 +msgid "Speed for printing the internal fill. Set to zero for auto." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1759 +msgid "Inherits profile" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1760 +msgid "Name of the profile, from which this profile inherits." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1773 +msgid "Interface shells" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1774 +msgid "" +"Force the generation of solid shells between adjacent materials/volumes. " +"Useful for multi-extruder prints with translucent materials or manual " +"soluble support material." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1782 src/libslic3r/PrintConfig.cpp:1795 +msgid "After layer change G-code" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1784 +msgid "" +"This custom code is inserted at every layer change, right after the Z move " +"and before the extruder moves to the first layer point. Note that you can " +"use placeholder variables for all Slic3r settings as well as [layer_num] and " +"[layer_z]." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1797 +msgid "" +"This custom code is inserted at every extrusion type change.Note that you " +"can use placeholder variables for all Slic3r settings as well as " +"[extrusion_role], [layer_num] and [layer_z] that can take these string " +"values: { Perimeter, ExternalPerimeter, OverhangPerimeter, InternalInfill, " +"SolidInfill, TopSolidInfill, BridgeInfill, GapFill, Skirt, SupportMaterial, " +"SupportMaterialInterface, WipeTower, Mixed }. Mixed is only used when the " +"role of the extrusion is not unique, not exactly inside an other category or " +"not known." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1809 +msgid "Exact last layer height" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1811 +msgid "" +"This setting controls the height of last object layers to put the last layer " +"at the exact highest height possible. Experimental." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1816 +msgid "Supports remaining times" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1818 +msgid "" +"Emit M73 P[percent printed] R[remaining time in minutes] at 1 minute " +"intervals into the G-code to let the firmware show accurate remaining time. " +"As of now only the Prusa i3 MK3 firmware recognizes M73. Also the i3 MK3 " +"firmware supports M73 Qxx Sxx for the silent mode." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1826 +msgid "Supports stealth mode" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1828 +msgid "The firmware supports stealth mode" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1833 +msgid "fan startup delay" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1835 +msgid "" +"Move the M106 in the past by at least this delay (in seconds, you can use " +"decimals) and add the 'D' option to it to tell to the firware when the fan " +"have to be at this speed. It assume infinite acceleration for this time " +"estimation, and only takes into account G1 and G0 moves. Use 0 to " +"deactivate, negative to remove the 'D' option." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1860 +msgid "Maximum feedrate X" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1861 +msgid "Maximum feedrate Y" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1862 +msgid "Maximum feedrate Z" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1863 +msgid "Maximum feedrate E" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1866 +msgid "Maximum feedrate of the X axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1867 +msgid "Maximum feedrate of the Y axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1868 +msgid "Maximum feedrate of the Z axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1869 +msgid "Maximum feedrate of the E axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1877 +msgid "Maximum acceleration X" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1878 +msgid "Maximum acceleration Y" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1879 +msgid "Maximum acceleration Z" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1880 +msgid "Maximum acceleration E" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1883 +msgid "Maximum acceleration of the X axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1884 +msgid "Maximum acceleration of the Y axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1885 +msgid "Maximum acceleration of the Z axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1886 +msgid "Maximum acceleration of the E axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1894 +msgid "Maximum jerk X" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1895 +msgid "Maximum jerk Y" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1896 +msgid "Maximum jerk Z" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1897 +msgid "Maximum jerk E" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1900 +msgid "Maximum jerk of the X axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1901 +msgid "Maximum jerk of the Y axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1902 +msgid "Maximum jerk of the Z axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1903 +msgid "Maximum jerk of the E axis" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1913 +msgid "Minimum feedrate when extruding" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1915 +msgid "Minimum feedrate when extruding (M205 S)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1923 +msgid "Minimum travel feedrate" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1925 +msgid "Minimum travel feedrate (M205 T)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1933 +msgid "Maximum acceleration when extruding" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1935 +msgid "Maximum acceleration when extruding (M204 P)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1943 +msgid "Maximum acceleration when retracting" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1945 +msgid "Maximum acceleration when retracting (M204 R)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1953 +msgid "Maximum acceleration when travelling" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1955 +msgid "Maximum acceleration when travelling (M204 T)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1962 src/libslic3r/PrintConfig.cpp:1973 +msgid "Max" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1965 +msgid "" +"This setting represents the maximum speed of your fan, used when the layer " +"print time is Very short." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1976 +#, possible-c-format +msgid "" +"This is the highest printable layer height for this extruder, used to cap " +"the variable layer height and support layer height. Maximum recommended " +"layer height is 75% of the extrusion width to achieve reasonable inter-layer " +"adhesion. If set to 0, layer height is limited to 75% of the nozzle diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1986 +msgid "Max print speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1988 +msgid "" +"When setting other speed settings to 0 Slic3r will autocalculate the optimal " +"speed in order to keep constant extruder pressure. This experimental setting " +"is used to set the highest print speed you want to allow." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1997 +msgid "Max speed reduction" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:1999 +msgid "Set to 90% if you don't want the speed to be reduced by more than 90%." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2009 +msgid "" +"This experimental setting is used to set the maximum volumetric speed your " +"extruder supports." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2018 +msgid "Max volumetric slope positive" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2019 src/libslic3r/PrintConfig.cpp:2031 +msgid "" +"This experimental setting is used to limit the speed of change in extrusion " +"rate. A value of 1.8 mm³/s² ensures, that a change from the extrusion rate " +"of 1.8 mm³/s (0.45mm extrusion width, 0.2mm extrusion height, feedrate 20 mm/" +"s) to 5.4 mm³/s (feedrate 60 mm/s) will take at least 2 seconds." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2023 src/libslic3r/PrintConfig.cpp:2035 +msgid "mm³/s²" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2030 +msgid "Max volumetric slope negative" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2043 +msgid "Default fan speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2046 +msgid "" +"This setting represents the base fan speed this filament needs, or at least " +"the minimum PWM your fan needs to work." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2054 +msgid "Min" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2057 +msgid "" +"This is the lowest printable layer height for this extruder and limits the " +"resolution for variable layer height. Typical values are between 0.05 mm and " +"0.1 mm." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2065 +msgid "minimum top width for infill" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2067 +#, possible-c-format +msgid "" +"If a top surface has to be printed and it's partially covered by an other " +"layer, it won't be considered at a top layer where his width is below this " +"value. This can be useful to not let the 'one perimeter on top' trigger on " +"surface that should be covered only by perimeters. This value can be a mm or " +"a % of the perimeter extrusion width." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2077 +msgid "Min print speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2079 +msgid "Slic3r will never scale the speed below this one." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2086 +msgid "Minimal filament extrusion length" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2088 +msgid "" +"Generate no less than the number of skirt loops required to consume the " +"specified amount of filament on the bottom layer. For multi-extruder " +"machines, this minimum applies to each extruder." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2097 +msgid "Configuration notes" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2099 +msgid "" +"You can put here your personal notes. This text will be added to the G-code " +"header comments." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2110 +msgid "" +"This is the diameter of your extruder nozzle (for example: 0.5, 0.35 etc.)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2116 +msgid "Host Type" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2118 +msgid "" +"Slic3r can upload G-code files to a printer host. This field must contain " +"the kind of the host." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2156 +msgid "Enable Limits" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2158 +msgid "" +"Slic3r can add M201 M203 M202 M204 and M205 gcodes to pass the machine " +"limits defined here to the firmware. Gcodes printed will depends of the " +"firmware selected (please Report an issue if you found something wrong).\n" +"If you want only a selection, you can write your gcode with these value, " +"example: \n" +"M204 P[machine_max_acceleration_extruding] T" +"[machine_max_acceleration_retracting]" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2166 +msgid "Only retract when crossing perimeters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2168 +msgid "" +"Disables retraction when the travel path does not exceed the upper layer's " +"perimeters (and thus any ooze will be probably invisible)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2174 src/libslic3r/PrintConfig.cpp:3341 +msgid "Enable" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2176 +msgid "" +"This option will drop the temperature of the inactive extruders to prevent " +"oozing. It will enable a tall skirt automatically and move extruders outside " +"such skirt when changing temperatures." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2183 +msgid "Output filename format" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2185 +msgid "" +"You can use all configuration options as variables inside this template. For " +"example: [layer_height], [fill_density] etc. You can also use [timestamp], " +"[year], [month], [day], [hour], [minute], [second], [version], " +"[input_filename], [input_filename_base]." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2194 +msgid "As bridge" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2195 +msgid "Overhangs as bridge" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2197 +msgid "" +"Option to adjust flow for overhangs (bridge flow will be used), to apply " +"bridge speed to them and enable fan." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2203 +msgid "'As bridge' threshold" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2204 +msgid "Overhang bridge threshold" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2206 +#, possible-c-format +msgid "" +"Minimum unsupported width for an extrusion to be considered an overhang. Can " +"be in mm or in a % of the nozzle diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2212 +msgid "Reverse on odd" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2213 +msgid "Overhang reversal" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2215 +msgid "" +"Extrude perimeters that have a part over an overhang in the reverse " +"direction in odd layers. That alternating pattern can drastically improve " +"steep overhang.\n" +"!! this is a very slow algorithm (it uses the same results as " +"extra_perimeters_overhangs) !!" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2221 +msgid "Reverse threshold" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2222 +msgid "Overhang reversal threshold" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2224 +#, possible-c-format +msgid "" +"Number of mm the overhang need to be for the reversal to be considered " +"useful. Can be a % of the perimeter width." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2231 +msgid "No perimeters on bridge areas" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2233 +msgid "" +"Experimental option to remove perimeters where there is nothing under it and " +"where a bridged infill should be better. \n" +" * Remove perimeters: remove the unsupported perimeters, let the bridge area " +"as-is.\n" +" * Keep only bridges: remove the perimeters in the bridge areas, keep only " +"bridges that end in solid area.\n" +" * Keep bridges and overhangs: remove the unsupported perimeters, keep only " +"bridges that end in solid area, fill the rest with overhang perimeters" +"+bridges.\n" +" * Fill the voids with bridges: remove the unsupported perimeters, draw " +"bridges over the whole hole.* !! this one can escalate to problems with " +"overhangs shape like /\\, so you should use it only on one layer at a time " +"via the height-range modifier!\n" +"!!Computationally intensive!!. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2246 +msgid "Disabled" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2247 +msgid "Remove perimeters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2248 +msgid "Keep only bridges" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2249 +msgid "Keep bridges and overhangs" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2250 +msgid "Fill the voids with bridges" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2255 +msgid "Filament parking position" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2256 +msgid "" +"Distance of the extruder tip from the position where the filament is parked " +"when unloaded. This should match the value in printer firmware. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2264 +msgid "Extra loading distance" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2265 +msgid "" +"When set to zero, the distance the filament is moved from parking position " +"during load is exactly the same as it was moved back during unload. When " +"positive, it is loaded further, if negative, the loading move is shorter " +"than unloading. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2273 src/libslic3r/PrintConfig.cpp:2293 +#: src/libslic3r/PrintConfig.cpp:2318 +msgid "Perimeters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2276 +msgid "" +"This is the acceleration your printer will use for perimeters. A high value " +"like 9000 usually gives good results if your hardware is up to the job. Set " +"zero to disable acceleration control for perimeters." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2284 +msgid "Perimeter extruder" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2286 +msgid "" +"The extruder to use when printing perimeters and brim. First extruder is 1." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2296 +msgid "" +"Set this to a non-zero value to set a manual extrusion width for perimeters. " +"You may want to use thinner extrudates to get more accurate surfaces. If " +"left zero, default extrusion width will be used if set, otherwise 1.125 x " +"nozzle diameter will be used. If expressed as percentage (for example 105%) " +"it will be computed over nozzle diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2310 +msgid "" +"Speed for perimeters (contours, aka vertical shells). Set to zero for auto." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2321 +msgid "" +"This option sets the number of perimeters to generate for each layer. Note " +"that Slic3r may increase this number automatically when it detects sloping " +"surfaces which benefit from a higher number of perimeters if the Extra " +"Perimeters option is enabled." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2325 +msgid "(minimum)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2332 +msgid "Post-processing scripts" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2334 +msgid "" +"If you want to process the output G-code through custom scripts, just list " +"their absolute paths here. Separate multiple scripts with a semicolon. " +"Scripts will be passed the absolute path to the G-code file as the first " +"argument, and they can access the Slic3r config settings by reading " +"environment variables." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2346 +msgid "Printer type" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2347 +msgid "Type of the printer." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2352 +msgid "Printer notes" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2354 +msgid "You can put your notes regarding the printer here." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2362 +msgid "Printer vendor" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2363 +msgid "Name of the printer vendor." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2368 +msgid "Printer variant" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2369 +msgid "" +"Name of the printer variant. For example, the printer variants may be " +"differentiated by a nozzle diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2382 +msgid "Solid first layer" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2384 +msgid "" +"Use a solid layer instead of a raft for the layer that touch the build plate." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2389 +msgid "Raft layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2391 +msgid "" +"The object will be raised by this number of layers, and support material " +"will be generated under it." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2399 +msgid "Resolution" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2401 +msgid "" +"Minimum detail resolution, used to simplify the input file for speeding up " +"the slicing job and reducing memory usage. High-resolution models often " +"carry more detail than printers can render. Set to zero to disable any " +"simplification and use full resolution from input. \n" +"Note: slic3r simplify the geometry with a treshold of 0.0125mm and has an " +"internal resolution of 0.0001mm." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2412 +msgid "Minimum travel after retraction" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2414 +msgid "" +"Retraction is not triggered when travel moves are shorter than this length." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2420 +msgid "Retract amount before wipe" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2422 +msgid "" +"With bowden extruders, it may be wise to do some amount of quick retract " +"before doing the wipe movement." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2429 +msgid "Retract on layer change" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2431 +msgid "This flag enforces a retraction whenever a Z move is done." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2436 src/libslic3r/PrintConfig.cpp:2445 +msgid "Length" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2437 +msgid "Retraction Length" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2439 +msgid "" +"When retraction is triggered, filament is pulled back by the specified " +"amount (the length is measured on raw filament, before it enters the " +"extruder)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2441 src/libslic3r/PrintConfig.cpp:2450 +msgid "mm (zero to disable)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2446 +msgid "Retraction Length (Toolchange)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2447 +msgid "" +"When retraction is triggered before changing tool, filament is pulled back " +"by the specified amount (the length is measured on raw filament, before it " +"enters the extruder)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2455 +msgid "Lift Z" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2457 +msgid "" +"If you set this to a positive value, Z is quickly raised every time a " +"retraction is triggered. When using multiple extruders, only the setting for " +"the first extruder will be considered." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2464 +msgid "Above Z" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2465 +msgid "Only lift Z above" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2467 +msgid "" +"If you set this to a positive value, Z lift will only take place above the " +"specified absolute Z. You can tune this setting for skipping lift on the " +"first layers." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2474 +msgid "Below Z" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2475 +msgid "Only lift Z below" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2477 +msgid "" +"If you set this to a positive value, Z lift will only take place below the " +"specified absolute Z. You can tune this setting for limiting lift to the " +"first layers." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2485 +msgid "Not on top" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2486 +msgid "Don't retract on top surfaces" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2488 +msgid "Select this option to not use the z-lift on a top surface." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2493 src/libslic3r/PrintConfig.cpp:2501 +msgid "Extra length on restart" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2494 +msgid "" +"When the retraction is compensated after the travel move, the extruder will " +"push this additional amount of filament. This setting is rarely needed." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2502 +msgid "Extrat length on toolchange restart" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2503 +msgid "" +"When the retraction is compensated after changing tool, the extruder will " +"push this additional amount of filament." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2510 src/libslic3r/PrintConfig.cpp:2511 +msgid "Retraction Speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2513 +msgid "The speed for retractions (it only applies to the extruder motor)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2519 src/libslic3r/PrintConfig.cpp:2520 +msgid "Deretraction Speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2522 +msgid "" +"The speed for loading of a filament into extruder after retraction (it only " +"applies to the extruder motor). If left to zero, the retraction speed is " +"used." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2538 +msgid "Random" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2540 +msgid "Aligned" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2542 +msgid "Corners" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2547 +msgid "Travel move reduced" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2549 +msgid "" +"Add a big cost to travel paths when possible (when going into a loop), so it " +"will prefer a less optimal seam posistion if it's nearer." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2557 +msgid "Direction" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2559 +msgid "Preferred direction of the seam" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2560 +msgid "Seam preferred direction" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2568 +msgid "Jitter" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2570 +msgid "Seam preferred direction jitter" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2571 +msgid "Preferred direction of the seam - jitter" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2581 +msgid "Serial port" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2583 +msgid "USB/serial port for printer connection." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2590 +msgid "Serial port speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2591 +msgid "Speed (baud) of USB/serial port for printer connection." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2600 +msgid "Distance from object" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2602 +msgid "" +"Distance between skirt and object(s). Set this to zero to attach the skirt " +"to the object(s) and get a brim for better adhesion." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2610 +msgid "Skirt height" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2612 +msgid "" +"Height of skirt expressed in layers. Set this to a tall value to use skirt " +"as a shield against drafts." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2619 +msgid "Draft shield" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2620 +msgid "" +"If enabled, the skirt will be as tall as a highest printed object. This is " +"useful to protect an ABS or ASA print from warping and detaching from print " +"bed due to wind draft." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2626 +msgid "Loops (minimum)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2627 +msgid "Skirt Loops" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2629 +msgid "" +"Number of loops for the skirt. If the Minimum Extrusion Length option is " +"set, the number of loops might be greater than the one configured here. Set " +"this to zero to disable skirt completely." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2637 +msgid "Slow down if layer print time is below" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2639 +msgid "" +"If layer print time is estimated below this number of seconds, print moves " +"speed will be scaled down to extend duration to this value, if possible.\n" +"Set to 0 to disable." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2649 +msgid "Small" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2652 +msgid "" +"This separate setting will affect the speed of perimeters having radius <= " +"6.5mm (usually holes). If expressed as percentage (for example: 80%) it will " +"be calculated on the perimeters speed setting above. Set to zero for auto." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2662 +msgid "Min convex angle" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2663 +msgid "Curve smoothing minimum angle (convex)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2665 +msgid "" +"Minimum (convex) angle at a vertex to enable smoothing (trying to create a " +"curve around the vertex). 180 : nothing will be smooth, 0 : all angles will " +"be smoothen." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2677 +msgid "Min concave angle" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2678 +msgid "Curve smoothing minimum angle (concave)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2680 +msgid "" +"Minimum (concave) angle at a vertex to enable smoothing (trying to create a " +"curve around the vertex). 180 : nothing will be smooth, 0 : all angles will " +"be smoothen." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2691 +msgid "Precision" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2692 +msgid "Curve smoothing precision" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2694 +msgid "" +"These parameter allow the slicer to smooth the angles in each layer. The " +"precision will be at least the new precision of the curve. Set to 0 to " +"deactivate.\n" +"Note: as it use the polygon's edges and only work in the 2D planes, you must " +"have a very clean or hand-made 3D model.\n" +"It's really only useful to smoothen functional models or very wide angles." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2706 +msgid "cutoff" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2707 +msgid "Curve smoothing cutoff dist" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2709 +msgid "" +"Maximum distance between two points to allow adding new ones. Allow to avoid " +"distording long strait areas. 0 to disable." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2717 +msgid "Solid infill threshold area" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2719 +msgid "" +"Force solid infill for regions having a smaller area than the specified " +"threshold." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2720 +msgid "mm²" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2726 +msgid "Solid infill extruder" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2728 +msgid "The extruder to use when printing solid infill." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2734 +msgid "Solid infill every" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2736 +msgid "" +"This feature allows to force a solid layer every given number of layers. " +"Zero to disable. You can set this to any value (for example 9999); Slic3r " +"will automatically choose the maximum possible number of layers to combine " +"according to nozzle diameter and layer height." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2749 +msgid "" +"Set this to a non-zero value to set a manual extrusion width for infill for " +"solid surfaces. If left zero, default extrusion width will be used if set, " +"otherwise 1.125 x nozzle diameter will be used. If expressed as percentage " +"(for example 110%) it will be computed over nozzle diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2759 +msgid "Solid" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2762 +msgid "" +"Speed for printing solid regions (top/bottom/internal horizontal shells). " +"This can be expressed as a percentage (for example: 80%) over the default " +"infill speed. Set to zero for auto." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2773 +msgid "Solid layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2775 +msgid "Number of solid layers to generate on top and bottom surfaces." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2781 src/libslic3r/PrintConfig.cpp:2782 +msgid "Minimum thickness of a top / bottom shell" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2788 +msgid "Spiral vase" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2790 +msgid "" +"This feature will raise Z gradually while printing a single-walled object in " +"order to remove any visible seam. This option requires a single perimeter, " +"no infill, no top solid layers and no support material. You can still set " +"any number of bottom solid layers as well as skirt/brim loops. It won't work " +"when printing more than an object." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2798 +msgid "Temperature variation" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2799 +msgid "" +"Temperature difference to be applied when an extruder is not active. Enables " +"a full-height \"sacrificial\" skirt on which the nozzles are periodically " +"wiped." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2808 src/libslic3r/PrintConfig.cpp:2824 +msgid "Start G-code" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2810 +msgid "" +"This start procedure is inserted at the beginning, after bed has reached the " +"target temperature and extruder just started heating, and before extruder " +"has finished heating. If Slic3r detects M104 or M190 in your custom codes, " +"such commands will not be prepended automatically so you're free to " +"customize the order of heating commands and other custom actions. Note that " +"you can use placeholder variables for all Slic3r settings, so you can put a " +"\"M109 S[first_layer_temperature]\" command wherever you want." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2827 +msgid "" +"This start procedure is inserted at the beginning, after any printer start " +"gcode (and after any toolchange to this filament in case of multi-material " +"printers). This is used to override settings for a specific filament. If " +"Slic3r detects M104, M109, M140 or M190 in your custom codes, such commands " +"will not be prepended automatically so you're free to customize the order of " +"heating commands and other custom actions. Note that you can use placeholder " +"variables for all Slic3r settings, so you can put a \"M109 S" +"[first_layer_temperature]\" command wherever you want. If you have multiple " +"extruders, the gcode is processed in extruder order." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2844 src/libslic3r/PrintConfig.cpp:2845 +msgid "Model rounding precision" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2847 +msgid "" +"This is the rounding error of the input object. It's used to align points " +"that should be in the same line. Put 0 to disable." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2856 +msgid "Single Extruder Multi Material" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2857 +msgid "The printer multiplexes filaments into a single hot end." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2862 +msgid "Prime all printing extruders" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2863 +msgid "" +"If enabled, all printing extruders will be primed at the front edge of the " +"print bed at the start of the print." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2868 +msgid "No sparse layers (EXPERIMENTAL)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2869 +msgid "" +"If enabled, the wipe tower will not be printed on layers with no " +"toolchanges. On layers with a toolchange, extruder will travel downward to " +"print the wipe tower. User is responsible for ensuring there is no collision " +"with the print." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2876 +msgid "Generate support material" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2878 +msgid "Enable support material generation." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2882 +msgid "Auto generated supports" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2884 +msgid "" +"If checked, supports will be generated automatically based on the overhang " +"threshold value. If unchecked, supports will be generated inside the " +"\"Support Enforcer\" volumes only." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2890 +msgid "XY separation between an object and its support" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2892 +msgid "" +"XY separation between an object and its support. If expressed as percentage " +"(for example 50%), it will be calculated over external perimeter width." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2902 +msgid "Pattern angle" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2905 +msgid "" +"Use this setting to rotate the support material pattern on the horizontal " +"plane." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2915 src/libslic3r/PrintConfig.cpp:4088 +msgid "" +"Only create support if it lies on a build plate. Don't create support on a " +"print." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2920 +msgid "Type" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2923 +msgid "" +"How to compute the vertical z-distance.\n" +"From filament: it use the nearest bit of the filament. When a bridge is " +"extruded, it goes below the current plane.\n" +"From plane: it use the plane-z. Same than 'from filament' if no 'bridge' is " +"extruded.\n" +"None: No z-offset. Useful for Soluble supports.\n" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2941 +#, possible-c-format +msgid "" +"The vertical distance between support material interface and the object(when " +"the object is printed on top of the support). Setting this to 0 will also " +"prevent Slic3r from using bridge flow and speed for the first object layer. " +"Can be a % of the extruding width used for the interface layers." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2956 +#, possible-c-format +msgid "" +"The vertical distance between object and support material interface(when the " +"support is printed on top of the object). Can be a % of the extruding width " +"used for the interface layers." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2965 +msgid "Enforce support for the first" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2967 +msgid "" +"Generate support material for the specified number of layers counting from " +"bottom, regardless of whether normal support material is enabled or not and " +"regardless of any angle threshold. This is useful for getting more adhesion " +"of objects having a very thin or poor footprint on the build plate." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2972 +msgid "Enforce support for the first n layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2978 +msgid "Support material/raft/skirt extruder" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2980 +msgid "" +"The extruder to use when printing support material, raft and skirt (1+, 0 to " +"use the current extruder to minimize tool changes)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2988 +msgid "Support material width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:2990 +msgid "" +"Set this to a non-zero value to set a manual extrusion width for support " +"material. If left zero, default extrusion width will be used if set, " +"otherwise nozzle diameter will be used. If expressed as percentage (for " +"example 110%) it will be computed over nozzle diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3000 +msgid "Interface loops" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3002 +msgid "" +"Cover the top contact layer of the supports with loops. Disabled by default." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3007 +msgid "Support material/raft interface extruder" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3009 +msgid "" +"The extruder to use when printing support material interface (1+, 0 to use " +"the current extruder to minimize tool changes). This affects raft too." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3016 +msgid "Interface layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3018 +msgid "" +"Number of interface layers to insert between the object(s) and support " +"material." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3025 +msgid "Interface pattern spacing" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3027 +msgid "Spacing between interface lines. Set zero to get a solid interface." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3034 +msgid "Interface" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3035 +msgid "Support interface speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3037 +msgid "" +"Speed for printing support material interface layers. If expressed as " +"percentage (for example 50%) it will be calculated over support material " +"speed." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3047 +msgid "Support pattern" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3049 +msgid "Pattern used to generate support material." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3055 +msgid "Rectilinear grid" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3062 +msgid "Support interface pattern" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3064 +msgid "Pattern for interface layer." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3082 +msgid "Pattern spacing" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3084 +msgid "Spacing between support material lines." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3092 +msgid "Support speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3094 +msgid "Speed for printing support material." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3101 +msgid "Synchronize with object layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3103 +msgid "" +"Synchronize support layers with the object print layers. This is useful with " +"multi-material printers, where the extruder switch is expensive." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3109 +msgid "Overhang threshold" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3111 +msgid "" +"Support material will not be generated for overhangs whose slope angle (90° " +"= vertical) is above the given threshold. In other words, this value " +"represent the most horizontal slope (measured from the horizontal plane) " +"that you can print without support material. Set to zero for automatic " +"detection (recommended)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3123 +msgid "With sheath around the support" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3125 +msgid "" +"Add a sheath (a single perimeter line) around the base support. This makes " +"the support more reliable, but also more difficult to remove." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3132 src/libslic3r/PrintConfig.cpp:3136 +msgid "Temperature" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3134 +msgid "" +"Extruder temperature for layers after the first one. Set this to zero to " +"disable temperature control commands in the output." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3143 src/libslic3r/PrintConfig.cpp:3144 +msgid "Overlapping perimeters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3146 +msgid "" +"Allow external perimeter to overlap each other to avoid the use of thin " +"walls. Note that their flow isn't adjusted and so it will result in over-" +"extruding and undefined behavior." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3152 src/libslic3r/PrintConfig.cpp:3192 +msgid "Thin walls" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3154 +msgid "" +"Detect single-width walls (parts where two extrusions don't fit and we need " +"to collapse them into a single trace). If unchecked, slic3r may try to fit " +"perimeters where it's not possible, creating some overlap leading to over-" +"extrusion." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3161 +msgid "min width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3162 +msgid "Thin walls min width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3164 +msgid "" +"Minimum width for the extrusion to be extruded (widths lower than the nozzle " +"diameter will be over-extruded at the nozzle diameter). If expressed as " +"percentage (for example 110%) it will be computed over nozzle diameter. The " +"default behavior of slic3r and slic3rPE is with a 33% value. Put 100% to " +"avoid any sort of over-extrusion." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3173 +msgid "overlap" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3174 +msgid "Thin wall overlap" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3176 +msgid "" +"Overlap between the thin wall and the perimeters. Can be a % of the external " +"perimeter width (default 50%)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3183 +msgid "merging with perimeters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3184 +msgid "Thin wall merge" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3186 +msgid "" +"Allow the external perimeter to merge the thin walls in the path. !!! IF you " +"disable this setting, please explain me why (via help->report issue) because " +"I'm going to DELETE this setting next release, as i don't see why someone " +"may want to disable it." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3193 +msgid "Thin walls speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3195 +msgid "" +"Speed for thin wall (external extrusion that are alone because the obect is " +"too thin at these places)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3202 +msgid "Threads" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3203 +msgid "" +"Threads are used to parallelize long-running tasks. Optimal threads number " +"is slightly above the number of available cores/processors." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3214 +msgid "Time estimation compensation" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3216 +#, possible-c-format +msgid "" +"This setting allow you to modify the time estiamtion by a % amount. As " +"slic3r only use the marlin algorithm, it's not precise enough if an other " +"firmware is used." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3223 +msgid "Tool change G-code" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3225 +msgid "" +"This custom code is inserted at every extruder change. If you don't leave " +"this empty, you are expected to take care of the toolchange yourself - " +"slic3r will not output any other G-code to change the filament. You can use " +"placeholder variables for all Slic3r settings as well as [previous_extruder] " +"and [next_extruder], so e.g. the standard toolchange command can be scripted " +"as T[next_extruder]." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3238 +msgid "" +"Set this to a non-zero value to set a manual extrusion width for infill for " +"top surfaces. You may want to use thinner extrudates to fill all narrow " +"regions and get a smoother finish. If left zero, default extrusion width " +"will be used if set, otherwise nozzle diameter will be used. If expressed as " +"percentage (for example 110%) it will be computed over nozzle diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3249 +msgid "Top solid" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3250 +msgid "Top solid speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3252 +msgid "" +"Speed for printing top solid layers (it only applies to the uppermost " +"external layers and not to their internal solid layers). You may want to " +"slow down this to get a nicer surface finish. This can be expressed as a " +"percentage (for example: 80%) over the solid infill speed above. Set to zero " +"for auto." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3266 +msgid "Top layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3268 +msgid "Number of solid layers to generate on top surfaces." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3269 +msgid "Top solid layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3277 +msgid "" +"The number of top solid layers is increased above top_solid_layers if " +"necessary to satisfy minimum thickness of top shell. This is useful to " +"prevent pillowing effect when printing with variable layer height." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3280 +msgid "Minimum top shell thickness" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3287 +msgid "Travel speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3289 +msgid "Speed for travel moves (jumps between distant extrusion points)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3297 +msgid "Use firmware retraction" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3299 +msgid "" +"This experimental setting uses G10 and G11 commands to have the firmware " +"handle the retraction. This is only supported in recent Marlin." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3305 +msgid "Use relative E distances" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3307 +msgid "" +"If your firmware requires relative E values, check this, otherwise leave it " +"unchecked. Most firmwares use absolute values." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3313 +msgid "Use volumetric E" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3315 +msgid "" +"This experimental setting uses outputs the E values in cubic millimeters " +"instead of linear millimeters. If your firmware doesn't already know " +"filament diameter(s), you can put commands like 'M200 D[filament_diameter_0] " +"T0' in your start G-code in order to turn volumetric mode on and use the " +"filament diameter associated to the filament selected in Slic3r. This is " +"only supported in recent Marlin." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3325 +msgid "Enable variable layer height feature" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3327 +msgid "" +"Some printers or printer setups may have difficulties printing with a " +"variable layer height. Enabled by default." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3333 +msgid "Wipe while retracting" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3335 +msgid "" +"This flag will move the nozzle while retracting to minimize the possible " +"blob on leaky extruders." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3342 +msgid "Enable wipe tower" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3344 +msgid "" +"Multi material printers may need to prime or purge extruders on tool " +"changes. Extrude the excess material into the wipe tower." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3350 +msgid "Purging volumes - load/unload volumes" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3351 +msgid "" +"This vector saves required volumes to change from/to each tool used on the " +"wipe tower. These values are used to simplify creation of the full purging " +"volumes below. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3357 +msgid "Purging volumes - matrix" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3358 +msgid "" +"This matrix describes volumes (in cubic milimetres) required to purge the " +"new filament on the wipe tower for any given pair of tools. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3368 +msgid "Enable advanced wiping volume" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3369 +#, possible-c-format +msgid "" +"Allow slic3r to compute the purge volume via smart computations. Use the " +"pigment% of each filament and following parameters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3374 +msgid "Nozzle volume" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3375 +msgid "" +"The volume of melted plastic inside your nozlle. Used by 'advanced wiping'." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3376 src/libslic3r/PrintConfig.cpp:3392 +msgid "mm3" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3381 +msgid "Pigment percentage" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3382 +msgid "" +"The pigment % for this filament (bewteen 0 and 1, 1=100%). 0 for translucent/" +"natural, 0.2-0.5 for white and 1 for black." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3389 +msgid "Multiplier" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3390 +msgid "Auto-wipe multiplier" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3391 +msgid "" +"The volume multiplier used to compute the final volume to extrude by the " +"algorithm." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3399 +msgid "Auto-wipe algorithm" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3400 +msgid "" +"Algo for the advanced wipe.\n" +"Linear : volume = nozzle + volume_mult * (pigmentBefore-pigmentAfter)\n" +"Quadratic: volume = nozzle + volume_mult * (pigmentBefore-pigmentAfter)+ " +"volume_mult * (pigmentBefore-pigmentAfter)^3\n" +"Hyperbola: volume = nozzle + volume_mult * (0.5+pigmentBefore) / (0.5" +"+pigmentAfter)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3408 +msgid "Linear" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3409 +msgid "Quadratric" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3410 +msgid "Hyperbola" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3415 +msgid "Wipe tower brim width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3416 +#, possible-c-format +msgid "" +"Width of the brim for the wipe tower. Can be in mm of in % of the (assumed) " +"only one nozzle diameter." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3422 +msgid "X" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3423 +msgid "Wipe tower X" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3424 +msgid "X coordinate of the left front corner of a wipe tower" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3430 +msgid "Y" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3431 +msgid "Wipe tower Y" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3432 +msgid "Y coordinate of the left front corner of a wipe tower" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3439 +msgid "Wipe tower Width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3440 +msgid "Width of a wipe tower" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3446 +msgid "Wipe tower rotation angle" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3447 +msgid "Wipe tower rotation angle with respect to x-axis." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3454 +msgid "Wipe into this object's infill" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3455 +msgid "" +"Purging after toolchange will done inside this object's infills. This lowers " +"the amount of waste but may result in longer print time due to additional " +"travel moves." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3462 +msgid "Wipe into this object" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3463 +msgid "" +"Object will be used to purge the nozzle after a toolchange to save material " +"that would otherwise end up in the wipe tower and decrease print time. " +"Colours of the objects will be mixed as a result." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3470 +msgid "Extra Wipe for external perimeters" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3471 +msgid "" +"When the external perimeter loop extrusion end, a wipe is done, going a bit " +"inside the print. The number put in this setting increase the wipe by moving " +"the nozzle again along the loop before the final wipe." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3479 +msgid "Maximal bridging distance" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3480 +msgid "Maximal distance between supports on sparse infill sections. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3486 +msgid "Outter" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3487 +msgid "Outter XY size compensation" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3489 +msgid "" +"The object will be grown/shrunk in the XY plane by the configured value " +"(negative = inwards, positive = outwards). This might be useful for fine-" +"tuning sizes.\n" +"This one only applies to the 'exterior' shell of the object" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3497 +msgid "Inner" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3498 +msgid "Inner XY size compensation" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3500 +msgid "" +"The object will be grown/shrunk in the XY plane by the configured value " +"(negative = inwards, positive = outwards). This might be useful for fine-" +"tuning sizes.\n" +"This one only applies to the 'inner' shell of the object" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3508 +msgid "Holes" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3509 +msgid "XY holes compensation" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3511 +msgid "" +"The convex holes will be grown / shrunk in the XY plane by the configured " +"value (negative = inwards, positive = outwards, should be negative as the " +"holes are always a bit smaller irl). This might be useful for fine-tuning " +"hole sizes.\n" +"This setting behave the same as 'Inner XY size compensation' but only for " +"convex shapes. It's added to 'Inner XY size compensation', it does not " +"replace it. " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3520 src/libslic3r/PrintConfig.cpp:3521 +msgid "Convert round holes to polyholes" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3523 +msgid "" +"Search for almost-circular holes that span more than one layer and convert " +"the geometry to polyholes. Use the nozzle size and the (biggest) diameter to " +"compute the polyhole.\n" +"See http://hydraraptor.blogspot.com/2011/02/polyholes.html" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3530 +msgid "Z offset" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3532 +msgid "" +"This value will be added (or subtracted) from all the Z coordinates in the " +"output G-code. It is used to compensate for bad Z endstop position: for " +"example, if your endstop zero actually leaves the nozzle 0.3mm far from the " +"print bed, set this to -0.3 (or fix your endstop)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3541 +msgid "Z full step" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3542 +msgid "" +"Set this to the height moved when your Z motor (or equivalent) turns one " +"step. If your motor needs 200 steps to move your head/plater by 1mm, this " +"field have to be 1/200 = 0.005.\n" +"The gcode can't write a value below 0.001 so any value below or equal that " +"is equivalent to disabling the feature.\n" +"0 to disable." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3641 +msgid "Milling cutter" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3643 +msgid "" +"The milling cutter to use (unless more specific extruder settings are " +"specified). " +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3657 +msgid "Milling diameter" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3659 +msgid "This is the diameter of your cutting tool." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3665 +msgid "Tool offset" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3676 +msgid "Tool z offset" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3678 +msgid "." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3684 +msgid "Tool z lift" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3686 +msgid "Amount of lift for travel." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3692 +msgid "G-Code to switch to this toolhead" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3694 +msgid "" +"Put here the gcode to change the toolhead (called after the g-code T" +"[next_extruder]). You have access to [next_extruder] and " +"[previous_extruder]. next_extruder is the 'extruder number' of the new " +"milling tool, it's equal to the index (begining at 0) of the milling tool " +"plus the number of extruders. previous_extruder is the 'extruder number' of " +"the previous tool, it may be a normal extruder, if it's below the number of " +"extruders. The number of extruder is available at [extruder] and the number " +"of milling tool is available at [milling_cutter]." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3702 +msgid "G-Code to switch from this toolhead" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3704 +msgid "" +"Put here the gcode to end the toolhead action, like stopping the spindle. " +"You have access to [next_extruder] and [previous_extruder]. " +"previous_extruder is the 'extruder number' of the current milling tool, it's " +"equal to the index (begining at 0) of the milling tool plus the number of " +"extruders. next_extruder is the 'extruder number' of the next tool, it may " +"be a normal extruder, if it's below the number of extruders. The number of " +"extruder is available at [extruder]and the number of milling tool is " +"available at [milling_cutter]." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3712 +msgid "Milling post-processing" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3714 +msgid "" +"If activated, at the end of each layer, the printer will switch to a milling " +"head and mill the external perimeters.\n" +"You should set the 'Milling extra XY size' to a value high enough to have " +"enough plastic to mill. Also, be sure that your piece is firmly glued to the " +"bed." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3720 +msgid "Milling extra XY size" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3722 +msgid "" +"This increase the size of the object by a certain amount to have enough " +"plastic to mill. You can set a number of mm or a percentage of the " +"calculated optimal extra width (from flow calculation)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3730 +msgid "Milling only after" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3732 +#, possible-c-format +msgid "" +"This setting restrict the post-process milling to a certain height, to avoid " +"milling the bed. It can be a mm of a % of the first layer height (so it can " +"depends of the object)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3739 +msgid "Milling Speed" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3741 +msgid "Speed for milling tool." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3755 +msgid "Display width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3756 +msgid "Width of the display" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3761 +msgid "Display height" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3762 +msgid "Height of the display" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3767 +msgid "Number of pixels in" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3769 +msgid "Number of pixels in X" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3775 +msgid "Number of pixels in Y" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3780 +msgid "Display horizontal mirroring" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3781 +msgid "Mirror horizontally" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3782 +msgid "Enable horizontal mirroring of output images" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3787 +msgid "Display vertical mirroring" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3788 +msgid "Mirror vertically" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3789 +msgid "Enable vertical mirroring of output images" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3794 +msgid "Display orientation" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3795 +msgid "" +"Set the actual LCD display orientation inside the SLA printer. Portrait mode " +"will flip the meaning of display width and height parameters and the output " +"images will be rotated by 90 degrees." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3801 +msgid "Landscape" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3802 +msgid "Portrait" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3807 +msgid "Fast" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3808 +msgid "Fast tilt" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3809 +msgid "Time of the fast tilt" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3816 +msgid "Slow" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3817 +msgid "Slow tilt" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3818 +msgid "Time of the slow tilt" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3825 +msgid "Area fill" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3826 +msgid "" +"The percentage of the bed area. \n" +"If the print area exceeds the specified value, \n" +"then a slow tilt will be used, otherwise - a fast tilt" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3833 src/libslic3r/PrintConfig.cpp:3834 +#: src/libslic3r/PrintConfig.cpp:3835 +msgid "Printer scaling correction" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3841 src/libslic3r/PrintConfig.cpp:3842 +msgid "Printer absolute correction" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3843 +msgid "" +"Will inflate or deflate the sliced 2D polygons according to the sign of the " +"correction." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3849 +msgid "Elephant foot minimum width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3851 +msgid "" +"Minimum width of features to maintain when doing elephant foot compensation." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3858 src/libslic3r/PrintConfig.cpp:3859 +msgid "Printer gamma correction" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3860 +msgid "" +"This will apply a gamma correction to the rasterized 2D polygons. A gamma " +"value of zero means thresholding with the threshold in the middle. This " +"behaviour eliminates antialiasing without losing holes in polygons." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3872 src/libslic3r/PrintConfig.cpp:3873 +msgid "SLA material type" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3884 src/libslic3r/PrintConfig.cpp:3885 +msgid "Initial layer height" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3891 src/libslic3r/PrintConfig.cpp:3892 +msgid "Bottle volume" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3893 +msgid "ml" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3898 src/libslic3r/PrintConfig.cpp:3899 +msgid "Bottle weight" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3900 +msgid "kg" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3907 +msgid "g/ml" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3914 +msgid "money/bottle" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3919 +msgid "Faded layers" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3920 +msgid "" +"Number of the layers needed for the exposure time fade from initial exposure " +"time to the exposure time" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3927 src/libslic3r/PrintConfig.cpp:3928 +msgid "Minimum exposure time" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3935 src/libslic3r/PrintConfig.cpp:3936 +msgid "Maximum exposure time" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3943 src/libslic3r/PrintConfig.cpp:3944 +msgid "Exposure time" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3950 src/libslic3r/PrintConfig.cpp:3951 +msgid "Minimum initial exposure time" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3958 src/libslic3r/PrintConfig.cpp:3959 +msgid "Maximum initial exposure time" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3966 src/libslic3r/PrintConfig.cpp:3967 +msgid "Initial exposure time" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3973 src/libslic3r/PrintConfig.cpp:3974 +msgid "Correction for expansion" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3980 +msgid "SLA print material notes" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3981 +msgid "You can put your notes regarding the SLA print material here." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:3993 src/libslic3r/PrintConfig.cpp:4004 +msgid "Default SLA material profile" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4015 +msgid "Generate supports" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4017 +msgid "Generate supports for the models" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4022 +msgid "Support head front diameter" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4024 +msgid "Diameter of the pointing side of the head" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4031 +msgid "Support head penetration" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4033 +msgid "How much the pinhead has to penetrate the model surface" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4040 +msgid "Support head width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4042 +msgid "Width from the back sphere center to the front sphere center" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4050 +msgid "Support pillar diameter" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4052 +msgid "Diameter in mm of the support pillars" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4060 +msgid "Max bridges on a pillar" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4062 +msgid "" +"Maximum number of bridges that can be placed on a pillar. Bridges hold " +"support point pinheads and connect to pillars as small branches." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4070 +msgid "Support pillar connection mode" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4071 +msgid "" +"Controls the bridge type between two neighboring pillars. Can be zig-zag, " +"cross (double zig-zag) or dynamic which will automatically switch between " +"the first two depending on the distance of the two pillars." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4079 +msgid "Zig-Zag" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4080 +msgid "Cross" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4081 +msgid "Dynamic" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4093 +msgid "Pillar widening factor" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4095 +msgid "" +"Merging bridges or pillars into another pillars can increase the radius. " +"Zero means no increase, one means full increase." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4104 +msgid "Support base diameter" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4106 +msgid "Diameter in mm of the pillar base" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4114 +msgid "Support base height" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4116 +msgid "The height of the pillar base cone" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4123 +msgid "Support base safety distance" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4126 +msgid "" +"The minimum distance of the pillar base from the model in mm. Makes sense in " +"zero elevation mode where a gap according to this parameter is inserted " +"between the model and the pad." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4136 +msgid "Critical angle" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4138 +msgid "The default angle for connecting support sticks and junctions." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4146 +msgid "Max bridge length" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4148 +msgid "The max length of a bridge" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4155 +msgid "Max pillar linking distance" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4157 +msgid "" +"The max distance of two pillars to get linked with each other. A zero value " +"will prohibit pillar cascading." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4165 +msgid "Object elevation" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4167 +msgid "" +"How much the supports should lift up the supported object. If this value is " +"zero, the bottom of the model geometry will be considered as part of the pad." +"If \"Pad around object\" is enabled, this value is ignored." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4180 +msgid "This is a relative measure of support points density." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4186 +msgid "Minimal distance of the support points" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4188 +msgid "No support points will be placed closer than this threshold." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4194 +msgid "Use pad" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4196 +msgid "Add a pad underneath the supported model" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4201 +msgid "Pad wall thickness" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4203 +msgid "The thickness of the pad and its optional cavity walls." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4211 +msgid "Pad wall height" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4212 +msgid "" +"Defines the pad cavity depth. Set to zero to disable the cavity. Be careful " +"when enabling this feature, as some resins may produce an extreme suction " +"effect inside the cavity, which makes peeling the print off the vat foil " +"difficult." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4225 +msgid "Pad brim size" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4226 +msgid "How far should the pad extend around the contained geometry" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4236 +msgid "Max merge distance" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4238 +msgid "" +"Some objects can get along with a few smaller pads instead of a single big " +"one. This parameter defines how far the center of two smaller pads should " +"be. If theyare closer, they will get merged into one pad." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4258 +msgid "Pad wall slope" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4260 +msgid "" +"The slope of the pad wall relative to the bed plane. 90 degrees means " +"straight walls." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4269 +msgid "Pad around object" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4271 +msgid "Create pad around object and ignore the support elevation" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4276 +msgid "Pad around object everywhere" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4278 +msgid "Force pad around object everywhere" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4283 +msgid "Pad object gap" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4285 +msgid "" +"The gap between the object bottom and the generated pad in zero elevation " +"mode." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4294 +msgid "Pad object connector stride" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4296 +msgid "" +"Distance between two connector sticks which connect the object and the " +"generated pad." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4303 +msgid "Pad object connector width" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4305 +msgid "" +"Width of the connector sticks which connect the object and the generated pad." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4312 +msgid "Pad object connector penetration" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4315 +msgid "How much should the tiny connectors penetrate into the model body." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4322 +msgid "Enable hollowing" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4324 +msgid "Hollow out a model to have an empty interior" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4329 +msgid "Wall thickness" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4331 +msgid "Minimum wall thickness of a hollowed model." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4339 +msgid "Accuracy" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4341 +msgid "" +"Performance vs accuracy of calculation. Lower values may produce unwanted " +"artifacts." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4351 +msgid "" +"Hollowing is done in two steps: first, an imaginary interior is calculated " +"deeper (offset plus the closing distance) in the object and then it's " +"inflated back to the specified offset. A greater closing distance makes the " +"interior more rounded. At zero, the interior will resemble the exterior the " +"most." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4830 +msgid "Export OBJ" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4831 +msgid "Export the model(s) as OBJ." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4843 +msgid "Export SLA" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4844 +msgid "Slice the model and export SLA printing layers as PNG." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4849 +msgid "Export 3MF" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4850 +msgid "Export the model(s) as 3MF." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4854 +msgid "Export AMF" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4855 +msgid "Export the model(s) as AMF." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4859 +msgid "Export STL" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4860 +msgid "Export the model(s) as STL." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4865 +msgid "Slice the model and export toolpaths as G-code." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4870 +msgid "Slice" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4871 +msgid "" +"Slice the model as FFF or SLA based on the printer_technology configuration " +"value." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4876 +msgid "Help" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4877 +msgid "Show this help." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4882 +msgid "Help (FFF options)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4883 +msgid "Show the full list of print/G-code configuration options." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4887 +msgid "Help (SLA options)" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4888 +msgid "Show the full list of SLA print configuration options." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4892 +msgid "Output Model Info" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4893 +msgid "Write information about the model to the console." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4897 +msgid "Save config file" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4898 +msgid "Save configuration to the specified file." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4908 +msgid "Align XY" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4909 +msgid "Align the model to the given point." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4914 +msgid "Cut model at the given Z." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4938 +msgid "Center" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4939 +msgid "Center the print around the given center." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4943 +msgid "Don't arrange" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4944 +msgid "" +"Do not rearrange the given models before merging and keep their original XY " +"coordinates." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4947 +msgid "Duplicate" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4948 +msgid "Multiply copies by this factor." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4952 +msgid "Duplicate by grid" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4953 +msgid "Multiply copies by creating a grid." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4956 +msgid "Merge" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4957 +msgid "" +"Arrange the supplied models in a plate and merge them in a single model in " +"order to perform actions once." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4962 +msgid "" +"Try to repair any non-manifold meshes (this option is implicitly added " +"whenever we need to slice the model to perform the requested action)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4966 +msgid "Rotation angle around the Z axis in degrees." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4970 +msgid "Rotate around X" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4971 +msgid "Rotation angle around the X axis in degrees." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4975 +msgid "Rotate around Y" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4976 +msgid "Rotation angle around the Y axis in degrees." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4981 +msgid "Scaling factor or percentage." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4986 +msgid "" +"Detect unconnected parts in the given model(s) and split them into separate " +"objects." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4989 +msgid "Scale to Fit" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4990 +msgid "Scale to fit the given volume." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:4999 +msgid "Ignore non-existent config files" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5000 +msgid "Do not fail if a file supplied to --load does not exist." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5003 +msgid "Load config file" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5004 +msgid "" +"Load configuration from the specified file. It can be used more than once to " +"load options from multiple files." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5007 +msgid "Output File" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5008 +msgid "" +"The file where the output will be written (if not specified, it will be " +"based on the input file)." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5018 +msgid "Data directory" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5019 +msgid "" +"Load and store settings at the given directory. This is useful for " +"maintaining different profiles or including configurations from a network " +"storage." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5022 +msgid "Logging level" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5023 +msgid "" +"Sets logging sensitivity. 0:fatal, 1:error, 2:warning, 3:info, 4:debug, 5:" +"trace\n" +"For example. loglevel=2 logs fatal, error and warning level messages." +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5029 +msgid "Render with a software renderer" +msgstr "" + +#: src/libslic3r/PrintConfig.cpp:5030 +msgid "" +"Render with a software renderer. The bundled MESA software renderer is " +"loaded instead of the default OpenGL driver." +msgstr "" + +#: src/libslic3r/PrintObject.cpp:111 +msgid "Processing triangulated mesh" +msgstr "" + +#: src/libslic3r/PrintObject.cpp:273 +msgid "Generating perimeters" +msgstr "" + +#: src/libslic3r/PrintObject.cpp:391 +msgid "Preparing infill" +msgstr "" + +#: src/libslic3r/PrintObject.cpp:556 +msgid "Generating support material" +msgstr "" + +#: src/libslic3r/GCode/PreviewData.cpp:385 +msgid "Height (mm)" +msgstr "" + +#: src/libslic3r/GCode/PreviewData.cpp:387 +msgid "Width (mm)" +msgstr "" + +#: src/libslic3r/GCode/PreviewData.cpp:389 +msgid "Speed (mm/s)" +msgstr "" + +#: src/libslic3r/GCode/PreviewData.cpp:391 +msgid "Fan Speed (%)" +msgstr "" + +#: src/libslic3r/GCode/PreviewData.cpp:393 +msgid "Layer Time" +msgstr "" + +#: src/libslic3r/GCode/PreviewData.cpp:395 +msgid "Layer Time (log)" +msgstr "" + +#: src/libslic3r/GCode/PreviewData.cpp:397 +msgid "Volumetric flow rate (mm³/s)" +msgstr "" diff --git a/resources/localization/fr/SuperSlicer.mo b/resources/localization/fr/SuperSlicer.mo index 60ec7683b..80c76402a 100644 Binary files a/resources/localization/fr/SuperSlicer.mo and b/resources/localization/fr/SuperSlicer.mo differ diff --git a/resources/localization/settings.ini b/resources/localization/settings.ini index 4fc510190..6243ae8dc 100644 --- a/resources/localization/settings.ini +++ b/resources/localization/settings.ini @@ -1,8 +1,9 @@ -data = C:/local/Slic3rcpp/resources/localization/fr/SuperSlicer.po -data = C:/local/Slic3rcpp/resources/localization/PrusaSlicer.pot -data = C:/local/Slic3rcpp/resources/localization/TODO.po +#data = C:/local/Slic3r/resources/localization/lang/TODO.po +#data = C:/local/Slic3r/resources/localization/lang/SuperSlicer.po +data = C:/local/Slic3r/resources/localization/lang/Slic3r++.po +data = C:/local/Slic3r/resources/localization/lang/PrusaSlicer_fr.po -input = C:/local/Slic3rcpp/resources/localization/SuperSlicer_en_US.po -todo = C:/local/Slic3rcpp/resources/localization/TODO.po -output = C:/local/Slic3rcpp/resources/localization/SuperSlicer.po +input = C:/local/Slic3r/resources/localization/SuperSlicer.pot +todo = C:/local/Slic3r/resources/localization/lang/TODO.po +output = C:/local/Slic3r/resources/localization/lang/SuperSlicer.po diff --git a/src/libslic3r/PrintConfig.cpp b/src/libslic3r/PrintConfig.cpp index 88381342d..d98ebaaaa 100644 --- a/src/libslic3r/PrintConfig.cpp +++ b/src/libslic3r/PrintConfig.cpp @@ -534,7 +534,7 @@ void PrintConfigDef::init_fff_params() def->set_default_value(new ConfigOptionBool(true)); def = this->add("duplicate_distance", coFloat); - def->label = L("Distance between copies"); + def->label = L("Distance between objects"); def->category = OptionCategory::output; def->tooltip = L("Distance used for the auto-arrange feature of the plater."); def->sidetext = L("mm"); @@ -1996,7 +1996,7 @@ void PrintConfigDef::init_fff_params() def = this->add("max_speed_reduction", coPercents); def->label = L("Max speed reduction"); def->category = OptionCategory::speed; - def->tooltip = L("Amount of speed you can reduce per extrusion speed."); + def->tooltip = L("Set to 90% if you don't want the speed to be reduced by more than 90%."); def->sidetext = L("%"); def->min = 0; def->max = 100; @@ -2156,7 +2156,7 @@ void PrintConfigDef::init_fff_params() def->label = L("Enable Limits"); def->category = OptionCategory::limits; def->tooltip = L("Slic3r can add M201 M203 M202 M204 and M205 gcodes to pass the machine limits defined here to the firmware." - "Gcodes printed will depends of the firmware selected (please Report an issue if you found something wrong)." + " Gcodes printed will depends of the firmware selected (please Report an issue if you found something wrong)." "\nIf you want only a selection, you can write your gcode with these value, example: " "\nM204 P[machine_max_acceleration_extruding] T[machine_max_acceleration_retracting]"); def->mode = comAdvanced; @@ -2200,7 +2200,7 @@ void PrintConfigDef::init_fff_params() def->set_default_value(new ConfigOptionBool(true)); def = this->add("overhangs_width", coFloatOrPercent); - def->label = L("As bridge threshold"); + def->label = L("'As bridge' threshold"); def->full_label = L("Overhang bridge threshold"); def->category = OptionCategory::perimeter; def->tooltip = L("Minimum unsupported width for an extrusion to be considered an overhang. Can be in mm or in a % of the nozzle diameter."); @@ -2760,8 +2760,8 @@ void PrintConfigDef::init_fff_params() def->full_label = ("Solid infill speed"); def->category = OptionCategory::speed; def->tooltip = L("Speed for printing solid regions (top/bottom/internal horizontal shells). " - "This can be expressed as a percentage (for example: 80%) over the default infill speed " - "infill speed above. Set to zero for auto."); + "This can be expressed as a percentage (for example: 80%) over the default infill speed." + " Set to zero for auto."); def->sidetext = L("mm/s or %"); def->ratio_over = "infill_speed"; def->aliases = { "solid_infill_feed_rate" }; @@ -3183,7 +3183,7 @@ void PrintConfigDef::init_fff_params() def->label = L("merging with perimeters"); def->full_label = L("Thin wall merge"); def->category = OptionCategory::perimeter; - def->tooltip = L("Allow the external periemter to merge the thin wals int he path. !!! IF you disable this setting, please explain me why (via help->report issue)" + def->tooltip = L("Allow the external perimeter to merge the thin walls in the path. !!! IF you disable this setting, please explain me why (via help->report issue)" " because I'm going to DELETE this setting next release, as i don't see why someone may want to disable it."); def->mode = comExpert; def->set_default_value(new ConfigOptionBool(true)); @@ -3540,7 +3540,7 @@ void PrintConfigDef::init_fff_params() def = this->add("z_step", coFloat); def->label = L("Z full step"); def->tooltip = L("Set this to the height moved when your Z motor (or equivalent) turns one step." - "If your motor needs 200 steps to move your head/plater by 1mm, this field have to be 1/200 = 0.005." + " If your motor needs 200 steps to move your head/plater by 1mm, this field have to be 1/200 = 0.005." "\nThe gcode can't write a value below 0.001 so any value below or equal that is equivalent to disabling the feature." "\n0 to disable."); def->cli = "z-step=f"; @@ -3694,7 +3694,7 @@ void PrintConfigDef::init_milling_params() def->tooltip = L("Put here the gcode to change the toolhead (called after the g-code T[next_extruder]). You have access to [next_extruder] and [previous_extruder]." " next_extruder is the 'extruder number' of the new milling tool, it's equal to the index (begining at 0) of the milling tool plus the number of extruders." " previous_extruder is the 'extruder number' of the previous tool, it may be a normal extruder, if it's below the number of extruders." - " The numbe rof extruder is available at [extruder]and the number of milling tool is available at [milling_cutter]."); + " The number of extruder is available at [extruder] and the number of milling tool is available at [milling_cutter]."); def->mode = comAdvanced; def->set_default_value(new ConfigOptionStrings("")); @@ -3704,14 +3704,14 @@ void PrintConfigDef::init_milling_params() def->tooltip = L("Put here the gcode to end the toolhead action, like stopping the spindle. You have access to [next_extruder] and [previous_extruder]." " previous_extruder is the 'extruder number' of the current milling tool, it's equal to the index (begining at 0) of the milling tool plus the number of extruders." " next_extruder is the 'extruder number' of the next tool, it may be a normal extruder, if it's below the number of extruders." - " The numbe rof extruder is available at [extruder]and the number of milling tool is available at [milling_cutter]."); + " The number of extruder is available at [extruder]and the number of milling tool is available at [milling_cutter]."); def->mode = comAdvanced; def->set_default_value(new ConfigOptionStrings("")); def = this->add("milling_post_process", coBool); def->label = L("Milling post-processing"); def->category = OptionCategory::milling; - def->tooltip = L("If activated, at the end of each layer, the printer will switch to a milling ead and mill the external perimeters." + def->tooltip = L("If activated, at the end of each layer, the printer will switch to a milling head and mill the external perimeters." "\nYou should set the 'Milling extra XY size' to a value high enough to have enough plastic to mill. Also, be sure that your piece is firmly glued to the bed."); def->mode = comSimple; def->set_default_value(new ConfigOptionBool(false)); @@ -3729,7 +3729,7 @@ void PrintConfigDef::init_milling_params() def = this->add("milling_after_z", coFloatOrPercent); def->label = L("Milling only after"); def->category = OptionCategory::milling; - def->tooltip = L("THis setting restrict the post-process milling to a certain height, to avoid milling the bed. It can be a mm of a % of the first layer height (so it can depends of the object)."); + def->tooltip = L("This setting restrict the post-process milling to a certain height, to avoid milling the bed. It can be a mm of a % of the first layer height (so it can depends of the object)."); def->sidetext = L("mm or %"); def->ratio_over = "first_layer_height"; def->mode = comAdvanced; diff --git a/src/slic3r/GUI/GLCanvas3D.cpp b/src/slic3r/GUI/GLCanvas3D.cpp index 33cf264a2..3009b0584 100644 --- a/src/slic3r/GUI/GLCanvas3D.cpp +++ b/src/slic3r/GUI/GLCanvas3D.cpp @@ -1437,7 +1437,7 @@ void GLCanvas3D::Tooltip::render(const Vec2d& mouse_position) const imgui.set_next_window_pos(mouse_position(0), mouse_position(1) + 16, ImGuiCond_Always, 0.0f, 0.0f); #endif // ENABLE_CANVAS_CONSTRAINED_TOOLTIP_USING_IMGUI - imgui.begin(_(L("canvas_tooltip")), ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoFocusOnAppearing); + imgui.begin(_("canvas_tooltip"), ImGuiWindowFlags_AlwaysAutoResize | ImGuiWindowFlags_NoMouseInputs | ImGuiWindowFlags_NoMove | ImGuiWindowFlags_NoDecoration | ImGuiWindowFlags_NoFocusOnAppearing); ImGui::BringWindowToDisplayFront(ImGui::GetCurrentWindow()); ImGui::TextUnformatted(m_text.c_str());