opkg_manager: Major overhaul of the package manager

- Contains more user interactions
- No disabled menu items, this allows getting package information
 for all items.
- Menu list is now divided into sections for updates, plugins and
 system packs, each sorted by installed or not installed.
- Install/reinstall and uninstall takes place via user dialogue
- Expert mode has been revised. Problematic packages may not be touched
 here either.
- Simplified progress display
- and some minor changes


Origin commit data
------------------
Branch: ni/coolstream
Commit: 579be157e5
Author: Thilo Graf <dbt@novatux.de>
Date: 2023-03-07 (Tue, 07 Mar 2023)

Origin message was:
------------------
opkg_manager: Major overhaul of the package manager

- Contains more user interactions
- No disabled menu items, this allows getting package information
 for all items.
- Menu list is now divided into sections for updates, plugins and
 system packs, each sorted by installed or not installed.
- Install/reinstall and uninstall takes place via user dialogue
- Expert mode has been revised. Problematic packages may not be touched
 here either.
- Simplified progress display
- and some minor changes


------------------
This commit was generated by Migit
This commit is contained in:
2023-03-07 23:20:44 +01:00
committed by vanhofen
parent 2a9ee36c61
commit 289fa152b2
6 changed files with 781 additions and 718 deletions

View File

@@ -2422,8 +2422,10 @@ nvodselector.subservice Perspektiven
opkg.button.expert_off Standard-Modus
opkg.button.expert_on Experten-Modus
opkg.button.info Paket-Informationen
opkg.button.install Paket installieren
opkg.button.uninstall Paket entfernen
opkg.button.install Installieren
opkg.button.reinstall Neu installieren
opkg.button.uninstall Deinstallieren
opkg.button.update.check Updateprüfung
opkg.enter.feed.address Bitte Adresse für Server-Feed oder lokalen Ordner eintragen!
opkg.enter.feed.address.example Beispiel: http://pkg.nevis.neutrino-hd.com
opkg.failure.install Installation fehlgeschlagen
@@ -2431,17 +2433,22 @@ opkg.failure.update Update fehlgeschlagen
opkg.failure.upgrade Upgrade fehlgeschlagen
opkg.feed.addresses Feed-Adressen
opkg.install.local.package Installiere lokales Paket
opkg.messagebox.please.wait Bitte warten...!
opkg.messagebox.reinstall %s erneut installieren?
opkg.messagebox.remove %s entfernen?
opkg.messagebox.size.error Nicht genügend freier Speicher für Paketinstallation verfügbar!
opkg.messagebox.updates.available Paket-Aktualisierung(en) verfügbar!
opkg.success.install Installation erfolgreich!\nNeustart von Neutrino kann erforderlich sein. Jetzt neu starten?
opkg.separator.packages.available verfügbare Pakete
opkg.separator.packages.installed installierte Pakete
opkg.separator.packages.available.plugins verfügbare Plugins
opkg.separator.packages.installed installiert
opkg.separator.packages.installed.plugins installierte Plugins
opkg.separator.upgrades.available Aktualisierungen
opkg.title Paketverwaltung
opkg.update.check Prüfe auf Updates ...
opkg.update.reading_lists Paketlisten werden eingelesen ...
opkg.upgrade Installierte Pakete aktualisieren
opkg.title.expert.mode Paketverwaltung - Experten-Modus
opkg.update.check Prüfe auf Aktualisierungen...
opkg.update.reading_lists Paketlisten werden eingelesen...
opkg.upgrade System aktualisieren
opkg.warning_3rdparty_packages Drittanbieter-Pakete könnten Ihr System beschädigen! Sind Sie sicher, dieses Paket zu installieren?
options.always immer
options.default Voreinstellungen benutzen

View File

@@ -2422,8 +2422,10 @@ nvodselector.subservice Select subservice
opkg.button.expert_off Standard mode
opkg.button.expert_on Expert mode
opkg.button.info Package information
opkg.button.install Install package
opkg.button.uninstall Uninstall package
opkg.button.install Install
opkg.button.reinstall Reinstall
opkg.button.uninstall Uninstall
opkg.button.update.check Update check
opkg.enter.feed.address Please enter address for server, local folder or share!
opkg.enter.feed.address.example Example: http://pkg.nevis.neutrino-hd.com
opkg.failure.install Install failed
@@ -2431,17 +2433,22 @@ opkg.failure.update Update failed
opkg.failure.upgrade Upgrade failed
opkg.feed.addresses Feed addresses
opkg.install.local.package Install local package
opkg.messagebox.please.wait Please wait...!
opkg.messagebox.reinstall Re-install %s?
opkg.messagebox.remove Remove %s?
opkg.messagebox.size.error Not enough free memory available for this package!
opkg.messagebox.updates.available Package update(s) available!
opkg.success.install Install successful!\n restart of Neutrino might be required. Restart now?
opkg.separator.packages.available available packages
opkg.separator.packages.installed installed packages
opkg.success.install Install successful!\n Restart of Neutrino might be required. Restart now?
opkg.separator.packages.available Available packages
opkg.separator.packages.available.plugins Available plugins
opkg.separator.packages.installed Installed
opkg.separator.packages.installed.plugins Installed plugins
opkg.separator.upgrades.available Updates
opkg.title Package Management
opkg.update.check Checking for updates ...
opkg.update.reading_lists Reading package lists ...
opkg.upgrade Upgrade installed packages
opkg.title.expert.mode Package Management - Expert mode
opkg.update.check Checking for updates...
opkg.update.reading_lists Reading package lists...
opkg.upgrade System update
opkg.warning_3rdparty_packages 3rd party packages could damage your system! Are you sure install this package?
options.always always
options.default Reset to defaults