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:
KrisMorr 2024-03-25 15:25:37 +01:00 committed by GitHub
parent 2841476e86
commit 6c4ba5c794
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 264 additions and 162 deletions

View file

@ -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));