Skip to content

Commit

Permalink
[Software Manager] update translation
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Aug 16, 2024
1 parent 9da0b57 commit 72769d5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
4 changes: 4 additions & 0 deletions lib/python/Plugins/SystemPlugins/SoftwareManager/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ def __init__(self, session, args=0):
self["hdfStatusPic"] = Pixmap()
self["Arrow1"] = Label(_("--- Feed Status"))
self["Arrow2"] = Pixmap()
self["InfoText"] = Label(_("Its recommended to create a Fullbackup before update"))
self["RedText"] = Label(_("Updates blocked"))
self["YellowText"] = Label(_("Update at your own risk!"))
self["GreenText"] = Label(_("Update recommended"))
self.oktext = _("\nPress OK on your remote control to continue.")
self.menutext = _("Press MENU on your remote control for additional options.")
self.infotext = _("Press INFO on your remote control for additional information.")
Expand Down
15 changes: 12 additions & 3 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: tuxbox-enigma 0.0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-03-24 13:42+0100\n"
"PO-Revision-Date: 2024-05-10 16:31+0200\n"
"PO-Revision-Date: 2024-08-16 19:04+0200\n"
"Last-Translator: Koivo <koivo@hdfreaks.cc>\n"
"Language-Team: openHDF\n"
"Language: de\n"
Expand Down Expand Up @@ -14865,8 +14865,17 @@ msgstr "Cache aktualisieren"
msgid "Update anyway?"
msgstr "Trotzdem Updaten?"

msgid "Update at your own risk"
msgstr "Update auf eigenes Risiko"
msgid "Its recommended to create a Fullbackup before update"
msgstr "Es wird empfohlen, vorher ein vollständiges Backup zu erstellen"

msgid "Updates blocked"
msgstr "Updates aktuell gesperrt"

msgid "Update at your own risk!"
msgstr "Update auf eigenes Risiko!"

msgid "Update recommended"
msgstr "Update empfohlen"

msgid "Update channel list only"
msgstr "Nur Senderliste aktualisieren"
Expand Down

0 comments on commit 72769d5

Please sign in to comment.