mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Update list.txt for gettext+OrcaSlicer.pot+update_Polish translations (#4663)
* Update_list.txt+OrcaSlicer.pot I have added missing files for gettext. These files fill in the missing translation strings for Connection / Physical Printer (Obico, SimplyPrint, Flashforge) src/slic3r/Utils/Obico.cpp src/slic3r/Utils/SimplyPrint.cpp src/slic3r/Utils/Flashforge.cpp src/slic3r/Utils/NetworkAgent.cpp src/slic3r/GUI/Jobs/OAuthJob.cpp src/slic3r/GUI/BackgroundSlicingProcess.cpp * Update Polish translations * Update OrcaSlicer_pl.po * Fixing a string_update PrintConfig.cpp Fixing a string in the PrintConfig.cpp file The string that hasn't been translated in printer settings "Disable generating of the M73: Set remaining print time in the final gcode" * fix_upd * update_OrcaSlicer_pl.po
This commit is contained in:
parent
2841476e86
commit
6c4ba5c794
4 changed files with 264 additions and 162 deletions
|
@ -3523,7 +3523,7 @@ def = this->add("filament_loading_speed", coFloats);
|
|||
|
||||
def = this->add("disable_m73", coBool);
|
||||
def->label = L("Disable set remaining print time");
|
||||
def->tooltip = "Disable generating of the M73: Set remaining print time in the final gcode";
|
||||
def->tooltip = L("Disable generating of the M73: Set remaining print time in the final gcode");
|
||||
def->mode = comAdvanced;
|
||||
def->set_default_value(new ConfigOptionBool(false));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue