diff --git a/ks_includes/locales/KlipperScreen.pot b/ks_includes/locales/KlipperScreen.pot index a7743393..d7c740e6 100644 --- a/ks_includes/locales/KlipperScreen.pot +++ b/ks_includes/locales/KlipperScreen.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-12 13:34-0300\n" +"POT-Creation-Date: 2022-10-27 23:27-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -511,6 +511,9 @@ msgstr "" msgid "Printer Connections" msgstr "" +msgid "Printer Select" +msgstr "" + msgid "Printing" msgstr "" diff --git a/ks_includes/locales/es/LC_MESSAGES/KlipperScreen.mo b/ks_includes/locales/es/LC_MESSAGES/KlipperScreen.mo index 84e66fa9..94cd04a0 100644 Binary files a/ks_includes/locales/es/LC_MESSAGES/KlipperScreen.mo and b/ks_includes/locales/es/LC_MESSAGES/KlipperScreen.mo differ diff --git a/ks_includes/locales/es/LC_MESSAGES/KlipperScreen.po b/ks_includes/locales/es/LC_MESSAGES/KlipperScreen.po index 542d0f0a..ba171738 100644 --- a/ks_includes/locales/es/LC_MESSAGES/KlipperScreen.po +++ b/ks_includes/locales/es/LC_MESSAGES/KlipperScreen.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: KlipperScreen\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2022-10-12 13:34-0300\n" -"PO-Revision-Date: 2022-10-12 11:00-0300\n" +"POT-Creation-Date: 2022-10-27 23:27-0300\n" +"PO-Revision-Date: 2022-10-27 23:24-0300\n" "Last-Translator: alfrix\n" "Language-Team: \n" "Language: es\n" @@ -513,6 +513,9 @@ msgstr "Impresora" msgid "Printer Connections" msgstr "Conexiones a impresoras" +msgid "Printer Select" +msgstr "Seleccionar Impresora" + msgid "Printing" msgstr "Imprimiendo" diff --git a/screen.py b/screen.py index e1da130b..76ff6bad 100644 --- a/screen.py +++ b/screen.py @@ -933,7 +933,7 @@ class KlipperScreen(Gtk.Window): def printer_initializing(self, text=None, disconnect=False): self.close_popup_message() - self.show_panel('splash_screen', "splash_screen", _("Splash Screen"), 2) + self.show_panel('splash_screen', "splash_screen", _("Home"), 2) if disconnect is True and self.printer is not None: self.shutdown = True self.printer.state = "disconnected"