-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix uninstall, rename commands from --command to command
- Loading branch information
Showing
20 changed files
with
756 additions
and
559 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
mainline (1.4.6) UNRELEASED; urgency=medium | ||
mainline (1.4.7) unstable; urgency=medium | ||
|
||
* fix uninstall command broken 1.4.6 | ||
* distinguish commands from options by renaming all comands from "--command" to "command" | ||
|
||
-- Brian K. White <[email protected]> Tue, 08 Aug 2023 16:12:43 -0400 | ||
|
||
mainline (1.4.6) unstable; urgency=medium | ||
|
||
* add --include-all - short for "--include-rc --include-flavors --include-invalid --previous-majors all" | ||
* add --exclude-all - short for "--exclude-rc --exclude-flavors --exclude-invalid --previous-majors none" | ||
* localize more strings, and localize some existing ones more correctly | ||
* handle a problem matching up installed packages with mainline .deb files | ||
when the mainline-ppa server re-builds and replaces existing .deb files | ||
after you've installed them, and so the version field in your installed | ||
packages no longer matches the mainline-ppa site. | ||
* fix bug failing to recognize installed mainline packages when the the mainline-ppa site replaces the packages you already have installed with newer ones with different datestamp in the version number | ||
* busy indicator mouse cursor | ||
|
||
-- Brian K. White <[email protected]> Sun, 06 Aug 2023 22:02:10 -0400 | ||
|
@@ -19,7 +23,7 @@ mainline (1.4.5) unstable; urgency=medium | |
--include-flavors / --exclude-flavors - override the Hide Flavors config file setting | ||
--include-invalid / --exclude-invalid - override the Hide Invalid config file setting | ||
--previous-majors # - override the Previous Majors config file setting | ||
--lock / --unlock <list> - lock or unlock the given list of kernerls, same as the lock checkbox in the gui | ||
--lock / --unlock <list> - lock or unlock the given list of kernels, same as the lock checkbox in the gui | ||
--no|--dry-run - Assume No for all prompts | ||
* support xfce4-terminal for external terminal | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: mainline\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-08-07 10:15-0400\n" | ||
"POT-Creation-Date: 2023-08-08 15:45-0400\n" | ||
"PO-Revision-Date: 2023-02-20 18:40+0100\n" | ||
"Last-Translator: Marvin Meysel <[email protected]>\n" | ||
"Language-Team: German\n" | ||
|
@@ -247,41 +247,41 @@ msgstr "N" | |
msgid "n" | ||
msgstr "n" | ||
|
||
#: src/Common/Main.vala:221 | ||
#: src/Common/Main.vala:222 | ||
msgid "Missing threads support in GLib." | ||
msgstr "" | ||
|
||
#: src/Common/Main.vala:317 | ||
#: src/Common/Main.vala:318 | ||
msgid "Wrote config file" | ||
msgstr "Konfigurationsdatei geschrieben" | ||
|
||
#: src/Common/Main.vala:336 | ||
#: src/Common/Main.vala:337 | ||
msgid "No config file" | ||
msgstr "Keine Konfigurationsdatei" | ||
|
||
#: src/Common/Main.vala:419 | ||
#: src/Common/Main.vala:421 | ||
msgid "Loaded config file" | ||
msgstr "Geladene Konfigurationsdatei" | ||
|
||
#: src/Common/Main.vala:440 | ||
#: src/Common/Main.vala:443 | ||
msgid "Called from" | ||
msgstr "Angerufen von" | ||
|
||
#: src/Common/Main.vala:440 | ||
#: src/Common/Main.vala:443 | ||
msgid "at logon" | ||
msgstr "beim start" | ||
|
||
#: src/Common/Main.vala:441 | ||
#: src/Common/Main.vala:444 | ||
msgid "" | ||
"This file is over-written and executed again whenever settings are saved in" | ||
msgstr "" | ||
"Diese Datei wird überschrieben und erneut ausgeführt, wenn Einstellungen in" | ||
|
||
#: src/Common/Main.vala:481 | ||
#: src/Common/Main.vala:484 | ||
msgid "Notifications are disabled" | ||
msgstr "Benachrichtigungen sind deaktiviert" | ||
|
||
#: src/Common/Main.vala:534 | ||
#: src/Common/Main.vala:537 | ||
msgid "Can not reach site" | ||
msgstr "Fehler beim lesen der Datei" | ||
|
||
|
@@ -418,120 +418,131 @@ msgid "Short for \"%s\"" | |
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:63 | ||
msgid "Assume Yes for all prompts" | ||
msgid "Write the include/exclude & previous-majors options to the config file" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:64 | ||
msgid "Assume Yes for all prompts" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:65 | ||
#, c-format | ||
msgid "Assume No for all prompts - takes precedence over \"%s\"" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:65 src/Gtk/AppGtk.vala:61 | ||
#: src/Console/AppConsole.vala:66 src/Gtk/AppGtk.vala:61 | ||
msgid "Set verbosity level to #, or increment by 1" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:66 | ||
#: src/Console/AppConsole.vala:67 | ||
msgid "Pause and require keypress before exiting" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:69 | ||
#: src/Console/AppConsole.vala:70 | ||
#, c-format | ||
msgid "One or more version strings taken from the output of \"%s\"" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:70 | ||
#: src/Console/AppConsole.vala:71 | ||
msgid "" | ||
"comma, pipe, colon, or space separated. (space requires quotes or " | ||
"backslashes)" | ||
msgstr "" | ||
"Komma, senkrechter Strich, Doppelpunkt oder Leerzeichen getrennt. " | ||
"(Leerzeichen erfordert Anführungszeichen oder umgekehrte Schrägstriche)" | ||
|
||
#: src/Console/AppConsole.vala:71 | ||
#: src/Console/AppConsole.vala:72 | ||
msgid "Locked kernels and the currently running kernel are ignored" | ||
msgstr "Gesperrte Kernel und der aktuell laufende Kernel werden ignoriert" | ||
|
||
#: src/Console/AppConsole.vala:81 | ||
#: src/Console/AppConsole.vala:82 | ||
msgid "done" | ||
msgstr "fertig" | ||
|
||
#: src/Console/AppConsole.vala:82 | ||
#: src/Console/AppConsole.vala:83 | ||
msgid "(press Enter to close)" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:223 | ||
#: src/Console/AppConsole.vala:235 | ||
#, c-format | ||
msgid "Unknown option \"%s\"" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:229 | ||
#: src/Console/AppConsole.vala:242 src/Console/AppConsole.vala:246 | ||
#: src/Console/AppConsole.vala:250 src/Console/AppConsole.vala:254 | ||
#: src/Console/AppConsole.vala:259 | ||
#, c-format | ||
msgid "Notice: \"%s\" has been renamed to \"%s\"" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:263 | ||
msgid "DRY-RUN MODE" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:230 | ||
#: src/Console/AppConsole.vala:264 | ||
msgid "NO-CONFIRM MODE" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:237 | ||
#: src/Console/AppConsole.vala:271 | ||
#, c-format | ||
msgid "Deleted %s" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:238 | ||
#: src/Console/AppConsole.vala:272 | ||
#, c-format | ||
msgid "Error deleting %s" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:260 | ||
#: src/Console/AppConsole.vala:295 | ||
msgid "Installed Kernels" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:302 | ||
#: src/Console/AppConsole.vala:337 | ||
msgid "Unknown command" | ||
msgstr "Ungültiger Befehl" | ||
|
||
#: src/Console/AppConsole.vala:322 | ||
#: src/Console/AppConsole.vala:357 | ||
msgid "Latest update" | ||
msgstr "Neustes Update" | ||
|
||
#: src/Console/AppConsole.vala:323 | ||
#: src/Console/AppConsole.vala:358 | ||
msgid "Latest point update" | ||
msgstr "Letzte Punktaktualisierung" | ||
|
||
#: src/Console/AppConsole.vala:324 src/Console/AppConsole.vala:342 | ||
#: src/Console/AppConsole.vala:359 src/Console/AppConsole.vala:377 | ||
msgid "No updates found" | ||
msgstr "Keine Updates gefunden" | ||
|
||
#: src/Console/AppConsole.vala:331 | ||
#: src/Console/AppConsole.vala:366 | ||
msgid "Notifications disabled" | ||
msgstr "Benachrichtigungen sind deaktiviert" | ||
|
||
#: src/Console/AppConsole.vala:336 | ||
#: src/Console/AppConsole.vala:371 | ||
msgid "No" | ||
msgstr "Nein" | ||
|
||
#: src/Console/AppConsole.vala:351 | ||
#: src/Console/AppConsole.vala:386 | ||
msgid "notify minor releases disabled" | ||
msgstr "" | ||
|
||
#: src/Console/AppConsole.vala:359 | ||
#: src/Console/AppConsole.vala:394 | ||
msgid "notify major releases disabled" | ||
msgstr "Hauptversionen benachrichtigen Deaktiviert" | ||
|
||
#: src/Console/AppConsole.vala:363 | ||
#: src/Console/AppConsole.vala:398 | ||
#, c-format | ||
msgid "Kernel %s Available" | ||
msgstr "Kernel %s verfügbar" | ||
|
||
#: src/Console/AppConsole.vala:369 src/Gtk/SettingsWindow.vala:74 | ||
#: src/Console/AppConsole.vala:404 src/Gtk/SettingsWindow.vala:74 | ||
msgid "Show" | ||
msgstr "Zeigen" | ||
|
||
#: src/Console/AppConsole.vala:370 src/Gtk/MainWindow.vala:326 | ||
#: src/Console/AppConsole.vala:405 src/Gtk/MainWindow.vala:326 | ||
msgid "Install" | ||
msgstr "Installieren" | ||
|
||
#: src/Console/AppConsole.vala:375 | ||
#: src/Console/AppConsole.vala:410 | ||
msgid "Previously notified" | ||
msgstr "Zuvor gemeldet" | ||
|
||
|
Oops, something went wrong.