diff --git a/.deb_build_number.mak b/.deb_build_number.mak index 60ba62d6..1fd6a46c 100644 --- a/.deb_build_number.mak +++ b/.deb_build_number.mak @@ -1,3 +1,3 @@ # This file is generated by Makefile "make deb_build_number" -DEB_PKG_VERSION := 1.3.6 +DEB_PKG_VERSION := 1.3.7 DEB_BUILD_NUMBER := 0000 diff --git a/BRANDING.mak b/BRANDING.mak index f1f7d784..cc90b4a7 100644 --- a/BRANDING.mak +++ b/BRANDING.mak @@ -3,7 +3,7 @@ VERSION_MAJOR = 1 VERSION_MINOR = 3 -VERSION_MICRO = 6 +VERSION_MICRO = 7 BRANDING_SHORTNAME = mainline BRANDING_LONGNAME = Ubuntu Mainline Kernel Installer BRANDING_AUTHORNAME = Brian K. White diff --git a/debian/changelog b/debian/changelog index 34ae1f09..ff87ca95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,12 @@ -mainline (1.3.6) UNRELEASED; urgency=medium +mainline (1.3.7) unstable; urgency=medium + + * ditch the progress window, show progress in the status line + * surface/focus terminal when install/uninstall script ends (repair what it used to do long ago) + * save & restore the terminal window position (only the size was working) + + -- Brian K. White Sat, 03 Jun 2023 06:27:35 -0400 + +mainline (1.3.6) unstable; urgency=medium * debug output for system() commands diff --git a/po/de.po b/po/de.po index aa462841..284d43e9 100644 --- a/po/de.po +++ b/po/de.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2023-02-20 18:40+0100\n" "Last-Translator: Marvin Meysel \n" "Language-Team: German\n" @@ -13,329 +13,329 @@ msgstr "" "X-Launchpad-Export-Date: 2017-04-13 11:48+0000\n" "X-Generator: Poedit 3.1.1\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Distribution" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Architektur" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Laufender kernel" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "laden gecached" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "download der warteschlange" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Abrufen einzelner Kernel-Indizes" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "laden von heruntergeladenen Dateien" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Aktualisieren von" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "OK" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "MISSLUNGEN" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Installiert gefunden" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "Läuft" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Installiert" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "Ungültig" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Verfügbare Pakete" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Installierte Pakete" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "Datei nicht gefunden " -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Verfügbare Kernel" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Kernel" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "Datei nicht gefunden " -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Befehl nicht angegeben" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "ermöglichte" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Laden" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Deinstallation des angegebenen Kernels" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "angefordert" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "ist bereits installiert." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Befehl nicht angegeben" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Deinstallation des angegebenen Kernels" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "Den aktuell laufenden Kernel wird nicht deinstalliert" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "gründen" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "Deinstallieren Sie alle bis auf die höchste installierte Version" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "Konnte keinen laufenden Kernel in der Liste finden" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Es konnten keine Kernel zum Deinstallieren gefunden werden" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "Die folgenden Kernel werden deinstalliert" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Weiter ?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Neustes Update" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Letzte Punktaktualisierung" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Keine Updates gefunden" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Kernel-Version %s installieren? (j/n):" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Angerufen von" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "beim start" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 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:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Benachrichtigungen sind deaktiviert" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Datei nicht gefunden: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Syntax" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Befehle" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Nach Kernel-Updates suchen" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "" "Prüfung auf Kernel-Updates und Benachrichtigung des aktuellen Benutzers" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Alle verfügbaren Mainline-Kernel auflisten" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Installierte Kernel auflisten" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Installieren Sie den neuesten Mainline-Kernel" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Neueste Punktaktualisierung für die aktuelle Serie installieren" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Deinstallation des angegebenen Kernels" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Deinstallation des angegebenen Kernels" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Deinstallieren Sie alle bis auf die höchste installierte Version" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Herunterladen bestimmter Kernel" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Löschen zwischengespeicherter Informationen über verfügbare Kernel" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Optionen" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Unstable- und RC-Versionen einschließen" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Ausschluss von Unstable- und RC-Veröffentlichungen" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Alle Aufforderungen mit Ja beantworten (nicht interaktiver Modus)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "Eine Versionszeichenfolge aus der Ausgabe von --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "Der aktuell laufende Kernel wird immer ignoriert" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Unbekannte Option" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Benachrichtigungen sind deaktiviert" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Kernel %s verfügbar" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Zeigen" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Installieren" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Zuvor gemeldet" @@ -347,7 +347,7 @@ msgstr "Credits" msgid "Back" msgstr "Zurück" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Schließen" @@ -375,160 +375,164 @@ msgstr "Dokumentierer" msgid "Third Party Inclusions" msgstr "Einschlüsse von Drittparteien" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "optionen" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Zeige Debug Informationen" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Alle Optionen anzeigen" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Status" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Notizen" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Deinstallieren" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Alte deinstallieren" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Nachladen" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Einstellungen" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "Über" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Ausgang" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "Kernel-Upgrade-Dienstprogramm für Ubuntu-basierte Distributionen" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Gegabelte" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Original" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Aktualisieren von Kernels" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "Verfügbar" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Benachrichtigung" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Benachrichtigen, wenn eine größere Version verfügbar ist" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Benachrichtigen, wenn eine Punktfreigabe verfügbar ist" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Sekundenintervall für das Debuggen aktiviert" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Prüfen Sie jede" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "Stunden" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "Tage" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "Wochen" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "Sekunden" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Filter" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Unstable- und RC-Versionen ausblenden" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "vorherige Hauptversionen ( -1 = alle )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Netz" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Zeitüberschreitung der Internetverbindung in" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "Sekunden" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Maximale Anzahl gleichzeitiger Downloads" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Überprüfen von Prüfsummen mit den PRÜFSUMMEN-Dateien" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Stellvertreter" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Abbrechen" diff --git a/po/el.po b/po/el.po index 7dba6990..20732940 100644 --- a/po/el.po +++ b/po/el.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2023-01-10 02:03-0600\n" "Last-Translator: Vasilis Kosmidis \n" "Language-Team: Greek\n" @@ -13,330 +13,330 @@ msgstr "" "X-Launchpad-Export-Date: 2017-04-13 11:48+0000\n" "X-Generator: Poedit 2.0.5\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Διανομή" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Αρχιτεκτονική" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Εκτέλεση πυρήνα" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "φόρτωση προσωρινά αποθηκευμένου" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "Προσθήκη λήψης στην ουρά" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Λήψη μεμονωμένων ευρετηρίων πυρήνα" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "Φόρτωση λήψης" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Ενημέρωση από" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "ΟΚ" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "ΑΠΈΤΥΧΕ" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Βρέθηκε εγκατεστημένο" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "Ενεργός" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Εγκατεστημένος" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "Άκυρος" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Διαθέσιμα πακέτα" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Εγκατεστημένα πακέτα" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "Το αρχείο δε βρέθηκε" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Διαθέσιμοι πυρήνες" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Πυρήνας" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "Το αρχείο δε βρέθηκε" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Η εντολή δεν προσδιορίστηκε" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "ενεργοποιημένη" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Κατέβασμα" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Απεγκατάσταση επιλεγμένων πυρήνων" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "ζητήθηκε" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "είναι ήδη εγκατεστημένο." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Η εντολή δεν προσδιορίστηκε" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Απεγκατάσταση επιλεγμένων πυρήνων" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "δεν θα απεγκαταστήσει τον πυρήνα που εκτελείται αυτήν τη στιγμή" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "ιδρύω" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "Απεγκαταστήστε όλες εκτός από την υψηλότερη εγκατεστημένη έκδοση" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "Δεν ήταν δυνατή η εύρεση του πυρήνα που εκτελείται αυτήν τη στιγμή" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Δεν βρέθηκε κανένας πυρήνας για απεγκατάσταση" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "Θα καταργηθεί η εγκατάσταση των ακόλουθων πυρήνων" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Συνέχεια;" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Τελευταία αναβάθμιση" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Τελευταία ενημέρωση συντήρησης" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Δεν βρέθηκαν ενημερώσεις" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Εγκατάσταση του πυρήνα έκδοσης %s ; (ν/ό):" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Κλήθηκε από" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "κατά την εκκίνηση" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" "Αυτό το αρχείο αντικαθίσταται και εκτελείται ξανά κάθε φορά που " "αποθηκεύονται οι ρυθμίσεις στο" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Οι ειδοποιήσεις είναι απενεργοποιημένες" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Το αρχείο δεν βρέθηκε: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Σύνταξη" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Εντολές" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Έλεγχος για ενημερώσεις πυρήνα" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "Έλεγχος για ενημερώσεις πυρήνα και ειδοποίηση τρέχοντα χρήστη" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Εμφάνιση όλων των διαθέσιμων πυρήνων mainline" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Εμφάνιση εγκατεστημένων πυρήνων" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Εγκατάσταση του πιο πρόσφατου πυρήνα mainline" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Εγκαταστήστε την τελευταία ενημέρωση συντήρησης για την τρέχουσα σειρά" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Απεγκατάσταση του καθορισμένου πυρήνα" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Απεγκατάσταση του καθορισμένου πυρήνα" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Απεγκαταστήστε όλες εκτός από την υψηλότερη εγκατεστημένη έκδοση" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Λήψη των καθορισμένων πυρήνων" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "" "Διαγραφή προσωρινά αποθηκευμένων πληροφοριών σχετικά με διαθέσιμους πυρήνες" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Επιλογές" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Συμπεριλάβετε ασταθείς και RC εκδόσεις" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Εξαίρεση ασταθών και RC εκδόσεων" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Υποθέστε Ναι για όλα τα μηνύματα (μη διαδραστική λειτουργία)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "Μια συμβολοσειρά έκδοσης που λαμβάνεται από την έξοδο του --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "Αυτός ο πυρήνας είναι ήδη εγκατεστημένος." -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Άγνωστη επιλογή" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Οι ειδοποιήσεις είναι απενεργοποιημένες στις ρυθμίσεις" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Πυρήνας %s διαθέσιμος" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Προβολή" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Εγκατάσταση" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Έχει ήδη κοινοποιηθεί" @@ -348,7 +348,7 @@ msgstr "Μνεία" msgid "Back" msgstr "Πίσω" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Κλείσιμο" @@ -376,160 +376,164 @@ msgstr "Τεκμηριωτές" msgid "Third Party Inclusions" msgstr "Συμπεριλήψεις τρίτων" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "επιλογές" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Εκτύπωση πληροφοριών εντοπισμού σφαλμάτων" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Εμφάνιση όλων των επιλογών" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Κατάσταση" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Σημειώσεις" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Απεγκατάσταση" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Απεγκατάσταση παλαιών" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Δροσίζω" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Ρυθμίσεις" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "Σχετικά" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Έξοδος" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "Πρόγραμμα αναβάθμισης πυρήνα για διανομές που βασίζονται στο Ubuntu" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Forked" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Πρωτότυπο" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Ενημέρωση πυρήνων" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "διαθέσιμος" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Ειδοποίηση" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Ειδοποίηση αν είναι διαθέσιμη κύρια έκδοση" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Ειδοποίηση αν είναι διαθέσιμη έκδοση συντήρησης" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "διάστημα δευτερολέπτων είναι ενεργοποιημένο για εντοπισμό σφαλμάτων" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Έλεγχος κάθε" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "Ώρες" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "Ημέρες" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "Εβδομάδες" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "Δευτερόλεπτα" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Φίλτρα" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Απόκρυψη ασταθών και RC εκδόσεων" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "προηγούμενες κύριες εκδόσεις ( -1 = όλες )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Δίκτυο" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Λήξη χρονικού ορίου σύνδεσης στο διαδίκτυο " -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "δευτερόλεπτα" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Μέγιστες ταυτόχρονες λήψεις" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Επαλήθευση αθροισμάτων ελέγχου με τα αρχεία CHECKSUMS" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Διακομιστής" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Άκυρο" diff --git a/po/es.po b/po/es.po index 6eb8c0f0..bcade4d3 100644 --- a/po/es.po +++ b/po/es.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2018-01-03 02:03-0600\n" "Last-Translator: Adolfo Jayme Barrientos \n" "Language-Team: Spanish\n" @@ -13,329 +13,329 @@ msgstr "" "X-Launchpad-Export-Date: 2017-04-13 11:48+0000\n" "X-Generator: Poedit 2.0.5\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Distribución" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Arquitectura del sistema" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Kernel en ejecución" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "carga en caché" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "descarga de colas" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Obtención de índices de kernel individuales" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "cargando descargado" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Actualización desde" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "Aceptar" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "FRACASADO" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Encontrado instalado" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "En ejecución" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Instalado" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "No válido" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Paquetes disponibles" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Paquetes instalados" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "No se encontró el archivo" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Núcleos disponibles" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Núcleo" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "No se encontró el archivo" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Coomand no especificado" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "habilitado" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Descargar" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Desinstalación de kernels seleccionados" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "solicitado" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "ya está instalado." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Coomand no especificado" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Desinstalación de kernels seleccionados" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "No desinstalará el kernel que se está ejecutando actualmente" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "fundar" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "Desinstale todas las versiones instaladas excepto la más alta" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "No se pudo encontrar el kernel en ejecución en la lista" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "No se pudo encontrar ningún kernel para desinstalar" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "Se desinstalarán los siguientes kernels" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "¿Continuar?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Última actualización" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Última actualización puntual" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "No se encontró ninguna actualización" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Instalar la versión del kernel %s? (s/n): " -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Llamado desde" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "al inicio" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" "Este archivo se sobrescribe y se ejecuta de nuevo cada vez que se guarda la " "configuración en" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Las notificaciones están deshabilitadas" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Archivo no encontrado: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Sintaxis" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Comandos" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Buscar actualizaciones del núcleo" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "Compruebe las actualizaciones del kernel y notifique al usuario actual" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Mostrar todos los núcleos troncales disponibles" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Mostrar kernels disponibles" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Instalar kernel troncal especificado" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Instalar la actualización de punto más reciente para la serie actual" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Desinstalar el kernel especificado" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Desinstalar el kernel especificado" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Desinstale todas las versiones instaladas excepto la más alta" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Descargar kernels especificados" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Eliminar información almacenada en caché sobre los kernels disponibles" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Opciones" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Incluye versiones inestables y RC" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Excluir versiones inestables y RC" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Asumir Sí para todas las solicitudes (modo no interactivo)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "Una cadena de versión tomada de la salida de --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "El kernel que se está ejecutando actualmente siempre será ignorado" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Opción desconocida" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Notificaciones deshabilitadas en la configuración" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Kernel %s Disponible" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Mostrar" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Instalar" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Notificado previamente" @@ -347,7 +347,7 @@ msgstr "Créditos" msgid "Back" msgstr "Atrás" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Cerrar" @@ -375,161 +375,165 @@ msgstr "Documentadores" msgid "Third Party Inclusions" msgstr "Herramientas de Terceros" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "opciones" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Mostrar información de depuración" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Mostrar todas las opciones" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Estado" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Notas" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Desinstalar" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Desinstalar Antiguo" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Recargar" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Configuración" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "Acerca de" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Salida" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "" "Herramienta de renovación de núcleo para distribuciones basadas en Ubuntu" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Bifurcada" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Original" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Actualización de kernels" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "disponibles" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Notificación" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Notificar si hay una versión importante disponible" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Notificar si hay una versión puntual disponible" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Intervalo de segundos habilitado para la depuración" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Comprobar cada" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "Horas" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "Días" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "Semanas" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "Sobras" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Filtros" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Ocultar versiones inestables y RC" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "Versiones principales anteriores ( -1 = todas )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Red" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Tiempo de espera de conexión a Internet en" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "sobras" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Descargas máximas de la competencia" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Verificar sumas de comprobación con los archivos CHECKSUMS" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Proxy" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Cancelar" diff --git a/po/fr.po b/po/fr.po index 956b4cb1..df4f8402 100644 --- a/po/fr.po +++ b/po/fr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2018-08-05 15:50+0200\n" "Last-Translator: Yolateng0 \n" "Language-Team: French\n" @@ -13,329 +13,329 @@ msgstr "" "X-Launchpad-Export-Date: 2017-04-13 11:48+0000\n" "X-Generator: Poedit 2.0.6\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Distribution" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Architecture" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Noyau en cours d'exécution" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "chargement mis en cache" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "enqueuing télécharger" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Récupération d'index de noyau individuels" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "chargement téléchargé" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Mise à jour à partir de" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "OK" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "RATÉ" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Trouvé installé" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "Actuel" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Installé" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "No válido" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Paquets Disponibles" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Paquets Installés" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "Fichier non trouvé" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Noyaux Disponibles" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Noyau" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "Fichier non trouvé" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Pas de commande fournie" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "activé" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Téléchargement" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Désinstallation des noyaux sélectionnés" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "Demandé" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "est déjà installé." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Pas de commande fournie" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Désinstallation des noyaux sélectionnés" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "Ne pas désinstaller le noyau en cours d'exécution" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "fonder" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "Désinstallez toutes le version installées, sauf la plus élevée" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "Impossible de trouver le noyau en cours d'exécution dans la liste" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Impossible de trouver des noyaux à désinstaller" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "Les noyaux suivants seront désinstallés" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Reprendre ?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Dernière mise à jour" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Dernière mise à jour mineure" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Aucune mise à jour disponible" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Installer le noyau en version %s ? (y/n): " -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Appelé à partir de" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "au démarrage" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" "Ce fichier est écrasé et exécuté à nouveau chaque fois que les paramètres " "sont enregistrés dans" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Les notifications sont désactivées" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Fichier introuvable : %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Syntaxe" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Commandes" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Vérifier les mises à jour de noyau" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "Vérifier les mises à jour de noyau et notifier l'utilisateur" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Lister tous les noyaux mainline disponibles" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Lister les noyaux installés" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Installer le dernier noyau mainline" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Installer la dernière version mineure pour la série courante" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Désinstaller le noyau spécifié" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Désinstaller le noyau spécifié" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Désinstallez toutes le version installées, sauf la plus élevée" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Télécharger les noyaux spécifiés" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Supprimer les informations mises en cache sur les noyaux disponibles" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Options" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Inclure les versions instables et RC" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Exclure les versions instables et RC" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Supposons Oui pour toutes les invites (mode non interactif)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "Une version prise du resultat de --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "Le noyau en cours d'exécution sera toujours ignoré" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Option inconnue" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Notifications désactivées dans les paramètres" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Paquet %s disponibles" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Montrer" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Installer" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Précédemment notifié" @@ -347,7 +347,7 @@ msgstr "Crédits" msgid "Back" msgstr "Retour" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Fermer" @@ -375,162 +375,166 @@ msgstr "Documentalistes" msgid "Third Party Inclusions" msgstr "Dépendances Tierces" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "options" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Afficher les informations de débogage" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Afficher toutes les options" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Statut" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Notes" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Désinstaller" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Désinstaller Ancien" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Recharger" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Paramètres" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "À propos" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Sortie" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "" "Utilitaire de mise à niveau des noyaux pour les distributions basées sur " "Ubuntu" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Forkée" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Originale" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Mise à jour des noyaux" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "disponible" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Notification" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Notifier si une version stable majeure est disponible" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Notifier si une version stable mineure est disponible" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Intervalle de secondes activé pour le débogage" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Vérifier toutes les" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "Heures" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "Jours" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "Semaines" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "Secondes" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Filtres" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Cacher les versions instables et RC" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "versions majeures précédentes ( -1 = toutes )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Réseau" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Délai d'expiration de la connexion Internet dans" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "secondes" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Nombre maximum de téléchargements parallèles" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Vérifier les sommes de contrôle avec les fichiers CHECKSUMS" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Proxy" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Annuler" diff --git a/po/hr.po b/po/hr.po index 026bb290..0c1714fa 100644 --- a/po/hr.po +++ b/po/hr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2022-09-22 12:13+0200\n" "Last-Translator: gogo \n" "Language-Team: Croatian\n" @@ -13,328 +13,328 @@ msgstr "" "X-Launchpad-Export-Date: 2017-12-23 23:36+0000\n" "X-Generator: Poedit 3.0.1\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Distribucija" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Arhitektura" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Trčanje kernel" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "učitavanje predmemoriranog" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "preuzimanje u redu čekanja" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Dohvaćanje pojedinačnih indeksa kernel" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "učitavanje preuzeto" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Ažuriranje iz" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "OK" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "NIJE USPIO" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Pronađeno instalirano" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "Pokrenuto" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Instalirano" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "Érvénytelen" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Dostupni Paketi" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Instalirani paketi" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "Datoteka nije pronađena" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Dostupni kerneli" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Kernel" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "Datoteka nije pronađena" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Naredba nije navedena" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "omogućen" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Učitavanje" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Deinstaliraj određene kernele" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "Zatražio" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "je već instaliran." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Naredba nije navedena" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Deinstaliraj određene kernele" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "ne deinstaliranje trenutno pokrenute kernel" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "pronađen" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "Deinstaliraj sve osim najnovije instalirane verzije" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "Nije moguće pronaći pokrenutu kernel na popisu" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Nema pronađenih kernela za deinstaliranje" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "Deinstalirat će se sljedeće kerneli" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Nastavi?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Najnovija nadopuna" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Najnovija ciljana nadopuna" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Nema pronađenih nadopuna" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Instaliraj kernel inačice %s ? (d/n): " -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Pozvano od" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "indításkor" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" "Ova se datoteka prepisuje i ponovno izvršava kad god se postavke spremaju u" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Obavijesti su onemogućene" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Datoteka nije pronađena: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Sintaksa" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Naredbe" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Provjeri nadopune kernela" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "Provjeri nadopune kernela i obavijesti trenutnog korisnika" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Prikaži sve mainline kernele" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Prikaži instalirane kernele" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Instaliraj najnoviji mainline kernel" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Instaliraj najnoviju ciljanu nadopunu za trenutnu seriju" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Deinstaliraj određene kernele" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Deinstaliraj određene kernele" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Deinstaliraj sve osim najnovije instalirane verzije" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Preuzmi određene kernele" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Brisanje predmemoriranih podataka o dostupnim jezgrama" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Mogućnosti" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Uključivati nestabilne i RC kernele" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Isključivati nestabilne i RC izdanja" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Pretpostavi Da za sve upite (neinteraktivan način rada)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "Izraz inačice uzet iz zapisa --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "Trenutno pokrenuta jezgra uvijek će se zanemariti" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Nepoznata mogućnost" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Obavijesti onemogućene u postavkama" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Kernel %s je dostupan" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Prikaži" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Instaliraj" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Prethodno prijavljeno" @@ -346,7 +346,7 @@ msgstr "Zasluge" msgid "Back" msgstr "Natrag" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Zatvori" @@ -374,160 +374,164 @@ msgstr "Autori dokumentacije" msgid "Third Party Inclusions" msgstr "Uključene treće strane" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "mogućnosti" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Ispiši informacije otklanjanja grešaka" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Prikaži sve mogućnosti" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Stanje" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Bilješke" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Deinstaliraj" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Deinstaliraj staro" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Ponovno učitati" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Postavke" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "O programu" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Izlaz" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "Alat za nadogradnju kernela Ubuntu temeljenih distribucija" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Forkano" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Izvornik" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Ažuriranje jezgri" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "dostupno" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Obavijesti" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Obavijesti kada je glavno izdanje dostupno" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Obavijesti kada je pojedino izdanje dostupno" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Interval sekundi omogućen za ispravljanje pogrešaka" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Provjeri svaka" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "Sati" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "Dani" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "Tjedna" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "Sekunde" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Filteri" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Sakrij nestabilna i RC izdanja" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "prethodne glavne verzije ( -1 = sve )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Mreža" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Prekoračenje vremena internetske veze u" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "sekunde" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Najviše istodobnih preuzimanja" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Provjera kontrolnih zbrojeva pomoću CHECKSUMS datoteka" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Proxy" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Odustani" diff --git a/po/it.po b/po/it.po index d5e37c3e..89a4a7c2 100644 --- a/po/it.po +++ b/po/it.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2020-08-22 15:35+0100\n" "Last-Translator: Demetrio Mendozzi\n" "Language-Team: Italian\n" @@ -11,331 +11,331 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Distribuzione" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Architettura" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Kernel in esecuzione" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "Caricamento file della cache" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "download in coda" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Recupero dei singoli indici del kernel" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "caricamento dei file scaricati" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Aggiornamento da" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "OK" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "FALLITO" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Trovato installato" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "In esecuzione" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Installato" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "Non valido" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Pacchetti disponibili" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Pacchetti installati" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "File non trovato" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Kernel disponibili" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Kernel" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "File non trovato" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Comando non specificato" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "abilitato" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Scaricamento" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Disinstalla i kernel specificati" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "richiesto" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "è già installato." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Comando non specificato" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Disinstalla i kernel specificati" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "non disinstallare il kernel attualmente in esecuzione" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "trovato" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "Disinstallare tutti tranne la versione più recente installata" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "Impossibile trovare il kernel in esecuzione nell'elenco" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Impossibile trovare alcun kernel da rimuovere" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "I seguenti kernel saranno rimossi" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Continuare ?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Ultimo aggiornamento" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Ultimo aggiornamento del rilascio parziale" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Nessun aggiornamento trovato" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Installare la versione del kernel %s ? (y/n): " -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Chiamato da" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "all'avvio" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" "Questo file viene sovrascritto ed eseguito nuovamente ogni volta che vengono " "salvate le impostazioni" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Le notifiche sono disabilitate" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "File non trovato: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Sintassi" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Comandi" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Verifica aggiornamenti del kernel" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "" "Verifica la disponibilità di aggiornamenti del kerneled avvisa l'utente " "corrente" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Elenca tutti i kernel mainline disponibili" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Elenca i kernel installati" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Installa l'ultimo kernel mainline" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "installa l'ultimo rilascio parziale per le serie attuali" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Disinstalla i kernel specificati" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Disinstalla i kernel specificati" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Disinstallare tutti tranne la versione più recente installata" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Scarica i kernel specificati" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Elimina le informazioni sui kernel disponibili dalla cache " -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Opzioni" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Includi versioni instabili e rilasci RC" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Escludi versioni instabili e rilasci RC" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Imposta Sì per tutte le richieste (modalità non interattiva)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "Una stringa di versione presa dall'output di --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "Il kernel attualmente in esecuzione sarà sempre ignorato" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Opzione sconosciuta" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Le notifiche sono disabilitate" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Kernel %s Disponibile" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Mostra" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Installa" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Notificato in precedenza" @@ -347,7 +347,7 @@ msgstr "Crediti" msgid "Back" msgstr "Indietro" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Chiudi" @@ -375,160 +375,164 @@ msgstr "Documentatori" msgid "Third Party Inclusions" msgstr "Inclusioni di terze parti" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "opzioni" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Stampa le informazioni di debug" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Mostra tutte le opzioni" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Stato" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Note" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Disinstalla" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Disinstalla i vecchi" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Ricarica" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Impostazioni" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "Informazioni" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Chiudi" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "Utilità di aggiornamento del kernel per distribuzioni basate su Ubuntu" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Forked" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Originale" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Aggiornamento dei kernel" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "disponibile" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Notifica" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Avvisa se è disponibile una versione principale" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Avvisa se è disponibile un rilascio parziale" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Intervallo in secondi abilitato per il debug" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Controlla ogni" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "Ore" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "Giorni" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "Settimane" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "Secondi" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Filtri" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Nascondi versioni instabili e rilasci RC" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "versioni principali precedenti ( -1 = tutte )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Rete" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Timeout connessione Internet in" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "secondi" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Numero massimo di download simultanei" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Verifica dei checksum con i file CHECKSUMS" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Proxy" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Cancella" diff --git a/po/ko.po b/po/ko.po index fdcef45f..bda8dd79 100644 --- a/po/ko.po +++ b/po/ko.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2022-09-28 11:48+0900\n" "Last-Translator: Kevin Kim \n" "Language-Team: Korean\n" @@ -13,327 +13,327 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.0.1\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "배포판" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "아키텍처" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "현재 실행 중인 커널" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "캐시된 로드 중" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "대기열 다운로드" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "개별 커널 인덱스 페치" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "다운로드 로드 중" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "다음에서 업데이트" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "확인" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "실패" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "설치된 것을 찾았습니다" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "구동 중" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "설치 됨" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "사용할 수 없음" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "설치 가능한 패키지" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "설치된 패키지" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "파일을 찾을 수 없습니다" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "설치 가능한 커널" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "커널" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "파일을 찾을 수 없습니다" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "지정한 명령어가 없습니다" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "사용" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "다운로드" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "선택한 커널 제거" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "요청" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "가 이미 설치되어 있습니다" -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "지정한 명령어가 없습니다" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "선택한 커널 제거" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "현재 실행 중인 커널을 제거하지 않음" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "설립하다" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "설치된 가장 높은 버전을 제외한 모든 버전을 제거합니다" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "현재 실행 중인 커널을 찾을 수 없습니다" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "삭제할 커널을 찾을 수 없습니다" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "풀이" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "계속하시겠습니까?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "최신 업데이트" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "최신 포인트 업데이트" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "업데이트를 찾을 수 없습니다" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "커널 %s 버전을 설치하시겠습니까? (y/n): " -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "에서 호출" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "로그온 시" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "이 파일은 덮어쓰고 설정이 저장될 때마다 다시 실행됩니다." -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "알림이 비활성화 되었습니다" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "파일을 찾을 수 없음: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "문법" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "명령어" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "커널 업데이트 확인" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "커널 업데이트를 확인하고 현재 사용자에게 알림" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "사용 가능한 모든 메인라인 커널 보기" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "설치된 커널 보기" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "최신 메인라인 커널 설치" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "현재 사용중인 배포판을 위한 최신 포인트 업데이트 설치" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "지정한 커널 삭제" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "지정한 커널 삭제" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "설치된 가장 높은 버전을 제외한 모든 버전을 제거합니다" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "지정한 커널 다운로드" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "사용 가능한 커널에 대한 캐시된 정보 삭제" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "옵션" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "unstable 및 RC 릴리스 포함" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "unstable 및 RC 릴리스 제외" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "모든 물음에 자동으로 \"예\"라고 가정 (비 대화형 모드)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "--list 의 출력에서 가져온 버전 문자열" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "현재 실행중인 커널은 항상 무시됩니다" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "알 수 없는 옵션" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "설정에서 비활성화된 알림" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "커널 %s 사용 가능" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "보이기" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "설치" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "이전에 통보됨" @@ -345,7 +345,7 @@ msgstr "제작자" msgid "Back" msgstr "뒤로" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "닫기" @@ -373,160 +373,164 @@ msgstr "문서작성" msgid "Third Party Inclusions" msgstr "서드파티 포함" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "옵션" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "디버그 정보 출력" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "모든 옵션 보기" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "상태" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "노트" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "삭제" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "오래된 커널 제거" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "새로고침" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "설정" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "정보" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "출구" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "우분투 기반 배포판의 커널 업그레이드 도구" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "가랑이진" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "원문 언어" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "커널 업데이트" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "사용가능" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "알림" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "메이저 릴리즈가 있으면 알림" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "포인트 릴리즈가 있으면 알림" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "디버깅에 사용할 수 있는 초 간격" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "확인 주기" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "시간" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "일" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "주" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "초" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "필터" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "목록에서 unstable, RC 버전 포함" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "이전 주 버전 ( -1 = 모두 )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "네트워크" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "인터넷 연결 시간 초과" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "초" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "동시 다운로드 최대 수" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "CHECKSUMS 파일로 체크섬 확인" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "대리" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "취소" diff --git a/po/messages.pot b/po/messages.pot index 88b8c287..eb14edc8 100644 --- a/po/messages.pot +++ b/po/messages.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: mainline 1.3.6\n" +"Project-Id-Version: mainline 1.3.7\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:13-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,314 +17,314 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 msgid "not found" msgstr "" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 msgid "Download: no downloadable kernels specified" msgstr "" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 msgid "Installing selected kernels" msgstr "" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 msgid "Requested" msgstr "" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "" -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 msgid "Install: no installable kernels secified" msgstr "" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 msgid "Not uninstalling the currently running kernel" msgstr "" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 msgid "is the highest installed version." msgstr "" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 msgid "List available mainline kernels" msgstr "" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 msgid "Install latest point update in the current major version" msgstr "" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 msgid "Install specified kernels" msgstr "" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 msgid "Uninstall specified kernels" msgstr "" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 msgid "One or more version strings taken from the output of --list" msgstr "" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 msgid "Locked kernels and the currently running kernel are ignored" msgstr "" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "" @@ -336,7 +336,7 @@ msgstr "" msgid "Back" msgstr "" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "" @@ -364,160 +364,164 @@ msgstr "" msgid "Third Party Inclusions" msgstr "" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "" diff --git a/po/nl.po b/po/nl.po index c9c951ce..6907a502 100644 --- a/po/nl.po +++ b/po/nl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2020-08-23 13:55+0200\n" "Last-Translator: Heimen Stoffels \n" "Language-Team: Dutch (Netherlands)\n" @@ -13,329 +13,329 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.2.2\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Distributie" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Architectuur" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Kernel uitvoeren" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "laden in cache" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "wachtrijen downloaden" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Afzonderlijke kernelindexen ophalen" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "laden gedownload" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Bijwerken van" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "Oké" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "MISLUKT" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Geïnstalleerd gevonden" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "In gebruik" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Geïnstalleerd" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "Ongeldig" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Beschikbare pakketten" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Geïnstalleerde pakketten" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "Het bestand is niet gevonden" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Beschikbare kernels" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Kernel" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "Het bestand is niet gevonden" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Geen opdracht opgegeven" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "ingeschakeld" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Downloaden" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Geselecteerde kernels verwijderen" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "verzocht" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "is al geïnstalleerd." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Geen opdracht opgegeven" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Geselecteerde kernels verwijderen" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "de momenteel actieve kernel niet verwijderen" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "gevonden" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "Verwijder alle behalve de hoogst geïnstalleerde versie" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "De in gebruik zijnde kernel staat niet op de lijst" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Er zijn geen te verwijderen kernels" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "De volgende kernels worden verwijderd" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Wilt u doorgaan?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Recentste update" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Recentste puntupdate" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Geen updates gevonden" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Wilt u versie %s installeren? (j/n): " -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Aangeroepen door" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "bij het opstarten" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" "Dit bestand wordt overschreven en opnieuw uitgevoerd wanneer instellingen " "worden opgeslagen in" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Meldingen zijn uitgeschakeld" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Bestand niet gevonden: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Syntaxis" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Opdrachten" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Controleren op kernelupdates" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "Controleren op kernelupdates en gebruiker op de hoogte brengen" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Alle beschikbare mainline-kernels tonen" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Alle geïnstalleerde kernels tonen" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Recentste mainline-kernel installeren" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Recentste puntupdate uit huidige editie installeren" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Opgegeven kernel verwijderen" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Opgegeven kernel verwijderen" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Verwijder alle behalve de hoogst geïnstalleerde versie" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Opgegeven kernels downloaden" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Informatie over beschikbare kernels in de cache verwijderen" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Opties" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Inclusief onstabiele en RC-releases" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Onstabiele en RC-releases uitsluiten" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Ja op alles (in de niet-interactieve modus)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "Een versietekenreeks uit de uitvoer van --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "De momenteel actieve kernel wordt altijd genegeerd" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Onbekende optie" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Meldingen uitgeschakeld in instellingen" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Kernel %s is beschikbaar" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Tonen" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Installeren" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Eerder gemeld" @@ -347,7 +347,7 @@ msgstr "Met dank aan" msgid "Back" msgstr "Terug" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Sluiten" @@ -375,160 +375,164 @@ msgstr "Documenteerders" msgid "Third Party Inclusions" msgstr "Externe code" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "opties" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Foutopsporingsinformatie tonen" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Alle opties tonen" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Status" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Notities" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Deïnstalleren" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Verwijder Oude" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Herladen" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Instellingen" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "Over" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Afsluiten" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "Een kernelupgradehulpmiddel voor op Ubuntu gebaseerde distributies" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Geforkt" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Origineel" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Kernels bijwerken" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "beschikbaar" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Melding" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Melding tonen als er een grote update beschikbaar is" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Melding tonen als er een puntupdate beschikbaar is" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Secondeninterval ingeschakeld voor foutopsporing" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Controleren, elke" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "uur" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "dagen" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "weken" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "seconden" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Filters" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Instabiele en rc-uitgaven verbergen" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "vorige hoofdversies ( -1 = alle )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Netwerk" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Verbindingstime-out na" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "seconden" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Max. aantal gelijktijdige downloads" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Controleer controlesommen met de CHECKSUMS-bestanden" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Proxy" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Annuleren" diff --git a/po/pl.po b/po/pl.po index aab63307..50adbd9a 100644 --- a/po/pl.po +++ b/po/pl.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2023-05-25 13:37+0200\n" "Last-Translator: Matthaiks\n" "Language-Team: Polish\n" @@ -12,329 +12,329 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 3.3.1\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Dystrybucja" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Architektura" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Uruchomione jądro" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "ładowanie z pamięci podręcznej" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "pobieranie w kolejce" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Pobieranie indywidualnych indeksów jądra" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "ładowanie pobranych" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Aktualizowanie z" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "OK" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "NIEPOWODZENIE" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Znaleziono zainstalowane" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "zablokowane" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "jest zablokowane." -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "Uruchomione" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Zainstalowane" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "Nieprawidłowe" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Dostępne pakiety" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Pakiety zainstalowane" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "Nie odnaleziono pliku" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Dostępne jądra" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Jądro" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "Nie odnaleziono pliku" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Nie określono polecenia" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "włączone" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Pobieranie" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Odinstalowanie wybranych jąder" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "zażądane" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "jest już zainstalowane." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Nie określono polecenia" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Odinstalowanie wybranych jąder" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "bez odinstalowywania aktualnie uruchomionego jądra" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 #, fuzzy msgid "is locked" msgstr "jest zablokowane." -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "znalezione" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 msgid "is the highest installed version." msgstr "to najwyższa zainstalowana wersja." -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "Nie można znaleźć uruchomionego jądra na liście" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Nie można znaleźć żadnych jąder do odinstalowania" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "Następujące jądra zostaną odinstalowane" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Kontynuować?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Najnowsza aktualizacja" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Najnowsza aktualizacja punktowa" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Nie znaleziono aktualizacji" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Zainstalować wersję jądra %s? (t/n): " -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Wywołano z" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "przy logowaniu" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" "Ten plik jest nadpisywany i wykonywany ponownie za każdym razem, gdy " "ustawienia są zapisywane w" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Powiadomienia są wyłączone" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Nie znaleziono pliku: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Składnia" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Polecenia" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Sprawdź nowe wersje jądra" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "Sprawdź nowe wersje jądra i powiadom bieżącego użytkownika" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Pokaż wszystkie dostępne jądra" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Wyświetl listę zainstalowanych jąder" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Zainstaluj najnowsze jądro" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Zainstaluj najnowszą aktualizację punktową dla bieżącej serii" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Odinstaluj wybrane jądro" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Odinstaluj wybrane jądro" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Odinstaluj wszystkie oprócz najwyższej zainstalowanej wersji" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Pobierz wybrane jądra" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Usuń informacje z pamięci podręcznej o dostępnych jądrach" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Opcje" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Uwzględnij wydania niestabilne i RC" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Wyklucz wersje niestabilne i RC" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Przyjmij Tak dla wszystkich monitów (tryb nieinteraktywny)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "Ciąg wersji pobrany z danych wyjściowych --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "Aktualnie uruchomione jądro będzie zawsze ignorowane" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Nieznana opcja" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Powiadomienia wyłączone w ustawieniach" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Dostępne %s jądra" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Pokaż" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Zainstaluj" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Wcześniej powiadomiono" @@ -346,7 +346,7 @@ msgstr "Zasługi" msgid "Back" msgstr "Wstecz" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Zamknij" @@ -374,160 +374,164 @@ msgstr "Dokumentujący" msgid "Third Party Inclusions" msgstr "Włączenia stron trzecich" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "opcje" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Wypisz informacje debugujące" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Pokaż wszystkie opcje" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Status" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Notatki" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Odinstaluj" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "Dziennik zmian, status kompilacji itd." -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Odinstaluj stare" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Wczytaj ponownie" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Ustawienia" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "O programie" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Wyjdź" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "Narzędzie uaktualniania jądra dla dystrybucji z rodziny Ubuntu" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Sforkowane" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Oryginalne" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Aktualizowanie jąder" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "dostępne" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Powiadomienia" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Powiadom, jeśli pojawi się główna wersja" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Powiadom, jeśli pojawi się wersja punktowa" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Interwał w sekundach włączony do debugowania" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Sprawdzaj co" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "godziny" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "dni" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "tygodnie" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "sekundy" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Filtry" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Ukryj wydania niestabilne i RC" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "poprzednie główne wersje ( -1 = wszystkie )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Sieć" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Limit czasu połączenia internetowego po" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "sekundy" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Maksymalna liczba jednoczesnych pobrań" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Weryfikowanie sum kontrolnych za pomocą plików CHECKSUMS" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Serwer pośredniczący" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Anuluj" diff --git a/po/ru.po b/po/ru.po index b5d9521d..0043e388 100644 --- a/po/ru.po +++ b/po/ru.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2023-04-17 20:16+0300\n" "Last-Translator: Danik2343 \n" "Language-Team: Russian\n" @@ -13,328 +13,328 @@ msgstr "" "X-Launchpad-Export-Date: 2016-12-13 11:48+0000\n" "X-Generator: Poedit 3.0.1\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Дистрибутив" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Архитектура" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Запущенное ядро" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "загрузка в кэше" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "загрузка очередей" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Получение отдельных индексов ядра" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "загрузка загруженных" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Обновление из" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "OK" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "НЕУДАВШИЙСЯ" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Найдено установлененное" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "Используется" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Установлено" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "Негодный" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Доступные пакеты" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Установленные пакеты" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "Файл не найден" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Доступные ядра" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Ядро" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "Файл не найден" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Команда не указана" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "включено" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Загрузки" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Удаление выбранных ядер" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "запрошено" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "уже установлен." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Команда не указана" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Удаление выбранных ядер" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "не удаляет текущее работающее ядро" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "найдено" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "Удаление всех установленных версий, кроме самой высокой" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "Could not find running kernel in list" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Не удалось найти ядра для деинсталляции" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "Следующие ядра будут удалены" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Продолжить ?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Последнее обновление" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Последнее обновление пунктов" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Обновлений не найдено" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Установить версию ядра %s ? (y/n): " -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Вызван из" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "при запуске" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" "Этот файл перезаписывается и выполняется снова при сохранении настроек в" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Уведомления отключены" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Файл не найден: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Синтаксис" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Комманды" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Проверить обновления ядра" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "Проверить обновления ядра и уведомить текущего пользователя" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Список всех доступных основных ядер" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Список установленных ядер" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Установите последнюю версию основного ядра" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Установить последнее обновление точек для текущей серии" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Установить указанное ядро" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Установить указанное ядро" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Удаление всех установленных версий, кроме самой высокой" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Скачать указанные ядра" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Удаление кэшированной информации о доступных ядрах" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Параметры" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Включать нестабильные и релиз-кандидат релизы" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Исключить нестабильные и релиз-кандидат релизы" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Предполагать \"Да\" для всех запросов (неинтерактивный режим)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "Строка версии, взятая из вывода --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "Текущее работающее ядро всегда будет игнорироваться" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Неизвестный параметр" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Уведомления отключены в настройках" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Доступно ядро %s" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Показать" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Установить" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Предварительно уведомлено" @@ -346,7 +346,7 @@ msgstr "Создатели" msgid "Back" msgstr "Назад" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Закрыть" @@ -374,160 +374,164 @@ msgstr "Составители документации" msgid "Third Party Inclusions" msgstr "Включая сторонние инструменты" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "параметры" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Распечатать отладочную информацию" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Показать все параметры" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Состояние" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Примечания" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Удалить" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "Список изменений, статус сборки и т.д" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Удалить старые" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Перезагрузить" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Настройки" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "О программе" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Выход" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "Программа обновления ядра для дистрибутивов на базе Ubuntu" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Форк" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Оригинал" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Обновление ядер" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "доступно" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Уведомления" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Уведомлять, если доступно крупное обновление" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Уведомлять, если доступно небольшое обновление" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Интервал секунд включен для отладки" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Проверять каждые" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "Часов" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "Дней" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "Недель" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "Секунд" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Фильтры" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Скрыть нестабильные и релиз-кандидат версии" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "предыдущие основные версии ( -1 = все )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Сеть" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Таймаут подключения к Интернету в" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "секунд" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Максимальное количество одновременных загрузок" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Проверка контрольных сумм с помощью файлов CHECKSUMS" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Доверенность" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Отмена" diff --git a/po/sv.po b/po/sv.po index 3b94cf71..5aaae3e2 100644 --- a/po/sv.po +++ b/po/sv.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2018-01-13 16:56+0100\n" "Last-Translator: Åke Engelbrektson \n" "Language-Team:Swedish\n" @@ -13,327 +13,327 @@ msgstr "" "X-Generator: Poedit 1.8.7.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Distribution" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Arkitektur" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Löpande kernel" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "laddar cachelagrat" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "köbildning nedladdning" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Hämta enskilda kernelindex" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "laddar nedladdad" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Uppdatering från" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "OK" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "MISSLYCKADES" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Hittade installerat" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "Körs" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Installerad" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "Ogiltig" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Tillgängliga paket" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Installerade paket" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "Filen kan inte hittas" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Tillgängliga kärnor" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Kärna" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "Filen kan inte hittas" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Kommandot har inte angetts" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "aktiverat" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Ladda ner" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Avinstallera valda kärnor" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "begärd" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "är redan installerat." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Kommandot har inte angetts" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Avinstallera valda kärnor" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "Avinstallera inte den kärna som körs, för närvarande" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "grunda" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "Avinstallera alla utom den högsta installerade versionen" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "Det gick inte att hitta kernel som körs i listan" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Det gick inte att hitta några kärnor att avinstallera" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "Följande kärnor kommer att avinstalleras" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Fortsätta?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Senaste uppdatering" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Senaste punktuppdatering" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Inga uppdateringar hittades" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Installera kärnversion %s ? (j/n):" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Ringde från" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "vid start" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "Den här filen skrivs över och körs igen när inställningar sparas i" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Meddelanden är inaktiverade" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Filen hittades inte: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Syntax" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Kommandon" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Sök efter kärnuppdateringar" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "Sök efter kärnuppdateringar och meddela aktuell användare" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Lista alla tillgängliga kärnor" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Lista installerade kärnor" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Installera senaste mainline-kärnan" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Installera senaste punktuppdateringen för aktuella serier" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Avinstallera angiven kärna" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Avinstallera angiven kärna" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Avinstallera alla utom den högsta installerade versionen" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Ladda ner angivna kärnor" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Ta bort cachelagrad information om tillgängliga kärnor" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Alternativ" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Inkludera instabila utgåvor och RC-utgåvor" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Exkludera instabila utgåvor och RC-utgåvor" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Antag Ja för alla prompter (icke-interaktivt läge)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "En versionssträng som hämtas från utdata från --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "Den kärna som för närvarande körs ignoreras alltid" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Okänt alternativ" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Meddelanden inaktiverade i inställningarna" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Kernel %s tillgängliga" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Visa" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Installera" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Tidigare anmält" @@ -345,7 +345,7 @@ msgstr "Tack" msgid "Back" msgstr "Tillbaka" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Stäng" @@ -373,160 +373,164 @@ msgstr "Dokumentalister" msgid "Third Party Inclusions" msgstr "Tredjepartsverktyg" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "alternativ" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Skriv ut felsökningsinformation" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Visa alla alternativ" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Status" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Anteckningar" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Avinstallera" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Avinstallera Gamla" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Reload" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Inställningar" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "Om" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Utgång" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "Kärnuppgraderingsverktyg för Ubuntu-baserade distributioner" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Kluven" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Original" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Uppdatera kärnor" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "tillgänglig" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Avisering" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Meddela om en större version är tillgänglig" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Meddela om en punktrelease är tillgänglig" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Sekundintervall aktiverat för felsökning" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Kontrollera varje" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "timmar" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "dagar" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "veckor" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "sekunder" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Filter" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Dölj instabila- och RC-publiceringar" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "tidigare huvudversioner ( -1 = alla )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Nätverk" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Internetuppkopplingen är inte aktiv" -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "sekunder" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Max antal nedladdningar av konkurrenter" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Verifiera kontrollsummor med CHECKSUMS-filerna" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Proxyserver" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Avbryt" diff --git a/po/tr.po b/po/tr.po index 8f614e0a..a93e7830 100644 --- a/po/tr.po +++ b/po/tr.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2022-08-06 16:48+0300\n" "Last-Translator: Sabri Ünal \n" "Language-Team: Turkish\n" @@ -13,329 +13,329 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: Poedit 3.1.1\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Dağıtım" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Sistem mimarisi" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Çalışan çekirdek" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "önbelleğe alınmış yükleme" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "kuyruğa alma indirme" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Tek tek çekirdek dizinlerini alma" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "indirilen yükleniyor" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Şuradan güncelleniyor" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "Tamam" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "BAŞARISIZ" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Yüklü bulundu" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "" -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "Çalışıyor" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Kurulu" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "Geçersiz" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Mevcut Paketler" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Kurulu Paketler" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "Dosya bulunamadı" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Mevcut Çekirdekler" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Çekirdek" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "Dosya bulunamadı" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Komut belirtilmedi" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "etkin" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Indiriyor" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Seçili çekirdekleri kaldırma" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "istenen" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "zaten yüklü." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Komut belirtilmedi" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Seçili çekirdekleri kaldırma" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "çalışmakta olan çekirdeğin kaldırılmaması" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 msgid "is locked" msgstr "" -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "kurmak" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "En yüksek yüklü sürüm dışındaki tüm sürümleri kaldırın" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "Listede çalışan çekirdek bulunamadı" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Kaldırılacak çekirdek bulunamadı" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "Aşağıdaki çekirdekler kaldırılacaktır" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Devam edilsin mi?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Son güncelleme" # Point burada point release anlamında kullanılıyor. Örneğin 5.10.x sayısının en sonundaki x rakamı point release/nokta sürüm oluyor. -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Son nokta güncellemesi" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Güncelleme bulunamadı" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Linux Çekirdek Sürümü %s Kurulsun mu? (e/h): " -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Çağrı konumu" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "başlangıçta" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" "Bu dosyanın üzerine yazılır ve ayarlar her kaydedildiğinde yeniden yürütülür" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Bildirimler devre dışı bırakılmış" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Dosya bulunamadı: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Sözdizimi" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Komutlar" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Çekirdek güncellemelerini kontrol et" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "Çekirdek güncellemelerini kontrol et ve mevcut kullanıcıyı uyar" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Tüm mainline çekirdeklerini listele" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Kurulu çekirdekleri listele" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "En son mainline çekirdeğini kur" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Mevcut çekirdek serisi için en son nokta güncellemesini kur" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Belirtilen çekirdeğini kaldır" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Belirtilen çekirdeğini kaldır" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "En yüksek yüklü sürüm dışındaki tüm sürümleri kaldırın" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Belirtilen çekirdekleri indir" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Kullanılabilir çekirdekler hakkında önbelleğe alınmış bilgileri silme" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Seçenekler" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Kararsız ve RC sürümleri dahil et" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Kararsız ve RC sürümlerini hariç tutma" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Tüm istemler için Evet'i kabul edin (etkileşimsiz kip)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "--list çıktısından alınan sürüm dizgesi" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "Şu anda çalışan çekirdek her zaman yoksayılır" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Bilinmeyen seçenek" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Ayarlarda devre dışı bırakılan bildirimler" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Çekirdek %s Kullanılabilir" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Göster" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Kur" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Daha önce bildirilmiş" @@ -347,7 +347,7 @@ msgstr "Hazırlayanlar" msgid "Back" msgstr "Geri" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Kapat" @@ -375,160 +375,164 @@ msgstr "Belgelendirenler" msgid "Third Party Inclusions" msgstr "Üçüncü Taraf Eklemeler" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "seçenekler" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Hata ayıklama bilgisini yazdır" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Tüm seçenekleri göster" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Durum" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Notlar" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Kaldır" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Eskileri Kaldır" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Arjantin" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Ayarlar" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "Hakkında" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Çıkış" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "Ubuntu tabanlı dağıtımlar için çekirdek güncelleme aracı" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Çatallandı" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Özgün" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Çekirdekleri güncelleme" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "mevcut" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Bildirim" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Ana sürüm mevcutsa bildir" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Nokta sürüm mevcutsa bildir" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Hata ayıklama için etkinleştirilen saniye aralığı" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Kontrol aralığı" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "saat" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "gün" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "hafta" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "saniye" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Filtre" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Kararsız ve RC sürümleri gizle" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "önceki ana sürümler ( -1 = tümü )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Ağ" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "İnternet bağlantısı zaman aşımı " -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "saniye" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Azami eşzamanlı indirme" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Sağlama toplamlarını CHECKSUMS dosyalarıyla doğrulama" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Proxy" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "İptal Et" diff --git a/po/uk.po b/po/uk.po index 540454dd..ae8a8315 100644 --- a/po/uk.po +++ b/po/uk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: mainline\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-06-01 03:06-0400\n" +"POT-Creation-Date: 2023-06-03 06:21-0400\n" "PO-Revision-Date: 2019-07-25 11:00+0300\n" "Last-Translator: Serhii Golovko \n" "Language-Team: Ukranian\n" @@ -13,329 +13,329 @@ msgstr "" "X-Launchpad-Export-Date: 2016-12-13 11:48+0000\n" "X-Generator: Poedit 2.2.1\n" -#: src/Common/LinuxKernel.vala:105 +#: src/Common/LinuxKernel.vala:100 msgid "Distribution" msgstr "Дистрибутив" -#: src/Common/LinuxKernel.vala:120 +#: src/Common/LinuxKernel.vala:115 msgid "Architecture" msgstr "Системна архитектура" -#: src/Common/LinuxKernel.vala:135 +#: src/Common/LinuxKernel.vala:130 msgid "Running kernel" msgstr "Запуск ядра" -#: src/Common/LinuxKernel.vala:238 +#: src/Common/LinuxKernel.vala:230 msgid "loading cached" msgstr "Завантаження кешованого" -#: src/Common/LinuxKernel.vala:250 +#: src/Common/LinuxKernel.vala:242 msgid "queuing download" msgstr "Черга завантаження" -#: src/Common/LinuxKernel.vala:271 +#: src/Common/LinuxKernel.vala:263 msgid "Fetching individual kernel indexes" msgstr "Вибірка окремих індексів ядра" -#: src/Common/LinuxKernel.vala:285 +#: src/Common/LinuxKernel.vala:277 msgid "loading downloaded" msgstr "Завантаження завантаженого" -#: src/Common/LinuxKernel.vala:320 +#: src/Common/LinuxKernel.vala:318 msgid "Updating from" msgstr "Оновлення з" -#: src/Common/LinuxKernel.vala:328 +#: src/Common/LinuxKernel.vala:326 msgid "OK" msgstr "Добре" -#: src/Common/LinuxKernel.vala:331 +#: src/Common/LinuxKernel.vala:329 msgid "FAILED" msgstr "НЕ ВДАЛОСЯ" -#: src/Common/LinuxKernel.vala:393 +#: src/Common/LinuxKernel.vala:392 msgid "Found installed" msgstr "Знайдено встановленим" -#: src/Common/LinuxKernel.vala:394 +#: src/Common/LinuxKernel.vala:393 msgid "locked" msgstr "заблокований" -#: src/Common/LinuxKernel.vala:476 src/Common/LinuxKernel.vala:999 -#: src/Common/LinuxKernel.vala:1089 +#: src/Common/LinuxKernel.vala:475 src/Common/LinuxKernel.vala:1003 +#: src/Common/LinuxKernel.vala:1093 msgid "is locked." msgstr "заблоковано." -#: src/Common/LinuxKernel.vala:669 src/Gtk/MainWindow.vala:503 +#: src/Common/LinuxKernel.vala:668 src/Gtk/MainWindow.vala:514 msgid "Running" msgstr "Використовується" -#: src/Common/LinuxKernel.vala:670 +#: src/Common/LinuxKernel.vala:669 msgid "Installed" msgstr "Встановлено" -#: src/Common/LinuxKernel.vala:671 +#: src/Common/LinuxKernel.vala:670 msgid "Invalid" msgstr "Інвалід" -#: src/Common/LinuxKernel.vala:756 +#: src/Common/LinuxKernel.vala:760 msgid "Packages Available" msgstr "Доступні пакети" -#: src/Common/LinuxKernel.vala:762 +#: src/Common/LinuxKernel.vala:766 msgid "Packages Installed" msgstr "Встановлені пакети" -#: src/Common/LinuxKernel.vala:787 src/lib/TeeJee.FileSystem.vala:103 +#: src/Common/LinuxKernel.vala:791 src/lib/TeeJee.FileSystem.vala:99 msgid "File not found" msgstr "Файл не знайдено" -#: src/Common/LinuxKernel.vala:881 +#: src/Common/LinuxKernel.vala:885 msgid "Available Kernels" msgstr "Доступні ядра" -#: src/Common/LinuxKernel.vala:916 src/Gtk/MainWindow.vala:119 +#: src/Common/LinuxKernel.vala:920 src/Gtk/MainWindow.vala:128 msgid "Kernel" msgstr "Ядро" -#: src/Common/LinuxKernel.vala:916 +#: src/Common/LinuxKernel.vala:920 #, fuzzy msgid "not found" msgstr "Файл не знайдено" -#: src/Common/LinuxKernel.vala:923 +#: src/Common/LinuxKernel.vala:927 #, fuzzy msgid "Download: no downloadable kernels specified" msgstr "Команда не вказана" -#: src/Common/LinuxKernel.vala:943 +#: src/Common/LinuxKernel.vala:947 msgid "enabled" msgstr "увімкнено" -#: src/Common/LinuxKernel.vala:967 +#: src/Common/LinuxKernel.vala:971 msgid "Downloading" msgstr "Завантаження" -#: src/Common/LinuxKernel.vala:985 +#: src/Common/LinuxKernel.vala:989 #, fuzzy msgid "Installing selected kernels" msgstr "Видаліть конкретні ядра" -#: src/Common/LinuxKernel.vala:991 src/Common/LinuxKernel.vala:1029 +#: src/Common/LinuxKernel.vala:995 src/Common/LinuxKernel.vala:1033 #, fuzzy msgid "Requested" msgstr "запитуваний" -#: src/Common/LinuxKernel.vala:994 +#: src/Common/LinuxKernel.vala:998 msgid "is already installed." msgstr "вже встановлено." -#: src/Common/LinuxKernel.vala:1004 +#: src/Common/LinuxKernel.vala:1008 msgid "download failed." msgstr "" -#: src/Common/LinuxKernel.vala:1012 +#: src/Common/LinuxKernel.vala:1016 #, fuzzy msgid "Install: no installable kernels secified" msgstr "Команда не вказана" -#: src/Common/LinuxKernel.vala:1025 +#: src/Common/LinuxKernel.vala:1029 msgid "Uninstalling selected kernels" msgstr "Видаліть конкретні ядра" -#: src/Common/LinuxKernel.vala:1032 +#: src/Common/LinuxKernel.vala:1036 #, fuzzy msgid "Not uninstalling the currently running kernel" msgstr "не видалятиме поточне запущене ядро" -#: src/Common/LinuxKernel.vala:1037 +#: src/Common/LinuxKernel.vala:1041 #, fuzzy msgid "is locked" msgstr "заблоковано." -#: src/Common/LinuxKernel.vala:1045 +#: src/Common/LinuxKernel.vala:1049 msgid "found" msgstr "знайдено" -#: src/Common/LinuxKernel.vala:1049 +#: src/Common/LinuxKernel.vala:1053 msgid "Uninstall: no uninstallable packages found" msgstr "" -#: src/Common/LinuxKernel.vala:1085 +#: src/Common/LinuxKernel.vala:1089 #, fuzzy msgid "is the highest installed version." msgstr "Видаліть усі, крім найвищої встановленої версії" -#: src/Common/LinuxKernel.vala:1098 +#: src/Common/LinuxKernel.vala:1102 msgid "Could not find running kernel in list" msgstr "Не вдалося знайти запущене ядро у списку!" -#: src/Common/LinuxKernel.vala:1103 +#: src/Common/LinuxKernel.vala:1107 msgid "Could not find any kernels to uninstall" msgstr "Не вдалося знайти жодне ядро для вилучення" -#: src/Common/LinuxKernel.vala:1111 +#: src/Common/LinuxKernel.vala:1115 msgid "The following kernels will be uninstalled" msgstr "Наступні ядра будуть видалені" -#: src/Common/LinuxKernel.vala:1115 +#: src/Common/LinuxKernel.vala:1119 msgid "Continue ?" msgstr "Продовжувати ?" -#: src/Common/LinuxKernel.vala:1137 src/Console/AppConsole.vala:215 +#: src/Common/LinuxKernel.vala:1141 src/Console/AppConsole.vala:211 msgid "Latest update" msgstr "Останнє оновлення" -#: src/Common/LinuxKernel.vala:1148 src/Console/AppConsole.vala:222 +#: src/Common/LinuxKernel.vala:1152 src/Console/AppConsole.vala:218 msgid "Latest point update" msgstr "Остання точка оновлення" -#: src/Common/LinuxKernel.vala:1156 src/Console/AppConsole.vala:227 -#: src/Console/AppConsole.vala:242 +#: src/Common/LinuxKernel.vala:1160 src/Console/AppConsole.vala:223 +#: src/Console/AppConsole.vala:243 msgid "No updates found" msgstr "Оновлень не знайдено" -#: src/Common/LinuxKernel.vala:1165 +#: src/Common/LinuxKernel.vala:1169 #, c-format msgid "Install Kernel Version %s ? (y/n): " msgstr "Встановити Ядро Версії %s ? (так/ні): " -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "Called from" msgstr "Викликано з" -#: src/Common/Main.vala:345 +#: src/Common/Main.vala:340 msgid "at logon" msgstr "при запуску" -#: src/Common/Main.vala:346 +#: src/Common/Main.vala:341 msgid "" "This file is over-written and executed again whenever settings are saved in" msgstr "" "Цей файл перезаписується та виконується знову під час збереження налаштувань" -#: src/Common/Main.vala:378 +#: src/Common/Main.vala:373 msgid "Notifications are disabled" msgstr "Повідомлення вимкнено" -#: src/Common/Package.vala:57 +#: src/Common/Package.vala:58 #, c-format msgid "File not found: %s" msgstr "Файл не знайдено: %s" -#: src/Console/AppConsole.vala:40 src/Gtk/AppGtk.vala:74 +#: src/Console/AppConsole.vala:39 src/Gtk/AppGtk.vala:77 msgid "Syntax" msgstr "Синтаксис" -#: src/Console/AppConsole.vala:42 +#: src/Console/AppConsole.vala:41 msgid "Commands" msgstr "Команди" -#: src/Console/AppConsole.vala:44 +#: src/Console/AppConsole.vala:43 msgid "Check for kernel updates" msgstr "Перевірити оновлення ядра" -#: src/Console/AppConsole.vala:45 +#: src/Console/AppConsole.vala:44 msgid "Check for kernel updates and notify current user" msgstr "Перевірте наявність оновлень ядра та повідомте поточного користувача" -#: src/Console/AppConsole.vala:46 +#: src/Console/AppConsole.vala:45 #, fuzzy msgid "List available mainline kernels" msgstr "Список усіх доступних основних ядер" -#: src/Console/AppConsole.vala:47 +#: src/Console/AppConsole.vala:46 msgid "List installed kernels" msgstr "Список встановлених ядер" -#: src/Console/AppConsole.vala:48 +#: src/Console/AppConsole.vala:47 msgid "Install latest mainline kernel" msgstr "Встановіть останнє основне ядро" -#: src/Console/AppConsole.vala:49 +#: src/Console/AppConsole.vala:48 #, fuzzy msgid "Install latest point update in the current major version" msgstr "Встановіть останню точку оновлення для поточної серії" -#: src/Console/AppConsole.vala:50 +#: src/Console/AppConsole.vala:49 #, fuzzy msgid "Install specified kernels" msgstr "Видаліть конкретні ядра" -#: src/Console/AppConsole.vala:51 +#: src/Console/AppConsole.vala:50 #, fuzzy msgid "Uninstall specified kernels" msgstr "Видаліть конкретні ядра" -#: src/Console/AppConsole.vala:52 src/Gtk/MainWindow.vala:324 +#: src/Console/AppConsole.vala:51 src/Gtk/MainWindow.vala:326 msgid "Uninstall all but the highest installed version" msgstr "Видаліть усі, крім найвищої встановленої версії" -#: src/Console/AppConsole.vala:53 +#: src/Console/AppConsole.vala:52 msgid "Download specified kernels" msgstr "Завантажте конкретні ядра" -#: src/Console/AppConsole.vala:54 +#: src/Console/AppConsole.vala:53 msgid "Delete cached info about available kernels" msgstr "Видалити кешовану інформацію про доступні ядра" -#: src/Console/AppConsole.vala:56 src/Gtk/AppGtk.vala:76 +#: src/Console/AppConsole.vala:55 src/Gtk/AppGtk.vala:79 msgid "Options" msgstr "Параметри" -#: src/Console/AppConsole.vala:58 +#: src/Console/AppConsole.vala:57 msgid "Include unstable and RC releases" msgstr "Включення нестабільних і RC-релізів" -#: src/Console/AppConsole.vala:59 +#: src/Console/AppConsole.vala:58 msgid "Exclude unstable and RC releases" msgstr "Виключення нестабільних і RC-релізів" -#: src/Console/AppConsole.vala:60 +#: src/Console/AppConsole.vala:59 msgid "Verbosity. Set to n if given, or increment." msgstr "" -#: src/Console/AppConsole.vala:61 +#: src/Console/AppConsole.vala:60 msgid "Assume Yes for all prompts (non-interactive mode)" msgstr "Так для всіх підказок (неінтерактивний режим)" -#: src/Console/AppConsole.vala:64 +#: src/Console/AppConsole.vala:63 #, fuzzy msgid "One or more version strings taken from the output of --list" msgstr "Рядок версій, взятий з виводу --list" -#: src/Console/AppConsole.vala:65 +#: src/Console/AppConsole.vala:64 msgid "comma, pipe, or colon-seperated, or quoted space seperated" msgstr "" -#: src/Console/AppConsole.vala:66 +#: src/Console/AppConsole.vala:65 #, fuzzy msgid "Locked kernels and the currently running kernel are ignored" msgstr "Поточне ядро, що працює, завжди буде ігноруватися" -#: src/Console/AppConsole.vala:143 src/Console/AppConsole.vala:200 -#: src/Gtk/AppGtk.vala:108 +#: src/Console/AppConsole.vala:142 src/Console/AppConsole.vala:196 +#: src/Gtk/AppGtk.vala:111 msgid "Unknown option" msgstr "Невідомий параметр" -#: src/Console/AppConsole.vala:236 +#: src/Console/AppConsole.vala:232 msgid "Notifications disabled in settings" msgstr "Сповіщення, вимкнені в налаштуваннях" -#: src/Console/AppConsole.vala:264 +#: src/Console/AppConsole.vala:265 #, c-format msgid "Kernel %s Available" msgstr "Ядро %s Доступне" -#: src/Console/AppConsole.vala:268 src/Gtk/SettingsDialog.vala:163 +#: src/Console/AppConsole.vala:269 src/Gtk/SettingsDialog.vala:154 msgid "Show" msgstr "Показати" -#: src/Console/AppConsole.vala:269 src/Gtk/MainWindow.vala:296 +#: src/Console/AppConsole.vala:270 src/Gtk/MainWindow.vala:305 msgid "Install" msgstr "Встановити" -#: src/Console/AppConsole.vala:272 +#: src/Console/AppConsole.vala:273 msgid "Previously notified" msgstr "Попередньо повідомлено" @@ -347,7 +347,7 @@ msgstr "Творці" msgid "Back" msgstr "Назад" -#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:161 +#: src/Gtk/AboutWindow.vala:185 src/Gtk/TerminalWindow.vala:169 msgid "Close" msgstr "Закрити" @@ -375,160 +375,164 @@ msgstr "Документатори" msgid "Third Party Inclusions" msgstr "Включення третіх осіб" -#: src/Gtk/AppGtk.vala:74 +#: src/Gtk/AppGtk.vala:77 msgid "options" msgstr "параметри" -#: src/Gtk/AppGtk.vala:78 +#: src/Gtk/AppGtk.vala:81 msgid "Print debug information" msgstr "Роздрукувати зневадження" -#: src/Gtk/AppGtk.vala:79 +#: src/Gtk/AppGtk.vala:82 msgid "Show all options" msgstr "Показати усі параметри" -#: src/Gtk/MainWindow.vala:143 +#: src/Gtk/MainWindow.vala:152 msgid "Lock" msgstr "" -#: src/Gtk/MainWindow.vala:160 +#: src/Gtk/MainWindow.vala:169 msgid "Status" msgstr "Стан" -#: src/Gtk/MainWindow.vala:172 +#: src/Gtk/MainWindow.vala:181 msgid "Notes" msgstr "Нотатки" -#: src/Gtk/MainWindow.vala:304 +#: src/Gtk/MainWindow.vala:310 msgid "Uninstall" msgstr "Видалити" -#: src/Gtk/MainWindow.vala:313 +#: src/Gtk/MainWindow.vala:316 msgid "Changelog, build status, etc" msgstr "Журнал змін, статус збірки тощо" -#: src/Gtk/MainWindow.vala:323 +#: src/Gtk/MainWindow.vala:325 msgid "Uninstall Old" msgstr "Видалити старе" -#: src/Gtk/MainWindow.vala:329 +#: src/Gtk/MainWindow.vala:331 msgid "Reload" msgstr "Перезавантажити" -#: src/Gtk/MainWindow.vala:330 +#: src/Gtk/MainWindow.vala:332 msgid "Delete and reload all cached kernel info" msgstr "" -#: src/Gtk/MainWindow.vala:335 src/Gtk/SettingsDialog.vala:46 +#: src/Gtk/MainWindow.vala:337 src/Gtk/SettingsDialog.vala:43 msgid "Settings" msgstr "Налаштування" -#: src/Gtk/MainWindow.vala:340 +#: src/Gtk/MainWindow.vala:342 msgid "About" msgstr "Про программу" -#: src/Gtk/MainWindow.vala:345 +#: src/Gtk/MainWindow.vala:347 msgid "Exit" msgstr "Вихід" -#: src/Gtk/MainWindow.vala:409 +#: src/Gtk/MainWindow.vala:428 msgid "Kernel upgrade utility for Ubuntu-based distributions" msgstr "Програма оновлення ядра для дистрибутивів на базі Ubuntu" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Forked" msgstr "Двоєний" -#: src/Gtk/MainWindow.vala:410 +#: src/Gtk/MainWindow.vala:429 msgid "Original" msgstr "Оригінал" -#: src/Gtk/MainWindow.vala:439 +#: src/Gtk/MainWindow.vala:458 msgid "Updating kernels" msgstr "Оновлення ядер" -#: src/Gtk/MainWindow.vala:507 +#: src/Gtk/MainWindow.vala:518 msgid "available" msgstr "доступний" -#: src/Gtk/MainWindow.vala:557 src/Gtk/MainWindow.vala:596 -#: src/Gtk/MainWindow.vala:630 +#: src/Gtk/MainWindow.vala:560 src/Gtk/MainWindow.vala:591 +#: src/Gtk/MainWindow.vala:616 msgid "DONE" msgstr "" -#: src/Gtk/SettingsDialog.vala:56 +#: src/Gtk/SettingsDialog.vala:53 msgid "Notification" msgstr "Повідомлення" -#: src/Gtk/SettingsDialog.vala:63 +#: src/Gtk/SettingsDialog.vala:60 msgid "Notify if a major release is available" msgstr "Повідомити, чи доступний великий випуск" -#: src/Gtk/SettingsDialog.vala:72 +#: src/Gtk/SettingsDialog.vala:68 msgid "Notify if a point release is available" msgstr "Повідомити, чи доступний невеликий випуск" -#: src/Gtk/SettingsDialog.vala:83 +#: src/Gtk/SettingsDialog.vala:76 msgid "Seconds interval enabled for debugging" msgstr "Увімкнено інтервал секунд для налагодження" -#: src/Gtk/SettingsDialog.vala:106 +#: src/Gtk/SettingsDialog.vala:99 msgid "Check every" msgstr "Перевіряти кожні" -#: src/Gtk/SettingsDialog.vala:131 +#: src/Gtk/SettingsDialog.vala:122 msgid "Hours" msgstr "годин" -#: src/Gtk/SettingsDialog.vala:133 +#: src/Gtk/SettingsDialog.vala:124 msgid "Days" msgstr "днів" -#: src/Gtk/SettingsDialog.vala:135 +#: src/Gtk/SettingsDialog.vala:126 msgid "Weeks" msgstr "тижнів" -#: src/Gtk/SettingsDialog.vala:138 +#: src/Gtk/SettingsDialog.vala:129 msgid "Seconds" msgstr "секунд" -#: src/Gtk/SettingsDialog.vala:144 +#: src/Gtk/SettingsDialog.vala:135 msgid "Filters" msgstr "Фільтри" -#: src/Gtk/SettingsDialog.vala:152 +#: src/Gtk/SettingsDialog.vala:143 msgid "Hide unstable and RC releases" msgstr "Приховати нестабільні та RC випуски" -#: src/Gtk/SettingsDialog.vala:174 +#: src/Gtk/SettingsDialog.vala:165 msgid "previous major versions ( -1 = all )" msgstr "попередніх основних версій ( -1 = усі )" -#: src/Gtk/SettingsDialog.vala:178 +#: src/Gtk/SettingsDialog.vala:169 msgid "Network" msgstr "Мережа" -#: src/Gtk/SettingsDialog.vala:189 +#: src/Gtk/SettingsDialog.vala:180 msgid "Internet connection timeout in" msgstr "Час очікування підключення до Інтернету в " -#: src/Gtk/SettingsDialog.vala:201 +#: src/Gtk/SettingsDialog.vala:192 msgid "seconds" msgstr "секунди" -#: src/Gtk/SettingsDialog.vala:208 +#: src/Gtk/SettingsDialog.vala:199 msgid "Max concurrent downloads" msgstr "Максимальна кількість завантажень" -#: src/Gtk/SettingsDialog.vala:222 +#: src/Gtk/SettingsDialog.vala:212 msgid "Verify Checksums with the CHECKSUMS files" msgstr "Перевірка Контрольні суми за допомогою файлів CHECKSUMS" -#: src/Gtk/SettingsDialog.vala:230 +#: src/Gtk/SettingsDialog.vala:220 msgid "Proxy" msgstr "Проксі" -#: src/Gtk/TerminalWindow.vala:151 +#: src/Gtk/SettingsDialog.vala:249 +msgid "Done" +msgstr "" + +#: src/Gtk/TerminalWindow.vala:159 msgid "Cancel" msgstr "Відміна" diff --git a/src/Common/LinuxKernel.vala b/src/Common/LinuxKernel.vala index b7e49e18..172f292c 100644 --- a/src/Common/LinuxKernel.vala +++ b/src/Common/LinuxKernel.vala @@ -41,10 +41,6 @@ public class LinuxKernel : GLib.Object, Gee.Comparable { public static string NATIVE_ARCH; public static string LINUX_DISTRO; public static string RUNNING_KERNEL; - public static string PPA_URI; - public static string CACHE_DIR; - public static string DATA_DIR; - public static string MAIN_INDEX_HTML; public static int THRESHOLD_MAJOR = -1; public static LinuxKernel kernel_active; @@ -73,7 +69,6 @@ public class LinuxKernel : GLib.Object, Gee.Comparable { LINUX_DISTRO = check_distribution(); NATIVE_ARCH = check_package_architecture(); RUNNING_KERNEL = check_running_kernel(); - MAIN_INDEX_HTML = CACHE_DIR+"/index.html"; initialize_regex(); kernel_active = new LinuxKernel(RUNNING_KERNEL); @@ -173,7 +168,7 @@ public class LinuxKernel : GLib.Object, Gee.Comparable { public static void delete_cache() { vprint("delete_cache()",2); kernel_list.clear(); - delete_r(CACHE_DIR); + delete_r(App.CACHE_DIR); } // constructor @@ -208,9 +203,6 @@ public class LinuxKernel : GLib.Object, Gee.Comparable { var timer = timer_start(); int count = 0; - //status_line = ""; - //progress_total = 0; - //progress_count = 0; // find the oldest major version to include find_thresholds(true); @@ -272,9 +264,9 @@ public class LinuxKernel : GLib.Object, Gee.Comparable { // while downloading while (mgr.is_running()) { - App.progress_count = mgr.prg_count; // also used by the progress window in MainWindow.vala - //pbar(mgr.prg_count,progress_total,"files"); - pbar(App.progress_count,App.progress_total); + App.progress_count = mgr.prg_count; // also used by the progress indicator in MainWindow.vala + pbar(App.progress_count,App.progress_total,"(files)"); + //pbar(App.progress_count,App.progress_total); sleep(250); if (notifier != null) notifier(timer, ref count); } @@ -292,6 +284,11 @@ public class LinuxKernel : GLib.Object, Gee.Comparable { check_installed(); check_updates(); + // This is here because it had to be delayed from whenever settings + // changed until now, so that the notify script instance of ourself + // doesn't do mk_kernel_list() at the same time while we still are. + App.run_notify_script(); + timer_elapsed(timer, true); if (notifier != null) notifier(timer, ref count, true); @@ -303,27 +300,28 @@ public class LinuxKernel : GLib.Object, Gee.Comparable { vprint("download_index()",2); check_if_initialized(); - if (!file_exists(MAIN_INDEX_HTML)) App.index_is_fresh=false; + string cif = main_index_file(); + if (!file_exists(cif)) App.index_is_fresh=false; if (App.index_is_fresh) return true; if (!try_ppa()) return false; - dir_create(CACHE_DIR); + dir_create(App.CACHE_DIR); // preserve the old index in case the dl fails string tbn = random_string(); - string tfn = CACHE_DIR+"/"+tbn; - vprint("+ DownloadItem("+PPA_URI+","+CACHE_DIR+","+tbn+")",4); - var item = new DownloadItem(PPA_URI, CACHE_DIR, tbn); + string tfn = App.CACHE_DIR+"/"+tbn; + vprint("+ DownloadItem("+App.ppa_uri+","+App.CACHE_DIR+","+tbn+")",4); + var item = new DownloadItem(App.ppa_uri, App.CACHE_DIR, tbn); var mgr = new DownloadTask(); mgr.add_to_queue(item); - vprint(_("Updating from")+": '"+PPA_URI+"'"); + vprint(_("Updating from")+": '"+App.ppa_uri+"'"); mgr.execute(); while (mgr.is_running()) sleep(500); if (file_exists(tfn)) { - file_move(tfn,MAIN_INDEX_HTML); + file_move(tfn,cif); App.index_is_fresh=true; vprint(_("OK")); return true; @@ -339,8 +337,9 @@ public class LinuxKernel : GLib.Object, Gee.Comparable { if (THRESHOLD_MAJOR<0) find_thresholds(true); if (THRESHOLD_MAJOR<0) { vprint("load_index(): THRESHOLD_MAJOR not initialized"); exit(1); } - if (!file_exists(MAIN_INDEX_HTML)) return; - string txt = file_read(MAIN_INDEX_HTML); + string cif = main_index_file(); + if (!file_exists(cif)) return; + string txt = file_read(cif); kernel_list.clear(); try { @@ -359,7 +358,7 @@ public class LinuxKernel : GLib.Object, Gee.Comparable { if (k.version_major=0 && App.hide_unstable)) { delete_r(k.cache_subdir); continue; } - k.page_uri = PPA_URI + v; + k.page_uri = App.ppa_uri + v; k.is_mainline = true; k.ppa_datetime = int64.parse(mi.fetch(2)+mi.fetch(3)+mi.fetch(4)+mi.fetch(5)+mi.fetch(6)); vprint("kernel_list.add("+k.version_main+") "+k.ppa_datetime.to_string(),2); @@ -686,15 +685,20 @@ public class LinuxKernel : GLib.Object, Gee.Comparable { } } + + public static string main_index_file () { + return App.CACHE_DIR+"/index.html"; + } + public string cache_subdir { owned get { - return CACHE_DIR+"/"+version_main; + return App.CACHE_DIR+"/"+version_main; } } public string data_subdir { owned get { - return DATA_DIR+"/"+version_main; + return App.DATA_DIR+"/"+version_main; } } diff --git a/src/Common/Main.vala b/src/Common/Main.vala index b2972fdc..0f7029c4 100644 --- a/src/Common/Main.vala +++ b/src/Common/Main.vala @@ -69,8 +69,8 @@ const int DEFAULT_WINDOW_X = -1 ; const int DEFAULT_WINDOW_Y = -1 ; const int DEFAULT_TERM_WIDTH = 1100 ; const int DEFAULT_TERM_HEIGHT = 600 ; -//const int DEFAULT_TERM_X = -1 ; -//const int DEFAULT_TERM_Y = -1 ; +const int DEFAULT_TERM_X = -1 ; +const int DEFAULT_TERM_Y = -1 ; extern void exit(int exit_code); @@ -98,14 +98,14 @@ public class Main : GLib.Object { public bool cancelled = false; // state flags ---------- - - public int VERBOSE = 1; + public static int VERBOSE = 1; public bool GUI_MODE = false; public string command = "list"; public string requested_versions = ""; public bool ppa_tried = false; public bool ppa_up = true; public bool index_is_fresh = false; + public bool RUN_NOTIFY_SCRIPT = false; public string ppa_uri = DEFAULT_PPA_URI; public string all_proxy = DEFAULT_ALL_PROXY; @@ -119,6 +119,7 @@ public class Main : GLib.Object { public int notify_interval_value = DEFAULT_NOTIFY_INTERVAL_VALUE; public bool verify_checksums = DEFAULT_VERIFY_CHECKSUMS; + // save & restore window size & position public int window_width = DEFAULT_WINDOW_WIDTH; public int window_height = DEFAULT_WINDOW_HEIGHT; public int _window_width = DEFAULT_WINDOW_WIDTH; @@ -127,18 +128,14 @@ public class Main : GLib.Object { public int window_y = DEFAULT_WINDOW_Y; public int _window_x = DEFAULT_WINDOW_X; public int _window_y = DEFAULT_WINDOW_Y; - - // *sizing* the terminal window is working public int term_width = DEFAULT_TERM_WIDTH; public int term_height = DEFAULT_TERM_HEIGHT; public int _term_width = DEFAULT_TERM_WIDTH; public int _term_height = DEFAULT_TERM_HEIGHT; -/* // *positioning* the terminal window is not working public int term_x = DEFAULT_TERM_X; public int term_y = DEFAULT_TERM_Y; public int _term_x = DEFAULT_TERM_X; public int _term_y = DEFAULT_TERM_Y; -*/ public bool confirm = true; @@ -147,6 +144,7 @@ public class Main : GLib.Object { public Main(string[] arg0, bool _gui_mode) { GUI_MODE = _gui_mode; get_env(); + set_locale(); vprint(BRANDING_SHORTNAME+" "+BRANDING_VERSION); init_paths(); load_app_config(); @@ -157,44 +155,42 @@ public class Main : GLib.Object { // helpers ------------ public void get_env() { - if (Environment.get_variable("VERBOSE")!=null) { - string s = Environment.get_variable("VERBOSE").down(); - if (s=="false") s = "0"; - if (s=="true") s = "1"; - VERBOSE = int.parse(s); - l.misc.VERBOSE = VERBOSE; - } + var s = Environment.get_variable("VERBOSE"); + if (s != null) set_verbose(s.down().strip()); // don't do VERBOSE++ } public bool set_verbose(string? s) { string a = (s==null) ? "" : s.strip(); + switch (a) { + case "n": + case "no": + case "off": + case "false": a = "0"; break; + case "y": + case "yes": + case "on": + case "true": a = "1"; break; + } int v = VERBOSE; - bool r=true; - if (a=="" || a.has_prefix("-")) { r=false; v++; } + bool r = true; + if (a=="" || a.has_prefix("-")) { r = false; v++; } else v = int.parse(a); VERBOSE = v; - l.misc.VERBOSE = v; Environment.set_variable("VERBOSE",v.to_string(),true); return r; } public void init_paths() { - CONFIG_DIR = Environment.get_user_config_dir() + "/" + BRANDING_SHORTNAME; DATA_DIR = Environment.get_user_data_dir() + "/" + BRANDING_SHORTNAME; CACHE_DIR = Environment.get_user_cache_dir() + "/" + BRANDING_SHORTNAME; TMP_PREFIX = Environment.get_tmp_dir() + "/." + BRANDING_SHORTNAME; - APP_CONFIG_FILE = CONFIG_DIR + "/config.json"; STARTUP_SCRIPT_FILE = CONFIG_DIR + "/" + BRANDING_SHORTNAME + "-notify.sh"; STARTUP_DESKTOP_FILE = CONFIG_DIR + "/autostart/" + BRANDING_SHORTNAME + "-notify.desktop"; NOTIFICATION_ID_FILE = CONFIG_DIR + "/notification_id"; MAJOR_SEEN_FILE = CONFIG_DIR + "/notification_seen.major"; MINOR_SEEN_FILE = CONFIG_DIR + "/notification_seen.minor"; - - LinuxKernel.CACHE_DIR = CACHE_DIR; - LinuxKernel.DATA_DIR = DATA_DIR; - } public void save_app_config() { @@ -218,8 +214,8 @@ public class Main : GLib.Object { config.set_int_member( "window_y", window_y ); config.set_int_member( "term_width", term_width ); config.set_int_member( "term_height", term_height ); -// config.set_int_member( "term_x", term_x ); -// config.set_int_member( "term_y", term_y ); + config.set_int_member( "term_x", term_x ); + config.set_int_member( "term_y", term_y ); var json = new Json.Generator(); json.pretty = true; @@ -279,8 +275,8 @@ public class Main : GLib.Object { window_y = (int)config.get_int_member_with_default( "window_y", DEFAULT_WINDOW_Y ); term_width = (int)config.get_int_member_with_default( "term_width", DEFAULT_TERM_WIDTH ); term_height = (int)config.get_int_member_with_default( "term_height", DEFAULT_TERM_HEIGHT ); - //term_x = (int)config.get_int_member_with_default( "term_x", DEFAULT_TERM_X ); - //term_y = (int)config.get_int_member_with_default( "term_y", DEFAULT_TERM_Y ); + term_x = (int)config.get_int_member_with_default( "term_x", DEFAULT_TERM_X ); + term_y = (int)config.get_int_member_with_default( "term_y", DEFAULT_TERM_Y ); #else vprint("glib-json < 1.6",3); ppa_uri = json_get_string( config, "ppa_uri", DEFAULT_PPA_URI ); @@ -300,13 +296,14 @@ public class Main : GLib.Object { window_y = json_get_int( config, "window_y", DEFAULT_WINDOW_Y ); term_width = json_get_int( config, "term_width", DEFAULT_TERM_WIDTH ); term_height = json_get_int( config, "term_height", DEFAULT_TERM_HEIGHT ); + term_x = json_get_int( config, "term_x", DEFAULT_TERM_X ); + term_y = json_get_int( config, "term_y", DEFAULT_TERM_Y ); #endif // fixups bool resave = false; if (ppa_uri.length==0) { ppa_uri = DEFAULT_PPA_URI; resave = true; } if (!ppa_uri.has_suffix("/")) { ppa_uri += "/"; resave = true; } - LinuxKernel.PPA_URI = ppa_uri; if (connect_timeout_seconds>600) connect_timeout_seconds = 600; // aria2c max allowed if (resave) save_app_config(); @@ -337,8 +334,6 @@ public class Main : GLib.Object { break; } - delete_r(STARTUP_SCRIPT_FILE); - // TODO, ID file should not assume single DISPLAY // ID and SEEN should probably be in /var/run ? string s = "#!/bin/bash\n" @@ -368,7 +363,7 @@ public class Main : GLib.Object { + "# run whatever the new state should be\n"; if (notify_minor || notify_major) { s += "while [[ -f $F ]] ;do\n" - + "\t"+BRANDING_SHORTNAME+" --notify 2>&- >&-\n" + + "\tVERBOSE=0 "+BRANDING_SHORTNAME+" --notify 2>&- >&- || exit\n" + "\tsleep %d%s &\n".printf(n,u) + "\tc=$!\n" + "\techo $c >>${F}_\n" @@ -379,23 +374,8 @@ public class Main : GLib.Object { + "exit 0\n"; } - if (GUI_MODE) { - // save_app_config() gets run right at app startup if the config file - // doesn't exist yet, so sometimes update_startup_script() might run - // early in app start-up when we haven't done the cache update yet. - // If we blindly launch the background notification process immediately - // any time settings are updated, the --notify process and ourselves - // will both try to update the same cache files at the same time and - // step all over each other. - // This is not really a fully correct answer, but mostly good enough: - // * If all notifications are now OFF, then run the new startup script - // immediately so that it clears out the existing notification loop - // that might be running. - // * Otherwise don't do anything right now, and run the new startup - // script at app exit instead. - file_write(STARTUP_SCRIPT_FILE,s); - if (!notify_major && !notify_minor) exec_async("bash "+STARTUP_SCRIPT_FILE+" 2>&- >&- <&-"); - } + file_write(STARTUP_SCRIPT_FILE,s); + RUN_NOTIFY_SCRIPT = true; } private void update_startup_desktop_file() { @@ -411,4 +391,10 @@ public class Main : GLib.Object { } } + public void run_notify_script() { + if (!RUN_NOTIFY_SCRIPT) return; + RUN_NOTIFY_SCRIPT = false; + exec_async("bash "+STARTUP_SCRIPT_FILE+" 2>&- >&- <&-"); + } + } diff --git a/src/Common/Package.vala b/src/Common/Package.vala index 3596bec4..de42abdb 100644 --- a/src/Common/Package.vala +++ b/src/Common/Package.vala @@ -11,11 +11,12 @@ public class Package : GLib.Object { public static Gee.ArrayList dpkg_list = new Gee.ArrayList(); public static void initialize() { - new Package(""); + new Package(); } - public Package(string _name) { - pname = _name; + public Package(string s="") { + vprint("Package("+s+")",4); + pname = s; } public static void mk_dpkg_list() { diff --git a/src/Console/AppConsole.vala b/src/Console/AppConsole.vala index 2214eaf3..6aae317d 100644 --- a/src/Console/AppConsole.vala +++ b/src/Console/AppConsole.vala @@ -27,7 +27,6 @@ public Main App; public class AppConsole : GLib.Object { public static int main (string[] args) { - set_locale(); App = new Main(args, false); var console = new AppConsole(); return console.parse_arguments(args); @@ -164,10 +163,7 @@ public class AppConsole : GLib.Object { break; case "--notify": - // silence VERBOSE only if it's exactly 1 - if (App.VERBOSE==1) App.set_verbose("0"); - notify_user(); - break; + return notify_user(); case "--install-latest": LinuxKernel.kinst_latest(false, App.confirm); @@ -229,12 +225,17 @@ public class AppConsole : GLib.Object { } - private void notify_user() { + private int notify_user() { vprint("notify_user()",2); if (!App.notify_major && !App.notify_minor) { vprint(_("Notifications disabled in settings"),2); - return; + return 1; + } + + if (Environment.get_variable("DISPLAY")==null) { + vprint("No $DISPLAY",2); + return 1; } LinuxKernel.mk_kernel_list(true); @@ -273,6 +274,7 @@ public class AppConsole : GLib.Object { } vprint(title,2); + return 0; } } diff --git a/src/Gtk/AppGtk.vala b/src/Gtk/AppGtk.vala index 32d8a68f..f4325cef 100644 --- a/src/Gtk/AppGtk.vala +++ b/src/Gtk/AppGtk.vala @@ -30,7 +30,6 @@ public Main App; public class AppGtk : GLib.Object { public static int main (string[] args) { - set_locale(); X.init_threads(); Gtk.init(ref args); App = new Main(args, true); @@ -58,10 +57,14 @@ public class AppGtk : GLib.Object { App.window_width + App.window_height + App.window_x + App.window_y + App.term_width + App.term_height != App._window_width + App._window_height + App._window_x + App._window_y + App._term_width + App._term_height - ) App.save_app_config(); + ) { + var x = App.RUN_NOTIFY_SCRIPT; + App.save_app_config(); + App.RUN_NOTIFY_SCRIPT = x; + } - // start/replace the notification background process if any notifcations are enabled - if (App.notify_major || App.notify_minor) exec_async("bash "+App.STARTUP_SCRIPT_FILE+" 2>&- >&- <&-"); + // just in case it was missed earlier + App.run_notify_script(); return 0; } diff --git a/src/Gtk/MainWindow.vala b/src/Gtk/MainWindow.vala index 0079c548..55380b63 100644 --- a/src/Gtk/MainWindow.vala +++ b/src/Gtk/MainWindow.vala @@ -36,13 +36,20 @@ public class MainWindow : Window { private Button btn_install; private Button btn_uninstall; + private Button btn_uninstall_old; + private Button btn_reload; private Label lbl_info; + private bool updating; + private Gee.ArrayList selected_kernels; private Gtk.ListStore tm; private TreeView tv; - private Gee.ArrayList selected_kernels; - enum COL { + private Gdk.Pixbuf pix_ubuntu; + private Gdk.Pixbuf pix_mainline; + private Gdk.Pixbuf pix_mainline_rc; + + enum TM { INDEX, KERN, ICON, @@ -50,14 +57,13 @@ public class MainWindow : Window { LOCKED, STATUS, NOTES, - TOOLTIP + TOOLTIP, + N_COLS } public MainWindow() { title = BRANDING_LONGNAME; - //window_position = WindowPosition.CENTER; - window_position = WindowPosition.NONE; icon = get_app_icon(16); // vbox_main @@ -69,11 +75,15 @@ public class MainWindow : Window { add(vbox_main); selected_kernels = new Gee.ArrayList(); - - // 0 index 1 kernel 2 kernel-icon 3 version 4 locked 5 status 6 notes 7 tooltip - tm = new Gtk.ListStore(8, typeof(int), typeof(LinuxKernel), typeof(Gdk.Pixbuf), typeof(string), typeof(bool), typeof(string), typeof(string), typeof(string)); + tm = new Gtk.ListStore(TM.N_COLS, typeof(int), typeof(LinuxKernel), typeof(Gdk.Pixbuf), typeof(string), typeof(bool), typeof(string), typeof(string), typeof(string)); tv = new TreeView.with_model(tm); + try { + pix_ubuntu = new Gdk.Pixbuf.from_file (INSTALL_PREFIX + "/share/pixmaps/" + BRANDING_SHORTNAME + "/ubuntu-logo.png"); + pix_mainline = new Gdk.Pixbuf.from_file (INSTALL_PREFIX + "/share/pixmaps/" + BRANDING_SHORTNAME + "/tux.png"); + pix_mainline_rc = new Gdk.Pixbuf.from_file (INSTALL_PREFIX + "/share/pixmaps/" + BRANDING_SHORTNAME + "/tux-red.png"); + } catch (Error e) { vprint(e.message,1,stderr); } + init_ui(); if (App.command == "install") do_install(LinuxKernel.vlist_to_klist(App.requested_versions)); update_cache(); @@ -94,7 +104,6 @@ public class MainWindow : Window { // hbox hbox_list = new Box(Orientation.HORIZONTAL, 6); - // hbox.margin = 6; vbox_main.add(hbox_list); // add treeview @@ -118,7 +127,7 @@ public class MainWindow : Window { var col = new TreeViewColumn(); col.title = _("Kernel"); col.resizable = true; - col.set_sort_column_id(COL.INDEX); + col.set_sort_column_id(TM.INDEX); col.min_width = 180; tv.append_column(col); @@ -126,12 +135,12 @@ public class MainWindow : Window { k_version_icon.xpad = 4; k_version_icon.ypad = 6; col.pack_start(k_version_icon, false); - col.add_attribute(k_version_icon, "pixbuf", COL.ICON); + col.add_attribute(k_version_icon, "pixbuf", TM.ICON); var k_version_text = new CellRendererText(); k_version_text.ellipsize = Pango.EllipsizeMode.END; col.pack_start(k_version_text, true); - col.add_attribute(k_version_text, "text", COL.VERSION); + col.add_attribute(k_version_text, "text", TM.VERSION); // locked var k_lock_toggle = new CellRendererToggle(); @@ -139,63 +148,63 @@ public class MainWindow : Window { col.pack_end(k_lock_toggle, false); #else // sortable col = new TreeViewColumn(); - col.set_sort_column_id(COL.LOCKED); + col.set_sort_column_id(TM.LOCKED); col.title = _("Lock"); col.pack_start(k_lock_toggle, false); tv.append_column (col); #endif - col.add_attribute(k_lock_toggle,"active", COL.LOCKED); + col.add_attribute(k_lock_toggle,"active", TM.LOCKED); k_lock_toggle.toggled.connect((toggle,path) => { TreeIter iter; tm.get_iter_from_string(out iter, path); LinuxKernel k; - tm.get(iter, COL.KERN, out k, -1); + tm.get(iter, TM.KERN, out k, -1); if (toggle.active) delete_r(k.locked_file); else file_write(k.locked_file, ""); - tm.set(iter, COL.LOCKED, k.is_locked); + tm.set(iter, TM.LOCKED, k.is_locked); }); // status col = new TreeViewColumn(); col.title = _("Status"); - col.set_sort_column_id(COL.STATUS); + col.set_sort_column_id(TM.STATUS); col.resizable = true; col.min_width = 100; tv.append_column(col); var k_status_text = new CellRendererText(); k_status_text.ellipsize = Pango.EllipsizeMode.END; col.pack_start(k_status_text, true); - col.add_attribute(k_status_text, "text", COL.STATUS); // text from column 4 + col.add_attribute(k_status_text, "text", TM.STATUS); // text from column 4 // notes col = new TreeViewColumn(); col.title = _("Notes"); - col.set_sort_column_id(COL.NOTES); + col.set_sort_column_id(TM.NOTES); col.resizable = true; col.min_width = 100; tv.append_column(col); var k_notes_text = new CellRendererText(); k_notes_text.ellipsize = Pango.EllipsizeMode.END; col.pack_start (k_notes_text, true); - col.add_attribute(k_notes_text, "text", COL.NOTES); // text from column 5 + col.add_attribute(k_notes_text, "text", TM.NOTES); // text from column 5 k_notes_text.editable = true; k_notes_text.edited.connect((path, data) => { TreeIter i; LinuxKernel k; tm.get_iter_from_string(out i, path); - tm.get(i, COL.KERN, out k, -1); + tm.get(i, TM.KERN, out k, -1); var t_old = k.notes.strip(); var t_new = data.strip(); if (t_old != t_new) { k.notes = t_new; if (t_new=="") delete_r(k.notes_file); else file_write(k.notes_file, t_new); - tm.set(i, COL.NOTES, t_new, -1); + tm.set(i, TM.NOTES, t_new, -1); } }); // tooltip - tv.set_tooltip_column(COL.TOOLTIP); + tv.set_tooltip_column(TM.TOOLTIP); } @@ -223,18 +232,6 @@ public class MainWindow : Window { private void tv_refresh() { vprint("tv_refresh()",2); - Gdk.Pixbuf pix_ubuntu = null; - Gdk.Pixbuf pix_mainline = null; - Gdk.Pixbuf pix_mainline_rc = null; - try { - pix_ubuntu = new Gdk.Pixbuf.from_file (INSTALL_PREFIX + "/share/pixmaps/" + BRANDING_SHORTNAME + "/ubuntu-logo.png"); - pix_mainline = new Gdk.Pixbuf.from_file (INSTALL_PREFIX + "/share/pixmaps/" + BRANDING_SHORTNAME + "/tux.png"); - pix_mainline_rc = new Gdk.Pixbuf.from_file (INSTALL_PREFIX + "/share/pixmaps/" + BRANDING_SHORTNAME + "/tux-red.png"); - } - catch (Error e) { - vprint(e.message,1,stderr); - } - int i = -1; Gdk.Pixbuf p; TreeIter iter; @@ -249,35 +246,45 @@ public class MainWindow : Window { tm.append(out iter); // add row - tm.set(iter, COL.INDEX, ++i); // saves the special version number sorting built by compare_to() + tm.set(iter, TM.INDEX, ++i); // saves the special version number sorting built by compare_to() - tm.set(iter, COL.KERN, k); + tm.set(iter, TM.KERN, k); p = pix_mainline; if (k.version_rc>=0) p = pix_mainline_rc; if (!k.is_mainline) p = pix_ubuntu; - tm.set(iter, COL.ICON, p); + tm.set(iter, TM.ICON, p); - tm.set(iter, COL.VERSION, k.version_main); + tm.set(iter, TM.VERSION, k.version_main); - tm.set(iter, COL.LOCKED, k.is_locked); + tm.set(iter, TM.LOCKED, k.is_locked); - tm.set(iter, COL.STATUS, k.status); + tm.set(iter, TM.STATUS, k.status); - tm.set(iter, COL.NOTES, k.notes); + tm.set(iter, TM.NOTES, k.notes); - tm.set(iter, COL.TOOLTIP, k.tooltip_text()); + tm.set(iter, TM.TOOLTIP, k.tooltip_text()); } selected_kernels.clear(); - set_button_state(); + updating = false; set_infobar(); + set_button_state(); } private void set_button_state() { btn_install.sensitive = false; btn_uninstall.sensitive = false; + if (updating) { + btn_uninstall_old.sensitive = false; + btn_reload.sensitive = false; + return; + } + + btn_uninstall_old.sensitive = true; + btn_reload.sensitive = true; + if (selected_kernels.size > 0) { foreach (var k in selected_kernels) { if (k.is_locked || k.is_running) continue; @@ -289,30 +296,25 @@ public class MainWindow : Window { private void init_actions() { + Button button; + var hbox = new Box(Orientation.VERTICAL, 6); hbox_list.add (hbox); // install - var button = new Button.with_label (_("Install")); - hbox.pack_start (button, true, true, 0); - btn_install = button; - button.clicked.connect(() => { - do_install(selected_kernels); - }); + btn_install = new Button.with_label (_("Install")); + hbox.pack_start (btn_install, true, true, 0); + btn_install.clicked.connect(() => { do_install(selected_kernels); }); // uninstall - button = new Button.with_label (_("Uninstall")); - hbox.pack_start (button, true, true, 0); - btn_uninstall = button; - button.clicked.connect(() => { - do_uninstall(selected_kernels); - }); + btn_uninstall = new Button.with_label (_("Uninstall")); + hbox.pack_start (btn_uninstall, true, true, 0); + btn_uninstall.clicked.connect(() => { do_uninstall(selected_kernels); }); // ppa button = new Button.with_label ("PPA"); button.set_tooltip_text(_("Changelog, build status, etc")); hbox.pack_start (button, true, true, 0); - button.clicked.connect(() => { string uri = App.ppa_uri; if (selected_kernels.size==1 && selected_kernels[0].is_mainline) uri=selected_kernels[0].page_uri; @@ -320,16 +322,16 @@ public class MainWindow : Window { }); // uninstall-old - button = new Button.with_label (_("Uninstall Old")); - button.set_tooltip_text(_("Uninstall all but the highest installed version")); - hbox.pack_start (button, true, true, 0); - button.clicked.connect(uninstall_old); + btn_uninstall_old = new Button.with_label (_("Uninstall Old")); + btn_uninstall_old.set_tooltip_text(_("Uninstall all but the highest installed version")); + hbox.pack_start (btn_uninstall_old, true, true, 0); + btn_uninstall_old.clicked.connect(uninstall_old); // reload - button = new Button.with_label (_("Reload")); - button.set_tooltip_text(_("Delete and reload all cached kernel info")); - hbox.pack_start (button, true, true, 0); - button.clicked.connect(reload_cache); + btn_reload = new Button.with_label (_("Reload")); + btn_reload.set_tooltip_text(_("Delete and reload all cached kernel info")); + hbox.pack_start (btn_reload, true, true, 0); + btn_reload.clicked.connect(reload_cache); // settings button = new Button.with_label (_("Settings")); @@ -344,24 +346,41 @@ public class MainWindow : Window { // exit button = new Button.with_label (_("Exit")); hbox.pack_start (button, true, true, 0); - button.clicked.connect(do_exit); + button.clicked.connect(Gtk.main_quit); } private void do_settings () { - int old_previous_majors = App.previous_majors; - bool old_hide_unstable = App.hide_unstable; + var old_previous_majors = App.previous_majors; + var old_hide_unstable = App.hide_unstable; + var old_notify_interval_unit = App.notify_interval_unit; + var old_notify_interval_value = App.notify_interval_value; + var old_notify_major = App.notify_major; + var old_notify_minor = App.notify_minor; var dlg = new SettingsDialog.with_parent(this); dlg.run(); dlg.destroy(); - if (App.previous_majors != old_previous_majors || - App.hide_unstable != old_hide_unstable) update_cache(); - } + App.save_app_config(); + + // if no notifications settings changed, don't (re)run the script + if (App.notify_interval_unit == old_notify_interval_unit && + App.notify_interval_value == old_notify_interval_value && + App.notify_major == old_notify_major && + App.notify_minor == old_notify_minor) App.RUN_NOTIFY_SCRIPT = false; + + // if the selection set didn't change, + // then don't trigger cache update + // do run the notify script now + // if the selection set changed + // don't run the notify script now + // update the cache + // the notify script will run if needed at the end of cache update + if (App.previous_majors == old_previous_majors && + App.hide_unstable == old_hide_unstable) App.run_notify_script(); + else update_cache(); - private void do_exit () { - main_quit(); } private void do_about () { @@ -441,39 +460,28 @@ public class MainWindow : Window { if (!try_ppa()) return; - if (!App.GUI_MODE) { - LinuxKernel.mk_kernel_list(true); - return; - } - - var progress_window = new ProgressWindow.with_parent(this, msg); - progress_window.show_all(); + updating = true; + set_button_state(); + set_infobar(msg); LinuxKernel.mk_kernel_list(false, (timer, ref count, last) => { - update_progress_window(progress_window, msg, timer, ref count, last); + update_status_line(msg, timer, ref count, last); }); } - private void update_progress_window(ProgressWindow progress_window, string message, GLib.Timer timer, ref int count, bool last = false) { + private void update_status_line(string message, GLib.Timer timer, ref int count, bool last = false) { + count++; if (last) { Gdk.threads_add_idle_full(Priority.DEFAULT_IDLE, () => { tv_refresh(); return false; }); timer_elapsed(timer, true); - progress_window.destroy(); } - //App.progress_total = LinuxKernel.progress_total; - //App.progress_count = LinuxKernel.progress_count; - - Gdk.threads_add_idle_full(0, () => { - if (App.progress_total > 0) - //progress_window.update_message(App.status_line); - progress_window.update_message("%s %s/%s".printf(message, App.progress_count.to_string(), App.progress_total.to_string())); + Gdk.threads_add_idle_full(Priority.DEFAULT_IDLE, () => { + if (updating) set_infobar("%s %d/%d".printf(message, App.progress_count, App.progress_total)); return false; }); - - count++; } private void init_infobar() { @@ -495,22 +503,26 @@ public class MainWindow : Window { lbl_info = new Label(""); lbl_info.margin = 6; lbl_info.set_use_markup(true); + lbl_info.set_single_line_mode(true); + lbl_info.selectable = false; hbox.add(lbl_info); } - private void set_infobar() { - //vprint("set_infobar()",9); - lbl_info.label = _("Running")+" %s".printf(LinuxKernel.kernel_active.version_main); - if (LinuxKernel.kernel_active.is_mainline) lbl_info.label += " (mainline)"; - else lbl_info.label += " (ubuntu)"; - if (LinuxKernel.kernel_latest_available.compare_to(LinuxKernel.kernel_latest_installed) > 0) { - lbl_info.label += " ~ %s ".printf(LinuxKernel.kernel_latest_available.version_main)+_("available"); - } + private void set_infobar(string s="") { + if (s!="") { lbl_info.set_label(s); return; } + + string l = _("Running")+" %s".printf(LinuxKernel.kernel_active.version_main); + if (LinuxKernel.kernel_active.is_mainline) l += " (mainline)"; + else l += " (ubuntu)"; + if (LinuxKernel.kernel_latest_available.compare_to(LinuxKernel.kernel_latest_installed) > 0) + l += " ~ %s ".printf(LinuxKernel.kernel_latest_available.version_main)+_("available"); + + lbl_info.set_label(l); } public void do_install(Gee.ArrayList klist) { string vlist=""; - if (App.VERBOSE>2) { + if (Main.VERBOSE>2) { foreach (var k in klist) vlist += k.version_main+" "; vprint("do_install("+vlist.strip()+")"); } @@ -532,26 +544,17 @@ public class MainWindow : Window { string t_dir = create_tmp_dir(); string t_file = get_temp_file_path(t_dir)+".sh"; - term.configure_event.connect ((event) => { - //vprint("term resize: %dx%d@%dx%d".printf(event.width,event.height,event.x,event.y),2); - App.term_width = event.width; - App.term_height = event.height; -// App.term_x = event.x; -// App.term_y = event.y; - return false; - }); - term.script_complete.connect(()=>{ + term.present(); term.allow_window_close(); }); term.destroy.connect(()=>{ - this.present(); delete_r(t_dir); update_cache(); }); - string sh = "VERBOSE="+App.VERBOSE.to_string()+" "+BRANDING_SHORTNAME; + string sh = "VERBOSE="+Main.VERBOSE.to_string()+" "+BRANDING_SHORTNAME; if (App.index_is_fresh) sh += " --index-is-fresh"; sh += " --install \""+vlist+"\"\n" + "echo '"+_("DONE")+"'\n" @@ -568,20 +571,12 @@ public class MainWindow : Window { string t_dir = create_tmp_dir(); string t_file = get_temp_file_path(t_dir)+".sh"; - term.configure_event.connect ((event) => { - App.term_width = event.width; - App.term_height = event.height; -// App.term_x = event.x; -// App.term_y = event.y; - return false; - }); - term.script_complete.connect(()=>{ + term.present(); term.allow_window_close(); }); term.destroy.connect(() => { - this.present(); delete_r(t_dir); update_cache(); }); @@ -590,7 +585,7 @@ public class MainWindow : Window { foreach(var k in klist) vlist += " "+k.version_main; vlist = vlist.strip(); - string sh = "VERBOSE="+App.VERBOSE.to_string()+" "+BRANDING_SHORTNAME; + string sh = "VERBOSE="+Main.VERBOSE.to_string()+" "+BRANDING_SHORTNAME; if (App.index_is_fresh) sh += " --index-is-fresh"; sh += " --uninstall \""+vlist+"\"\n" + "echo '"+_("DONE")+"'\n" @@ -605,26 +600,17 @@ public class MainWindow : Window { string t_dir = create_tmp_dir(); string t_file = get_temp_file_path(t_dir)+".sh"; - term.configure_event.connect ((event) => { - App.term_width = event.width; - App.term_height = event.height; -// App.term_x = event.x; -// App.term_y = event.y; - return false; - }); - - term.script_complete.connect(()=>{ + term.present(); term.allow_window_close(); }); term.destroy.connect(()=>{ - this.present(); delete_r(t_dir); update_cache(); }); - string sh = "VERBOSE="+App.VERBOSE.to_string()+" "+BRANDING_SHORTNAME+" --uninstall-old"; + string sh = "VERBOSE="+Main.VERBOSE.to_string()+" "+BRANDING_SHORTNAME+" --uninstall-old"; if (App.index_is_fresh) sh += " --index-is-fresh"; sh += "\n" + "echo '"+_("DONE")+"'\n" diff --git a/src/Gtk/ProgressWindow.vala b/src/Gtk/ProgressWindow.vala deleted file mode 100644 index 41e60a04..00000000 --- a/src/Gtk/ProgressWindow.vala +++ /dev/null @@ -1,88 +0,0 @@ -/* - * ProgressWindow.vala - * - * Copyright 2015 Tony George - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, - * MA 02110-1301, USA. - * - * - */ - - -using Gtk; - -using l.gtk; -using l.misc; - -public class ProgressWindow : Window { - - private Box vbox_main; - private Spinner spinner; - private Label lbl_msg; - - private string body_message = ""; - - public ProgressWindow.with_parent(Window parent, string message) { - - set_modal(true); - set_decorated(false); - set_transient_for(parent); - set_type_hint(Gdk.WindowTypeHint.DIALOG); - //window_position = WindowPosition.CENTER_ON_PARENT; - - icon = get_app_icon(16); - - App.progress_count = 0; - App.progress_total = 0; - - body_message = message.strip(); - - init_window(); - } - - public void init_window () { - - title = ""; - icon = get_app_icon(16); - resizable = false; - deletable = false; - //set_deletable(false); - - vbox_main = new Box(Orientation.VERTICAL, 6); - vbox_main.margin = 12; - add(vbox_main); - - var hbox_status = new Box(Orientation.HORIZONTAL, 6); - vbox_main.add(hbox_status); - - spinner = new Spinner(); - spinner.active = true; - hbox_status.add(spinner); - - lbl_msg = new Label(body_message); - hbox_status.add(lbl_msg); - - var hbox = new Box(Orientation.HORIZONTAL, 6); - vbox_main.add(hbox); - - show_all(); - } - - public void update_message(string s) { - if (s.length > 0) lbl_msg.label = s; - } - -} diff --git a/src/Gtk/SettingsDialog.vala b/src/Gtk/SettingsDialog.vala index 9d1b016f..f59446c6 100644 --- a/src/Gtk/SettingsDialog.vala +++ b/src/Gtk/SettingsDialog.vala @@ -21,9 +21,6 @@ * */ -using Gtk; - -using TeeJee.FileSystem; using l.gtk; using l.misc; @@ -34,13 +31,13 @@ public class SettingsDialog : Gtk.Dialog { private Gtk.CheckButton chk_hide_unstable; private Gtk.CheckButton chk_verify_checksums; - public SettingsDialog.with_parent(Window parent) { + public SettingsDialog.with_parent(Gtk.Window parent) { set_transient_for(parent); set_modal(true); - window_position = WindowPosition.CENTER_ON_PARENT; + window_position = Gtk.WindowPosition.CENTER_ON_PARENT; deletable = false; resizable = false; - + icon = get_app_icon(16); title = _("Settings"); @@ -53,7 +50,7 @@ public class SettingsDialog : Gtk.Dialog { vbox_main.set_size_request(400,500); // notification - var label = new Label("" + _("Notification") + ""); + var label = new Gtk.Label("" + _("Notification") + ""); label.set_use_markup(true); label.xalign = (float) 0.0; label.margin_bottom = 6; @@ -65,7 +62,6 @@ public class SettingsDialog : Gtk.Dialog { chk.margin_start = 6; vbox_main.add(chk); chk_notify_major = chk; - chk.toggled.connect(()=>{ App.notify_major = chk_notify_major.active; }); // chk_notify_minor @@ -74,13 +70,10 @@ public class SettingsDialog : Gtk.Dialog { chk.margin_start = 6; vbox_main.add(chk); chk_notify_minor = chk; + chk.toggled.connect(()=>{ App.notify_minor = chk_notify_minor.active; }); - chk.toggled.connect(()=>{ - App.notify_minor = chk_notify_minor.active; - }); - - if (App.VERBOSE>1) { - label = new Label("( VERBOSE > 1 : "+_("Seconds interval enabled for debugging")+" )"); + if (Main.VERBOSE>1) { + label = new Gtk.Label("( VERBOSE > 1 : "+_("Seconds interval enabled for debugging")+" )"); label.xalign = (float) 0.0; label.margin_bottom = 6; vbox_main.add (label); @@ -90,7 +83,7 @@ public class SettingsDialog : Gtk.Dialog { // replace invalid debug-only values with valid values int max_intervals = 52; - if (App.VERBOSE>1) { + if (Main.VERBOSE>1) { // debug allows seconds, allow up to 1 hour of seconds max_intervals = 3600; } else { @@ -100,10 +93,10 @@ public class SettingsDialog : Gtk.Dialog { } } - var hbox = new Gtk.Box(Orientation.HORIZONTAL, 6); + var hbox = new Gtk.Box(Gtk.Orientation.HORIZONTAL, 6); vbox_main.add (hbox); - label = new Label(_("Check every")); + label = new Gtk.Label(_("Check every")); label.xalign = (float) 0.0; label.margin_start = 6; hbox.add (label); @@ -113,8 +106,7 @@ public class SettingsDialog : Gtk.Dialog { spin.xalign = (float) 0.5; hbox.add(spin); var spin_notify = spin; - - spin.changed.connect(()=>{ App.notify_interval_value = (int) spin_notify.get_value(); }); + spin.changed.connect(()=>{ App.notify_interval_value = (int)spin_notify.get_value(); }); // notify interval unit var combo = new Gtk.ComboBox(); @@ -122,10 +114,9 @@ public class SettingsDialog : Gtk.Dialog { combo.pack_start(cell_text, false); combo.set_attributes(cell_text, "text", 0); hbox.add(combo); - combo.changed.connect(()=>{ App.notify_interval_unit = combo.active; }); - TreeIter iter; + Gtk.TreeIter iter; var model = new Gtk.ListStore (1, typeof (string)); model.append (out iter); model.set (iter,0,_("Hours")); @@ -133,7 +124,7 @@ public class SettingsDialog : Gtk.Dialog { model.set (iter,0,_("Days")); model.append (out iter); model.set (iter,0,_("Weeks")); - if (App.VERBOSE>1) { + if (Main.VERBOSE>1) { model.append (out iter); model.set (iter,0,_("Seconds")); } @@ -141,7 +132,7 @@ public class SettingsDialog : Gtk.Dialog { combo.set_active(App.notify_interval_unit); // filters - label = new Label("" + _("Filters") + ""); + label = new Gtk.Label("" + _("Filters") + ""); label.set_use_markup(true); label.xalign = (float) 0.0; label.margin_top = 12; @@ -149,7 +140,7 @@ public class SettingsDialog : Gtk.Dialog { vbox_main.add (label); // chk_hide_unstable - chk = new CheckButton.with_label(_("Hide unstable and RC releases")); + chk = new Gtk.CheckButton.with_label(_("Hide unstable and RC releases")); chk.active = App.hide_unstable; chk.margin_start = 6; vbox_main.add(chk); @@ -157,10 +148,10 @@ public class SettingsDialog : Gtk.Dialog { chk.toggled.connect(()=>{ App.hide_unstable = chk_hide_unstable.active; }); // kernel version threshold - hbox = new Gtk.Box(Orientation.HORIZONTAL, 6); + hbox = new Gtk.Box(Gtk.Orientation.HORIZONTAL, 6); vbox_main.add (hbox); - label = new Label(_("Show")); + label = new Gtk.Label(_("Show")); label.xalign = (float) 0.0; label.margin_start = 6; hbox.add (label); @@ -169,13 +160,13 @@ public class SettingsDialog : Gtk.Dialog { var spm_spin = new Gtk.SpinButton (spm_adj, 1, 0); spm_spin.xalign = (float) 0.5; hbox.add(spm_spin); - spm_spin.changed.connect(()=>{ App.previous_majors = (int) spm_spin.get_value(); }); + spm_spin.changed.connect(()=>{ App.previous_majors = (int)spm_spin.get_value(); }); - label = new Label(_("previous major versions ( -1 = all )")); + label = new Gtk.Label(_("previous major versions ( -1 = all )")); hbox.add(label); // network - label = new Label("" + _("Network") + ""); + label = new Gtk.Label("" + _("Network") + ""); label.set_use_markup(true); label.xalign = (float) 0.0; label.margin_top = 12; @@ -183,10 +174,10 @@ public class SettingsDialog : Gtk.Dialog { vbox_main.add (label); // connect timeout - hbox = new Gtk.Box(Orientation.HORIZONTAL, 6); + hbox = new Gtk.Box(Gtk.Orientation.HORIZONTAL, 6); vbox_main.add (hbox); - label = new Label(_("Internet connection timeout in")); + label = new Gtk.Label(_("Internet connection timeout in")); label.xalign = (float) 0.0; label.margin_start = 6; hbox.add (label); @@ -196,16 +187,16 @@ public class SettingsDialog : Gtk.Dialog { spin.xalign = (float) 0.5; hbox.add(spin); var spin_timeout = spin; - spin.changed.connect(()=>{ App.connect_timeout_seconds = (int) spin_timeout.get_value(); }); + spin.changed.connect(()=>{ App.connect_timeout_seconds = (int)spin_timeout.get_value(); }); - label = new Label(_("seconds")); + label = new Gtk.Label(_("seconds")); hbox.add(label); // concurrent downloads - hbox = new Gtk.Box(Orientation.HORIZONTAL, 6); + hbox = new Gtk.Box(Gtk.Orientation.HORIZONTAL, 6); vbox_main.add (hbox); - label = new Label(_("Max concurrent downloads")); + label = new Gtk.Label(_("Max concurrent downloads")); label.xalign = (float) 0.0; label.margin_start = 6; hbox.add (label); @@ -215,11 +206,10 @@ public class SettingsDialog : Gtk.Dialog { spin.xalign = (float) 0.5; hbox.add(spin); var spin_concurrent = spin; - - spin.changed.connect(()=>{ App.concurrent_downloads = (int) spin_concurrent.get_value(); }); + spin.changed.connect(()=>{ App.concurrent_downloads = (int)spin_concurrent.get_value(); }); // verify_checksums - chk = new CheckButton.with_label(_("Verify Checksums with the CHECKSUMS files")); + chk = new Gtk.CheckButton.with_label(_("Verify Checksums with the CHECKSUMS files")); chk.active = App.verify_checksums; chk.margin_start = 6; vbox_main.add(chk); @@ -227,17 +217,17 @@ public class SettingsDialog : Gtk.Dialog { chk.toggled.connect(()=>{ App.verify_checksums = chk_verify_checksums.active; }); // proxy - label = new Label(_("Proxy")); + label = new Gtk.Label(_("Proxy")); label.xalign = (float) 0.0; label.margin_start = 6; vbox_main.add (label); - var proxy = new Entry (); + var proxy = new Gtk.Entry (); proxy.set_placeholder_text("[http://][USER:PASSWORD@]HOST[:PORT]"); proxy.set_text(App.all_proxy); - proxy.activate.connect(()=>{ App.all_proxy = proxy.get_text(); }); proxy.margin_start = 6; vbox_main.add(proxy); + proxy.activate.connect(()=>{ App.all_proxy = proxy.get_text(); }); // too easily screwed up and "blank to return to default" isn't working /* @@ -255,10 +245,11 @@ public class SettingsDialog : Gtk.Dialog { vbox_main.add(ppa); */ - // ok - var button = (Button) add_button ("gtk-ok", Gtk.ResponseType.ACCEPT); + // ok button + var button = (Gtk.Button)add_button(_("Done"), Gtk.ResponseType.ACCEPT); button.clicked.connect(()=>{ this.close(); }); - this.destroy.connect(btn_ok_click); + + // run show_all(); // DEBUG rapid toggle stress test @@ -269,7 +260,4 @@ public class SettingsDialog : Gtk.Dialog { } - private void btn_ok_click() { - App.save_app_config(); - } } diff --git a/src/Gtk/TerminalWindow.vala b/src/Gtk/TerminalWindow.vala index de3adcca..1a33b64b 100644 --- a/src/Gtk/TerminalWindow.vala +++ b/src/Gtk/TerminalWindow.vala @@ -53,24 +53,30 @@ public class TerminalWindow : Gtk.Window { if (parent != null) { set_transient_for(parent); parent_win = parent; + window_position = WindowPosition.CENTER_ON_PARENT; } + configure_event.connect ((event) => { + //vprint("term resize: %dx%d@%dx%d".printf(event.width,event.height,event.x,event.y),2); + App.term_width = event.width; + App.term_height = event.height; + App.term_x = event.x; + App.term_y = event.y; + return false; + }); + + delete_event.connect(cancel_window_close); + set_modal(true); - //window_position = WindowPosition.CENTER; - window_position = WindowPosition.CENTER_ON_PARENT; - //window_position = WindowPosition.NONE; - if (fullscreen) this.fullscreen(); - this.delete_event.connect(cancel_window_close); + if (fullscreen) this.fullscreen(); init_window(); show_all(); - this.resize(App.term_width,App.term_height); -// if (App.term_x >=0 && App.term_y >= 0) this.move(App.window_x,App.window_y); -// App._window_x = App.window_x; -// App._window_y = App.window_y; + resize(App.term_width,App.term_height); + if (App.term_x>=0 && App.term_y>=0) move(App.term_x,App.term_y); btn_cancel.visible = false; btn_close.visible = false; @@ -96,6 +102,8 @@ public class TerminalWindow : Gtk.Window { //vbox_main.set_size_request(def_width,def_height); App._term_width = App.term_width; App._term_height = App.term_height; + App._term_x = App.term_x; + App._term_y = App.term_y; add (vbox_main); diff --git a/src/lib/TeeJee.FileSystem.vala b/src/lib/TeeJee.FileSystem.vala index 7d613cd6..7fdaf3a8 100644 --- a/src/lib/TeeJee.FileSystem.vala +++ b/src/lib/TeeJee.FileSystem.vala @@ -60,21 +60,17 @@ namespace TeeJee.FileSystem { vprint("file_write("+f+")",3); try { - - string d = file_parent(f); - dir_create(d); - + dir_create(file_parent(f)); var file = File.new_for_path(f); - if (file.query_exists()) file.delete (); - - var file_stream = file.create(FileCreateFlags.REPLACE_DESTINATION); + //delete_r(f); + //var file_stream = file.create(); + var file_stream = file.replace(null, false, FileCreateFlags.REPLACE_DESTINATION); + //var file_stream = file.replace(null, false, FileCreateFlags.NONE); var data_stream = new DataOutputStream(file_stream); data_stream.put_string(contents); data_stream.close(); - return true; - } - catch (Error e) { + } catch (Error e) { vprint(e.message,1,stderr); return false; } diff --git a/src/lib/l.misc.vala b/src/lib/l.misc.vala index cb526028..5a9ce1b0 100644 --- a/src/lib/l.misc.vala +++ b/src/lib/l.misc.vala @@ -1,6 +1,6 @@ namespace l.misc { - public int VERBOSE = 1; + //public int VERBOSE = 1; private static void set_locale() { Intl.setlocale(LocaleCategory.MESSAGES,BRANDING_SHORTNAME); @@ -10,9 +10,9 @@ namespace l.misc { } public void vprint(string s,int v=1,FileStream f=stdout,bool n=true) { - if (v>VERBOSE) return; + if (v>Main.VERBOSE) return; string o = s; - if (VERBOSE>3) o = "%d: ".printf(Posix.getpid()) + o; + if (Main.VERBOSE>3) o = "%d: ".printf(Posix.getpid()) + o; if (n) o += "\n"; f.printf(o); f.flush(); @@ -24,7 +24,7 @@ namespace l.misc { } private static void pbar(int64 part=0,int64 whole=100,string units="") { - if (VERBOSE<1) return; + if (Main.VERBOSE<1) return; int l = 79; // bar length if (whole<1) { vprint("\r%*.s\r".printf(l,""),1,stdout,false); return; } int64 c = 0, plen = 0, wlen = 40;