diff -Nru ubuntu-release-upgrader-24.04.16/DistUpgrade/DistUpgradeController.py ubuntu-release-upgrader-24.04.17/DistUpgrade/DistUpgradeController.py --- ubuntu-release-upgrader-24.04.16/DistUpgrade/DistUpgradeController.py 2024-04-19 18:34:45.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/DistUpgrade/DistUpgradeController.py 2024-04-29 14:26:40.000000000 +0000 @@ -1803,6 +1803,12 @@ backups["dir::bin::dpkg"] = [apt_pkg.config["dir::bin::dpkg"]] apt_pkg.config["dir::bin::dpkg"] = "/bin/true" + # If we remove automatically installed packages in the upgrade, we'd lose their auto bit + # here in the simulation as we'd write the simulated end result to the file, so let's + # not write the file for the simulation. + backups["Dir::State::extended_states"] = [apt_pkg.config["Dir::State::extended_states"]] + apt_pkg.config["Dir::State::extended_states"] = "/dev/null" + for lst in "dpkg::pre-invoke", "dpkg::pre-install-pkgs", "dpkg::post-invoke", "dpkg::post-install-pkgs": backups[lst + "::"] = apt_pkg.config.value_list(lst) apt_pkg.config.clear(lst) diff -Nru ubuntu-release-upgrader-24.04.16/DistUpgrade/DistUpgradeQuirks.py ubuntu-release-upgrader-24.04.17/DistUpgrade/DistUpgradeQuirks.py --- ubuntu-release-upgrader-24.04.16/DistUpgrade/DistUpgradeQuirks.py 2024-04-16 14:18:03.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/DistUpgrade/DistUpgradeQuirks.py 2024-04-29 14:26:40.000000000 +0000 @@ -185,6 +185,7 @@ # self._install_python_is_python2() self._maybe_remove_gpg_wks_server() self._install_t64_replacement_packages() + self._handle_ufw_breaks() # individual quirks handler that run *after* the dist-upgrade was # calculated in the cache @@ -1783,7 +1784,10 @@ f'for {package.name}' ) - replacement.mark_install(auto_fix=False, auto_inst=False) + # Transition the automatically installed bit + from_user = not package.is_auto_installed + replacement.mark_install(auto_fix=False, auto_inst=False, + from_user=from_user) package.mark_delete(auto_fix=False) apt.ProblemResolver(self.controller.cache).protect(package) @@ -1795,3 +1799,39 @@ logging.debug( f'Failed to find a replacement for {package.name}' ) + + def _handle_ufw_breaks(self): + """ + LP: #2061891 + """ + + # This is only required for upgrades from jammy. + if self.controller.fromDist != 'jammy': + return + + try: + ufw = self.controller.cache['ufw'] + except KeyError: + return + + if not ufw.is_installed: + return + + remove_ufw = False + for name in ('netfilter-persistent', 'iptables-persistent'): + try: + pkg = self.controller.cache[name] + except KeyError: + continue + + if pkg.is_installed: + logging.info( + f'Keeping {name}, and removing ufw as a result.' + ) + + pkg.mark_install(auto_fix=False, auto_inst=False) + remove_ufw = True + + if remove_ufw: + ufw.mark_delete(auto_fix=False) + apt.ProblemResolver(self.controller.cache).protect(ufw) diff -Nru ubuntu-release-upgrader-24.04.16/DistUpgrade/DistUpgradeVersion.py ubuntu-release-upgrader-24.04.17/DistUpgrade/DistUpgradeVersion.py --- ubuntu-release-upgrader-24.04.16/DistUpgrade/DistUpgradeVersion.py 2024-04-19 19:40:41.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/DistUpgrade/DistUpgradeVersion.py 2024-04-29 14:26:40.000000000 +0000 @@ -1 +1 @@ -VERSION = '24.04.16' +VERSION = '24.04.17' diff -Nru ubuntu-release-upgrader-24.04.16/data/DistUpgrade.cfg.jammy ubuntu-release-upgrader-24.04.17/data/DistUpgrade.cfg.jammy --- ubuntu-release-upgrader-24.04.16/data/DistUpgrade.cfg.jammy 2024-04-17 21:07:53.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/data/DistUpgrade.cfg.jammy 2024-04-29 14:26:40.000000000 +0000 @@ -23,7 +23,7 @@ #RemoveEssentialOk=sysvinit, sysvutils, belocs-locales-bin RemovalDenylistFile=removal_denylist.cfg # if those packages were installed, make sure to keep them installed -KeepInstalledPkgs=xserver-xorg-video-all,netfilter-persistent,iptables-persistent +KeepInstalledPkgs=xserver-xorg-video-all KeepInstalledSection=translations RemoveObsoletes=yes PurgeObsoletes=yes @@ -34,7 +34,7 @@ #PostUpgradePurge=linux-restricted-modules-common #PostUpgradeRemove=xsettings-kde #PostUpgradeUpgrade=brasero,edubuntu-desktop -#PostUpgradeInstall=apt +PostUpgradeInstall=systemd-resolved PostInstallScripts=./xorg_fix_proprietary.py EnableApport=yes # this supported deny listing certain versions to ensure we do not upgrade diff -Nru ubuntu-release-upgrader-24.04.16/data/demoted.cfg ubuntu-release-upgrader-24.04.17/data/demoted.cfg --- ubuntu-release-upgrader-24.04.16/data/demoted.cfg 2024-04-19 19:40:09.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/data/demoted.cfg 2024-04-29 14:26:40.000000000 +0000 @@ -199,6 +199,54 @@ libnotify-dev libnss-nis libnss-nisplus +libnvidia-cfg1-510 +libnvidia-cfg1-515 +libnvidia-cfg1-515-server +libnvidia-cfg1-520 +libnvidia-cfg1-525 +libnvidia-cfg1-525-server +libnvidia-common-510 +libnvidia-common-515 +libnvidia-common-515-server +libnvidia-common-520 +libnvidia-common-525 +libnvidia-common-525-server +libnvidia-compute-510 +libnvidia-compute-515 +libnvidia-compute-515-server +libnvidia-compute-520 +libnvidia-compute-525 +libnvidia-compute-525-server +libnvidia-decode-510 +libnvidia-decode-515 +libnvidia-decode-515-server +libnvidia-decode-520 +libnvidia-decode-525 +libnvidia-decode-525-server +libnvidia-encode-510 +libnvidia-encode-515 +libnvidia-encode-515-server +libnvidia-encode-520 +libnvidia-encode-525 +libnvidia-encode-525-server +libnvidia-extra-510 +libnvidia-extra-515 +libnvidia-extra-515-server +libnvidia-extra-520 +libnvidia-extra-525 +libnvidia-extra-525-server +libnvidia-fbc1-510 +libnvidia-fbc1-515 +libnvidia-fbc1-515-server +libnvidia-fbc1-520 +libnvidia-fbc1-525 +libnvidia-fbc1-525-server +libnvidia-gl-510 +libnvidia-gl-515 +libnvidia-gl-515-server +libnvidia-gl-520 +libnvidia-gl-525 +libnvidia-gl-525-server libpackagekit-glib2-dev libpeas-dev libpinyin-utils @@ -251,6 +299,70 @@ libxklavier-dev libzhuyin-dev libzhuyin15 +lz4 +nvidia-compute-utils-510 +nvidia-compute-utils-515 +nvidia-compute-utils-515-server +nvidia-compute-utils-520 +nvidia-compute-utils-525 +nvidia-compute-utils-525-server +nvidia-dkms-510 +nvidia-dkms-515 +nvidia-dkms-515-open +nvidia-dkms-515-server +nvidia-dkms-520 +nvidia-dkms-520-open +nvidia-dkms-525 +nvidia-dkms-525-open +nvidia-dkms-525-server +nvidia-driver-510 +nvidia-driver-515 +nvidia-driver-515-open +nvidia-driver-515-server +nvidia-driver-520 +nvidia-driver-520-open +nvidia-driver-525 +nvidia-driver-525-open +nvidia-driver-525-server +nvidia-headless-510 +nvidia-headless-515 +nvidia-headless-515-open +nvidia-headless-515-server +nvidia-headless-520 +nvidia-headless-520-open +nvidia-headless-525 +nvidia-headless-525-open +nvidia-headless-525-server +nvidia-headless-no-dkms-510 +nvidia-headless-no-dkms-515 +nvidia-headless-no-dkms-515-open +nvidia-headless-no-dkms-515-server +nvidia-headless-no-dkms-520 +nvidia-headless-no-dkms-520-open +nvidia-headless-no-dkms-525 +nvidia-headless-no-dkms-525-open +nvidia-headless-no-dkms-525-server +nvidia-kernel-common-510 +nvidia-kernel-common-515 +nvidia-kernel-common-515-server +nvidia-kernel-common-520 +nvidia-kernel-common-525 +nvidia-kernel-common-525-server +nvidia-kernel-source-510 +nvidia-kernel-source-515 +nvidia-kernel-source-515-open +nvidia-kernel-source-515-server +nvidia-kernel-source-520 +nvidia-kernel-source-520-open +nvidia-kernel-source-525 +nvidia-kernel-source-525-open +nvidia-kernel-source-525-server +nvidia-utils-510 +nvidia-utils-515 +nvidia-utils-515-server +nvidia-utils-520 +nvidia-utils-525 +nvidia-utils-525-server oem-config-slideshow-ubuntu pacemaker-dev polkitd-pkla @@ -278,3 +390,9 @@ ubiquity-slideshow-ubuntu ubuntu-wallpapers-mantic winpr-utils +xserver-xorg-video-nvidia-510 +xserver-xorg-video-nvidia-515 +xserver-xorg-video-nvidia-515-server +xserver-xorg-video-nvidia-520 +xserver-xorg-video-nvidia-525 +xserver-xorg-video-nvidia-525-server diff -Nru ubuntu-release-upgrader-24.04.16/data/demoted.cfg.jammy ubuntu-release-upgrader-24.04.17/data/demoted.cfg.jammy --- ubuntu-release-upgrader-24.04.16/data/demoted.cfg.jammy 2024-04-19 19:40:34.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/data/demoted.cfg.jammy 2024-04-29 14:26:40.000000000 +0000 @@ -275,6 +275,14 @@ libnotify-dev libnss-nis libnss-nisplus +libnvidia-cfg1-510 +libnvidia-common-510 +libnvidia-compute-510 +libnvidia-decode-510 +libnvidia-encode-510 +libnvidia-extra-510 +libnvidia-fbc1-510 +libnvidia-gl-510 libobject-id-perl libpackagekit-glib2-dev libpcre16-3 @@ -353,9 +361,18 @@ libxklavier-dev libyelp-dev libzhuyin-dev +lz4 mirtest-dev nautilus-share nicstat +nvidia-compute-utils-510 +nvidia-dkms-510 +nvidia-driver-510 +nvidia-headless-510 +nvidia-headless-no-dkms-510 +nvidia-kernel-common-510 +nvidia-kernel-source-510 +nvidia-utils-510 oem-config-slideshow-ubuntu openjdk-11-dbg openjdk-11-doc @@ -405,3 +422,4 @@ ubiquity-slideshow-ubuntu ubuntu-wallpapers-jammy winpr-utils +xserver-xorg-video-nvidia-510 diff -Nru ubuntu-release-upgrader-24.04.16/data/mirrors.cfg ubuntu-release-upgrader-24.04.17/data/mirrors.cfg --- ubuntu-release-upgrader-24.04.16/data/mirrors.cfg 2024-04-19 19:40:41.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/data/mirrors.cfg 2024-04-29 14:26:40.000000000 +0000 @@ -394,7 +394,6 @@ https://mirror.coganng.com/ubuntu/ https://repo.extreme-ix.org/ubuntu/ https://mirror.coganng.com/ubuntu-ports/ -https://mirror.bjtu.edu.cn/ubuntu/ https://ftp.tc.edu.tw/Linux/ubuntu/ http://mirror.cepatcloud.id/ubuntu/ https://mirror.dkm.cz/ubuntu/ @@ -435,9 +434,7 @@ http://mirror.onevip.mk/ubuntu/ https://mirror.kkg.berlin/ubuntu/ http://babylon.cs.uh.edu/mirror-sites/ubuntu/ -https://linux.domainesia.com/ubuntu/ubuntu-archive/ https://mirror.hep.gg/ubuntu/ -https://mirror.nevacloud.com/ubuntu/ubuntu-archive/ https://mirrors.gbnetwork.com/ubuntu/ http://ftp.mirror.tw/pub/ubuntu/ubuntu/ https://ubuntu-mirror.magnetic-it.com/ubuntu/ @@ -476,7 +473,6 @@ https://mirrors.tuna.tsinghua.edu.cn/ubuntu-ports/ https://ubuntu-mirror.kimiahost.com/ http://ubuntu.mirrors.theom.nz/ -http://mirrors.codec-cluster.org/ubuntu/ https://mirror.ubuntu.serverforge.org/ http://ftp.tw.debian.org/ubuntu/ https://mirrors.bfsu.edu.cn/ubuntu/ @@ -487,7 +483,6 @@ http://mirror.infomaniak.ch/ubuntu/ http://mirror.cloudxchange.id/ubuntu/ https://ubuntu-mirror.cloud.mu/ubuntu-ports/ -https://mirror.rasanegar.com/ubuntu/ https://mirrors.sarak.as/ubuntu/ https://mirror.enzu.com/ubuntu/ https://mirrors.hostico.ro/ubuntu/archive/ @@ -589,7 +584,6 @@ http://www.ftp.ne.jp/Linux/packages/ubuntu/archive/ https://ftp.kaist.ac.kr/ubuntu-ports/ http://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu/ -http://deb-mirror.habari.co.tz/ubuntu/ https://ubuntu.repo.cure.edu.uy/ubuntu/ http://repo.iut.ac.ir/repo/Ubuntu/ https://cdn.repo.cloudeka.id/ubuntu/ @@ -613,7 +607,6 @@ https://mirror.hostingviet.vn/ubuntu/ https://mirror.pilotfiber.com/ubuntu/ http://mirror.datacenter.az/ubuntu/ -http://mirrors.mivocloud.com/ubuntu/ https://gpl.savoirfairelinux.net/pub/mirrors/ubuntu/ https://mirror.bacloud.com/ubuntu-mirror/archive/ https://mr.heru.id/ubuntu/ @@ -622,7 +615,6 @@ http://mirror.liquidrp.de/ubuntu/ http://mirrors.atlas.net.co/ubuntu/ https://mirrors.hosterion.ro/ubuntu/ -https://mirror.fra.macarne.com/ubuntu/ https://mirror.leitecastro.com/ubuntu/ https://mirror.morgan.kr/ubuntu/ https://ir.archive.ubuntu.com/ubuntu/ @@ -639,7 +631,6 @@ http://mirror.chmuri.net/ubuntu/ http://ubuntu.cs.nctu.edu.tw/ubuntu/ https://mirror.lon.macarne.com/ubuntu/ -https://archive.ubuntu.apiversa.com/ https://mirror.twds.com.tw/ubuntu/ https://mirror.group.one/ubuntu/ http://hk.mirrors.thegigabit.com/ubuntu/ @@ -670,3 +661,8 @@ https://mirror.nl.mirhosting.net/ubuntu/ https://mirror.internet.asn.au/pub/ubuntu/archive/ http://mirrors.arpnetworks.com/Ubuntu/ +http://mirror.dhakacom.com/ubuntu-archive/ +http://ports.ubuntu.moon127.net/ +http://mirror.its-tps.fr/ubuntu/ +http://archive.ubuntu.moon127.net/ +https://mirrors.gethosted.online/ubuntu/ diff -Nru ubuntu-release-upgrader-24.04.16/debian/changelog ubuntu-release-upgrader-24.04.17/debian/changelog --- ubuntu-release-upgrader-24.04.16/debian/changelog 2024-04-19 19:44:24.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/debian/changelog 2024-04-29 14:26:40.000000000 +0000 @@ -1,3 +1,19 @@ +ubuntu-release-upgrader (1:24.04.17) noble; urgency=medium + + [ Nick Rosbrook ] + * Revert "DistUpgrade.cfg.jammy: keep {netfilter,iptables}-persistent installed" + * DistUpgradeQuirks: keep {netfilter,iptables}-persistent instead of ufw + (LP: #2061891) + + [ Julian Andres Klode ] + * DistUpgrade.cfg.jammy: Add systemd-resolved to PostUpgradeInstall + (LP: #2063464) + * Transition the automatically installed bit to t64 libraries, and + do not write automatically installed bit in simulation (LP: #2064090) + * Run pre-build.sh: updating mirrors, demotions, and translations. + + -- Julian Andres Klode Mon, 29 Apr 2024 16:26:40 +0200 + ubuntu-release-upgrader (1:24.04.16) noble; urgency=medium [ Nathan Pratta Teodosio ] diff -Nru ubuntu-release-upgrader-24.04.16/po/af.po ubuntu-release-upgrader-24.04.17/po/af.po --- ubuntu-release-upgrader-24.04.16/po/af.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/af.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Afrikaans \n" @@ -579,8 +579,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Bereken die veranderinge" @@ -611,7 +611,7 @@ "teruggelaai word. Jy kan die opgradering op 'n later slag hervat." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Kon nie die opgraderings aflaai nie" @@ -626,27 +626,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Fout. tydens pleeg" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Oorspronklike stelseltoestand word herstel" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Kon nie die opgraderings installeer nie" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -654,7 +654,7 @@ "Die opgradering is gestaak. Jou stelsel kan in 'n onbruikbare staat wees. 'N " "herstel sal nou loop (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -671,7 +671,7 @@ "log/dist-upgrade/ to the bug report.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -679,24 +679,24 @@ "Die opgradering is gestaak. Kontroleer asseblief jou internetverbinding of " "installeringmedia en probeer weer. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Soek na verouderde sagteware" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Verouderde pakkette verwyder?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Behou" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "Sk_rap" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -706,28 +706,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Vereiste depends is nie geïnstalleer" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Die vereiste afhanklikheid '%s' is nie geïnstalleer. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Kontrolleer pakketbestuurder" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Misluk om die opgradering voor te berei" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -735,7 +735,7 @@ "Voorbereiding van die stelsel vir die opgradering het misluk sodat 'n " "foutverslagproses begin word." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -744,12 +744,12 @@ "foutinstallasieapport te rapporteer en dan uit te voer 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Om opgradering prerequisites gefaal" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -761,7 +761,7 @@ "\n" "Daar benewens word 'n bug verslagproses begin." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -774,15 +774,15 @@ "\n" "Om 'n bug install apport te rapporteer en dan execute" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Stoorplek inligting word opgedateer" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Ongeldige pakketinligting" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -801,23 +801,23 @@ "In die geval van 'n oorlaaide spieël, wil jy dalk later die opgradering " "probeer." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Haal tans" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Besig om op te gradeer" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Opgradering infeasible" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -826,13 +826,13 @@ "opgraderingsproses." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Opgradering onvolledig" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -841,35 +841,35 @@ "opgraderingsproses." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Opgradering voltooi" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Die opgradering is voltooi, maar daar was foute tydens die " "opgraderingsproses." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Sisteem-opgradering voltooi." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Die gedeeltelike opgradering is voltooi." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Slot skerm versper" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -877,11 +877,11 @@ msgstr "" "Jou slot skerm is gedeaktiveer en sal gedeaktiveer bly totdat jy herlaai." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1081,12 +1081,12 @@ msgid "Media Change" msgstr "Media verwisseling" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Jou grafika apparatuur is dalk nie ten volle ondersteun in Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1101,13 +1101,13 @@ "inligting, sien https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Wil jy steeds voortgaan met die opgrader?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Jou grafikahardeware is dalk nie ten volle ondersteun in Ubuntu 12,04 LTS " "nie." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1119,7 +1119,7 @@ "sien https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Wil jy " "voortgaan met die opgrader?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1127,7 +1127,7 @@ "Opgradering kan dalk werkskerm effekte en werkverrigting in speletjies en " "ander grafies intensiewe programme verminder." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1141,12 +1141,12 @@ "\n" "Wil jy voortgaan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Jammer, geen opgraderings meer vir hierdie stelsel nie" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1159,11 +1159,11 @@ "\n" "Opdaterings vir Ubuntu %s sal voortgaan tot %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Geen ARMv6 verwerker" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1175,12 +1175,12 @@ "argitektuur. Dit is nie moontlik om jou stelsel op te gradeer na 'n nuwe " "Ubuntu vrystelling met hierdie hardeware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1190,7 +1190,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1203,11 +1203,11 @@ "\n" "Opdaterings vir Ubuntu %s sal voortgaan tot %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Geen init beskikbaar" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1223,11 +1223,11 @@ "\n" "Is jy seker jy wil voortgaan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1244,12 +1244,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Verbinding aan snap Winkel gefaal" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1259,11 +1259,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Verbinding aan snap Winkel gefaal" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1275,11 +1275,11 @@ "io.\n" "Wil jy steeds voortgaan met die opgradering?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Verouderde snapd pakket" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1291,36 +1291,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Berekening van snap grootte vereistes" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Verwerking snap plaasvervangers" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "verfris snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "verfris snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "installeer snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE nie geaktiveer" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1332,11 +1332,11 @@ "weergawe van Ubuntu, moet jy PAE (indien dit moontlik is) sien:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1348,33 +1348,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Kontrolering vir geïnstalleerde snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Kan nie opgradeer nie" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Kan nie opgradeer nie" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/am.po ubuntu-release-upgrader-24.04.17/po/am.po --- ubuntu-release-upgrader-24.04.16/po/am.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/am.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Amharic \n" @@ -512,8 +512,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "ለውጦቹን በማስላት ላይ" @@ -540,7 +540,7 @@ msgstr "ማሻሻያው አሁን ይሰረዛል እና ስርአቱ ወደ ነበረበት ሁኔታ ይመለሳል: እርስዎ ትንሽ ቆይተው እንደገና ይሞክሩ" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "የማሻሻያውን ጭነት ማውረድ አልተቻለም" @@ -554,27 +554,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "በመፈጸም ላይ ስህተት" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "መጀመሪያ ወደነበረበት ስርአት መመለሰ" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "ማሻሻያውን መግጠም አልተቻለም" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -582,7 +582,7 @@ "ማሻሻሉ ተቋርጧል: የ እርስዎ ስርአት በ ተረጋጋ ሁኔታ ላይ አይደለም: ስለዚህ እንደገና ማግኛ አሁን ይሄዳል (dpkg --" "configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -599,30 +599,30 @@ "the bug report.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "ማሻሻያው ተቋርጧል: እባክዎን የ ኢንተርኔት ግንኙነት ይመርምሩ ወይንም የ መግጠሚያ አካሉን እንደገና ይሞክሩ " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "ጊዜው ያለፈበትን ሶፍትዌር በመፈለግ ላይ" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "ላስወግዳቸው አሮጌ ጥቅሎችን?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_ማስቀመጥ" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_ማስወገጃ" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -630,34 +630,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "የሚያስፈልጉት ጥገኞች አልተገጠሙም" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "የሚያስፈልጉት ጥገኞች '%s' አልተገጠሙም " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "የጥቅል አስተዳዳሪን በመመርመር ላይ" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "ማሻሻያውን ማሰናዳት አልተቻለም" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "ስርአቱን ለማሻሻል አልተቻለም ስለዚህ የ ችግር ማሳወቂያ ሂደት ተጀምሯል" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -665,12 +665,12 @@ "ስርአቱን ለማሻሻል አልተቻለም: ችግሩን ለማሳወቅ ይህን ይግጠሙ apport እና ይፈጽሙ 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "ማሻሻያ በ ቅድሚያ መጠየቅ አልተቻለም" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -681,7 +681,7 @@ "\n" "በ ተጨማሪ: የ ችግር መግለጫ ማሳወቂያ ሂደት ተጀምሯል" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -694,15 +694,15 @@ "የ ችግር መግለጫ ለማሳወቅ apport ይግጠሙ እና ከዛ ይፈጽሙ 'apport-bug ubuntu-release-" "upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "የማስቀመጫውን መረጃ በማሻሻል ላይ" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "ዋጋ የሌለው የጥቅል መረጃ" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -719,79 +719,79 @@ "ዝርዝር የ ሶፍትዌር ምንጭ የ ተሰናዳውን: \n" "ስለዚህ በርካታ አንፀባራቂ ከ ተጫነ: እርስዎ ትንሽ ቆይተው እንደገና ይሞክሩ" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "ሄዶ ማምጣት" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "በማሻሻል ላይ" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "ማሻሻሉ ተጠናቋል" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "ማሻሻሉ ተፈጽሟል ነገር ግን ስህተት ተፈጥሯል በ ማሻሻያው ሂደት ውስጥ" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "ስርአቱን ማሻሻል ተጠናቋል" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "በከፊል ማሻሻሉ ተጠናቋል" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -984,11 +984,11 @@ msgid "Media Change" msgstr "የሜዲያ ለውጥ" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "የ እርስዎ graphics ጠንካራ አክል ሙሉ በ ሙሉ የ ተደገፈ ላይሆን ይችላል በ ኡቡንቱ 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1002,11 +1002,11 @@ "መረጃ ይህን ይመልከቱ: https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D እርስዎ ማሻሻሉን መቀጠል ይፈልጋሉ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "የ እርስዎ graphics hardware በ ሙሉ የተደገፈ አይደለም በ ኡቡንቱ 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1017,7 +1017,7 @@ "ሊያጋጥምዎት ይችላል ከ ተሻሻለ በኋላ: ለ በለጠ መረጃ ይህን ይመልከቱ https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx እርስዎ ማሻሻሉን መቀጠል ይፈልጋሉ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1025,7 +1025,7 @@ "ማሻሻል የ ዴስክቶፕ ውጤቶችን ሊቀንስ ይችላል: ጨዋታዎች በሚጫወቱ ጊዜ ወይንም ሀይለኛ graphics ፕሮግራሞችን " "በሚጠቀሙ ጊዜ" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1038,12 +1038,12 @@ "\n" "እርስዎ በ እርግጥ መቀጠል ይፈልጋሉ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1052,11 +1052,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "No ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1064,12 +1064,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1079,7 +1079,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1088,11 +1088,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "ምንም ማስጀመሪያ ዝግጁ አይደለም" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1102,11 +1102,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1123,11 +1123,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1137,11 +1137,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1149,11 +1149,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1162,36 +1162,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE አላስቻሉም" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1203,11 +1203,11 @@ "ከሆነ) ይህን ይመልከቱ:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1219,33 +1219,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "ማሻሻል አልተቻለም" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "ማሻሻል አልተቻለም" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/an.po ubuntu-release-upgrader-24.04.17/po/an.po --- ubuntu-release-upgrader-24.04.16/po/an.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/an.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Daniel Martinez \n" "Language-Team: Aragonese \n" @@ -485,8 +485,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -513,7 +513,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -525,33 +525,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -562,30 +562,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -593,45 +593,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -639,7 +639,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -648,15 +648,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -668,79 +668,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -927,11 +927,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -941,11 +941,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -953,13 +953,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -968,12 +968,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -982,11 +982,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -994,12 +994,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1009,7 +1009,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1018,11 +1018,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1032,11 +1032,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1053,11 +1053,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1067,11 +1067,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1079,11 +1079,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1092,36 +1092,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1129,11 +1129,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1145,33 +1145,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "No se puet esviellar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "No se puet esviellar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ar.po ubuntu-release-upgrader-24.04.17/po/ar.po --- ubuntu-release-upgrader-24.04.16/po/ar.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ar.po 2024-04-29 14:26:40.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: po_update-manager-ar\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Ibrahim Saed \n" "Language-Team: Arabic\n" @@ -546,8 +546,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "يُحصي التغيرات" @@ -576,7 +576,7 @@ "في وقت لاحق." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "تعذّر تنزيل الترقيات" @@ -590,27 +590,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "عطل أثناء الإيداع" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "يسترجع الحالة الأصلية للنظام" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "تعذّر تثبيت الترقيات" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -618,7 +618,7 @@ "لقد أُجهضت الترقية. قد يصبح نظامك في خالة غير مستقرة. سيُشغل الاستعفاء الآن " "(dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -635,31 +635,31 @@ "var/log/dist-upgrade/ في تقرير العلة.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" "لقد تم إلغاء الترقية. تحقق من اتصالك بالإنترنت أو وسيط التثبيت وحاول مجددا. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "يبحث عن برمجيات قديمة" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "أأزيل الحزم المبطلة؟" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "ا_ستبق" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "أ_زل" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -667,34 +667,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "اعتمادات مطلوبة غير مثبتة" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "الاعتمادية المطلوبة '%s' ليست مثبتة. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "يفحص مدير الحزم" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "فشل تجهيز الترقية" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "فشل تحضير النظام للترقية، لذلك يجري بدء عملية للإبلاغ عن العلّة." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -702,12 +702,12 @@ "فشل تحضير النظام للترقية. للإبلاغ عن المشكلة ثبّت apport ثم نفّذ الأمر 'apport-" "bug ubuntu-release-upgrader' في الطرفية." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "فشل جلب متطلبات الترقية" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -719,7 +719,7 @@ "\n" "بالإضافة إلى ذلك، يجرى بدء عملية للإبلاغ عن العلّة." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -733,15 +733,15 @@ "للإبلاغ عن علّة، قم بتثبيت apport ثم نفّذ إجراء 'apport-bug ubuntu-release-" "upgrader' في الطرفية." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "يحدّث معلومات المستودعات" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "معلومات حزم غير صحيحة" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -760,79 +760,79 @@ "إذا كانت المشكلة بسبب الحِمل الزائد على الروابط البديلة، فربما عليك محاولة " "الترقية لاحقا." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "يجلب" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "تجري الترقية" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "اكتملت الترقية" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "الترقية اكتملت، ولكن كان هناك أخطاء أثناء عملية الترقية." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "تمت ترقية النظام." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "اكتملت الترقية الجزئية." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1025,11 +1025,11 @@ msgid "Media Change" msgstr "تغيير الوسائط" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "قد يكون عتاد الرسوميات في جهازك ليس مدعوما بالكامل في أوبونتو 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1044,11 +1044,11 @@ "Bugs/UpdateManagerWarningForUnity3D\r\n" "هل ما زلت ترغب بالاستمرار في الترقية؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "قد يكون عتاد الرسوميات في جهازك غير مدعوم بالكامل في أوبنتو 12.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1059,7 +1059,7 @@ "لمزيد من المعلومات انظر: https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx هل تود الاستمرار في الترقية؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1067,7 +1067,7 @@ "قد تقلل الترقية من تأثيرات سطح المكتب، وأداء الألعاب وبرامج الرسوميات " "المكثفة الأخرى." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1080,12 +1080,12 @@ "\n" "أتريد المواصلة؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1094,11 +1094,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "لا معالج ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1109,12 +1109,12 @@ "مبنية لتعمل على الطراز ARMv6 كحد أدنى. من غير الممكن ترقية نظامك إلى إصدارة " "أوبونتو حديثة مع هذا العتاد." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1124,7 +1124,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1133,11 +1133,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "لا يوجد عفريت مدير للعمليات" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1152,11 +1152,11 @@ "\n" "هل حقاً تريد الاستمرار؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1173,11 +1173,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1187,11 +1187,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1199,11 +1199,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1212,36 +1212,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1249,11 +1249,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1265,33 +1265,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "تعذّرت الترقية" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "تعذّرت الترقية" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ast.po ubuntu-release-upgrader-24.04.17/po/ast.po --- ubuntu-release-upgrader-24.04.16/po/ast.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ast.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: ivarela \n" "Language-Team: Asturian \n" @@ -535,8 +535,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calculando los cambeos" @@ -565,7 +565,7 @@ "orixinal. Pues reanudar l'anovamientu más sero." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Nun se puede descargar les actualizaciones" @@ -580,27 +580,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Error durante la confirmación" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restaurando al estau del sistema orixinal" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Nun pudieron instalase los anovamientos" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -608,7 +608,7 @@ "Encaboxóse l'anovamientu. Pue que'l sistema quedare nun estáu non usable. " "Agora, va facese una recuperación (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -625,7 +625,7 @@ "var/log/dist-upgrade/ al informe.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -633,24 +633,24 @@ "Encaboxóse l'anovamientu. Por favor, comprueba la conexón a Internet o el " "sofitu d'instalación y vuelvi a intentalo. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Buscando software obsoletu" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "¿Desaniciar paquetes obsoletos?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Caltener" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Esborrar" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -660,28 +660,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Dependencia requería nun ta instalada" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "La dependencia requería «%s» nun ta instalada. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Comprobando'l xestor de paquetes" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Falló la tresna del anovamientu" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -689,7 +689,7 @@ "Hebo un fallu al preparar el sistema pal anovamientu poro, ta arrancando un " "procesu de notificación de fallos." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -697,12 +697,12 @@ "Falló la preparación del sistema pal anovamientu. Pa informar d'un fallu " "instale apport y execute «apport-bug ubuntu-release-upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Falló la tresna del anovamientu" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -715,7 +715,7 @@ "\n" "Adicionalmente, ta aniciándose un procesu de notificación d'errores." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -730,15 +730,15 @@ "Pa informar d'un fallu instale apport y execute «apport-bug ubuntu-release-" "upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Anovando información del repositoriu" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Información del paquete nun válida" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -750,79 +750,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Descargando" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Anovando" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Completóse l'anovamientu" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "L'anovamientu completóse pero hebo fallos durante'l procesu." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "anovamientu del sistema completáu" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "L'anovamientu parcial completóse." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1021,12 +1021,12 @@ msgid "Media Change" msgstr "Cambéu de preséu" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Pue que'l so hardware gráficu nun tenga sofitu completu n'Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1041,12 +1041,12 @@ "obtener más información, consulta https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D ¿Aínda quies siguir col anovamientu?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "El hardware de gráficos nun ye compatible dafechu con Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1058,7 +1058,7 @@ "información llei https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx " "¿Quies siguir col anovamientu?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1067,7 +1067,7 @@ "rendimientu de los xuegos y otros programes qu'usen gráficos de mou " "intensivu." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1081,12 +1081,12 @@ "\n" "¿Quier continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1095,11 +1095,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "No ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1111,12 +1111,12 @@ "ARMv6 como arquiteutura mínima. Nun ye dable anovar el so sistema a la nueva " "versión d'Ubuntu con esti hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1126,7 +1126,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1135,11 +1135,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "El degorriu init nun ta disponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1155,11 +1155,11 @@ "\n" "¿Daveres que quies siguir?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1176,11 +1176,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1190,11 +1190,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1202,11 +1202,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1215,36 +1215,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE nun ta activáu" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1256,11 +1256,11 @@ "más reciente d'Ubuntu, tien d'activar PAE (si ye posible) vea:\n" " http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1272,33 +1272,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Nun se pue anovar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Nun se pue anovar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/az.po ubuntu-release-upgrader-24.04.17/po/az.po --- ubuntu-release-upgrader-24.04.16/po/az.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/az.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Emin Mastizadeh \n" "Language-Team: Azerbaijani \n" @@ -468,8 +468,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -496,7 +496,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Yeniləmələr endirilə bilmədi" @@ -508,33 +508,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Yeniləmələr qurula bilmədi" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -545,30 +545,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Saxla" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Sil" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -576,45 +576,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Paket idarəçisi yoxlanır" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Yeniləmənin hazırlanması alınmadı" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -622,7 +622,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -631,15 +631,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Saxlanc məlumatı yenilənir" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Xətalı paket məlumatı" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -651,79 +651,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Yenilənir" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Sistemin yenilənməsi başa çatdı." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -912,11 +912,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -926,11 +926,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -938,13 +938,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -953,12 +953,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -967,11 +967,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -979,12 +979,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -994,7 +994,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1003,11 +1003,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1017,11 +1017,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1038,11 +1038,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1052,11 +1052,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1064,11 +1064,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1077,36 +1077,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1114,11 +1114,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1130,33 +1130,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Yenilənmək mümkün deyil" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Yenilənmək mümkün deyil" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/be.po ubuntu-release-upgrader-24.04.17/po/be.po --- ubuntu-release-upgrader-24.04.16/po/be.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/be.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Belarusian \n" @@ -533,8 +533,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Падлічыць змены" @@ -563,7 +563,7 @@ "стану сістэмы. Вы можаце працягнуць гэта абнаўленне пазней." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Не атрымалася загрузіць абнаўленні" @@ -578,27 +578,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Памылка пры фіксаванні" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Аднаўленне першапачатковага стану сістэмы" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Немагчыма ўсталяваць абнаўленні" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -607,7 +607,7 @@ "для нармальнага выкарыстання. Зараз будзе запушчаны працэс аднаўлення (dpkg " "--configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -624,7 +624,7 @@ "dist-upgrade/ да справаздачы пра памылку..\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -632,24 +632,24 @@ "Абнаўленне спыненае. Калі ласка праверце злучэнне з Інтэрнэтам, альбо іншую " "крыніцу ўсталёўкі і паспрабуйце зноў. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Пошук састарэлых праграм" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Выдаліць састарэлыя пакеты?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "За_хаваць" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Выдаліць" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -657,28 +657,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Неабходныя залежнасці не ўсталяваныя" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Неабходныя залежнасці \"%s\" не ўсталяваныя. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Праверка мэнэджара пакетаў" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Збой падрыхтоўкі да абнаўлення" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -686,7 +686,7 @@ "Падрыхтоўкі сістэмы да абнаўлення не атрымалася, будзе запушчана праграма " "справаздач аб памылках." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -695,12 +695,12 @@ "памылку, усталюйце apport і выканайце каманду \"apport-bug ubuntu-release-" "upgrader\"." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Падрыхтоўка да абнаўлення завяршылася няўдала" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -713,7 +713,7 @@ "\n" "Выконваецца запуск паведамлення пра няспраўнасць." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -726,15 +726,15 @@ "Каб паведаміць пра памылку ўсталяваць apport, а затым выканайце 'apport-bug " "ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Абнаўленне інфармацыі аб сховішчы" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Некарэктная інфармацыя аб пакеце" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -752,80 +752,80 @@ "забеспячэння ў /etc/apt/sources.list.\n" "Калі люстэрка перагружана, можна зноў паспрабаваць абнавіцца пазней." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Атрыманне" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Абнаўленне" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Абнаўленне скончана" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Абнаўленне скончана, аднак падчас працэсу абнаўлення здарыліся памылкі." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Абнаўленне сістэмы завершана" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Частковае абнаўленне завершана." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1025,12 +1025,12 @@ msgid "Media Change" msgstr "Змена носьбіта" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Ваша графічнае абсталяванне не можа быць цалкам падтрыманым ў Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1045,13 +1045,13 @@ "звесткі гл. https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Вы " "ўсё яшчэ хочаце працягнуць абнаўленне?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Вашае графічнае абсталяванне, магчыма, не будзе падтрымлівацца цалкам у " "Ubuntu 12.04 LTS" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1063,7 +1063,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx \r\n" "Вы сапраўды хочаце працягнуць абнаўленне?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1071,7 +1071,7 @@ "Абнаўленне можа выклікаць зніжэнне якасці эфектаў працоўнага стала і " "прадукцыйнасці ў гульнях і праграмах, што актыўна выкарыстоўваюць графіку." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1085,12 +1085,12 @@ "\n" "Працягнуць?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1099,11 +1099,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Няма працэсара ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1115,12 +1115,12 @@ "ARMv6 і вышэй. Вашу сістэму немагчыма абнавіць да новага рэлізу Ubuntu з " "бягучым апаратным забеспячэннем." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1130,7 +1130,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1139,11 +1139,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Служба init недаступна" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1157,11 +1157,11 @@ "\n" "Вы ўпэўнены, што хочаце працягнуць?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1178,11 +1178,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1192,11 +1192,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1204,11 +1204,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1217,36 +1217,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE не ўключана" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1258,11 +1258,11 @@ "12.10. Абнаўленне да новай версіі Ubuntu запатрабуе ўключэння PAE (калі гэта " "магчыма). Гл.: Http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1274,33 +1274,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Немагчыма абнавіць" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Немагчыма абнавіць" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/bg.po ubuntu-release-upgrader-24.04.17/po/bg.po --- ubuntu-release-upgrader-24.04.16/po/bg.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/bg.po 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: update manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Bulgarian \n" @@ -531,8 +531,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Пресмятане на промените" @@ -561,7 +561,7 @@ "състояние на системата. Можете да продължите надграждането по-късно." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Не могат да бъдат свалени надгражданията" @@ -576,27 +576,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Грешка при прехвърляне" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Възстановяване на първоначалното състояние на системата" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Не можаха да бъдат инсталирани надгражданията" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -604,7 +604,7 @@ "Надграждането бе прекъснато. Системата ви може да е в нестабилно състояние. " "Сега ще се извърши възстановяване (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -622,7 +622,7 @@ "си.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -630,24 +630,24 @@ "Надграждането бе прекъснато. Моля, проверете интернет връзката или " "инсталационната среда и опитайте отново. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Търсене на остарял софтуер" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Да премахна ли остарелите пакети?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Задържи" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Премахни" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -657,28 +657,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Не са инсталирани необходимите зависимости" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Необходимата зависимост «%s» не е инсталирана. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Проверка на мениджъра на пакети" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Подготовката за надграждането бе неуспешна" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -686,18 +686,18 @@ "Възникна грешка по време на подготовката на системата към пълноценно " "надграждане. Стартира процеса за докладване на грешки." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Грешка при получаване на изискванията за надграждане" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -710,7 +710,7 @@ "\n" "Стартират системните съобщения за неизправност." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -719,15 +719,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Актуализиране на информацията от хранилището" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Невалидна информация за пакета" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -746,79 +746,79 @@ "В случай на голямо натоварване на огледалото може да опитате да надградите " "по-късно." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Получаване" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Надграждане" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Надграждането завърши" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Надграждането завърши, но възникнаха грешки по време на този процес." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Надграждането на системата завърши." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Частичното надграждане завърши." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1020,12 +1020,12 @@ msgid "Media Change" msgstr "Смяна на носител" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Вашият графичен хардуер не може да бъде напълно поддържан в Убунту 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1040,12 +1040,12 @@ "посетете https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D. Все " "още ли искате да започнете с надграждането?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Вашият графичен хардуер може да не се поддържа напълно в Убунту 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1057,7 +1057,7 @@ "информация вижте https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx. " "Искате ли да продължите с надграждането?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1065,7 +1065,7 @@ "Надграждането може да намали ефектите на работния плот и производителността " "в игрите и други графични програми." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1078,12 +1078,12 @@ "\n" "Искате ли да продължите?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1092,11 +1092,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Няма ARMv6 процесор" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1107,12 +1107,12 @@ "пакети в Karmic бяха оптимизрани с изискване минимум ARMv6 архитектура. Не е " "възможно да надградите система си до ново издание на Убунту с този хардуер." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1122,7 +1122,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1131,11 +1131,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Няма достъпен init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1149,11 +1149,11 @@ "изисква се, актуализиране на настройката на виртуалната ви машина.\n" "Сигурни ли сте, че искате да продължите?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1170,11 +1170,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1184,11 +1184,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1196,11 +1196,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1209,36 +1209,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE е изключен" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1246,11 +1246,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1262,33 +1262,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Надграждането е невъзможно" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Надграждането е невъзможно" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/bn.po ubuntu-release-upgrader-24.04.17/po/bn.po --- ubuntu-release-upgrader-24.04.16/po/bn.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/bn.po 2024-04-29 14:26:40.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: shotwell-0.7.2\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-02-10 12:11+0000\n" "Last-Translator: Istiak Ferdous \n" "Language-Team: Bengali \n" @@ -527,8 +527,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "পরিবর্তন হিসাব করা হচ্ছে" @@ -557,7 +557,7 @@ "সময়ে আপগ্রেড বন্ধ করে দিতে পারেন।" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "আপগ্রেড ডাউনলোড করা যায় নি" @@ -571,28 +571,28 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "প্রেরণ করার সময় সমস্যা" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "সিস্টেমটি রিস্টার্ট করছি" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "আপগ্রেড ইন্সটল করা যায় নি" # snigdha #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -600,7 +600,7 @@ "আপগ্রেড বন্ধ করে দেয়া হয়েছে। সিস্টেমটি এখন ব্যবহার করা নাও যেতে পারে। এখন " "পুনরূদ্ধারকরণ প্রক্রিয়া চলতে থাকবে (dpkg --configure -a)" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -617,7 +617,7 @@ "var/log/dist-upgrade/ to the bug report ফাইগুলো সংযুক্ত করুন। \n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -625,25 +625,25 @@ "আপগ্রেড প্রত্যাখ্যান করা হয়েছে। অনুগ্রহ করে ইন্টারনেট সংযোগ বা ইনস্টলেশন মিডিয়া " "পরীক্ষা করুন এবং পুনরায় চেষ্টা করুন। " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "অপ্রচলিত সফ্টওয়্যার অনুসন্ধান করা হচ্ছে" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "অপ্রচলিত প্যাকেজগুলো মুছে ফেলা হবে?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "রাখো (_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "সরাও (_স)" # snigdha -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -653,29 +653,29 @@ # snigdha #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "প্রয়োজনীয় ডিপেন্ডেন্সী ইন্সটল করা হয়নি" # snigdha -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "প্রয়োজনীয় ডিপেন্ডেন্সী '%s' ইন্সটল করা হয়নি। " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "প্যাকেজ ম্যানেজার পরীক্ষা করা হচ্ছ" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "আপগ্রেডের প্রস্তুতি ব্যর্থ" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -683,7 +683,7 @@ "সিস্টেমকে হালনাগাদের জন্য প্রস্তুতকরণ ব্যর্থ হয়েছে, তাই একটি ত্রুটি রিপোর্ট করার " "প্রক্রিয়া শুরু হয়েছে" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -692,12 +692,12 @@ "করুন এবং 'apport-bug ubuntu-release-upgrader' কার্যকর করুন।" # prb-snigdha -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "আপগ্রেডের জন্য প্রয়োজনীয় তথ্য পেতে ব্যার্থ" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -709,7 +709,7 @@ "\n" "উপরন্তু, বাগ প্রতিবেদন করার প্রক্রিয়া শুরু করা হচ্ছে।" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -718,15 +718,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "রিপজিটরির তথ্য আপডেট করা হচ্ছে" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "ভুল প্যাকেজ তথ্য" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -738,80 +738,80 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "টেনে আনা হচ্ছে" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "আপগ্রেড করা হচ্ছে" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "হালনাগাদ সম্পন্ন হয়েছে" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "আপগ্রেড সম্পন্ন কিন্তু আপগ্রেড প্রসেসের সময় ত্রুটি ঘটে।" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "সিস্টেম আপগ্রেড সম্পন্ন।" # snigdha -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "আংশিক আপগ্রেড সম্পন্ন হয়েছে।" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1009,11 +1009,11 @@ msgid "Media Change" msgstr "মিডিয়া পরিবর্তন" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1023,12 +1023,12 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "আপনার গ্রাফিক্স হার্ডওয়্যার উবুন্টু ১২.০৪ (LTS) এ সম্ভবত পুরোপুরি ভাবে সমর্থন করবে না।" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1040,7 +1040,7 @@ "Bugs/UpdateManagerWarningForI8xx আপনি কি উন্নীতকরণ করতে চান?" # snigdha -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1048,7 +1048,7 @@ "আপগ্রেড করার ফলে গ্রাফিক ভিত্তিক প্রোগ্রাম ও গেমস্ ব্যবহার করার সময় ডেক্সটপের প্রভাব " "ও কার্যকারীতা কিছুটা কমে যাবে।" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1061,12 +1061,12 @@ "\n" " আপনি কি চালিয়ে যেতে চান?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1075,11 +1075,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "কোনো ARMv6 CPU নেই" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1090,12 +1090,12 @@ "সব প্যাকেজ সর্বনিম্ন ARMv6 আর্কিটেকচারে নির্মাণ করা হয়েছে। এই হার্ডওয়্যার সহকারে " "আপনার সিস্টেমকে নতুন উবুন্টু সংস্করণে আপগ্রেড করা সম্ভব নয়।" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1105,7 +1105,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1114,11 +1114,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "কোনো init নেই" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1133,11 +1133,11 @@ "\n" "আপনি কি নিশ্চিত আপনি এগিয়ে যেতে চান?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1154,11 +1154,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1168,11 +1168,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1180,11 +1180,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1193,36 +1193,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE সক্রিয় নয়" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1230,11 +1230,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1246,33 +1246,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "আপডেট করা সম্ভব নয়" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "আপডেট করা সম্ভব নয়" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/bo.po ubuntu-release-upgrader-24.04.17/po/bo.po --- ubuntu-release-upgrader-24.04.16/po/bo.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/bo.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Tibetan \n" @@ -493,8 +493,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "བཟོ་བཅོས་འདི་བརྩི་འདངས་རྒྱག་བཞིན་པ" @@ -523,7 +523,7 @@ "ཐུབ" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "རིམ་སྤོར་ལེན་འཇུག་མི་ཐུབ་པ" @@ -535,27 +535,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "ངོས་འཛིན་སྐབས་སྐྱོན་བྱུང་བ" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "མ་ལག་ཐོག་མའི་གནས་སྟངས་བསྐྱར་གསོ་བཞིན་པ" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "རིམ་སྤོར་སྒྲིག་འཇུག་མི་ཐུབ་པ" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -563,7 +563,7 @@ "རིམ་སྤོར་ཆད་སོང་། ཁྱོད་ཀྱི་མ་ལག་དེ་སྤྱོད་མི་རུང་བའི་གནས་ལ་ལྷུང་འགྲོ་ཉེན་ཆེ། ད་ལྟ་སྐྱོན་གསོ་བྱེད་ཞིག་འཁོར་" "སྐྱོད་བྱེད་པ (dpkg --configure -a)" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -574,7 +574,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -582,24 +582,24 @@ "གསར་སྒྱུར་དེ་ཆད་སོང་། ཁྱོད་ཀྱི་དྲ་བ་སྦྲེལ་མཐུད་དང་ཡང་ན་སྒྲིག་འཇུག་འཇུག་ཟམ་ལ་ཞིབ་བཤེར་བྱས་ནས་ཡང་བསྐྱར་" "ཚོད་ལྟ་བྱེད་རོགས " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "དུས་ཡོལ་གྱི་མཉེན་ཆས་འཚོལ་བཞིན་པ" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "དུས་ཡོལ་འཐུམ་སྒྲིལ་བསུབ་པ" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "ཉར་འཇོག_K" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "བསུབ་པ_R" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -607,45 +607,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "དགོས་མཁོའི་ཞོལ་གཏོགས་སྒྲིག་འཇུག་བྱས་མི་འདུག" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "དགོས་མཁོའི་ཞོལ་གཏོགས་'%s' སྒྲིག་འཇུག་མི་འདུག " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "འཐུམ་སྒྲིལ་དོ་དམ་པ་ཞིབ་བཤེར་བཞིན་པ" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "ལེགས་འགྲུབ་མ་ཐུབ་པའི་རིམ་སྤོར་ལ་གྲ་སྒྲིག་བཞིན་པ" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "སྔོན་འགྲོའི་ཆ་རྐྱེན་ཐོབ་མ་ཐུབ་པ" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -653,7 +653,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -662,15 +662,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "གསོག་མཛོད་གྱི་གནས་ཚུལ་གསར་སྒྱུར་བཞིན་པ" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "འཐུམ་སྒྲིལ་གནས་ཚུལ་ཕན་ནུས་མེད་པ" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -682,79 +682,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "ལེན་བཞིན་པ" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "རིམ་སྤོར་བཞིན་པ" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "རིམ་སྤོར་ལེགས་འགྲུབ" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "རིམ་སྤོར་ལེགས་འགྲུབ་ཚར་ནའང་རིམ་སྤོར་སྐྱོད་བཞིན་པའི་སྐབས་ནོར་འཁྲུལ་ཞིག་འདུག" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "མ་ལག་རིམ་སྤོར་ལེགས་འགྲུབ་ཚར" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "ཆ་ཤས་རིམ་སྤོར་ཞིག་ལེགས་འགྲུབ་ཚར" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -943,11 +943,11 @@ msgid "Media Change" msgstr "འཇུག་ཟམ་བརྗེ་བ" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -957,11 +957,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -969,7 +969,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -977,7 +977,7 @@ "རིམ་སྤོར་གྱིས་མདུན་ངོས་ཀྱི་རྣམ་པ་དང་རྩེད་རིགས་ཀྱི་འགྲོ་སྟངས། པར་རིས་མང་པོ་ཡོད་པའི་བྱ་རིམ་ལ་འགྱུར་ལྡོག་ཡོད་" "ཉེན་ཆེཨ" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -990,12 +990,12 @@ "\n" "ཁྱོད་ཀྱིས་མུ་མཐུད་དགོས་སམ" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1004,11 +1004,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "ARMv6 CPU་མེད་པ" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1020,12 +1020,12 @@ "minimal architecture. It is not possible to upgrade your system to a new " "Ubuntu release with this hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1035,7 +1035,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1044,11 +1044,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "init ་མེད་པ" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1064,11 +1064,11 @@ "\n" "Are you sure you want to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1085,11 +1085,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1099,11 +1099,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1111,11 +1111,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1124,36 +1124,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1161,11 +1161,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1177,33 +1177,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Cannot upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Cannot upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/br.po ubuntu-release-upgrader-24.04.17/po/br.po --- ubuntu-release-upgrader-24.04.16/po/br.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/br.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Breton \n" @@ -510,8 +510,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "O jediñ ar c'hemmoù" @@ -538,7 +538,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "N'haller ket pellgargañ an hizivadennoù" @@ -551,33 +551,33 @@ # drebadek : permanent #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Fazi e-pad ma oa o lakaat da zrebadek" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Oc'h adsevel stad orin ar reizhiad" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "N'haller ket staliañ an hizivadennoù" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -588,30 +588,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "O klask meziantoù dispredet" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Dilemel ar pakadoù dispredet ?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Mirout" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Dilemel" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -621,45 +621,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "N'eo ket bet staliet diazalc'hadennoù azgoulennet" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "N'eo ket bet staliet an diazalc'hadenn '%s' azgoulennet. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "O wiriañ ardoer ar pakadoù" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "C'hwitadenn war prientiñ an hizivaat" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "C'hwitadenn war kaout ar meziantoù rakgoulennet ret d'an hizivaat" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -667,7 +667,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -676,15 +676,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "O hizivaat stlennoù ar mirlec'h" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Stlennoù ar pakadoù didalvoudek" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -696,79 +696,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "O tastum" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "O hizivaat" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Echu eo an hizivaat" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Echu eo hizivadur ar rezizhiad" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Peurechu eo an hizivaat darnel" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -965,11 +965,11 @@ msgid "Media Change" msgstr "Kemm ar media" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -979,11 +979,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -991,7 +991,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -999,7 +999,7 @@ "Dre an hizivaat e vo gwashaet efedoù ar burev marteze, an digonadoù evit ar " "c'hoarioù hag ar gouvlevioù a c'houlenn kalz a-fet kevregadoù." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1013,12 +1013,12 @@ "\n" "Ha fellout a ra deoc'h kenderc'hel ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1027,11 +1027,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Korrgewerier ARMv6 ebet" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1043,12 +1043,12 @@ "c'houlenne da gaout ARMv6 evit adeiladezh izek. N'eus ket tro da hizivaat ho " "reizhiad da handelv nevez Ubuntu gant ar periant-mañ." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1058,7 +1058,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1067,12 +1067,12 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "an deraouekaat n'eo ket hegerz" # daemon : argerzh en drekva -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1087,11 +1087,11 @@ "gefluniañ galloudel da gentañ.\n" "Ha fellout a ra deoc'h kenderc'hel ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1108,11 +1108,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1122,11 +1122,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1134,11 +1134,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1147,36 +1147,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1184,11 +1184,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1200,33 +1200,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "N'hall ket hizivaat" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "N'hall ket hizivaat" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/bs.po ubuntu-release-upgrader-24.04.17/po/bs.po --- ubuntu-release-upgrader-24.04.16/po/bs.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/bs.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Bosnian \n" @@ -561,8 +561,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Izračunavanje promjena" @@ -591,7 +591,7 @@ "Možete da nastavite nadogradnju kasnije." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Nisam mogao preuzeti nadogradnje" @@ -605,27 +605,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Javila se greška tokom upisivanja" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Vraćam u početno stanje" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Nisam mogao instalirati nadogradnje" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -633,7 +633,7 @@ "Nadogradnja je prekinuta. Vaš sistem bi mogao biti u neupotrebljivom stanju. " "Popravak će upravo biti pokrenut (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -650,31 +650,31 @@ "prijavu greške.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" "Nadogradnja je prekinuta. Vaš sistem bi mogao biti u neupotrebljivom stanju. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Tražim zastarjele programe" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Ukloniti zastarjele pakete?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Zadrži" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Ukloni" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -684,28 +684,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Neophodna međuzavisnost nije instlirana." -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Neophodna međuzavisnost „%s“ nije instlirana. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Provjeravam menadžera paketa" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Neuspjelo pripremanje nadogradnje" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -713,7 +713,7 @@ "Priprema sistema za nadogradnju nije uspjela tako da je pokrenut proces za " "izvještavanje o greški." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -721,12 +721,12 @@ "Priprema sistema za nadogradnju je neuspjela. Da prijavite grešku " "instalirajte apport u pokrenite 'apport-bug ubuntu-release-upgrader'" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Neuspjelo dobavljanje preduslova za nadogradnju" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -738,7 +738,7 @@ "\n" "Uz ovo, pokrenut je i proces za izvještavanje o grešci." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -752,15 +752,15 @@ "Da prijavite grešku instalirajte apport u pokrenite 'apport-bug ubuntu-" "release-upgrader'" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Nadograđujem podatke repozitorija" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Neispravni podaci paketa" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -779,80 +779,80 @@ "U slučaju preopterećenog mirror servera pokušajte nadogradnju uraditi " "kasnije." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Dobavljanje" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Nadograđujem" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Nadogradnja završena" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Nadogradnja je završila, ali su bile greške tokom postupka nadogradnje." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Nadogradnja sistema je završena." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Djelimična nadogradnja završena." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1051,13 +1051,13 @@ msgid "Media Change" msgstr "Izmjena Medija" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Postoji mogućnost da vaš grafički hardver ne bude u potpunosti podržan na " "Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1071,11 +1071,11 @@ "sačuvate LTS verziju. Za više informacija pogledajte https://wiki.ubuntu.com/" "X/Bugs/UpdateManagerWarningForUnity3D Želite li nastaviti s nadogradnjom?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Vaš grafički hardver možda nije potpuno podržan u Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1087,7 +1087,7 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Želite li nastaviti sa " "nadogradnjom?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1095,7 +1095,7 @@ "Nadogradnja može reducirati desktop efekte i učinak u igrama i drugim " "grafički zahtjevnim programima." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1108,12 +1108,12 @@ "\n" "Da li želite da nastavite?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1122,11 +1122,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Nema ARMv6 procesora" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1138,12 +1138,12 @@ "minimalnu arhitekturu. Nije moguće nadograditi vaš sistem na novo Ubuntu " "izdanje sa ovim hardverom." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1153,7 +1153,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1162,11 +1162,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "init nije dostupan" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1181,11 +1181,11 @@ "\n" "Da li ste sigurni da želite na nastavite?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1202,11 +1202,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1216,11 +1216,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1228,11 +1228,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1241,36 +1241,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE nije uključen" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1282,11 +1282,11 @@ "omogućiti PAE (ako je to moguće) vidi:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1298,33 +1298,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Nemoguće nadograditi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Nemoguće nadograditi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ca.po ubuntu-release-upgrader-24.04.17/po/ca.po --- ubuntu-release-upgrader-24.04.16/po/ca.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ca.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Walter Garcia-Fontes \n" "Language-Team: Catalan \n" @@ -557,8 +557,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "S'estan calculant els canvis" @@ -587,7 +587,7 @@ "sistema. Podeu continuar l'actualització més tard." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "No s'han pogut baixar les actualitzacions" @@ -602,27 +602,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "S'ha produït un error durant l'enviament" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "S'està restaurant l'estat original del sistema" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "No s'han pogut instal·lar les actualitzacions" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -631,7 +631,7 @@ "en un estat inestable. Ara s'executarà un procés de recuperació (dpkg --" "configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -648,7 +648,7 @@ "dist-upgrade/ a l'informe d'error.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -656,24 +656,24 @@ "S'ha interromput l'actualització. Verifiqueu la vostra connexió a Internet o " "el suport d'instal·lació i torneu-ho a intentar. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "S'està cercant programari obsolet" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Voleu suprimir els paquets obsolets?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Manté" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "Sup_rimeix" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -683,28 +683,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Les dependències requerides no estan instal·lades" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "La dependència requerida «%s» no està instal·lada. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "S'està comprovant el gestor de paquets" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "S'ha produït un error en la preparació de l'actualització" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -712,7 +712,7 @@ "Ha fallat la preparació del sistema per l'actualització, per la qual cosa " "s'iniciarà el procés d'informe d'errors." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -720,12 +720,12 @@ "Ha fallat la preparació de l'actualització del sistema. Per informar d'un " "error, instal·leu l'apport i executeu «apport-bug ubuntu-release-upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "S'ha produït un error en obtenir els prerequisits de l'actualització" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -738,7 +738,7 @@ "\n" "També s'iniciarà el procés d'informe d'errors." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -753,15 +753,15 @@ "Per informar d'un error instal·leu apport i executeu 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "S'està actualitzant la informació dels dipòsits" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "La informació del paquet no és vàlida" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -779,23 +779,23 @@ "llista actual de fonts de programari.\n" "En cas de rèplica amb sobrecàrrega, podeu intentar l'actualització més tard." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "S'està recollint" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "S'està actualitzant" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "L'actualizació no és factible" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -804,13 +804,13 @@ "d'actualització." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Actualització incompleta" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -819,35 +819,35 @@ "procés d'actualització." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "S'ha completat l'actualització" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "S'ha completat l'actualització, però s'han produït errors durant aquest " "procés." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "S'ha completat l'actualització del sistema." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "L'actualització parcial s'ha completat." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "La pantalla de bloqueig està inactivada" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -856,11 +856,11 @@ "S'ha desactivat la vostra pantalla de bloqueig, i continuarà desactivada " "fins que reinicieu." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1063,12 +1063,12 @@ msgid "Media Change" msgstr "Canvi de suport" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Pot ser que el vostre maquinari de gràfics no funcioni bé amb l'Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1084,13 +1084,13 @@ "UpdateManagerWarningForUnity3D. Tot i això, voleu continuar amb " "l'actualització?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Sembla que el vostre maquinari gràfic no és totalment compatible amb " "l'Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1102,7 +1102,7 @@ "informació visiteu https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx. Voleu continuar amb l'actualització?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1110,7 +1110,7 @@ "L'actualització pot reduir els efectes d'escriptori i el rendiment en jocs i " "altres programes que facin un ús exhaustiu de processament gràfic." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1124,12 +1124,12 @@ "\n" "Voleu continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1138,11 +1138,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "No és una CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1154,12 +1154,12 @@ "requereixen l'ARMv6 com a arquitectura mínima. No és possible actualitzar el " "vostre sistema a una versió nova de l'Ubuntu amb aquest maquinari." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1169,7 +1169,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1178,11 +1178,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "No hi ha cap sistema d'inicialització disponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1198,11 +1198,11 @@ "\n" "Esteu segur que voleu continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1219,12 +1219,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Ha fallat la connexió a la Botiga Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1234,11 +1234,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Ha fallat la connexió a la Botiga Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1250,11 +1250,11 @@ "a api.snapcraft.io.\n" "Encara voleu continuar amb l'actualització?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Paquet snapd desactualitzat" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1267,36 +1267,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "El PAE no està habilitat" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1309,11 +1309,11 @@ "Consulteu la documentació següent per obtenir més informació:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1325,33 +1325,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "S'està comprovant si hi ha snaps instal·lats" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "No es pot actualitzar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "No es pot actualitzar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ca@valencia.po ubuntu-release-upgrader-24.04.17/po/ca@valencia.po --- ubuntu-release-upgrader-24.04.16/po/ca@valencia.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ca@valencia.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Joan Duran \n" "Language-Team: Catalan \n" @@ -518,8 +518,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "S'estan calculant els canvis" @@ -548,7 +548,7 @@ "sistema. Podeu continuar l'actualització més tard." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "No s'han pogut baixar les actualitzacions" @@ -563,27 +563,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "S'ha produït un error durant l'enviament" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "S'està restaurant l'estat original del sistema" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "No s'han pogut instal·lar les actualitzacions" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -592,7 +592,7 @@ "en un estat inestable. Ara s'executarà un procés de recuperació (dpkg --" "configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -603,7 +603,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -611,24 +611,24 @@ "S'ha interromput l'actualització. Verifiqueu la vostra connexió a Internet o " "el suport d'instal·lació i torneu-ho a intentar. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "S'està cercant programari obsolet" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Voleu suprimir els paquets obsolets?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Manté" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "Sup_rimeix" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -638,34 +638,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Les dependències requerides no estan instal·lades" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "La dependència requerida «%s» no està instal·lada. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "S'està comprovant el gestor de paquets" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "S'ha produït un error en la preparació de l'actualització" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -673,12 +673,12 @@ "Ha fallat la preparació de l'actualització del sistema. Per informar d'un " "error, instal·leu l'apport i executeu «apport-bug ubuntu-release-upgrader»" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "S'ha produït un error en obtindre els prerequisits de l'actualització" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -686,7 +686,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -695,15 +695,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "S'està actualitzant la informació dels dipòsits" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "La informació dels paquets no és valida" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -721,80 +721,80 @@ "per veure la llista actual de fonts de programari.\n" "En cas de rèplica amb sobrecàrrega, podeu intentar actualitzar més tard." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "S'està recollint" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "S'està actualitzant" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "S'ha completat l'actualització" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "S'ha completat l'actualització, però s'han produït errors durant este procés." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "S'ha completat l'actualització del sistema." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "L'actualització parcial s'ha completat." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -994,12 +994,12 @@ msgid "Media Change" msgstr "Canvi de suport" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Pot ser que el vostre maquinari de gràfics no funcione bé amb l'Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1009,11 +1009,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1021,7 +1021,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1029,7 +1029,7 @@ "L'actualització pot reduir els efectes d'escriptori i el rendiment en jocs i " "altres programes que facen un ús exhaustiu de processament gràfic." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1043,12 +1043,12 @@ "\n" "Voleu continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1057,11 +1057,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "No és una CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1073,12 +1073,12 @@ "requereixen l'ARMv6 com a arquitectura mínima. No és possible actualitzar el " "vostre sistema a una versió nova de l'Ubuntu amb este maquinari." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1088,7 +1088,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1097,11 +1097,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "No hi ha cap sistema d'inicialització disponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1117,11 +1117,11 @@ "\n" "Segur que voleu continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1138,11 +1138,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1152,11 +1152,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1164,11 +1164,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1177,36 +1177,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "El PAE no està habilitat" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1219,11 +1219,11 @@ "Consulteu la documentació següent per obtindre més informació:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1235,33 +1235,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "No es pot actualitzar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "No es pot actualitzar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ce.po ubuntu-release-upgrader-24.04.17/po/ce.po --- ubuntu-release-upgrader-24.04.16/po/ce.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ce.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2014-08-21 06:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chechen \n" @@ -494,8 +494,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -522,7 +522,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -534,33 +534,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -571,30 +571,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -602,45 +602,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -648,7 +648,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -657,15 +657,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -677,79 +677,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -936,11 +936,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -950,11 +950,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -962,13 +962,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -977,12 +977,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -991,11 +991,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1003,12 +1003,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1018,7 +1018,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1027,11 +1027,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1041,11 +1041,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1062,11 +1062,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1076,11 +1076,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1088,11 +1088,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1101,36 +1101,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1138,11 +1138,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1154,33 +1154,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "ЦIиндар кхочуш ца дало" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "ЦIиндар кхочуш ца дало" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ceb.po ubuntu-release-upgrader-24.04.17/po/ceb.po --- ubuntu-release-upgrader-24.04.16/po/ceb.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ceb.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: James Banogon \n" "Language-Team: Cebuano \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ckb.po ubuntu-release-upgrader-24.04.17/po/ckb.po --- ubuntu-release-upgrader-24.04.16/po/ckb.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ckb.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: jwtear nariman \n" "Language-Team: Kurdish (Sorani) \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "هەژمارکردنی گۆڕانکاریەکان" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "نەیتوانی بەرزکردنەوەکە دابگرێت" @@ -496,27 +496,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "گەڕانەوە بۆ دۆزی ئاسایی سیستمەکەت" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "نەتوانرا بەرزکردنەوە دابەزێنرێت" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -524,7 +524,7 @@ "بەرزکردنەوە رەتکرایەوە. لەوەیە سیستمەکەت نەتوانی بەکاری بێنی . دۆخی " "گەڕاندنەوە دەست پێدەکات ئێستا (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -535,30 +535,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_هێستنەوە" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "ـسڕینەوە" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -566,45 +566,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -612,7 +612,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -621,15 +621,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "زانیاری گورزە هەڵەیە" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -641,79 +641,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "بەرزکردنەوە" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "بەرزکردنەوە تەواونەبوو" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "بەرزکردنەوە تەواوبوو" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "بەرزکردنەوە تەواو بوو بەڵام چەن هەڵەیەک روویدا لە کاتی بەرزکردنەوە." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "بەرزکردنەوە سیستم تەواو بوو" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -902,11 +902,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -916,11 +916,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -928,13 +928,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -943,12 +943,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -957,11 +957,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -969,12 +969,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -984,7 +984,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -993,11 +993,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1007,11 +1007,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1028,11 +1028,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1042,11 +1042,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1054,11 +1054,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1067,36 +1067,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1104,11 +1104,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1120,33 +1120,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "ناتوانرێ بەرزبکرێتەوە" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "ناتوانرێ بەرزبکرێتەوە" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/crh.po ubuntu-release-upgrader-24.04.17/po/crh.po --- ubuntu-release-upgrader-24.04.16/po/crh.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/crh.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Reşat SABIQ \n" "Language-Team: QIRIMTATARCA (Qırım Türkçesi) \n" "Language-Team: Czech \n" @@ -584,8 +584,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Propočítávají se změny" @@ -616,7 +616,7 @@ "původního stavu. Pokračovat v přechodu na vyšší verzi můžete později." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Nepodařilo se stáhnout novější vydání" @@ -631,27 +631,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Chyba při potvrzování" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Obnovuje se původní stav systému" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Nepodařilo se nainstalovat aktualizace" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -659,7 +659,7 @@ "Přechod na novější vydání byl přerušen. Váš systém by mohl být v " "nepoužitelném stavu. Nyní bude spuštěna obnova (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -676,7 +676,7 @@ "soubory z /var/log/dist-upgrade/ \n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -684,24 +684,24 @@ "Přechod na novější vydání byl přerušen. Zkontrolujte prosím své internetové " "připojení nebo instalační média a zkuste to znovu. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Vyhledává se zastaralý software" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Odstranit zastaralé balíčky?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Ponechat" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "Odst_ranit" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -711,34 +711,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Požadované závislosti nejsou nainstalovány" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Požadovaná závislost „%s“ není nainstalována. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Kontroluje se správce balíčků" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Příprava přechodu na vyšší verzi selhala" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "Příprava systému na povýšení selhala, proces hlášení chyby zahájen." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -746,12 +746,12 @@ "Příprava systému na povýšení selhala. Pro nahlášení chyby nainstalujte " "apport a spusťte 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Získání potřebných prostředků pro povýšení systému selhalo" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -763,7 +763,7 @@ "\n" "Navíc byl zahájen proces hlášení chyby." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -777,15 +777,15 @@ "Pro nahlášení chyby nainstalujte apport a spusťte 'apport-bug ubuntu-release-" "upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Aktualizují se informace o repozitářích" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Neplatná informace o balíčku" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -802,23 +802,23 @@ "list pro aktuální seznam zdrojů softwaru.\n" "V případě přetíženého zrcadla zkuste provést aktualizaci později." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Získává se" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Probíhá přechod na vyšší verzi" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Přechod na vyšší verzi není možný" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -827,13 +827,13 @@ "se vyskytly chyby." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Přechod na vyšší verzi není kompletní" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -842,34 +842,34 @@ "se však vyskytly chyby." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Povýšení systému hotovo" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Přechod na vyšší verzi byl dokončen, ale během povyšování nastaly chyby." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Přechod na vyšší verzi systému je dokončen." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Částečné povýšení systému bylo dokončeno." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Zámek obrazovky není povolen" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -877,11 +877,11 @@ msgstr "" "Zámek vaší obrazovky byl zakázán a zůstane zakázán až do restartu počítače." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1078,12 +1078,12 @@ msgid "Media Change" msgstr "Změna média" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Vaše grafická karta pravděpodobně nebude v Ubuntu 14.04 plně podporována." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1098,11 +1098,11 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Přejete si " "stále pokračovat v přechodu na novější verzi systému?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Vaše grafická karta nemusí být v Ubuntu 12.04 LTS plně podporována." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1114,7 +1114,7 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Přejete si pokračovat v " "přechodu na novější vydání?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1122,7 +1122,7 @@ "Povýšení může omezit grafické efekty prostředí a snížit výkon ve hrách a " "jiných graficky náročných aplikacích." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1136,12 +1136,12 @@ "\n" "Přejete si pokračovat?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Omlouváme se, ale pro tento systém nejsou k dispozici další povýšení" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1154,11 +1154,11 @@ "\n" "Aktualizace Ubuntu %s budou pokračovat do %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Nemáte procesor ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1170,12 +1170,12 @@ "požadujícími minimálně architekturu ARMv6. S tímto hardwarem není možné " "povýšit váš systém na nové vydání Ubuntu." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1185,7 +1185,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1198,11 +1198,11 @@ "\n" "Aktualizace Ubuntu %s budou pokračovat do %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Není k dispozici žádný démon init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1218,11 +1218,11 @@ "\n" "Opravdu chcete pokračovat?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1239,12 +1239,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Připojení ke Snap Store selhalo" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1254,11 +1254,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Připojení ke Snap Store selhalo" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1269,11 +1269,11 @@ "vyšší verzi se ujistěte, že se váš systém může připojit k api.snapcraft.io.\n" "Chcete stále pokračovat s přechodem na vyšší verzi?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Zastaralý balíček snapd" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1285,36 +1285,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Vypočítávají se požadavky na velikost snapu" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Zpracovávají se snap náhrady" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "obnovuje se snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "obnovuje se snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "instaluje se snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE není povoleno" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1326,11 +1326,11 @@ "musíte povolit PAE, (jestli je to možné) viz:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1342,33 +1342,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Kontrolují se nainstalované snapy" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Nelze přejít na vyšší verzi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Nelze přejít na vyšší verzi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/csb.po ubuntu-release-upgrader-24.04.17/po/csb.po --- ubuntu-release-upgrader-24.04.16/po/csb.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/csb.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Yurek Hinz \n" "Language-Team: Kashubian \n" @@ -498,8 +498,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Przerôbianié zmianów" @@ -526,7 +526,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Nié mòże zladowac zaktualnieniów" @@ -538,33 +538,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Fela òbczas zacwierdzaniô" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Doprowôdzanié nazôd òriginalnegò stónu systemë" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Instalacëjô aktualizacëji nie darzëła sã." #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -575,30 +575,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Szëkba za stôrą softwôrą" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Rëmnąc stôre paczétë?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "Ù_trzëmôj" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Rëmôj" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -606,45 +606,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Wëmôgónô zanóleżnota nie je winstalowónô." -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Wëmôgónô zanóleżnota '%s' nie je winstalowónô " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Sprôwdzanié menadżera paczétów" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Przëszëkòwanié aktualizacëjów nie darzëło sã" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Dobëcé elementów nótrnych do aktualizacëji nie darzëło sã" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -652,7 +652,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -661,15 +661,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Aktualizacëjô wëdowiédzë ò respòzëtorëjach" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Lëchô wëdowiédzô ò paczétach" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -681,79 +681,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Zladënk" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Zaktualnienié" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Zaktualnienié zakùńczoné" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Zaktualnienié systemë dzrzëło sã" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Dzélowô aktualizacëjô skùńcoznô" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -949,11 +949,11 @@ msgid "Media Change" msgstr "Zmiana media" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -963,11 +963,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -975,13 +975,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -994,12 +994,12 @@ "\n" "Jisc dali?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1008,11 +1008,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Felënk procesora ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1020,12 +1020,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1035,7 +1035,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1044,11 +1044,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Felënk przëstãpù do procesu init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1058,11 +1058,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1079,11 +1079,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1093,11 +1093,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1105,11 +1105,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1118,36 +1118,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1155,11 +1155,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1171,33 +1171,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Nié mòże zaktualnic" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Nié mòże zaktualnic" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/cv.po ubuntu-release-upgrader-24.04.17/po/cv.po --- ubuntu-release-upgrader-24.04.16/po/cv.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/cv.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Vogt \n" "Language-Team: Chuvash \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Kălar" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,33 +1115,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Şĕnetejmerĕmĕr" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Şĕnetejmerĕmĕr" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/cy.po ubuntu-release-upgrader-24.04.17/po/cy.po --- ubuntu-release-upgrader-24.04.16/po/cy.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/cy.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Owen Llywelyn \n" "Language-Team: Welsh \n" @@ -550,8 +550,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Cyfrifo'r newidiadau" @@ -578,7 +578,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Methu lawrthwytho'r uwchraddiad" @@ -590,27 +590,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Gwall wrth gyflwyno" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Adfer cyflwr gwreiddiol y system" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Methu gosod yr uwchraddiad" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -618,7 +618,7 @@ "Mae'r uwchraddiad wedi terfynu. Efallai fod cyflwr nad oes modd ei " "ddefnyddio ar dy system. Bydd adferiad yn rhedeg nawr (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -629,7 +629,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -637,24 +637,24 @@ "Mae'r uwchraddiad wedi terfynu. Gwiria dy gysylltiad rhyngrwyd neu gyfrwng " "gosod a thrio eto. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Chwilio am feddalwedd darfodedig" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Tynnu pecynnau darfodedig?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Cadw" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Tynnu" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -663,45 +663,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Dyw'r dibyniaeth angenrheidiol '%s' ddim wedi ei osod. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Gwirio rheolwr pecynnau" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Methwyd paratoi'r uwchraddiad" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Methwyd paratoi rhagblaen ar gyfer uwchraddio" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -709,7 +709,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -718,15 +718,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Diweddaru gwybodaeth cronfeydd" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Gwybodaeth pecyn annilys" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -738,79 +738,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Cyrchu" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Uwchraddio" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Uwchraddiad wedi cwblhau" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Mae'r uwchraddiad wedi cwblhau ond roedd gwallau yn ystod y broses." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Uwchraddio'r sytem wedi cwblhau." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Uwchraddiad rhannol wedi cwblhau." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1005,11 +1005,11 @@ msgid "Media Change" msgstr "Newid Cyfrwng" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1019,11 +1019,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1031,7 +1031,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1039,7 +1039,7 @@ "Gall uwchraddio leihau effeithiau bwrdd gwaith a pherfformiad gyda gêmau a " "rhaglenni eraill sy'n drwm ar graffeg." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1053,12 +1053,12 @@ "\n" "Wyt ti eisiau parhau?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1067,11 +1067,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Dim CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1083,12 +1083,12 @@ "bod yn gweithio. Nid yw'n bosib uwchraddio dy system i fersiwn newydd o " "Ubuntu gyda'r caledwedd hwn." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1098,7 +1098,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1107,11 +1107,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Dim init ar gael" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1126,11 +1126,11 @@ "\n" "Wyt ti'n siwr dy fod eisiau parhau?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1147,11 +1147,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1161,11 +1161,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1173,11 +1173,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1186,36 +1186,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1223,11 +1223,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1239,33 +1239,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Methu uwchraddio" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Methu uwchraddio" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/da.po ubuntu-release-upgrader-24.04.17/po/da.po --- ubuntu-release-upgrader-24.04.16/po/da.po 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/da.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Aputsiak Niels Janussen \n" "Language-Team: Danish \n" @@ -573,8 +573,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Udregner ændringerne" @@ -606,7 +606,7 @@ "tidspunkt." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Kunne ikke hente opgraderingerne" @@ -621,27 +621,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Fejl under gennemførelse" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Genskaber oprindelig systemtilstand" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Kunne ikke installere opgraderingerne" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -649,7 +649,7 @@ "Opgraderingen er blevet afbrudt. Dit system kan være ude af stand til at " "starte. Der vil nu blive kørt en genoprettelse (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -666,7 +666,7 @@ "log/dist-upgrade/ til fejlrapporten.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -674,24 +674,24 @@ "Opgraderingen er blevet afbrudt. Kontroller venligst din internetforbindelse " "og installationsmedie og prøv igen. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Søger efter forældet software" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Fjern forældede pakker?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Behold" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Fjern" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -701,28 +701,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Påkrævede afhængigheder er ikke installeret" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Den påkrævede afhængighed \"%s\" er ikke installeret. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Kontrollerer pakkehåndtering" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Klargøring af opgraderingen fejlede" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -730,7 +730,7 @@ "Forberedelse af systemet til opgradering mislykkedes, så der startes nu en " "fejlrapporteringsproces." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -739,12 +739,12 @@ "en fejlrapport, så installér apport og udfør dernæst 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Hentning af opgraderingsforudsætninger fejlede" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -756,7 +756,7 @@ "\n" "Der ud over startes en fejlrapporteringsproces." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -771,15 +771,15 @@ "For at indsende en fejlrapport, så installér apport og udfør dernæst 'apport-" "bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Opdaterer arkivinformation" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Ugyldig pakkeinformation" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -798,23 +798,23 @@ "I tilfælde af en overbelastet spejlserver, kan du forsøge at opgradere igen " "senere." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Henter" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Opgraderer" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Opgradering umulig" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -823,13 +823,13 @@ "opgraderingsprocessen." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Opgradering ufuldstændig" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -838,34 +838,34 @@ "opgraderingsprocessen." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Opgradering gennemført" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Opgraderingen er afsluttet, men der opstod fejl under opgraderingsprocessen." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Systemopgradering er fuldført." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Den delvise opgradering er færdig." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Låst skærm deaktiveret" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -874,11 +874,11 @@ "Din skærmlås er deaktiveret og vil forblive deaktiveret, indtil du " "genstarter." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1079,11 +1079,11 @@ msgid "Media Change" msgstr "Medieskift" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Dit grafikkort understøttes muligvis ikke fuldt ud i Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1099,12 +1099,12 @@ "UpdateManagerWarningForUnity3D . Ønsker du stadig at fortsætte med " "opgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Din grafikhardware understøttes muligvis ikke fuldt ud i Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1116,7 +1116,7 @@ "findes på https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx . Vil " "du fortsætte med opgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1124,7 +1124,7 @@ "Opgradering kan reducere skrivebordseffekter, ydelse i spil og " "grafikintensive programmer." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1138,12 +1138,12 @@ "\n" "Vil du fortsætte?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Der er desværre ikke flere opgraderinger til dette system" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1156,11 +1156,11 @@ "\n" "Opdateringer til Ubuntu %s vil fortsætte indtil %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Ingen ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1172,12 +1172,12 @@ "minimale arkitektur. Det er ikke muligt at opgradere dit system til en ny " "Ubuntu-udgave med denne hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1187,7 +1187,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1200,11 +1200,11 @@ "\n" "Opdateringer til Ubuntu %s vil fortsætte indtil %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Ingen tilgængelig init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1219,11 +1219,11 @@ "\n" "Er du sikker på at du vil fortsætte?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1240,12 +1240,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Forbindelse til Snap Store mislykkedes" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1255,11 +1255,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Forbindelse til Snap Store mislykkedes" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1270,11 +1270,11 @@ "forbinde til api.snapcraft.io for at få det bedste opgraderingsforløb.\n" "Vil du stadig fortsætte med opgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Forældet snapd-pakke" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1285,36 +1285,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Beregner pladskrav for snappen" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Behandler erstatning af snapper" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "opdaterer snappen %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "opdaterer snappen %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "installerer snappen %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE er ikke slået til" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1326,11 +1326,11 @@ "af Ubuntu, så skal du slå PAE til (hvis det er muligt), se:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1342,33 +1342,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Leder efter installerede snapper" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Kan ikke opgradere" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Kan ikke opgradere" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/de.po ubuntu-release-upgrader-24.04.17/po/de.po --- ubuntu-release-upgrader-24.04.16/po/de.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/de.po 2024-04-29 14:26:40.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: German GNOME Translations \n" @@ -597,8 +597,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Änderungen werden berechnet" @@ -630,7 +630,7 @@ "später fortsetzen." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Die Aktualisierungen konnten nicht heruntergeladen werden" @@ -645,27 +645,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Fehler beim Anwenden" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Ursprünglicher Systemzustand wird wieder hergestellt" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Die Aktualisierungen konnten nicht installiert werden" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -674,7 +674,7 @@ "nicht verwendbaren Zustand befinden. Eine Wiederherstellung wird gestartet " "(»dpkg --configure -a«)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -691,7 +691,7 @@ "Dateien in /var/log/dist-upgrade/ an den Problembericht an.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -699,24 +699,24 @@ "Die Systemaktualisierung wurde abgebrochen. Bitte prüfen Sie Ihre " "Internetverbindung oder Ihr Installationsmedium und versuchen Sie es erneut. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Es wird nach veralteten Programmen gesucht" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Veraltete Pakete entfernen?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Beibehalten" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Entfernen" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -726,12 +726,12 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" "Die aufgrund von Abhängigkeiten notwendigen Pakete sind nicht installiert." -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" @@ -740,17 +740,17 @@ #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Paketverwaltung wird überprüft" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Vorbereitung der Systemaktualisierung gescheitert" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -758,7 +758,7 @@ "Die Vorbereitung des Systems zur Aktualisierung ist fehlgeschlagen, die " "Fehlerberichterstattung wurde somit gestartet." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -767,12 +767,12 @@ "Fehlerbericht zu erstellen, installieren Sie »Apport« und führen sie dann " "»apport-bug ubuntu-release-upgrader« in einer Kommandozeile aus." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Beziehen der Erfordernisse für die Systemaktualisierung gescheitert" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -785,7 +785,7 @@ "\n" "Außerdem wird der Fehlermeldevorgang gestartet." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -800,15 +800,15 @@ "Um einen Fehlerbericht zu erstellen, installieren Sie »Apport« und führen " "sie dann »apport-bug ubuntu-release-upgrader« in einer Kommandozeile aus." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Informationen zu Paketquellen werden aktualisiert" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Ungültige Paketinformationen" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -827,23 +827,23 @@ "list. Im Falle eines überlasteten Spiegel-Servers können Sie es später " "erneut versuchen." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Herunterladen" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Systemaktualisierung wird durchgeführt" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Aktualisierung nicht durchführbar" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -852,13 +852,13 @@ "während des Prozesses auf." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Aktualisierung nicht komplett" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -867,35 +867,35 @@ "während des Prozesses auf." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Systemaktualisierung wurde abgeschlossen" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Die Systemaktualisierung wurde vollständig abgeschlossen, jedoch traten " "während der Systemaktualisierung Fehler auf." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Die Systemaktualisierung ist abgeschlossen." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Teilweise Systemaktualisierung abgeschlossen." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Sperrbildschirm deaktiviert" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -904,11 +904,11 @@ "Ihr Sperrbildschirm wurde deaktiviert und wird bis zum nächsten Neustart " "deaktiviert bleiben." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1111,13 +1111,13 @@ msgid "Media Change" msgstr "Medienwechsel" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Ihre Grafikkarte wird eventuell nicht vollständig von Ubuntu 14.04 " "unterstützt." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1133,13 +1133,13 @@ "X/Bugs/UpdateManagerWarningForUnity3D Möchten Sie die Aktualisierung " "trotzdem fortsetzen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Ihre Grafik-Hardware wird möglicherweise nicht vollständig von Ubuntu 12.04 " "LTS unterstützt." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1152,7 +1152,7 @@ "X/Bugs/UpdateManagerWarningForI8xx Möchten Sie die Systemaktualisierung " "fortsetzen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1161,7 +1161,7 @@ "und die Geschwindigkeit in Spielen und anderen grafikintensiven Anwendungen " "herabsetzen." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1175,12 +1175,12 @@ "\n" "Möchten Sie fortfahren?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Entschuldigung, keine weiteren Aktualisierungen für das System" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1193,11 +1193,11 @@ "\n" "Aktualisierungen für Ubuntu %s werden bis %s fortgesetzt." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Kein ARMv6-Prozessor" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1209,12 +1209,12 @@ "als minimale Architektur erfordern. Es ist nicht möglich, mit dieser " "Hardware Ihr System auf eine neue Ubuntu-Version zu aktualisieren." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1224,7 +1224,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1237,11 +1237,11 @@ "\n" "Aktualisierungen für Ubuntu %s werden bis %s fortgesetzt." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Kein init verfügbar" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1257,11 +1257,11 @@ "\n" "Sind Sie sicher, dass Sie fortfahren möchten?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1278,12 +1278,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Verbindung mit dem Snap-Store fehlgeschlagen" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1293,11 +1293,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Verbindung mit dem Snap-Store fehlgeschlagen" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1308,11 +1308,11 @@ "System eine Verbindung zu api.snapcraft.io herstellen kann. Möchten Sie mit " "der Aktualisierung fortfahren?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Veraltetes Snapd-Paket" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1325,36 +1325,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Berechne Snap-Größenanforderung" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Verarbeitung von Snap-Ersetzungen" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "Snap %s wird aktualisiert" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "Snap %s wird aktualisiert" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "Snap %s wird installiert" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE ist nicht aktiviert." -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1367,11 +1367,11 @@ "aktivieren, siehe:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1383,33 +1383,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Prüfe auf installierte Snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Systemaktualisierung kann nicht durchgeführt werden" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Systemaktualisierung kann nicht durchgeführt werden" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/dv.po ubuntu-release-upgrader-24.04.17/po/dv.po --- ubuntu-release-upgrader-24.04.16/po/dv.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/dv.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Huxain \n" "Language-Team: Divehi \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_ބަހައްޓާ" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "އުނިކު_ރޭ" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,33 +1115,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "އަޕްގްރޭޑް ނުކުރެވުނު" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "އަޕްގްރޭޑް ނުކުރެވުނު" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/el.po ubuntu-release-upgrader-24.04.17/po/el.po --- ubuntu-release-upgrader-24.04.16/po/el.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/el.po 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Steve Langasek \n" "Language-Team: Greek \n" @@ -568,8 +568,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Έλεγχος αλλαγών" @@ -598,7 +598,7 @@ "κατάσταση. Μπορείτε να συνεχίσετε την αναβάθμιση αργότερα." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Αδυναμία λήψης αναβαθμίσεων" @@ -613,27 +613,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Σφάλμα κατά την υποβολή" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Πραγματοποιείται επαναφορά της αρχικής κατάστασης συστήματος" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Αδυναμία εγκατάστασης αναβαθμίσεων" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -641,7 +641,7 @@ "Εγκατάλειψη αναβάθμισης. Είναι πιθανόν να έχει αχρηστευθεί το σύστημά σας. " "Θα εκτελεστεί η εφαρμογή ανάκτησης (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -659,7 +659,7 @@ "var/log/dist-upgrade/ .\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -667,24 +667,24 @@ "Εγκατάλειψη αναβάθμισης. Παρακαλώ ελέγξτε την σύνδεσή σας στο διαδίκτυο ή το " "μέσο εγκατάστασης και δοκιμάστε ξανά. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Πραγματοποιείται αναζήτηση για παρωχημένο λογισμικό" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Αφαίρεση παρωχημένων πακέτων;" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Διατήρηση" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Αφαίρεση" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -694,28 +694,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Οι απαιτούμενες εξαρτήσεις δεν έχουν εγκατασταθεί" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Η απαιτούμενη εξάρτηση '%s' δεν έχει εγκατασταθεί. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Έλεγχος διαχειριστή πακέτων" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Απέτυχε η προετοιμασία της αναβάθμισης" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -723,7 +723,7 @@ "Η προετοιμασία του συστήματος για αναβάθμιση απέτυχε οπότε εκκινείται η " "διαδικασία αναφοράς σφάλματος." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -732,12 +732,12 @@ "ένα σφάλμα εγκαταστήστε την εφαρμογή apport και έπειτα εκτελέστε την εντολή " "«apport-bug ubuntu-release-upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Απέτυχε η λήψη των προαπαιτούμενων για την αναβάθμιση" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -750,7 +750,7 @@ "\n" "Επιπροσθέτως, έχει ξεκινήσει η διαδικασία αναφορά του σφάλματος." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -765,15 +765,15 @@ "Για να αναφέρετε ένα σφάλμα εγκαταστήστε το apport και έπειτα εκτελέστε την " "εντολή «apport-bug ubuntu-release-upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Ενημέρωση πληροφοριών αποθετηρίου" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Μη έγκυρες πληροφορίες πακέτου" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -792,81 +792,81 @@ "Σε περίπτωση προσωρινής απώλειας πρόσβασης σε πηγή, μπορείτε να δοκιμάσετε " "ξανά την αναβάθμιση αργότερα." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Πραγματοποιούνται λήψεις" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Πραγματοποιείται αναβάθμιση" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Η αναβάθμιση ολοκληρώθηκε" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Η αναβάθμιση έχει ολοκληρωθεί αλλά υπήρξαν σφάλματα κατά τη διαδικασία " "αναβάθμισης." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Η αναβάθμιση συστήματος ολοκληρώθηκε." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Η μερική αναβάθμιση ολοκληρώθηκε." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1067,13 +1067,13 @@ msgid "Media Change" msgstr "Αλλαγή μέσου" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Το υλικό της κάρτας γραφικών ίσως να μην υποστηρίζεται πλήρως στο Ubuntu " "14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1088,12 +1088,12 @@ "το παρόν. Για περισσότερες πληροφορίες δείτε https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Θέλετε ακόμα να συνεχίσετε με την αναβάθμιση;" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Η κάρτα γραφικών σας ίσως να μην υποστηρίζεται πλήρως στο Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1105,7 +1105,7 @@ "περισσότερες πληροφορίες δείτε https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Θέλετε να συνεχίσετε την αναβάθμιση;" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1113,7 +1113,7 @@ "Η αναβάθμιση μπορεί να μειώσει την απόδοση των εφέ, των παιχνιδιών και άλλων " "απαιτητικών προγραμμάτων." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1127,12 +1127,12 @@ "\n" "Θέλετε να συνεχίσετε;" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1141,11 +1141,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Δεν υπάρχει ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1157,12 +1157,12 @@ "απαιτούν τουλάχιστον την ARMv6 ως αρχιτεκτονική. Δεν είναι δυνατή η " "αναβάθμιση του συστήματός σας στη νέα διανομή Ubuntu με αυτό το υλικό." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1172,7 +1172,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1181,11 +1181,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Μη διαθέσιμη αρχικοποίηση" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1201,11 +1201,11 @@ "\n" "Θέλετε σίγουρα να συνεχίσετε;" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1222,11 +1222,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1236,11 +1236,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1248,11 +1248,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1261,36 +1261,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "Η επέκταση PAE δεν είναι ενεργή" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1303,11 +1303,11 @@ "την επέκταση PAE (εάν αυτό είναι δυνατόν). Δείτε: \n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1319,33 +1319,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Δεν είναι δυνατή η αναβάθμιση" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Δεν είναι δυνατή η αναβάθμιση" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/en_AU.po ubuntu-release-upgrader-24.04.17/po/en_AU.po --- ubuntu-release-upgrader-24.04.16/po/en_AU.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/en_AU.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Jared Norris \n" "Language-Team: English (Australia) \n" @@ -566,8 +566,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calculating the changes" @@ -598,7 +598,7 @@ "You can resume the upgrade at a later time." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Could not download the upgrades" @@ -612,27 +612,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Error during commit" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restoring original system state" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Could not install the upgrades" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -640,7 +640,7 @@ "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -657,7 +657,7 @@ "dist-upgrade/ to the bug report.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -665,24 +665,24 @@ "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Searching for obsolete software" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Remove obsolete packages?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Keep" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Remove" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -692,28 +692,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Required depends is not installed" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "The required dependency '%s' is not installed. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Checking package manager" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Preparing the upgrade failed" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -721,7 +721,7 @@ "Preparing the system for the upgrade failed so a bug reporting process is " "being started." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -729,12 +729,12 @@ "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Getting upgrade prerequisites failed" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -746,7 +746,7 @@ "\n" "Additionally, a bug reporting process is being started." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -760,15 +760,15 @@ "To report a bug install apport and then execute 'apport-bug ubuntu-release-" "upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Updating repository information" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Invalid package information" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -787,23 +787,23 @@ "In the case of an overloaded mirror, you may want to try the upgrade again " "later." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Fetching" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Upgrading" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Upgrade infeasible" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -812,13 +812,13 @@ "process." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Upgrade incomplete" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -827,34 +827,34 @@ "process." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Upgrade complete" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "The upgrade has completed but there were errors during the upgrade process." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "System upgrade is complete." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "The partial upgrade has completed." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Lock screen disabled" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -862,11 +862,11 @@ msgstr "" "Your lock screen has been disabled and will remain disabled until you reboot." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1065,11 +1065,11 @@ msgid "Media Change" msgstr "Media Change" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Your graphics hardware may not be fully supported in Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1085,11 +1085,11 @@ "UpdateManagerWarningForUnity3D Do you still want to continue with the " "upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1101,7 +1101,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Do you want to " "continue with the upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1109,7 +1109,7 @@ "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1121,12 +1121,12 @@ "of this driver is available that works with your hardware in Ubuntu 10.04 " "LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1135,11 +1135,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "No ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1151,12 +1151,12 @@ "minimal architecture. It is not possible to upgrade your system to a new " "Ubuntu release with this hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1166,7 +1166,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1175,11 +1175,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "No init available" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1196,11 +1196,11 @@ "\n" "Are you sure you wish to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1217,12 +1217,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Connection to Snap Store failed" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1232,11 +1232,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Connection to Snap Store failed" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1248,11 +1248,11 @@ "io.\n" "Do you still want to continue with the upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Outdated snapd package" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1264,36 +1264,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE not enabled" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1305,11 +1305,11 @@ "you must enable PAE (if this is possible) see:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1321,33 +1321,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Checking for installed snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Cannot upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Cannot upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/en_CA.po ubuntu-release-upgrader-24.04.17/po/en_CA.po --- ubuntu-release-upgrader-24.04.16/po/en_CA.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/en_CA.po 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Daniel LeBlanc \n" "Language-Team: Canadian English \n" @@ -529,8 +529,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calculating the changes" @@ -559,7 +559,7 @@ "You can resume the upgrade at a later time." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Could not download the upgrades" @@ -573,27 +573,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Error during commit" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restoring original system state" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Could not install the upgrades" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -601,7 +601,7 @@ "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -618,7 +618,7 @@ "dist-upgrade/ to the bug report.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -626,24 +626,24 @@ "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Searching for obsolete software" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Remove obsolete packages?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Keep" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Remove" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -653,28 +653,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Required depends is not installed" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "The required dependency '%s' is not installed. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Checking package manager" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Preparing the upgrade failed" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -682,7 +682,7 @@ "Preparing the system for the upgrade failed so a bug reporting process is " "being started." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -690,12 +690,12 @@ "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Getting upgrade prerequisites failed" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -707,7 +707,7 @@ "\n" "Additionally, a bug reporting process is being started." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -721,15 +721,15 @@ "To report a bug install apport and then execute 'apport-bug ubuntu-release-" "upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Updating repository information" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Invalid package information" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -748,80 +748,80 @@ "In the case of an overloaded mirror, you may want to try the upgrade again " "later." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Fetching" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Upgrading" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Upgrade complete" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "The upgrade has completed but there were errors during the upgrade process." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "System upgrade is complete." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "The partial upgrade was completed." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1020,11 +1020,11 @@ msgid "Media Change" msgstr "Media Change" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Your graphics hardware may not be fully supported in Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1040,11 +1040,11 @@ "UpdateManagerWarningForUnity3D Do you still want to continue with the " "upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1056,7 +1056,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Do you want to " "continue with the upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1064,7 +1064,7 @@ "Upgrading may reduce desktop effects and performance in games and other " "graphically-intensive programs." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1078,12 +1078,12 @@ "\n" "Do you want to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1092,11 +1092,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "No ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1108,12 +1108,12 @@ "minimal architecture. It is not possible to upgrade your system to a new " "Ubuntu release with this hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1123,7 +1123,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1132,11 +1132,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "No init available" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1152,11 +1152,11 @@ "\n" "Are you sure you want to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1173,11 +1173,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1187,11 +1187,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1199,11 +1199,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1212,36 +1212,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE not enabled" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1253,11 +1253,11 @@ "you must enable PAE (if this is possible) see:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1269,33 +1269,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Cannot upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Cannot upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/en_GB.po ubuntu-release-upgrader-24.04.17/po/en_GB.po --- ubuntu-release-upgrader-24.04.16/po/en_GB.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/en_GB.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: \n" @@ -566,8 +566,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calculating the changes" @@ -598,7 +598,7 @@ "You can resume the upgrade at a later time." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Could not download the upgrades" @@ -612,27 +612,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Error during commit" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restoring original system state" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Could not install the upgrades" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -640,7 +640,7 @@ "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -657,7 +657,7 @@ "dist-upgrade/ to the bug report.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -665,24 +665,24 @@ "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Searching for obsolete software" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Remove obsolete packages?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Keep" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Remove" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -692,28 +692,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Required depends are not installed" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "The required dependency '%s' is not installed. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Checking package manager" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Preparing the upgrade failed" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -721,7 +721,7 @@ "Preparing the system for the upgrade failed, so a bug reporting process is " "being started." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -729,12 +729,12 @@ "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Getting upgrade prerequisites failed" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -746,7 +746,7 @@ "\n" "Additionally, a bug reporting process is being started." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -760,15 +760,15 @@ "To report a bug install apport and then execute 'apport-bug ubuntu-release-" "upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Updating repository information" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Invalid package information" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -787,23 +787,23 @@ "In the case of an overloaded mirror, you may want to try the upgrade again " "later." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Fetching" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Upgrading" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Upgrade infeasible" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -812,13 +812,13 @@ "process." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Upgrade incomplete" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -827,34 +827,34 @@ "process." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Upgrade complete" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "The upgrade has completed but there were errors during the upgrade process." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "System upgrade is complete." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "The partial upgrade was completed." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Lock screen disabled" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -862,11 +862,11 @@ msgstr "" "Your lock screen has been disabled and will remain disabled until you reboot." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1065,11 +1065,11 @@ msgid "Media Change" msgstr "Media Change" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Your graphics hardware may not be fully supported in Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1085,11 +1085,11 @@ "UpdateManagerWarningForUnity3D Do you still want to continue with the " "upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1101,7 +1101,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Do you want to " "continue with the upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1109,7 +1109,7 @@ "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1123,12 +1123,12 @@ "\n" "Do you wish to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Sorry, no more upgrades for this system" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1141,11 +1141,11 @@ "\n" "Updates for Ubuntu %s will continue until %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "No ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1157,12 +1157,12 @@ "minimal architecture. It is not possible to upgrade your system to a new " "Ubuntu release with this hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1172,7 +1172,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1185,11 +1185,11 @@ "\n" "Updates for Ubuntu %s will continue until %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "No init available" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1205,11 +1205,11 @@ "\n" "Are you sure you want to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1226,12 +1226,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Connection to Snap Store failed" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1241,11 +1241,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Connection to Snap Store failed" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1257,11 +1257,11 @@ "io.\n" "Do you still want to continue with the upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Outdated snapd package" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1273,36 +1273,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Calculating snap size requirements" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Processing snap replacements" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "refreshing snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "refreshing snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "installing snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE not enabled" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1314,11 +1314,11 @@ "you must enable PAE (if this is possible) see:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1330,33 +1330,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Checking for installed snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Cannot upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Cannot upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/eo.po ubuntu-release-upgrader-24.04.17/po/eo.po --- ubuntu-release-upgrader-24.04.16/po/eo.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/eo.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2014-04-24 23:25+0000\n" "Last-Translator: Michael Moroni \n" "Language-Team: Esperanto \n" @@ -527,8 +527,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Kalkulado de la ŝanĝoj" @@ -557,7 +557,7 @@ "povas daŭrigi la ĝisdatigadon je alia fojo." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Ne eblis elŝuti la ĝisdatigojn" @@ -572,27 +572,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Eraro dum farado" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restarigante originan sisteman staton" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Ne eblis instali la ĝisdatigojn" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -600,7 +600,7 @@ "La ĝisdatigo ĉesiĝis. Via sistemo povas esti en neuzebla stato. " "Riparproceduro nun ruliĝos (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -617,7 +617,7 @@ "var/log/dist-upgrade/ en la raporto de cimo.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -625,24 +625,24 @@ "La ĝisdatigo ĉesiĝis. Bonvolu kontroli vian retkonekton aŭ instal-" "datumportilojn kaj reprovu. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Serĉado de ne plu uzataj programaroj" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Ĉu forigi arkaikajn pakaĵojn?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "Konservi" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "Forigi" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -652,28 +652,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Bezonataj dependaĵoj ne estas instalitaj" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "La bezonata dependaĵo '%s' ne estas instalita. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Kontrolado de pakaĵa direktisto" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Preparado de la ĝisdatigo malsukcesis" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -681,7 +681,7 @@ "Pretigado de la sistemo por la ĝisdatigo fiaskis, do raporto de cimo estas " "startigota." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -689,12 +689,12 @@ "Malsukcesis pretigi la sistemon por la promocio. Por raporti cimon, instalu " "je apport, kaj tiam rulu je 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Akirado de risursoj bezonataj por la ĝisdatigo malsukcesis" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -706,7 +706,7 @@ "\n" "Aldone, cimraportaĵo estas farata." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -720,15 +720,15 @@ "Por raporti cimon, instalu je apport, kaj tiam rulu je 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Ĝisdatigo de deponeja informo" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Nevalida pakaĵa informo" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -746,79 +746,79 @@ "Okaze de troŝargata spegulo, vi eble volos reprovi la promocion post iom da " "tempo." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Prenado" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Aktualigo" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Ĝisdatigo finita" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "La ĝisdatigo kompletiĝis sed okazis eraroj dum la ĝisdatigado." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Sistema ĝisdatigo estas kompleta." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "La parta ĝisdatigo finiĝis." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1017,11 +1017,11 @@ msgid "Media Change" msgstr "Ŝanĝo de Datumportilo" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Eble via grafika aparataro ne estas tute subtenata en Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1036,12 +1036,12 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D ĉu vi ankoraŭ volas " "daŭrigi la promocion?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Via grafika aparataro eble ne estas tute subtenata de Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1053,7 +1053,7 @@ "vidu https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Ĉu vi volas " "daŭrigi kun la promocio?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1061,7 +1061,7 @@ "Promociado povas redukti labortablajn efektojn, kaj rendimenton en ludoj kaj " "aliaj grafike intensaj programoj." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1073,12 +1073,12 @@ "versio de tiu pelilo kiu funkcias per via aparataro en Ubuntu 10.04 LTS.\n" "Ĉu vi volas daŭrigi?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1087,11 +1087,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Ne estas ARMv6-CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1103,12 +1103,12 @@ "postulas la ARMv6-arkitekturon. Ne eblas ĝisdatigi vian sistemon al nova " "Ubuntu-eldono kun ĉi tiu aparataro." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1118,7 +1118,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1127,11 +1127,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Ne disponeblas 'init'" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1145,11 +1145,11 @@ "agordojn de via virtuala maŝino.\n" "Ĉu vi vere volas daŭrigi?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1166,11 +1166,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1180,11 +1180,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1192,11 +1192,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1205,36 +1205,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE ne enŝaltita" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1246,11 +1246,11 @@ "de Ubuntu, necesas ke vi enŝaltu je PAE (se tio eblas) vidu:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1262,33 +1262,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Ne povas ĝisdatigi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Ne povas ĝisdatigi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/es.po ubuntu-release-upgrader-24.04.17/po/es.po --- ubuntu-release-upgrader-24.04.16/po/es.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/es.po 2024-04-29 14:26:40.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Paco Molinero \n" "Language-Team: Spanish \n" @@ -579,8 +579,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calculando los cambios" @@ -611,7 +611,7 @@ "original. Puede reanudar la actualización posteriormente." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "No se han podido descargar las actualizaciones" @@ -626,27 +626,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Error durante la confirmación" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restaurando el estado original del sistema" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "No se han podido instalar las actualizaciones" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -655,7 +655,7 @@ "estado no utilizable. Ahora se llevará a cabo una recuperación (dpkg --" "configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -672,7 +672,7 @@ "en /var/log/dist-upgrade/ al informe.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -680,24 +680,24 @@ "La actualización se ha cancelado. Compruebe su conexión a Internet o el " "soporte de instalación y vuelva a intentarlo. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Buscando paquetes obsoletos" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "¿Desinstalar los paquetes obsoletos?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Conservar" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Eliminar" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -707,28 +707,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "La dependencia requerida no está instalada" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "La dependencia requerida «%s» no está instalada. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Comprobando el gestor de paquetes" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Falló la preparación de la actualización" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -736,7 +736,7 @@ "Falló la preparación del sistema para actualizarse, de manera que se ha " "iniciado el proceso de informe de errores." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -744,12 +744,12 @@ "Falló al preparar el sistema para la actualización. Para informar de un " "error instale apport y después ejecute «apport-bug ubuntu-release-upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Ha fallado la obtención de los requisitos previos de la actualización" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -762,7 +762,7 @@ "\n" "Adicionalmente, se está iniciando un proceso de notificación de errores." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -777,15 +777,15 @@ "Para informar de un error instale apport y después ejecute «apport-bug " "ubuntu-release-upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Actualizando la información del repositorio" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Información sobre los paquetes no válida" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -804,23 +804,23 @@ "En caso de tratarse de una sobrecarga de la réplica, debe esperar para " "reintentar la actualización más tarde." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Descargando" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Actualizando" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Actualización inviable" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -829,13 +829,13 @@ "proceso de actualización." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Actualización incompleta" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -844,33 +844,33 @@ "durante el proceso de actualización." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Actualización completada" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "La actualización se completó pero hubo errores durante el proceso." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "La actualización del sistema se ha completado." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "La actualización parcial se ha completado." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Pantalla de bloqueo desactivada" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -879,11 +879,11 @@ "Su pantalla de bloqueo ha sido desactivada y seguirá así hasta que reinicie " "el sistema." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1085,12 +1085,12 @@ msgid "Media Change" msgstr "Cambio de soporte" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Su tarjeta gráfica puede no estar totalmente soportada en Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1105,12 +1105,12 @@ "Para obtener más información, consulte https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D ¿Aún desea continuar con la actualización?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Su hardware de gráficos no es plenamente compatible con Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1122,7 +1122,7 @@ "más información vea https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx ¿Quiere continuar con la actualización?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1131,7 +1131,7 @@ "rendimiento de los juegos y otros programas que usen gráficos de forma " "intensiva." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1145,12 +1145,12 @@ "\n" "¿Quiere continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Lo sentimos, no habrá más actualizaciones para este sistema" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1163,11 +1163,11 @@ "\n" "Las actualizaciones para Ubuntu %s seguirán hasta %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "No hay CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1179,12 +1179,12 @@ "requieren ARMv6 como arquitectura mínima. No es posible actualizar sus " "sistema a la nueva versión de Ubuntu con este hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1194,7 +1194,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1207,11 +1207,11 @@ "\n" "Las actualizaciones para Ubuntu %s seguirán hasta %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "El demonio init no está disponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1227,11 +1227,11 @@ "\n" "¿Está seguro de que quiere continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1248,12 +1248,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "La conexión con la tienda de snaps ha fallado" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1263,11 +1263,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "La conexión con la tienda de snaps ha fallado" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1279,11 +1279,11 @@ "puede conectar a api.snapcraft.io.\n" "¿Aún desea continuar con la actualización?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Paquete snapd desactualizado" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1295,36 +1295,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Calculando los requisitos de tamaño de snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Procesando reemplazos de snap" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "actualizando el snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "actualizando el snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "instalando el snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE no activado" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1336,11 +1336,11 @@ "de Ubuntu debe activar el PAE (si es posible). Vea:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1352,33 +1352,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Comprobando snaps instalados" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "No se puede actualizar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "No se puede actualizar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/et.po ubuntu-release-upgrader-24.04.17/po/et.po --- ubuntu-release-upgrader-24.04.16/po/et.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/et.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Märt Põder \n" "Language-Team: Estonian \n" @@ -506,8 +506,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Muudatuste rehkendamine" @@ -536,7 +536,7 @@ "võid uuendada mõni teine kord." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Uuenduste allalaadimine polnud võimalik" @@ -550,27 +550,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Toimingu ajal esines viga" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Süsteemi algse oleku taastamine" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Uuenduste paigaldamine polnud võimalik" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -578,7 +578,7 @@ "Uuendamine katkes. Sinu arvuti võib olla praegu kasutamatu. Praegu käivitati " "taastamisoperatsioon (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -589,7 +589,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -597,24 +597,24 @@ "Uuendamine katkes. Kontrolli internetiühendust või paigaldusmeediumi ning " "proovi uuesti. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Aegunud tarkvara otsimine" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Kas eemaldada iganenud paketid?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Hoia alles" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Eemalda" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -622,45 +622,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Vajalik sõltuvus pole paigaldatud" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Vajalik sõltuvus '%s' pole paigaldatud. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Paketihalduri kontrollimine" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Uuendamise ettevalmistamine ebaõnnestus" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Uuendamise eelduste hankimine ebaõnnestus" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -668,7 +668,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -677,15 +677,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Varamuinfo uuendamine" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Vigane paketiinfo" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -697,79 +697,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Allalaadimine" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Uuendamine" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Uuendamine valmis" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Uuendus on lõpetatud, kuid uuendamise ajal tekkisid vead." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Süsteemi uuendamine on valmis." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Osaline uuendamine lõpetati." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -965,11 +965,11 @@ msgid "Media Change" msgstr "Meedia muutmine" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Teie graafika riistvara pole Ubuntu 14.04 täielikult toetatud." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -979,11 +979,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -991,7 +991,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -999,7 +999,7 @@ "Uuendamine võib eemaldada töölauaefektid ja vähendada mängude ning teiste " "graafikamahukate rakenduste jõudlust." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1012,12 +1012,12 @@ "\n" "Kas tahad sellest hoolimata jätkata?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1026,11 +1026,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Ei leitud ARMv6 protsessorit" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1041,12 +1041,12 @@ "Kõik paketid karmic'us koostati optimeeritult vähemalt ARMv6 arhitektuurile. " "Selle raudvaraga ei ole võimalik Ubuntut uuendada." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1056,7 +1056,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1065,11 +1065,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Init pole saadaval" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1084,11 +1084,11 @@ "\n" "Kas tahad sellest hoolimata jätkata?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1105,11 +1105,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1119,11 +1119,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1131,11 +1131,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1144,36 +1144,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE pole lubatud" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1181,11 +1181,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1197,33 +1197,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Uuendamine pole võimalik" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Uuendamine pole võimalik" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/eu.po ubuntu-release-upgrader-24.04.17/po/eu.po --- ubuntu-release-upgrader-24.04.16/po/eu.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/eu.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Basque \n" @@ -526,8 +526,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Aldaketak kalkulatzen" @@ -554,7 +554,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Ezin izan dira bertsio-berritzeak deskargatu" @@ -566,27 +566,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Errorea egiaztapenean" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Sistemaren jatorrizko egoera berreskuratzen" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Ezin izan dira bertsio-berritzeak instalatu" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -595,7 +595,7 @@ "egoeran geldituko zen agian. Sistema berreskuratzen saiatuko gara oraintxe " "bertan (dpkg --configure -a)" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -612,7 +612,7 @@ "var/log/dist-upgrade/ direktorioko fitxategiak txostenean.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -620,24 +620,24 @@ "Eguneraketa bertan behera gelditu da. Egiaztatu zure Internet konexioa edo " "instalazioa egiteko erabili duzun euskarria eta saiatu berriro. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Software zaharkitua bilatzen" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Zaharkitutako paketeak kendu?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Mantendu" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Kendu" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -647,34 +647,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Beharrezko mendekotasunen bat ez dago instalatua" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Beharrezko '%s' mendekotasuna ez dago instalatua. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Pakete-kudeatzailea egiaztatzen" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Huts egin du bertsio-berritzea prestatzeak" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -682,12 +682,12 @@ "Sistema bertsio-berritzerako prestatzeak huts egin du. Arazoaren berri " "emateko, instalatu apport eta exekutatu 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Huts egin du bertsio-berritzerako aurrebaldintzak eskuratzeak" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -700,7 +700,7 @@ "\n" "Gainera, arazoaren berri emateko prozesua abiaraziko da." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -715,15 +715,15 @@ "Arazoaren berri emateko, instalatu apport eta exekutatu 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Errepositorio-informazioa eguneratzen" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Pakete-informazio baliogabea" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -740,79 +740,79 @@ "etc/apt/sources.list une honetan konfiguratutako software-jatorrien zerrenda " "ezagutzeko." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Eskuratzen" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Bertsio-berritzen" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Bertsio-berritzea burututa" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Bertsio-berritzea burutu da, baina prozesuan erroreak egon dira." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Sistemaren bertsio-berritzea burutu da." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Bertsio-berritze partziala burutu da." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1013,12 +1013,12 @@ msgid "Media Change" msgstr "Euskarri aldaketa" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Baliteke Ubuntu 14.04k zure grafikoen hardwarea guztiz ez sostengatzea." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1033,11 +1033,11 @@ "ikusi https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D. Hala " "ere, bertsio-berritzearekin aurrera egin nahi duzu?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1045,7 +1045,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1053,7 +1053,7 @@ "Bertsio-berritzeak mahaigaineko efektuak murriztu dezake, edo jokoen eta " "grafikoen erabilera intentsibodun programen errendimendua gutxitu." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1067,12 +1067,12 @@ "\n" "Jarraitu nahi duzu?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1081,11 +1081,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Ez dago ARMv6 PUZik" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1097,12 +1097,12 @@ "ziren. Ezin da sistema Ubunturen bertsio berri batera bertsio-berritu " "hardware honekin." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1112,7 +1112,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1121,11 +1121,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Ez dago init-ik" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1141,11 +1141,11 @@ "\n" "Ziur al zaude jarraitu nahi duzula?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1162,11 +1162,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1176,11 +1176,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1188,11 +1188,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1201,36 +1201,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE gaitu gabe" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1243,11 +1243,11 @@ "ikusi:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1259,33 +1259,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Ezin da bertsio-berritu" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Ezin da bertsio-berritu" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/fa.po ubuntu-release-upgrader-24.04.17/po/fa.po --- ubuntu-release-upgrader-24.04.16/po/fa.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/fa.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Persian \n" @@ -463,8 +463,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -491,7 +491,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -503,33 +503,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -540,30 +540,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -571,45 +571,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -617,7 +617,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -626,15 +626,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -646,79 +646,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -905,11 +905,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -919,11 +919,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -931,13 +931,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -946,12 +946,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -960,11 +960,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -972,12 +972,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -987,7 +987,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -996,11 +996,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1010,11 +1010,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1031,11 +1031,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1045,11 +1045,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1057,11 +1057,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1070,36 +1070,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1107,11 +1107,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1123,31 +1123,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/fi.po ubuntu-release-upgrader-24.04.17/po/fi.po --- ubuntu-release-upgrader-24.04.16/po/fi.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/fi.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Finnish \n" @@ -569,8 +569,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Lasketaan muutoksia" @@ -601,7 +601,7 @@ "päivitystä halutessasi myöhemmin." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Päivityksiä ei voitu noutaa" @@ -615,27 +615,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Virhe suoritettaessa" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Palautetaan alkuperäistä järjestelmän tilaa" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Päivityksiä ei voitu asentaa" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -643,7 +643,7 @@ "Päivitys on keskeytynyt. Järjestelmä saattaa olla epävakaassa tilassa. " "Palautuskomento suoritetaan nyt (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -660,7 +660,7 @@ "var/log/dist-upgrade/ olevat tiedostot vikailmoitukseen.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -668,24 +668,24 @@ "Päivitys on keskeytynyt. Tarkista Internet-yhteytesi tai asennusmediasi ja " "yritä uudelleen. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Etsitään vanhentuneita ohjelmistoja" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Poistetaanko vanhentuneet paketit?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Säilytä" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Poista" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -694,28 +694,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Vaadittuja riippuvuuksia ei ole asennettu" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Vaadittu riippuvuus \"%s\" ei ole asennettu. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Tarkistetaan pakettienhallintaa" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Päivityksen valmistelu epäonnistui" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -723,7 +723,7 @@ "Järjestelmän valmistelu versiopäivitystä varten epäonnistui, joten " "vianilmoitusprosessi käynnistetään." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -732,12 +732,12 @@ "ongelmasta asentamalla apport ja suorittamalla komento \"apport-bug ubuntu-" "release-upgrader\"." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Päivityksen esivaatimusten nouto epäonnistui" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -749,7 +749,7 @@ "\n" "Virheraportointityökalu käynnistetään." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -764,15 +764,15 @@ "Tee vikailmoitus asentamalla apport ja suorittamalla komento \"apport-bug " "ubuntu-release-upgrader\"." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Päivitetään ohjelmalähdetietoja" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Pakettitiedot viallisia" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -784,23 +784,23 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Noudetaan" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Päivitetään" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Päivitys on toteuttamiskelvoton" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -809,13 +809,13 @@ "virheitä." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Päivitys on puutteellinen" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -823,33 +823,33 @@ "Päivitys onnistui osittain, mutta päivityksen aikana tapahtui virheitä." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Päivitys on valmis" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Päivitys valmistui, mutta päivityksen yhteydessä tapahtui virheitä." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Järjestelmän päivitys on valmis." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Osittainen päivitys valmistui." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Lukitusnäyttö poistettu käytöstä" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -858,11 +858,11 @@ "Lukitusnäyttö on poistettu käytöstä ja se pysyy pois käytöstä, kunnes " "käynnistät järjestelmän uudelleen." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1062,12 +1062,12 @@ msgid "Media Change" msgstr "Median vaihto" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Näytönohjaimesi ei välttämättä ole täysin tuettu Ubuntun 14.04-versiossa." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1083,12 +1083,12 @@ "UpdateManagerWarningForUnity3D - Haluatko kaikesta huolimatta jatkaa " "päivitystä?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Näytönohjaimesi ei välttämättä ole täysin tuettu Ubuntu 12.04 LTS -versiossa." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1100,7 +1100,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx - Haluatko jatkaa " "päivitystä?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1108,7 +1108,7 @@ "Päivitys saattaa poistaa käytöstä visuaalisia tehosteita ja huonontaa " "joidenkin pelien ja graafisesti raskaiden ohjelmien suorituskykyä." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1122,12 +1122,12 @@ "\n" "Haluatko jatkaa?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Valitettavasti tälle järjestelmälle ei enää tarjota versiopäivityksiä" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1140,11 +1140,11 @@ "\n" "Päivitykset Ubuntun versiolle %s jatkuvat aina %s asti." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Ei ARMv6-suoritinta" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1156,12 +1156,12 @@ "vähintään ARMv6-arkkitehtuuria tukevan suorittimen. Tästä syystä " "järjestelmäsi päivittäminen uuteen Ubuntun julkaisuun ei ole mahdollista." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1171,7 +1171,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1184,11 +1184,11 @@ "\n" "Päivitykset Ubuntun versiolle %s jatkuvat aina %s asti." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Init-palvelua ei löydy" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1204,11 +1204,11 @@ "\n" "Haluatko varmasti jatkaa?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1225,12 +1225,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Yhteys Snap-kauppaan epäonnistui" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1240,11 +1240,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Yhteys Snap-kauppaan epäonnistui" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1256,11 +1256,11 @@ "osoitteeseen api.snapraft.io.\n" "Haluatko silti jatkaa päivitystä?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Vanhentunut snapd-paketti" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1272,36 +1272,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Lasketaan snap-kokovaatimuksia" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Käsitellään snap-korvikkeita" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "virkistetään snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "virkistetään snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "asennetaan snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE ei ole käytössä" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1313,11 +1313,11 @@ "Ubuntun uudempaan versioon, ota PAE käyttöön, jos mahdollista. Lisätietoja:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1329,33 +1329,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Tarkistetaan asennettuja snap-paketteja" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Päivitys ei onnistu" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Päivitys ei onnistu" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/fil.po ubuntu-release-upgrader-24.04.17/po/fil.po --- ubuntu-release-upgrader-24.04.16/po/fil.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/fil.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: JeanAustinR \n" "Language-Team: Filipino \n" @@ -487,8 +487,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Kinakalkula ang mga pagbabago" @@ -517,7 +517,7 @@ "ay ibabalik. Ang upgrade ay maaari mong ituloy sa susunod." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Hindi ma-download ang mga upgrade" @@ -529,33 +529,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Error during commit" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Ibinabalik ang orihinal na kalagayan ng sistema" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Hindi ma-install ang mga upgrade" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -566,30 +566,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Naghahanap ng mga lumang software" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Tanggalin ang mga lumang package?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Itago" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Tanggalin" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -599,45 +599,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Ang mga kinakailangang depend ay hindi naka-install" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Ang kinakailangang dependency '%s' ay hindi naka-intall. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Sinusuri ang package manager" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Nabigo sa paghahanda ng upgrade" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Nabigong kunin ang mga pangangailangan para sa pag-upgrade" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -645,7 +645,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -654,15 +654,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Ina-update ang repository information" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Invalid package information" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -674,79 +674,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Kinukuha" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Nagu-upgrade" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Tapos na ang upgrade" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Tapos na ang System upgrade." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Ang bahagyang upgrade ay tapos na." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -940,11 +940,11 @@ msgid "Media Change" msgstr "Pagpapalit ng Media" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -954,11 +954,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -966,7 +966,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -974,7 +974,7 @@ "Maaaring mabawasan ng pag-upgrade ang desktop effects, at mapabagal ang mga " "laro at mga programang magamit sa graphic." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -983,12 +983,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -997,11 +997,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1009,12 +1009,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1024,7 +1024,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1033,11 +1033,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1047,11 +1047,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1068,11 +1068,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1082,11 +1082,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1094,11 +1094,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1107,36 +1107,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1144,11 +1144,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1160,33 +1160,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Hindi makapag-upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Hindi makapag-upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/fo.po ubuntu-release-upgrader-24.04.17/po/fo.po --- ubuntu-release-upgrader-24.04.16/po/fo.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/fo.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Faroese \n" @@ -466,8 +466,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Rokni út broytingarnar" @@ -494,7 +494,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Kundi ikki taka uppstigingarnar niður" @@ -506,33 +506,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Endurstovni frum kervis stand" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Kundi ikki leggja inn uppstigingar" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -543,30 +543,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Varðveita" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Tak burtur" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -574,45 +574,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Kanni pakka leiðara" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Fyrireiking av uppstigan miseydanðist" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -620,7 +620,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -629,15 +629,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -649,79 +649,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Uppstigi" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Uppstigan liðug" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Kervis uppstigan er liðug" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -909,11 +909,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -923,11 +923,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -935,13 +935,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -950,12 +950,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -964,11 +964,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -976,12 +976,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -991,7 +991,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1000,11 +1000,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1014,11 +1014,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1035,11 +1035,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1049,11 +1049,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1061,11 +1061,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1074,36 +1074,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1111,11 +1111,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1127,33 +1127,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Kann ikki uppstiga" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Kann ikki uppstiga" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/fr.po ubuntu-release-upgrader-24.04.17/po/fr.po --- ubuntu-release-upgrader-24.04.16/po/fr.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/fr.po 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: update-manager 0.37.2\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Pierre Slamich \n" "Language-Team: French \n" @@ -585,8 +585,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calcul des modifications en cours" @@ -617,7 +617,7 @@ "restauré. Vous pouvez la reprendre plus tard." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Impossible de télécharger les mises à jour" @@ -632,27 +632,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Erreur pendant la soumission" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restauration du système dans son état d'origine" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Impossible d'installer la mise à niveau" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -660,7 +660,7 @@ "La mise à niveau a échoué. Votre système pourrait être inutilisable. Une " "tentative de récupération va maintenant avoir lieu (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -677,7 +677,7 @@ "rapport les fichiers qui se trouvent dans /var/log/dist-upgrade/ .\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -685,24 +685,24 @@ "La mise à niveau a échoué. Veuillez vérifier votre connexion Internet et le " "support d'installation avant de réessayer. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Recherche de logiciels obsolètes" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Supprimer les paquets obsolètes ?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Conserver" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Supprimer" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -712,28 +712,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Dépendance nécessaire non installée" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "La dépendance nécessaire « %s » n'est pas installée. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Vérification du gestionnaire de paquets" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Échec lors de la préparation de la mise à niveau" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -741,7 +741,7 @@ "La préparation du système pour la mise à niveau a échoué. Un processus de " "rapport d'incident est donc initialisé." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -750,12 +750,12 @@ "bogue, installer « apport » puis exécuter « apport-bug ubuntu-release-" "upgrader »." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Impossible d'obtenir les pré-requis nécessaires à la mise à niveau" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -766,7 +766,7 @@ "mise à niveau va s'arrêter et restaurer le système dans son état initial.\n" "En complément, un processus de rapport d'incident est initialisé." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -780,15 +780,15 @@ "Pour signaler un bogue, installer « apport » et exécuter « apport-bug ubuntu-" "release-upgrader »." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Mise à jour des informations sur les dépôts" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Informations sur les paquets non valables" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -807,23 +807,23 @@ "Dans le cas d'un miroir surchargé, vous pourrez de nouveau essayer la mise à " "jour plus tard." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Récupération" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Mise à niveau" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "La mise à niveau est irréalisable" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -832,13 +832,13 @@ "du processus de mise à niveau." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "La mise à niveau n’est pas teminée" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -847,35 +847,35 @@ "lors du processus de mise à niveau." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Mise à niveau terminée" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "La mise à niveau est terminée, mais des erreurs se sont produites lors de ce " "processus." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "La mise à niveau du système est terminée." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "La mise à niveau partielle est terminée." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Verrouillage d'écran désactivé" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -884,11 +884,11 @@ "Votre verrouillage d'écran a été désactivé et restera désactivé jusqu'à ce " "que vous redémarriez." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1090,13 +1090,13 @@ msgid "Media Change" msgstr "Changement de média" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Votre matériel graphique n'est peut-être pas pris en charge complètement " "dans Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1112,13 +1112,13 @@ "rendez-vous sur https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Voulez-vous poursuivre la mise à niveau ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Il est possible que votre carte graphique ne soit pas entièrement prise en " "charge par Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1130,7 +1130,7 @@ "Pour plus d'information, rendez-vous sur https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Voulez-vous poursuivre la mise à niveau ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1139,7 +1139,7 @@ "performances pour les jeux et autres programmes exigeants au niveau " "graphique." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1153,12 +1153,12 @@ "\n" "Voulez-vous continuer ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Désolé, il n'existe plus de mise à niveau pour ce système" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1171,11 +1171,11 @@ "\n" "Les mises à jour pour Ubuntu %s se poursuivront jusqu’en %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Pas de processeur ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1187,12 +1187,12 @@ "nécessitant au minimum une architecture ARMv6. Il est impossible de mettre à " "niveau votre système vers la nouvelle version d'Ubuntu." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1202,7 +1202,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1215,11 +1215,11 @@ "\n" "Les mises à jour pour Ubuntu %s se poursuivront jusqu’en %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Initialisation indisponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1235,11 +1235,11 @@ "\n" "Voulez-vous vraiment continuer ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1256,12 +1256,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "La connexion au Snap Store a échoué" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1271,11 +1271,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "La connexion au Snap Store a échoué" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1287,11 +1287,11 @@ "connecter à api.snapcraft.io.\n" "Voulez-vous poursuivre la mise à niveau ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Paquet snapd obsolète" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1304,36 +1304,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Calcul de la taille nécessaire du snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Remplacement du snap en cours" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "actualisation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "actualisation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "installation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE non activé" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1347,11 +1347,11 @@ "PAE (si cela est possible) voir :\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1363,33 +1363,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Vérification des snaps installés" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Mise à niveau impossible" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Mise à niveau impossible" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/fr_CA.po ubuntu-release-upgrader-24.04.17/po/fr_CA.po --- ubuntu-release-upgrader-24.04.16/po/fr_CA.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/fr_CA.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: French (Canada) \n" @@ -582,8 +582,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calcul des changements" @@ -614,7 +614,7 @@ "sera restauré. Vous pouvez reprendre la mise à niveau plus tard." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Impossible de télécharger les mises à niveau" @@ -629,27 +629,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Erreur pendant la validation" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restauration de l’état original du système" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Impossible d’installer les mises à niveau" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -657,7 +657,7 @@ "La mise à niveau a été interrompue. Votre système pourrait être dans un état " "inutilisable. Une récupération sera lancée maintenant (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -674,7 +674,7 @@ "dans /var/log/dist-upgrade/ au rapport de bogue.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -682,24 +682,24 @@ "La mise à niveau a été interrompue. Veuillez vérifier votre connexion " "Internet ou le support d’installation et ressayer. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Recherche de logiciels obsolètes" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Enlever les paquets obsolètes?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Garder" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Enlever" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -709,28 +709,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Dépendance exigée non installée" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "La dépendance exigée « %s » n'est pas installée. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Vérification du gestionnaire de paquets" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Échec lors de la préparation de la mise à niveau" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -738,7 +738,7 @@ "La préparation du système pour la mise à niveau a échoué et un processus de " "rapport de bogue est en cours." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -746,12 +746,12 @@ "La préparation du système pour la mise à niveau a échoué. Pour rapporter un " "bogue, installez apport et exécutez « apport-bug ubuntu-release-upgrader »." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Échec lors de l’obtention des prérequis de la mise à niveau" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -763,7 +763,7 @@ "d’origine du système.\n" "De plus, un processus de rapport de bogue est en cours." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -778,15 +778,15 @@ "Pour rapporter un bogue, installez apport et exécutez « apport-bug ubuntu-" "release-upgrader »." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Mise à jour des informations sur les dépôts" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Informations de paquets invalides" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -805,23 +805,23 @@ "Dans le cas d'un miroir surchargé, vous pourriez ressayer la mise à niveau " "plus tard." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Récupération" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Mise à niveau" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "La mise à niveau est irréalisable" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -830,13 +830,13 @@ "du processus de mise à niveau." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "La mise à niveau n’est pas teminée" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -845,35 +845,35 @@ "lors du processus de mise à niveau." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Mise à niveau terminée" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "La mise à niveau est terminée, mais il y a eu des erreurs pendant le " "processus de mise à niveau." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "La mise à niveau du système est terminée." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "La mise à niveau partielle est terminée." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Le verrouillage d’écran est désactivé" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -882,11 +882,11 @@ "Votre verrouillage d’écran a été désactivé et le restera jusqu’à ce que vous " "redémarriez." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1088,13 +1088,13 @@ msgid "Media Change" msgstr "Changement de support" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Votre matériel graphique n’est peut-être pas complètement pris en charge " "dans Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1110,13 +1110,13 @@ "ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Voulez-vous quand même " "poursuivre la mise à niveau?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Votre matériel graphique n’est peut-être pas complètement prise en charge " "par Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1128,7 +1128,7 @@ "Pour plus d’informations, voir https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Voulez-vous continuer la mise à niveau?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1136,7 +1136,7 @@ "La mise à niveau pourrait diminuer les effets du bureau, la performance dans " "les jeux et les autres programmes gourmands au niveau graphique." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1150,12 +1150,12 @@ "\n" "Voulez-vous continuer?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Désolé, il n’existe plus de mise à niveau pour ce système" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1168,11 +1168,11 @@ "\n" "Les mises à jour pour Ubuntu %s se poursuivront jusqu’en %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Pas d’UCT ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1184,12 +1184,12 @@ "exigeant que l’architecture minimale soit ARMv6. Il est impossible de mettre " "à niveau votre système vers une nouvelle version d’Ubuntu avec ce matériel." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1199,7 +1199,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1212,11 +1212,11 @@ "\n" "Les mises à jour pour Ubuntu %s se poursuivront jusqu’en %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Aucun init de disponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1232,11 +1232,11 @@ "\n" "Voulez-vous vraiment poursuivre?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1253,12 +1253,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Échec de connexion à la logithèque Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1268,11 +1268,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Échec de connexion à la logithèque Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1284,11 +1284,11 @@ "se connecter à api.snapcraft.io.\n" "Voulez-vous quand même poursuivre la mise à niveau ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Le paquet snapd est obsolète" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1301,36 +1301,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Calcul des exigences de taille des snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Traitement des remplacements des snap" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "actualisation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "actualisation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "installation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE n’est pas activée" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1343,11 +1343,11 @@ "c’est possible). Voir :\n" " http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1359,33 +1359,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Vérification des snaps installés" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "La mise à niveau est impossible" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "La mise à niveau est impossible" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/fur.po ubuntu-release-upgrader-24.04.17/po/fur.po --- ubuntu-release-upgrader-24.04.16/po/fur.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/fur.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Marco Londero \n" "Language-Team: Friulian \n" @@ -474,8 +474,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Daûr a calcolâ i cambiaments" @@ -502,7 +502,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "No si pues discjamâ i inzornaments" @@ -514,33 +514,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Daûr a tornâ al stât origjinâl dal sisteme" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "No si pues instalâ i inzornaments" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -551,30 +551,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Vuelistu gjavâ i pacuts vecjos?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Ten" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Gjave" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -582,45 +582,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Lis dipendencis necessaris no son instaladis" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "La dipendence necessarie '%s' no je instalade. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Daûr a controlâ il gjestôr di pacuts" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Preparazion dal avançament di version falide" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -628,7 +628,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -637,15 +637,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Daûr a inzornâ lis informazions dal dipuesit" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Informazions di pacut no validis" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -657,79 +657,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Daûr a recuperâ" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Daûr a inzornâ" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Avançament di version finît" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Avançament di version dal sistem finît." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -917,11 +917,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -931,11 +931,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -943,13 +943,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -958,12 +958,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -972,11 +972,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -984,12 +984,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -999,7 +999,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1008,11 +1008,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1022,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1043,11 +1043,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1057,11 +1057,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1069,11 +1069,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1082,36 +1082,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1119,11 +1119,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1135,33 +1135,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "No si pues inzornâ" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "No si pues inzornâ" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/fy.po ubuntu-release-upgrader-24.04.17/po/fy.po --- ubuntu-release-upgrader-24.04.16/po/fy.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/fy.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Sense Egbert Hofstede \n" "Language-Team: Frisian \n" @@ -463,8 +463,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -491,7 +491,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -503,33 +503,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -540,30 +540,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -571,45 +571,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -617,7 +617,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -626,15 +626,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -646,79 +646,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -905,11 +905,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -919,11 +919,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -931,13 +931,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -946,12 +946,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -960,11 +960,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -972,12 +972,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -987,7 +987,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -996,11 +996,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1010,11 +1010,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1031,11 +1031,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1045,11 +1045,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1057,11 +1057,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1070,36 +1070,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1107,11 +1107,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1123,31 +1123,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ga.po ubuntu-release-upgrader-24.04.17/po/ga.po --- ubuntu-release-upgrader-24.04.16/po/ga.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ga.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Irish \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/gd.po ubuntu-release-upgrader-24.04.17/po/gd.po --- ubuntu-release-upgrader-24.04.16/po/gd.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/gd.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Akerbeltz \n" "Language-Team: Gaelic; Scottish \n" @@ -564,8 +564,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Ag àireamhachadh nan atharraichean" @@ -594,7 +594,7 @@ "siostaim aiseag. 'S urrainn dhut leantainn air an àrdachadh uaireigin eile." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Cha b' urrainn dhuinn na h-àrdachaidhean a luchdadh a-nuas" @@ -609,27 +609,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Thachair mearachd rè a' commit" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Ag aiseag staid thùsail an t-siostaim" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Cha b' urrainn dhuinn na h-àrdachaidhean a stàladh" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -638,7 +638,7 @@ "nach gabh a chleachdadh. Cuiridh sinn gu dol gleus aisig an-dràsta (dpkg --" "configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -655,7 +655,7 @@ "faidhlichean ann an /var/log/dist-upgrade/ ri aithris a' bhuga.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -663,26 +663,26 @@ "Sguireadh dhen àrdachadh. Thoir sùil air a' cheangal agad ris an eadar-lìon " "no air a' mheadhan stàladh is feuch ris a-rithist. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "A' lorg bathar-bog air nach eil feum tuilleadh" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" "A bheil thu airson na pacaidean air nach eil feum tuilleadh a thoirt air " "falbh?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Cum iad" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Thoir air falbh iad" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -692,28 +692,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Tha eisimeileachdan ann air a bheil feum ach nach eil stàlaichte" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Chan eil an eisimeileachd \"%s\" stàlaichte ach tha feum air. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "A' sgrùdadh manaidsear nam pacaidean" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Dh'fhàillig an t-àrdachadh" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -721,7 +721,7 @@ "Dh'fhàgail ullachadh an t-siostam airson leasachadh agus tha sinn a' " "tòiseachadh air aithris buga ri linn sin." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -730,12 +730,12 @@ "buga a chur thugainn, stàlaich apport 's an uairsin ruith \"apport-bug " "ubuntu-release-upgrader\"." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Dh'fhairtlich oirnn ro-ghoireasan an àrdachaidh fhaighinn" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -748,7 +748,7 @@ "\n" "A bharrachd air sin, tha sinn a' tòiseachadh air aithris buga." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -763,15 +763,15 @@ "Gus aithris air buga a chur thugainn, stàlaich apport 's an uairsin ruith " "\"apport-bug ubuntu-release-upgrader\"." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Ag ùrachadh fiosrachadh a' repository" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Tha fiosrachadh na pacaid mì-dhligheach" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -790,79 +790,79 @@ "Ma tha cus dhaoine a' cleachdadh an sgàthain an-dràsta, feuch ris an " "àrdachadh a-rithist an ceann greis." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "'Ga fhaighinn" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "'Ga àrdachadh" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Tha an t-àrdachadh deiseil" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Tha an t-àrdachadh deiseil ach thachair mearachdan rè an àrdachaidh." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Tha àrdachadh an t-siostaim a choileanadh." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Chaidh an t-àrdachadh pàirteach a choileanadh." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1063,13 +1063,13 @@ msgid "Media Change" msgstr "Atharrachadh meadhain" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Dh'fhaoidte nach cuirear làn-taic ris a' bhathar-chruaidh ghrafaigeachd " "agad ann an Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1084,13 +1084,13 @@ "barrachd fiosrachaidh, faic https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D A bheil thu airson àrdachadh fhathast?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Dh'fhaoidte nach eil làn-taic ris a' bhathar-chruaidh ghrafaigeachd ann an " "Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1102,7 +1102,7 @@ "dhut àrdachadh. Airson barrachd fiosrachaidh, faic https://wiki.ubuntu.com/X/" "Bugs/UpdateManagerWarningForI8xx A bheil thu airson àrdachadh fhathast?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1111,7 +1111,7 @@ "geamannan is rudan eile a tha feumach air grafaigean gu mòr ma nì thu " "àrdachadh." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1125,12 +1125,12 @@ "\n" "A bheil thu airson leantainn air adhart?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1139,11 +1139,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "As aonais CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1155,12 +1155,12 @@ "a tha feumach air ARMv6 air a' char as lugha. Chan urrainn dhut an siostam " "agad àrdachadh gu tionndadh Ubuntu ùr leis a' bhathar-chruaidh seo." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1170,7 +1170,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1179,11 +1179,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Chan eil init ri làimh" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1199,11 +1199,11 @@ "\n" "A bheil thu cinnteach gu bheil thu airson leantainn air adhart?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1220,11 +1220,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1234,11 +1234,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1246,11 +1246,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1259,36 +1259,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "Chan eil PAE an comas" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1301,11 +1301,11 @@ "Ubuntu. Thoir sùil air:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1317,33 +1317,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Cha ghabh an t-àrdachadh a dhèanamh" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Cha ghabh an t-àrdachadh a dhèanamh" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/gl.po ubuntu-release-upgrader-24.04.17/po/gl.po --- ubuntu-release-upgrader-24.04.16/po/gl.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/gl.po 2024-04-29 14:26:40.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: galician\n" @@ -579,8 +579,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calculando os cambios" @@ -611,7 +611,7 @@ "Pode retomar a actualización máis adiante." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Non se puideron descargar as anovacións" @@ -625,27 +625,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Produciuse un erro durante a remisión" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restaurando o estado orixinal do sistema" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Non se puideron instalar as anovacións" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -653,7 +653,7 @@ "Abortouse a anovación. O seu sistema pode estar nun estado non utilizábel. " "Vaise executar agora a recuperación (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -670,7 +670,7 @@ "var/log/dist-upgrade/ ao informe do erro.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -678,24 +678,24 @@ "Cancelouse a actualización. Comprobe a súa conexión a Internet ou o " "dispositivo de instalación e volva a tentalo. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Buscando paquetes obsoletos" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Retirar os paquetes obsoletos?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Conservar" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Retirar" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -705,28 +705,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Non está instalado depends, que é necesario" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "A dependencia requirida «%s» non está instalada. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Comprobando o xestor de paquetes" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Fallou a preparación da anovación" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -734,7 +734,7 @@ "Produciuse un fallo ao preparar o sistema para a anovación polo que estase " "iniciando un proceso de informe de erro." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -742,12 +742,12 @@ "Preparando o sistema para a anovación fallida. Para informar dun erro " "instale apport e execute «apport-bug ubuntu-release-upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Fallou a preparación da anovación" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -759,7 +759,7 @@ "\n" "Ademais, estase iniciando un proceso de informe de erro." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -773,15 +773,15 @@ "Para informar dun fallo instale apport e execute «apport-bug ubuntu-release-" "upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Actualizando a información do repositorio" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Información de paquete incorrecta" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -800,23 +800,23 @@ "No caso de que sexa por mor dunha réplica saturada, debería anovar un pouco " "máis tarde." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Obtendo" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Anovando" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Anovación non realizábel" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -824,13 +824,13 @@ "Non foi posíbel completar a anovación. Producíronse erros durante o proceso." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Anovación incompleta" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -839,33 +839,33 @@ "proceso." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Completouse a anovación" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "A actualización completouse mais producíronse erros durante o proceso." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Completouse a anovación do sistema." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Completouse a anovación parcial do sistema." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Bloqueo da pantalla desactivado" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -873,11 +873,11 @@ msgstr "" "O bloqueo da pantalla foi desactivado e permanecerá así até que reinicie." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1077,13 +1077,13 @@ msgid "Media Change" msgstr "Cambio de medio" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "É posíbel que o hardware gráfico non sexa totalmente compatíbel co Ubuntu " "14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1098,13 +1098,13 @@ "máis información, consulte https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D. Desexa proseguir coa actualización?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "O seu hardware de gráficos non é completamente compatíbel con Ubuntu 12.04 " "LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1116,7 +1116,7 @@ "información vexa https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx " "¿Desexa continuar coa anovación?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1124,7 +1124,7 @@ "A anovación pode reducir os efectos do escritorio, o rendemento nos xogos e " "noutros programas que fagan un emprego intensivo dos gráficos." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1137,12 +1137,12 @@ "\n" "Está seguro de que desexa continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Desculpe, mais non hai máis anovacións para este sistema" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1155,11 +1155,11 @@ "\n" "As actuacións para Ubuntu %s continuarán até %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Non é unha CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1171,12 +1171,12 @@ "require ARMv6 como arquitectura mínima. Non é posíbel anovar o seu sistema a " "unha versión de Ubuntu con esta arquitectura." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1186,7 +1186,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1199,11 +1199,11 @@ "\n" "As actuacións para Ubuntu %s continuarán até %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "O «daemon» init non está dispoñíbel" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1219,11 +1219,11 @@ "\n" "Está seguro de que desexa continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1240,12 +1240,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Produciuse un fallo conectando coa tenda de snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1255,11 +1255,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Produciuse un fallo conectando coa tenda de snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1271,11 +1271,11 @@ "io.\n" "Desexa continuar coa anovación?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "O paquete snapd está obsoleto" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1287,36 +1287,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "A calcular os requisitos de tamaño dos snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "A procesar as substitucións de snaps" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "a refrescar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "a refrescar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "a instalar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "A PAE non está activada" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1328,11 +1328,11 @@ "máis recente de Ubuntu, debe activar a PAE (se é posíbel) vexa:\n" " http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1344,33 +1344,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Comprobando os snaps instalados" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Non é posíbel anovar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Non é posíbel anovar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/gu.po ubuntu-release-upgrader-24.04.17/po/gu.po --- ubuntu-release-upgrader-24.04.16/po/gu.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/gu.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Gujarati \n" @@ -458,8 +458,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -486,7 +486,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -498,33 +498,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -535,30 +535,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -566,45 +566,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -612,7 +612,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -621,15 +621,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -641,79 +641,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -899,11 +899,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -913,11 +913,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -925,13 +925,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -940,12 +940,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -954,11 +954,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -966,12 +966,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -981,7 +981,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -990,11 +990,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1004,11 +1004,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1025,11 +1025,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1039,11 +1039,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1051,11 +1051,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1064,36 +1064,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1101,11 +1101,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1117,31 +1117,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/gv.po ubuntu-release-upgrader-24.04.17/po/gv.po --- ubuntu-release-upgrader-24.04.16/po/gv.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/gv.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Manx \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/he.po ubuntu-release-upgrader-24.04.17/po/he.po --- ubuntu-release-upgrader-24.04.16/po/he.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/he.po 2024-04-29 14:26:40.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: update-manager.HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Yaron \n" "Language-Team: Hebrew \n" @@ -548,8 +548,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "השינויים מחושבים" @@ -580,7 +580,7 @@ "מאוחר יותר." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "לא ניתן להוריד את השדרוג" @@ -594,27 +594,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "שגיאה במהלך הביצוע" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "המערכת מוחזרת למצבה המקורי" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "לא ניתן להתקין את השדרוגים" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -622,7 +622,7 @@ "השדרוג בוטל. המערכת שלך עלולה להיות בלתי שמישה. כעת תתבצע פעולת שחזור (dpkg " "--configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -639,30 +639,30 @@ "לדיווח על התקלה.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "השדרוג בוטל. נא לבדוק את החיבור לאינטרנט ואת אמצעי ההתקנה ולנסות שוב. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "מתבצע חיפוש אחר תכנה מיושנת" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "האם להסיר חבילות מיושנות?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_שמירה" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "ה_סרה" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -670,34 +670,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "החבילות הדרושות להתקנה אינן מותקנות" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "החבילה '%s' הדרושה להתקנה אינה מותקנת " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "מנהל החבילות נבדק" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "תהליך הכנת השדרוג נכשל" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "תהליך הכנת המערכת לשדרוג נכשל ולכן יופעל תהליך דיווח על תקלה." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -705,12 +705,12 @@ "הכנת המערכת לשדרוג נכשלה. כדי לדווח על תקלה יש להתקין את apport ואז להריץ את " "הפקודה 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "קבלת דרישות הקדם לשדרוג נכשלה" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -722,7 +722,7 @@ "\n" "בנוסף על כך, יופעל תהליך הדיווח על תקלות." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -736,15 +736,15 @@ "כדי לדווח על תקלה יש להתקין את apport ואז להריץ את הפקודה 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "נתוני המאגרים מתעדכנים" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "פרטי החבילה אינם תקינים" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -756,80 +756,80 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "מתקבל" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "בשדרוג" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "אין אפשרות לשדרג" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "לא ניתן להשלים את השדרוג, אירעו שגיאות במהלך השדרוג." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "השדרוג לא הסתיים" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "השדרוג הושלם באופן חלקי אך אירעו שגיאות במהלך השדרוג." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "השדרוג הושלם" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "השדרוג הושלם אך צצו שגיאות במהלך השדרוג." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "שדרוג המערכת הושלם." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "השדרוג החלקי הושלם." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "מסך הנעילה בוטל" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "מסך הנעילה שלך הושבת ויישאר מושבת עד להפעלה מחדש." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1022,11 +1022,11 @@ msgid "Media Change" msgstr "החלפת מדיה" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "יתכן שהחומרה הגרפית שלך אינה נתמכת במלואה באובונטו 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1041,13 +1041,13 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D, האם בכל זאת להמשיך " "בשדרוג?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "חומרת הגרפיקה שלך אינה נתמכת במלואה על ידי אובונטו 12.04 עם תמיכה לטווח ארוך " "(LTS)." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1058,7 +1058,7 @@ "בעיות לאחר השדרוג. למידע נוסף יש לעיין בכתובת https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx האם ברצונך להמשיך בשדרוג?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1066,7 +1066,7 @@ "שדרוג עלול לפגוע באפקטים של שולחן העבודה ובביצועים של משחקים ותכניות עמוסות " "מבחינה גרפית." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1079,12 +1079,12 @@ "\n" "האם ברצונך להמשיך?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "אין עוד עדכונים למערכת הזאת, עמך הסליחה" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1096,11 +1096,11 @@ "\n" "עדכונים לאובונטו %s יימשכו עד %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "אין מעבד מסוג ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1111,12 +1111,12 @@ "החבילות ב־Karmic נבנו עם שיפורים מיוחדים הדורשים את ARMv6 כארכיטקטורה " "מינימלית. לא ניתן לשדרג את המערכת להפצת אובונטו חדשה עם חומרה זו." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1126,7 +1126,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1138,11 +1138,11 @@ "\n" "עדכונים לאובונטו %s יימשכו עד %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "אין init זמין" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1157,11 +1157,11 @@ "\n" "האם ברצונך להמשיך?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1178,12 +1178,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "החיבור לחנות ה־Snap נכשלה" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1193,11 +1193,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "החיבור לחנות ה־Snap נכשלה" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1207,11 +1207,11 @@ "למערכת שלך אין קשר אל חנות ה־Snap. לקבלת חוויית השדרוג הטובה ביותר נא לוודא " "שלמערכת שלך יש גישה אל api.snapcraft.io.ֿ" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "חבילת snapd שתוקפה פג." -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1223,36 +1223,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "דרישות גודל ה־snap מחושבות" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "החלפות ה־snap עוברות עיבוד" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "ה־snap‏ %s מתרענן" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "ה־snap‏ %s מתרענן" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "ה־snap‏ %s מותקן" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE לא מופעל" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1264,11 +1264,11 @@ "להפעיל PAE (אם ניתן) בעזרת ההנחיות הבאות:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1280,33 +1280,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "ה־snaps המותקנים שלך נבדקים" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "לא ניתן לשדרג" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "לא ניתן לשדרג" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/hi.po ubuntu-release-upgrader-24.04.17/po/hi.po --- ubuntu-release-upgrader-24.04.16/po/hi.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/hi.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Manish Kumar \n" "Language-Team: Hindi \n" @@ -502,8 +502,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "परिवर्तन की गणना कर रहा है" @@ -532,7 +532,7 @@ "पुनःशुरु कर सकते हैं |" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "अद्यतन डाउनलोड नहीं कर सका" @@ -544,27 +544,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "बचनबद्धता के दौरान त्रुटि" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "मूल तंत्र स्थिति को पुनःसंगृहित कर रहा है" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "अद्यतन को संस्थापित नहीं कर सका" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -572,7 +572,7 @@ "उन्नयन निष्फल हो गया. आपका तंत्र अनुपयोगी स्थिति में आ सकता है | एक समुत्थान अब चलेगा " "(dpkg --configure -a) |" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -583,7 +583,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -591,24 +591,24 @@ "उन्नयन निष्फल हो गया | कृपया अपने अंतर्जाल संयोजन या संस्थापना मिडिया की जाँच कर लें तथा " "पुनः प्रयास करें | " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "अप्रचलित साफ्टवेयर को खोज रहा है" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "अप्रचलित पैकेज को हटाएं?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "बनाए रखें (_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "हटाएँ (_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -617,45 +617,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "आवश्यक निर्भर संस्थापित नहीं है" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "आवश्यक निर्भरता '%s' संस्थापित नहीं है. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "पैकेज प्रबंधक की जाँच करें" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "अद्यतन की तैयारी असफल" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "पूर्वापेक्षित अद्यतन को प्राप्त करने में असफल" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -663,7 +663,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -672,15 +672,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "भण्डार सूचना का अद्यतन हो रहा है" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "पैकेज सूचना अवैध" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -692,79 +692,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "आकर्षित कर रहा है" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "अद्यतन कर रहा है" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "अद्यतन पूर्ण" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "उन्नयन पुरा हुआ लेकिम उन्नयन प्रक्रिया के दौरान त्रुटि हुई |" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "तंत्र का अद्यतन पूर्ण |" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "आंशिक अद्यतन पूर्ण हुआ |" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -956,11 +956,11 @@ msgid "Media Change" msgstr "मिडिया परिवर्तन" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -970,11 +970,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -982,7 +982,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -990,7 +990,7 @@ "अद्यतन डेक्सटाप तथा खेल निष्पादन तथा अन्य चित्रादि वाले कार्यक्रम को के प्रभाव को कम कर " "देगा." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1003,12 +1003,12 @@ "\n" "क्या आप आगे बढ़ना चाहते हैं?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1017,11 +1017,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "ARMv6 सीपीयु नहीं है" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1033,12 +1033,12 @@ "आवश्यकता होगी. इन हार्डवेयर के साथ उबुन्टू के नए प्रकाशन द्वारा अपने तंत्र को उन्नत करना " "संभव नहीं है." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1048,7 +1048,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1057,11 +1057,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "init उपलब्ध नहीं है" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1074,11 +1074,11 @@ "है. उबुन्टू 10.04 LTS इस प्रकार के वातावरण में कार्य नहीं कर सकता, पहले अपने आभासी मशीन " "को अद्यतन करने की जरुरत है." -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1095,11 +1095,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1109,11 +1109,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1121,11 +1121,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1134,36 +1134,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1171,11 +1171,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1187,33 +1187,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "अद्यतन नहीं हो सका" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "अद्यतन नहीं हो सका" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/hr.po ubuntu-release-upgrader-24.04.17/po/hr.po --- ubuntu-release-upgrader-24.04.16/po/hr.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/hr.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:51+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Croatian \n" @@ -587,8 +587,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Izračunavanje promjena" @@ -620,7 +620,7 @@ "Nadogradnju možete nastaviti kasnije." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Nemoguće preuzimanje nadogradnje" @@ -634,27 +634,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Greška prilikom izvršavanja" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Vraćanje izvornog stanja sustava" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Nadogradnje nisu mogle biti instalirane" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -662,7 +662,7 @@ "Nadogradnja je prekinuta. Vaš sustav bi mogao biti u neupotrebljivom stanju. " "Popravak će upravo biti pokrenut (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -679,31 +679,31 @@ "log/dist-upgrade/ izvješće greške.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" "Nadogradnja je prekinuta. Vaš sustav bi mogao biti u neupotrebljivom stanju. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Tražim zastarjeli softver" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Ukloni zastarjele pakete?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Zadrži" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Ukloni" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -713,28 +713,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Potrebna zavisnost nije instalirana" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Potrebna zavisnost '%s' nije instalirana. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Provjeravanje upravitelja paketa" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Priprema nadogradnje nije uspjela" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -742,7 +742,7 @@ "Pripremanje sustava za nadogradnju nije uspjelo, stoga se pokreće proces za " "prijavu greške." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -750,12 +750,12 @@ "Pripremanje sustava za nadogradnju nije uspjelo. Za prijavak greške " "instalirajte apport i zatim pokrenite 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Preuzimanje preduvjeta za nadogradnju nije uspjelo" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -767,7 +767,7 @@ "\n" "Dodatno, pokrenut će se proces za prijavu greške." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -781,15 +781,15 @@ "Za prijavak greške instalirajte apport i zatim pokrenite 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Nadogradnja podataka repozitorija" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Neispravni podaci paketa" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -808,23 +808,23 @@ "U slučaju preopterećenja zrcalnog poslužitelja, nadogradnju možete pokušati " "kasnije." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Dohvaćanje" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Nadogradnja" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Nadogradnja nije moguća" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -833,13 +833,13 @@ "postupka nadogradnje." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Nadogradnja je nepotpuna" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -848,34 +848,34 @@ "tijekom postupka nadogradnje." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Nadogradnja završena" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Nadogradnja je završena, ali dogodile su se greške pri procesu nadogradnje." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Nadogradnja sustava je završena." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Djelomična nadogradnja dovršena" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Zaključavanje zaslona onemogućeno" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -884,11 +884,11 @@ "Zaključavanje zaslona je onemogućeno i ostati će onemogućeno do ponovnog " "pokretanja računala." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1087,11 +1087,11 @@ msgid "Media Change" msgstr "Promjena medija" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Vaš grafički hardver možda neće biti potpuno podržan u Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1106,13 +1106,13 @@ "informacija pogledajte https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Želite li još uvijek nastaviti s nadogradnjom?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Vaš grafički hardver možda neće biti u potpunosti podržan u Ubuntuu 12.04 " "LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1124,7 +1124,7 @@ "posjetite https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Želite " "li nastaviti s nadogradnjom?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1132,7 +1132,7 @@ "Nadogradnja može umanjiti efekte radne površine i performanse u igrama i " "ostalim grafički zahtjevnim programima." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1146,12 +1146,12 @@ "\n" "Želite li nastaviti?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Nažalost, više nema nadopuna za ovaj sustav" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1164,11 +1164,11 @@ "\n" "Nadopune za Ubuntu %s će se nastaviti do %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Nedostaje ARMv6 procesor" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1180,12 +1180,12 @@ "minimalnu arhitekturu. Nadogradnja vašeg sustava na novo izdanje Ubuntua " "nije moguće na ovom hardveru." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1195,7 +1195,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1208,11 +1208,11 @@ "\n" "Nadopune za Ubuntu %s će se nastaviti do %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Nema dostupnog inita" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1228,11 +1228,11 @@ "\n" "Želite li nastaviti?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1249,12 +1249,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Povezivanje sa Snap trogvinom neuspjelo" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1264,11 +1264,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Povezivanje sa Snap trogvinom neuspjelo" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1279,11 +1279,11 @@ "da je vaš sustav povezan sa api.snapcraft.io.\n" "Sigurno želite nastaviti sa nadopunom?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Zastarjeli snapd paketi" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1295,36 +1295,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Izračunavanje potrebne veličine snap paketa" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Obrada zamjene snap paketa" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "osvježavanje snap paketa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "osvježavanje snap paketa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "instalacija snap paketa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE nije omogućen" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1336,11 +1336,11 @@ "Ubuntua, morate omogućiti PAE (ako je moguće) pogledajte:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1352,33 +1352,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Provjera instaliranih snap paketa" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Nadogradnja nije moguća" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Nadogradnja nije moguća" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/hu.po ubuntu-release-upgrader-24.04.17/po/hu.po --- ubuntu-release-upgrader-24.04.16/po/hu.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/hu.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager.HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Báthory Péter \n" "Language-Team: Hungarian \n" @@ -552,8 +552,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Módosítások előkészítése" @@ -582,7 +582,7 @@ "visszaállítva. A frissítést később lehet folytatni." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "A frissítések nem tölthetők le" @@ -597,27 +597,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Hiba a módosítások rögzítése közben" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "A rendszer eredeti állapotának helyreállítása" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "A frissítések nem telepíthetők" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -625,7 +625,7 @@ "A frissítés megszakadt. A rendszer használhatatlan állapotban lehet. A " "helyreállítás azonnal indul (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -642,7 +642,7 @@ "dist-upgrade/ mappából.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -650,24 +650,24 @@ "A frissítés megszakadt. Ellenőrizze az internetkapcsolatát vagy a telepítési " "adathordozót, és próbálja újra. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Elavult szoftverek keresése" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Eltávolítja az elavult csomagokat?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Megtartás" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Eltávolítás" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -677,28 +677,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "A szükséges függőségek nincsenek telepítve" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "A következő függőség nincs telepítve: %s. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Csomagkezelő ellenőrzése" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "A frissítés előkészítése meghiúsult" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -706,7 +706,7 @@ "A rendszer előkészítése a frissítésre sikertelen, emiatt elindul egy " "hibajelentési folyamat." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -715,12 +715,12 @@ "telepítse az apport csomagot, és adja ki az „apport-bug ubuntu-release-" "upgrader” parancsot." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "A frissítés előfeltételeinek lekérése meghiúsult" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -733,7 +733,7 @@ "\n" "Ezen kívül elindul egy hibajelentési folyamat is." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -747,15 +747,15 @@ "Hiba jelentéséhez telepítse az apport csomagot, és adja ki az „apport-bug " "ubuntu-release-upgrader” parancsot." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Tárolóinformációk frissítése" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Érvénytelen csomaginformációk" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -773,80 +773,80 @@ "szoftverforrások listájának megtekintéséhez.\n" "Ha a tükörszerver túlterhelt, érdemes megpróbálni a frissítést később." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Letöltés" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Frissítés" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "A frissítés befejeződött" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "A frissítés befejeződött, de hibák történtek a frissítési folyamat alatt." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "A rendszer frissítése befejeződött." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Az intelligens frissítés sikeresen befejeződött." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1048,13 +1048,13 @@ msgid "Media Change" msgstr "Adathordozó-csere" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "A videokártyája nem biztos, hogy megfelelően lesz támogatva az Ubuntu 14.04 " "verziójában." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1070,13 +1070,13 @@ "UpdateManagerWarningForUnity3D oldalt. Még így is szeretné folytatni a " "frissítést?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Videokártyája nem biztos, hogy teljesen támogatott lesz Ubuntu 12.04 LTS " "alatt." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1088,7 +1088,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx oldalt. Folytatni " "szeretné a frissítést?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1096,7 +1096,7 @@ "A frissítés visszafoghatja a vizuális effektusokat, a játékok és a sok " "grafikai számítást igénylő alkalmazások teljesítményét." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1110,12 +1110,12 @@ "\n" "Biztosan folytatja?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1124,11 +1124,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Nem ARMv6 processzor" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1140,12 +1140,12 @@ "optimalizációkkal készült. Ezen a hardveren nem frissíthető a rendszer új " "Ubuntu kiadásra." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1155,7 +1155,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1164,11 +1164,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Nem érhető el init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1183,11 +1183,11 @@ "\n" "Biztosan folytatja?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1204,11 +1204,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1218,11 +1218,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1230,11 +1230,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1243,36 +1243,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "A PAE nincs bekapcsolva" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1284,11 +1284,11 @@ "Ubuntu újabb verziójára frissítéshez be kell kapcsolnia a PAE-t (ha ez " "lehetséges), lásd: http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1300,33 +1300,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Nem lehet frissíteni" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Nem lehet frissíteni" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/hy.po ubuntu-release-upgrader-24.04.17/po/hy.po --- ubuntu-release-upgrader-24.04.16/po/hy.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/hy.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Serj Safarian \n" "Language-Team: Armenian \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -898,11 +898,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -912,11 +912,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -924,13 +924,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -939,12 +939,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -953,11 +953,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -965,12 +965,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -980,7 +980,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -989,11 +989,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1003,11 +1003,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1024,11 +1024,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1038,11 +1038,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1050,11 +1050,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1063,36 +1063,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1100,11 +1100,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1116,31 +1116,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ia.po ubuntu-release-upgrader-24.04.17/po/ia.po --- ubuntu-release-upgrader-24.04.16/po/ia.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ia.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2015-09-01 21:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Interlingua \n" @@ -557,8 +557,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calculo del modificationes" @@ -587,7 +587,7 @@ "restaurate. Tu pote resumer le ajornamento a un tempore successive." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Impossibile discargar le promotiones" @@ -602,27 +602,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Error durante le commission" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restauration del stato del systema originari" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Impossibile installar le promotiones" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -630,7 +630,7 @@ "Le promotion ha abortate. Tu systema poterea ser in un stato inusabile. Ora " "fluera un restabilimento (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -647,7 +647,7 @@ "log/dist-upgrade/ al reporto de defecto.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -655,24 +655,24 @@ "Le promotion abortava. Per favor controla tu connexion a internet o tu " "medios de installation e reproba. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "In cerca pro software obsolete" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Levar le pacchettos obsolete?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "Conservar (_Keep)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Remover" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -683,28 +683,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Le necessari dependentia '%s' non es installate." -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Le necessari dependentia '%s' non es installate. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Controlo del gestor de pacchetto" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Preparation del promotion fallite" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -712,7 +712,7 @@ "Preparation del systema al promotion fallite, assi un processo de reporto de " "defecto va ser lanceate." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -720,12 +720,12 @@ "Preparation del systema pro le promotion fallite. Pro reportar un defecto " "installar apport e pois exequer 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Obtenimento del pre-requisitos de promotion fallite" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -737,7 +737,7 @@ "\n" "Additionalmente, un processo de reporto de defecto va ser lanceate." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -751,15 +751,15 @@ "Pro reportar un defecto installar apport e pois exequer 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Actualisation de information de repositorio" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Information de pacchetto non valide" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -778,23 +778,23 @@ "In caso de un speculo supercargate, tu pote desirar de reprobar postea le " "promotion." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Extration" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "In promotion" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Promotion impossibile" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -802,57 +802,57 @@ "Le promotion non pote ser completate, il habeva errores durante le processo." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Promotion incomplete" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Promotion complete" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Le promotion ha clause ma il era errores durante le processo de promotion." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Le promotion del systema es complete." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Le promotion partial ha essite clause." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Blocada de schermo disactivate" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1052,12 +1052,12 @@ msgid "Media Change" msgstr "Cambiamento de medios" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Tu hardware graphic pote non ser totalmente supportate in Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1072,13 +1072,13 @@ "Pro plus de information vider https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D . Desira tu ancora proceder con le promotion?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Tu hardware graphic non pote ser supportate completemente in Ubuntu 12.04 " "LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1090,7 +1090,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx . Desira tu " "ancora proceder con le promotion?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1098,7 +1098,7 @@ "Le promotion pote reducer le effectos del scriptorio, e le performance in le " "jocos e le alie programmas graphicamente intensive." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1112,12 +1112,12 @@ "\n" "Desira tu continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1126,11 +1126,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Nulle CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1142,12 +1142,12 @@ "ARMv6 como minime architectura. Il non es possibile promover tu systema a un " "nove version de Ubuntu con ce hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1157,7 +1157,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1166,11 +1166,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Nulle init disponibile" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1186,11 +1186,11 @@ "\n" "Desira tu vermente continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1207,11 +1207,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1221,11 +1221,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1233,11 +1233,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1246,36 +1246,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "installation snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "installation snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE no activate" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1287,11 +1287,11 @@ "Ubuntu, tu debe activar PAE (si isto es possibile) vide:\n" "http://help.ubuntu.com/collectivitate/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1303,33 +1303,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Controlo del snaps installate" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Impossibile promover" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Impossibile promover" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/id.po ubuntu-release-upgrader-24.04.17/po/id.po --- ubuntu-release-upgrader-24.04.16/po/id.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/id.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Bagus Herlambang \n" "Language-Team: Indonesian \n" @@ -554,8 +554,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Menghitung perubahan" @@ -586,7 +586,7 @@ "Anda dapat meneruskan peningkatan di lain waktu." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Tidak dapat mengunduh pemutakhiran" @@ -601,27 +601,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Kesalahan pada waktu commit" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Sistem dikembalikan ke keadaan awal" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Tidak dapat menginstal pemutakhiran" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -630,7 +630,7 @@ "dapat dipakai. Suatu pemulihan akan dijalankan sekarang (dpkg --configure -" "a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -641,7 +641,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -649,24 +649,24 @@ "Peningkatan telah digugurkan. Silakan periksa koneksi Internet atau media " "pemasangan Anda dan coba lagi. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Mencari perangkat lunak usang" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Hapus paket usang?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Simpan" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Hapus" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -676,34 +676,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Dependensi yang dibutuhkan belum terpasang." -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Dependensi yang dibutuhkan '%s' belum terpasang. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Memeriksa manajer paket" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Persiapan peningkatan versi gagal" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -711,12 +711,12 @@ "Penyiapan sistem untuk peningkatan gagal. Untuk melaporkan kutu pasanglah " "apport lalu jalankan 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Gagal mendapatkan persiapan upgrade" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -724,7 +724,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -738,15 +738,15 @@ "Untuk melaporkan kutu pasanglah apport lalu jalankan 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Memutakhirkan informasi gudang" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Informasi paket tidak valid" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -758,23 +758,23 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Menjemput" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Meng-upgrade" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Peningkatan tidak layak" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -783,13 +783,13 @@ "peningkatan." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Peningkatan tidak lengkap" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -797,34 +797,34 @@ "Peningkatan berakhir sebagian tapi ada kesalahan selama proses peningkatan." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Peningkatan versi selesai" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Peningkatan telah lengkap tetapi ada masalah selama proses peningkatan." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Upgrade sistem telah selesai." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Pemutakhiran parsial selesai." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Layar kunci dinonaktifkan" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -833,11 +833,11 @@ "Layar kunci Anda telah dinonaktifkan dan tetap akan non aktif sampai Anda " "reboot." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1033,13 +1033,13 @@ msgid "Media Change" msgstr "Perubahan Media" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Perangkat keras grafik Anda mungkin tak sepenuhnya didukung dalam Ubuntu " "14.04" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1049,11 +1049,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1061,7 +1061,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1069,7 +1069,7 @@ "Peningkatan mungkin mengurangi efek-efek desktop, dan kinerja pada permainan " "dan program-program lain yang intensif grafis." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1083,12 +1083,12 @@ "\n" "Anda ingin melanjutkan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1097,11 +1097,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "CPU ARMv6 tidak ada" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1113,12 +1113,12 @@ "arsitektur minimal. Tidak mungkin meningkatkan sistem Anda ke rilis baru " "Ubuntu dengan perangkat keras ini." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1128,7 +1128,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1137,11 +1137,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Tidak ada 'init' yang tersedia" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1156,11 +1156,11 @@ "\n" "Anda yakin akan melanjutkan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1177,12 +1177,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Koneksi ke Toko Snap gagal" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1192,11 +1192,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Koneksi ke Toko Snap gagal" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1207,11 +1207,11 @@ "terbaik pastikan bahwa sistem Anda dapat menyambung ke api.snapcarft.io.\n" "Apakah Anda masih hendak melanjutkan peningkatan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Paket snapd kedaluwarsa" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1223,36 +1223,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE tak difungsikan" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1264,11 +1264,11 @@ "lebih baru, Anda mesti memfungsikan PAE (bila ini mungkin) lihat:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1280,33 +1280,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Memeriksa snap yang terpasang" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Tidak dapat meningkatkan versi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Tidak dapat meningkatkan versi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/is.po ubuntu-release-upgrader-24.04.17/po/is.po --- ubuntu-release-upgrader-24.04.16/po/is.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/is.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Sigurpáll Sigurðsson \n" "Language-Team: Icelandic \n" @@ -494,8 +494,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Reikna út breytingar" @@ -522,7 +522,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Gat ekki sótt uppfærslurnar" @@ -534,33 +534,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Villa við staðfestingu" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Gat ekki sett upp uppfærslurnar" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -571,30 +571,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Leita að úreltum hugbúnaði" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Viltu fjarlægja úrelta pakka?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Halda" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Fjarlægja" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -604,45 +604,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Það er ekki búið að setja upp nauðsynleg ákvæði" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Það er ekki búið að setja upp ákvæðið ‚%s‘ sem er nauðsynlegt. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Athuga pakkastjórann" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Undirbúningur fyrir uppfærslu mistókst" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Það tókst ekki að útvega forsendur uppfærslunnar" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -650,7 +650,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -659,15 +659,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Uppfæri upplýsingar um gagnahirslur" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Ógildar pakkaupplýsingar" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -679,79 +679,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Sæki" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Uppfæri" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Uppfærslu lokið" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Stýrikerfisuppfærslu er lokið." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Takmarkaðri uppfærslu er lokið." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -947,11 +947,11 @@ msgid "Media Change" msgstr "Breyta miðli" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -961,11 +961,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -973,7 +973,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -981,7 +981,7 @@ "Þá má vera að brellur, leikir og önnur forrit sem nota skjákortið mikið " "virki ekki eins vel að uppfærslu lokinni." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -995,12 +995,12 @@ "\n" "Viltu halda áfram?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1009,11 +1009,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Enginn ARMv6-örgjörvi" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1024,12 +1024,12 @@ "í karmic þurfa að lágmarki örgjörva af útgáfu ARMv6. Það er ekki hægt að " "uppfæra stýrikerfi þitt yfir í nýja útgáfu af Ubuntu með þessum vélbúnaði." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1039,7 +1039,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1048,11 +1048,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "‚init‘ fannst ekki" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1062,11 +1062,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1083,11 +1083,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1097,11 +1097,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1109,11 +1109,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1122,36 +1122,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1159,11 +1159,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1175,33 +1175,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Get ekki uppfært" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Get ekki uppfært" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/it.po ubuntu-release-upgrader-24.04.17/po/it.po --- ubuntu-release-upgrader-24.04.16/po/it.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/it.po 2024-04-29 14:26:40.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Alessandro Ranaldi \n" "Language-Team: Italian \n" @@ -582,8 +582,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calcolo delle modifiche" @@ -615,7 +615,7 @@ "un secondo momento." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Impossibile scaricare gli avanzamenti di versione" @@ -630,27 +630,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Errore durante il commit" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Ripristino dello stato originale del sistema" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Impossibile installare gli avanzamenti di versione" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -658,7 +658,7 @@ "L'avanzamento si è interrotto: il sistema potrebbe essere in uno stato " "inutilizzabile. Verrà avviato un ripristino (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -675,7 +675,7 @@ "alla segnalazione i file presenti in /var/log/dist-upgrade/.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -683,24 +683,24 @@ "L'avanzamento si è interrotto: controllare la connessione a Internet o il " "supporto di installazione e riprovare. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Ricerca di software obsoleto" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Rimuovere i pacchetti obsoleti?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Mantieni" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Rimuovi" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -710,28 +710,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Le dipendenze richieste non sono installate" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "La dipendenza richiesta «%s» non è installata. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Controllo gestore dei pacchetti" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Preparazione dell'avanzamento di versione non riuscita" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -739,7 +739,7 @@ "La preparazione del sistema per l'avanzamento non è riuscita. Sarà ora " "possibile segnalare questo problema." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -748,12 +748,12 @@ "un bug, installare apport ed eseguire il comando «apport-bug ubuntu-release-" "upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Recupero dei prerequisiti per l'avanzamento di versione non riuscito" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -765,7 +765,7 @@ "\n" "Sarà ora possibile segnalare questo problema." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -779,15 +779,15 @@ "Per segnalare il problema installare apport ed eseguire il comando «apport-" "bug ubuntu-release-upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Aggiornamento delle informazioni sui repository" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Informazioni di pacchetto non valide" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -799,23 +799,23 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Recupero file" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Avanzamento versione" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Avanzamento impraticabile" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -824,13 +824,13 @@ "durante l'elaborazione." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Avanzamento incompleto" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -839,35 +839,35 @@ "verificati degli errori." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Avanzamento di versione completato" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "L'avanzamento di versione è stato completato, ma durante l'operazione si " "sono verificati degli errori." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "L'avanzamento di versione del sistema è stato completato." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "L'avanzamento parziale è stato completato." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Blocco schermo disabilitato" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -875,11 +875,11 @@ msgstr "" "Il blocco schermo è stato disabilitato fino al prossimo riavvio del sistema." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1081,12 +1081,12 @@ msgid "Media Change" msgstr "Cambio del supporto" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "L'hardware grafico potrebbe non essere pienamente supportato da Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1101,13 +1101,13 @@ "Per ulteriori informazioni consultare la pagina https://wiki.ubuntu.com/X/" "Bugs/UpdateManagerWarningForUnity3D. Continuare comunque con l'aggiornamento?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "La scheda video potrebbe non essere pienamente supportata in Ubuntu 12.04 " "LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1119,7 +1119,7 @@ "informazioni andare su https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Continuare?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1128,7 +1128,7 @@ "prestazioni di giochi e di altri programmi che fanno un uso intensivo della " "grafica." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1141,12 +1141,12 @@ "\n" "Continuare comunque?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Non sono più disponibili aggiornamenti per questo sistema" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1159,11 +1159,11 @@ "\n" "Gli aggiornamenti per Ubuntu %s continueranno fino al %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Nessuna CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1175,12 +1175,12 @@ "richiedono ARMv6 come architettura minima. Non è possibile avanzare il " "sistema a un nuovo rilascio di Ubuntu con l'hardware attuale." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1190,7 +1190,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1203,11 +1203,11 @@ "\n" "Gli aggiornamenti per Ubuntu %s continueranno fino al %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "\"init\" non disponibile" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1223,11 +1223,11 @@ "\n" "Continuare comunque?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1244,12 +1244,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Connessione allo Snap Store non riuscita" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1259,11 +1259,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Connessione allo Snap Store non riuscita" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1275,11 +1275,11 @@ "api.snapcraft.io.\n" "Continuare comunque con l'aggiornamento?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Pacchetto snapd obsoleto" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1292,36 +1292,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Calcolo requisiti dimensione snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Elaborazione sostituzioni snap" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "ricarica snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "ricarica snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "installazione snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE non abilitato" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1333,11 +1333,11 @@ "di Ubuntu, è necessario abilitare PAE, se possibile. Consultare:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1349,33 +1349,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Controllo snap installate" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Impossibile eseguire l'avanzamento" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Impossibile eseguire l'avanzamento" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ja.po ubuntu-release-upgrader-24.04.17/po/ja.po --- ubuntu-release-upgrader-24.04.16/po/ja.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ja.po 2024-04-29 14:26:40.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: update-manager 0.42.4\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Mitsuya Shibata \n" "Language-Team: Ubuntu Japanese Team \n" @@ -553,8 +553,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "変更点を確認中" @@ -583,7 +583,7 @@ "プグレードをやり直すことができます。" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "アップグレードに必要なデータをダウンロードできません" @@ -598,27 +598,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "反映中にエラーが発生しました" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "システムを元に戻しています" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "アップグレードをインストールできません" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -626,7 +626,7 @@ "アップグレードを中断しました。システムが不安定な状態の可能性があります。今か" "らリカバリーを実行します。(dpkg --configure -a)" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -643,7 +643,7 @@ "バグを報告してください。\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -651,26 +651,26 @@ "アップグレードを中断しました。インターネット接続またはインストールメディアを" "確認して、もう一度実行してください。 " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "古いソフトウェアを検索しています" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" "サポートが中止された(あるいはリポジトリに存在しない)パッケージを削除します" "か?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "そのまま(_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "削除(_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -680,28 +680,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "依存するパッケージがインストールされていません" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "依存するパッケージ '%s' がインストールされていません。 " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "パッケージマネージャーをチェック中です" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "アップグレードの準備に失敗しました" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -709,7 +709,7 @@ "アップグレードのための準備に失敗しました。それによりバグ報告のプロセスが開始" "されました。" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -717,12 +717,12 @@ "システムのアップグレード準備に失敗しました。バグ報告を行うには apport をイン" "ストールしてから 'apport-bug ubuntu-release-upgrader' を実行してください。" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "アップグレードの事前作業に失敗しました" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -734,7 +734,7 @@ "\n" "同時にバグ報告のプロセスが開始されました。" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -748,15 +748,15 @@ "バグ報告を行うには apport をインストールしてから 'apport-bug ubuntu-release-" "upgrader' を実行してください。" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "リポジトリ情報のアップデート" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "利用できないパッケージ情報です" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -768,36 +768,36 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "取得中" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "アップグレード中です" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "アップグレードが実行できません。" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "作業中に問題が発生したため、アップグレードを完了できませんでした。" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -805,45 +805,45 @@ "作業中に問題が発生したため、いくつかのアップグレードを完了できませんでした。" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "アップグレードが完了しました" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "アップグレードは完了しましたが、アップグレード中にいくつかのエラーが発生しま" "した。" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "システムのアップグレードが完了しました。" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "部分的なアップグレードが完了しました。" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1042,13 +1042,13 @@ msgid "Media Change" msgstr "メディアの交換" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "あなたが使用中のグラフィックハードウェアはUbuntu 14.04では完全にサポートされ" "ない場合があります。" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1063,13 +1063,13 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D を確認してください。そ" "れでもアップグレードを続けますか?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "現在使用中のグラフィックハードウェアのサポートは Ubuntu 12.04 LTS では不完全" "な可能性があります。" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1081,7 +1081,7 @@ "す。詳しくは https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx をご" "覧ください。アップグレードを続行しますか?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1090,7 +1090,7 @@ "フィックに強く依存するその他のプログラムなどのパフォーマンスが低下するかもし" "れません。" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1104,12 +1104,12 @@ "\n" "作業を続けますか?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1118,11 +1118,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "ARMv6 準拠ではない CPU です" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1134,12 +1134,12 @@ "最適化オプションを利用してビルドされています。このハードウェアでは新しい " "Ubuntu のリリースにアップグレードできません。" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1149,7 +1149,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1158,11 +1158,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "initデーモンが見つかりません" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1177,11 +1177,11 @@ "\n" "本当に作業を進めてよろしいですか?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1198,12 +1198,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Snap Store への接続に失敗しました" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1213,11 +1213,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Snap Store への接続に失敗しました" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1225,11 +1225,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "期限切れの snapd パッケージ" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1238,36 +1238,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAEが有効になっていません" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1279,11 +1279,11 @@ "アップグレードするには、PAEを有効にする必要があります。(可能であれば)次をご覧" "ください: http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1295,33 +1295,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "アップグレードできません" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "アップグレードできません" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/jv.po ubuntu-release-upgrader-24.04.17/po/jv.po --- ubuntu-release-upgrader-24.04.16/po/jv.po 2024-04-19 19:40:36.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/jv.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Rahman Yusri Aftian \n" "Language-Team: Javanese \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ka.po ubuntu-release-upgrader-24.04.17/po/ka.po --- ubuntu-release-upgrader-24.04.16/po/ka.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ka.po 2024-04-29 14:26:40.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: po_update-manager-ka\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Vladimer Sichinava \n" "Language-Team: Georgian \n" "Language-Team: Kazakh \n" @@ -504,8 +504,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Өзгертулерді есептеу" @@ -534,7 +534,7 @@ "кейінірек жалғастыруыңызға болады." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Жаңартуларды жүктеу мүмкін емес" @@ -549,27 +549,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Іске асыру кезінде қате туындады" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Жүйені бастапқы қалпына келтіру" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Жаңартуларды орнату мүмкін емес" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -577,7 +577,7 @@ "Жаңарту үзілді. Сіздің жүйеңіз бұзылып, қолдануға жарамсыз болуы мүмкін. " "Қазір қайта қалпына келтіру үрдісі орындалатын болады (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -588,7 +588,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -596,24 +596,24 @@ "Жаңарту үзілді. Интернетпен қосылысыңызды не орнатушы дискісін тексеріңіз " "де, жаңартуды қайтадан орындап көріңіз. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Ескерген бағдарламаларды іздеу" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Ескірген пакеттерді жою қажет пе?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Қалдыру" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Жою" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -621,45 +621,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Қажетті тәуелділіктер орнатылмаған" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Қажетті \"%s\" тәуелділігі орнатылмаған. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Пакеттер менеджері тексеру" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Жаңартуға дайындық сәтсіз аяқталды" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Жаңартуға дайындық сәтсіз аяқталды" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -667,7 +667,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -676,15 +676,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Репозиторий туралы ақпаратын жаңарту" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Пакет туралы дұрыс емес ақпарат" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -696,79 +696,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Жүктелу" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Жаңартылу" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Жаңарту аяқталды" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Жаңарту аяқталды, бірақ жаңарту кезінде қателер пайда болды." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Жүйенің жаңартылуы аяқталды." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Жарым-жартылай жаңарту аяқталды." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -966,11 +966,11 @@ msgid "Media Change" msgstr "Сақтауышты ауыстыру" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -980,11 +980,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -992,7 +992,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1001,7 +1001,7 @@ "істейтін ойындар мен бағдарламалардың өнімділігін төмендеуіне әкеліп " "соқтыруы мүмкін." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1014,12 +1014,12 @@ "\n" "Жалғастыру қажет пе?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1028,11 +1028,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "ARMv6 орталық процессоры (CPU) жоқ" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1044,12 +1044,12 @@ "сәулеттерге арналып қалыпқа келтірілген. Ағымдағы құралдар жабдықтармен, " "жүйеңізді Ubuntu жаңа релизіне дейін жаңарту мүмкін емес." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1059,7 +1059,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1068,11 +1068,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "init қызметі жетімсіз" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1088,11 +1088,11 @@ "\n" "Жалғастыруды қалайсыз ба?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1109,11 +1109,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1123,11 +1123,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1135,11 +1135,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1148,36 +1148,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1185,11 +1185,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1201,33 +1201,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Жаңарту мүмкін емес" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Жаңарту мүмкін емес" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/km.po ubuntu-release-upgrader-24.04.17/po/km.po --- ubuntu-release-upgrader-24.04.16/po/km.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/km.po 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: po_update-manager-km\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -513,8 +513,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "គណនា​ការ​ផ្លាស់ប្ដូរ" @@ -543,7 +543,7 @@ "ធ្វើ​ឲ្យ​ប្រសើរ​នៅ​ពេល​ក្រោយ​បាន ។" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "មិន​អាច​ទាញ​យក​ការ​ធ្វើឲ្យ​ប្រសើរ​បាន​ឡើយ" @@ -557,27 +557,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "កំហុស​ក្នុង​អំឡុង​ពេល​ប្រតិបត្តិ" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "ស្ដារ​ស្ថានភាព​ប្រព័ន្ធ​លំនាំដើម" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "មិន​អាច​ដំឡើង​ការ​ធ្វើ​ឲ្យ​ប្រសើរ" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -585,7 +585,7 @@ "ការ​ធ្វើឲ្យ​ប្រសើរ​បាន​បោះបង់ ។ ប្រព័ន្ធ​របស់​អ្នក​អាច​ស្ថិត​នៅ​ក្នុង​ស្ថានភាព​មិន​អាច​ប្រើ​បាន​ ។ ការ​សង្គ្រោះ​" "នឹង​ដំណើរការ​ឥឡូវនេះ (dpkg --configure -a) ។" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -602,7 +602,7 @@ "dist-upgrade/ to the bug report.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -610,24 +610,24 @@ "ការ​ធ្វើឲ្យ​ប្រសើរ​បាន​បោះបង់ ។ សូម​ពិនិត្យមើល​ការ​តភ្ជាប់​អ៊ីនធឺណិត ឬ​មេឌៀ​ដំឡើង​របស់​អ្នក រួច​ព្យាយាម​" "ម្ដងទៀត ។ " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "ស្វែងរក​កម្មវិធី​ដែល​ហូសសម័យ" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "លុប​កញ្ចប់​​​ផុត​សម័យ​ចេញ?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "រក្សាទុក" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "លុប​ចេញ" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -635,28 +635,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "ភាព​អាស្រ័យ​ដែល​បាន​ទាមទារ​មិន​ត្រូវ​បាន​ដំឡើង" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "ភាព​អាស្រ័យ​ដែល​បាន​ទាមទារ '%s' មិន​ត្រូវ​បាន​ដំឡើង ។ " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "ពិនិត្យមើល​កម្មវិធី​គ្រប់គ្រង​កញ្ចប់" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "បាន​បរាជ័យ​ក្នុង​ការ​រៀបចំ​ធ្វើ​បច្ចុប្បន្នភាព" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -664,7 +664,7 @@ "រៀបចំ​ប្រព័ន្ធ សម្រាប់​ការ​ធ្វើ​ឲ្យ​ប្រសើរ​ឡើង​បាន​បរាជ័យ ដូច្នេះ​ដំណើរការ​រាយការណ៍​កំហុស​កំពុង​ត្រូវ​បាន​" "ចាប់ផ្ដើម ។" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -672,12 +672,12 @@ "ការ​រៀបចំ​ប្រព័ន្ធ​សម្រាប់​ការ​ធ្វើ​បច្ចុប្បន្នភាព​បាន​បរាជ័យ។ ដើម្បី​រាយការណ៍​កំហុស​ការ​ដំឡើង apport ហើយ​" "បន្ទាប់​មក​អនុវត្ត 'apport-bug ubuntu-release-upgrader' ។" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "បាន​បរាជ័យ​ក្នុង​ការ​ទទួលយក​តម្រូវការ​ជាមុន​សម្រាប់​ការ​​ធ្វើឲ្យ​ប្រសើរ" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -689,7 +689,7 @@ "\n" "លើសពី​នេះ ដំណើរការ​រាយការណ៍​កំហុស​កំពុង​ត្រូវ​បាន​ចាប់ផ្ដើម ។" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -703,15 +703,15 @@ "ដើម្បី​រាយការណ៍​កំហុស​ការ​ដំឡើង apport ហើយ​បន្ទាប់​មក​អនុវត្ត 'apport-bug ubuntu-release-" "upgrader' ។" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "កំពុង​ធ្វើ​បច្ចុប្បន្នភាព​ព័ត៌មាន​ឃ្លាំង" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "ព័ត៌មាន​កញ្ចប់​មិន​ត្រឹមត្រូវ" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -728,79 +728,79 @@ "បច្ចុប្បន្ន។\n" "នៅ​ក្នុង​​នៃ​កញ្ចក់​ដែល​បាន​ផ្ទុក​នៅ​លើ អ្នក​អាច​ព្យាយាម​ធ្វើ​បច្ចុប្បន្នភាព​ម្ដងទៀត​ពេល​ក្រោយ។" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "ទៅ​ប្រមូលយក" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "ធ្វើឲ្យ​ប្រសើរ" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "បាន​បញ្ចប់​ការ​ធ្វើឲ្យ​ប្រសើរ" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "បាន​បញ្ចប់​ការ​ធ្វើឲ្យ​ប្រសើរ ប៉ុន្តែ​មាន​កំហុស​ក្នុង​អំឡុង​ពេល​ធ្វើ​ឲ្យ​ប្រសើរ​ឡើង ។" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "បាន​បញ្ចប់​ការ​ធ្វើឲ្យ​ប្រព័ន្ធ​ប្រសើរ ។" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "បាន​បញ្ចប់​ការ​ធ្វើឲ្យ​ប្រសើរ​ដោយ​ផ្នែក ។" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -995,11 +995,11 @@ msgid "Media Change" msgstr "ការ​ផ្លាស់ប្ដូរ​មេឌៀ" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "ផ្នែក​រឹង​ក្រាហ្វិក​របស់​អ្នក​អាច​មិន​គាំទ្រ​ពេញ​លេញ​ក្នុង Ubuntu 14.04 ។" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1013,11 +1013,11 @@ "មើល​ព័ត៌មាន​បន្ថែម​សូម​មើល https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D តើ​អ្នក​នៅ​តែ​ចង់​បន្ត​ជាមួយ​បច្ចុប្បន្នភាព​នេះ​ឬ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "ផ្នែក​រឹង​ក្រាហ្វិក​របស់​អ្នក​អាច​គាំទ្រ​មិន​ពេញលេញ​នៅ​ក្នុង​អ៊ូប៊ុនទូ 12.04 LTS  ។" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1028,7 +1028,7 @@ "ប្រទះ​បញ្ហា​បន្ទាប់​ពី​ធ្វើ​ឲ្យ​ប្រសើរ​ឡើង ។ ចំពោះ​ព័ត៌មាន​បន្ថែម សូម​មើល https://wiki.ubuntu.com/X/" "Bugs/UpdateManagerWarningForI8xx តើ​អ្នក​ចង់​បន្ត​ការ​ធ្វើ​ឲ្យ​ប្រសើរ​ឡើង​ដែរឬទេ ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1036,7 +1036,7 @@ "ការ​ធ្វើឲ្យ​ប្រសើរ​អាច​កាត់បន្ថយ​បែបផែន​ផ្ទៃតុ សមត្ថភាព​នៅ​ក្នុង​ល្បែង​កម្សាន្ត និងកម្មវិធីដែល​ប្រើ​ក្រាហ្វិក​" "ផ្សេងទៀត ។" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1049,12 +1049,12 @@ "\n" "តើ​អ្នក​ចង់​បន្ត​ដែរ​ឬ​ទេ ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1063,11 +1063,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "គ្មាន​ស៊ីភីយូ ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1078,12 +1078,12 @@ "បាន​ស្ថាបនា​ជាមួយ​ការ​ធ្វើឲ្យ​ប្រសើរ​ដែល​ទាមទារ ARMv6 ជា​ស្ថាបត្យកម្ម​អប្បបរមា ។ អ្នក​មិន​អាច​ធ្វើឲ្យ​" "ប្រព័ន្ធ​របស់​អ្នក​ប្រសើរ​ទៅជា​កំណែ​ចេញ​ផ្សាយ​អ៊ូប៊ុនទូ​ថ្មី​ដោយ​ប្រើ​ផ្នែក​រឹង​នេះ​បាន​ឡើយ ។" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1093,7 +1093,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1102,11 +1102,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "គ្មាន init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1121,11 +1121,11 @@ "\n" "តើ​អ្នក​ចង់​បន្ត​ទេ ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1142,11 +1142,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1156,11 +1156,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1168,11 +1168,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1181,36 +1181,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "បាន​បិទ PAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1221,11 +1221,11 @@ "12.04 ។ ដើម្បី​ធ្វើ​បច្ចុប្បន្ន​ចំពោះ​កំណែ​អ៊ូប៊ុនទូ​ថ្មី​ជាង​នេះ, អ្នក​ត្រូវ​តែ​បើក PAE (ប្រសិនបើ​​អាច) មើល៖\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1237,33 +1237,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "មិន​អាច​ធ្វើ​បច្ចុប្បន្នភាព​បាន​​ឡើយ" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "មិន​អាច​ធ្វើ​បច្ចុប្បន្នភាព​បាន​​ឡើយ" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/kn.po ubuntu-release-upgrader-24.04.17/po/kn.po --- ubuntu-release-upgrader-24.04.16/po/kn.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/kn.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Vogt \n" "Language-Team: Kannada \n" @@ -458,8 +458,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -486,7 +486,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -498,33 +498,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -535,30 +535,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -566,45 +566,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -612,7 +612,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -621,15 +621,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -641,79 +641,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -899,11 +899,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -913,11 +913,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -925,13 +925,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -940,12 +940,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -954,11 +954,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -966,12 +966,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -981,7 +981,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -990,11 +990,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1004,11 +1004,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1025,11 +1025,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1039,11 +1039,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1051,11 +1051,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1064,36 +1064,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1101,11 +1101,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1117,31 +1117,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ko.po ubuntu-release-upgrader-24.04.17/po/ko.po --- ubuntu-release-upgrader-24.04.16/po/ko.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ko.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Kim Boram \n" "Language-Team: Korean \n" @@ -530,8 +530,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "바뀐 내용을 계산하는 중" @@ -560,7 +560,7 @@ "는 이후에도 언제든지 다시 할 수 있습니다." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "업그레이드 파일을 다운로드 할 수 없음" @@ -574,27 +574,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "커밋 작업 중 오류 발생" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "시스템을 이전의 상태로 복구하고 있습니다" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "업그레이드를 설치하지 못했습니다." #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -602,7 +602,7 @@ "업그레이드를 중단했습니다. 시스템에 치명적인 오류가 발생했을 수 있습니다. 복" "구(dpkg --configure -a) 명령을 실행하겠습니다." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -619,7 +619,7 @@ "문해 버그를 보고해주십시오.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -627,24 +627,24 @@ "업그레이드를 중단했습니다. 인터넷 연결이나 설치 매체를 확인한 후 다시 시도하" "십시오. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "못 쓰게 된 소프트웨어를 검색하는 중" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "사용하지 못하게 된 패키지를 제거하시겠습니까?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "유지(_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "제거(_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -654,34 +654,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "필요한 의존 프로그램을 설치하지 않았습니다." -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "필요한 의존 프로그램 '%s'을(를) 설치하지 않습니다. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "패키지 관리자 확인 중" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "업그레이드 준비에 실패했습니다" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "시스템 업그레이드 준비를 실패했습니다. 버그 보고 작업을 시작합니다." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -690,12 +690,12 @@ "'apport'라는 프로그램을 설치한 후 'apport-bug ubuntu-release-upgrader' 명령" "을 실행해주십시오." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "업그레이드 사전 작업에 실패했습니다" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -707,7 +707,7 @@ "\n" "추가적으로, 버그 보고 작업을 시작합니다." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -721,15 +721,15 @@ "버그를 보고하시려면 'apport'라는 프로그램을 설치한 후 'apport-bug ubuntu-" "release-upgrader' 명령을 실행해주십시오." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "저장소 정보 업데이트 중" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "올바르지 않은 패키지 정보" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -746,79 +746,79 @@ "수 있습니다.\n" "과도한 부하로 인해 발생한 경우에는 잠시 후 다시 업그레이드를 시작해주십시오." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "가져오는 중" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "업그레이드 중" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "업그레이드 완료" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "업그레이드를 완료했지만 업그레이드 과정 중 오류가 발생하였습니다." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "시스템 업그레이드를 완료했습니다." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "부분 업그레이드를 완료했습니다." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1015,12 +1015,12 @@ msgid "Media Change" msgstr "미디어 바꾸기" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "사용 중인 그래픽 카드가 우분투 14.04 버전을 완전히 지원하지 않을 수 있습니다." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1035,11 +1035,11 @@ "UpdateManagerWarningForUnity3D 페이지를 확인하십시오. 업그레이드를 계속하시겠" "습니까?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "그래픽 카드가 우분투 12.04 장기 지원판을 지원하지 않습니다." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1051,7 +1051,7 @@ "Bugs/UpdateManagerWarningForI8xx 페이지를 확인해주십시오. 업그레이드를 계속 " "진행하시겠습니까?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1059,7 +1059,7 @@ "업그레이드로 인해 데스크탑 효과나 게임, 그래픽 관련 프로그램의 성능이 줄어들 " "수 있습니다." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1071,12 +1071,12 @@ "이버는 우분투 10.04 LTS을 지원하는 버전이 없습니다.\n" "계속 진행하시겠습니까?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1085,11 +1085,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "ARMv6 CPU 아님" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1101,12 +1101,12 @@ "합니다. 현재 하드웨어로는 새로운 우분투 버전으로 시스템을 업그레이드 할 수 없" "습니다." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1116,7 +1116,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1125,11 +1125,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "init 사용 불가" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1144,11 +1144,11 @@ "\n" "계속 진행하시겠습니까?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1165,11 +1165,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1179,11 +1179,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1191,11 +1191,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1204,36 +1204,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE 기능을 사용하지 않고 있습니다." -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1246,11 +1246,11 @@ "\n" "다음 페이지를 확인하십시오: http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1262,33 +1262,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "업그레이드할 수 없음" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "업그레이드할 수 없음" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ku.po ubuntu-release-upgrader-24.04.17/po/ku.po --- ubuntu-release-upgrader-24.04.16/po/ku.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ku.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Amed Çeko Jiyan \n" "Language-Team: Kurdish \n" @@ -550,8 +550,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Guhertin tê hesibandin" @@ -580,7 +580,7 @@ "vegerandin." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Daxistina bilindkirinan bi ser neket" @@ -595,27 +595,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Çewtî di dema xebitandinê de" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Vedigere rewşa pergala orjînal" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Sazkirina bilindkirinan bi ser neket" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -623,7 +623,7 @@ "Bilindkirin bi ser neket. Dibe ku pergala te ne di rewşa bikaranînê de ye. " "Dê niha rizgarkirin bê xebitandin (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -640,7 +640,7 @@ "peldankan /var/log/dist-upgrade/ tevlî rapora çewtiyê bike.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -648,24 +648,24 @@ "Bilindkirin bi ser neket. Ji kerema xwe girêdana xwe ya torê an jî medyaya " "sazkirinê venihêre û dîsa biceribîne. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Li nivîsbariya kevin tê gerandin" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Bila pakêtên ku nayên bikaranîn werin rakirin?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Biparêze" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Rake" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -675,28 +675,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Divêtiyên pêwîst ne barkirî ne" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Divêtiya pêwîst '%s' ne barkirî ye " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Rêvebiriya paketan tê kontrol kirin" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Amadekirinên nûjenkirinê bi ser neketin" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -704,7 +704,7 @@ "Amedekirina bo bilindkirina pergalê bi ser neket, bi vê jî pêvajoyekî " "raporkirina çewtiyê hat destpêkirin." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -712,12 +712,12 @@ "Ji bo bilinkirinê amedekirina pergalê bi ser neket. Piştî raporkirina " "çewtiyeke sazkirinê fermana 'apport-bug ubuntu-release-upgrader'ê pêk bîne." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Amadekirinên bilindkirinê bi ser neketin" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -729,7 +729,7 @@ "\n" "ji xeynî wê, pêvajoyekî raporkirina çewtiyê hat destpêkirin." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -743,15 +743,15 @@ "Piştî raporkirina çewtiyeke sazkirinê fermana 'apport-bug ubuntu-release-" "upgrader'ê pêk bîne." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Agahiyên çavkaniyan tên rojanekirin" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Agahiya pakêtê nederbasdar e" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -770,23 +770,23 @@ "Heke ji ber mirêka pir barkirî be, tu dikarî bilindkirinê dawiyê dîsa " "biceribînî." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Tê daxistin" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Tê bilindkirin" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Bilindkirin nemimkun e" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -795,13 +795,13 @@ "derketin holê." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Bilindkirina ne temam" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -810,34 +810,34 @@ "holê." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Bilindkirin temam bû" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Bilindkirin hat temamkirin, lê di pêvajoya bilindkirinê de çewtiyan hebû." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Bilindkirina pergalê temam bû." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Bilindkirina qismî hat temamkirin." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Ekrana kilîdê neaktîv e" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -846,11 +846,11 @@ "Kilîda te ya ekranê neaaktîv e û wê heta ku te ji nû ve da destpêkirin " "neaktîv bimîne." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1048,13 +1048,13 @@ msgid "Media Change" msgstr "Guhartina Medyayê" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Dibe ku Ubuntu 14.04 LTS, ji aliyê hişkalava te ve bi tevahî nayê " "piştgirîkirin." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1069,13 +1069,13 @@ "zêdetir agahiyan li navnîşana https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D-ê binêre. Tu dixwazî bilindkirinê bidomînî?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Dibe ku Ubuntu 12.04 LTS, ji aliyê hişkalava te ve bi tevahî nayê " "piştgirîkirin." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1087,7 +1087,7 @@ "agahiyan li navnîşana https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx-ê binêre. Tu dixwazî bilindkirinê bidomînî?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1095,7 +1095,7 @@ "Bilindkirin dibe ku efektên sermaseyê û performansên lîstikan û bernameyên " "din ên bi hêz kêm bike." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1108,12 +1108,12 @@ "\n" "Tu dixwazî bidomînî?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1122,11 +1122,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "CPU ya ARMv6 tune" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1138,12 +1138,12 @@ "dikin, pêk hatine. Ne mimkun e ku bi vê hişkalavê re di pergala te de " "guhertoyeke nû ya Ubuntuyê bilind bibe." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1153,7 +1153,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1162,11 +1162,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Despêk tune ye" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1181,11 +1181,11 @@ "\n" "Tu ji xwe bawer î, bidomînî?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1202,12 +1202,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Girêdana ji Snap Store re bi ser neket" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1217,11 +1217,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Girêdana ji Snap Store re bi ser neket" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1233,11 +1233,11 @@ "giredan.\n" "Tu hê jî dixwazî dewam bikî bilindkirinê?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Pakêta snapdê ya kevnbûyî" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1250,36 +1250,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE ne çalak e" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1291,11 +1291,11 @@ "guhertoya din, (heke mimkun be) divê tu PAE-yê çalak bikî:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1307,33 +1307,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Snapên sazkirî têne kontrolkirin" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Bilindkirin çênabe" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Bilindkirin çênabe" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ky.po ubuntu-release-upgrader-24.04.17/po/ky.po --- ubuntu-release-upgrader-24.04.16/po/ky.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ky.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kirghiz \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/lb.po ubuntu-release-upgrader-24.04.17/po/lb.po --- ubuntu-release-upgrader-24.04.16/po/lb.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/lb.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Luxembourgish \n" @@ -464,8 +464,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -492,7 +492,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -504,33 +504,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -541,30 +541,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -572,45 +572,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -618,7 +618,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -627,15 +627,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -647,79 +647,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -906,11 +906,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -920,11 +920,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -932,13 +932,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -947,12 +947,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -961,11 +961,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -973,12 +973,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -988,7 +988,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -997,11 +997,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1011,11 +1011,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1032,11 +1032,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1046,11 +1046,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1058,11 +1058,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1071,36 +1071,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1108,11 +1108,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1124,31 +1124,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ln.po ubuntu-release-upgrader-24.04.17/po/ln.po --- ubuntu-release-upgrader-24.04.16/po/ln.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ln.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2016-10-05 09:46+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lingala \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/lo.po ubuntu-release-upgrader-24.04.17/po/lo.po --- ubuntu-release-upgrader-24.04.16/po/lo.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/lo.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Terry \n" "Language-Team: Lao \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/lt.po ubuntu-release-upgrader-24.04.17/po/lt.po --- ubuntu-release-upgrader-24.04.16/po/lt.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/lt.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Moo \n" "Language-Team: Lithuanian\n" @@ -524,8 +524,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Apskaičiuojami pakeitimai" @@ -554,7 +554,7 @@ "Galite pratęsti atnaujinimą vėliau." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Nepavyko atsiųsti atnaujinimų" @@ -569,27 +569,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Klaida vykdant" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Atstatoma pradinė sistemos būsena" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Nepavyko įdiegti atnaujinimų" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -597,7 +597,7 @@ "Atnaujinimas nutrauktas. Jūsų sistema gali būti netinkamoje naudoti " "būsenoje. Dabar bus paleistas atkūrimas (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -614,7 +614,7 @@ "esančius /var/log/dist-upgrade/ prie pranešimo apie klaidą.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -622,24 +622,24 @@ "Atnaujinimas nutrauktas. Patikrinkite savo interneto ryšį ar diegimo " "laikmeną ir bandykite dar kartą. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Ieškoma pasenusios programinės įrangos" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Pašalinti pasenusius paketus?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Palikti" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "P_ašalinti" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -649,28 +649,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Reikalaujamos priklausomybės neįdiegtos" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Reikalaujama priklausomybė „%s“ neįdiegta. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Tikrinama paketų tvarkyklė" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Nepavyko paruošti atnaujinimo" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -678,18 +678,18 @@ "Sistemos paruošimas atnaujinimui nepavyko, todėl paleidžiamas pranešimo apie " "klaidą procesas." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Nepavyko gauti išankstinių atnaujinimo sąlygų" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -701,7 +701,7 @@ "\n" "Papildomai paleidžiamas pranešimo apie klaidą procesas." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -710,15 +710,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Atnaujinama saugyklų informacija" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Netinkama paketo informacija" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -730,79 +730,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Atsiunčiama" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Atnaujinama" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Atnaujinimas užbaigtas" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Atnaujinimas baigtas, bet atnaujinimo proceso metu įvyko klaidų." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Sistemos atnaujinimas baigtas." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Dalinis atnaujinimas baigtas." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1000,11 +1000,11 @@ msgid "Media Change" msgstr "Laikmenos keitimas" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Ubuntu 14.04 gali pilnai nepalaikyti jūsų grafikos aparatinės įrangos." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1019,13 +1019,13 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Ar vis dar " "norite tęsti atnaujinimą?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Jūsų grafikos aparatinė įranga gali būti nevisiškai palaikoma Ubuntu 12.04 " "LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1037,7 +1037,7 @@ "informacijos rasite https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Ar norite tęsti atnaujinimą?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1045,7 +1045,7 @@ "Atlikus atnaujinimą gali sumažėti darbo aplinkos efektų, žaidimų ir kitų " "grafiškai reiklių programų našumas." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1058,12 +1058,12 @@ "\n" "Ar norite tęsti?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1072,11 +1072,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Ne ARMv6 procesorius" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1088,12 +1088,12 @@ "negu ARMv6 architektūra. Su šia aparatine įranga negalima atnaujinti jūsų " "sistemos į naują Ubuntu laidą." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1103,7 +1103,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1112,11 +1112,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Neprieinamas init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1131,11 +1131,11 @@ "\n" "Ar tikrai norite tęsti?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1152,11 +1152,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1166,11 +1166,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1178,11 +1178,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1191,36 +1191,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE neįjungtas" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1228,11 +1228,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1244,33 +1244,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Negalima atnaujinti" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Negalima atnaujinti" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/lv.po ubuntu-release-upgrader-24.04.17/po/lv.po --- ubuntu-release-upgrader-24.04.16/po/lv.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/lv.po 2024-04-29 14:26:40.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: lp-upd-manager-lv\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Iain Lane \n" "Language-Team: Latvian \n" @@ -560,8 +560,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Aprēķina izmaiņas" @@ -590,7 +590,7 @@ "stāvoklis. Jūs varēsiet turpināt vēlāk." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Neizdevās lejupielādēt uzlabojumus" @@ -605,27 +605,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Kļūda apstiprināšanas laikā" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Atjauno sākotnējo sistēmas stāvokli" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Neizdevās instalēt uzlabojumus" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -633,7 +633,7 @@ "Uzlabošana ir pārtraukta. Sistēma varētu būt nelietojamā stāvoklī. Tagad " "tiks veikta atgūšanās (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -650,7 +650,7 @@ "pievienojiet datnes no /var/log/dist-upgrade/.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -658,24 +658,24 @@ "Uzlabošana tika pārtraukta. Lūdzu, pārbaudiet savu Interneta savienojumu vai " "instalēšanas datu nesēju un mēģiniet vēlreiz. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Meklē novecojušu programmatūru" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Vai aizvākt novecojušās pakotnes?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Paturēt" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Izņemt" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -685,28 +685,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Nav instalētās nepieciešamās atkarības" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Nav instalēta nepieciešamā atkarība “%s”. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Pārbauda pakotņu pārvaldnieku" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Neizdevās sagatavot uzlabošanu" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -714,7 +714,7 @@ "Sistēmas sagatavošana atjaunināšanai neizdevās, tāpēc tiek uzsākts kļūdu " "ziņošanas process." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -723,12 +723,12 @@ "instalējiet apport un tad terminālī izpildiet 'apport-bug ubuntu-release-" "upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Neizdevās iegūt uzlabošanas priekšnosacījumus" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -740,7 +740,7 @@ "\n" "Papildus tiek uzsākts kļūdu ziņošanas process." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -754,15 +754,15 @@ "Lai ziņotu par kļūdu instalējiet apport un tad terminālī izpildiet 'apport-" "bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Atjaunina krātuvju informāciju" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Nederīga informācija par pakotnēm" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -774,69 +774,69 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Iegūst" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Uzlabo" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Jauninājums nav iespējams" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "Nevarēja veikt jauninājumu, no tā laikā radās kļūdas." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Jauninājums nav pabeigts" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "Jauninājums tika daļēji veikts, taču tā laikā radās kļūdas." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Uzlabošana pabeigta" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Uzlabošana ir pabeigta, bet tās laikā bija kļūdas." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Sistēmas uzlabošana ir pabeigta." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Daļējā uzlabošana pabeigta." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Ekrāna bloķēšana atspējota" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -844,11 +844,11 @@ msgstr "" "Jūsu ekrāna bloķēšana tika atspējota un tāda paliks, līdz atsāknēsiet ierīci." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1047,12 +1047,12 @@ msgid "Media Change" msgstr "Datu nesēja maiņa" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Jūsu grafikas aparatūra iespējams nebūs pilnīgi nodrošināta Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1067,12 +1067,12 @@ "ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Vai vēl aizvien vēlaties " "uzlabot?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Iespējams, ka Ubuntu 12.04 LTS vairs neatbalsta jūsu grafikas aparatūru." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1084,7 +1084,7 @@ "ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Vai vēlaties turpināt " "atjaunināšanu?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1092,7 +1092,7 @@ "Atjaunināšana var samazināt darbvirsmas efektus, datora veiktspēju spēlēs " "vai citās grafiski prasīgās programmās." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1105,12 +1105,12 @@ "\n" "Vai jūs vēlaties turpināt?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1119,11 +1119,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Nav ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1135,12 +1135,12 @@ "minimālo arhitektūru. Diemžēl nav iespējams uzlabot jūsu sistēmu uz jaunāko " "Ubuntu versiju ar šo aparatūru." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1150,7 +1150,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1159,11 +1159,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Nav pieejams init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1178,11 +1178,11 @@ "\n" "Vai tiešām vēlaties turpināt?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1199,12 +1199,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Neizdevās savienoties ar 'Snap Store'" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1214,11 +1214,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Neizdevās savienoties ar 'Snap Store'" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1229,11 +1229,11 @@ "var savienoties ar api.snapcraft.io, lai gūtu labāko jaunināšanas pieredzi.\n" "Vai vēl joprojām vēlaties jaunināšanu turpināt?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Pakotne 'snapd' novecojusi" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1245,36 +1245,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE nav ieslēgts" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1287,11 +1287,11 @@ "\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1303,33 +1303,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Neizdodas uzlabot" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Neizdodas uzlabot" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/mhr.po ubuntu-release-upgrader-24.04.17/po/mhr.po --- ubuntu-release-upgrader-24.04.16/po/mhr.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/mhr.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/mjw.po ubuntu-release-upgrader-24.04.17/po/mjw.po --- ubuntu-release-upgrader-24.04.16/po/mjw.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/mjw.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-07-24 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Karbi \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/mk.po ubuntu-release-upgrader-24.04.17/po/mk.po --- ubuntu-release-upgrader-24.04.16/po/mk.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/mk.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: mk\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Јован Наумовски \n" "Language-Team: Macedonian \n" @@ -469,8 +469,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Ги проценувам промените" @@ -497,7 +497,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Не можам да ги симнам надградбите" @@ -509,33 +509,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Грешка при испраќањето" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Ја враќам првичната состојба на системот" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Не можам да ги инсталирам надградбите" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -546,30 +546,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Барам застарен софтвер" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Да ги отстранам застарените пакети?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Чувај" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Отстрани" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -579,45 +579,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Не се инсталирани потребните зависности" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Потребната зависност „%s“ не е инсталирана. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Проверете го менаџерот за пакети" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Подготвувањето на надградбата не успеа" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Земањето на почетните потребни пакети не успеа" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -625,7 +625,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -634,15 +634,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Ги ажурирам информациите за складиштето" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Невалидни информации за пакетот" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -654,79 +654,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Земам" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Надградувам" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Надградбата е завршена" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Надградбата на системот е завршена." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -921,11 +921,11 @@ msgid "Media Change" msgstr "Промена на медиум" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -935,11 +935,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -947,13 +947,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -962,12 +962,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -976,11 +976,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -988,12 +988,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1003,7 +1003,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1012,11 +1012,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1026,11 +1026,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1047,11 +1047,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1061,11 +1061,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1073,11 +1073,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1086,36 +1086,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1123,11 +1123,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1139,33 +1139,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Не можам да извршам надградба" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Не можам да извршам надградба" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ml.po ubuntu-release-upgrader-24.04.17/po/ml.po --- ubuntu-release-upgrader-24.04.16/po/ml.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ml.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: nithin_aneesh \n" "Language-Team: Malayalam \n" @@ -475,8 +475,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "മാറ്റങ്ങള്‍ കണക്കാക്കന്നു." @@ -503,7 +503,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -515,33 +515,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -552,30 +552,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "സൂക്ഷിക്കുക (_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_നീക്കം ചെയ്യുക (Remove)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -583,45 +583,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -629,7 +629,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -638,15 +638,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -658,79 +658,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -916,11 +916,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -930,11 +930,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -942,13 +942,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -957,12 +957,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -971,11 +971,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -983,12 +983,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -998,7 +998,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1007,11 +1007,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1021,11 +1021,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1042,11 +1042,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1056,11 +1056,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1068,11 +1068,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1081,36 +1081,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1118,11 +1118,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1134,33 +1134,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "അപ്ഗ്രേഡ്‌ ചെയ്യാൻ സാധിച്ചില്ലാ" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "അപ്ഗ്രേഡ്‌ ചെയ്യാൻ സാധിച്ചില്ലാ" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/mn.po ubuntu-release-upgrader-24.04.17/po/mn.po --- ubuntu-release-upgrader-24.04.16/po/mn.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/mn.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Н.Энхбат \n" "Language-Team: Mongolian \n" @@ -462,8 +462,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -490,7 +490,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -502,33 +502,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -539,30 +539,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -570,45 +570,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -616,7 +616,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -625,15 +625,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -645,79 +645,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -903,11 +903,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -917,11 +917,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -929,13 +929,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -944,12 +944,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -958,11 +958,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -970,12 +970,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -985,7 +985,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -994,11 +994,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1008,11 +1008,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1029,11 +1029,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1043,11 +1043,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1055,11 +1055,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1068,36 +1068,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1105,11 +1105,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1121,33 +1121,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Шинэчлэгдэж чадахгүй байна" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Шинэчлэгдэж чадахгүй байна" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/mnw.po ubuntu-release-upgrader-24.04.17/po/mnw.po --- ubuntu-release-upgrader-24.04.16/po/mnw.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/mnw.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-11-04 05:16+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mon \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -898,11 +898,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -912,11 +912,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -924,13 +924,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -939,12 +939,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -953,11 +953,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -965,12 +965,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -980,7 +980,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -989,11 +989,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1003,11 +1003,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1024,11 +1024,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1038,11 +1038,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1050,11 +1050,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1063,36 +1063,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1100,11 +1100,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1116,31 +1116,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/mr.po ubuntu-release-upgrader-24.04.17/po/mr.po --- ubuntu-release-upgrader-24.04.16/po/mr.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/mr.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Marathi \n" @@ -505,8 +505,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "फ़रकाची मोजदाद करत आहे" @@ -535,7 +535,7 @@ "अपग्रेड सुरु करु शकता." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "अपग्रेड डाउनलोड होउ शकला नाही" @@ -549,27 +549,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "कमिट करताना अडचण" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "सिस्टिम मुळच्या स्थितीला परत आणत आहे" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "अपग्रेड स्थापन करु शकलो नाही" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -577,7 +577,7 @@ "अपग्रेडच्या बाहेर पडलो आहे. तुमची सिस्टिम निरुपयोगी स्थितीत असु शकते. पुर्वपदावर येण्याचा " "प्रयत्न केला जाईल (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -588,7 +588,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -596,24 +596,24 @@ "अपग्रेडच्या बाहेर पडलो आहे. कृपया तुमचे इंटरनेट कनेक्शन अगर इनस्टॉलेशन माध्यम तपासा आणि परत " "प्रयत्न करा. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "कालबह्या सॉफ्टवेअरसाठी शोध करत आहे" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "कालबाह्य पॅकेजेस काढायची?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "जपवून ठेवा (_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "काढून टाका (_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -621,46 +621,46 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "आवश्यक निर्भर पॅकेजेस इनस्टॉल नाहियेत" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "आवश्यक निर्भर पॅकेज '%s' इनस्टॉल नाहिये. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "पॅकेज मॅनेजर तपासत आहे" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "अपग्रेडची तयारी अयशस्वी" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" "सिस्टिमला अपग्रेडसाठी तयार करण्यात अपयश आले म्हणुन बग रिपोर्टींगची क्रिया सुरु करत आहे." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "अपग्रेडसाठीचे पुर्वावश्यक मिळवणे अयशस्वी" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -672,7 +672,7 @@ "\n" "याशिवाय एक बग रिपोर्टिंग क्रियादेखील सुरु करण्यात येत आहे." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -681,15 +681,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "repository/कोषाची माहिती अपडेट करत आहे" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "पॅकेजची माहिती अवैध" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -706,79 +706,79 @@ "sources.list मध्ये पहा.\n" "एक ओव्हरलोडेड मिरर बाबतीत, आपण नंतर अद्यतनाचा पुन्हा प्रयत्न करू शकता." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "आणतोय" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "अपग्रेड करतोय" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "अपग्रेड पूर्ण" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "अपग्रेड पूर्ण झालाय पण अपग्रेड क्रियेमधे त्रुटी आल्या होत्या." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "सिस्टिम अपग्रेड संपूर्ण" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "आंशिक अपग्रेड पूर्ण झालाय" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -972,11 +972,11 @@ msgid "Media Change" msgstr "मीडिया बदल" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "आपल्या ग्राफिक्स हार्डवेअर उबंटू 14.04 मध्ये पूर्णपणे समर्थीत नाही." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -986,11 +986,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "तुमचे ग्राफिक हार्डवेयर कदाचित उबुंटू १२.०४ LTS पूर्णपणे वापरू शकत नाही" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -998,13 +998,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1016,12 +1016,12 @@ "हार्डवेयर वापरण्या साठी ह्या driver ची कोणतीही आवृत्ती उपलभ्ध नाही.\n" "तुम्हाला पुढे जायचे?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1030,11 +1030,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "हा ARMv6 CPU नाही" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1045,12 +1045,12 @@ "कमीतकमी ARMv6 ला गृहीत धरून बनवल्या आहेत.ह्या हार्डवेयर वर तुम्हाला उबुंटू अद्ययावत करता " "येणार नाही." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1060,7 +1060,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1069,11 +1069,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "init उपलब्ध नाही" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1083,11 +1083,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1104,11 +1104,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1118,11 +1118,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1130,11 +1130,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1143,36 +1143,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE अक्षम आहे" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1180,11 +1180,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1196,33 +1196,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "अपग्रेड करू शकत नाही" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "अपग्रेड करू शकत नाही" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ms.po ubuntu-release-upgrader-24.04.17/po/ms.po --- ubuntu-release-upgrader-24.04.16/po/ms.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ms.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Malay \n" @@ -554,8 +554,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Mengira perubahan" @@ -584,7 +584,7 @@ "Anda boleh sambung semula penataran dilain masa." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Pakej-pakej penaikan taraf tidak dapat dicapai." @@ -599,27 +599,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Ralat semasa perlaksanaan" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Mengembalikan sistem ke keadaan asal." -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Pakej-pakej gagal dinaiktaraf." #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -627,7 +627,7 @@ "Penataran telah diabaikan. Sistem anda mungkin dalam keadaan tidak stabil. " "Pemulihan akan dijalankan )dkpg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -644,7 +644,7 @@ "var/log/dist-upgrade/ ke dalam laporan pepijat.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -652,24 +652,24 @@ "Penataran telah diabaikan. Sila semak sambungan Internet atau media " "pemasangan anda dan cuba lagi. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Menggelintar perisian luput" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Buang pakej luput?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Kekalkan" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Buang" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -679,28 +679,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Keperluan yang diperlukan tidak dipasang" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Dependensi %s yang diperlukan tidak dipasang. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Memeriksa pengurus pakej" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Persediaan penataran telah gagal" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -708,7 +708,7 @@ "Penyediaan sistem untuk tatar gagal maka proses pelaporan pepijat sedang " "dimulakan." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -716,12 +716,12 @@ "Penyediaan sistem untuk tatar gagal. Untuk melaporkan pepijat pasang apport " "kemudian lakukan 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Mendapatkan prasyarat penataran gagal" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -733,7 +733,7 @@ "\n" "Disamping itu, satu proses pelaporan pepijat dimulakan." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -747,15 +747,15 @@ "Untuk melaporkan pepijat pasang apport kemudian lakukan 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Mengemaskini maklumat repositori" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Maklumat pakej tidah sah" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -773,36 +773,36 @@ "terkonfigur.\n" "Dalam kes cermin terlebih muatan, anda boleh tatar kemudian." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Mengambil" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Menatarkan" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Penataran tidak boleh laksana" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "Penataran tidak selesai, terdapat ralat ketika proses penataran." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Penataran tidak selesai" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -811,33 +811,33 @@ "berjalan." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Penataran Selesai" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Penataran selesai tetapi terdapat ralat semasa proses penataran." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Penataran sistem telah selesai." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Penataran separa telah selesai." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Skrin kunci dilumpuhkan" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -846,11 +846,11 @@ "Skrin kunci anda telah dilumpuhkan dan akan kekal lumpuh sehinggalah anda " "membut semula." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1050,11 +1050,11 @@ msgid "Media Change" msgstr "Perubahan Media" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Perkakasan grafik anda tidak sepenuhnya disokong oleh Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1069,11 +1069,11 @@ "buat masa ini. Untuk maklumat lanjut rujuk https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Anda masih mahu teruskan penataran?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Perkakasan grafik anda tidak menyokong sepenuhnya Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1085,7 +1085,7 @@ "lanjut rujuk https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Anda " "hendak teruskan penataran?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1093,7 +1093,7 @@ "Penataran akan mengurangkan kesan desktop, dan prestasi didalam permainan " "serta program bergrafik tinggi yang lain." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1107,12 +1107,12 @@ "\n" "Adakah anda ingin meneruskannya?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1121,11 +1121,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Tiada CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1137,12 +1137,12 @@ "sebagai senibina yang minimum. Adalah tidak mungkin sistem anda boleh " "ditatarkan kepada pelepasan Ubuntu yang terbaru menggunakan perkakasan ini." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1152,7 +1152,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1161,11 +1161,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Tiada init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1180,11 +1180,11 @@ "\n" "Adakah anda ingin meneruskannya?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1201,12 +1201,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Sambungan ke Kedai Snap gagal" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1216,11 +1216,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Sambungan ke Kedai Snap gagal" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1232,11 +1232,11 @@ "api.snapcraft.io.\n" "Anda masih mahu teruskan penataran?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Pakej snapd telah lapuk" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1248,36 +1248,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE tidak dibenarkan" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1289,11 +1289,11 @@ "anda mesti benarkan PAE (jika ia boleh dibuat) sila rujuk:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1305,33 +1305,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Memeriksa snap yang dipasang" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Tidak boleh menatar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Tidak boleh menatar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/mus.po ubuntu-release-upgrader-24.04.17/po/mus.po --- ubuntu-release-upgrader-24.04.16/po/mus.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/mus.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Vogt \n" "Language-Team: Creek \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/my.po ubuntu-release-upgrader-24.04.17/po/my.po --- ubuntu-release-upgrader-24.04.16/po/my.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/my.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Burmese \n" @@ -461,8 +461,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -489,7 +489,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -501,33 +501,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -538,30 +538,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -569,45 +569,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -615,7 +615,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -624,15 +624,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -644,79 +644,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -903,11 +903,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -917,11 +917,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -929,13 +929,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -944,12 +944,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -958,11 +958,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -970,12 +970,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -985,7 +985,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -994,11 +994,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1008,11 +1008,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1029,11 +1029,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1043,11 +1043,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1055,11 +1055,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1068,36 +1068,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1105,11 +1105,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1121,33 +1121,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Upgrade မတင်နိုင်ပါ။" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Upgrade မတင်နိုင်ပါ။" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/nb.po ubuntu-release-upgrader-24.04.17/po/nb.po --- ubuntu-release-upgrader-24.04.16/po/nb.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/nb.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Norwegian Bokmal \n" @@ -553,8 +553,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Beregner endringene" @@ -583,7 +583,7 @@ "Du kan vende tilbake til oppgraderinga når som helst." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Klarte ikke å laste ned oppgraderingene" @@ -598,27 +598,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Feil under innsending" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Gjenoppretter systemets opprinnelige tilstand" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Klarte ikke å installere oppgraderingene" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -626,7 +626,7 @@ "Oppgraderinga ble avbrutt. Systemet ditt kan være ubukelig inntil videre. " "Gjenoppretting startes nå (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -643,7 +643,7 @@ "Filene i «/var/log/dist-upgrade/» bør legges ved feilrapporten.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -651,24 +651,24 @@ "Oppgraderinga ble avbrutt. Kontroller internettilkoblingen eller " "installasjonsmediet, og prøv igjen. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Søker etter utdatert programvare" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Vil du fjerne utdaterte pakker?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Behold" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Fjern" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -678,28 +678,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Nødvendige avhengigheter er ikke installert" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Den nødvendige avhengigheten «%s» er ikke installert. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Sjekker pakkehåndterer" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Klarte ikke å forberede oppgraderinga" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -707,7 +707,7 @@ "Noe gikk galt under forberedelser til systemoppgradering. Starter " "feilrapportering." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -716,12 +716,12 @@ "som en programfeil, må du installere «apport» og deretter kjøre «apport-bug " "ubuntu-release-upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Nedlasting av programavhengigheter mislyktes" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -733,7 +733,7 @@ "\n" "I tillegg blir programfeilen innrapportert." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -747,15 +747,15 @@ "For å rapportere dette som en programfeil, må du installere «apport» og " "deretter kjøre «apport-bug ubuntu-release-upgrader»." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Oppdaterer informasjon om pakkekilder" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Ugyldig pakkeinformasjon" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -774,79 +774,79 @@ "Hvis det er sannsynlig at speiltjeneren er overbelastet, bør du forsøke å " "kjøre oppgraderinga på nytt senere." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Henter" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Oppgraderer" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Oppgraderinga er fullført" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Oppgraderinga er ferdig, men det oppstod feil underveis." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Systemet er oppgradert." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Delvis oppgradering er fullført." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1046,12 +1046,12 @@ msgid "Media Change" msgstr "Mediebytte" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Det er ikke sikkert at grafikkortet ditt støttes optimalt i Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1066,12 +1066,12 @@ "videre. Se https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D for " "mer informasjon. Vil du fortsette med å oppgradere likevel?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Det er ikke sikkert at grafikkortet ditt støttes optimalt i Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1083,7 +1083,7 @@ "UpdateManagerWarningForI8xx for mer informasjon. Vil fortsette med å " "oppgradere likevel?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1091,7 +1091,7 @@ "Å oppgradere kan gå på bekostning av skrivebordseffekter, samt ytelse i " "spill og andre grafikkintensive programmer." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1105,12 +1105,12 @@ "\n" "Vil du fortsette?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1119,11 +1119,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Ingen ARMv6-prosessor" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1135,12 +1135,12 @@ "Det er ikke mulig å oppgradere systemet ditt til en ny Ubuntu-versjon med " "denne maskinvaren." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1150,7 +1150,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1159,11 +1159,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Ingen oppstartsprogrammer (init) tilgjengelig" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1179,11 +1179,11 @@ "\n" "Vil du fortsette likevel?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1200,11 +1200,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1214,11 +1214,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1226,11 +1226,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1239,36 +1239,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE er ikke aktivert" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1280,11 +1280,11 @@ "til en senere versjon av Ubuntu. Se denne nettsiden for mer informasjon:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1296,33 +1296,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Klarte ikke å oppgradere" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Klarte ikke å oppgradere" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/nds.po ubuntu-release-upgrader-24.04.17/po/nds.po --- ubuntu-release-upgrader-24.04.16/po/nds.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/nds.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: ncfiedler \n" "Language-Team: German, Low \n" @@ -465,8 +465,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -493,7 +493,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Kann die Upgrades nicht downloaden." @@ -505,33 +505,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Upgrade kann nicht installiert werden." #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -542,30 +542,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Suche nach veralteter Software" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Veraltete Pakete löschen?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Löschen" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -573,45 +573,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Paketmanager wird überprüft" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,7 +619,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -628,15 +628,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Falsche Paketinformation" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -648,79 +648,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Systemupgrade fertiggestellt." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -908,11 +908,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -922,11 +922,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -934,13 +934,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -949,12 +949,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -963,11 +963,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -975,12 +975,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -990,7 +990,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -999,11 +999,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Keen init verföögbar" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1013,11 +1013,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1034,11 +1034,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1048,11 +1048,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1060,11 +1060,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1073,36 +1073,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1110,11 +1110,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1126,33 +1126,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Upgrade kann nicht durchgeführt werden." -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Upgrade kann nicht durchgeführt werden." -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ne.po ubuntu-release-upgrader-24.04.17/po/ne.po --- ubuntu-release-upgrader-24.04.16/po/ne.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ne.po 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: update-manager.HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Nepali \n" @@ -471,8 +471,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -499,7 +499,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -511,33 +511,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -548,30 +548,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "राख्नुहोस्" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_हटाउनुहोस्" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -579,45 +579,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -625,7 +625,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -634,15 +634,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -654,79 +654,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "लिएर आउँदै" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "अद्यावधिक गरिदै" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "अद्यावधिक सकियो" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -913,11 +913,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -927,11 +927,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -939,13 +939,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -954,12 +954,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -968,11 +968,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -980,12 +980,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -995,7 +995,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1004,11 +1004,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1018,11 +1018,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1039,11 +1039,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1053,11 +1053,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1065,11 +1065,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1078,36 +1078,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1115,11 +1115,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1131,33 +1131,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "स्तरोन्नत गर्न सकिएन" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "स्तरोन्नत गर्न सकिएन" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/nl.po ubuntu-release-upgrader-24.04.17/po/nl.po --- ubuntu-release-upgrader-24.04.16/po/nl.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/nl.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Nederlands \n" @@ -582,8 +582,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Wijzigingen worden berekend" @@ -612,7 +612,7 @@ "wordt hersteld. U kunt de opwaardering op een later tijdstip hervatten." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Kon de opwaarderingsbestanden niet binnenhalen" @@ -627,27 +627,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Fout bij het toepassen" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "De oorspronkelijke toestand wordt hersteld" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Installatie van de opwaarderingsbestanden is mislukt" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -656,7 +656,7 @@ "bevinden. Er zal nu een herstelprocedure uitgevoerd worden (dpkg --configure " "-a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -673,7 +673,7 @@ "dist-upgrade/ toe aan het foutrapport.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -681,24 +681,24 @@ "De opwaardering is afgebroken. Controleer a.u.b. uw internetverbinding of " "installatiemedia en probeer het opnieuw. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Zoeken naar verouderde software" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Verouderde pakketten verwijderen?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Behouden" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Verwijderen" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -708,28 +708,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "De vereiste afhankelijkheden zijn niet geïnstalleerd" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Het vereiste pakket ‘%s’ is niet geïnstalleerd. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Pakketbeheerder controleren" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Voorbereiden van de opwaardering is mislukt" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -737,7 +737,7 @@ "Het voorbereiden van het systeem op de opwaardering is mislukt, dus wordt er " "een foutrapportageproces gestart." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -746,13 +746,13 @@ "melden moet apport geïnstalleerd zijn en dient u 'apport-bug ubuntu-release-" "upgrader' uit te voeren." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" "Het verkrijgen van de vooraf benodigde zaken voor de opwaardering is mislukt" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -765,7 +765,7 @@ "\n" "Daarnaast wordt er een proces gestart voor de foutmelding." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -780,15 +780,15 @@ "Om een fout te melden moet apport geïnstalleerd zijn en dient u 'apport-bug " "ubuntu-release-upgrader' uit te voeren." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Updaten van de informatie over de pakketbronnen" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Ongeldige pakketinformatie" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -807,23 +807,23 @@ "In geval van een overbelaste spiegelserver, zou u op een later tijdstip de " "opwaardering wederom kunnen proberen." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Ophalen" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Bezig met opwaarderen" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Upgrade onuitvoerbaar" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -832,13 +832,13 @@ "upgradeproces." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Upgrade onvolledig" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -847,35 +847,35 @@ "upgradeproces." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Opwaardering is voltooid" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "De opwaardering is voltooid, maar er hebben zich fouten voorgedaan tijdens " "het opwaardeerproces." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Systeemopwaardering is voltooid." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "De gedeeltelijke opwaardering werd voltooid." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Schermvergrendeling uitgeschakeld" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -884,11 +884,11 @@ "De schermvergrendeling is uitgeschakeld en zal uitgeschakeld blijven totdat " "u opnieuw start." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1091,12 +1091,12 @@ msgid "Media Change" msgstr "Medium wisselen" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Mogelijk wordt uw grafische kaart niet volledig ondersteund in Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1111,13 +1111,13 @@ "informatie vindt u op https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Wilt u toch doorgaan met de opwaardering?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Uw grafische hardware wordt misschien niet volledig ondersteund in Ubuntu " "12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1129,7 +1129,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Wilt u toch " "verder gaan met de opwaardering?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1137,7 +1137,7 @@ "Opwaarderen zou de bureaubladeffecten kunnen verminderen, alsook de " "prestaties in spellen en andere grafisch intensieve programma's." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1150,12 +1150,12 @@ "hardware werkt.\n" "Wilt u doorgaan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1164,11 +1164,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Geen ARMv6-CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1180,12 +1180,12 @@ "met uw apparatuur niet mogelijk om uw systeem op te waarderen naar een " "nieuwe versie van Ubuntu." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1195,7 +1195,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1204,11 +1204,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Geen init beschikbaar" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1224,11 +1224,11 @@ "\n" "Weet u zeker dat u wilt doorgaan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1245,12 +1245,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Verbinding met Snap Store is mislukt" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1260,11 +1260,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Verbinding met Snap Store is mislukt" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1276,11 +1276,11 @@ "snapcraft.io.\n" "Wilt u nog doorgaan met de upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Verouderd snapd-pakket" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1293,36 +1293,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE is niet ingeschakeld" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1335,11 +1335,11 @@ "is) in te schakelen; zie:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1351,33 +1351,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Op geïnstalleerde snaps controleren" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Opwaarderen niet mogelijk" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Opwaarderen niet mogelijk" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/nn.po ubuntu-release-upgrader-24.04.17/po/nn.po --- ubuntu-release-upgrader-24.04.16/po/nn.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/nn.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -508,8 +508,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Reknar ut endringane" @@ -538,7 +538,7 @@ "atterreist. Du kan venda tilbake til oppgraderinga når som helst." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Klarte ikkje å lasta ned oppgraderingane" @@ -553,27 +553,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Feil under innsending" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Gjenopprettar systemet til sin opphavlege tilstand" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Klarte ikkje å installera oppgraderingane" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -581,7 +581,7 @@ "Oppgraderinga vart avbroten. Systemet ditt kan vera ubrukeleg. Ei " "gjenoppretting vert no køyrd (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -592,7 +592,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -600,24 +600,24 @@ "Oppgraderinga vart avbroten. Kontroller internett-tilkoplinga eller " "installasjonsmediet og prøv på nytt. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Søkjer etter utdatert programvare" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Ønskjer du å fjerna utdaterte pakkar?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Ta vare på" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Fjern" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -627,45 +627,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Nødvendige avhengnader er ikkje installerte" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Den nødvendige avhengnaden \"%s\" er ikkje installert. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Sjekkar pakkehandsamaren" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Klarte ikkje å førebu oppgraderinga" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Klarte ikkje å lasta ned oppgraderingskrava" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -673,7 +673,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -682,15 +682,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Oppdaterer informasjon om arkivet" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Ugyldig pakkeinformasjon" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -702,80 +702,80 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Hentar" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Oppgraderer" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Oppgradering fullført" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Oppgraderinga er ferdig, men nokre feil dukka opp under prosessen." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Systemoppgraderinga er fullført." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Delvis oppgradering er ferdig." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Skjermlåsing slått av" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "Skjermlåsing er slått av fram til du startar maskina på nytt." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -973,11 +973,11 @@ msgid "Media Change" msgstr "Medieendring" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -987,11 +987,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -999,7 +999,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1007,7 +1007,7 @@ "Å oppgradera kan redusera skrivebordseffekter, samt ytinga i spel og andre " "grafikkintensive program." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1018,12 +1018,12 @@ "Datamaskina brukar AMD «fglrx»-grafikkdrivaren. Ingen tilgjengelege " "versjonar av denne drivaren verkar med maskinvaren din i Ubuntu 10.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1032,11 +1032,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Ingen ARMv6-prosessor" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1047,12 +1047,12 @@ "pakkane i karmic krev minimum ARMv6. Det er ikkje mogleg å oppgradera " "systemet ditt til den nyaste Ubuntu-utgjevinga med den noverande maskinvaren." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1062,7 +1062,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1071,11 +1071,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Ingen oppstartsprogram (init) er tilgjengelege" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1091,11 +1091,11 @@ "\n" "Er du sikker på at du vil halda fram?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1112,12 +1112,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Klarte ikkje kopla til Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1127,11 +1127,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Klarte ikkje kopla til Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1142,11 +1142,11 @@ "oppgradering bør du stadfesta at systemet kan kopla til api.snapcraft.io.\n" "Vil du likevel halda fram med oppgraderinga?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Utdatert snapd-pakke" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1158,36 +1158,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1195,11 +1195,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1211,33 +1211,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Sjekkar installerte snap-pakkar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Klarte ikkje å oppgradera" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Klarte ikkje å oppgradera" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/oc.po ubuntu-release-upgrader-24.04.17/po/oc.po --- ubuntu-release-upgrader-24.04.16/po/oc.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/oc.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Cédric VALMARY (Tot en òc) \n" "Language-Team: Occitan (post 1500) \n" @@ -539,8 +539,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calcul de las modificacions" @@ -569,7 +569,7 @@ "restablit. La podètz reprene pus tard." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Impossible de telecargar las mesas a jorn" @@ -584,27 +584,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Error pendent la somission" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restabliment del sistèma dins son estat d'origina" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Impossible d'installar las mesas a jorn" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -612,7 +612,7 @@ "La mesa a nivèl a fracassat. Vòstre sistèma poiriá èsser inutilizable. Ara, " "una temptativa de recuperacion se va debanar (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -629,7 +629,7 @@ "fichièrs que se tròban dins /var/log/dist-upgrade/ .\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -637,24 +637,24 @@ "La mesa a nivèl a fracassat. Verificatz vòstra connexion Internet e lo " "supòrt d'installacion abans de tornar ensajar. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Recèrca de logicials obsolets" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Suprimir los paquets obsolèts ?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Conservar" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Suprimir" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -664,28 +664,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Dependéncia requesida pas installada" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "La dependéncia requesida « %s » es pas installada. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Verificacion del gestionari de paquets" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Preparacion de la mesa a jorn impossibla" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -693,7 +693,7 @@ "La preparacion del sistèma per la mesa a nivèl a fracassat. Un processus de " "rapòrt d'incident es doncas inicializat." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -702,12 +702,12 @@ "bug, installatz « apport » puèi executatz « apport-bug ubuntu-release-" "upgrader »." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Impossible d'obténer los prerequesits necessaris a la mesa a jorn" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -718,7 +718,7 @@ "mesa a nivèl se va arrestar e restablir lo sistèma dins son estat inicial.\n" "En complement, un processus de rapòrt d'incident es inicializat." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -730,15 +730,15 @@ "La mesa a nivèl va èsser abandonada e lo sistèma serà restablit a son estat " "d'origina." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Mesa a jorn de las informacions suls depauses" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Informacions suls paquets invalidas" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -757,81 +757,81 @@ "Dins lo cas d'un miralh subrecargat, poiretz ensajar tornarmai la mesa a " "jorn pus tard." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Recuperacion" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Mesa a nivèl" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Mesa a nivèl acabada" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "La mesa a nivèl es acabada, mas d'errors se son produchas al moment " "d'aqueste processus de mesa a nivèl." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "La mesa a nivèl del sistèma es acabada." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "La mesa a nivèl parciala del sistèma es acabada." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1032,13 +1032,13 @@ msgid "Media Change" msgstr "Cambiament de mèdia" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Benlèu que vòstre material grafic es pas pres en carga completament dins " "Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1054,13 +1054,13 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Volètz contunhar la " "mesa a nivèl ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Es possible que vòstra carta grafica siá pas entièrament presa en carga per " "Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1072,7 +1072,7 @@ "Per mai d'informacion, rendètz-vos sus https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Volètz contunhar la mesa a nivèl ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1080,7 +1080,7 @@ "Es possible que la mesa a nivèl reduisca los efièits visuals e las " "performàncias pels jòcs e autres programas exigents en tèrmes de grafismes." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1094,12 +1094,12 @@ "\n" "Volètz contunhar ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1108,11 +1108,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Pas de processor ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1124,12 +1124,12 @@ "necessitan al minimum una arquitectura ARMv6. Es impossible de metre a nivèl " "vòstre sistèma cap a la version novèla d'Ubuntu." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1139,7 +1139,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1148,11 +1148,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Inicializacion indisponibla" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1168,11 +1168,11 @@ "\n" "Sètz segur que volètz contunhar ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1189,11 +1189,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1203,11 +1203,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1215,11 +1215,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1228,36 +1228,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE pas activat" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1271,11 +1271,11 @@ "es possible) vejatz :\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1287,33 +1287,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Impossible de metre a jorn" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Impossible de metre a jorn" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/om.po ubuntu-release-upgrader-24.04.17/po/om.po --- ubuntu-release-upgrader-24.04.16/po/om.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/om.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2015-08-25 13:46+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Oromo \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/pa.po ubuntu-release-upgrader-24.04.17/po/pa.po --- ubuntu-release-upgrader-24.04.16/po/pa.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/pa.po 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: A S Alam \n" "Language-Team: testLokalize \n" @@ -462,8 +462,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "ਬਦਲਾਅ ਲਈ ਗਿਣਤੀ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ" @@ -490,7 +490,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "ਅੱਪਗਰੇਡ ਡਾਊਨਲੋਡ ਨਹੀਂ ਕੀਤੇ ਜਾ ਸਕੇ" @@ -502,33 +502,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "ਕਮਿਟ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "ਸਿਸਟਮ ਅਸਲੀ ਹਾਲਤ ਵਿੱਚ ਮੁੜ-ਸਟੋਰ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "ਅੱਪਗਰੇਡ ਇੰਸਟਾਲ ਨਹੀਂ ਕੀਤੇ ਜਾ ਸਕੇ" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -539,7 +539,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -547,24 +547,24 @@ "ਅੱਪਗਰੇਡ ਨੂੰ ਅਧੂਰਾ ਛੱਡਿਆ ਗਿਆ। ਆਪਣੇ ਇੰਟਰਨੈੱਟ ਕੁਨੈਕਸ਼ਨ ਜਾਂ ਇੰਸਟਾਲ ਮੀਡਿਏ ਦੀ ਜਾਂਚ ਕਰੋ ਤੇ ਫੇਰ ਕੋਸ਼ਿਸ਼ " "ਕਰੋ। " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "ਬਰਤਰਫ਼ ਸਾਫਟਵੇਅਰ ਦੀ ਖੋਜ ਜਾਰੀ ਹੈ" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "ਬਰਤਰਫ਼ ਹੋਏ ਪੈਕੇਜ ਹਟਾਉਣੇ ਹਨ?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "ਰੱਖੋ(_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "ਹਟਾਓ(_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -572,45 +572,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "ਲੋੜੀਦੀ ਨਿਰਭਰਤਾ ਇੰਸਟਾਲ ਨਹੀਂ ਹੈ" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "ਲੋੜੀਂਦੀ ਨਿਰਭਰਤਾ '%s' ਇੰਸਟਾਲ ਨਹੀਂ ਹੈ। " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "ਪੈਕੇਜ ਮੈਨੇਜਰ ਚੈੱਕ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "ਅੱਪਗਰੇਡ ਲਈ ਤਿਆਰ ਕਰਨ ਲਈ ਫੇਲ੍ਹ" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -618,7 +618,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -627,15 +627,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "ਰਿਪੋਜ਼ਟਰੀ ਜਾਣਕਾਰੀ ਅੱਪਡੇਟ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "ਗਲਤ ਪੈਕੇਜ ਜਾਣਕਾਰੀ" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -647,79 +647,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "ਲਈ ਜਾ ਰਹੀ ਹੈ" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "ਅੱਪਗਰੇਡ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "ਅੱਪਗਰੇਡ ਪੂਰਾ ਹੋਇਆ" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "ਅੱਪਗਰੇਡ ਪੂਰਾ ਚੁੱਕਾ ਹੈ, ਪਰ ਅੱਪਗਰੇਡ ਕਾਰਵਾਈ ਦੌਰਾਨ ਗਲਤੀਆਂ ਆਈਆਂ ਹਨ।" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "ਸਿਸਟਮ ਅੱਪਗਰੇਡ ਪੂਰਾ ਹੋਇਆ।" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "ਅਧੂਰਾ ਅੱਪਗਰੇਡ ਪੂਰਾ ਹੋ ਗਿਆ।" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -907,11 +907,11 @@ msgid "Media Change" msgstr "ਮੀਡਿਆ ਬਦਲੋ" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -921,11 +921,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -933,13 +933,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -948,12 +948,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -962,11 +962,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "ARMv6 CPU ਨਹੀਂ" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -974,12 +974,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -989,7 +989,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -998,11 +998,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "init ਮੌਜੂਦ ਨਹੀਂ" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1012,11 +1012,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1033,11 +1033,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1047,11 +1047,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1059,11 +1059,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1072,36 +1072,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1109,11 +1109,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1125,33 +1125,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "ਅੱਪਗਰੇਡ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "ਅੱਪਗਰੇਡ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਦਾ" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/pam.po ubuntu-release-upgrader-24.04.17/po/pam.po --- ubuntu-release-upgrader-24.04.16/po/pam.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/pam.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2015-05-19 14:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Pampangan \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/pl.po ubuntu-release-upgrader-24.04.17/po/pl.po --- ubuntu-release-upgrader-24.04.16/po/pl.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/pl.po 2024-04-29 14:26:40.000000000 +0000 @@ -14,7 +14,7 @@ msgstr "" "Project-Id-Version: update-manager 0.87\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: GTriderXC \n" "Language-Team: Polish \n" @@ -567,8 +567,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Przetwarzanie zmian" @@ -597,7 +597,7 @@ "stanu. W późniejszym czasie można ponowić próbę aktualizacji wydania." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Pobranie aktualizacji było niemożliwe" @@ -612,27 +612,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Błąd podczas zatwierdzania" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Przywracanie pierwotnego stanu systemu" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Nie można zainstalować aktualizacji" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -641,7 +641,7 @@ "nienadającym się do użytku. Zostanie teraz uruchomione odzyskiwanie (dpkg --" "configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -658,7 +658,7 @@ "and attach the files in /var/log/dist-upgrade/\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -666,24 +666,24 @@ "Aktualizacja została przerwana. Proszę sprawdzić połączenie internetowe lub " "nośnik instalacyjny i spróbować ponownie. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Wyszukiwanie przestarzałego oprogramowania" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Usunąć przestarzałe pakiety?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Zachowaj" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Usuń" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -691,28 +691,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Wymagana zależność nie jest zainstalowana." -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Wymagana zależność \"%s\" nie jest zainstalowana. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Sprawdzanie menedżera pakietów" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Przygotowanie aktualizacji nie powiodło się" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -720,7 +720,7 @@ "Przygotowanie systemu do aktualizacji nie powiodło się. Zostanie uruchomiony " "proces raportowania błędów." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -729,12 +729,12 @@ "zainstalować program apport i wykonać polecenie „apport-bug ubuntu-release-" "upgrader”." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Pobranie elementów wymaganych do aktualizacji nie powiodło się" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -746,7 +746,7 @@ "\n" "Następnie uruchomiony zostanie proces raportowania błędów." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -760,15 +760,15 @@ "Aby zgłosić błąd, zainstaluj apport, następnie wykonaj 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Aktualizowanie informacji o repozytoriach" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Błędne informacje o pakietach" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -787,80 +787,80 @@ "W przypadku przeciążenia serwerów lustrzanych, warto spróbować uaktualnienia " "później." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Pobieranie" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Aktualizacja w toku" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Aktualizacja ukończona" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Aktualizacja została zakończona, lecz wystąpiły błędy podczas tego procesu." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Aktualizacja systemu zakończona powodzeniem." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Częściowa aktualizacja została ukończona" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1061,11 +1061,11 @@ msgid "Media Change" msgstr "Zmiana nośnika" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Twoja karta graficzna może nie być w pełni wspierana w Ubuntu 14.04" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1081,13 +1081,13 @@ "stronie: https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Czy " "pomimo to kontynuować proces aktualizacji?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Bieżąca karta graficzna może nie być w pełni obsługiwana przez Ubuntu 12.04 " "LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1099,7 +1099,7 @@ "Aby uzyskać więcej informacji, proszę odwiedzić stronę https://wiki.ubuntu." "com/X/Bugs/UpdateManagerWarningForI8xx Kontynuować aktualizację?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1107,7 +1107,7 @@ "Aktualizacja może ograniczyć wydajność systemu dla efektów pulpitu, gier " "oraz innych programów obciążających zasoby graficzne." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1120,12 +1120,12 @@ "\n" "Kontynuować?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1134,11 +1134,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Brak procesora ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1150,12 +1150,12 @@ "architektury ARMv6. Nie ma możliwości aktualizacji systemu do nowego wydania " "na tym sprzęcie." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1165,7 +1165,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1174,11 +1174,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Brak dostępnego procesu init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1192,11 +1192,11 @@ "tym typem środowiska, wymagając najpierw aktualizacji konfiguracji maszyny " "wirtualnej." -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1213,11 +1213,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1227,11 +1227,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1239,11 +1239,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1252,36 +1252,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE nie jest włączony" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1294,11 +1294,11 @@ "informacji:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1310,33 +1310,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Nie można zaktualizować" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Nie można zaktualizować" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ps.po ubuntu-release-upgrader-24.04.17/po/ps.po --- ubuntu-release-upgrader-24.04.16/po/ps.po 2024-04-19 19:40:37.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ps.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Terry \n" "Language-Team: Pushto \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/pt.po ubuntu-release-upgrader-24.04.17/po/pt.po --- ubuntu-release-upgrader-24.04.16/po/pt.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/pt.po 2024-04-29 14:26:40.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Ubuntu Portuguese Team \n" @@ -576,8 +576,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "A aplicar as alterações" @@ -608,7 +608,7 @@ "retomar esta actualização posteriormente." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Impossível descarregar as atualizações" @@ -623,27 +623,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Erro ao submeter" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "A restaurar o estado original do sistema" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Impossível instalar as atualizações" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -651,7 +651,7 @@ "A atualização foi abortada. O seu sistema pode encontrar-se num estado não " "utilizável. Uma recuperação vai correr agora (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -668,7 +668,7 @@ "dist-upgrade/ ao relatório de bug.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -676,24 +676,24 @@ "A atualização de versão foi abortada. Por favor, verifique a sua ligação à " "Internet ou o seu meio de instalação e tente novamente. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "À procura de software obsoleto" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Remover pacotes obsoletos?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Manter" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Remover" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -703,28 +703,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "A dependência requerida não foi instalada" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "A dependência '%s' requerida não foi instalada. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "A verificar gestor de pacotes" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "A preparação da atualização de versão falhou" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -732,7 +732,7 @@ "A preparação do sistema para a atualização falhou, por isso um processo de " "denúncia de bug foi iniciado." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -740,12 +740,12 @@ "A preparação do sistema para a atualização, falhou. Para reportar um bug " "instale o apport e de seguida execute o 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Falhou a obtenção do pré-requisitos da atualização de versão" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -757,7 +757,7 @@ "\n" "Adicionalmente, um processo de denúncia de bug foi iniciado." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -772,15 +772,15 @@ "Para reportar um bug instale o apport e de seguida execute o 'apport-bug " "ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "A atualizar informação de repositórios" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Informação de pacotes inválida" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -798,23 +798,23 @@ "No caso de ser tráfego excessivo na fonte, poderá tentar novamente mais " "tarde." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "A recolher" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "A atualizar" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Atualização inviável" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -823,13 +823,13 @@ "atualização." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Atualização incompleta" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -838,35 +838,35 @@ "de atualização." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Atualização concluída" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "A atualização da versão do sistema foi concluída, mas ocorreram erros " "durante o processo." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "A atualização da versão do sistema foi concluída." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "A atualização parcial de versão foi concluída." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Bloqueio de ecrã desligado" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -874,11 +874,11 @@ msgstr "" "O seu bloqueador de ecrã foi desligado e permanecerá assim até reiniciar." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1079,12 +1079,12 @@ msgid "Media Change" msgstr "Alterar Media" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "O seu hardware gráfico pode não ser completamente suportado no Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1099,12 +1099,12 @@ "informações consultar https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Deseja ainda continuar com a atualização?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "A sua placa gráfica pode não ser totalmente suportada no Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1116,7 +1116,7 @@ "consulte https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Deseja " "prosseguir com a atualização?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1124,7 +1124,7 @@ "Atualizar pode reduzir os efeitos do ambiente de trabalho, bem como o " "desempenho em jogos e outros programas graficamente exigentes." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1138,12 +1138,12 @@ "\n" "Pretende continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Desculpe, não há mais atualizações para este sistema" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1155,11 +1155,11 @@ "\n" "As atualizações para o Ubuntu %s continuarão até %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Sem CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1171,12 +1171,12 @@ "mínima. Não é possível fazer upgrade para uma nova versão de Ubuntu com este " "hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1186,7 +1186,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1198,11 +1198,11 @@ "\n" "As atualizações para o Ubuntu %s continuarão até %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Sem inicialização disponível" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1218,11 +1218,11 @@ "\n" "De certeza que quer continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1239,12 +1239,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Falhou a ligação com a \"Snap Store\"" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1254,11 +1254,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Falhou a ligação com a \"Snap Store\"" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1270,11 +1270,11 @@ "io.\n" "Ainda deseja continuar com a atualização?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Pacote snapd desatualizado" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1286,36 +1286,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Calculando requisitos de tamanho de encaixe" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Processando substituições de encaixe" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "a atualizar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "a atualizar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "a instalar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE não ativo" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1327,11 +1327,11 @@ "posterior, tem de ativar PAE (se isso for possível) veja:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1343,33 +1343,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Procurar por snaps instalados" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Impossível atualizar a versão" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Impossível atualizar a versão" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/pt_BR.po ubuntu-release-upgrader-24.04.17/po/pt_BR.po --- ubuntu-release-upgrader-24.04.16/po/pt_BR.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/pt_BR.po 2024-04-29 14:26:40.000000000 +0000 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Ubuntu-BR \n" @@ -536,8 +536,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Calculando as mudanças" @@ -566,7 +566,7 @@ "restaurado. Você pode continuá-la em um outro momento." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Não foi possível baixar as atualizações" @@ -581,27 +581,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Erro ao aplicar as mudanças" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Restaurando o estado original do sistema" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Não foi possível instalar as atualizações" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -609,7 +609,7 @@ "A atualização foi cancelada. Seu sistema pode estar inutilizável. Um " "processo de recuperação será executado agora (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -626,7 +626,7 @@ "var/log/dist-upgrade/ ao relatório de erro.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -634,24 +634,24 @@ "A atualização foi cancelada. Por favor verifique sua conexão com a internet " "ou a mídia de instalação e tente novamente " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Buscando programas obsoletos" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Remover pacotes obsoletos?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Manter" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Remover" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -661,28 +661,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Dependências requeridas não estão instaladas" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "A dependência requerida '%s' não está instalada. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Verificando o Gerenciador de pacotes" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "A preparação para a atualização falhou" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -690,7 +690,7 @@ "Falha na preparação do sistema para atualização, portanto um processo de " "relatório de erros está sendo iniciado." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -698,12 +698,12 @@ "A preparação para a atualização do sistema falhou. Para relatar um erro, " "instale apport e em seguida execute 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Falha ao obter os pré-requisitos para atualização" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -715,7 +715,7 @@ "\n" "Além disso, um processo de relatório de erro está sendo iniciado." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -729,15 +729,15 @@ "Para reportar um erro, instale o apport e então execute 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Atualizando informação do repositório" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Informação do pacote inválida" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -749,81 +749,81 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Obtendo" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Atualizando" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Atualização completa" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "A atualização foi concluída mas houve erros durante o processo de " "atualização." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "A atualização do sistema está completa." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "A atualização parcial está completa." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1023,11 +1023,11 @@ msgid "Media Change" msgstr "Mudança de mídia" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "O seu hardware gráfico pode não ter suporte completo no Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1043,13 +1043,13 @@ "UpdateManagerWarningForUnity3D Você tem certeza de que deseja continuar com " "a atualização?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Seu hardware de gráficos pode não ser totalmente suportado no Ubuntu 12.04 " "LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1061,7 +1061,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Você deseja " "continuar com a atualização?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1069,7 +1069,7 @@ "Atualizar pode reduzir efeitos da área de trabalho e performance em jogos e " "outros programas que usam gráficos intensamente." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1083,12 +1083,12 @@ "\n" "Você deseja continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1097,11 +1097,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Nenhuma CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1113,12 +1113,12 @@ "mínimo a arquitetura ARMv6. Não é possível atualizar seu sistema para uma " "versão mais nova do Ubuntu com este hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1128,7 +1128,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1137,11 +1137,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Sem inicialização disponível" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1157,11 +1157,11 @@ "\n" "Você tem certeza que deseja continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1178,11 +1178,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1192,11 +1192,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1204,11 +1204,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1217,36 +1217,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE não habilitado" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1259,11 +1259,11 @@ "veja:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1275,33 +1275,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Não é possível atualizar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Não é possível atualizar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/qu.po ubuntu-release-upgrader-24.04.17/po/qu.po --- ubuntu-release-upgrader-24.04.16/po/qu.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/qu.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Terry \n" "Language-Team: Quechua \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ro.po ubuntu-release-upgrader-24.04.17/po/ro.po --- ubuntu-release-upgrader-24.04.16/po/ro.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ro.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Marian Vasile \n" "Language-Team: Romanian Gnome Team \n" @@ -551,8 +551,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Se calculează modificările" @@ -581,7 +581,7 @@ "Puteți relua înnoirea mai târziu." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Nu s-au putut descărca înnoirile" @@ -596,27 +596,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Eroare în timpul comiterii" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Se revine la starea inițială a sistemului" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Nu s-au putut instala înnoirile" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -624,7 +624,7 @@ "Înnoirea a fost abandonată. Sistemul dumneavoastră ar putea fi într-o stare " "inutilizabilă. Va fi executată o recuperare (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -641,7 +641,7 @@ "log/dist-upgrade/.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -649,24 +649,24 @@ "Înnoirea a fost abandonată. Verificați conexiunea la internet sau mediile de " "instalare și reîncercați. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Se caută aplicații învechite" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Ștergeți pachetele învechite?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Păstrează" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Elimină" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -676,28 +676,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "O dependență necesară nu este instalată." -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Dependență necesară „%s” nu este instalată. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Se verifică managerul de pachete" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Pregătirea înnoirii a eșuat" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -705,7 +705,7 @@ "Pregătirea sistemului în vederea actualizării a eșuat, astfel că se pornește " "un proces pentru raportarea defecțiunilor." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -714,12 +714,12 @@ "de programare instalați apport, după care executați comanda 'apport-bug " "ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Obținerea cerințelor pentru înnoire a eșuat" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -731,7 +731,7 @@ "\n" "În plus, a fost inițiat un raport pentru defecte de programare." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -746,15 +746,15 @@ "Pentru a raporta un defect de programare instalați apport, după care " "executați comanda 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Se actualizează informațiile despre depozite" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Informații despre pachete nevalide" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -773,80 +773,80 @@ "În cazul unei surse încărcate de trafic, ați putea încerca să actualizați " "mai târziu." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Se descarcă" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Se înnoiește" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Înnoire finalizată" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Înnoirea s-a terminat, dar au existat erori în timpul procesului de înnoire." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Înnoirea sistemului este completă." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Înnoirea parțială a fost încheiată." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1045,13 +1045,13 @@ msgid "Media Change" msgstr "Modificare mediu de stocare" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Există posibilitatea ca în Ubuntu 14/04 să nu existe un driver corespunzător " "pentru placa video din sistem." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1066,13 +1066,13 @@ "multe informații mergeți la https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Doriți să continuați actualizarea?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Există posibilitatea ca funcțiile plăcii grafice să nu fie recunoscute pe " "deplin în Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1084,7 +1084,7 @@ "mai multe informații consultați https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx. Doriți să continuați actualizarea?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1092,7 +1092,7 @@ "Înnoirea ar putea reduce efectele vizuale, performanța în jocuri și a altor " "aplicații intensive din punct de vedere grafic." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1106,12 +1106,12 @@ "\n" "Doriți să continuați?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1120,11 +1120,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Nu există nici un procesor ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1136,12 +1136,12 @@ "optimizări care necesită ARMv6, ca arhitectură minimă. Cu acest hardware, nu " "se poate înnoi sistemul la noua versiune Ubuntu." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1151,7 +1151,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1160,11 +1160,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Nu există niciun serviciu „init” disponibil" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1180,11 +1180,11 @@ "\n" "Sigur doriți să continuați?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1201,11 +1201,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1215,11 +1215,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1227,11 +1227,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1240,36 +1240,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE nu este activat" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1283,11 +1283,11 @@ "consultați :\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1299,33 +1299,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Nu s-a putut înnoi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Nu s-a putut înnoi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ru.po ubuntu-release-upgrader-24.04.17/po/ru.po --- ubuntu-release-upgrader-24.04.16/po/ru.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ru.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Maxim Petrov \n" "Language-Team: Russian \n" @@ -580,8 +580,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Вычисление изменений" @@ -612,7 +612,7 @@ "состояния системы. Вы можете продолжить это обновление позже." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Не удалось загрузить обновления" @@ -627,27 +627,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Ошибка при фиксировании" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Восстановление первоначального состояния системы" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Не удалось установить обновления" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -656,7 +656,7 @@ "использования состоянии. Сейчас будет запущен процесс восстановления (dpkg --" "configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -673,7 +673,7 @@ "папки «/var/log/dist-upgrade/» к отчёту.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -681,24 +681,24 @@ "Обновление было отменено. Проверьте ваше соединение с интернетом или ваш " "установочный носитель и попробуйте снова. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Поиск устаревших программ" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Удалить устаревшие пакеты?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Оставить" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Удалить" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -707,28 +707,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Не установлены требуемые зависимости" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Требуемая зависимость «%s» не установлена. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Проверка менеджера пакетов" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Подготовка к обновлению завершилась неудачно" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -736,7 +736,7 @@ "Подготовки системы к обновлению не удалась, будет запущена программа отчетов " "об ошибках." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -744,12 +744,12 @@ "Подготовка системы к обновлению закончилась сбоем. Чтобы сообщить об ошибке, " "установите apport и выполните команду 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Подготовка к обновлению завершилась неудачно" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -762,7 +762,7 @@ "\n" "Выполняется запуск системы сообщения о неполадке." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -773,15 +773,15 @@ "Не выполнены системные требования для выполнения обновления. Процедура " "обновления будет отменена, исходное состояние системы будет восстановлено." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Обновление информации о репозитории" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Неверная информация о пакете" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -799,23 +799,23 @@ "В случае превышения нагрузки зеркала вы можете повторить попытку обновления " "позже." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Загрузка" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Обновление" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Обновление недопустимо" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -824,13 +824,13 @@ "ошибки." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Неполное обновление" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -838,45 +838,45 @@ "Обновление частично завершено, однако в процессе обновления выявлены ошибки." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Обновление завершено" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Обновление завершено, но во время процесса обновления произошли ошибки." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Обновление системы завершено." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Частичное обновление завершено." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Блокировка экрана отключена" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "Экран блокировки отключен и останется отключенным до перезагрузки." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1075,13 +1075,13 @@ msgid "Media Change" msgstr "Смена носителя" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Имеющееся графическое оборудование может не полностью поддерживаться в " "Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1096,11 +1096,11 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Вы все еще " "хотите начать обновление?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Ваша видеокарта не будет поддерживаться полностью в Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1112,7 +1112,7 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Вы действительно хотите " "продолжить обновление?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1120,7 +1120,7 @@ "Обновление может повлечь снижение качества эффектов рабочего стола и " "производительности в играх и приложениях, активно работающих с графикой." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1134,12 +1134,12 @@ "\n" "Вы хотите продолжить?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Извините, больше нет обновлений для этой системы" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1151,11 +1151,11 @@ "\n" "Обновления для Ubuntu %s будут продолжаться до %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Нет процессора ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1167,12 +1167,12 @@ "выше. Вашу систему невозможно обновить до нового релиза Ubuntu с текущим " "аппаратным обеспечением." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1182,7 +1182,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1194,11 +1194,11 @@ "\n" "Обновления для Ubuntu %s будут продолжаться до %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Служба init недоступна" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1214,11 +1214,11 @@ "\n" "Вы уверены, что хотите продолжить?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1235,12 +1235,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Не удалось подключиться к Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1250,11 +1250,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Не удалось подключиться к Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1266,11 +1266,11 @@ "io.\n" "Вы все еще хотите продолжить обновление?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Устаревший пакет snapd" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1282,36 +1282,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Подсчёт требуемого размера snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Обработка замещений snap" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "обновление snap-пакета %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "обновление snap-пакета %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "установка snap-пакета %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE отключен" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1324,11 +1324,11 @@ "возможно), обратитесь к веб-сайту:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1340,33 +1340,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Проверка установленных snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Не удалось обновить" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Не удалось обновить" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/rw.po ubuntu-release-upgrader-24.04.17/po/rw.po --- ubuntu-release-upgrader-24.04.16/po/rw.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/rw.po 2024-04-29 14:26:40.000000000 +0000 @@ -16,7 +16,7 @@ msgstr "" "Project-Id-Version: update-manager HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Kinyarwanda \n" @@ -464,8 +464,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -492,7 +492,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -504,33 +504,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -541,30 +541,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -572,45 +572,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -618,7 +618,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -627,15 +627,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -647,79 +647,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -905,11 +905,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -919,11 +919,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -931,13 +931,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -946,12 +946,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -960,11 +960,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -972,12 +972,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -987,7 +987,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -996,11 +996,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1010,11 +1010,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1031,11 +1031,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1045,11 +1045,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1057,11 +1057,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1070,36 +1070,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1107,11 +1107,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1123,31 +1123,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/sc.po ubuntu-release-upgrader-24.04.17/po/sc.po --- ubuntu-release-upgrader-24.04.16/po/sc.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/sc.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Borealis \n" "Language-Team: Sardinian \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/sco.po ubuntu-release-upgrader-24.04.17/po/sco.po --- ubuntu-release-upgrader-24.04.16/po/sco.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/sco.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Scots \n" @@ -469,8 +469,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -497,7 +497,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -509,33 +509,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -546,30 +546,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -577,45 +577,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -623,7 +623,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -632,15 +632,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -652,79 +652,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -911,11 +911,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -925,11 +925,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -937,13 +937,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -952,12 +952,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -966,11 +966,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -978,12 +978,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -993,7 +993,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1002,11 +1002,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1016,11 +1016,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1037,11 +1037,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1051,11 +1051,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1063,11 +1063,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1076,36 +1076,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1113,11 +1113,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1129,33 +1129,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Cannae upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Cannae upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/sd.po ubuntu-release-upgrader-24.04.17/po/sd.po --- ubuntu-release-upgrader-24.04.16/po/sd.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/sd.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Terry \n" "Language-Team: Sindhi \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/se.po ubuntu-release-upgrader-24.04.17/po/se.po --- ubuntu-release-upgrader-24.04.16/po/se.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/se.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 15:22+0000\n" "Last-Translator: Christopher Forster \n" "Language-Team: Northern Sami \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Doalat" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Váldde eret" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Viežžan" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Ođasmahttimiid" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Ođasmahttimiid válmmas" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/shn.po ubuntu-release-upgrader-24.04.17/po/shn.po --- ubuntu-release-upgrader-24.04.16/po/shn.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/shn.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Shan \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/si.po ubuntu-release-upgrader-24.04.17/po/si.po --- ubuntu-release-upgrader-24.04.16/po/si.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/si.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Sinhalese \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "වෙනස්කම් ගණනය කරමින්" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "උසස් කිරීම් බාගැනීමට නොහැකි විය" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "උසස් කිරීම් ස්ථාපනය කිරීමට නොහැකි විය" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_තබාගන්න" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "ඉවත් කරන්න" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "කෝෂ්ඨාගාරයේ තොරතුරු යාවත්කාලීන කරමින්" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "වලංගු නොවන පැකේජ තොරතුරු" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "පමුණුවමින්" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "උසස් කරමින්" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "උසස් කිරීම සම්පූර්ණයි" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "පද්ධතියේ උසස් කිරීම සම්පූර්ණයි." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -899,11 +899,11 @@ msgid "Media Change" msgstr "මාධ්‍ය වෙනස" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -913,11 +913,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -925,13 +925,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -940,12 +940,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -954,11 +954,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -966,12 +966,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -981,7 +981,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -990,11 +990,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1004,11 +1004,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1025,11 +1025,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1039,11 +1039,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1051,11 +1051,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1064,36 +1064,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1101,11 +1101,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1117,33 +1117,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "උසස් කල නොහැක" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "උසස් කල නොහැක" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/sk.po ubuntu-release-upgrader-24.04.17/po/sk.po --- ubuntu-release-upgrader-24.04.16/po/sk.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/sk.po 2024-04-29 14:26:40.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: sk\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-23 02:43+0000\n" "Last-Translator: Iain Lane \n" "Language-Team: \n" @@ -547,8 +547,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Počítajú sa zmeny" @@ -577,7 +577,7 @@ "aktualizácii môžete neskôr pokračovať." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Nebolo možné stiahnuť aktualizácie" @@ -592,27 +592,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Chyba počas potvrdzovania" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Obnovuje sa pôvodný stav systému" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Nebolo možné nainštalovať aktualizácie" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -620,7 +620,7 @@ "Aktualizácia bola prerušená. Váš systém sa môže nachádzať v nepoužiteľnom " "stave. Teraz sa spustí pokus o obnovenie (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -637,7 +637,7 @@ "chyby súbory z adresára /var/log/dist-upgrade/.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -645,24 +645,24 @@ "Aktualizácia bola prerušená. Prosím, skontrolujte svoje pripojenie k " "internetu alebo inštalačné médium a skúste to znova. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Vyhľadávanie zastaraného softvéru" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Odstrániť zastarané balíky?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Ponechať" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Odstrániť" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -672,28 +672,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Požadované závislosti nie sú nainštalované" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Požadovaná závislosť '%s' nie je nainštalovaná. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Kontroluje sa správca balíkov" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Príprava prechodu na vyššiu verziu zlyhala" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -701,7 +701,7 @@ "Príprava systému na aktualizáciu zlyhala, preto sa spúšťa proces hlásenia " "chyby ." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -710,12 +710,12 @@ "nainštalovaním aplikácie apport a následným spustením „apport-bug ubuntu-" "release-upgrader“." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Zisťovanie predpokladov aktualizácie zlyhalo" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -727,7 +727,7 @@ "\n" "Okrem toho sa spúšťa proces hlásenia chyby ." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -741,15 +741,15 @@ "Chybu môžete nahlásiť nainštalovaním aplikácie apport a následným spustením " "„apport-bug ubuntu-release-upgrader“." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Aktualizujú sa informácie o zdrojoch softvéru" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Neplatná informácia o balíku" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -761,79 +761,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Sťahuje sa" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Prebieha prechod na novšiu verziu" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Aktualizácia dokončená" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Aktualizácia bola dokončená, ale počas nej sa vyskytli chyby." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Aktualizácia systému je dokončená." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Čiastočná aktualizácia je dokončená." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1034,11 +1034,11 @@ msgid "Media Change" msgstr "Výmena nosiča" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Váš grafický hardvér nemusí byť v Ubuntu 14.04 plne podporovaný." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1053,11 +1053,11 @@ "nájdete na adrese https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Chcete napriek tomu pokračovať v aktualizácii?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Ubuntu 12.04 LTS nemusí plne podporovať váš grafický hardvér." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1069,7 +1069,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Chcete pokračovať " "v aktualizácii?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1077,7 +1077,7 @@ "Aktualizácia systému môže vypnúť niektoré efekty prostredia a znížiť výkon " "hier a iných graficky náročných programov." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1091,12 +1091,12 @@ "\n" "Chcete pokračovať?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1105,11 +1105,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Neobsahuje procesor ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1121,12 +1121,12 @@ "architektúru ARMv6 alebo lepšiu. Na tomto hardvéri nie je možné aktualizovať " "váš systém na nové vydanie Ubuntu." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1136,7 +1136,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1145,11 +1145,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Nie je dostupný žiaden init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1164,11 +1164,11 @@ "\n" "Ste si istý, že chcete pokračovať?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1185,11 +1185,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1199,11 +1199,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1211,11 +1211,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1224,36 +1224,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE nie je zapnuté" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1265,11 +1265,11 @@ "Ubuntu, musíte zapnúť PAE (ak je to možné), pozri:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1281,33 +1281,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Nie je možné vykonať prechod na novšiu verziu" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Nie je možné vykonať prechod na novšiu verziu" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/sl.po ubuntu-release-upgrader-24.04.17/po/sl.po --- ubuntu-release-upgrader-24.04.16/po/sl.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/sl.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Slovenian \n" @@ -570,8 +570,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Preračunavanje sprememb" @@ -600,7 +600,7 @@ "Nadgradnjo lahko nadaljujete kasneje." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Paketov za nadgradnjo ni mogoče prejeti" @@ -615,27 +615,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Napaka med uveljavitvijo" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Obnavljanje prvotnega stanja sistema" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Ni mogoče namestiti nadgrajenih različic" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -643,7 +643,7 @@ "Nadgradnja je bila prekinjena. Vaš sistem je lahko v neuporabnem stanju. " "Sedaj se bo zagnala obnovitev sistema (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -660,7 +660,7 @@ "o napaki priložite datoteke v /var/log/dist-upgrade/.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -668,24 +668,24 @@ "Nadgranja je bila prekinjena. Preverite svojo omrežno povezavo ali " "namestitveni medij in poskusite znova. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Iskanje zastarelih programov" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Ali naj bodo zastareli paketi odstranjeni?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "Ob_drži" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "Od_strani" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -695,28 +695,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Zahtevani odvisni paketi niso nameščeni" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Zahtevan odvisni paket '%s' ni nameščen. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Preverjanje upravljalnika paketov" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Priprava nadgradnje ni bila uspešna" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -724,7 +724,7 @@ "Pripravljanje sistema na nadgradnjo je spodletelo, zato se začenja opravilo " "poročanja hrošča." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -732,12 +732,12 @@ "Priprava sistema na nadgradnjo je spodletela. Za poročanje hrošča namestite " "apport in nato izvedite 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Pridobivanje predpogojev za nadgradnjo je spodletelo" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -749,7 +749,7 @@ "\n" "Poleg tega se začenja opravilo poročanja hrošča." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -763,15 +763,15 @@ "Za poročanje hrošča namestite apport in nato izvedite 'apport-bug ubuntu-" "release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Posodabljanje podatkov o skladiščih" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Neveljani podatki o paketu" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -791,23 +791,23 @@ "V primeru preobremenjenega zrcalnega strežnika ponovno poskusite z " "nadgradnjo pozneje." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Pridobivanje" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Nadgrajevanje" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Nadgradnja ni izvedljiva" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -815,13 +815,13 @@ "Nadgradnje ni bilo mogoče dokončati. Med postopkom nadgradnje so bile napake." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Nadgradnja nepopolna" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -830,34 +830,34 @@ "napake." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Nadgradnja je končana" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Nadgradnja se je končala, vendar je med opravilom nadgradnje prišlo do napak." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Nadgradnja sistema je zaključena." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Delna nadgradnja je končana." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Zaklepanje zaslona onemogočeno" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -866,11 +866,11 @@ "Vaše zaklepanje zaslona je bilo onemogočeno in bo ostalo onemogočeno do " "ponovnega zagona." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1072,12 +1072,12 @@ msgid "Media Change" msgstr "Menjava nosilca podatkov" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Vaša grafična strojna oprema morda ni popolnoma podprta v Ubuntuju 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1092,12 +1092,12 @@ "oglejte https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Ali še " "vedno želite nadaljevati z nadgradnjo?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Vaša grafična strojna oprema v Ubuntuju 12.04 LTS morda ni popolnoma podprta." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1109,7 +1109,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx. Ali želite z " "nadgradnjo nadaljevati?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1117,7 +1117,7 @@ "Nadgradnja bo verjetno vplivala na učinke namizja, zmogljivost pri igrah in " "drugih grafično zahtevnih programih." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1130,12 +1130,12 @@ "\n" "Ali želite nadaljevati?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1144,11 +1144,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Ni CPE ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1160,12 +1160,12 @@ "različico arhitekture. Na trenutni strojni opremi ni mogoče nadgraditi " "vašega sistema na novo izdajo distribucije Ubuntu." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1175,7 +1175,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1184,11 +1184,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Init ni na voljo" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1203,11 +1203,11 @@ "\n" "Ali res želite nadaljevati?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1224,12 +1224,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Povezava s trgovino Snap je spodletela" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1239,11 +1239,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Povezava s trgovino Snap je spodletela" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1254,11 +1254,11 @@ "se prepričajte, da se vaš sistem lahko poveže z api.snapcraft.io.\n" "Ali še vedno želite nadaljevati z nadgradnjo?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Zastarel paket snapd" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1270,36 +1270,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE ni omogočen" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1312,11 +1312,11 @@ "si:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1328,33 +1328,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Preverjanje nameščenih snapov" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Ni mogoče nadgraditi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Ni mogoče nadgraditi" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/sq.po ubuntu-release-upgrader-24.04.17/po/sq.po --- ubuntu-release-upgrader-24.04.16/po/sq.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/sq.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Vilson Gjeci \n" "Language-Team: Albanian \n" @@ -557,8 +557,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Duke llogaritur ndryshimet" @@ -587,7 +587,7 @@ "sistemit. Ju mund ta rinisni përditësimin më vonë." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Nuk mund të aktualizohen, shkarkimet" @@ -602,27 +602,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Gabim gjatë vendosjes" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Duke kthyer gjendjen origjinale të sistemit" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Nuk mund të instalohen, aktualizimet" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -630,7 +630,7 @@ "Përditësimi u anullua. Sistemi juaj mund të jetë në një gjendje të " "paqëndrueshme. Tani do të nisë rekuperimi (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -647,7 +647,7 @@ "bashkangjitni skedarët tek /var/log/dist-upgrade/ në raportin e gabimit.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -655,24 +655,24 @@ "Përditësimi u anullua. Ju lutemi të kontrolloni lidhjen tuaj me internetin " "apo median e instalimit dhe të provoni përsëri. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Duke kërkuar për programe të vjetra" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Ti heqim paketat e vjetra?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Mbaj" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Hiqe" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -682,28 +682,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Vartësitë e kërkuara nuk janë instaluar" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Vartësia e kërkuar '%s' nuk është instaluar. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Duke kontrolluar menaxhuesin e paketave" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Përgatitja e përditësimit dështoi" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -711,7 +711,7 @@ "Përgatitja e sistemit për përditësim dështoi ndaj një proçes i raportimit të " "gabimit po niset." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -719,12 +719,12 @@ "Përgatitja e sistemit për përditësim dështoi. Për të raportuar një defekt " "instalo apport dhe pastaj ekzekuto 'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Marrja e kërkesave të përditësimit dështoi" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -737,7 +737,7 @@ "\n" "Gjithashtu, një proçes i raportimit të gabimit do të niset." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -752,15 +752,15 @@ "Për të raportuar një mosfunksionim instalo apport dhe pastaj ekzekuto " "'apport-bug ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Duke përditësuar informacionin e magazinës" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Informacion i pavlefshëm i paketave" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -772,80 +772,80 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Duke mbledhur" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Aktualizo" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Aktualizimi përfundoi" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Përditësimi u kompletua por pati gabime gjatë proçesit të përditësimit." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Aktualizimi i sistemit është komplet" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Përditësimi i pjesshëm nuk u kompletua." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1045,12 +1045,12 @@ msgid "Media Change" msgstr "Ndryshim i Medias" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Hardueri juaj i garfikëve mund të mos suportohet plotësisht në Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1066,11 +1066,11 @@ "UpdateManagerWarningForUnity3D. Prapëseprapë a dëshironi të vazhdoni me " "përditësimin?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Grafikët tuaj mund të mos suportohen plotësisht në Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1082,7 +1082,7 @@ "informacion shikoni https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Dëshironi të vazhdoni me përditësimin?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1090,7 +1090,7 @@ "Përditësimi mund të pakësojë efektet e desktopit, performancën e lojërave " "dhe të programeve të tjerë me grafikë intensivë." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1104,12 +1104,12 @@ "\n" "Dëshironi të vazhdoni?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1118,11 +1118,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Jo ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1134,12 +1134,12 @@ "ARMv6 si arkitekturë minimale. Nuk është e mundur ta përditësoni sistemin " "tuaj në një version të ri të Ubuntu me këtë hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1149,7 +1149,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1158,11 +1158,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Nuk ka init të disponueshëm" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1178,11 +1178,11 @@ "\n" "Jeni i sigurtë që dëshironi të vazhdoni?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1199,11 +1199,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1213,11 +1213,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1225,11 +1225,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1238,36 +1238,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE nuk është aktivizuar" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1280,11 +1280,11 @@ "shikoni:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1296,33 +1296,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Nuk mund të aktualizoj" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Nuk mund të aktualizoj" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/sr.po ubuntu-release-upgrader-24.04.17/po/sr.po --- ubuntu-release-upgrader-24.04.16/po/sr.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/sr.po 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" @@ -560,8 +560,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Срачунавам измене" @@ -590,7 +590,7 @@ "Можете да наставите надоградњу касније." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Нисам могао да преузмем надоградње" @@ -604,27 +604,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Грешка приликом слања" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Враћам оригинално стање система" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Нисам могао да инсталирам надоградње" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -632,7 +632,7 @@ "Надоградња је прекинута. Ваш систем би могао бити у неупотребљивом стању. " "Сада ће почети процес опоравка (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -649,7 +649,7 @@ "уз извештај датотеке које се налазе у „/var/log/dist-upgrade/“.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -657,24 +657,24 @@ "Надоградња је прекинута. Проверите вашу Интернет везу или инсталациони " "медијум и покушајте поново. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Тражим застарели софтвер" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Да уклоним застареле пакете?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Задржи" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Уклони" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -684,28 +684,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Неопходна зависност није инсталирана" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Неопходна зависност „%s“ није инсталирана. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Проверавам управника пакета" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Припрема надоградње није успела" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -713,7 +713,7 @@ "Припрема система за надоградњу није успела тако да је покренут процес за " "извештавање о грешци." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -722,12 +722,12 @@ "инсталирајте „apport“ и затим извршите наредбу „apport-bug ubuntu-release-" "upgrader“." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Набављање предуслова надоградње није успело" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -739,7 +739,7 @@ "\n" "Уз ово, покренут је и процес за извештавање о грешци." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -753,15 +753,15 @@ "Да известите о грешци, инсталирајте „apport“ и затим извршите наредбу " "„apport-bug ubuntu-release-upgrader“." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Ажурирам информације ризница" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Неисправне информације пакета" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -780,79 +780,79 @@ "Уколико је проблем превелико оптерећење на серверу, покушајте надоградњу " "мало касније." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Добављам" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Надограђујем" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Надоградња је завршена" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Надоградња је завршена, али је било грешака током процеса надоградње." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Надоградња система је завршена." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Делимична надоградња је завршена." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1052,12 +1052,12 @@ msgid "Media Change" msgstr "Промена медијума" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Ваша графичка картица можда није у потпуности подржана у Убунтуу 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1073,11 +1073,11 @@ "UpdateManagerWarningForUnity3D“. Да ли и даље желите да наставите са " "надоградњом?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1089,7 +1089,7 @@ "информација на „https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx“. " "Да ли желите да наставите са надоградњом?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1097,7 +1097,7 @@ "Надоградња може смањити ефекте радне површине, перформансе игрица и других " "графички захтевних програма." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1111,12 +1111,12 @@ "\n" "Да ли желите да наставите?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1125,11 +1125,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Нема „ARMv6“ процесора" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1141,12 +1141,12 @@ "минималну архитектуру. Није могуће надоградити ваш систем на ново Убунту " "издање са овим хардвером." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1156,7 +1156,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1165,11 +1165,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Инит није доступан" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1184,11 +1184,11 @@ "\n" "Да ли сте сигурни да желите на наставите?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1205,11 +1205,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1219,11 +1219,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1231,11 +1231,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1244,36 +1244,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "ПАЕ није укључено" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1285,11 +1285,11 @@ "Убунтуа, морате да укључите ПАЕ (ако је могуће), видите:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1301,35 +1301,35 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" # Надоградња није могућа? -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Не могу да извршим надоградњу" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" # Надоградња није могућа? -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Не могу да извршим надоградњу" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/sv.po ubuntu-release-upgrader-24.04.17/po/sv.po --- ubuntu-release-upgrader-24.04.16/po/sv.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/sv.po 2024-04-29 14:26:40.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Swedish \n" @@ -576,8 +576,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Beräknar ändringarna" @@ -609,7 +609,7 @@ "tidpunkt." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Det gick inte att hämta uppgraderingarna" @@ -624,27 +624,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Fel inträffade vid verkställandet" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Återställer ursprungligt systemtillstånd" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Det gick inte att installera uppgraderingarna" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -652,7 +652,7 @@ "Uppgraderingen har avbrutits. Ditt system kan befinna sig i ett oanvändbart " "tillstånd. En återställning kommer nu att köras (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -669,7 +669,7 @@ "tillsammans med felrapporten.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -677,24 +677,24 @@ "Uppgraderingen har avbrutits. Kontrollera din internetanslutning eller " "installationsmedia och försök igen. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Söker efter föråldrad programvara" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Ta bort föråldrade paket?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Behåll" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Ta bort" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -704,28 +704,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Nödvändiga beroenden är inte installerade" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Det nödvändiga beroendet ”%s” är inte installerat. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Kontrollerar pakethanterare" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Förberedelse av uppgradering misslyckades" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -733,7 +733,7 @@ "Förberedelse av systemet för uppgradering misslyckades, därför startas en " "felrapporteringsprocess." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -742,12 +742,12 @@ "buggar, installera apport och utför sedan ”apport-bug ubuntu-release-" "upgrader”." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Hämtning av uppgraderingsförutsättningar misslyckades" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -760,7 +760,7 @@ "\n" "Dessutom startas en felrapporteringsprocess." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -775,15 +775,15 @@ "För att rapportera en bugg, installera apport och kör sedan ”apport-bug " "ubuntu-release-upgrader”." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Uppdaterar förrådsinformation" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Ogiltig paketinformation" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -801,23 +801,23 @@ "aktuella listan över inställda mjukvarukällor.\n" "Om spegeln är överlastad, försök uppgradera vid ett senare tillfälle." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Hämtar" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Uppgraderar" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Uppgradering ej genomförbar" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -825,13 +825,13 @@ "Uppgraderingen kunde inte slutföras; fel inträffade under processens gång." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Uppgradering inte slutförd" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -839,35 +839,35 @@ "Uppgraderingen är delvis slutförd, men fel inträffade under processens gång." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Uppgraderingen är färdig" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Uppgraderingen har färdigställts men det inträffade några fel under " "uppgraderingsprocessen." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Systemuppdateringen är klar." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Den delvisa uppgraderingen färdigställdes." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Låsskärm avaktiverad" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -876,11 +876,11 @@ "Din låsskärm har avaktiverats och kommer förbli avaktiverad tills du startar " "om." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1081,11 +1081,11 @@ msgid "Media Change" msgstr "Mediabyte" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Din grafikhårdvara kanske inte stöds fullt ut i Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1100,11 +1100,11 @@ "information, se https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Vill du fortsätta uppgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Ditt grafikkort kanske inte stöds fullt ut i Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1116,7 +1116,7 @@ "UpdateManagerWarningForI8xx för mer information. Vill du fortsätta med " "uppgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1124,7 +1124,7 @@ "Uppgradering kan minska skrivbordseffekter och prestandan i spel och andra " "grafikintensiva program." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1138,12 +1138,12 @@ "\n" "Vill du fortsätta?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1152,11 +1152,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Ingen ARMv6-processor" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1168,12 +1168,12 @@ "arkitektur. Det är inte möjligt att uppgradera ditt system till en ny Ubuntu-" "utgåva med denna hårdvara." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1183,7 +1183,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1192,11 +1192,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Ingen init finns tillgänglig" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1211,11 +1211,11 @@ "\n" "Är du säker på att du vill fortsätta?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1232,12 +1232,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Anslutning till Snappbutiken misslyckades" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1247,11 +1247,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Anslutning till Snappbutiken misslyckades" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1263,11 +1263,11 @@ "snapcraft.io.\n" "Vill du ändå fortsätta med uppgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Gammalt snapd-paket" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1279,36 +1279,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Beräknar utrymmeskrav för snappar" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Utför ersättande av snappar" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "installerar snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "installerar snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE är inte aktiverat." -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1320,11 +1320,11 @@ "av Ubuntu, så måste du aktivera PAE (Om detta är möjligt) Se: \n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1336,33 +1336,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Letar efter installerade snappar" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Kan inte uppgradera" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Kan inte uppgradera" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/szl.po ubuntu-release-upgrader-24.04.17/po/szl.po --- ubuntu-release-upgrader-24.04.16/po/szl.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/szl.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2015-04-21 11:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" @@ -573,8 +573,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Rachowanie zmian" @@ -605,7 +605,7 @@ "ôryginalnego sztandu. Niyskorzij bydzie szło zaś sprōbować zaktualizować." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Niy szło pobrać aktualizacyji" @@ -620,27 +620,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Feler w czasie zatwiyrdzanio" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Prziwrocanie ôryginalnego sztandu systymu" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Niy idzie zainstalować aktualizacyji" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -648,7 +648,7 @@ "Aktualizacyjo była zawarto. Systym może być w sztańdzie niyużywalności. " "Bydzie teroz sztartniynte ôdzyskowanie (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -665,7 +665,7 @@ "files in /var/log/dist-upgrade/\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -673,24 +673,24 @@ "Aktualizacyjo była zawarto. Wejzdrzij na sztand połōnczynio necowego abo " "mediōw instalacyjnych i sprōbuj zaś. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Szukanie starego ôprogramowanio" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Skasować stare pakety?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Trzimej" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Skasuj" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -698,28 +698,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Potrzebno zalezność niyma zainstalowano." -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Potrzebno zależność „%s” niyma zainstalowano. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Wybadowanie mynedżera paketōw" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Rychtowanie aktualizacyje sie niy podarziło" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -727,7 +727,7 @@ "Rychtowanie systymu do aktualizacyje sie niy podarziło. Bydzie sztartniynty " "proces reportowanio felerōw." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -736,12 +736,12 @@ "zainstaluj program apport i wykōnej kōmynda „apport-bug ubuntu-release-" "upgrader”." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Pobranie elymyntōw potrzebnych do aktualizacyje sie niy podarziło" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -753,7 +753,7 @@ "\n" "Ôkrōm tego sztartniynty bydzie proces reportowanio felerōw." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -767,15 +767,15 @@ " Żeby zgłosić feler, zainstaluj program apport i wykōnej kōmynda „apport-bug " "ubuntu-release-upgrader”." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Aktualizowanie informacyji ô repozytoriach" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Niynoleżne informacyje ô paketach" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -794,23 +794,23 @@ "W przipadku przeciōnżōnego zdrzadła, lepij sprōbować zaktualizować " "niyskorzij." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Pobiyranie" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Aktualizacyjo trwo" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Aktualizacyjo niydostympno" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." @@ -819,13 +819,13 @@ "aktualizacyje." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Aktualizacyjo niykōmpletno" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -834,34 +834,34 @@ "procesie aktualizowanio." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Aktualizacyjo skōńczōno" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "Aktualizacyjo je skōńczōno, ale trefiyłysie błyndy w czasie tego procesu." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Aktualizacyjo systymu sie podarziła." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Czyńściowo aktualizacyjo je skōńczōno." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Blokada ekranu zastawiōno" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -869,11 +869,11 @@ msgstr "" "Blokada ekranu je zastawiōno i ôstanie tako, aż niy zrestartujesz kōmputra." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1072,11 +1072,11 @@ msgid "Media Change" msgstr "Zmiana medium" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Twoja karta graficzno może niy być cołkym spiyrano w Ubuntu 14.04" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1090,11 +1090,11 @@ "wersyjo LTS. Wiyncyj informacyji na: https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Chcesz durch kōntynuować ze aktualizacyjōm?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Karta graficzno może niy być cołkym spiyrano ôd Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1106,7 +1106,7 @@ "informacyji, wejzdrzij na https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Kōntynuować aktualizacyjo?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1114,7 +1114,7 @@ "Aktualizacyjo może ôgraniczyć efekty pulpitu, wydajność we grach, jak tyż " "inkszych programach intynsywnych graficznie." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1127,12 +1127,12 @@ "\n" "Kōntynuować?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1141,11 +1141,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Niy ma procesora ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1157,12 +1157,12 @@ "architektury ARMv6. Niy idzie zaktualizować systymu do nowego wydanio na tyj " "maszinie." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1172,7 +1172,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1181,11 +1181,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Brak dostympnego init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1199,11 +1199,11 @@ "strzodowiska i potrzebuje nojprzōd aktualizacyje kōnfiguracyje masziny " "wirtualnyj." -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1220,12 +1220,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Niy szło sie połōnczyć ze Sklepym Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1235,11 +1235,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Niy szło sie połōnczyć ze Sklepym Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1250,11 +1250,11 @@ "nojlepij, dej pozōr, żeby systym mōg sie łōnczyć ze api.snapcraft.io.\n" "Durch chcesz kōntynuować ze aktualizacyjōm?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Przestarzały paket Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1266,36 +1266,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Rachowanie wymogōw srogości snapa" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Procesowanie wymian snapa" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "ôdświyżanie snapa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "ôdświyżanie snapa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "instalowanie snapa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE niyma włōnczōny" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1307,11 +1307,11 @@ "Ubuntu, włōncz PAE (jeźli je to możliwe), wiyncyj informacyji:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1323,33 +1323,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Sprawdzanie zainstalowanych snapōw" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Niy idzie zaktualizować" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Niy idzie zaktualizować" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ta.po ubuntu-release-upgrader-24.04.17/po/ta.po --- ubuntu-release-upgrader-24.04.16/po/ta.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ta.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: mano-மனோ \n" "Language-Team: Tamil \n" @@ -459,8 +459,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -487,7 +487,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "மேம்பாடுகளைப் பதிவிறக்க முடியவில்லை" @@ -499,33 +499,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "மேம்பாடுகளை நிறுவ முடியவில்லை" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -536,30 +536,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "வைத்துக்கொள்க (_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "நீக்குக (_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -567,45 +567,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -613,7 +613,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -622,15 +622,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "களஞ்சியத்தின் தகவல் புதுப்பிக்கப்படுகிறது" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "தவறான தொகுப்பு தகவல்" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -642,79 +642,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "மேம்படுத்துகிறது" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "மேம்படுத்துதல் முடிவடைந்தது" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "கணிணி மேம்பாடு முடிந்தது." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -902,11 +902,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -916,11 +916,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -928,13 +928,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -943,12 +943,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -957,11 +957,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -969,12 +969,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -984,7 +984,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -993,11 +993,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1007,11 +1007,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1028,11 +1028,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1042,11 +1042,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1054,11 +1054,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1067,36 +1067,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1104,11 +1104,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1120,33 +1120,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "மேம்படுத்த முடியவில்லை" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "மேம்படுத்த முடியவில்லை" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ta_LK.po ubuntu-release-upgrader-24.04.17/po/ta_LK.po --- ubuntu-release-upgrader-24.04.16/po/ta_LK.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ta_LK.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Ramesh \n" "Language-Team: Tamil (Sri-Lanka) \n" @@ -458,8 +458,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -486,7 +486,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -498,33 +498,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -535,30 +535,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -566,45 +566,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -612,7 +612,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -621,15 +621,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -641,79 +641,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "மேம்படுத்துகிறது" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "கணிணி மேம்பாடு முடிந்தது." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -900,11 +900,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -914,11 +914,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -926,13 +926,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -941,12 +941,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -955,11 +955,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -967,12 +967,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -982,7 +982,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -991,11 +991,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1005,11 +1005,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1026,11 +1026,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1040,11 +1040,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1052,11 +1052,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1065,36 +1065,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1102,11 +1102,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1118,31 +1118,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/te.po ubuntu-release-upgrader-24.04.17/po/te.po --- ubuntu-release-upgrader-24.04.16/po/te.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/te.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Praveen Illa \n" "Language-Team: Telugu \n" @@ -480,8 +480,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "మార్పులను గణిస్తోంది" @@ -508,7 +508,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "ఉన్నతీకరణలను డౌన్‌లోడ్ చేయడం సాధ్యపడదు" @@ -520,27 +520,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "యదా విధంగా అసలు వ్యవస్థ స్థితికి వస్తోంది" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "ఉన్నతీకరణలు స్థాపించుటకు వీలుకాదు" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -548,7 +548,7 @@ "ఉన్నతీకరణ మధ్యలో రద్దుచేయబడింది. మీ వ్యవస్థ వాడటానికి వీలుకాని స్థితిలో ఉండవచ్చు. ఇపుడు ఒక రికవరీ " "నడుపబడుతుంది (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -559,7 +559,7 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -567,24 +567,24 @@ "ఉన్నతీకరణ మధ్యలో రద్దుచేయబడింది. దయచేసి మీ అంతర్జాల అనుసంధానాన్ని లేదా స్థాపక మాధ్యమాన్ని పరీక్షించి మరలా " "ప్రయత్నించండి. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "కాలంచెల్లిన సాఫ్ట్‍వేర్ కోసం వెతుకుతోంది" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "కాలంచెల్లిన ప్యాకేజీలను తొలగించాలా?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "ఉంచు(_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "తొలగించు(_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -592,45 +592,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "అవసరమైన అశ్రితాలు స్థాపించబడలేదు" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "కావలసిన అశ్రితం '%s' స్థాపించబడలేదు. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "ప్యాకేజీ నిర్వాహకి పరీక్షిస్తోంది" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "ఉన్నతీకరణకు సిద్ధంచేయుటలో విఫలమైంది" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -638,7 +638,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -647,15 +647,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "భాండాగార సమాచారాన్ని నవీకరిస్తోంది" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "చెల్లని ప్యాకేజీ సమాచారం" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -667,79 +667,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "సాధిస్తోంది" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "ఉన్నతీకరిస్తోంది" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "ఉన్నతీకరణ పూర్తియింది" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "ఉన్నతీకరణ పూర్తయింది కాని ఉన్నతీకరణ ప్రక్రియ జరుగుతుండగా కొన్ని దోషాలు సంభవించాయి." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "వ్యవస్థ ఉన్నతీకరణ పూర్తయింది." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "పాక్షిక ఉన్నతీకరణ పూర్తయింది." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -928,11 +928,11 @@ msgid "Media Change" msgstr "మీడియా మార్పు" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -942,11 +942,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -954,7 +954,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -962,7 +962,7 @@ "ఉన్నతీకరించడం వలన డెస్క్ టాప్ ప్రభావాలు, మరియు ఆటలలో ప్రదర్శనను మరియు ఇతర గ్రాఫిక్స్ తో కూడిన పెద్ద " "ప్రోగాంల మీద ప్రభావం చూపి వాటి ప్రదర్శనను తగ్గించవచ్చు." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -971,12 +971,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -985,11 +985,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "ARMv6 CPU లేదు" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -997,12 +997,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1012,7 +1012,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1021,11 +1021,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "ఎటువంటి init లభ్యతలో లేదు" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1035,11 +1035,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1056,11 +1056,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1070,11 +1070,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1082,11 +1082,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1095,36 +1095,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1132,11 +1132,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1148,33 +1148,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "ఉన్నతీకరణ సాధ్యపడదు" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "ఉన్నతీకరణ సాధ్యపడదు" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/tg.po ubuntu-release-upgrader-24.04.17/po/tg.po --- ubuntu-release-upgrader-24.04.16/po/tg.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/tg.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: ubuntu-release-upgrader\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Tajik \n" @@ -472,8 +472,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -500,7 +500,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -512,33 +512,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -549,30 +549,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -580,34 +580,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Омодасозии такмилдиҳӣ қатъ шуд" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -616,12 +616,12 @@ "гузориш дар бораи ҳато, \"apport\"-ро насб кунед ва 'apport-bug ubuntu-" "release-upgrader'-ро иҷро намоед." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -629,7 +629,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -644,15 +644,15 @@ "Барои фиристодани гузориш дар бораи ҳато, \"apport\"-ро насб кунед ва " "'apport-bug ubuntu-release-upgrader'-ро иҷро намоед." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -664,79 +664,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Такмилдиҳӣ ба анҷом расид" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Такмилдиҳии система ба анҷом расид." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -922,13 +922,13 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Эҳтимол аст, ки сахтафзори графикии шумо дар Ubuntu 14.04 пуррагӣ дастгирӣ " "намешавад." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -938,11 +938,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -950,13 +950,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -965,12 +965,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -979,11 +979,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -991,12 +991,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1006,7 +1006,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1015,11 +1015,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1029,11 +1029,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1050,11 +1050,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1064,11 +1064,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1076,11 +1076,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1089,36 +1089,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE фаъол нашудааст" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1131,11 +1131,11 @@ "кунед (агар имкон дошта бошед). Барои маълумоти муфассал:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1147,31 +1147,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/th.po ubuntu-release-upgrader-24.04.17/po/th.po --- ubuntu-release-upgrader-24.04.16/po/th.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/th.po 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Thai \n" @@ -521,8 +521,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "กำลังคำนวนปริมาณการเปลี่ยนแปลง" @@ -551,7 +551,7 @@ msgstr "การปรับรุ่นจะถูกยกเลิกเดี๋ยวนี้ และระบบดังเดิมจะถูกกู้คืน คุณสามารถปรับรุ่นต่อได้ในภายหลัง" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "ไม่สามารถดาวน์โหลดข้อมูลปรับปรุงรุ่น" @@ -565,27 +565,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "เกิดข้อผิดพลาดขณะแก้ไขปรับปรุง" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "คืนระบบสู่สถานะแรกเริ่ม" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "ไม่สามารถปรับปรุงได้" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -593,7 +593,7 @@ "การอัปเกรดถูกยกเลิก ระบบของคุณอาจอยู่ในสถานะที่ใช้การไม่ได้ การกู้คืนจะเรียกใช้ตอนนี้ (dpkg --" "configure -a)" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -610,30 +610,30 @@ "เพื่อรายงานปัญหา\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "การปรับรุ่นถูกเพิกเฉย โปรดตรวจสอบการเชื่อมต่ออินเทอร์เน็ต หรือสื่อที่ใช้ติดตั้งและลองใหม่ " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "ค้นหาซอฟแวร์ที่ล้าสมัย" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "ลบแพจเกจที่ล้าสมัยทิ้งหรือไม่?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "คงไว้" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "เอาออก" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -641,34 +641,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "โปรแกรมที่ต้องการไม่ได้ถูกติดตั้ง" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "โปรแกรม '%s' ที่ต้องการไม่ได้ถูกติดตั้ง " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "กำลังตรวจสอบโปรแกรมจัดการแพกเกจ" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "การเตรียมการปรับปรุงรุ่นมีปัญหา" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "การเตรียมการอัปเกรดระบบล้มเหลว ดังนั้น กระบวนการรายงานปัญหาจะเริ่มขึ้น" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -676,12 +676,12 @@ "การเตรียมการอัปเกรดระบบล้มเหลว เมื่อต้องการรายงานปัญหา ให้ติดตั้ง apport หลังจากนั้น " "เรียกใช้คำสั่ง 'apport-bug ubuntu-release-upgrader'" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "เอาแพคเกจที่จำเป็นก่อนการปรับปรุงมาไม่ได้" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -693,7 +693,7 @@ "\n" "นอกจากนี้ กระบวนการรายงานปัญหาก็จะเริ่มขึ้นด้วยเช่นกัน" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -707,15 +707,15 @@ "เมื่อต้องการรายงานปัญหา ให้ติดตั้ง apport และหลังจากนั้น ให้เรียกใช้คำสั่ง 'apport-bug " "ubuntu-release-upgrader'" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "ปรับปรุงข้อมูลของแหล่งข้อมูล" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "ข้อมูลของแพกเกจไม่ถูกต้อง" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -733,80 +733,80 @@ "ในกรณีที่มีการโหลดข้อมูลจากแหล่งข้อมูลมากเกินไป " "คุณอาจต้องการทดลองการอัปเกรดใหม่อีกครั้งในภายหลัง" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "กำลังดึงข้อมูล" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "กำลังปรับปรุง" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "อัปเกรดไม่ได้" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "ไม่สามารถดำเนินการอัปเกรดให้เสร็จสมบูรณ์ได้ เนื่องจากมีข้อผิดพลาดระหว่างการอัปเกรด" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "การอัปเกรดไม่เสร็จสมบูรณ์" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "การอัปเกรดเสร็จสมบูรณ์เพียงบางส่วน แต่มีข้อผิดพลาดระหว่างการอัปเกรด" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "ปรับปรุงเสร็จแล้ว" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "การปรับรุ่นสมบูรณ์ แต่เกิดข้อผิดพลาดในระหว่างขั้นตอนการปรับรุ่น" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "ปรับปรุงระบบเสร็จแล้ว" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "การปรับปรุงรุ่นบางส่วนเสร็จสมบูรณ์" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "ปิดใช้งานหน้าจอล็อกแล้ว" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "หน้าจอล็อกของคุณจะถูกปิดใช้งานจนกว่าคุณจะบูตเครื่องใหม่" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -999,11 +999,11 @@ msgid "Media Change" msgstr "เปลี่ยนสื่อ" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "ฮาร์ดแวร์แสดงผลของคุณอาจไม่ได้รับการสนับสนุนอย่างเต็มที่ใน Ubuntu 14.04" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1018,11 +1018,11 @@ "ไปก่อนตอนนี้ สำหรับข้อมูลเพิ่มเติม ดูที่ https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D คุณยังคงต้องการอัปเกรดต่อไปหรือไม่?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "ฮาร์ดแวร์แสดงผลของคุณอาจไม่ได้รับการสนับสนุนอย่างเต็มที่ใน Ubuntu 12.04 LTS" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1033,14 +1033,14 @@ "ของคุณถูกจำกัดและคุณอาจประสบปัญหาหลังการปรับรุ่นได้ สำหรับข้อมูลเพิ่มเติม ดูที่ https://wiki." "ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx คุณต้องการทำการอัปเกรดต่อไปหรือไม่?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" "การปรับปรุงอาจจะลดลูกเล่นของพื้นโต๊ะ และประสิทธิภาพในเกมและโปรแกมอื่นๆ ที่ต้องใช้กราฟิกมาก" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1053,12 +1053,12 @@ "\n" "คุณต้องการทำต่อ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1067,11 +1067,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "ไม่พบ CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1082,12 +1082,12 @@ "จะถูกสร้างขึ้นด้วยการเพิ่มประสิทธิภาพซึ่งต้องการ ARMv6 เป็นสถาปัตยกรรมขั้นต่ำสุด " "และเป็นไปไม่ได้ที่จะอัปเกรดระบบของคุณเป็น Ubuntu รุ่นใหม่ด้วยฮาร์ดแวร์นี้" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1097,7 +1097,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1106,11 +1106,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "ไม่พบ init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1125,11 +1125,11 @@ "\n" "คุณแน่ใจหรือว่าคุณต้องการทำต่อไป?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1146,12 +1146,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "การเชื่อมต่อไปยัง Snap Store ล้มเหลว" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1161,11 +1161,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "การเชื่อมต่อไปยัง Snap Store ล้มเหลว" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1176,11 +1176,11 @@ "ตรวจให้แน่ใจว่าระบบของคุณสามารถเชื่อมต่อไปยัง api.snapcraft.io ได้\n" "คุณยังคงต้องการดำเนินการอัปเกรดต่อหรือไม่?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "แพ็กเกจ snapd ล้าสมัย" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1192,36 +1192,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "ไม่ได้เปิดใช้งาน PAE อยู่" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1233,11 +1233,11 @@ "(หากเป็นไปได้) ดูที่:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1249,33 +1249,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "กำลังตรวจหา snaps ที่ติดตั้งแล้ว" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "ไม่สามารถปรับปรุงรุ่น" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "ไม่สามารถปรับปรุงรุ่น" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/tl.po ubuntu-release-upgrader-24.04.17/po/tl.po --- ubuntu-release-upgrader-24.04.16/po/tl.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/tl.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Ariel S. Betan \n" "Language-Team: Tagalog \n" @@ -478,8 +478,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Tinatantya ang mga pagbabago" @@ -506,7 +506,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Hindi ma-download ang mga upgrades" @@ -518,33 +518,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Error sa pagtakda" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Ibinabalik sa orihinal na kalagayang sistema" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Hindi ma-install ang mga upgrades" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -555,30 +555,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Naghahanap ng luma at hindi na kailangang software" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Tanggalin ang mga luma at hindi na kailangang pakete?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Itira" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Tanggalin" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -588,45 +588,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Kailangang depends ay hindi na install" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Ang kinakailangang dependency '%s' ay hindi naka-intall. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Sinusuri ang manager ng pakete" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Nabigo sa paghahanda ng upgrade" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Nabigo sa pagkuha ng mga pre-requisite pangupgrade" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -634,7 +634,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -643,15 +643,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Ina-update ang impormasyon ng sisidlan" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Hindi balidong impormasyon ng pakete" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -663,79 +663,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Kinukuha" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Nag-a-upgrade" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Kumpleto na ang pag-upgrade" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Kumpleto na ang pagupgrade sa sistema" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Natapos na ang partial upgrade" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -928,11 +928,11 @@ msgid "Media Change" msgstr "Binagong Media" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -942,11 +942,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -954,7 +954,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -962,7 +962,7 @@ "Maaaring mabawasan ang desktop effects, at performance ng mga games at iba " "pang graphically intensive programs." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -971,12 +971,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -985,11 +985,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Walang ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -997,12 +997,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1012,7 +1012,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1021,11 +1021,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Walang init na available" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1035,11 +1035,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1056,11 +1056,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1070,11 +1070,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1082,11 +1082,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1095,36 +1095,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1132,11 +1132,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1148,33 +1148,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Hindi ma-upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Hindi ma-upgrade" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/tr.po ubuntu-release-upgrader-24.04.17/po/tr.po --- ubuntu-release-upgrader-24.04.16/po/tr.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/tr.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Turkish \n" @@ -568,8 +568,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Değişiklikler hesaplanıyor" @@ -600,7 +600,7 @@ "zamanda güncellemeye devam edebilirsiniz." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Yükseltmeler indirilemedi" @@ -615,27 +615,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "İşlem sırasında hata oluştu" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Özgün sistem durumuna geri dönülüyor" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Yükseltmeler kurulamadı" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -643,7 +643,7 @@ "Yükseltme iptal edildi. Sisteminiz kullanılmaz bir durumda olabilir. Şimdi " "bir kurtarma işlemi çalıştırılacak (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -660,7 +660,7 @@ "dist-upgrade/ dizini içindeki dosyaları hata bildirimi için ekleyin.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -668,24 +668,24 @@ "Yükseltme iptal edildi. İnternet bağlantınızı veya kurulum ortamınızı " "denetleyip tekrar deneyin. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Kullanılmayan yazılımlar aranıyor" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Kullanılmayan paketler kaldırılsın mı?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Koru" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Kaldır" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -695,28 +695,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Gerekli bağımlılıklar kurulu değil" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Gerekli bağımlılık '%s' kurulu değil. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Paket yöneticisi denetleniyor" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Yükseltme işlemine hazırlanma başarısız oldu" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -724,7 +724,7 @@ "Sistemi yükseltme girişimi başarısız olduğundan bir hata raporu " "oluşturuluyor." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -732,12 +732,12 @@ "Sistemi yükseltmek üzere hazırlamak başarısız. Hatayı bildirmek için " "apport'u kurun ve 'apport-bug ubuntu-release-upgrader' komutunu çalıştırın." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Güncelleme önkoşullarının alınması başarısız" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -749,7 +749,7 @@ "\n" "Buna ek olarak, hata raporu oluşturuluyor." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -763,15 +763,15 @@ "Hatayı bildirmek için apport'u kurun ve 'apport-bug ubuntu-release-upgrader' " "komutunu çalıştırın." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Depo bilgisi güncelleştiriliyor" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Geçersiz paket bilgisi" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -788,36 +788,36 @@ "kaynaklarının güncel listesi için /etc/apt/sources.list dosyasına göz atın.\n" "Aşırı yüklenmiş bir yansı durumunda, yükseltmeyi daha sonra tekrar deneyin." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Getiriliyor" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Yükseltiliyor" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Yükseltme mümkün değil" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "Yükseltme tamamlanamadı. Yükseltme sırasında hatalar oluştu." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Yükseltme tamamlanamadı" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -825,33 +825,33 @@ "Yükseltme kısmî olarak tamamlandı, ancak yükleme sırasında hatalar vardı." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Yükseltme tamamlandı" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Yükseltme tamamlandı, fakat yükseltme esnasında bazı hatalar oluştu." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Sistem yükseltmesi tamamlandı." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Kısmi yükseltme tamamlandı." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Kilit ekranı devre dışı" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " @@ -860,11 +860,11 @@ "Kilit ekranınız devre dışı bırakıldı ve yeniden başlatana kadar bu şekilde " "kalacak." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1062,13 +1062,13 @@ msgid "Media Change" msgstr "Ortam Değişimi" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Grafik donanımınız Ubuntu 14.04 tarafından tam olarak desteklenmiyor " "olabilir." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1083,12 +1083,12 @@ "için https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D adresini " "ziyaret edin. Yine de yükseltme işlemine devam etmek istiyor musunuz?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Ekran kartınız Ubuntu 12.04 sürümünde tam olarak desteklenmiyor olabilir." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1101,7 +1101,7 @@ "UpdateManagerWarningForI8xx bağlantısına göz atınız. Yükseltmeye devam etmek " "istiyor musunuz?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1109,7 +1109,7 @@ "Yükseltme; masaüstü efektlerini, oyunların ve diğer yoğun grafik kullanan " "uygulamaların başarımını düşürebilir." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1122,12 +1122,12 @@ "\n" "Devam etmek istiyor musunuz?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1136,11 +1136,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "ARMv6 İşlemci Yok" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1152,12 +1152,12 @@ "ile oluşturulmuştur. Bu donanım ile, sisteminizi yeni bir Ubuntu sürümüne " "yükseltmek mümkün değil." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1167,7 +1167,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1176,11 +1176,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Başlatıcı mevcut değil" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1194,11 +1194,11 @@ "öncelikle sanal makinenizin ayarlarını güncelleştirmeniz gerekiyor.\n" "Devam etmek istediğinizden emin misiniz?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1215,12 +1215,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Snap Mağazasına bağlanma başarısız" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1230,11 +1230,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Snap Mağazasına bağlanma başarısız" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1245,11 +1245,11 @@ "sisteminizin api.snapcraft.io'ya bağlanabildiğinden emin olun.\n" "Yükseltmeye devam etmek istiyor musunuz?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Eskimiş snapd paketi" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1261,36 +1261,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE etkin değil" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1302,11 +1302,11 @@ "sürümlerine yükseltmek için PAE özelliğini (mümkünse) etkinleştirmelisiniz. " "Bkz: http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1318,33 +1318,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Kurulu snap araması sürüyor" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Yükseltilemiyor" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Yükseltilemiyor" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ubuntu-release-upgrader.pot ubuntu-release-upgrader-24.04.17/po/ubuntu-release-upgrader.pot --- ubuntu-release-upgrader-24.04.16/po/ubuntu-release-upgrader.pot 2024-04-19 19:40:35.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ubuntu-release-upgrader.pot 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -455,8 +455,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -483,7 +483,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -495,33 +495,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -532,30 +532,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -563,45 +563,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -609,7 +609,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -618,15 +618,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -638,79 +638,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -896,11 +896,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -910,11 +910,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -922,13 +922,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -937,12 +937,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -951,11 +951,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -963,12 +963,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -978,7 +978,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -987,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1001,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1022,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1036,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1048,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1061,36 +1061,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1098,11 +1098,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1114,31 +1114,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ug.po ubuntu-release-upgrader-24.04.17/po/ug.po --- ubuntu-release-upgrader-24.04.16/po/ug.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ug.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Uyghur Computer Science Association \n" @@ -533,8 +533,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "ئۆزگىرىشلەرنى ئېنىقلاۋاتىدۇ" @@ -563,7 +563,7 @@ "كەلتۈرۈلىدۇ. يۈكسەلدۈرۈش مەشغۇلاتىنى كېيىن يەنە قىلغىلى بولىدۇ." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "يۈكسەلدۈرمىلەرنى چۈشۈرگىلى بولمىدى" @@ -577,27 +577,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "commit قىلىۋاتقاندا خاتالىق كۆرۈلدى" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "ئەسلىدىكى سىستېما ھالىتىگە قايتۇرۇش" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "يۈكسەلدۈرمىلەرنى ئورناتقىلى بولمىدى" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -606,7 +606,7 @@ "قالىدۇ. ئەسلىگە كەلتۈرۈش مەشغۇلاتى(dpkg --configure -a) ھازىرلا ئېلىپ " "بېرىلىدۇ." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -623,7 +623,7 @@ "ھۆججەتلەرنى مەلۇماتقا قوشۇپ ئەۋەتىڭ.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -631,24 +631,24 @@ "يۈكسەلدۈرۈش توختىتىلدى. ئىنتېرنېت باغلىنىشىنى ياكى ئورنىتىش دىسكىسىنى " "تەكشۈرۈڭ ۋە قايتا قىلىڭ. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "كېرەكسىز دېتاللارنى ئىزدەۋاتىدۇ" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "كېرەكسىز بوغچىلارنى ئۆچۈرسۇنمۇ؟" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "تەگمە(_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "چىقىرىۋەت(_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -657,28 +657,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "زۆرۈر بېقىنمىلار ئورنىتىلمىغان" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "زۆرۈر بېقىنما ‹%s› ئورنىتىلمىغان. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "بوغچا باشقۇرغۇچنى تەكشۈرۈۋاتىدۇ" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "يېڭىلاشقا تەييارلىنىش مەغلۇپ بولدى" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -686,7 +686,7 @@ "سىستېمىنى يۈكسەلدۈرۈش تەييارلىقى مەغلۇپ بولدى، شۇڭا كەمتۈك مەلۇم قىلىش " "مەشغۇلاتى باشلىنىدۇ." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -694,12 +694,12 @@ "يۈكسەلدۈرۈش ئۈچۈن سىستېمىنى تەييارلىيالمىدى. خاتالىق مەلۇم قىلىشتا apport " "نى ئورنىتىپ ئاندىن 'apport-bug ubuntu-release-upgrader' نى ئىجرا قىلىڭ." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "يۈكسەلدۈرۈشكە زۆرۈر بولغان مەزمۇنلارنى ئېلىش مەغلۇپ بولدى." -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -711,7 +711,7 @@ "\n" "يەنە كەمتۈك مەلۇم قىلىش جەريانى باشلىنىۋاتىدۇ." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -725,15 +725,15 @@ "خاتالىق مەلۇم قىلىشتا apport نى ئورنىتىپ ئاندىن 'apport-bug ubuntu-release-" "upgrader' نى ئىجرا قىلىڭ." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "خەزىنە ئۇچۇرىنى يېڭىلاۋاتىدۇ" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "ئىناۋەتسىز بوغچا ئۇچۇرى" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -745,80 +745,80 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "تۇتۇۋاتىدۇ" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "يۈكسەلدۈرۈۋاتىدۇ" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "يۈكسەلدۈرۈش تامام" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" "نەشرنى ئۆرلىتىش تاماملاندى، بىراق نەشرىنى ئۆرلىتىش جەريانىدا خاتالىق كۆرۈلدى." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "سىستېمىنى يۈكسەلدۈرۈش تاماملاندى." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "قىسمى يۈكسەلدۈرۈش تاماملاندى." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1018,13 +1018,13 @@ msgid "Media Change" msgstr "ۋاسىتە ئۆزگەرتىش" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "كومپيۇتېرىڭىزنىڭ گرافىك قاتتىق دېتالىنى ئۇبۇنتۇ 14.04 تە تولۇق ئىشلەتكىلى " "بولماسلىقى مۇمكىن." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1039,11 +1039,11 @@ "تەپسىلاتنى https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D " "دىن كۆرۈڭ. يۈكسەلدۈرۈشنى داۋاملاشتۇرامسىز؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "كومپيۇتېرىدىكى كۆرسىتىش كارتىسىنى ئۇبۇنتۇ 12.04 LTS تولۇق قوللىمايدۇ." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1055,7 +1055,7 @@ "ئۇچۇرلارنى https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx دىن " "كۆرۈشكە بولىدۇ. يۈكسەلدۈرۈشنى داۋاملاشتۇرامسىز؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1063,7 +1063,7 @@ "يۈكسەلدۈرۈلسە ئۈستەلئۈستى ئۈنۈمى، ئويۇنلار ۋە باشقا گرافىكىلىق " "پروگراممىلارنىڭ ئىقتىدارىدا ئاجىزلاش بولىدۇ." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1076,12 +1076,12 @@ "\n" "داۋاملاشتۇرامسىز?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1090,11 +1090,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "ARMv6 تىپىدىكى CPU ئەمەس" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1105,12 +1105,12 @@ "كونا. karmic تىكى بارلىق بوغچىلار ARMv6 غا ماسلاشتۇرۇلغان بولۇپ، " "كومپيۇتېرىڭىزدا ئىشلەتكىلى بولمايدۇ. شۇڭا سىستېمىنى يېڭىلىيالمايسىز." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1120,7 +1120,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1129,11 +1129,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "init يوقكەن" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1148,11 +1148,11 @@ "\n" "داۋاملاشتۇرامسىز?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1169,11 +1169,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1183,11 +1183,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1195,11 +1195,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1208,36 +1208,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "ئەمەلىي ئادرېسنى كېڭەيتىش ئىقتىدارى (PAE) قوزغىتىلمىغان" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1250,11 +1250,11 @@ "بولسىڭىز، چوقۇم PAE ئىقتىدارى (ئەگەر مۇمكىن بولسا)نى قوزغىتىڭ، تەپسىلاتى: " "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1266,33 +1266,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "يېڭىلىغىلى بولمايدۇ" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "يېڭىلىغىلى بولمايدۇ" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/uk.po ubuntu-release-upgrader-24.04.17/po/uk.po --- ubuntu-release-upgrader-24.04.16/po/uk.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/uk.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: uk(5)\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-07-12 15:58+0000\n" "Last-Translator: Юрій Олексійчук \n" "Language-Team: Ukrainian \n" @@ -581,8 +581,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Проводиться аналіз змін" @@ -613,7 +613,7 @@ "Ви зможете продовжити оновлення пізніше." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Неможливо завантажити пакунки для оновлення системи" @@ -628,27 +628,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Помилка при фіксації" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Відновлення первісного стану системи" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Неможливо провести оновлення системи" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -656,7 +656,7 @@ "Оновлення було перервано. Ваша система може бути в нестабільному стані. " "Зараз буде запущено процес відновлення (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -673,7 +673,7 @@ "з /var/log/dist-upgrade/ до звіту про помилку.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -681,24 +681,24 @@ "Оновлення було перервано. Будь ласка, перевірте Ваше з'єднання з Інтернетом " "чи носій для встановлення та спробуйте знову. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Пошук застарілих програм" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Видалити застарілі пакунки?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Залишити" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "Видалити" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -708,28 +708,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Необхідний пакет (залежність) не встановлений" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Необхідний пакет (залежність) '%s' не встановлений. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Перевірка програми управління пакунками" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Підготовка до оновлення не вдалася" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -737,7 +737,7 @@ "Підготовка системи до оновлення закінчилася невдало. Почато процес " "звітування про помилку." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -746,12 +746,12 @@ "помилку, встановіть apport та виконайте команду 'apport-bug ubuntu-release-" "upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Помилка отримання необхідних файлів для оновлення" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -764,7 +764,7 @@ "\n" "Також почато процес звітування про помилку." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -778,15 +778,15 @@ "Повідомити про помилку встановлення apport й потім виконати 'apport-bug " "ubuntu-release-upgrader'." -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Оновлення інформації про сховище" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Невірна інформація про пакунок" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -804,36 +804,36 @@ "програмного забезпечення в /etc/apt/sources.list.\n" "Якщо дзеркало перевантажено, можна знову спробувати оновитися згодом." -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Отримання" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Процес оновлення" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "Оновлення неможливе" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "Неможливо виконати оновлення, під час оновлення були помилки." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "Оновлення неповне" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." @@ -841,44 +841,44 @@ "Оновлення частково завершено, але під час процесу оновлення були помилки." #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Оновлення завершено" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Оновлення було завершено, але в його процесі виникли деякі помилки." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Оновлення системи завершено." -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Часткове оновлення завершене." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "Екран блокування вимкнено" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "Екран блокування вимкнено до наступного перевантаження системи." -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -1079,12 +1079,12 @@ msgid "Media Change" msgstr "Зміна носія" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Ваше графічне обладнання не може бути повністю підтримуване в Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1099,11 +1099,11 @@ "відомості, див. https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Ви все ще хочете продовжити оновлення?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Ваш графічний пристрій підтримується Ubuntu 12.04 LTS не повністю." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1115,7 +1115,7 @@ "інформації відвідайте https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Ви дійсно бажаєте продовжити оновлення?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1123,7 +1123,7 @@ "Оновлення може уповільнити ефекти робочого столу, продуктивність роботи в " "іграх та інших графічно складних програмах." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1137,12 +1137,12 @@ "\n" "Чи хочете ви продовжувати?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "Вибачте, цю систему вже не можна оновити" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1154,11 +1154,11 @@ "\n" "Пакунки оновлень Ubuntu %s випускатимуть до %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Немає ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1170,12 +1170,12 @@ "як мінімум. Оновлення вашої системи до нового випуску Ubuntu неможливе на " "даному обладнанні." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1185,7 +1185,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1197,11 +1197,11 @@ "\n" "Пакунки оновлень Ubuntu %s випускатимуть до %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Служба init недоступна" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1217,11 +1217,11 @@ "\n" "Ви впевнені, що хочете продовжити?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1238,12 +1238,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Помилка з'єднання з магазином Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1253,11 +1253,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "Помилка з'єднання з магазином Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1268,11 +1268,11 @@ "процедуру оновлення, переконайтеся, що система може підключитися до api." "snapcraft.io. Продовжити оновлення?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "Застарілий пакунок snapd" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1283,36 +1283,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "Обчислюємо вимоги щодо розміру для snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "Обробляємо замінники snap" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "оновлюємо snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "оновлюємо snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "встановлюємо snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "PAE не увімкнуто" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1324,11 +1324,11 @@ "12.10. Оновлення до новішої версії Ubuntu вимагатиме вмикання PAE (якщо це " "можливо). Див.: http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1340,33 +1340,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "Перевірка на встановлені snap-пакунки" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Оновлення неможливе" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Оновлення неможливе" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/ur.po ubuntu-release-upgrader-24.04.17/po/ur.po --- ubuntu-release-upgrader-24.04.16/po/ur.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/ur.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Vogt \n" "Language-Team: Urdu \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -898,11 +898,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -912,11 +912,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -924,13 +924,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -939,12 +939,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -953,11 +953,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -965,12 +965,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -980,7 +980,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -989,11 +989,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1003,11 +1003,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1024,11 +1024,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1038,11 +1038,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1050,11 +1050,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1063,36 +1063,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1100,11 +1100,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1116,31 +1116,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/uz.po ubuntu-release-upgrader-24.04.17/po/uz.po --- ubuntu-release-upgrader-24.04.16/po/uz.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/uz.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 15:22+0000\n" "Last-Translator: Akmal Xushvaqov \n" "Language-Team: Uzbek \n" @@ -468,8 +468,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -496,7 +496,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -508,33 +508,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -545,30 +545,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -576,45 +576,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -622,7 +622,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -631,15 +631,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -651,79 +651,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -910,11 +910,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -924,11 +924,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -936,13 +936,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -951,12 +951,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -965,11 +965,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -977,12 +977,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -992,7 +992,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1001,11 +1001,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1015,11 +1015,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1036,11 +1036,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1050,11 +1050,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1062,11 +1062,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1075,36 +1075,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1112,11 +1112,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1128,31 +1128,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/vi.po ubuntu-release-upgrader-24.04.17/po/vi.po --- ubuntu-release-upgrader-24.04.16/po/vi.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/vi.po 2024-04-29 14:26:40.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: update-manager Gnome HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-23 02:39+0000\n" "Last-Translator: Hai Lang \n" "Language-Team: Vietnamese \n" @@ -505,8 +505,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "Tính toán các thay đổi cần thực hiện" @@ -535,7 +535,7 @@ "đầu. Sau này bạn có thể tiếp tục việc nâng cấp." #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "Không thể tải các gói nâng cấp xuống" @@ -549,27 +549,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "Lỗi trong quá trình thực hiện" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "Khôi phục hệ thống về trạng thái ban đầu" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "Không thể cài đặt các gói nâng cấp" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -577,7 +577,7 @@ "Quá trình nâng cấp bị hủy bỏ. Trạng thái của hệ thống không thể sử dụng " "được. Chạy hồi phục ngay (dpkg --configure -a)." -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -594,7 +594,7 @@ "tệp ở đường dẫn /var/log/dist-upgrade/ cho trình báo cáo lỗi.\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " @@ -602,24 +602,24 @@ "Quá trình nâng cấp bị hủy bỏ. Xin kiểm tra lại kết nối Internet hay cài đặt " "các phương tiện và thử lại. " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "Đang tìm các phần mềm không còn dùng nữa" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "Xóa các gói không còn dùng nữa" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Giữ lại" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Xóa bỏ" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -628,28 +628,28 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "Các gói phụ thuộc chưa được cài đặt" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "Gói phụ thuộc '%s' chưa được cài đặt. " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "Đang kiểm tra trình quản lý gói" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "Quá trình chuẩn bị để nâng cấp thất bại" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." @@ -657,18 +657,18 @@ "Gặp lỗi trong việc chuẩn bị hệ thống cho việc nâng cấp nên một tiến trình " "báo cáo lỗi đang được bắt đầu." -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "Quá trình tải các gói phụ thuộc cần thiết để nâng cấp thất bại" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -680,7 +680,7 @@ "\n" "Ngoài ra, một tiến trình báo cáo lỗi đang được bắt đầu." -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -689,15 +689,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "Cập nhật thông tin về các nguồn cập nhật" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "Thông tin gói không hợp lệ" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -709,79 +709,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "Đang lấy về" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "Đang nâng cấp" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "Nâng cấp hoàn tất" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "Việc nâng cấp đã hoàn thành nhưng có vài lỗi đã xảy ra." -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "Quá trình nâng cấp hệ thống đã hoàn thành" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "Quá trình nâng cấp từng phần kết thúc." -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -974,11 +974,11 @@ msgid "Media Change" msgstr "Đổi đĩa" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -993,13 +993,13 @@ "bản Hỗ trợ dài hạn (LTS). Thông tin chi tiết xem tại https://wiki.ubuntu.com/" "X/Bugs/UpdateManagerWarningForUnity3D Bạn còn muốn tiếp tục nâng cấp không?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Phần cứng đồ họa của bạn có thể không được hỗ trợ đầy đủ trong Ubuntu 12.04 " "LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1011,7 +1011,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx . Bạn có muốn " "tiếp tục nâng cấp không?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1019,7 +1019,7 @@ "Quá trình nâng cấp có thể làm giảm hiệu ứng đồ họa, hiệu năng các trò chơi " "và các chương trình khác yêu cầu đồ họa cao." -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1033,12 +1033,12 @@ "\n" "Bạn có muốn tiếp tục?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1047,11 +1047,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "Không có ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1063,12 +1063,12 @@ "thiểu. Không thể để nâng cấp hệ thống của bạn với một bản phát hành Ubuntu " "mới với phần cứng này." -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1078,7 +1078,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1087,11 +1087,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "Không init nào có sẵn" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1107,11 +1107,11 @@ "\n" "Bạn có chắc chắn muốn tiếp tục không?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1128,11 +1128,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1142,11 +1142,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1154,11 +1154,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1167,36 +1167,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1204,11 +1204,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1220,33 +1220,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "Không thể nâng cấp" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "Không thể nâng cấp" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/xh.po ubuntu-release-upgrader-24.04.17/po/xh.po --- ubuntu-release-upgrader-24.04.16/po/xh.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/xh.po 2024-04-29 14:26:40.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: update-notifier\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Terry \n" "Language-Team: Xhosa \n" @@ -457,8 +457,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -485,7 +485,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -497,33 +497,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -534,30 +534,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -565,45 +565,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -611,7 +611,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -620,15 +620,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -640,79 +640,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -898,11 +898,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -912,11 +912,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -924,13 +924,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -939,12 +939,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -953,11 +953,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -965,12 +965,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -980,7 +980,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -989,11 +989,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1003,11 +1003,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1024,11 +1024,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1038,11 +1038,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1050,11 +1050,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1063,36 +1063,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1100,11 +1100,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1116,31 +1116,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/zh_CN.po ubuntu-release-upgrader-24.04.17/po/zh_CN.po --- ubuntu-release-upgrader-24.04.16/po/zh_CN.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/zh_CN.po 2024-04-29 14:26:40.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: update-manager HEAD\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-10-26 18:45+0000\n" "Last-Translator: Xu Zhen \n" "Language-Team: Chinese (simplified) \n" @@ -511,8 +511,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "正在计算变更" @@ -539,7 +539,7 @@ msgstr "升级将会取消,系统会恢复到原始状态。您可以在之后继续升级。" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "无法下载升级包" @@ -552,34 +552,34 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "确认时出错" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "正在恢复原始系统状态" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "无法安装升级" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" "更新已取消。您的系统可能处在不稳定状态。正在恢复 (dpkg --configure -a)。" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -595,30 +595,30 @@ "upgrader/+filebug 并将 /var/log/dist-upgrade/ 文件作为附件上传到问题报告。\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "更新已取消。请检查您的因特网连接或安装媒体,然后再试一遍。 " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "正在搜索废弃的软件" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "删除陈旧的软件包?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "保持(_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "删除(_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -626,34 +626,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "需要的依赖关系未安装" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "需要的依赖关系“%s”未安装 。 " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "正在检查软件包管理器" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "升级准备失败" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "更新时的系统准备失败,已启动错误报告进程。" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -661,12 +661,12 @@ "更新时的系统准备失败。如果您想报告这个错误,请安装 apport 软件,然后执行 " "apport-bug ubuntu-release-upgrader 命令。" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "准备升级失败" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -677,7 +677,7 @@ "\n" "此外,错误报告进程也将启动。" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -690,15 +690,15 @@ "如果您想报告这个错误,请安装 apport 软件,然后执行 apport-bug ubuntu-release-" "upgrader 命令。" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "正在更新软件仓库信息" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "无效的软件包信息" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -710,80 +710,80 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "正在获取" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "正在升级" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "无法完成升级,因为升级过程中出现错误。" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "未完成升级" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "升级完成" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "升级已完成,但其间出现错误。" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "系统升级完成" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "部分升级完成。" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "锁屏已禁用" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "在重启之前您的锁屏功能已被禁用。" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -976,11 +976,11 @@ msgid "Media Change" msgstr "改变介质" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "您的图形硬件可能无法在 Ubuntu 14.04 上完全支持。" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -993,11 +993,11 @@ "境。我们建议暂时保持 LTS 版本。要获取更多信息,请访问 https://wiki.ubuntu." "com/X/Bugs/UpdateManagerWarningForUnity3D 您是否要继续升级?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Ubuntu 12.04 LTS 可能无法完全支持您的显卡。" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1008,13 +1008,13 @@ "信息,请查看 https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx 。仍" "然想要继续升级吗?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "升级过程可能会降低桌面特效,游戏性能以及对显示要求高的程序。" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1027,12 +1027,12 @@ "\n" "您想继续吗?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1041,11 +1041,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "没有 ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1056,12 +1056,12 @@ "化都需要至少 ARMv6 的 CPU 架构。在这种硬件基础上无法将您的系统升级到一个新的 " "Ubuntu 发行版。" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1071,7 +1071,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1080,11 +1080,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "无可用的 init" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1098,11 +1098,11 @@ "\n" "您确定要继续吗?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1119,12 +1119,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "与 Snap Store 的连接失败" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1134,11 +1134,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "与 Snap Store 的连接失败" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1149,11 +1149,11 @@ "接 api.snapcraft.io。\n" "你还想继续升级吗?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "过时的 snapd 软件包" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1162,36 +1162,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "未启用 PAE 功能" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1202,11 +1202,11 @@ "能到 12.04 版。如果想升级到更高版本的 Ubuntu,您必须启用 PAE 功能(在可能的前" "提下)。请常见:http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1218,33 +1218,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "无法升级" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "无法升级" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/zh_HK.po ubuntu-release-upgrader-24.04.17/po/zh_HK.po --- ubuntu-release-upgrader-24.04.16/po/zh_HK.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/zh_HK.po 2024-04-29 14:26:40.000000000 +0000 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: update-manager 0.41.1\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Walter Cheuk \n" "Language-Team: Chinese (Hong Kong) \n" @@ -484,8 +484,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "正在推算改動" @@ -512,7 +512,7 @@ msgstr "現在會取消升級,並將系統恢復至原來狀態。之後可以繼續升級。" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "無法下載升級套件" @@ -526,27 +526,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "提交時發生錯誤" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "回復原有系統狀態" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "無法安裝升級套件" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -554,7 +554,7 @@ "已放棄升級。系統可能會處於不穩定狀態。現在會執行復原程序 (dpkg --configure -" "a)。" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -571,30 +571,30 @@ "報告。\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "已放棄升級。請檢查您的互聯網連線或安裝媒體,接著再試一次。 " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "正搜尋淘汰的軟件" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "是否移除淘汰的套件?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "保留(_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "移除(_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -602,45 +602,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "必需的相依套件未安裝" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "必需的相依套件「%s」未安裝。 " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "正在檢查套件管理員" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "準備升級失敗" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "準備系統以供升級的動作失敗,所以正在啟動臭蟲報告程序。" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "取得升級先決元件失敗" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -651,7 +651,7 @@ "\n" "此外還會啟動臭蟲報告程序。" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -660,15 +660,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "更新套件庫資料" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "套件資訊無效" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -683,79 +683,79 @@ "源列出官方鏡像站,或者是因為你正使用的鏡像站正忙碌超載。請見 /etc/apt/" "sources.list 以瞭解目前設定的軟件來源列表。" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "提取中" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "升級中" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "升級完成" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "升級已經完成,但在升級過程中有發生錯誤。" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "系統升級完成。" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "完成部份升級。" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -948,11 +948,11 @@ msgid "Media Change" msgstr "媒體變更" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Ubuntu 14.04 未必能完全支援你的圖像硬件。" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -966,11 +966,11 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D 。你仍想要繼續" "升級嗎?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Ubuntu 12.04 LTS 未必能完全支援你的圖像卡硬件。" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -981,13 +981,13 @@ "題。更多資訊可以查看 https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx 。你仍想要繼續升級嗎?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "升級可能減低桌面特效和遊戲及其他著重圖形程式的表現。" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1000,12 +1000,12 @@ "\n" "是否要繼續?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1017,11 +1017,11 @@ "\n" "Ubuntu %s 版的更新會繼續提供,直至 %s。" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "非 ARMv6 處理器" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1032,12 +1032,12 @@ "化目標來建置,所以處理器至少需要有 ARMv6 等級。對於目前的硬件來說,無法將系統" "升級到新的 Ubuntu 發行版。" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1047,7 +1047,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1059,11 +1059,11 @@ "\n" "Ubuntu %s 版的更新會繼續提供,直至 %s。" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "無法初始化" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1077,11 +1077,11 @@ "\n" "您確定想要繼續?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1098,11 +1098,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1112,11 +1112,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1124,11 +1124,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1137,36 +1137,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "物理地址擴展(PAE)未啟用" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1174,11 +1174,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1190,33 +1190,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "無法升級" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "無法升級" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/zh_TW.po ubuntu-release-upgrader-24.04.17/po/zh_TW.po --- ubuntu-release-upgrader-24.04.16/po/zh_TW.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/zh_TW.po 2024-04-29 14:26:40.000000000 +0000 @@ -3,7 +3,7 @@ msgstr "" "Project-Id-Version: update-manager 0.41.1\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Walter Cheuk \n" "Language-Team: Chinese (Taiwan) \n" @@ -511,8 +511,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "正在推算所有的更動" @@ -539,7 +539,7 @@ msgstr "現在將取消升級,並且將系統還原至原來狀態。您可以在之後再進行升級。" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "無法下載升級軟體包" @@ -553,27 +553,27 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "提交時發生錯誤" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "回復原有系統狀態" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "無法安裝升級" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." @@ -581,7 +581,7 @@ "已放棄升級。您的系統可能處於不穩定狀態。現在將執行復原程序 (dpkg --configure " "-a)。" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -598,30 +598,30 @@ "報告上。\n" "%s" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "已放棄升級。請檢查您的網際網路連線或安裝媒體,接著再試一次。 " -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "搜尋廢棄的軟體中" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "移除廢棄的軟體包?" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "保留(_K)" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "移除(_R)" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -629,34 +629,34 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "必需的依賴軟體包未被安裝" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "必需的依賴軟體包「%s」未被安裝。 " #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "正在檢查軟體包管理員" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "準備升級失敗" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "準備系統以供升級的動作失敗,所以正在啟動臭蟲回報程序。" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." @@ -664,12 +664,12 @@ "未能為系統準備升級。要回報此錯誤,請安裝 apport 並執行「apport-bug ubuntu-" "release-upgrader」。" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "取得升級先決元件失敗" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -680,7 +680,7 @@ "\n" "此外,臭蟲回報程序正在啟動中。" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -692,15 +692,15 @@ "\n" "要回報此錯誤,請安裝 apport 並執行「apport-bug ubuntu-release-upgrader」。" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "正在更新軟體庫資訊" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "無效的軟體包資訊" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -716,80 +716,80 @@ "sources.list 以瞭解目前設定的軟體來源列表。\n" "若鏡像站正處於超載狀態,您可以過一段時間後再試著更新。" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "接收中" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "升級中" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "無法升級" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "因為升級過程中發生錯誤,因此升級無法完成。" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "升級不完全" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "升級已部分完成,但升級過程中發生錯誤。" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "升級完成" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "升級已經完成,但在升級過程中有發生錯誤。" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "系統升級完成。" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "部份升級完成。" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "已停用鎖定螢幕" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 #, fuzzy msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "您的鎖定螢幕已經停用,且直到您重開機之前都會維持在停用狀態。" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -982,11 +982,11 @@ msgid "Media Change" msgstr "媒體變更" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Ubuntu 14.04 未必能完全支援您的圖像硬體。" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -1000,11 +1000,11 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D 您仍想要繼續升" "級嗎?" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "您的繪圖硬體可能無法被 Ubuntu 12.04 LTS 完整支援。" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -1015,13 +1015,13 @@ "題。更多資訊可以查看 \"https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx\"。您是否要繼續升級?" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "升級可能減低桌面特效和遊戲及其他著重圖形程式的表現。" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -1034,12 +1034,12 @@ "\n" "是否要繼續?" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1051,11 +1051,11 @@ "\n" "Ubuntu %s 版的更新會繼續提供,直至 %s。" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "無 ARMv6 處理器" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -1065,12 +1065,12 @@ "您系統使用的 ARM 處理器舊於 ARMv6 架構。所有 karmic 軟體包都是以 ARMv6 為最低" "架構優化建造的。所以伴隨此硬體無法升級您的系統到新的 Ubuntu 版本。" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1080,7 +1080,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1092,11 +1092,11 @@ "\n" "Ubuntu %s 版的更新會繼續提供,直至 %s。" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "無法初始化" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1110,11 +1110,11 @@ "\n" "您確定想要繼續?" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1131,12 +1131,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "連線到 Snap 商店失敗" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1146,11 +1146,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "連線到 Snap 商店失敗" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1161,11 +1161,11 @@ "到 api.snapcraft.io。\n" "仍然繼續升級?" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "過期的 snapd 軟體包" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1176,36 +1176,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, fuzzy, python-format msgid "removing snap %s" msgstr "正在安裝 snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "正在安裝 snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "實體位址延伸功能 (PAE) 尚未啟用" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1217,11 +1217,11 @@ "能 (若可能的話) 詳見:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1233,33 +1233,33 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "正在檢查已經安裝的 snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 #, fuzzy msgid "Cannot upgrade this system" msgstr "無法升級" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 #, fuzzy msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "無法升級" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/po/zu.po ubuntu-release-upgrader-24.04.17/po/zu.po --- ubuntu-release-upgrader-24.04.16/po/zu.po 2024-04-19 19:40:38.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/po/zu.po 2024-04-29 14:26:40.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: update-manager\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2024-04-19 15:40-0400\n" +"POT-Creation-Date: 2024-04-29 16:03+0200\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Xolani1990 \n" "Language-Team: Zulu \n" @@ -456,8 +456,8 @@ #. calc the dist-upgrade and see if the removals are ok/expected #. do the dist-upgrade #: ../DistUpgrade/DistUpgradeController.py:1624 -#: ../DistUpgrade/DistUpgradeController.py:2497 -#: ../DistUpgrade/DistUpgradeController.py:2549 +#: ../DistUpgrade/DistUpgradeController.py:2503 +#: ../DistUpgrade/DistUpgradeController.py:2555 msgid "Calculating the changes" msgstr "" @@ -484,7 +484,7 @@ msgstr "" #: ../DistUpgrade/DistUpgradeController.py:1766 -#: ../DistUpgrade/DistUpgradeController.py:1911 +#: ../DistUpgrade/DistUpgradeController.py:1917 msgid "Could not download the upgrades" msgstr "" @@ -496,33 +496,33 @@ #. FIXME: strings are not good, but we are in string freeze #. currently -#: ../DistUpgrade/DistUpgradeController.py:1860 -#: ../DistUpgrade/DistUpgradeController.py:1899 -#: ../DistUpgrade/DistUpgradeController.py:2016 +#: ../DistUpgrade/DistUpgradeController.py:1866 +#: ../DistUpgrade/DistUpgradeController.py:1905 +#: ../DistUpgrade/DistUpgradeController.py:2022 msgid "Error during commit" msgstr "" #. generate a new cache -#: ../DistUpgrade/DistUpgradeController.py:1862 -#: ../DistUpgrade/DistUpgradeController.py:1901 -#: ../DistUpgrade/DistUpgradeController.py:2065 +#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1907 +#: ../DistUpgrade/DistUpgradeController.py:2071 msgid "Restoring original system state" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1863 -#: ../DistUpgrade/DistUpgradeController.py:1878 -#: ../DistUpgrade/DistUpgradeController.py:1902 +#: ../DistUpgrade/DistUpgradeController.py:1869 +#: ../DistUpgrade/DistUpgradeController.py:1884 +#: ../DistUpgrade/DistUpgradeController.py:1908 msgid "Could not install the upgrades" msgstr "" #. invoke the frontend now and show a error message -#: ../DistUpgrade/DistUpgradeController.py:1868 +#: ../DistUpgrade/DistUpgradeController.py:1874 msgid "" "The upgrade has aborted. Your system could be in an unusable state. A " "recovery will run now (dpkg --configure -a)." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1873 +#: ../DistUpgrade/DistUpgradeController.py:1879 #, python-format msgid "" "\n" @@ -533,30 +533,30 @@ "%s" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1912 +#: ../DistUpgrade/DistUpgradeController.py:1918 msgid "" "The upgrade has aborted. Please check your Internet connection or " "installation media and try again. " msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:1940 +#: ../DistUpgrade/DistUpgradeController.py:1946 msgid "Searching for obsolete software" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2004 +#: ../DistUpgrade/DistUpgradeController.py:2010 msgid "Remove obsolete packages?" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 #: ../data/gtkbuilder/DistUpgrade.ui.h:8 msgid "_Keep" msgstr "_Londa" -#: ../DistUpgrade/DistUpgradeController.py:2005 +#: ../DistUpgrade/DistUpgradeController.py:2011 msgid "_Remove" msgstr "_Susa" -#: ../DistUpgrade/DistUpgradeController.py:2017 +#: ../DistUpgrade/DistUpgradeController.py:2023 msgid "" "A problem occurred during the clean-up. Please see the below message for " "more information. " @@ -564,45 +564,45 @@ #. FIXME: instead of error out, fetch and install it #. here -#: ../DistUpgrade/DistUpgradeController.py:2103 +#: ../DistUpgrade/DistUpgradeController.py:2109 msgid "Required depends is not installed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2104 +#: ../DistUpgrade/DistUpgradeController.py:2110 #, python-format msgid "The required dependency '%s' is not installed. " msgstr "" #. coherence check (check for ubuntu-desktop, brokenCache etc) #. then open the cache (again) -#: ../DistUpgrade/DistUpgradeController.py:2337 -#: ../DistUpgrade/DistUpgradeController.py:2445 +#: ../DistUpgrade/DistUpgradeController.py:2343 +#: ../DistUpgrade/DistUpgradeController.py:2451 msgid "Checking package manager" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2343 #: ../DistUpgrade/DistUpgradeController.py:2349 +#: ../DistUpgrade/DistUpgradeController.py:2355 msgid "Preparing the upgrade failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2344 +#: ../DistUpgrade/DistUpgradeController.py:2350 msgid "" "Preparing the system for the upgrade failed so a bug reporting process is " "being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2350 +#: ../DistUpgrade/DistUpgradeController.py:2356 msgid "" "Preparing the system for the upgrade failed. To report a bug install apport " "and then execute 'apport-bug ubuntu-release-upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2367 -#: ../DistUpgrade/DistUpgradeController.py:2377 +#: ../DistUpgrade/DistUpgradeController.py:2373 +#: ../DistUpgrade/DistUpgradeController.py:2383 msgid "Getting upgrade prerequisites failed" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2368 +#: ../DistUpgrade/DistUpgradeController.py:2374 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -610,7 +610,7 @@ "Additionally, a bug reporting process is being started." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2378 +#: ../DistUpgrade/DistUpgradeController.py:2384 msgid "" "The system was unable to get the prerequisites for the upgrade. The upgrade " "will abort now and restore the original system state.\n" @@ -619,15 +619,15 @@ "upgrader'." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2412 +#: ../DistUpgrade/DistUpgradeController.py:2418 msgid "Updating repository information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2474 +#: ../DistUpgrade/DistUpgradeController.py:2480 msgid "Invalid package information" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2475 +#: ../DistUpgrade/DistUpgradeController.py:2481 #, python-format msgid "" "After updating your package information, the essential package '%s' could " @@ -639,79 +639,79 @@ "later." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2504 -#: ../DistUpgrade/DistUpgradeController.py:2615 +#: ../DistUpgrade/DistUpgradeController.py:2510 +#: ../DistUpgrade/DistUpgradeController.py:2621 msgid "Fetching" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2511 -#: ../DistUpgrade/DistUpgradeController.py:2534 -#: ../DistUpgrade/DistUpgradeController.py:2564 -#: ../DistUpgrade/DistUpgradeController.py:2619 +#: ../DistUpgrade/DistUpgradeController.py:2517 +#: ../DistUpgrade/DistUpgradeController.py:2540 +#: ../DistUpgrade/DistUpgradeController.py:2570 +#: ../DistUpgrade/DistUpgradeController.py:2625 msgid "Upgrading" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2513 +#: ../DistUpgrade/DistUpgradeController.py:2519 msgid "Upgrade infeasible" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2514 +#: ../DistUpgrade/DistUpgradeController.py:2520 msgid "" "The upgrade could not be completed, there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2537 -#: ../DistUpgrade/DistUpgradeController.py:2553 +#: ../DistUpgrade/DistUpgradeController.py:2543 +#: ../DistUpgrade/DistUpgradeController.py:2559 msgid "Upgrade incomplete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2538 -#: ../DistUpgrade/DistUpgradeController.py:2554 +#: ../DistUpgrade/DistUpgradeController.py:2544 +#: ../DistUpgrade/DistUpgradeController.py:2560 msgid "" "The upgrade has partially completed but there were errors during the upgrade " "process." msgstr "" #. don't abort here, because it would restore the sources.list -#: ../DistUpgrade/DistUpgradeController.py:2569 -#: ../DistUpgrade/DistUpgradeController.py:2621 +#: ../DistUpgrade/DistUpgradeController.py:2575 #: ../DistUpgrade/DistUpgradeController.py:2627 -#: ../DistUpgrade/DistUpgradeController.py:2638 +#: ../DistUpgrade/DistUpgradeController.py:2633 +#: ../DistUpgrade/DistUpgradeController.py:2644 msgid "Upgrade complete" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2570 -#: ../DistUpgrade/DistUpgradeController.py:2622 +#: ../DistUpgrade/DistUpgradeController.py:2576 #: ../DistUpgrade/DistUpgradeController.py:2628 +#: ../DistUpgrade/DistUpgradeController.py:2634 msgid "" "The upgrade has completed but there were errors during the upgrade process." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2585 +#: ../DistUpgrade/DistUpgradeController.py:2591 msgid "System upgrade is complete." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2639 +#: ../DistUpgrade/DistUpgradeController.py:2645 msgid "The partial upgrade was completed." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2660 +#: ../DistUpgrade/DistUpgradeController.py:2666 msgid "Lock screen disabled" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2661 +#: ../DistUpgrade/DistUpgradeController.py:2667 msgid "" "Your lock screen has been disabled and will remain disabled during the " "upgrade." msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2669 +#: ../DistUpgrade/DistUpgradeController.py:2675 msgid "Unable to disable lock screen" msgstr "" -#: ../DistUpgrade/DistUpgradeController.py:2670 +#: ../DistUpgrade/DistUpgradeController.py:2676 msgid "" "It is highly recommended that the lock screen be disabled during the upgrade " "to prevent later issues. Please ensure your screen lock is disabled before " @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:247 +#: ../DistUpgrade/DistUpgradeQuirks.py:248 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:249 +#: ../DistUpgrade/DistUpgradeQuirks.py:250 msgid "" "Running the 'unity' desktop environment is not fully supported by your " "graphics hardware. You will maybe end up in a very slow environment after " @@ -911,11 +911,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:273 +#: ../DistUpgrade/DistUpgradeQuirks.py:274 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:275 +#: ../DistUpgrade/DistUpgradeQuirks.py:276 msgid "" "The support in Ubuntu 12.04 LTS for your Intel graphics hardware is limited " "and you may encounter problems after the upgrade. For more information see " @@ -923,13 +923,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:295 +#: ../DistUpgrade/DistUpgradeQuirks.py:296 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:299 +#: ../DistUpgrade/DistUpgradeQuirks.py:300 msgid "" "This computer is currently using the AMD 'fglrx' graphics driver. No version " "of this driver is available that works with your hardware in Ubuntu 10.04 " @@ -938,12 +938,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:338 -#: ../DistUpgrade/DistUpgradeQuirks.py:407 +#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:408 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:339 +#: ../DistUpgrade/DistUpgradeQuirks.py:340 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -952,11 +952,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:354 +#: ../DistUpgrade/DistUpgradeQuirks.py:355 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:355 +#: ../DistUpgrade/DistUpgradeQuirks.py:356 msgid "" "Your system uses an ARM CPU that is older than the ARMv6 architecture. All " "packages in karmic were built with optimizations requiring ARMv6 as the " @@ -964,12 +964,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:375 +#: ../DistUpgrade/DistUpgradeQuirks.py:376 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:377 +#: ../DistUpgrade/DistUpgradeQuirks.py:378 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,7 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:408 +#: ../DistUpgrade/DistUpgradeQuirks.py:409 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:426 +#: ../DistUpgrade/DistUpgradeQuirks.py:427 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:427 +#: ../DistUpgrade/DistUpgradeQuirks.py:428 msgid "" "Your system appears to be a virtualised environment without an init daemon, " "e.g. Linux-VServer. Ubuntu 10.04 LTS cannot function within this type of " @@ -1002,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:468 +#: ../DistUpgrade/DistUpgradeQuirks.py:469 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:469 +#: ../DistUpgrade/DistUpgradeQuirks.py:470 msgid "" "It appears that ROS is currently installed. Each ROS release is very strict " "about the versions of Ubuntu it supports, and Ubuntu upgrades can fail if " @@ -1023,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:669 +#: ../DistUpgrade/DistUpgradeQuirks.py:670 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:670 +#: ../DistUpgrade/DistUpgradeQuirks.py:671 msgid "" "You have the package lxd installed but your system is unable to reach the " "Snap Store. lxd is now provided via a snap and the release upgrade will fail " @@ -1037,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:685 +#: ../DistUpgrade/DistUpgradeQuirks.py:686 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:686 +#: ../DistUpgrade/DistUpgradeQuirks.py:687 msgid "" "Your system does not have a connection to the Snap Store. For the best " "upgrade experience make sure that your system can connect to api.snapcraft." @@ -1049,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:695 +#: ../DistUpgrade/DistUpgradeQuirks.py:696 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:696 +#: ../DistUpgrade/DistUpgradeQuirks.py:697 msgid "" "Your system does not have the latest version of snapd. Please update the " "version of snapd on your system to improve the upgrade experience.\n" @@ -1062,36 +1062,36 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:721 +#: ../DistUpgrade/DistUpgradeQuirks.py:722 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:752 +#: ../DistUpgrade/DistUpgradeQuirks.py:753 msgid "Processing snap replacements" msgstr "" #. TODO: This status should be updated, but the time of #. this change to snap switch is post-translation freeze. -#: ../DistUpgrade/DistUpgradeQuirks.py:760 +#: ../DistUpgrade/DistUpgradeQuirks.py:761 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:764 +#: ../DistUpgrade/DistUpgradeQuirks.py:765 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:767 +#: ../DistUpgrade/DistUpgradeQuirks.py:768 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:796 +#: ../DistUpgrade/DistUpgradeQuirks.py:797 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:797 +#: ../DistUpgrade/DistUpgradeQuirks.py:798 msgid "" "Your system uses a CPU that does not have PAE enabled. Ubuntu only supports " "non-PAE systems up to Ubuntu 12.04. To upgrade to a later version of Ubuntu, " @@ -1099,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1093 +#: ../DistUpgrade/DistUpgradeQuirks.py:1094 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1094 +#: ../DistUpgrade/DistUpgradeQuirks.py:1095 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1115,31 +1115,31 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1206 +#: ../DistUpgrade/DistUpgradeQuirks.py:1207 msgid "Checking for installed snaps" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1653 +#: ../DistUpgrade/DistUpgradeQuirks.py:1654 msgid "Cannot upgrade this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1654 +#: ../DistUpgrade/DistUpgradeQuirks.py:1655 msgid "" "Due to a bug in grub, this system cannot be safely upgraded at this time.\n" "\n" "See https://launchpad.net/bugs/2039172." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1720 +#: ../DistUpgrade/DistUpgradeQuirks.py:1721 #, python-brace-format msgid "Updates for Ubuntu {from_release.version} will " msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1730 +#: ../DistUpgrade/DistUpgradeQuirks.py:1731 msgid "Sorry, cannot upgrade this system to 24.04 LTS" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1733 +#: ../DistUpgrade/DistUpgradeQuirks.py:1734 msgid "" "The Raspberry Pi kernel for Ubuntu 24.04 LTS does not support the armhf " "architecture.\n" diff -Nru ubuntu-release-upgrader-24.04.16/utils/demoted.cfg ubuntu-release-upgrader-24.04.17/utils/demoted.cfg --- ubuntu-release-upgrader-24.04.16/utils/demoted.cfg 2024-04-19 19:40:09.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/utils/demoted.cfg 2024-04-29 14:26:40.000000000 +0000 @@ -199,6 +199,54 @@ libnotify-dev libnss-nis libnss-nisplus +libnvidia-cfg1-510 +libnvidia-cfg1-515 +libnvidia-cfg1-515-server +libnvidia-cfg1-520 +libnvidia-cfg1-525 +libnvidia-cfg1-525-server +libnvidia-common-510 +libnvidia-common-515 +libnvidia-common-515-server +libnvidia-common-520 +libnvidia-common-525 +libnvidia-common-525-server +libnvidia-compute-510 +libnvidia-compute-515 +libnvidia-compute-515-server +libnvidia-compute-520 +libnvidia-compute-525 +libnvidia-compute-525-server +libnvidia-decode-510 +libnvidia-decode-515 +libnvidia-decode-515-server +libnvidia-decode-520 +libnvidia-decode-525 +libnvidia-decode-525-server +libnvidia-encode-510 +libnvidia-encode-515 +libnvidia-encode-515-server +libnvidia-encode-520 +libnvidia-encode-525 +libnvidia-encode-525-server +libnvidia-extra-510 +libnvidia-extra-515 +libnvidia-extra-515-server +libnvidia-extra-520 +libnvidia-extra-525 +libnvidia-extra-525-server +libnvidia-fbc1-510 +libnvidia-fbc1-515 +libnvidia-fbc1-515-server +libnvidia-fbc1-520 +libnvidia-fbc1-525 +libnvidia-fbc1-525-server +libnvidia-gl-510 +libnvidia-gl-515 +libnvidia-gl-515-server +libnvidia-gl-520 +libnvidia-gl-525 +libnvidia-gl-525-server libpackagekit-glib2-dev libpeas-dev libpinyin-utils @@ -251,6 +299,70 @@ libxklavier-dev libzhuyin-dev libzhuyin15 +lz4 +nvidia-compute-utils-510 +nvidia-compute-utils-515 +nvidia-compute-utils-515-server +nvidia-compute-utils-520 +nvidia-compute-utils-525 +nvidia-compute-utils-525-server +nvidia-dkms-510 +nvidia-dkms-515 +nvidia-dkms-515-open +nvidia-dkms-515-server +nvidia-dkms-520 +nvidia-dkms-520-open +nvidia-dkms-525 +nvidia-dkms-525-open +nvidia-dkms-525-server +nvidia-driver-510 +nvidia-driver-515 +nvidia-driver-515-open +nvidia-driver-515-server +nvidia-driver-520 +nvidia-driver-520-open +nvidia-driver-525 +nvidia-driver-525-open +nvidia-driver-525-server +nvidia-headless-510 +nvidia-headless-515 +nvidia-headless-515-open +nvidia-headless-515-server +nvidia-headless-520 +nvidia-headless-520-open +nvidia-headless-525 +nvidia-headless-525-open +nvidia-headless-525-server +nvidia-headless-no-dkms-510 +nvidia-headless-no-dkms-515 +nvidia-headless-no-dkms-515-open +nvidia-headless-no-dkms-515-server +nvidia-headless-no-dkms-520 +nvidia-headless-no-dkms-520-open +nvidia-headless-no-dkms-525 +nvidia-headless-no-dkms-525-open +nvidia-headless-no-dkms-525-server +nvidia-kernel-common-510 +nvidia-kernel-common-515 +nvidia-kernel-common-515-server +nvidia-kernel-common-520 +nvidia-kernel-common-525 +nvidia-kernel-common-525-server +nvidia-kernel-source-510 +nvidia-kernel-source-515 +nvidia-kernel-source-515-open +nvidia-kernel-source-515-server +nvidia-kernel-source-520 +nvidia-kernel-source-520-open +nvidia-kernel-source-525 +nvidia-kernel-source-525-open +nvidia-kernel-source-525-server +nvidia-utils-510 +nvidia-utils-515 +nvidia-utils-515-server +nvidia-utils-520 +nvidia-utils-525 +nvidia-utils-525-server oem-config-slideshow-ubuntu pacemaker-dev polkitd-pkla @@ -278,3 +390,9 @@ ubiquity-slideshow-ubuntu ubuntu-wallpapers-mantic winpr-utils +xserver-xorg-video-nvidia-510 +xserver-xorg-video-nvidia-515 +xserver-xorg-video-nvidia-515-server +xserver-xorg-video-nvidia-520 +xserver-xorg-video-nvidia-525 +xserver-xorg-video-nvidia-525-server diff -Nru ubuntu-release-upgrader-24.04.16/utils/demoted.cfg.jammy ubuntu-release-upgrader-24.04.17/utils/demoted.cfg.jammy --- ubuntu-release-upgrader-24.04.16/utils/demoted.cfg.jammy 2024-04-19 19:40:34.000000000 +0000 +++ ubuntu-release-upgrader-24.04.17/utils/demoted.cfg.jammy 2024-04-29 14:26:40.000000000 +0000 @@ -275,6 +275,14 @@ libnotify-dev libnss-nis libnss-nisplus +libnvidia-cfg1-510 +libnvidia-common-510 +libnvidia-compute-510 +libnvidia-decode-510 +libnvidia-encode-510 +libnvidia-extra-510 +libnvidia-fbc1-510 +libnvidia-gl-510 libobject-id-perl libpackagekit-glib2-dev libpcre16-3 @@ -353,9 +361,18 @@ libxklavier-dev libyelp-dev libzhuyin-dev +lz4 mirtest-dev nautilus-share nicstat +nvidia-compute-utils-510 +nvidia-dkms-510 +nvidia-driver-510 +nvidia-headless-510 +nvidia-headless-no-dkms-510 +nvidia-kernel-common-510 +nvidia-kernel-source-510 +nvidia-utils-510 oem-config-slideshow-ubuntu openjdk-11-dbg openjdk-11-doc @@ -405,3 +422,4 @@ ubiquity-slideshow-ubuntu ubuntu-wallpapers-jammy winpr-utils +xserver-xorg-video-nvidia-510