diff -Nru ubuntu-release-upgrader-22.04.12/data/mirrors.cfg ubuntu-release-upgrader-22.04.13/data/mirrors.cfg --- ubuntu-release-upgrader-22.04.12/data/mirrors.cfg 2022-07-19 13:39:47.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/data/mirrors.cfg 2022-08-03 00:15:07.000000000 +0000 @@ -306,7 +306,6 @@ http://mirror1.totbb.net/ubuntu/ http://mirrors.psu.ac.th/ubuntu/ http://ubuntu.turhost.com/ubuntu/ -http://mirror.hostnet.nl/ubuntu/archive/ http://mirror.uoregon.edu/ubuntu/ http://ubuntu.mirrors.theom.nz/ http://mirror.operationtulip.com/ubuntu/ @@ -420,7 +419,6 @@ http://mirror.easyname.at/ubuntu-archive/ http://ftp.ntua.gr/ubuntu/ https://mirrors.switch.ca/ubuntu/ -http://ftp.caliu.cat/pub/distribucions/ubuntu/archive/ https://mirror.dogado.de/ubuntu/ https://quantum-mirror.hu/mirrors/pub/ubuntu/ https://mirror.kku.ac.th/ubuntu/ @@ -466,7 +464,6 @@ https://mirror.sabay.com.kh/ubuntu/ http://mirrors.dgut.edu.cn/ubuntu/ https://ubuntu.mirror.shastacoe.net/ubuntu/ -https://mirror.0xem.ma/ubuntu/ http://ftp.heanet.ie/pub/ubuntu/ http://mirror.bg.host.ag/ubuntu/ http://sft.if.usp.br/ubuntu/ @@ -496,7 +493,6 @@ https://mirror.xtom.com.hk/ubuntu/ http://mirror.hostafrica.co.za/ubuntu/ https://mirrors.cloud.tencent.com/ubuntu/ -http://mirror.marwan.ma/ubuntu/ https://mirror.it4i.cz/ubuntu/ http://ubuntu.hostiran.ir/ubuntuarchive/ https://mirror.it.ubc.ca/ubuntu/ @@ -520,7 +516,6 @@ https://tw1.mirror.blendbyte.net/ubuntu/ https://mirror.repository.id/ubuntu/ https://ubuntu.zero.com.ar/ubuntu/ -http://mirror.hosthink.net/ubuntu/ https://ubuntu.astra.in.ua/ubuntu/ https://mirror.nju.edu.cn/ubuntu/ https://mirror.coganng.com/ubuntu/ @@ -554,7 +549,6 @@ https://ftp.sh.cvut.cz/ubuntu/ https://mirror.pulsant.com/sites/ubuntu-archive/ https://mirror.netcologne.de/ubuntu/ -https://mirror.dewabiz.com/ubuntu/ http://mirror.beon.co.id/ubuntu/ https://mirrors.nipa.cloud/ubuntu/ https://ubuntu.lafibre.info/ubuntu/ @@ -603,7 +597,6 @@ https://mirror.netsite.dk/ubuntu/archive/ https://mirror.kkg.berlin/ubuntu/ https://mirror.highland-networks.com/ubuntu/ -https://ubuntu-repos.bom.anuragbhatia.com/ https://ubuntu.mirrors.orange.ro/ubuntu-archive/ https://mirror.lostpacket.org/cdn/ubuntu/ https://mirror.mia.velocihost.net/ubuntu/ @@ -621,7 +614,6 @@ http://ftp.mirror.tw/pub/ubuntu/ubuntu/ https://it2.mirror.vhosting-it.com/ubuntu/ https://mirrors.nxtgen.com/ubuntu-mirror/ubuntu/ -http://debian.linux.org.tw/ubuntu/ http://mirror.serverion.com/ubuntu/ https://mirrors.nav.ro/ubuntu/ https://it1.mirror.vhosting-it.com/ubuntu/ @@ -632,7 +624,20 @@ https://mirror.lstn.net/ubuntu/ https://mirror1.grupocg.cl/ubuntu/ http://mirror.unej.ac.id/ubuntu/ -http://mirrors.evoluso.com/ubuntu/ https://ubuntu.hi.no/archive/ https://mirror.alwyzon.net/ubuntu/ https://mirrors.xjtu.edu.cn/ubuntu/ +https://mirror.marwan.ma/ubuntu/ +https://ftp.harukasan.org/ubuntu-ports/ +http://ftp.ntou.edu.tw/ubuntu/ +http://mirror.pnl.gov/ubuntu/ +https://mirrors.dc.clear.net.ar/ubuntu/ +https://mirror.amscloud.co.id/ubuntu/ +https://ftp.lanet.kr/ubuntu/ +https://linux.domainesia.com/ubuntu/ubuntu-archive/ +https://mirrors.evoluso.com/ubuntu/ +http://ftp.leg.uct.ac.za/ubuntu/ +https://mirrors.isu.net.sa/apt-mirror/ +http://mirror-hk.koddos.net/ubuntu/ +http://ftp.vectranet.pl/ubuntu/ +https://ftp.harukasan.org/ubuntu/ diff -Nru ubuntu-release-upgrader-22.04.12/debian/changelog ubuntu-release-upgrader-22.04.13/debian/changelog --- ubuntu-release-upgrader-22.04.12/debian/changelog 2022-07-19 13:52:28.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/debian/changelog 2022-08-03 00:15:07.000000000 +0000 @@ -1,3 +1,17 @@ +ubuntu-release-upgrader (1:22.04.13) jammy; urgency=medium + + [ Simon Chopin ] + * Add a quirk to resolve an issue where the nvidia driver would get + suggested for autoremoval. (LP: #1955047) + + [ Steve Langasek ] + * On upgrade to 22.04, detect the presence of pam_tally* in /etc/pam.d and + block the upgrade early, to avoid an abort from libpam-modules in the + middle of the apt upgrade. LP: #1977493. + * Run pre-build.sh: updating mirrors and translations. + + -- Steve Langasek Tue, 02 Aug 2022 17:15:07 -0700 + ubuntu-release-upgrader (1:22.04.12) jammy; urgency=medium [ Brian Murray ] diff -Nru ubuntu-release-upgrader-22.04.12/DistUpgrade/DistUpgradeQuirks.py ubuntu-release-upgrader-22.04.13/DistUpgrade/DistUpgradeQuirks.py --- ubuntu-release-upgrader-22.04.12/DistUpgrade/DistUpgradeQuirks.py 2022-07-15 22:17:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/DistUpgrade/DistUpgradeQuirks.py 2022-08-03 00:15:07.000000000 +0000 @@ -119,9 +119,11 @@ self._test_and_fail_on_i386() self._test_and_fail_on_aufs() self._test_and_fail_on_power8() + self._test_and_fail_on_pam_tally() cache = self.controller.cache self._test_and_warn_if_ros_installed(cache) + self._fix_missing_nvidia_metapackage() if 'snapd' not in cache: logging.debug("package required for Quirk not in cache") @@ -372,6 +374,44 @@ self._view.error(summary, msg) self.controller.abort() + def _test_and_fail_on_pam_tally(self): + """ + Test and fail if pam_tally or pam_tally2 appears in the system's + PAM config for any service. These modules have been dropped as + obsolete, so references to them in the config will break services + on upgrade. The libpam-modules package has a preinst that will also + enforce this, but we want to enforce at the start of the upgrade + before we get halfway through an apt transaction. LP: #1977493 + """ + + for f in os.listdir('/etc/pam.d'): + if f in ('common-account', 'common-auth', 'common-password', + 'common-session', 'common-session-noninteractive'): + # managed by pam-auth-updates, and any references to + # pam_tally* will be handled by libpam-modules on upgrade + # without breaking + continue + with open(os.path.join('/etc/pam.d', f)) as f: + content = f.read() + if re.search('^[^#]*pam_tally', content, re.MULTILINE): + logging.error("pam_tally* in use") + # from libpam-modules.templates + summary = _("You are using pam_tally or pam_tally2 in " + "your configuration.") + msg = _("The pam_tally and pam_tally2 modules have been " + "removed from PAM. You are using one of these " + "modules in your PAM configuration in /etc/pam.d. " + "You must remove the uses of these modules before " + "PAM can be upgraded; including these modules in " + "your PAM configuration after the upgrade will " + "stop users from being able to log into the " + "system.") + "\n\n" + \ + _("Consider the pam_faillock module as a " + "replacement for pam_tally.") + self._view.error(summary, msg) + self.controller.abort() + return + def _test_and_fail_on_power8(self): """ Test and fail if running on a POWER8 processor. Starting with Ubuntu @@ -1437,3 +1477,57 @@ "%s: %s; %s", netplan_config_filename, exc, failure_action) return + + def _fix_missing_nvidia_metapackage(self): + # LP: #1955047 + # Desktop installs for 20.04.3 on systems with nvidia graphics don't + # have the driver metapackage installed + logging.debug( + "running Quirks._test_and_fix_missing_nvidia_metapackage") + try: + from NvidiaDetector.nvidiadetector import NvidiaDetection + except (ImportError) as e: + logging.error("NvidiaDetection can not be imported %s" % e) + return + nv = NvidiaDetection() + versions = nv.drivers.keys() + cache = self.controller.cache + # Early exit if there's a driver metapackage installed + for version in versions: + driver = 'nvidia-driver-{}'.format(version) + if driver in cache and cache[driver].is_installed: + logging.debug("package {} detected, exit.".format(driver)) + return + version_to_fix = None + # If we find an autoremovable libnvidia-gl package, this probably + # means the user hit LP: #1955047 + for version in versions: + nvidia_gl = 'libnvidia-gl-{}'.format(version) + if nvidia_gl in cache and cache[nvidia_gl].is_installed \ + and cache[nvidia_gl].is_auto_removable: + version_to_fix = version + logging.debug("Found autoremovable package {}, assuming " + "we're missing nvidia-driver-{}" + .format(nvidia_gl, version)) + break + if version_to_fix is None: + logging.debug("No autoremovable libnvidia-gl found, exiting.") + return + missing_metapackage = "nvidia-driver-{}".format(version_to_fix) + if missing_metapackage not in cache: + logging.error("Package {} not available in the APT cache!" + .format(missing_metapackage)) + summary = _("NVIDIA driver metapackage unavailable") + msg = _("Your system has the package libnvidia-gl-%s installed " + "but the corresponding metapackage nvidia-driver-%s is " + "not installed and is not available to be installed. " + "The upgrade process was not able to automatically fix " + "this issue and consequently the upgrade will now exit." % + (version_to_fix, version_to_fix)) + self._view.error(summary, msg) + self.controller.abort() + return + logging.debug("Installing missing nvidia driver metapackage {}" + .format(missing_metapackage)) + cache[missing_metapackage].mark_install() + cache.commit(None, None) diff -Nru ubuntu-release-upgrader-22.04.12/DistUpgrade/DistUpgradeVersion.py ubuntu-release-upgrader-22.04.13/DistUpgrade/DistUpgradeVersion.py --- ubuntu-release-upgrader-22.04.12/DistUpgrade/DistUpgradeVersion.py 2022-07-19 13:39:47.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/DistUpgrade/DistUpgradeVersion.py 2022-08-03 00:15:07.000000000 +0000 @@ -1 +1 @@ -VERSION = '22.04.12' +VERSION = '22.04.13' diff -Nru ubuntu-release-upgrader-22.04.12/po/af.po ubuntu-release-upgrader-22.04.13/po/af.po --- ubuntu-release-upgrader-22.04.12/po/af.po 2022-07-19 13:39:22.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/af.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Afrikaans \n" @@ -1056,12 +1056,12 @@ msgid "Media Change" msgstr "Media verwisseling" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1076,13 +1076,13 @@ "inligting, sien https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Wil jy steeds voortgaan met die opgrader?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1094,7 +1094,7 @@ "sien https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Wil jy " "voortgaan met die opgrader?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1102,7 +1102,7 @@ "Opgradering kan dalk werkskerm effekte en werkverrigting in speletjies en " "ander grafies intensiewe programme verminder." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1116,12 +1116,12 @@ "\n" "Wil jy voortgaan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Jammer, geen opgraderings meer vir hierdie stelsel nie" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1134,11 +1134,11 @@ "\n" "Opdaterings vir Ubuntu %s sal voortgaan tot %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Geen ARMv6 verwerker" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "argitektuur. Dit is nie moontlik om jou stelsel op te gradeer na 'n nuwe " "Ubuntu vrystelling met hierdie hardeware." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1165,7 +1165,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1178,11 +1196,11 @@ "\n" "Opdaterings vir Ubuntu %s sal voortgaan tot %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Geen init beskikbaar" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1216,11 @@ "\n" "Is jy seker jy wil voortgaan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1237,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Verbinding aan snap Winkel gefaal" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1252,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Verbinding aan snap Winkel gefaal" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1268,11 @@ "io.\n" "Wil jy steeds voortgaan met die opgradering?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Verouderde snapd pakket" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1284,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Berekening van snap grootte vereistes" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Verwerking snap plaasvervangers" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "verfris snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "verfris snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "installeer snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE nie geaktiveer" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1323,11 @@ "weergawe van Ubuntu, moet jy PAE (indien dit moontlik is) sien:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1321,10 +1339,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Kontrolering vir geïnstalleerde snaps" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/am.po ubuntu-release-upgrader-22.04.13/po/am.po --- ubuntu-release-upgrader-22.04.12/po/am.po 2022-07-19 13:39:22.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/am.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Amharic \n" @@ -961,11 +961,11 @@ msgid "Media Change" msgstr "የሜዲያ ለውጥ" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "የ እርስዎ graphics ጠንካራ አክል ሙሉ በ ሙሉ የ ተደገፈ ላይሆን ይችላል በ ኡቡንቱ 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 @@ "መረጃ ይህን ይመልከቱ: https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D እርስዎ ማሻሻሉን መቀጠል ይፈልጋሉ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "የ እርስዎ graphics hardware በ ሙሉ የተደገፈ አይደለም በ ኡቡንቱ 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -994,7 +994,7 @@ "ሊያጋጥምዎት ይችላል ከ ተሻሻለ በኋላ: ለ በለጠ መረጃ ይህን ይመልከቱ https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx እርስዎ ማሻሻሉን መቀጠል ይፈልጋሉ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1002,7 +1002,7 @@ "ማሻሻል የ ዴስክቶፕ ውጤቶችን ሊቀንስ ይችላል: ጨዋታዎች በሚጫወቱ ጊዜ ወይንም ሀይለኛ graphics ፕሮግራሞችን " "በሚጠቀሙ ጊዜ" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1015,12 +1015,12 @@ "\n" "እርስዎ በ እርግጥ መቀጠል ይፈልጋሉ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1029,11 +1029,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "No ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1056,7 +1056,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1065,11 +1083,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "ምንም ማስጀመሪያ ዝግጁ አይደለም" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1079,11 +1097,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1100,11 +1118,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1114,11 +1132,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1126,11 +1144,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1139,34 +1157,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE አላስቻሉም" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1178,11 +1196,11 @@ "ከሆነ) ይህን ይመልከቱ:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1194,10 +1212,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/an.po ubuntu-release-upgrader-22.04.13/po/an.po --- ubuntu-release-upgrader-22.04.12/po/an.po 2022-07-19 13:39:22.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/an.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Daniel Martinez \n" "Language-Team: Aragonese \n" @@ -908,11 +908,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -990,7 +990,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -999,11 +1017,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1031,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1052,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1066,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1078,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1091,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1126,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1124,10 +1142,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ar.po ubuntu-release-upgrader-22.04.13/po/ar.po --- ubuntu-release-upgrader-22.04.12/po/ar.po 2022-07-19 13:39:22.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ar.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Ibrahim Saed \n" "Language-Team: Arabic\n" @@ -1002,11 +1002,11 @@ msgid "Media Change" msgstr "تغيير الوسائط" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "قد يكون عتاد الرسوميات في جهازك ليس مدعوما بالكامل في أوبونتو 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1021,11 +1021,11 @@ "Bugs/UpdateManagerWarningForUnity3D\r\n" "هل ما زلت ترغب بالاستمرار في الترقية؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "قد يكون عتاد الرسوميات في جهازك غير مدعوم بالكامل في أوبنتو 12.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1036,7 +1036,7 @@ "لمزيد من المعلومات انظر: https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx هل تود الاستمرار في الترقية؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1044,7 +1044,7 @@ "قد تقلل الترقية من تأثيرات سطح المكتب، وأداء الألعاب وبرامج الرسوميات " "المكثفة الأخرى." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1057,12 +1057,12 @@ "\n" "أتريد المواصلة؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1071,11 +1071,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "لا معالج ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1086,12 +1086,12 @@ "مبنية لتعمل على الطراز ARMv6 كحد أدنى. من غير الممكن ترقية نظامك إلى إصدارة " "أوبونتو حديثة مع هذا العتاد." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1101,7 +1101,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1110,11 +1128,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "لا يوجد عفريت مدير للعمليات" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1129,11 +1147,11 @@ "\n" "هل حقاً تريد الاستمرار؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1150,11 +1168,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1164,11 +1182,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1194,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1189,34 +1207,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1224,11 +1242,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1240,10 +1258,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ast.po ubuntu-release-upgrader-22.04.13/po/ast.po --- ubuntu-release-upgrader-22.04.12/po/ast.po 2022-07-19 13:39:22.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ast.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: ivarela \n" "Language-Team: Asturian \n" @@ -996,12 +996,12 @@ msgid "Media Change" msgstr "Cambéu de preséu" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1016,12 +1016,12 @@ "obtener más información, consulta https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D ¿Aínda quies siguir col anovamientu?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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,7 +1033,7 @@ "información llei https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx " "¿Quies siguir col anovamientu?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1042,7 +1042,7 @@ "rendimientu de los xuegos y otros programes qu'usen gráficos de mou " "intensivu." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1056,12 +1056,12 @@ "\n" "¿Quier continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1070,11 +1070,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "No ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1086,12 +1086,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1101,7 +1101,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1110,11 +1128,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "El degorriu init nun ta disponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1130,11 +1148,11 @@ "\n" "¿Daveres que quies siguir?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1151,11 +1169,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1165,11 +1183,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1177,11 +1195,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1190,34 +1208,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE nun ta activáu" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1229,11 +1247,11 @@ "más reciente d'Ubuntu, tien d'activar PAE (si ye posible) vea:\n" " http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1245,10 +1263,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/az.po ubuntu-release-upgrader-22.04.13/po/az.po --- ubuntu-release-upgrader-22.04.12/po/az.po 2022-07-19 13:39:22.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/az.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Emin Mastizadeh \n" "Language-Team: Azerbaijani \n" @@ -893,11 +893,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -907,11 +907,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -919,13 +919,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -934,12 +934,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -948,11 +948,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -960,12 +960,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -975,7 +975,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -984,11 +1002,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -998,11 +1016,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1019,11 +1037,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1033,11 +1051,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1045,11 +1063,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1058,34 +1076,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1093,11 +1111,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1109,10 +1127,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/be.po ubuntu-release-upgrader-22.04.13/po/be.po --- ubuntu-release-upgrader-22.04.12/po/be.po 2022-07-19 13:39:22.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/be.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Belarusian \n" @@ -1002,12 +1002,12 @@ msgid "Media Change" msgstr "Змена носьбіта" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Ваша графічнае абсталяванне не можа быць цалкам падтрыманым ў Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1022,13 +1022,13 @@ "звесткі гл. https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Вы " "ўсё яшчэ хочаце працягнуць абнаўленне?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Вашае графічнае абсталяванне, магчыма, не будзе падтрымлівацца цалкам у " "Ubuntu 12.04 LTS" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx \r\n" "Вы сапраўды хочаце працягнуць абнаўленне?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1048,7 +1048,7 @@ "Абнаўленне можа выклікаць зніжэнне якасці эфектаў працоўнага стала і " "прадукцыйнасці ў гульнях і праграмах, што актыўна выкарыстоўваюць графіку." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1062,12 +1062,12 @@ "\n" "Працягнуць?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1076,11 +1076,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Няма працэсара ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1092,12 +1092,12 @@ "ARMv6 і вышэй. Вашу сістэму немагчыма абнавіць да новага рэлізу Ubuntu з " "бягучым апаратным забеспячэннем." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1107,7 +1107,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1116,11 +1134,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Служба init недаступна" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1134,11 +1152,11 @@ "\n" "Вы ўпэўнены, што хочаце працягнуць?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1155,11 +1173,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1169,11 +1187,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1181,11 +1199,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1194,34 +1212,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE не ўключана" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1251,11 @@ "12.10. Абнаўленне да новай версіі Ubuntu запатрабуе ўключэння PAE (калі гэта " "магчыма). Гл.: Http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1249,10 +1267,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/bg.po ubuntu-release-upgrader-22.04.13/po/bg.po --- ubuntu-release-upgrader-22.04.12/po/bg.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/bg.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Bulgarian \n" @@ -996,12 +996,12 @@ msgid "Media Change" msgstr "Смяна на носител" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Вашият графичен хардуер не може да бъде напълно поддържан в Убунту 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1016,12 +1016,12 @@ "посетете https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D. Все " "още ли искате да започнете с надграждането?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Вашият графичен хардуер може да не се поддържа напълно в Убунту 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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,7 +1033,7 @@ "информация вижте https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx. " "Искате ли да продължите с надграждането?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1041,7 +1041,7 @@ "Надграждането може да намали ефектите на работния плот и производителността " "в игрите и други графични програми." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1054,12 +1054,12 @@ "\n" "Искате ли да продължите?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1068,11 +1068,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Няма ARMv6 процесор" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "пакети в Karmic бяха оптимизрани с изискване минимум ARMv6 архитектура. Не е " "възможно да надградите система си до ново издание на Убунту с този хардуер." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1098,7 +1098,29 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "Настройките на системата използват pam_tally или pam_tally2." + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" +"Модулите pam_tally и pam_tally2 са премахнати от PAM. Необходимо тези модули " +"да бъдат премахнати от настройките в /etc/pam.d преди обновяването на PAM. В " +"противен случай, след обновяването на системата потребителите няма да могат " +"да влизат." + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "Модулът pam_faillock може да се използва като заместител на pam_tally." + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1107,11 +1129,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Няма достъпен init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1147,11 @@ "изисква се, актуализиране на настройката на виртуалната ви машина.\n" "Сигурни ли сте, че искате да продължите?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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,11 +1168,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1160,11 +1182,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1172,11 +1194,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1185,34 +1207,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE е изключен" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1220,11 +1242,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1236,10 +1258,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/bn.po ubuntu-release-upgrader-22.04.13/po/bn.po --- ubuntu-release-upgrader-22.04.12/po/bn.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/bn.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-02-10 12:11+0000\n" "Last-Translator: Istiak Ferdous \n" "Language-Team: Bengali \n" @@ -984,11 +984,11 @@ msgid "Media Change" msgstr "মিডিয়া পরিবর্তন" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -998,12 +998,12 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "আপনার গ্রাফিক্স হার্ডওয়্যার উবুন্টু ১২.০৪ (LTS) এ সম্ভবত পুরোপুরি ভাবে সমর্থন করবে না।" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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,7 +1015,7 @@ "Bugs/UpdateManagerWarningForI8xx আপনি কি উন্নীতকরণ করতে চান?" # snigdha -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1023,7 +1023,7 @@ "আপগ্রেড করার ফলে গ্রাফিক ভিত্তিক প্রোগ্রাম ও গেমস্ ব্যবহার করার সময় ডেক্সটপের প্রভাব " "ও কার্যকারীতা কিছুটা কমে যাবে।" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1036,12 +1036,12 @@ "\n" " আপনি কি চালিয়ে যেতে চান?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1050,11 +1050,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "কোনো ARMv6 CPU নেই" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "সব প্যাকেজ সর্বনিম্ন ARMv6 আর্কিটেকচারে নির্মাণ করা হয়েছে। এই হার্ডওয়্যার সহকারে " "আপনার সিস্টেমকে নতুন উবুন্টু সংস্করণে আপগ্রেড করা সম্ভব নয়।" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1080,7 +1080,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1089,11 +1107,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "কোনো init নেই" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1108,11 +1126,11 @@ "\n" "আপনি কি নিশ্চিত আপনি এগিয়ে যেতে চান?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1129,11 +1147,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1143,11 +1161,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1155,11 +1173,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1168,34 +1186,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE সক্রিয় নয়" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1221,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1219,10 +1237,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + # snigdha #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" diff -Nru ubuntu-release-upgrader-22.04.12/po/bo.po ubuntu-release-upgrader-22.04.13/po/bo.po --- ubuntu-release-upgrader-22.04.12/po/bo.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/bo.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Tibetan \n" @@ -919,11 +919,11 @@ msgid "Media Change" msgstr "འཇུག་ཟམ་བརྗེ་བ" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -933,11 +933,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -945,7 +945,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -953,7 +953,7 @@ "རིམ་སྤོར་གྱིས་མདུན་ངོས་ཀྱི་རྣམ་པ་དང་རྩེད་རིགས་ཀྱི་འགྲོ་སྟངས། པར་རིས་མང་པོ་ཡོད་པའི་བྱ་རིམ་ལ་འགྱུར་ལྡོག་ཡོད་" "ཉེན་ཆེཨ" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -966,12 +966,12 @@ "\n" "ཁྱོད་ཀྱིས་མུ་མཐུད་དགོས་སམ" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -980,11 +980,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "ARMv6 CPU་མེད་པ" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -996,12 +996,12 @@ "minimal architecture. It is not possible to upgrade your system to a new " "Ubuntu release with this hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1011,7 +1011,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1020,11 +1038,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "init ་མེད་པ" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1040,11 +1058,11 @@ "\n" "Are you sure you want to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1061,11 +1079,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1075,11 +1093,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1087,11 +1105,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1100,34 +1118,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1135,11 +1153,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1151,10 +1169,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/br.po ubuntu-release-upgrader-22.04.13/po/br.po --- ubuntu-release-upgrader-22.04.12/po/br.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/br.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Breton \n" @@ -940,11 +940,11 @@ msgid "Media Change" msgstr "Kemm ar media" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -974,7 +974,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -988,12 +988,12 @@ "\n" "Ha fellout a ra deoc'h kenderc'hel ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1002,11 +1002,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Korrgewerier ARMv6 ebet" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1018,12 +1018,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1033,7 +1033,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1042,12 +1060,12 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "an deraouekaat n'eo ket hegerz" # daemon : argerzh en drekva -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1080,11 @@ "gefluniañ galloudel da gentañ.\n" "Ha fellout a ra deoc'h kenderc'hel ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1101,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1115,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1127,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1140,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1157,11 +1175,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1173,10 +1191,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/bs.po ubuntu-release-upgrader-22.04.13/po/bs.po --- ubuntu-release-upgrader-22.04.12/po/bs.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/bs.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Bosnian \n" @@ -1027,13 +1027,13 @@ msgid "Media Change" msgstr "Izmjena Medija" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1047,11 +1047,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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Želite li nastaviti sa " "nadogradnjom?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1071,7 +1071,7 @@ "Nadogradnja može reducirati desktop efekte i učinak u igrama i drugim " "grafički zahtjevnim programima." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1084,12 +1084,12 @@ "\n" "Da li želite da nastavite?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1098,11 +1098,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Nema ARMv6 procesora" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1114,12 +1114,12 @@ "minimalnu arhitekturu. Nije moguće nadograditi vaš sistem na novo Ubuntu " "izdanje sa ovim hardverom." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1129,7 +1129,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1138,11 +1156,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "init nije dostupan" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1175,11 @@ "\n" "Da li ste sigurni da želite na nastavite?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1196,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1210,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1222,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1235,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE nije uključen" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1274,11 @@ "omogućiti PAE (ako je to moguće) vidi:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1272,10 +1290,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ca.po ubuntu-release-upgrader-22.04.13/po/ca.po --- ubuntu-release-upgrader-22.04.12/po/ca.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ca.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Walter Garcia-Fontes \n" "Language-Team: Catalan \n" @@ -1038,12 +1038,12 @@ msgid "Media Change" msgstr "Canvi de suport" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1059,13 +1059,13 @@ "UpdateManagerWarningForUnity3D. Tot i això, voleu continuar amb " "l'actualització?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1077,7 +1077,7 @@ "informació visiteu https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx. Voleu continuar amb l'actualització?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1085,7 +1085,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1099,12 +1099,12 @@ "\n" "Voleu continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1113,11 +1113,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "No és una CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1129,12 +1129,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1144,7 +1144,30 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "Esteu utilitzant pam_tally o pam_tally2 a la vostra configuració." + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" +"Els mòduls pam_tally i pam_tally2 s'han eliminat de PAM. Esteu utilitzant un " +"d'aquests mòduls a la vostra configuració de PAM a /etc/pam.d. Heu " +"d'eliminar els usos d'aquests mòduls abans que es pugui actualitzar PAM ja " +"que, amb aquests mòduls inclosos a la vostra configuració de PAM, després de " +"l'actualització els usuaris deixarien de poder entrar al sistema." + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "Valoreu el mòdul pam_faillock com a substitut de pam_tally." + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1153,11 +1176,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "No hi ha cap sistema d'inicialització disponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1173,11 +1196,11 @@ "\n" "Esteu segur que voleu continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1194,12 +1217,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Ha fallat la connexió a la Botiga Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1209,11 +1232,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Ha fallat la connexió a la Botiga Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1248,11 @@ "a api.snapcraft.io.\n" "Encara voleu continuar amb l'actualització?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Paquet snapd desactualitzat" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1242,34 +1265,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "El PAE no està habilitat" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1305,11 @@ "Consulteu la documentació següent per obtenir més informació:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1298,10 +1321,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "S'està comprovant si hi ha snaps instal·lats" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ca@valencia.po ubuntu-release-upgrader-22.04.13/po/ca@valencia.po --- ubuntu-release-upgrader-22.04.12/po/ca@valencia.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ca@valencia.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Joan Duran \n" "Language-Team: Catalan \n" @@ -969,12 +969,12 @@ msgid "Media Change" msgstr "Canvi de suport" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -984,11 +984,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -996,7 +996,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1004,7 +1004,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 @@ "\n" "Voleu continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "No és una CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1048,12 +1048,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1063,7 +1063,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1072,11 +1090,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "No hi ha cap sistema d'inicialització disponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1092,11 +1110,11 @@ "\n" "Segur que voleu continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1113,11 +1131,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1145,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1139,11 +1157,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1152,34 +1170,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "El PAE no està habilitat" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1192,11 +1210,11 @@ "Consulteu la documentació següent per obtindre més informació:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1208,10 +1226,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ceb.po ubuntu-release-upgrader-22.04.13/po/ceb.po --- ubuntu-release-upgrader-22.04.12/po/ceb.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ceb.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: James Banogon \n" "Language-Team: Cebuano \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ce.po ubuntu-release-upgrader-22.04.13/po/ce.po --- ubuntu-release-upgrader-22.04.12/po/ce.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ce.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2014-08-21 06:20+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chechen \n" @@ -917,11 +917,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -999,7 +999,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1008,11 +1026,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1040,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1061,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1075,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1087,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1100,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1117,11 +1135,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1133,10 +1151,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ckb.po ubuntu-release-upgrader-22.04.13/po/ckb.po --- ubuntu-release-upgrader-22.04.12/po/ckb.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ckb.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: jwtear nariman \n" "Language-Team: Kurdish (Sorani) \n" @@ -883,11 +883,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -897,11 +897,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -909,13 +909,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -924,12 +924,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -938,11 +938,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -950,12 +950,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -965,7 +965,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -974,11 +992,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -988,11 +1006,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1009,11 +1027,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1023,11 +1041,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1035,11 +1053,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1048,34 +1066,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1083,11 +1101,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1099,10 +1117,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/crh.po ubuntu-release-upgrader-22.04.13/po/crh.po --- ubuntu-release-upgrader-22.04.12/po/crh.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/crh.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\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: Kashubian \n" @@ -929,11 +929,11 @@ msgid "Media Change" msgstr "Zmiana media" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -943,11 +943,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -955,13 +955,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -974,12 +974,12 @@ "\n" "Jisc dali?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -988,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Felënk procesora ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1000,12 +1000,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1015,7 +1015,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1024,11 +1042,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Felënk przëstãpù do procesu init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1038,11 +1056,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1059,11 +1077,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1073,11 +1091,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1085,11 +1103,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1098,34 +1116,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1133,11 +1151,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1149,10 +1167,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/cs.po ubuntu-release-upgrader-22.04.13/po/cs.po --- ubuntu-release-upgrader-22.04.12/po/cs.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/cs.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: AsciiWolf \n" "Language-Team: Czech \n" @@ -1053,12 +1053,12 @@ msgid "Media Change" msgstr "Změna média" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 @@ "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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Přejete si pokračovat v " "přechodu na novější vydání?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1097,7 +1097,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Přejete si pokračovat?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 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:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1129,11 +1129,11 @@ "\n" "Aktualizace Ubuntu %s budou pokračovat do %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Nemáte procesor ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1145,12 +1145,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1160,7 +1160,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1173,11 +1191,11 @@ "\n" "Aktualizace Ubuntu %s budou pokračovat do %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Není k dispozici žádný démon init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1193,11 +1211,11 @@ "\n" "Opravdu chcete pokračovat?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1214,12 +1232,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Připojení ke Snap Store selhalo" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1229,11 +1247,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Připojení ke Snap Store selhalo" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1244,11 +1262,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:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Zastaralý balíček snapd" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1260,34 +1278,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Vypočítávají se požadavky na velikost snapu" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Zpracovávají se snap náhrady" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "obnovuje se snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "obnovuje se snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "instaluje se snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE není povoleno" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1299,11 +1317,11 @@ "musíte povolit PAE, (jestli je to možné) viz:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1315,10 +1333,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Kontrolují se nainstalované snapy" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/cv.po ubuntu-release-upgrader-22.04.13/po/cv.po --- ubuntu-release-upgrader-22.04.12/po/cv.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/cv.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Vogt \n" "Language-Team: Chuvash \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/cy.po ubuntu-release-upgrader-22.04.13/po/cy.po --- ubuntu-release-upgrader-22.04.12/po/cy.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/cy.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Owen Llywelyn \n" "Language-Team: Welsh \n" @@ -981,11 +981,11 @@ msgid "Media Change" msgstr "Newid Cyfrwng" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -995,11 +995,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1007,7 +1007,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1015,7 +1015,7 @@ "Gall uwchraddio leihau effeithiau bwrdd gwaith a pherfformiad gyda gêmau a " "rhaglenni eraill sy'n drwm ar graffeg." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1029,12 +1029,12 @@ "\n" "Wyt ti eisiau parhau?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1043,11 +1043,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Dim CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1059,12 +1059,12 @@ "bod yn gweithio. Nid yw'n bosib uwchraddio dy system i fersiwn newydd o " "Ubuntu gyda'r caledwedd hwn." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1074,7 +1074,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1083,11 +1101,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Dim init ar gael" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1120,11 @@ "\n" "Wyt ti'n siwr dy fod eisiau parhau?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1141,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1155,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1167,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1180,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1197,11 +1215,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1213,10 +1231,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/da.po ubuntu-release-upgrader-22.04.13/po/da.po --- ubuntu-release-upgrader-22.04.12/po/da.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/da.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Aputsiak Niels Janussen \n" "Language-Team: Danish \n" @@ -1054,11 +1054,11 @@ msgid "Media Change" msgstr "Medieskift" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1074,12 +1074,12 @@ "UpdateManagerWarningForUnity3D . Ønsker du stadig at fortsætte med " "opgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1091,7 +1091,7 @@ "findes på https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx . Vil " "du fortsætte med opgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1099,7 +1099,7 @@ "Opgradering kan reducere skrivebordseffekter, ydelse i spil og " "grafikintensive programmer." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1113,12 +1113,12 @@ "\n" "Vil du fortsætte?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Der er desværre ikke flere opgraderinger til dette system" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1131,11 +1131,11 @@ "\n" "Opdateringer til Ubuntu %s vil fortsætte indtil %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Ingen ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1147,12 +1147,12 @@ "minimale arkitektur. Det er ikke muligt at opgradere dit system til en ny " "Ubuntu-udgave med denne hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1162,7 +1162,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1175,11 +1193,11 @@ "\n" "Opdateringer til Ubuntu %s vil fortsætte indtil %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Ingen tilgængelig init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1212,11 @@ "\n" "Er du sikker på at du vil fortsætte?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1233,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Forbindelse til Snap Store mislykkedes" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1248,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Forbindelse til Snap Store mislykkedes" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1263,11 @@ "forbinde til api.snapcraft.io for at få det bedste opgraderingsforløb.\n" "Vil du stadig fortsætte med opgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Forældet snapd-pakke" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1260,34 +1278,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Beregner pladskrav for snappen" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Behandler erstatning af snapper" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "opdaterer snappen %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "opdaterer snappen %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "installerer snappen %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE er ikke slået til" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1299,11 +1317,11 @@ "af Ubuntu, så skal du slå PAE til (hvis det er muligt), se:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1315,10 +1333,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Leder efter installerede snapper" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/de.po ubuntu-release-upgrader-22.04.13/po/de.po --- ubuntu-release-upgrader-22.04.12/po/de.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/de.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: German GNOME Translations \n" @@ -1087,13 +1087,13 @@ msgid "Media Change" msgstr "Medienwechsel" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1109,13 +1109,13 @@ "X/Bugs/UpdateManagerWarningForUnity3D Möchten Sie die Aktualisierung " "trotzdem fortsetzen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "X/Bugs/UpdateManagerWarningForI8xx Möchten Sie die Systemaktualisierung " "fortsetzen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1137,7 +1137,7 @@ "und die Geschwindigkeit in Spielen und anderen grafikintensiven Anwendungen " "herabsetzen." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1151,12 +1151,12 @@ "\n" "Möchten Sie fortfahren?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Entschuldigung, keine weiteren Aktualisierungen für das System" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1169,11 +1169,11 @@ "\n" "Aktualisierungen für Ubuntu %s werden bis %s fortgesetzt." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Kein ARMv6-Prozessor" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1185,12 +1185,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1200,7 +1200,31 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "Sie verwenden pam_tally oder pam_tally2 in Ihrer Konfiguration." + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" +"Die Module pam_tally und pam_tally2 sind aus PAM entfernt worden. Sie " +"verwenden eines dieser Module in Ihrer PAM-Konfiguration in /etc/pam.d. Sie " +"müssen die Verwendung dieser Module entfernen, bevor das Upgrade von PAM " +"durchgeführt werden kann; die Einbindung dieser Module in Ihrer PAM-" +"Konfiguration nach dem Upgrade wird Benutzer davon abhalten, sich an dem " +"System anzumelden." + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "Betrachten Sie das Modul pam_faillock als Ersatz for pam_tally." + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1213,11 +1237,11 @@ "\n" "Aktualisierungen für Ubuntu %s werden bis %s fortgesetzt." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Kein init verfügbar" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1233,11 +1257,11 @@ "\n" "Sind Sie sicher, dass Sie fortfahren möchten?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1254,12 +1278,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Verbindung mit dem Snap-Store fehlgeschlagen" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1269,11 +1293,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Verbindung mit dem Snap-Store fehlgeschlagen" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1308,11 @@ "System eine Verbindung zu api.snapcraft.io herstellen kann. Möchten Sie mit " "der Aktualisierung fortfahren?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Veraltetes Snapd-Paket" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1325,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Berechne Snap-Größenanforderung" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Verarbeitung von Snap-Ersetzungen" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "Snap %s wird aktualisiert" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "Snap %s wird aktualisiert" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "Snap %s wird installiert" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE ist nicht aktiviert." -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1341,11 +1365,11 @@ "aktivieren, siehe:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1357,10 +1381,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Prüfe auf installierte Snaps" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/dv.po ubuntu-release-upgrader-22.04.13/po/dv.po --- ubuntu-release-upgrader-22.04.12/po/dv.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/dv.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Huxain \n" "Language-Team: Divehi \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/el.po ubuntu-release-upgrader-22.04.13/po/el.po --- ubuntu-release-upgrader-22.04.12/po/el.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/el.po 2022-08-03 00:15:07.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Steve Langasek \n" "Language-Team: Greek \n" @@ -1042,13 +1042,13 @@ msgid "Media Change" msgstr "Αλλαγή μέσου" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Το υλικό της κάρτας γραφικών ίσως να μην υποστηρίζεται πλήρως στο Ubuntu " "14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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,12 +1063,12 @@ "το παρόν. Για περισσότερες πληροφορίες δείτε https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Θέλετε ακόμα να συνεχίσετε με την αναβάθμιση;" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "Η κάρτα γραφικών σας ίσως να μην υποστηρίζεται πλήρως στο Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1080,7 +1080,7 @@ "περισσότερες πληροφορίες δείτε https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Θέλετε να συνεχίσετε την αναβάθμιση;" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1088,7 +1088,7 @@ "Η αναβάθμιση μπορεί να μειώσει την απόδοση των εφέ, των παιχνιδιών και άλλων " "απαιτητικών προγραμμάτων." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1102,12 +1102,12 @@ "\n" "Θέλετε να συνεχίσετε;" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1116,11 +1116,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Δεν υπάρχει ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1132,12 +1132,12 @@ "απαιτούν τουλάχιστον την ARMv6 ως αρχιτεκτονική. Δεν είναι δυνατή η " "αναβάθμιση του συστήματός σας στη νέα διανομή Ubuntu με αυτό το υλικό." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1147,7 +1147,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1156,11 +1174,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Μη διαθέσιμη αρχικοποίηση" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1176,11 +1194,11 @@ "\n" "Θέλετε σίγουρα να συνεχίσετε;" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1197,11 +1215,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1211,11 +1229,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1223,11 +1241,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1236,34 +1254,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "Η επέκταση PAE δεν είναι ενεργή" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1276,11 +1294,11 @@ "την επέκταση PAE (εάν αυτό είναι δυνατόν). Δείτε: \n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1292,10 +1310,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/en_AU.po ubuntu-release-upgrader-22.04.13/po/en_AU.po --- ubuntu-release-upgrader-22.04.12/po/en_AU.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/en_AU.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Jared Norris \n" "Language-Team: English (Australia) \n" @@ -1041,11 +1041,11 @@ msgid "Media Change" msgstr "Media Change" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1061,11 +1061,11 @@ "UpdateManagerWarningForUnity3D Do you still want to continue with the " "upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1077,7 +1077,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Do you want to " "continue with the upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1085,7 +1085,7 @@ "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1097,12 +1097,12 @@ "of this driver is available that works with your hardware in Ubuntu 10.04 " "LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1111,11 +1111,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "No ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1127,12 +1127,12 @@ "minimal architecture. It is not possible to upgrade your system to a new " "Ubuntu release with this hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1142,7 +1142,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1151,11 +1169,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "No init available" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1172,11 +1190,11 @@ "\n" "Are you sure you wish to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1193,12 +1211,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Connection to Snap Store failed" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1208,11 +1226,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Connection to Snap Store failed" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1224,11 +1242,11 @@ "io.\n" "Do you still want to continue with the upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Outdated snapd package" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1258,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE not enabled" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1297,11 @@ "you must enable PAE (if this is possible) see:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1295,10 +1313,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Checking for installed snaps" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/en_CA.po ubuntu-release-upgrader-22.04.13/po/en_CA.po --- ubuntu-release-upgrader-22.04.12/po/en_CA.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/en_CA.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Daniel LeBlanc \n" "Language-Team: Canadian English \n" @@ -996,11 +996,11 @@ msgid "Media Change" msgstr "Media Change" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1016,11 +1016,11 @@ "UpdateManagerWarningForUnity3D Do you still want to continue with the " "upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1032,7 +1032,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Do you want to " "continue with the upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1040,7 +1040,7 @@ "Upgrading may reduce desktop effects and performance in games and other " "graphically-intensive programs." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1054,12 +1054,12 @@ "\n" "Do you want to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1068,11 +1068,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "No ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1084,12 +1084,12 @@ "minimal architecture. It is not possible to upgrade your system to a new " "Ubuntu release with this hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1099,7 +1099,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1108,11 +1126,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "No init available" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1128,11 +1146,11 @@ "\n" "Are you sure you want to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1149,11 +1167,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1163,11 +1181,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1175,11 +1193,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1188,34 +1206,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE not enabled" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1227,11 +1245,11 @@ "you must enable PAE (if this is possible) see:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1243,10 +1261,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/en_GB.po ubuntu-release-upgrader-22.04.13/po/en_GB.po --- ubuntu-release-upgrader-22.04.12/po/en_GB.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/en_GB.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: \n" @@ -1041,11 +1041,11 @@ msgid "Media Change" msgstr "Media Change" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1061,11 +1061,11 @@ "UpdateManagerWarningForUnity3D Do you still want to continue with the " "upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1077,7 +1077,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Do you want to " "continue with the upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1085,7 +1085,7 @@ "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1099,12 +1099,12 @@ "\n" "Do you wish to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Sorry, no more upgrades for this system" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1117,11 +1117,11 @@ "\n" "Updates for Ubuntu %s will continue until %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "No ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1133,12 +1133,12 @@ "minimal architecture. It is not possible to upgrade your system to a new " "Ubuntu release with this hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1148,7 +1148,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1161,11 +1179,11 @@ "\n" "Updates for Ubuntu %s will continue until %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "No init available" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1199,11 @@ "\n" "Are you sure you want to continue?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1220,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Connection to Snap Store failed" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1235,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Connection to Snap Store failed" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1251,11 @@ "io.\n" "Do you still want to continue with the upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Outdated snapd package" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1249,34 +1267,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Calculating snap size requirements" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Processing snap replacements" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "refreshing snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "refreshing snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "installing snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE not enabled" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1288,11 +1306,11 @@ "you must enable PAE (if this is possible) see:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1304,10 +1322,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Checking for installed snaps" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/eo.po ubuntu-release-upgrader-22.04.13/po/eo.po --- ubuntu-release-upgrader-22.04.12/po/eo.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/eo.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2014-04-24 23:25+0000\n" "Last-Translator: Michael Moroni \n" "Language-Team: Esperanto \n" @@ -993,11 +993,11 @@ msgid "Media Change" msgstr "Ŝanĝo de Datumportilo" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1012,12 +1012,12 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D ĉu vi ankoraŭ volas " "daŭrigi la promocion?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1029,7 +1029,7 @@ "vidu https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Ĉu vi volas " "daŭrigi kun la promocio?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1037,7 +1037,7 @@ "Promociado povas redukti labortablajn efektojn, kaj rendimenton en ludoj kaj " "aliaj grafike intensaj programoj." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 @@ "versio de tiu pelilo kiu funkcias per via aparataro en Ubuntu 10.04 LTS.\n" "Ĉu vi volas daŭrigi?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Ne estas ARMv6-CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1079,12 +1079,12 @@ "postulas la ARMv6-arkitekturon. Ne eblas ĝisdatigi vian sistemon al nova " "Ubuntu-eldono kun ĉi tiu aparataro." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1094,7 +1094,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1103,11 +1121,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Ne disponeblas 'init'" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1139,11 @@ "agordojn de via virtuala maŝino.\n" "Ĉu vi vere volas daŭrigi?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1160,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1174,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1186,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1199,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE ne enŝaltita" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1220,11 +1238,11 @@ "de Ubuntu, necesas ke vi enŝaltu je PAE (se tio eblas) vidu:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1236,10 +1254,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/es.po ubuntu-release-upgrader-22.04.13/po/es.po --- ubuntu-release-upgrader-22.04.12/po/es.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/es.po 2022-08-03 00:15:07.000000000 +0000 @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: es\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Paco Molinero \n" "Language-Team: Spanish \n" @@ -1060,12 +1060,12 @@ msgid "Media Change" msgstr "Cambio de soporte" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1080,12 +1080,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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1097,7 +1097,7 @@ "más información vea https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx ¿Quiere continuar con la actualización?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1106,7 +1106,7 @@ "rendimiento de los juegos y otros programas que usen gráficos de forma " "intensiva." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "¿Quiere continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Lo sentimos, no habrá más actualizaciones para este sistema" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1138,11 +1138,11 @@ "\n" "Las actualizaciones para Ubuntu %s seguirán hasta %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "No hay CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1169,7 +1169,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1182,11 +1200,11 @@ "\n" "Las actualizaciones para Ubuntu %s seguirán hasta %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "El demonio init no está disponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1202,11 +1220,11 @@ "\n" "¿Está seguro de que quiere continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1223,12 +1241,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "La conexión con la tienda de snaps ha fallado" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1238,11 +1256,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "La conexión con la tienda de snaps ha fallado" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1272,11 @@ "puede conectar a api.snapcraft.io.\n" "¿Aún desea continuar con la actualización?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Paquete snapd desactualizado" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1288,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Calculando los requisitos de tamaño de snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Procesando reemplazos de snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "actualizando el snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "actualizando el snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "instalando el snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE no activado" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1327,11 @@ "de Ubuntu debe activar el PAE (si es posible). Vea:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1325,10 +1343,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Comprobando snaps instalados" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/et.po ubuntu-release-upgrader-22.04.13/po/et.po --- ubuntu-release-upgrader-22.04.12/po/et.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/et.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Märt Põder \n" "Language-Team: Estonian \n" @@ -941,11 +941,11 @@ msgid "Media Change" msgstr "Meedia muutmine" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -955,11 +955,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -967,7 +967,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -975,7 +975,7 @@ "Uuendamine võib eemaldada töölauaefektid ja vähendada mängude ning teiste " "graafikamahukate rakenduste jõudlust." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -988,12 +988,12 @@ "\n" "Kas tahad sellest hoolimata jätkata?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1002,11 +1002,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Ei leitud ARMv6 protsessorit" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1017,12 +1017,12 @@ "Kõik paketid karmic'us koostati optimeeritult vähemalt ARMv6 arhitektuurile. " "Selle raudvaraga ei ole võimalik Ubuntut uuendada." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1032,7 +1032,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1041,11 +1059,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Init pole saadaval" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1060,11 +1078,11 @@ "\n" "Kas tahad sellest hoolimata jätkata?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1081,11 +1099,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1095,11 +1113,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1107,11 +1125,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1120,34 +1138,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE pole lubatud" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1173,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1171,10 +1189,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/eu.po ubuntu-release-upgrader-22.04.13/po/eu.po --- ubuntu-release-upgrader-22.04.12/po/eu.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/eu.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Basque \n" @@ -988,12 +988,12 @@ msgid "Media Change" msgstr "Euskarri aldaketa" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1008,11 +1008,11 @@ "ikusi https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D. Hala " "ere, bertsio-berritzearekin aurrera egin nahi duzu?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1020,7 +1020,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1028,7 +1028,7 @@ "Bertsio-berritzeak mahaigaineko efektuak murriztu dezake, edo jokoen eta " "grafikoen erabilera intentsibodun programen errendimendua gutxitu." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1042,12 +1042,12 @@ "\n" "Jarraitu nahi duzu?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1056,11 +1056,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Ez dago ARMv6 PUZik" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1072,12 +1072,12 @@ "ziren. Ezin da sistema Ubunturen bertsio berri batera bertsio-berritu " "hardware honekin." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1087,7 +1087,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1096,11 +1114,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Ez dago init-ik" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1116,11 +1134,11 @@ "\n" "Ziur al zaude jarraitu nahi duzula?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1137,11 +1155,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1151,11 +1169,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1163,11 +1181,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1194,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE gaitu gabe" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1216,11 +1234,11 @@ "ikusi:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1232,10 +1250,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/fa.po ubuntu-release-upgrader-22.04.13/po/fa.po --- ubuntu-release-upgrader-22.04.12/po/fa.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/fa.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Persian \n" @@ -886,11 +886,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -900,11 +900,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -912,13 +912,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -927,12 +927,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -941,11 +941,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -953,12 +953,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -968,7 +968,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -977,11 +995,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -991,11 +1009,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1012,11 +1030,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1026,11 +1044,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1038,11 +1056,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1051,34 +1069,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1086,11 +1104,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1102,10 +1120,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/fil.po ubuntu-release-upgrader-22.04.13/po/fil.po --- ubuntu-release-upgrader-22.04.12/po/fil.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/fil.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: JeanAustinR \n" "Language-Team: Filipino \n" @@ -920,11 +920,11 @@ msgid "Media Change" msgstr "Pagpapalit ng Media" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -934,11 +934,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -946,7 +946,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -954,7 +954,7 @@ "Maaaring mabawasan ng pag-upgrade ang desktop effects, at mapabagal ang mga " "laro at mga programang magamit sa graphic." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -963,12 +963,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -977,11 +977,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -989,12 +989,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1004,7 +1004,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1013,11 +1031,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1027,11 +1045,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1048,11 +1066,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1062,11 +1080,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1074,11 +1092,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1087,34 +1105,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1122,11 +1140,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1138,10 +1156,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/fi.po ubuntu-release-upgrader-22.04.13/po/fi.po --- ubuntu-release-upgrader-22.04.12/po/fi.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/fi.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Finnish \n" @@ -1038,12 +1038,12 @@ msgid "Media Change" msgstr "Median vaihto" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1059,12 +1059,12 @@ "UpdateManagerWarningForUnity3D - Haluatko kaikesta huolimatta jatkaa " "päivitystä?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1076,7 +1076,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx - Haluatko jatkaa " "päivitystä?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1084,7 +1084,7 @@ "Päivitys saattaa poistaa käytöstä visuaalisia tehosteita ja huonontaa " "joidenkin pelien ja graafisesti raskaiden ohjelmien suorituskykyä." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1098,12 +1098,12 @@ "\n" "Haluatko jatkaa?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Valitettavasti tälle järjestelmälle ei enää tarjota versiopäivityksiä" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1116,11 +1116,11 @@ "\n" "Päivitykset Ubuntun versiolle %s jatkuvat aina %s asti." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Ei ARMv6-suoritinta" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1132,12 +1132,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1147,7 +1147,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1160,11 +1178,11 @@ "\n" "Päivitykset Ubuntun versiolle %s jatkuvat aina %s asti." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Init-palvelua ei löydy" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1198,11 @@ "\n" "Haluatko varmasti jatkaa?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1219,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Yhteys Snap-kauppaan epäonnistui" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1234,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Yhteys Snap-kauppaan epäonnistui" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1250,11 @@ "osoitteeseen api.snapraft.io.\n" "Haluatko silti jatkaa päivitystä?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Vanhentunut snapd-paketti" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1266,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Lasketaan snap-kokovaatimuksia" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Käsitellään snap-korvikkeita" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "virkistetään snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "virkistetään snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "asennetaan snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE ei ole käytössä" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1305,11 @@ "Ubuntun uudempaan versioon, ota PAE käyttöön, jos mahdollista. Lisätietoja:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1303,10 +1321,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Tarkistetaan asennettuja snap-paketteja" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/fo.po ubuntu-release-upgrader-22.04.13/po/fo.po --- ubuntu-release-upgrader-22.04.12/po/fo.po 2022-07-19 13:39:23.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/fo.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Faroese \n" @@ -890,11 +890,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -904,11 +904,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -916,13 +916,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -931,12 +931,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -945,11 +945,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -957,12 +957,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -972,7 +972,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -981,11 +999,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -995,11 +1013,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1016,11 +1034,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1030,11 +1048,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1042,11 +1060,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1055,34 +1073,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1090,11 +1108,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1106,10 +1124,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/fr_CA.po ubuntu-release-upgrader-22.04.13/po/fr_CA.po --- ubuntu-release-upgrader-22.04.12/po/fr_CA.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/fr_CA.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: French (Canada) \n" @@ -1063,13 +1063,13 @@ msgid "Media Change" msgstr "Changement de support" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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,13 +1085,13 @@ "ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Voulez-vous quand même " "poursuivre la mise à niveau?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1103,7 +1103,7 @@ "Pour plus d’informations, voir https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Voulez-vous continuer la mise à niveau?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1111,7 +1111,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Voulez-vous continuer?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 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:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1143,11 +1143,11 @@ "\n" "Les mises à jour pour Ubuntu %s se poursuivront jusqu’en %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Pas d’UCT ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1159,12 +1159,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1174,7 +1174,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1187,11 +1205,11 @@ "\n" "Les mises à jour pour Ubuntu %s se poursuivront jusqu’en %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Aucun init de disponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1207,11 +1225,11 @@ "\n" "Voulez-vous vraiment poursuivre?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1228,12 +1246,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Échec de connexion à la logithèque Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1243,11 +1261,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Échec de connexion à la logithèque Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1259,11 +1277,11 @@ "se connecter à api.snapcraft.io.\n" "Voulez-vous quand même poursuivre la mise à niveau ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Le paquet snapd est obsolète" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1276,34 +1294,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Calcul des exigences de taille des snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Traitement des remplacements des snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "actualisation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "actualisation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "installation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE n’est pas activée" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1316,11 +1334,11 @@ "c’est possible). Voir :\n" " http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1332,10 +1350,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Vérification des snaps installés" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/fr.po ubuntu-release-upgrader-22.04.13/po/fr.po --- ubuntu-release-upgrader-22.04.12/po/fr.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/fr.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Pierre Slamich \n" "Language-Team: French \n" @@ -1065,13 +1065,13 @@ msgid "Media Change" msgstr "Changement de média" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1087,13 +1087,13 @@ "rendez-vous sur https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Voulez-vous poursuivre la mise à niveau ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "Pour plus d'information, rendez-vous sur https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Voulez-vous poursuivre la mise à niveau ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1114,7 +1114,7 @@ "performances pour les jeux et autres programmes exigeants au niveau " "graphique." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1128,12 +1128,12 @@ "\n" "Voulez-vous continuer ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 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:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1146,11 +1146,11 @@ "\n" "Les mises à jour pour Ubuntu %s se poursuivront jusqu’en %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Pas de processeur ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1162,12 +1162,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1177,7 +1177,32 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "Vous utilisez pam_tally ou pam_tally2 dans votre configuration." + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" +"Les modules pam_tally et pam_tally2 ont été retirés de PAM. Vous utilisez un " +"de ces modules dans le fichier de configuration de PAM dans /etc/pam.d. Vous " +"devez supprimer l'usage de ces modules avant que PAM puissent être mis à " +"niveau. L'inclusion de ces modules dans la configuration de PAM après la " +"mise à niveau empêchera certains utilisateurs de se connecter au système." + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" +"Vous devriez envisager d'utiliser le module pam_faillock comme alternative à " +"pam_tally." + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1190,11 +1215,11 @@ "\n" "Les mises à jour pour Ubuntu %s se poursuivront jusqu’en %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Initialisation indisponible" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1210,11 +1235,11 @@ "\n" "Voulez-vous vraiment continuer ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1231,12 +1256,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "La connexion au Snap Store a échoué" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1246,11 +1271,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "La connexion au Snap Store a échoué" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1262,11 +1287,11 @@ "connecter à api.snapcraft.io.\n" "Voulez-vous poursuivre la mise à niveau ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Paquet snapd obsolète" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1304,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Calcul de la taille nécessaire du snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Remplacement du snap en cours" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "actualisation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "actualisation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "installation du snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE non activé" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1345,11 @@ "PAE (si cela est possible) voir :\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1336,10 +1361,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Vérification des snaps installés" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/fur.po ubuntu-release-upgrader-22.04.13/po/fur.po --- ubuntu-release-upgrader-22.04.12/po/fur.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/fur.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Marco Londero \n" "Language-Team: Friulian \n" @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +1006,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1020,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1041,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1055,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1067,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1080,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1097,11 +1115,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1113,10 +1131,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/fy.po ubuntu-release-upgrader-22.04.13/po/fy.po --- ubuntu-release-upgrader-22.04.12/po/fy.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/fy.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Sense Egbert Hofstede \n" "Language-Team: Frisian \n" @@ -886,11 +886,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -900,11 +900,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -912,13 +912,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -927,12 +927,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -941,11 +941,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -953,12 +953,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -968,7 +968,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -977,11 +995,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -991,11 +1009,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1012,11 +1030,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1026,11 +1044,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1038,11 +1056,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1051,34 +1069,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1086,11 +1104,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1102,10 +1120,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ga.po ubuntu-release-upgrader-22.04.13/po/ga.po --- ubuntu-release-upgrader-22.04.12/po/ga.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ga.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Irish \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/gd.po ubuntu-release-upgrader-22.04.13/po/gd.po --- ubuntu-release-upgrader-22.04.12/po/gd.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/gd.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Akerbeltz \n" "Language-Team: Gaelic; Scottish \n" @@ -1038,13 +1038,13 @@ msgid "Media Change" msgstr "Atharrachadh meadhain" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1059,13 +1059,13 @@ "barrachd fiosrachaidh, faic https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D A bheil thu airson àrdachadh fhathast?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1077,7 +1077,7 @@ "dhut àrdachadh. Airson barrachd fiosrachaidh, faic https://wiki.ubuntu.com/X/" "Bugs/UpdateManagerWarningForI8xx A bheil thu airson àrdachadh fhathast?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1086,7 +1086,7 @@ "geamannan is rudan eile a tha feumach air grafaigean gu mòr ma nì thu " "àrdachadh." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1100,12 +1100,12 @@ "\n" "A bheil thu airson leantainn air adhart?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1114,11 +1114,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "As aonais CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1130,12 +1130,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1145,7 +1145,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1154,11 +1172,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Chan eil init ri làimh" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1174,11 +1192,11 @@ "\n" "A bheil thu cinnteach gu bheil thu airson leantainn air adhart?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1195,11 +1213,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1209,11 +1227,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1221,11 +1239,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1234,34 +1252,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "Chan eil PAE an comas" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1274,11 +1292,11 @@ "Ubuntu. Thoir sùil air:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1290,10 +1308,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/gl.po ubuntu-release-upgrader-22.04.13/po/gl.po --- ubuntu-release-upgrader-22.04.12/po/gl.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/gl.po 2022-08-03 00:15:07.000000000 +0000 @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: gl\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: galician\n" @@ -1052,13 +1052,13 @@ msgid "Media Change" msgstr "Cambio de medio" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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,13 +1073,13 @@ "máis información, consulte https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D. Desexa proseguir coa actualización?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1091,7 +1091,7 @@ "información vexa https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx " "¿Desexa continuar coa anovación?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1099,7 +1099,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Está seguro de que desexa continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Desculpe, mais non hai máis anovacións para este sistema" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1130,11 +1130,11 @@ "\n" "As actuacións para Ubuntu %s continuarán até %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Non é unha CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1146,12 +1146,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1161,7 +1161,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1174,11 +1192,11 @@ "\n" "As actuacións para Ubuntu %s continuarán até %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "O «daemon» init non está dispoñíbel" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1212,11 @@ "\n" "Está seguro de que desexa continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1233,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Produciuse un fallo conectando coa tenda de snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1248,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Produciuse un fallo conectando coa tenda de snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1264,11 @@ "io.\n" "Desexa continuar coa anovación?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "O paquete snapd está obsoleto" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1262,34 +1280,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "A calcular os requisitos de tamaño dos snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "A procesar as substitucións de snaps" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "a refrescar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "a refrescar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "a instalar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "A PAE non está activada" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1319,11 @@ "máis recente de Ubuntu, debe activar a PAE (se é posíbel) vexa:\n" " http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1317,10 +1335,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Comprobando os snaps instalados" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/gu.po ubuntu-release-upgrader-22.04.13/po/gu.po --- ubuntu-release-upgrader-22.04.12/po/gu.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/gu.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Gujarati \n" @@ -880,11 +880,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -894,11 +894,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -906,13 +906,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -921,12 +921,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -935,11 +935,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -947,12 +947,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -962,7 +962,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -971,11 +989,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -985,11 +1003,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1006,11 +1024,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1020,11 +1038,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1032,11 +1050,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1045,34 +1063,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1080,11 +1098,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1096,10 +1114,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/gv.po ubuntu-release-upgrader-22.04.13/po/gv.po --- ubuntu-release-upgrader-22.04.12/po/gv.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/gv.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Manx \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/he.po ubuntu-release-upgrader-22.04.13/po/he.po --- ubuntu-release-upgrader-22.04.12/po/he.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/he.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Yaron \n" "Language-Team: Hebrew \n" @@ -999,11 +999,11 @@ msgid "Media Change" msgstr "החלפת מדיה" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "יתכן שהחומרה הגרפית שלך אינה נתמכת במלואה באובונטו 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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,13 +1018,13 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D, האם בכל זאת להמשיך " "בשדרוג?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "חומרת הגרפיקה שלך אינה נתמכת במלואה על ידי אובונטו 12.04 עם תמיכה לטווח ארוך " "(LTS)." -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1035,7 +1035,7 @@ "בעיות לאחר השדרוג. למידע נוסף יש לעיין בכתובת https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx האם ברצונך להמשיך בשדרוג?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1043,7 +1043,7 @@ "שדרוג עלול לפגוע באפקטים של שולחן העבודה ובביצועים של משחקים ותכניות עמוסות " "מבחינה גרפית." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1056,12 +1056,12 @@ "\n" "האם ברצונך להמשיך?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "אין עוד עדכונים למערכת הזאת, עמך הסליחה" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1073,11 +1073,11 @@ "\n" "עדכונים לאובונטו %s יימשכו עד %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "אין מעבד מסוג ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "החבילות ב־Karmic נבנו עם שיפורים מיוחדים הדורשים את ARMv6 כארכיטקטורה " "מינימלית. לא ניתן לשדרג את המערכת להפצת אובונטו חדשה עם חומרה זו." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1103,7 +1103,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1115,11 +1133,11 @@ "\n" "עדכונים לאובונטו %s יימשכו עד %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "אין init זמין" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1134,11 +1152,11 @@ "\n" "האם ברצונך להמשיך?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1155,12 +1173,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "החיבור לחנות ה־Snap נכשלה" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1170,11 +1188,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "החיבור לחנות ה־Snap נכשלה" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1184,11 +1202,11 @@ "למערכת שלך אין קשר אל חנות ה־Snap. לקבלת חוויית השדרוג הטובה ביותר נא לוודא " "שלמערכת שלך יש גישה אל api.snapcraft.io.ֿ" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "חבילת snapd שתוקפה פג." -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1200,34 +1218,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "דרישות גודל ה־snap מחושבות" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "החלפות ה־snap עוברות עיבוד" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "ה־snap‏ %s מתרענן" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "ה־snap‏ %s מתרענן" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "ה־snap‏ %s מותקן" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE לא מופעל" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1239,11 +1257,11 @@ "להפעיל PAE (אם ניתן) בעזרת ההנחיות הבאות:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1255,10 +1273,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "ה־snaps המותקנים שלך נבדקים" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/hi.po ubuntu-release-upgrader-22.04.13/po/hi.po --- ubuntu-release-upgrader-22.04.12/po/hi.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/hi.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Manish Kumar \n" "Language-Team: Hindi \n" @@ -930,11 +930,11 @@ msgid "Media Change" msgstr "मिडिया परिवर्तन" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -944,11 +944,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -956,7 +956,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -964,7 +964,7 @@ "अद्यतन डेक्सटाप तथा खेल निष्पादन तथा अन्य चित्रादि वाले कार्यक्रम को के प्रभाव को कम कर " "देगा." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 @@ "\n" "क्या आप आगे बढ़ना चाहते हैं?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "ARMv6 सीपीयु नहीं है" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1007,12 +1007,12 @@ "आवश्यकता होगी. इन हार्डवेयर के साथ उबुन्टू के नए प्रकाशन द्वारा अपने तंत्र को उन्नत करना " "संभव नहीं है." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1022,7 +1022,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1031,11 +1049,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "init उपलब्ध नहीं है" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1048,11 +1066,11 @@ "है. उबुन्टू 10.04 LTS इस प्रकार के वातावरण में कार्य नहीं कर सकता, पहले अपने आभासी मशीन " "को अद्यतन करने की जरुरत है." -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1069,11 +1087,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1083,11 +1101,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1095,11 +1113,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1108,34 +1126,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1143,11 +1161,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1159,10 +1177,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/hr.po ubuntu-release-upgrader-22.04.13/po/hr.po --- ubuntu-release-upgrader-22.04.12/po/hr.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/hr.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:51+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Croatian \n" @@ -1062,11 +1062,11 @@ msgid "Media Change" msgstr "Promjena medija" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 @@ "informacija pogledajte https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Želite li još uvijek nastaviti s nadogradnjom?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "posjetite https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Želite " "li nastaviti s nadogradnjom?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1107,7 +1107,7 @@ "Nadogradnja može umanjiti efekte radne površine i performanse u igrama i " "ostalim grafički zahtjevnim programima." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 @@ "\n" "Želite li nastaviti?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Nažalost, više nema nadopuna za ovaj sustav" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1139,11 +1139,11 @@ "\n" "Nadopune za Ubuntu %s će se nastaviti do %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Nedostaje ARMv6 procesor" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "minimalnu arhitekturu. Nadogradnja vašeg sustava na novo izdanje Ubuntua " "nije moguće na ovom hardveru." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1170,7 +1170,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1183,11 +1201,11 @@ "\n" "Nadopune za Ubuntu %s će se nastaviti do %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Nema dostupnog inita" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1221,11 @@ "\n" "Želite li nastaviti?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1242,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Povezivanje sa Snap trogvinom neuspjelo" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1257,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Povezivanje sa Snap trogvinom neuspjelo" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1272,11 @@ "da je vaš sustav povezan sa api.snapcraft.io.\n" "Sigurno želite nastaviti sa nadopunom?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Zastarjeli snapd paketi" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1288,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Izračunavanje potrebne veličine snap paketa" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Obrada zamjene snap paketa" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "osvježavanje snap paketa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "osvježavanje snap paketa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "instalacija snap paketa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE nije omogućen" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1327,11 @@ "Ubuntua, morate omogućiti PAE (ako je moguće) pogledajte:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1325,10 +1343,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Provjera instaliranih snap paketa" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/hu.po ubuntu-release-upgrader-22.04.13/po/hu.po --- ubuntu-release-upgrader-22.04.12/po/hu.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/hu.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Báthory Péter \n" "Language-Team: Hungarian \n" @@ -1023,13 +1023,13 @@ msgid "Media Change" msgstr "Adathordozó-csere" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 @@ "UpdateManagerWarningForUnity3D oldalt. Még így is szeretné folytatni a " "frissítést?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 oldalt. Folytatni " "szeretné a frissítést?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1071,7 +1071,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Biztosan folytatja?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Nem ARMv6 processzor" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "optimalizációkkal készült. Ezen a hardveren nem frissíthető a rendszer új " "Ubuntu kiadásra." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1130,7 +1130,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1139,11 +1157,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Nem érhető el init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1158,11 +1176,11 @@ "\n" "Biztosan folytatja?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1179,11 +1197,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1211,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1205,11 +1223,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1218,34 +1236,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "A PAE nincs bekapcsolva" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1257,11 +1275,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:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1273,10 +1291,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/hy.po ubuntu-release-upgrader-22.04.13/po/hy.po --- ubuntu-release-upgrader-22.04.12/po/hy.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/hy.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Serj Safarian \n" "Language-Team: Armenian \n" @@ -879,11 +879,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -893,11 +893,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -905,13 +905,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -920,12 +920,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -934,11 +934,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -946,12 +946,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -961,7 +961,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -970,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -984,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1005,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1019,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1031,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1044,34 +1062,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1079,11 +1097,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1095,10 +1113,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ia.po ubuntu-release-upgrader-22.04.13/po/ia.po --- ubuntu-release-upgrader-22.04.12/po/ia.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ia.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2015-09-01 21:48+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Interlingua \n" @@ -1027,12 +1027,12 @@ msgid "Media Change" msgstr "Cambiamento de medios" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1047,13 +1047,13 @@ "Pro plus de information vider https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D . Desira tu ancora proceder con le promotion?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1065,7 +1065,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx . Desira tu " "ancora proceder con le promotion?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1073,7 +1073,7 @@ "Le promotion pote reducer le effectos del scriptorio, e le performance in le " "jocos e le alie programmas graphicamente intensive." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1087,12 +1087,12 @@ "\n" "Desira tu continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1101,11 +1101,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Nulle CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1117,12 +1117,12 @@ "ARMv6 como minime architectura. Il non es possibile promover tu systema a un " "nove version de Ubuntu con ce hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1132,7 +1132,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1141,11 +1159,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Nulle init disponibile" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1161,11 +1179,11 @@ "\n" "Desira tu vermente continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1182,11 +1200,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1196,11 +1214,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1208,11 +1226,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1221,34 +1239,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "installation snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "installation snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE no activate" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1260,11 +1278,11 @@ "Ubuntu, tu debe activar PAE (si isto es possibile) vide:\n" "http://help.ubuntu.com/collectivitate/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1276,10 +1294,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Controlo del snaps installate" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/id.po ubuntu-release-upgrader-22.04.13/po/id.po --- ubuntu-release-upgrader-22.04.12/po/id.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/id.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Bagus Herlambang \n" "Language-Team: Indonesian \n" @@ -1008,13 +1008,13 @@ msgid "Media Change" msgstr "Perubahan Media" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1024,11 +1024,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1036,7 +1036,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1044,7 +1044,7 @@ "Peningkatan mungkin mengurangi efek-efek desktop, dan kinerja pada permainan " "dan program-program lain yang intensif grafis." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Anda ingin melanjutkan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "CPU ARMv6 tidak ada" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "arsitektur minimal. Tidak mungkin meningkatkan sistem Anda ke rilis baru " "Ubuntu dengan perangkat keras ini." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1103,7 +1103,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1112,11 +1130,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Tidak ada 'init' yang tersedia" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1149,11 @@ "\n" "Anda yakin akan melanjutkan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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,12 +1170,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Koneksi ke Toko Snap gagal" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1167,11 +1185,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Koneksi ke Toko Snap gagal" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1182,11 +1200,11 @@ "terbaik pastikan bahwa sistem Anda dapat menyambung ke api.snapcarft.io.\n" "Apakah Anda masih hendak melanjutkan peningkatan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Paket snapd kedaluwarsa" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1198,34 +1216,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE tak difungsikan" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1237,11 +1255,11 @@ "lebih baru, Anda mesti memfungsikan PAE (bila ini mungkin) lihat:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1253,10 +1271,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Memeriksa snap yang terpasang" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/is.po ubuntu-release-upgrader-22.04.13/po/is.po --- ubuntu-release-upgrader-22.04.12/po/is.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/is.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Sigurpáll Sigurðsson \n" "Language-Team: Icelandic \n" @@ -923,11 +923,11 @@ msgid "Media Change" msgstr "Breyta miðli" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -937,11 +937,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -949,7 +949,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -957,7 +957,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 @@ "\n" "Viltu halda áfram?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Enginn ARMv6-örgjörvi" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1000,12 +1000,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1015,7 +1015,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1024,11 +1042,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "‚init‘ fannst ekki" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1038,11 +1056,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1059,11 +1077,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1073,11 +1091,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1085,11 +1103,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1098,34 +1116,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1133,11 +1151,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1149,10 +1167,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/it.po ubuntu-release-upgrader-22.04.13/po/it.po --- ubuntu-release-upgrader-22.04.12/po/it.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/it.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Alessandro Ranaldi \n" "Language-Team: Italian \n" @@ -1057,12 +1057,12 @@ msgid "Media Change" msgstr "Cambio del supporto" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1077,13 +1077,13 @@ "Per ulteriori informazioni consultare la pagina https://wiki.ubuntu.com/X/" "Bugs/UpdateManagerWarningForUnity3D. Continuare comunque con l'aggiornamento?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1095,7 +1095,7 @@ "informazioni andare su https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Continuare?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1104,7 +1104,7 @@ "prestazioni di giochi e di altri programmi che fanno un uso intensivo della " "grafica." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1117,12 +1117,12 @@ "\n" "Continuare comunque?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Non sono più disponibili aggiornamenti per questo sistema" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1135,11 +1135,11 @@ "\n" "Gli aggiornamenti per Ubuntu %s continueranno fino al %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Nessuna CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "richiedono ARMv6 come architettura minima. Non è possibile avanzare il " "sistema a un nuovo rilascio di Ubuntu con l'hardware attuale." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1166,7 +1166,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1179,11 +1197,11 @@ "\n" "Gli aggiornamenti per Ubuntu %s continueranno fino al %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "\"init\" non disponibile" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1217,11 @@ "\n" "Continuare comunque?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1238,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Connessione allo Snap Store non riuscita" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1253,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Connessione allo Snap Store non riuscita" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1251,11 +1269,11 @@ "api.snapcraft.io.\n" "Continuare comunque con l'aggiornamento?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Pacchetto snapd obsoleto" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1268,34 +1286,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Calcolo requisiti dimensione snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Elaborazione sostituzioni snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "ricarica snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "ricarica snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "installazione snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE non abilitato" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1325,11 @@ "di Ubuntu, è necessario abilitare PAE, se possibile. Consultare:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1323,10 +1341,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Controllo snap installate" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ja.po ubuntu-release-upgrader-22.04.13/po/ja.po --- ubuntu-release-upgrader-22.04.12/po/ja.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ja.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Mitsuya Shibata \n" "Language-Team: Ubuntu Japanese Team \n" @@ -1017,13 +1017,13 @@ msgid "Media Change" msgstr "メディアの交換" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "あなたが使用中のグラフィックハードウェアはUbuntu 14.04では完全にサポートされ" "ない場合があります。" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1038,13 +1038,13 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D を確認してください。そ" "れでもアップグレードを続けますか?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" "現在使用中のグラフィックハードウェアのサポートは Ubuntu 12.04 LTS では不完全" "な可能性があります。" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 をご" "覧ください。アップグレードを続行しますか?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1065,7 +1065,7 @@ "フィックに強く依存するその他のプログラムなどのパフォーマンスが低下するかもし" "れません。" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1093,11 +1093,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "ARMv6 準拠ではない CPU です" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "最適化オプションを利用してビルドされています。このハードウェアでは新しい " "Ubuntu のリリースにアップグレードできません。" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1124,7 +1124,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1133,11 +1151,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "initデーモンが見つかりません" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1170,11 @@ "\n" "本当に作業を進めてよろしいですか?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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,12 +1191,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Snap Store への接続に失敗しました" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1188,11 +1206,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Snap Store への接続に失敗しました" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1200,11 +1218,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "期限切れの snapd パッケージ" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1213,34 +1231,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAEが有効になっていません" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1252,11 +1270,11 @@ "アップグレードするには、PAEを有効にする必要があります。(可能であれば)次をご覧" "ください: http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1268,10 +1286,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/jv.po ubuntu-release-upgrader-22.04.13/po/jv.po --- ubuntu-release-upgrader-22.04.12/po/jv.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/jv.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Rahman Yusri Aftian \n" "Language-Team: Javanese \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ka.po ubuntu-release-upgrader-22.04.13/po/ka.po --- ubuntu-release-upgrader-22.04.12/po/ka.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ka.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Vladimer Sichinava \n" "Language-Team: Georgian \n" "Language-Team: Kazakh \n" @@ -942,11 +942,11 @@ msgid "Media Change" msgstr "Сақтауышты ауыстыру" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -956,11 +956,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -968,7 +968,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -977,7 +977,7 @@ "істейтін ойындар мен бағдарламалардың өнімділігін төмендеуіне әкеліп " "соқтыруы мүмкін." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "ARMv6 орталық процессоры (CPU) жоқ" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 жаңа релизіне дейін жаңарту мүмкін емес." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1035,7 +1035,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1044,11 +1062,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "init қызметі жетімсіз" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1082,11 @@ "\n" "Жалғастыруды қалайсыз ба?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1103,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1117,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1129,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1142,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1177,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1175,10 +1193,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/km.po ubuntu-release-upgrader-22.04.13/po/km.po --- ubuntu-release-upgrader-22.04.12/po/km.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/km.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -970,11 +970,11 @@ msgid "Media Change" msgstr "ការ​ផ្លាស់ប្ដូរ​មេឌៀ" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "ផ្នែក​រឹង​ក្រាហ្វិក​របស់​អ្នក​អាច​មិន​គាំទ្រ​ពេញ​លេញ​ក្នុង Ubuntu 14.04 ។" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -988,11 +988,11 @@ "មើល​ព័ត៌មាន​បន្ថែម​សូម​មើល https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D តើ​អ្នក​នៅ​តែ​ចង់​បន្ត​ជាមួយ​បច្ចុប្បន្នភាព​នេះ​ឬ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "ផ្នែក​រឹង​ក្រាហ្វិក​របស់​អ្នក​អាច​គាំទ្រ​មិន​ពេញលេញ​នៅ​ក្នុង​អ៊ូប៊ុនទូ 12.04 LTS  ។" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1003,7 +1003,7 @@ "ប្រទះ​បញ្ហា​បន្ទាប់​ពី​ធ្វើ​ឲ្យ​ប្រសើរ​ឡើង ។ ចំពោះ​ព័ត៌មាន​បន្ថែម សូម​មើល https://wiki.ubuntu.com/X/" "Bugs/UpdateManagerWarningForI8xx តើ​អ្នក​ចង់​បន្ត​ការ​ធ្វើ​ឲ្យ​ប្រសើរ​ឡើង​ដែរឬទេ ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1011,7 +1011,7 @@ "ការ​ធ្វើឲ្យ​ប្រសើរ​អាច​កាត់បន្ថយ​បែបផែន​ផ្ទៃតុ សមត្ថភាព​នៅ​ក្នុង​ល្បែង​កម្សាន្ត និងកម្មវិធីដែល​ប្រើ​ក្រាហ្វិក​" "ផ្សេងទៀត ។" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1024,12 +1024,12 @@ "\n" "តើ​អ្នក​ចង់​បន្ត​ដែរ​ឬ​ទេ ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1038,11 +1038,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "គ្មាន​ស៊ីភីយូ ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1053,12 +1053,12 @@ "បាន​ស្ថាបនា​ជាមួយ​ការ​ធ្វើឲ្យ​ប្រសើរ​ដែល​ទាមទារ ARMv6 ជា​ស្ថាបត្យកម្ម​អប្បបរមា ។ អ្នក​មិន​អាច​ធ្វើឲ្យ​" "ប្រព័ន្ធ​របស់​អ្នក​ប្រសើរ​ទៅជា​កំណែ​ចេញ​ផ្សាយ​អ៊ូប៊ុនទូ​ថ្មី​ដោយ​ប្រើ​ផ្នែក​រឹង​នេះ​បាន​ឡើយ ។" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1068,7 +1068,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1077,11 +1095,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "គ្មាន init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1096,11 +1114,11 @@ "\n" "តើ​អ្នក​ចង់​បន្ត​ទេ ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1117,11 +1135,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1131,11 +1149,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1143,11 +1161,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1156,34 +1174,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "បាន​បិទ PAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1194,11 +1212,11 @@ "12.04 ។ ដើម្បី​ធ្វើ​បច្ចុប្បន្ន​ចំពោះ​កំណែ​អ៊ូប៊ុនទូ​ថ្មី​ជាង​នេះ, អ្នក​ត្រូវ​តែ​បើក PAE (ប្រសិនបើ​​អាច) មើល៖\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1210,10 +1228,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/kn.po ubuntu-release-upgrader-22.04.13/po/kn.po --- ubuntu-release-upgrader-22.04.12/po/kn.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/kn.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Vogt \n" "Language-Team: Kannada \n" @@ -880,11 +880,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -894,11 +894,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -906,13 +906,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -921,12 +921,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -935,11 +935,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -947,12 +947,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -962,7 +962,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -971,11 +989,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -985,11 +1003,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1006,11 +1024,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1020,11 +1038,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1032,11 +1050,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1045,34 +1063,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1080,11 +1098,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1096,10 +1114,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ko.po ubuntu-release-upgrader-22.04.13/po/ko.po --- ubuntu-release-upgrader-22.04.12/po/ko.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ko.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Kim Boram \n" "Language-Team: Korean \n" @@ -992,12 +992,12 @@ msgid "Media Change" msgstr "미디어 바꾸기" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "사용 중인 그래픽 카드가 우분투 14.04 버전을 완전히 지원하지 않을 수 있습니다." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1012,11 +1012,11 @@ "UpdateManagerWarningForUnity3D 페이지를 확인하십시오. 업그레이드를 계속하시겠" "습니까?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "그래픽 카드가 우분투 12.04 장기 지원판을 지원하지 않습니다." -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "Bugs/UpdateManagerWarningForI8xx 페이지를 확인해주십시오. 업그레이드를 계속 " "진행하시겠습니까?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1036,7 +1036,7 @@ "업그레이드로 인해 데스크탑 효과나 게임, 그래픽 관련 프로그램의 성능이 줄어들 " "수 있습니다." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1048,12 +1048,12 @@ "이버는 우분투 10.04 LTS을 지원하는 버전이 없습니다.\n" "계속 진행하시겠습니까?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1062,11 +1062,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "ARMv6 CPU 아님" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "합니다. 현재 하드웨어로는 새로운 우분투 버전으로 시스템을 업그레이드 할 수 없" "습니다." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1093,7 +1093,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1102,11 +1120,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "init 사용 불가" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1139,11 @@ "\n" "계속 진행하시겠습니까?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1160,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1174,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1186,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1199,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE 기능을 사용하지 않고 있습니다." -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1239,11 @@ "\n" "다음 페이지를 확인하십시오: http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1237,10 +1255,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ku.po ubuntu-release-upgrader-22.04.13/po/ku.po --- ubuntu-release-upgrader-22.04.12/po/ku.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ku.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Amed Çeko Jiyan \n" "Language-Team: Kurdish \n" @@ -1023,13 +1023,13 @@ msgid "Media Change" msgstr "Guhartina Medyayê" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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,13 +1044,13 @@ "zêdetir agahiyan li navnîşana https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D-ê binêre. Tu dixwazî bilindkirinê bidomînî?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1062,7 +1062,7 @@ "agahiyan li navnîşana https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx-ê binêre. Tu dixwazî bilindkirinê bidomînî?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1070,7 +1070,7 @@ "Bilindkirin dibe ku efektên sermaseyê û performansên lîstikan û bernameyên " "din ên bi hêz kêm bike." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Tu dixwazî bidomînî?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "CPU ya ARMv6 tune" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1128,7 +1128,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1137,11 +1155,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Despêk tune ye" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1174,11 @@ "\n" "Tu ji xwe bawer î, bidomînî?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1195,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Girêdana ji Snap Store re bi ser neket" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1210,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Girêdana ji Snap Store re bi ser neket" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1208,11 +1226,11 @@ "giredan.\n" "Tu hê jî dixwazî dewam bikî bilindkirinê?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Pakêta snapdê ya kevnbûyî" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1225,34 +1243,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE ne çalak e" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1282,11 @@ "guhertoya din, (heke mimkun be) divê tu PAE-yê çalak bikî:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1280,10 +1298,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Snapên sazkirî têne kontrolkirin" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ky.po ubuntu-release-upgrader-22.04.13/po/ky.po --- ubuntu-release-upgrader-22.04.12/po/ky.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ky.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kirghiz \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/lb.po ubuntu-release-upgrader-22.04.13/po/lb.po --- ubuntu-release-upgrader-22.04.12/po/lb.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/lb.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Luxembourgish \n" @@ -887,11 +887,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -901,11 +901,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -913,13 +913,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -928,12 +928,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -942,11 +942,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -954,12 +954,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -969,7 +969,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -978,11 +996,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -992,11 +1010,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1013,11 +1031,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1027,11 +1045,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1039,11 +1057,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1052,34 +1070,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1087,11 +1105,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1103,10 +1121,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ln.po ubuntu-release-upgrader-22.04.13/po/ln.po --- ubuntu-release-upgrader-22.04.12/po/ln.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ln.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2016-10-05 09:46+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Lingala \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/lo.po ubuntu-release-upgrader-22.04.13/po/lo.po --- ubuntu-release-upgrader-22.04.12/po/lo.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/lo.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Terry \n" "Language-Team: Lao \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/lt.po ubuntu-release-upgrader-22.04.13/po/lt.po --- ubuntu-release-upgrader-22.04.12/po/lt.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/lt.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Moo \n" "Language-Team: Lithuanian\n" @@ -976,11 +976,11 @@ msgid "Media Change" msgstr "Laikmenos keitimas" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -995,13 +995,13 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Ar vis dar " "norite tęsti atnaujinimą?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1013,7 +1013,7 @@ "informacijos rasite https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Ar norite tęsti atnaujinimą?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1021,7 +1021,7 @@ "Atlikus atnaujinimą gali sumažėti darbo aplinkos efektų, žaidimų ir kitų " "grafiškai reiklių programų našumas." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Ar norite tęsti?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1048,11 +1048,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Ne ARMv6 procesorius" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "negu ARMv6 architektūra. Su šia aparatine įranga negalima atnaujinti jūsų " "sistemos į naują Ubuntu laidą." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1079,7 +1079,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1088,11 +1106,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Neprieinamas init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1125,11 @@ "\n" "Ar tikrai norite tęsti?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1146,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1160,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1172,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1185,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE neįjungtas" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1220,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1218,10 +1236,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/lv.po ubuntu-release-upgrader-22.04.13/po/lv.po --- ubuntu-release-upgrader-22.04.12/po/lv.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/lv.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Iain Lane \n" "Language-Team: Latvian \n" @@ -1023,12 +1023,12 @@ msgid "Media Change" msgstr "Datu nesēja maiņa" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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,12 +1043,12 @@ "ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Vai vēl aizvien vēlaties " "uzlabot?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1060,7 +1060,7 @@ "ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Vai vēlaties turpināt " "atjaunināšanu?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1068,7 +1068,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Vai jūs vēlaties turpināt?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Nav ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1126,7 +1126,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1135,11 +1153,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Nav pieejams init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1154,11 +1172,11 @@ "\n" "Vai tiešām vēlaties turpināt?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1175,12 +1193,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Neizdevās savienoties ar 'Snap Store'" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1208,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Neizdevās savienoties ar 'Snap Store'" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1205,11 +1223,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:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Pakotne 'snapd' novecojusi" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1221,34 +1239,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE nav ieslēgts" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1261,11 +1279,11 @@ "\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1277,10 +1295,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/mhr.po ubuntu-release-upgrader-22.04.13/po/mhr.po --- ubuntu-release-upgrader-22.04.12/po/mhr.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/mhr.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mari (Meadow) \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/mjw.po ubuntu-release-upgrader-22.04.13/po/mjw.po --- ubuntu-release-upgrader-22.04.12/po/mjw.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/mjw.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-07-24 18:57+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Karbi \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/mk.po ubuntu-release-upgrader-22.04.13/po/mk.po --- ubuntu-release-upgrader-22.04.12/po/mk.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/mk.po 2022-08-03 00:15:07.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: mk\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Јован Наумовски \n" "Language-Team: Macedonian \n" @@ -901,11 +901,11 @@ msgid "Media Change" msgstr "Промена на медиум" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -915,11 +915,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -927,13 +927,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -942,12 +942,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -956,11 +956,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -968,12 +968,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -983,7 +983,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -992,11 +1010,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1006,11 +1024,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1027,11 +1045,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1041,11 +1059,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1053,11 +1071,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1066,34 +1084,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1119,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1117,10 +1135,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ml.po ubuntu-release-upgrader-22.04.13/po/ml.po --- ubuntu-release-upgrader-22.04.12/po/ml.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ml.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: nithin_aneesh \n" "Language-Team: Malayalam \n" @@ -897,11 +897,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -979,7 +979,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -988,11 +1006,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1020,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1041,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1055,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1067,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1080,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1097,11 +1115,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1113,10 +1131,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/mn.po ubuntu-release-upgrader-22.04.13/po/mn.po --- ubuntu-release-upgrader-22.04.12/po/mn.po 2022-07-19 13:39:24.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/mn.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Н.Энхбат \n" "Language-Team: Mongolian \n" @@ -884,11 +884,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -898,11 +898,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -910,13 +910,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -925,12 +925,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -939,11 +939,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -951,12 +951,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -966,7 +966,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -975,11 +993,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -989,11 +1007,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1010,11 +1028,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1024,11 +1042,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1036,11 +1054,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1049,34 +1067,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1084,11 +1102,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1100,10 +1118,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/mnw.po ubuntu-release-upgrader-22.04.13/po/mnw.po --- ubuntu-release-upgrader-22.04.12/po/mnw.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/mnw.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-11-04 05:16+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Mon \n" @@ -879,11 +879,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -893,11 +893,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -905,13 +905,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -920,12 +920,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -934,11 +934,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -946,12 +946,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -961,7 +961,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -970,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -984,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1005,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1019,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1031,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1044,34 +1062,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1079,11 +1097,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1095,10 +1113,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/mr.po ubuntu-release-upgrader-22.04.13/po/mr.po --- ubuntu-release-upgrader-22.04.12/po/mr.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/mr.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Marathi \n" @@ -949,11 +949,11 @@ msgid "Media Change" msgstr "मीडिया बदल" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "आपल्या ग्राफिक्स हार्डवेअर उबंटू 14.04 मध्ये पूर्णपणे समर्थीत नाही." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "तुमचे ग्राफिक हार्डवेयर कदाचित उबुंटू १२.०४ LTS पूर्णपणे वापरू शकत नाही" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -993,12 +993,12 @@ "हार्डवेयर वापरण्या साठी ह्या driver ची कोणतीही आवृत्ती उपलभ्ध नाही.\n" "तुम्हाला पुढे जायचे?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1007,11 +1007,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "हा ARMv6 CPU नाही" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1022,12 +1022,12 @@ "कमीतकमी ARMv6 ला गृहीत धरून बनवल्या आहेत.ह्या हार्डवेयर वर तुम्हाला उबुंटू अद्ययावत करता " "येणार नाही." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1037,7 +1037,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1046,11 +1064,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "init उपलब्ध नाही" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1060,11 +1078,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1081,11 +1099,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1095,11 +1113,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1107,11 +1125,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1120,34 +1138,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE अक्षम आहे" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1173,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1171,10 +1189,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ms.po ubuntu-release-upgrader-22.04.13/po/ms.po --- ubuntu-release-upgrader-22.04.12/po/ms.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ms.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Malay \n" @@ -1026,11 +1026,11 @@ msgid "Media Change" msgstr "Perubahan Media" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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,11 +1045,11 @@ "buat masa ini. Untuk maklumat lanjut rujuk https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Anda masih mahu teruskan penataran?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "lanjut rujuk https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Anda " "hendak teruskan penataran?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1069,7 +1069,7 @@ "Penataran akan mengurangkan kesan desktop, dan prestasi didalam permainan " "serta program bergrafik tinggi yang lain." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Adakah anda ingin meneruskannya?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Tiada CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "sebagai senibina yang minimum. Adalah tidak mungkin sistem anda boleh " "ditatarkan kepada pelepasan Ubuntu yang terbaru menggunakan perkakasan ini." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1128,7 +1128,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1137,11 +1155,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Tiada init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1174,11 @@ "\n" "Adakah anda ingin meneruskannya?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1195,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Sambungan ke Kedai Snap gagal" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1210,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Sambungan ke Kedai Snap gagal" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1208,11 +1226,11 @@ "api.snapcraft.io.\n" "Anda masih mahu teruskan penataran?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Pakej snapd telah lapuk" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1242,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE tidak dibenarkan" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1263,11 +1281,11 @@ "anda mesti benarkan PAE (jika ia boleh dibuat) sila rujuk:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1279,10 +1297,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Memeriksa snap yang dipasang" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/mus.po ubuntu-release-upgrader-22.04.13/po/mus.po --- ubuntu-release-upgrader-22.04.12/po/mus.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/mus.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Vogt \n" "Language-Team: Creek \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/my.po ubuntu-release-upgrader-22.04.13/po/my.po --- ubuntu-release-upgrader-22.04.12/po/my.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/my.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Burmese \n" @@ -884,11 +884,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -898,11 +898,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -910,13 +910,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -925,12 +925,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -939,11 +939,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -951,12 +951,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -966,7 +966,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -975,11 +993,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -989,11 +1007,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1010,11 +1028,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1024,11 +1042,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1036,11 +1054,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1049,34 +1067,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1084,11 +1102,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1100,10 +1118,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/nb.po ubuntu-release-upgrader-22.04.13/po/nb.po --- ubuntu-release-upgrader-22.04.12/po/nb.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/nb.po 2022-08-03 00:15:07.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: nb\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Norwegian Bokmal \n" @@ -1021,12 +1021,12 @@ msgid "Media Change" msgstr "Mediebytte" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 @@ "videre. Se https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D for " "mer informasjon. Vil du fortsette med å oppgradere likevel?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "UpdateManagerWarningForI8xx for mer informasjon. Vil fortsette med å " "oppgradere likevel?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1066,7 +1066,7 @@ "Å oppgradere kan gå på bekostning av skrivebordseffekter, samt ytelse i " "spill og andre grafikkintensive programmer." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Vil du fortsette?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Ingen ARMv6-prosessor" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1110,12 +1110,12 @@ "Det er ikke mulig å oppgradere systemet ditt til en ny Ubuntu-versjon med " "denne maskinvaren." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1125,7 +1125,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1134,11 +1152,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Ingen oppstartsprogrammer (init) tilgjengelig" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1154,11 +1172,11 @@ "\n" "Vil du fortsette likevel?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1175,11 +1193,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1189,11 +1207,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1201,11 +1219,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1214,34 +1232,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE er ikke aktivert" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1271,11 @@ "til en senere versjon av Ubuntu. Se denne nettsiden for mer informasjon:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1269,10 +1287,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/nds.po ubuntu-release-upgrader-22.04.13/po/nds.po --- ubuntu-release-upgrader-22.04.12/po/nds.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/nds.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: ncfiedler \n" "Language-Team: German, Low \n" @@ -888,11 +888,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -902,11 +902,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -914,13 +914,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -929,12 +929,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -943,11 +943,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -955,12 +955,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -970,7 +970,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -979,11 +997,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Keen init verföögbar" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -993,11 +1011,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1014,11 +1032,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1028,11 +1046,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1040,11 +1058,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1053,34 +1071,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1088,11 +1106,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1104,10 +1122,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ne.po ubuntu-release-upgrader-22.04.13/po/ne.po --- ubuntu-release-upgrader-22.04.12/po/ne.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ne.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Nepali \n" @@ -893,11 +893,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -907,11 +907,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -919,13 +919,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -934,12 +934,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -948,11 +948,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -960,12 +960,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -975,7 +975,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -984,11 +1002,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -998,11 +1016,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1019,11 +1037,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1033,11 +1051,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1045,11 +1063,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1058,34 +1076,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1093,11 +1111,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1109,10 +1127,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/nl.po ubuntu-release-upgrader-22.04.13/po/nl.po --- ubuntu-release-upgrader-22.04.12/po/nl.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/nl.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Nederlands \n" @@ -1066,12 +1066,12 @@ msgid "Media Change" msgstr "Medium wisselen" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1086,13 +1086,13 @@ "informatie vindt u op https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Wilt u toch doorgaan met de opwaardering?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1104,7 +1104,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Wilt u toch " "verder gaan met de opwaardering?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1112,7 +1112,7 @@ "Opwaarderen zou de bureaubladeffecten kunnen verminderen, alsook de " "prestaties in spellen en andere grafisch intensieve programma's." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 @@ "hardware werkt.\n" "Wilt u doorgaan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Geen ARMv6-CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "met uw apparatuur niet mogelijk om uw systeem op te waarderen naar een " "nieuwe versie van Ubuntu." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1170,7 +1170,30 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "U gebruikt in uw configuratie pam_tally of pam_tally2." + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" +"De modules pam_tally en pam_tally2 zijn verwijderd uit PAM. U gebruikt één " +"van deze modules in uw PAM-configuratie in /etc/pam.d. U moet het gebruik " +"van deze modules verwijderen voordat PAM opgewaardeerd kan worden; het " +"opnemen van deze modules in uw PAM-configuratie na de opwaardering zal " +"ervoor zorgen dat gebruikers zich niet meer kunnen aanmelden op het systeem." + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "Beschouw de module pam_faillock als een vervanging voor pam_tally." + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1179,11 +1202,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Geen init beschikbaar" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1222,11 @@ "\n" "Weet u zeker dat u wilt doorgaan?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1243,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Verbinding met Snap Store is mislukt" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1258,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Verbinding met Snap Store is mislukt" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1251,11 +1274,11 @@ "snapcraft.io.\n" "Wilt u nog doorgaan met de upgrade?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Verouderd snapd-pakket" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1268,34 +1291,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE is niet ingeschakeld" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1308,11 +1331,11 @@ "is) in te schakelen; zie:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1324,10 +1347,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Op geïnstalleerde snaps controleren" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/nn.po ubuntu-release-upgrader-22.04.13/po/nn.po --- ubuntu-release-upgrader-22.04.12/po/nn.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/nn.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Åsmund Skjæveland \n" "Language-Team: Norwegian Nynorsk \n" @@ -949,11 +949,11 @@ msgid "Media Change" msgstr "Medieendring" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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,7 +975,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -983,7 +983,7 @@ "Å oppgradera kan redusera skrivebordseffekter, samt ytinga i spel og andre " "grafikkintensive program." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 @@ "Datamaskina brukar AMD «fglrx»-grafikkdrivaren. Ingen tilgjengelege " "versjonar av denne drivaren verkar med maskinvaren din i Ubuntu 10.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Ingen ARMv6-prosessor" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1023,12 +1023,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1038,7 +1038,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1047,11 +1065,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Ingen oppstartsprogram (init) er tilgjengelege" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1067,11 +1085,11 @@ "\n" "Er du sikker på at du vil halda fram?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1088,12 +1106,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Klarte ikkje kopla til Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1103,11 +1121,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Klarte ikkje kopla til Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1118,11 +1136,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:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Utdatert snapd-pakke" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1152,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1169,11 +1187,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1185,10 +1203,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Sjekkar installerte snap-pakkar" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/oc.po ubuntu-release-upgrader-22.04.13/po/oc.po --- ubuntu-release-upgrader-22.04.12/po/oc.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/oc.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\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" @@ -1007,13 +1007,13 @@ msgid "Media Change" msgstr "Cambiament de mèdia" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1029,13 +1029,13 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Volètz contunhar la " "mesa a nivèl ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1047,7 +1047,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:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1055,7 +1055,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1069,12 +1069,12 @@ "\n" "Volètz contunhar ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1083,11 +1083,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Pas de processor ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1099,12 +1099,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1114,7 +1114,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1123,11 +1141,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Inicializacion indisponibla" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1143,11 +1161,11 @@ "\n" "Sètz segur que volètz contunhar ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1164,11 +1182,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1178,11 +1196,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1190,11 +1208,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1203,34 +1221,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE pas activat" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1244,11 +1262,11 @@ "es possible) vejatz :\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1260,10 +1278,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/om.po ubuntu-release-upgrader-22.04.13/po/om.po --- ubuntu-release-upgrader-22.04.12/po/om.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/om.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2015-08-25 13:46+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Oromo \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/pam.po ubuntu-release-upgrader-22.04.13/po/pam.po --- ubuntu-release-upgrader-22.04.12/po/pam.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/pam.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2015-05-19 14:51+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Pampangan \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/pa.po ubuntu-release-upgrader-22.04.13/po/pa.po --- ubuntu-release-upgrader-22.04.12/po/pa.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/pa.po 2022-08-03 00:15:07.000000000 +0000 @@ -9,7 +9,7 @@ msgstr "" "Project-Id-Version: pa\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: A S Alam \n" "Language-Team: testLokalize \n" @@ -887,11 +887,11 @@ msgid "Media Change" msgstr "ਮੀਡਿਆ ਬਦਲੋ" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -901,11 +901,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -913,13 +913,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -928,12 +928,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -942,11 +942,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "ARMv6 CPU ਨਹੀਂ" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -954,12 +954,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -969,7 +969,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -978,11 +996,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "init ਮੌਜੂਦ ਨਹੀਂ" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -992,11 +1010,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1013,11 +1031,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1027,11 +1045,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1039,11 +1057,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1052,34 +1070,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1087,11 +1105,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1103,10 +1121,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/pl.po ubuntu-release-upgrader-22.04.13/po/pl.po --- ubuntu-release-upgrader-22.04.12/po/pl.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/pl.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: GTriderXC \n" "Language-Team: Polish \n" @@ -1037,11 +1037,11 @@ msgid "Media Change" msgstr "Zmiana nośnika" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1057,13 +1057,13 @@ "stronie: https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Czy " "pomimo to kontynuować proces aktualizacji?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1075,7 +1075,7 @@ "Aby uzyskać więcej informacji, proszę odwiedzić stronę https://wiki.ubuntu." "com/X/Bugs/UpdateManagerWarningForI8xx Kontynuować aktualizację?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1083,7 +1083,7 @@ "Aktualizacja może ograniczyć wydajność systemu dla efektów pulpitu, gier " "oraz innych programów obciążających zasoby graficzne." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1096,12 +1096,12 @@ "\n" "Kontynuować?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1110,11 +1110,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Brak procesora ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1126,12 +1126,12 @@ "architektury ARMv6. Nie ma możliwości aktualizacji systemu do nowego wydania " "na tym sprzęcie." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1141,7 +1141,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1150,11 +1168,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Brak dostępnego procesu init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1186,11 @@ "tym typem środowiska, wymagając najpierw aktualizacji konfiguracji maszyny " "wirtualnej." -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1207,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1221,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1233,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1246,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE nie jest włączony" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1268,11 +1286,11 @@ "informacji:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1284,10 +1302,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ps.po ubuntu-release-upgrader-22.04.13/po/ps.po --- ubuntu-release-upgrader-22.04.12/po/ps.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ps.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Terry \n" "Language-Team: Pushto \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/pt_BR.po ubuntu-release-upgrader-22.04.13/po/pt_BR.po --- ubuntu-release-upgrader-22.04.12/po/pt_BR.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/pt_BR.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Ubuntu-BR \n" @@ -998,11 +998,11 @@ msgid "Media Change" msgstr "Mudança de mídia" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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,13 +1018,13 @@ "UpdateManagerWarningForUnity3D Você tem certeza de que deseja continuar com " "a atualização?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1036,7 +1036,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Você deseja " "continuar com a atualização?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1044,7 +1044,7 @@ "Atualizar pode reduzir efeitos da área de trabalho e performance em jogos e " "outros programas que usam gráficos intensamente." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Você deseja continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Nenhuma CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1103,7 +1103,30 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "Você está usando pam_tally ou pam_tally2 na sua configuração." + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" +"Os módulos pam_tally e pam_tally2 foram removidos do PAM. Você está usando " +"um desses módulos na sua configuração do PAM em /etc/pam.d. Você deve " +"remover o uso desses módulos antes que o PAM possa ser atualizado. Incluir " +"esses módulos na sua configuração do PAM depois da atualização impedirá que " +"os usuários consigam logar no sistema." + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "Considere o módulo pam_faillock como um substituto para o pam_tally." + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1112,11 +1135,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Sem inicialização disponível" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1132,11 +1155,11 @@ "\n" "Você tem certeza que deseja continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1153,11 +1176,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1167,11 +1190,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1179,11 +1202,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1215,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE não habilitado" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1232,11 +1255,11 @@ "veja:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1248,10 +1271,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/pt.po ubuntu-release-upgrader-22.04.13/po/pt.po --- ubuntu-release-upgrader-22.04.12/po/pt.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/pt.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Ubuntu Portuguese Team \n" @@ -1054,12 +1054,12 @@ msgid "Media Change" msgstr "Alterar Media" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1074,12 +1074,12 @@ "informações consultar https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Deseja ainda continuar com a atualização?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1091,7 +1091,7 @@ "consulte https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Deseja " "prosseguir com a atualização?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1099,7 +1099,7 @@ "Atualizar pode reduzir os efeitos do ambiente de trabalho, bem como o " "desempenho em jogos e outros programas graficamente exigentes." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1113,12 +1113,12 @@ "\n" "Pretende continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Desculpe, não há mais atualizações para este sistema" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1130,11 +1130,11 @@ "\n" "As atualizações para o Ubuntu %s continuarão até %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Sem CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1146,12 +1146,12 @@ "mínima. Não é possível fazer upgrade para uma nova versão de Ubuntu com este " "hardware." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1161,7 +1161,30 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "Está a usar pam_tally ou pam_tally2 na sua configuração." + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" +"Os módulos pam_tally e pam_tally2 foram removidos do PAM. Está a usar um " +"destes módulos na sua configuração de PAM em /etc/pam.d. Tem que remover as " +"referências a estes módulos antes de actualizar o PAM; incluir estes módulos " +"na sua configuração após a actualização do PAM irá impedir os utilizadores " +"de fazer login no seu sistema." + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "Considere usar o módulo pam_faillock como substuituto do pam_tally." + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1173,11 +1196,11 @@ "\n" "As atualizações para o Ubuntu %s continuarão até %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Sem inicialização disponível" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1193,11 +1216,11 @@ "\n" "De certeza que quer continuar?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1214,12 +1237,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Falhou a ligação com a \"Snap Store\"" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1229,11 +1252,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Falhou a ligação com a \"Snap Store\"" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1268,11 @@ "io.\n" "Ainda deseja continuar com a atualização?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Pacote snapd desatualizado" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1284,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Calculando requisitos de tamanho de encaixe" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Processando substituições de encaixe" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "a atualizar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "a atualizar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "a instalar o snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE não ativo" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1300,11 +1323,11 @@ "posterior, tem de ativar PAE (se isso for possível) veja:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1316,10 +1339,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Procurar por snaps instalados" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/qu.po ubuntu-release-upgrader-22.04.13/po/qu.po --- ubuntu-release-upgrader-22.04.12/po/qu.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/qu.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Terry \n" "Language-Team: Quechua \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ro.po ubuntu-release-upgrader-22.04.13/po/ro.po --- ubuntu-release-upgrader-22.04.12/po/ro.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ro.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Marian Vasile \n" "Language-Team: Romanian Gnome Team \n" @@ -1020,13 +1020,13 @@ msgid "Media Change" msgstr "Modificare mediu de stocare" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 @@ "multe informații mergeți la https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Doriți să continuați actualizarea?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "mai multe informații consultați https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx. Doriți să continuați actualizarea?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1067,7 +1067,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Doriți să continuați?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Nu există nici un procesor ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "optimizări care necesită ARMv6, ca arhitectură minimă. Cu acest hardware, nu " "se poate înnoi sistemul la noua versiune Ubuntu." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1126,7 +1126,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1135,11 +1153,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Nu există niciun serviciu „init” disponibil" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1173,11 @@ "\n" "Sigur doriți să continuați?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1194,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1208,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1220,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1233,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE nu este activat" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1274,11 @@ "consultați :\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1272,10 +1290,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ru.po ubuntu-release-upgrader-22.04.13/po/ru.po --- ubuntu-release-upgrader-22.04.12/po/ru.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ru.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:52+0000\n" "Last-Translator: Maxim Petrov \n" "Language-Team: Russian \n" @@ -1051,13 +1051,13 @@ msgid "Media Change" msgstr "Смена носителя" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Имеющееся графическое оборудование может не полностью поддерживаться в " "Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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,11 +1072,11 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Вы все еще " "хотите начать обновление?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Ваша видеокарта не будет поддерживаться полностью в Ubuntu 12.04 LTS." -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Вы действительно хотите " "продолжить обновление?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1096,7 +1096,7 @@ "Обновление может повлечь снижение качества эффектов рабочего стола и " "производительности в играх и приложениях, активно работающих с графикой." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Вы хотите продолжить?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Извините, больше нет обновлений для этой системы" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1127,11 +1127,11 @@ "\n" "Обновления для Ubuntu %s будут продолжаться до %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Нет процессора ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1143,12 +1143,12 @@ "выше. Вашу систему невозможно обновить до нового релиза Ubuntu с текущим " "аппаратным обеспечением." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1158,7 +1158,29 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "В вашей конфигурации используется pam_tally или pam_tally2" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" +"Модули pam_tally и pam_tally2 были удалены из PAM, однако в ваших настройках " +"PAM в /etc/pam.d используется один из этих модулей. Перед обновлением PAM " +"необходимо удалить использование данных модулей; включение этих модулей в " +"конфигурацию PAM после обновления не позволит пользователям войти в систему." + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "Рассмотрите модуль pam_faillock как замену pam_tally." + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1170,11 +1192,11 @@ "\n" "Обновления для Ubuntu %s будут продолжаться до %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Служба init недоступна" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1190,11 +1212,11 @@ "\n" "Вы уверены, что хотите продолжить?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1211,12 +1233,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Не удалось подключиться к Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1226,11 +1248,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Не удалось подключиться к Snap Store" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1242,11 +1264,11 @@ "io.\n" "Вы все еще хотите продолжить обновление?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Устаревший пакет snapd" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1258,34 +1280,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Подсчёт требуемого размера snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Обработка замещений snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "обновление snap-пакета %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "обновление snap-пакета %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "установка snap-пакета %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE отключен" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1298,11 +1320,11 @@ "возможно), обратитесь к веб-сайту:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1314,10 +1336,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Проверка установленных snap" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/rw.po ubuntu-release-upgrader-22.04.13/po/rw.po --- ubuntu-release-upgrader-22.04.12/po/rw.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/rw.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Kinyarwanda \n" @@ -886,11 +886,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -900,11 +900,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -912,13 +912,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -927,12 +927,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -941,11 +941,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -953,12 +953,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -968,7 +968,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -977,11 +995,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -991,11 +1009,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1012,11 +1030,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1026,11 +1044,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1038,11 +1056,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1051,34 +1069,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1086,11 +1104,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1102,10 +1120,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/sco.po ubuntu-release-upgrader-22.04.13/po/sco.po --- ubuntu-release-upgrader-22.04.12/po/sco.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/sco.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Scots \n" @@ -891,11 +891,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -905,11 +905,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -917,13 +917,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -932,12 +932,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -946,11 +946,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -958,12 +958,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -973,7 +973,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -982,11 +1000,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -996,11 +1014,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1017,11 +1035,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1031,11 +1049,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1043,11 +1061,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1056,34 +1074,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1091,11 +1109,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1107,10 +1125,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/sc.po ubuntu-release-upgrader-22.04.13/po/sc.po --- ubuntu-release-upgrader-22.04.12/po/sc.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/sc.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Borealis \n" "Language-Team: Sardinian \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/sd.po ubuntu-release-upgrader-22.04.13/po/sd.po --- ubuntu-release-upgrader-22.04.12/po/sd.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/sd.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Terry \n" "Language-Team: Sindhi \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/se.po ubuntu-release-upgrader-22.04.13/po/se.po --- ubuntu-release-upgrader-22.04.12/po/se.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/se.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 15:22+0000\n" "Last-Translator: Christopher Forster \n" "Language-Team: Northern Sami \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/shn.po ubuntu-release-upgrader-22.04.13/po/shn.po --- ubuntu-release-upgrader-22.04.12/po/shn.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/shn.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Shan \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/si.po ubuntu-release-upgrader-22.04.13/po/si.po --- ubuntu-release-upgrader-22.04.12/po/si.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/si.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Sinhalese \n" @@ -880,11 +880,11 @@ msgid "Media Change" msgstr "මාධ්‍ය වෙනස" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -894,11 +894,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -906,13 +906,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -921,12 +921,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -935,11 +935,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -947,12 +947,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -962,7 +962,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -971,11 +989,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -985,11 +1003,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1006,11 +1024,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1020,11 +1038,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1032,11 +1050,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1045,34 +1063,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1080,11 +1098,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1096,10 +1114,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/sk.po ubuntu-release-upgrader-22.04.13/po/sk.po --- ubuntu-release-upgrader-22.04.12/po/sk.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/sk.po 2022-08-03 00:15:07.000000000 +0000 @@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: sk\n" "Report-Msgid-Bugs-To: sebastian.heinlein@web.de\n" -"POT-Creation-Date: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-23 02:43+0000\n" "Last-Translator: Iain Lane \n" "Language-Team: \n" @@ -1009,11 +1009,11 @@ msgid "Media Change" msgstr "Výmena nosiča" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1028,11 +1028,11 @@ "nájdete na adrese https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Chcete napriek tomu pokračovať v aktualizácii?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1044,7 +1044,7 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx Chcete pokračovať " "v aktualizácii?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1052,7 +1052,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1066,12 +1066,12 @@ "\n" "Chcete pokračovať?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1080,11 +1080,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Neobsahuje procesor ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1096,12 +1096,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1111,7 +1111,30 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "Používate pam_tally alebo pam_tally2 vo vašej konfigurácii." + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" +"Moduly pam_tally a pam_tally2 boli z PAM odstránené. Používate jeden z " +"týchto modulov v konfigurácii PAM v /etc/pam.d. Pred aktualizáciou PAM " +"musíte odstrániť použitie týchto modulov. Zahrnutie týchto modulov do " +"konfigurácie PAM by po aktualizácii znemožnilo používateľom prihlásiť sa do " +"systému." + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "Zvážte pam_faillock modul ako náhradu za pam_tally." + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1120,11 +1143,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Nie je dostupný žiaden init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1139,11 +1162,11 @@ "\n" "Ste si istý, že chcete pokračovať?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1160,11 +1183,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1174,11 +1197,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1186,11 +1209,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1199,34 +1222,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE nie je zapnuté" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1238,11 +1261,11 @@ "Ubuntu, musíte zapnúť PAE (ak je to možné), pozri:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1254,10 +1277,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/sl.po ubuntu-release-upgrader-22.04.13/po/sl.po --- ubuntu-release-upgrader-22.04.12/po/sl.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/sl.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Slovenian \n" @@ -1048,12 +1048,12 @@ msgid "Media Change" msgstr "Menjava nosilca podatkov" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1068,12 +1068,12 @@ "oglejte https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D Ali še " "vedno želite nadaljevati z nadgradnjo?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx. Ali želite z " "nadgradnjo nadaljevati?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1093,7 +1093,7 @@ "Nadgradnja bo verjetno vplivala na učinke namizja, zmogljivost pri igrah in " "drugih grafično zahtevnih programih." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Ali želite nadaljevati?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Ni CPE ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "različico arhitekture. Na trenutni strojni opremi ni mogoče nadgraditi " "vašega sistema na novo izdajo distribucije Ubuntu." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1151,7 +1151,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1160,11 +1178,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Init ni na voljo" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1197,11 @@ "\n" "Ali res želite nadaljevati?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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,12 +1218,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Povezava s trgovino Snap je spodletela" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1233,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Povezava s trgovino Snap je spodletela" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1248,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:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Zastarel paket snapd" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1264,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE ni omogočen" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1286,11 +1304,11 @@ "si:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1302,10 +1320,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Preverjanje nameščenih snapov" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/sq.po ubuntu-release-upgrader-22.04.13/po/sq.po --- ubuntu-release-upgrader-22.04.12/po/sq.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/sq.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Vilson Gjeci \n" "Language-Team: Albanian \n" @@ -1021,12 +1021,12 @@ msgid "Media Change" msgstr "Ndryshim i Medias" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1042,11 +1042,11 @@ "UpdateManagerWarningForUnity3D. Prapëseprapë a dëshironi të vazhdoni me " "përditësimin?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "informacion shikoni https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Dëshironi të vazhdoni me përditësimin?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1066,7 +1066,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Dëshironi të vazhdoni?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Jo ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1110,12 +1110,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1125,7 +1125,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1134,11 +1152,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Nuk ka init të disponueshëm" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1154,11 +1172,11 @@ "\n" "Jeni i sigurtë që dëshironi të vazhdoni?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1175,11 +1193,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1189,11 +1207,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1201,11 +1219,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1214,34 +1232,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE nuk është aktivizuar" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1254,11 +1272,11 @@ "shikoni:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1270,10 +1288,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/sr.po ubuntu-release-upgrader-22.04.13/po/sr.po --- ubuntu-release-upgrader-22.04.12/po/sr.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/sr.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Мирослав Николић \n" "Language-Team: Serbian \n" @@ -1027,12 +1027,12 @@ msgid "Media Change" msgstr "Промена медијума" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Ваша графичка картица можда није у потпуности подржана у Убунтуу 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1048,11 +1048,11 @@ "UpdateManagerWarningForUnity3D“. Да ли и даље желите да наставите са " "надоградњом?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1064,7 +1064,7 @@ "информација на „https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx“. " "Да ли желите да наставите са надоградњом?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1072,7 +1072,7 @@ "Надоградња може смањити ефекте радне површине, перформансе игрица и других " "графички захтевних програма." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1086,12 +1086,12 @@ "\n" "Да ли желите да наставите?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1100,11 +1100,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Нема „ARMv6“ процесора" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1116,12 +1116,12 @@ "минималну архитектуру. Није могуће надоградити ваш систем на ново Убунту " "издање са овим хардвером." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1131,7 +1131,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1140,11 +1158,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Инит није доступан" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1159,11 +1177,11 @@ "\n" "Да ли сте сигурни да желите на наставите?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1180,11 +1198,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1194,11 +1212,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1206,11 +1224,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1219,34 +1237,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "ПАЕ није укључено" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1276,11 @@ "Убунтуа, морате да укључите ПАЕ (ако је могуће), видите:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1274,10 +1292,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/sv.po ubuntu-release-upgrader-22.04.13/po/sv.po --- ubuntu-release-upgrader-22.04.12/po/sv.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/sv.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Swedish \n" @@ -1056,11 +1056,11 @@ msgid "Media Change" msgstr "Mediabyte" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1075,11 +1075,11 @@ "information, se https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Vill du fortsätta uppgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1091,7 +1091,7 @@ "UpdateManagerWarningForI8xx för mer information. Vill du fortsätta med " "uppgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1099,7 +1099,7 @@ "Uppgradering kan minska skrivbordseffekter och prestandan i spel och andra " "grafikintensiva program." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1113,12 +1113,12 @@ "\n" "Vill du fortsätta?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1127,11 +1127,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Ingen ARMv6-processor" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1143,12 +1143,12 @@ "arkitektur. Det är inte möjligt att uppgradera ditt system till en ny Ubuntu-" "utgåva med denna hårdvara." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1158,7 +1158,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1167,11 +1185,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Ingen init finns tillgänglig" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1204,11 @@ "\n" "Är du säker på att du vill fortsätta?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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,12 +1225,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Anslutning till Snappbutiken misslyckades" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1222,11 +1240,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Anslutning till Snappbutiken misslyckades" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1238,11 +1256,11 @@ "snapcraft.io.\n" "Vill du ändå fortsätta med uppgraderingen?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Gammalt snapd-paket" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1254,34 +1272,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Beräknar utrymmeskrav för snappar" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Utför ersättande av snappar" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "installerar snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "installerar snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE är inte aktiverat." -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1293,11 +1311,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:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1309,10 +1327,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Letar efter installerade snappar" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/szl.po ubuntu-release-upgrader-22.04.13/po/szl.po --- ubuntu-release-upgrader-22.04.12/po/szl.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/szl.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2015-04-21 11:30+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Silesian \n" @@ -1049,11 +1049,11 @@ msgid "Media Change" msgstr "Zmiana medium" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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,11 +1067,11 @@ "wersyjo LTS. Wiyncyj informacyji na: https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Chcesz durch kōntynuować ze aktualizacyjōm?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 @@ "informacyji, wejzdrzij na https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx Kōntynuować aktualizacyjo?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1091,7 +1091,7 @@ "Aktualizacyjo może ôgraniczyć efekty pulpitu, wydajność we grach, jak tyż " "inkszych programach intynsywnych graficznie." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Kōntynuować?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Niy ma procesora ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "architektury ARMv6. Niy idzie zaktualizować systymu do nowego wydanio na tyj " "maszinie." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1149,7 +1149,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1158,11 +1176,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Brak dostympnego init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1176,11 +1194,11 @@ "strzodowiska i potrzebuje nojprzōd aktualizacyje kōnfiguracyje masziny " "wirtualnyj." -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1197,12 +1215,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Niy szło sie połōnczyć ze Sklepym Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1212,11 +1230,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Niy szło sie połōnczyć ze Sklepym Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1245,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:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Przestarzały paket Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1261,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Rachowanie wymogōw srogości snapa" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Procesowanie wymian snapa" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "ôdświyżanie snapa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "ôdświyżanie snapa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "instalowanie snapa %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE niyma włōnczōny" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1300,11 @@ "Ubuntu, włōncz PAE (jeźli je to możliwe), wiyncyj informacyji:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1298,10 +1316,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Sprawdzanie zainstalowanych snapōw" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ta_LK.po ubuntu-release-upgrader-22.04.13/po/ta_LK.po --- ubuntu-release-upgrader-22.04.12/po/ta_LK.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ta_LK.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Ramesh \n" "Language-Team: Tamil (Sri-Lanka) \n" @@ -881,11 +881,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -895,11 +895,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -907,13 +907,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -922,12 +922,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -936,11 +936,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -948,12 +948,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -963,7 +963,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -972,11 +990,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -986,11 +1004,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1007,11 +1025,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1021,11 +1039,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1033,11 +1051,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1046,34 +1064,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1081,11 +1099,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1097,10 +1115,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ta.po ubuntu-release-upgrader-22.04.13/po/ta.po --- ubuntu-release-upgrader-22.04.12/po/ta.po 2022-07-19 13:39:25.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ta.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: mano-மனோ \n" "Language-Team: Tamil \n" @@ -883,11 +883,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -897,11 +897,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -909,13 +909,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -924,12 +924,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -938,11 +938,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -950,12 +950,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -965,7 +965,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -974,11 +992,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -988,11 +1006,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1009,11 +1027,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1023,11 +1041,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1035,11 +1053,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1048,34 +1066,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1083,11 +1101,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1099,10 +1117,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/te.po ubuntu-release-upgrader-22.04.13/po/te.po --- ubuntu-release-upgrader-22.04.12/po/te.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/te.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Praveen Illa \n" "Language-Team: Telugu \n" @@ -908,11 +908,11 @@ msgid "Media Change" msgstr "మీడియా మార్పు" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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,7 +934,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -942,7 +942,7 @@ "ఉన్నతీకరించడం వలన డెస్క్ టాప్ ప్రభావాలు, మరియు ఆటలలో ప్రదర్శనను మరియు ఇతర గ్రాఫిక్స్ తో కూడిన పెద్ద " "ప్రోగాంల మీద ప్రభావం చూపి వాటి ప్రదర్శనను తగ్గించవచ్చు." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "ARMv6 CPU లేదు" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -992,7 +992,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1001,11 +1019,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "ఎటువంటి init లభ్యతలో లేదు" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1033,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1054,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1068,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1080,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1093,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1128,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1126,10 +1144,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/tg.po ubuntu-release-upgrader-22.04.13/po/tg.po --- ubuntu-release-upgrader-22.04.12/po/tg.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/tg.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Tajik \n" @@ -903,13 +903,13 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Эҳтимол аст, ки сахтафзори графикии шумо дар Ubuntu 14.04 пуррагӣ дастгирӣ " "намешавад." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -987,7 +987,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -996,11 +1014,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1028,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1049,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1063,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1075,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1088,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE фаъол нашудааст" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1128,11 @@ "кунед (агар имкон дошта бошед). Барои маълумоти муфассал:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1126,10 +1144,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/th.po ubuntu-release-upgrader-22.04.13/po/th.po --- ubuntu-release-upgrader-22.04.12/po/th.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/th.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Thai \n" @@ -976,11 +976,11 @@ msgid "Media Change" msgstr "เปลี่ยนสื่อ" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "ฮาร์ดแวร์แสดงผลของคุณอาจไม่ได้รับการสนับสนุนอย่างเต็มที่ใน Ubuntu 14.04" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -995,11 +995,11 @@ "ไปก่อนตอนนี้ สำหรับข้อมูลเพิ่มเติม ดูที่ https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D คุณยังคงต้องการอัปเกรดต่อไปหรือไม่?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "ฮาร์ดแวร์แสดงผลของคุณอาจไม่ได้รับการสนับสนุนอย่างเต็มที่ใน Ubuntu 12.04 LTS" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1010,14 +1010,14 @@ "ของคุณถูกจำกัดและคุณอาจประสบปัญหาหลังการปรับรุ่นได้ สำหรับข้อมูลเพิ่มเติม ดูที่ https://wiki." "ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx คุณต้องการทำการอัปเกรดต่อไปหรือไม่?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" "การปรับปรุงอาจจะลดลูกเล่นของพื้นโต๊ะ และประสิทธิภาพในเกมและโปรแกมอื่นๆ ที่ต้องใช้กราฟิกมาก" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1030,12 +1030,12 @@ "\n" "คุณต้องการทำต่อ?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1044,11 +1044,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "ไม่พบ CPU ARMv6" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1059,12 +1059,12 @@ "จะถูกสร้างขึ้นด้วยการเพิ่มประสิทธิภาพซึ่งต้องการ ARMv6 เป็นสถาปัตยกรรมขั้นต่ำสุด " "และเป็นไปไม่ได้ที่จะอัปเกรดระบบของคุณเป็น Ubuntu รุ่นใหม่ด้วยฮาร์ดแวร์นี้" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1074,7 +1074,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1083,11 +1101,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "ไม่พบ init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1120,11 @@ "\n" "คุณแน่ใจหรือว่าคุณต้องการทำต่อไป?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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,12 +1141,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "การเชื่อมต่อไปยัง Snap Store ล้มเหลว" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1138,11 +1156,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "การเชื่อมต่อไปยัง Snap Store ล้มเหลว" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1153,11 +1171,11 @@ "ตรวจให้แน่ใจว่าระบบของคุณสามารถเชื่อมต่อไปยัง api.snapcraft.io ได้\n" "คุณยังคงต้องการดำเนินการอัปเกรดต่อหรือไม่?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "แพ็กเกจ snapd ล้าสมัย" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1169,34 +1187,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "ไม่ได้เปิดใช้งาน PAE อยู่" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1208,11 +1226,11 @@ "(หากเป็นไปได้) ดูที่:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1224,10 +1242,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "กำลังตรวจหา snaps ที่ติดตั้งแล้ว" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/tl.po ubuntu-release-upgrader-22.04.13/po/tl.po --- ubuntu-release-upgrader-22.04.12/po/tl.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/tl.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Ariel S. Betan \n" "Language-Team: Tagalog \n" @@ -908,11 +908,11 @@ msgid "Media Change" msgstr "Binagong Media" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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,7 +934,7 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -942,7 +942,7 @@ "Maaaring mabawasan ang desktop effects, at performance ng mga games at iba " "pang graphically intensive programs." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, 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:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Walang ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -992,7 +992,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1001,11 +1019,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Walang init na available" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1033,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 +1054,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1068,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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 +1080,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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,34 +1093,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1128,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1126,10 +1144,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/tr.po ubuntu-release-upgrader-22.04.13/po/tr.po --- ubuntu-release-upgrader-22.04.12/po/tr.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/tr.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:53+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Turkish \n" @@ -1038,13 +1038,13 @@ msgid "Media Change" msgstr "Ortam Değişimi" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 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:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1059,12 +1059,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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1077,7 +1077,7 @@ "UpdateManagerWarningForI8xx bağlantısına göz atınız. Yükseltmeye devam etmek " "istiyor musunuz?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1085,7 +1085,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1098,12 +1098,12 @@ "\n" "Devam etmek istiyor musunuz?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1112,11 +1112,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "ARMv6 İşlemci Yok" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1128,12 +1128,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1143,7 +1143,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1152,11 +1170,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Başlatıcı mevcut değil" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1170,11 +1188,11 @@ "öncelikle sanal makinenizin ayarlarını güncelleştirmeniz gerekiyor.\n" "Devam etmek istediğinizden emin misiniz?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1191,12 +1209,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Snap Mağazasına bağlanma başarısız" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1206,11 +1224,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Snap Mağazasına bağlanma başarısız" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1221,11 +1239,11 @@ "sisteminizin api.snapcraft.io'ya bağlanabildiğinden emin olun.\n" "Yükseltmeye devam etmek istiyor musunuz?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Eskimiş snapd paketi" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1237,34 +1255,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE etkin değil" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1276,11 +1294,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:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1292,10 +1310,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Kurulu snap araması sürüyor" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ubuntu-release-upgrader.pot ubuntu-release-upgrader-22.04.13/po/ubuntu-release-upgrader.pot --- ubuntu-release-upgrader-22.04.12/po/ubuntu-release-upgrader.pot 2022-07-19 13:39:22.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ubuntu-release-upgrader.pot 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -877,11 +877,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -891,11 +891,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -903,13 +903,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -918,12 +918,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -932,11 +932,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -944,12 +944,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -959,7 +959,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -968,11 +986,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -982,11 +1000,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1003,11 +1021,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1017,11 +1035,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1029,11 +1047,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1042,34 +1060,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1077,11 +1095,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1093,10 +1111,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ug.po ubuntu-release-upgrader-22.04.13/po/ug.po --- ubuntu-release-upgrader-22.04.12/po/ug.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ug.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Brian Murray \n" "Language-Team: Uyghur Computer Science Association \n" @@ -993,13 +993,13 @@ msgid "Media Change" msgstr "ۋاسىتە ئۆزگەرتىش" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "كومپيۇتېرىڭىزنىڭ گرافىك قاتتىق دېتالىنى ئۇبۇنتۇ 14.04 تە تولۇق ئىشلەتكىلى " "بولماسلىقى مۇمكىن." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1014,11 +1014,11 @@ "تەپسىلاتنى https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D " "دىن كۆرۈڭ. يۈكسەلدۈرۈشنى داۋاملاشتۇرامسىز؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "كومپيۇتېرىدىكى كۆرسىتىش كارتىسىنى ئۇبۇنتۇ 12.04 LTS تولۇق قوللىمايدۇ." -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -1030,7 +1030,7 @@ "ئۇچۇرلارنى https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx دىن " "كۆرۈشكە بولىدۇ. يۈكسەلدۈرۈشنى داۋاملاشتۇرامسىز؟" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1038,7 +1038,7 @@ "يۈكسەلدۈرۈلسە ئۈستەلئۈستى ئۈنۈمى، ئويۇنلار ۋە باشقا گرافىكىلىق " "پروگراممىلارنىڭ ئىقتىدارىدا ئاجىزلاش بولىدۇ." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1051,12 +1051,12 @@ "\n" "داۋاملاشتۇرامسىز?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1065,11 +1065,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "ARMv6 تىپىدىكى CPU ئەمەس" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1080,12 +1080,12 @@ "كونا. karmic تىكى بارلىق بوغچىلار ARMv6 غا ماسلاشتۇرۇلغان بولۇپ، " "كومپيۇتېرىڭىزدا ئىشلەتكىلى بولمايدۇ. شۇڭا سىستېمىنى يېڭىلىيالمايسىز." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1095,7 +1095,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1104,11 +1122,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "init يوقكەن" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1123,11 +1141,11 @@ "\n" "داۋاملاشتۇرامسىز?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1144,11 +1162,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1158,11 +1176,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1170,11 +1188,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1183,34 +1201,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "ئەمەلىي ئادرېسنى كېڭەيتىش ئىقتىدارى (PAE) قوزغىتىلمىغان" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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 +1241,11 @@ "بولسىڭىز، چوقۇم PAE ئىقتىدارى (ئەگەر مۇمكىن بولسا)نى قوزغىتىڭ، تەپسىلاتى: " "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1239,10 +1257,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/uk.po ubuntu-release-upgrader-22.04.13/po/uk.po --- ubuntu-release-upgrader-22.04.12/po/uk.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/uk.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-07-12 15:58+0000\n" "Last-Translator: Юрій Олексійчук \n" "Language-Team: Ukrainian \n" @@ -1054,12 +1054,12 @@ msgid "Media Change" msgstr "Зміна носія" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" "Ваше графічне обладнання не може бути повністю підтримуване в Ubuntu 14.04." -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -1074,11 +1074,11 @@ "відомості, див. https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForUnity3D Ви все ще хочете продовжити оновлення?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Ваш графічний пристрій підтримується Ubuntu 12.04 LTS не повністю." -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 Ви дійсно бажаєте продовжити оновлення?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -1098,7 +1098,7 @@ "Оновлення може уповільнити ефекти робочого столу, продуктивність роботи в " "іграх та інших графічно складних програмах." -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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" "Чи хочете ви продовжувати?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "Вибачте, цю систему вже не можна оновити" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1129,11 +1129,11 @@ "\n" "Пакунки оновлень Ubuntu %s випускатимуть до %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Немає ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1145,12 +1145,12 @@ "як мінімум. Оновлення вашої системи до нового випуску Ubuntu неможливе на " "даному обладнанні." -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1160,7 +1160,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1172,11 +1190,11 @@ "\n" "Пакунки оновлень Ubuntu %s випускатимуть до %s." -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Служба init недоступна" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1210,11 @@ "\n" "Ви впевнені, що хочете продовжити?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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,12 +1231,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "Помилка з'єднання з магазином Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1228,11 +1246,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "Помилка з'єднання з магазином Snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1243,11 +1261,11 @@ "процедуру оновлення, переконайтеся, що система може підключитися до api." "snapcraft.io. Продовжити оновлення?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "Застарілий пакунок snapd" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1258,34 +1276,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "Обчислюємо вимоги щодо розміру для snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "Обробляємо замінники snap" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "оновлюємо snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "оновлюємо snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "встановлюємо snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "PAE не увімкнуто" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1297,11 +1315,11 @@ "12.10. Оновлення до новішої версії Ubuntu вимагатиме вмикання PAE (якщо це " "можливо). Див.: http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1313,10 +1331,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "Перевірка на встановлені snap-пакунки" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/ur.po ubuntu-release-upgrader-22.04.13/po/ur.po --- ubuntu-release-upgrader-22.04.12/po/ur.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/ur.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Vogt \n" "Language-Team: Urdu \n" @@ -879,11 +879,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -893,11 +893,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -905,13 +905,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -920,12 +920,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -934,11 +934,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -946,12 +946,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -961,7 +961,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -970,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -984,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1005,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1019,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1031,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1044,34 +1062,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1079,11 +1097,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1095,10 +1113,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/uz.po ubuntu-release-upgrader-22.04.13/po/uz.po --- ubuntu-release-upgrader-22.04.12/po/uz.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/uz.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 15:22+0000\n" "Last-Translator: Akmal Xushvaqov \n" "Language-Team: Uzbek \n" @@ -891,11 +891,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -905,11 +905,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -917,13 +917,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -932,12 +932,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -946,11 +946,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -958,12 +958,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -973,7 +973,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -982,11 +1000,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -996,11 +1014,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1017,11 +1035,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1031,11 +1049,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1043,11 +1061,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1056,34 +1074,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1091,11 +1109,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1107,10 +1125,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/vi.po ubuntu-release-upgrader-22.04.13/po/vi.po --- ubuntu-release-upgrader-22.04.12/po/vi.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/vi.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-23 02:39+0000\n" "Last-Translator: Hai Lang \n" "Language-Team: Vietnamese \n" @@ -949,11 +949,11 @@ msgid "Media Change" msgstr "Đổi đĩa" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -968,13 +968,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:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 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:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -986,7 +986,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:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." @@ -994,7 +994,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:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1008,12 +1008,12 @@ "\n" "Bạn có muốn tiếp tục?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1022,11 +1022,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "Không có ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1038,12 +1038,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:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1053,7 +1053,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1062,11 +1080,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "Không init nào có sẵn" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1082,11 +1100,11 @@ "\n" "Bạn có chắc chắn muốn tiếp tục không?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1103,11 +1121,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1117,11 +1135,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1129,11 +1147,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1142,34 +1160,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1177,11 +1195,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1193,10 +1211,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/xh.po ubuntu-release-upgrader-22.04.13/po/xh.po --- ubuntu-release-upgrader-22.04.12/po/xh.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/xh.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Michael Terry \n" "Language-Team: Xhosa \n" @@ -879,11 +879,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -893,11 +893,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -905,13 +905,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -920,12 +920,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -934,11 +934,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -946,12 +946,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -961,7 +961,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -970,11 +988,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -984,11 +1002,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1005,11 +1023,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1019,11 +1037,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1031,11 +1049,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1044,34 +1062,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1079,11 +1097,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1095,10 +1113,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/zh_CN.po ubuntu-release-upgrader-22.04.13/po/zh_CN.po --- ubuntu-release-upgrader-22.04.12/po/zh_CN.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/zh_CN.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-10-26 18:45+0000\n" "Last-Translator: Xu Zhen \n" "Language-Team: Chinese (simplified) \n" @@ -953,11 +953,11 @@ msgid "Media Change" msgstr "改变介质" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "您的图形硬件可能无法在 Ubuntu 14.04 上完全支持。" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 @@ "境。我们建议暂时保持 LTS 版本。要获取更多信息,请访问 https://wiki.ubuntu." "com/X/Bugs/UpdateManagerWarningForUnity3D 您是否要继续升级?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Ubuntu 12.04 LTS 可能无法完全支持您的显卡。" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -985,13 +985,13 @@ "信息,请查看 https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForI8xx 。仍" "然想要继续升级吗?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "升级过程可能会降低桌面特效,游戏性能以及对显示要求高的程序。" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1004,12 +1004,12 @@ "\n" "您想继续吗?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1018,11 +1018,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "没有 ARMv6 CPU" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "化都需要至少 ARMv6 的 CPU 架构。在这种硬件基础上无法将您的系统升级到一个新的 " "Ubuntu 发行版。" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1048,7 +1048,29 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +#, fuzzy +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "您的配置文件中正在使用 pam_tally 或 pam_tally2" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" +"请注意,pam_tally 和 pam_tally2 模块已从 PAM 中移除。您正在系统上 /etc/pam.d " +"中的配置文件中使用其中某个模块。在 PAM 更新之前,您必须移除对这些模块的使用;" +"在升级后依旧于 PAM 配置中使用这些模块将导致用户无法使用该方式登录系统。" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "请考虑使用 pam_faillock 模块作为 pam_tally 的替代。" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1057,11 +1079,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "无可用的 init" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1075,11 +1097,11 @@ "\n" "您确定要继续吗?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1096,12 +1118,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "与 Snap Store 的连接失败" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1111,11 +1133,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "与 Snap Store 的连接失败" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1126,11 +1148,11 @@ "接 api.snapcraft.io。\n" "你还想继续升级吗?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "过时的 snapd 软件包" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1139,34 +1161,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "未启用 PAE 功能" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1177,11 +1199,11 @@ "能到 12.04 版。如果想升级到更高版本的 Ubuntu,您必须启用 PAE 功能(在可能的前" "提下)。请常见:http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1193,10 +1215,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/zh_HK.po ubuntu-release-upgrader-22.04.13/po/zh_HK.po --- ubuntu-release-upgrader-22.04.12/po/zh_HK.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/zh_HK.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:55+0000\n" "Last-Translator: Walter Cheuk \n" "Language-Team: Chinese (Hong Kong) \n" @@ -925,11 +925,11 @@ msgid "Media Change" msgstr "媒體變更" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Ubuntu 14.04 未必能完全支援你的圖像硬件。" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -943,11 +943,11 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D 。你仍想要繼續" "升級嗎?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "Ubuntu 12.04 LTS 未必能完全支援你的圖像卡硬件。" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -958,13 +958,13 @@ "題。更多資訊可以查看 https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx 。你仍想要繼續升級嗎?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "升級可能減低桌面特效和遊戲及其他著重圖形程式的表現。" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 @@ "\n" "是否要繼續?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -994,11 +994,11 @@ "\n" "Ubuntu %s 版的更新會繼續提供,直至 %s。" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "非 ARMv6 處理器" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 @@ "化目標來建置,所以處理器至少需要有 ARMv6 等級。對於目前的硬件來說,無法將系統" "升級到新的 Ubuntu 發行版。" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1024,7 +1024,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1036,11 +1054,11 @@ "\n" "Ubuntu %s 版的更新會繼續提供,直至 %s。" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "無法初始化" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -1054,11 +1072,11 @@ "\n" "您確定想要繼續?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1075,11 +1093,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1089,11 +1107,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1101,11 +1119,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1114,34 +1132,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "物理地址擴展(PAE)未啟用" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1149,11 +1167,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1165,10 +1183,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/zh_TW.po ubuntu-release-upgrader-22.04.13/po/zh_TW.po --- ubuntu-release-upgrader-22.04.12/po/zh_TW.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/zh_TW.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2019-06-18 17:54+0000\n" "Last-Translator: Walter Cheuk \n" "Language-Team: Chinese (Taiwan) \n" @@ -959,11 +959,11 @@ msgid "Media Change" msgstr "媒體變更" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "Ubuntu 14.04 未必能完全支援您的圖像硬體。" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -977,11 +977,11 @@ "https://wiki.ubuntu.com/X/Bugs/UpdateManagerWarningForUnity3D 您仍想要繼續升" "級嗎?" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "您的繪圖硬體可能無法被 Ubuntu 12.04 LTS 完整支援。" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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,13 +992,13 @@ "題。更多資訊可以查看 \"https://wiki.ubuntu.com/X/Bugs/" "UpdateManagerWarningForI8xx\"。您是否要繼續升級?" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "升級可能減低桌面特效和遊戲及其他著重圖形程式的表現。" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -1011,12 +1011,12 @@ "\n" "是否要繼續?" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -1028,11 +1028,11 @@ "\n" "Ubuntu %s 版的更新會繼續提供,直至 %s。" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "無 ARMv6 處理器" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -1042,12 +1042,12 @@ "您系統使用的 ARM 處理器舊於 ARMv6 架構。所有 karmic 軟體包都是以 ARMv6 為最低" "架構優化建造的。所以伴隨此硬體無法升級您的系統到新的 Ubuntu 版本。" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -1057,7 +1057,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, fuzzy, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -1069,11 +1087,11 @@ "\n" "Ubuntu %s 版的更新會繼續提供,直至 %s。" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "無法初始化" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 +1105,11 @@ "\n" "您確定想要繼續?" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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,12 +1126,12 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 #, fuzzy msgid "Connection to the Snap Store failed" msgstr "連線到 Snap 商店失敗" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 +1141,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "連線到 Snap 商店失敗" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1138,11 +1156,11 @@ "到 api.snapcraft.io。\n" "仍然繼續升級?" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "過期的 snapd 軟體包" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1153,34 +1171,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, fuzzy, python-format msgid "removing snap %s" msgstr "正在安裝 snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "正在安裝 snap %s" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "實體位址延伸功能 (PAE) 尚未啟用" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1192,11 +1210,11 @@ "能 (若可能的話) 詳見:\n" "http://help.ubuntu.com/community/EnablingPAE" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1208,10 +1226,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "正在檢查已經安裝的 snap" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/po/zu.po ubuntu-release-upgrader-22.04.13/po/zu.po --- ubuntu-release-upgrader-22.04.12/po/zu.po 2022-07-19 13:39:26.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/po/zu.po 2022-08-03 00:15:07.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: 2022-07-19 06:39-0700\n" +"POT-Creation-Date: 2022-08-03 01:28+0000\n" "PO-Revision-Date: 2013-05-22 11:00+0000\n" "Last-Translator: Xolani1990 \n" "Language-Team: Zulu \n" @@ -878,11 +878,11 @@ msgid "Media Change" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:236 +#: ../DistUpgrade/DistUpgradeQuirks.py:238 msgid "Your graphics hardware may not be fully supported in Ubuntu 14.04." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:238 +#: ../DistUpgrade/DistUpgradeQuirks.py:240 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 " @@ -892,11 +892,11 @@ "upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:262 +#: ../DistUpgrade/DistUpgradeQuirks.py:264 msgid "Your graphics hardware may not be fully supported in Ubuntu 12.04 LTS." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:264 +#: ../DistUpgrade/DistUpgradeQuirks.py:266 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 " @@ -904,13 +904,13 @@ "continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:284 +#: ../DistUpgrade/DistUpgradeQuirks.py:286 msgid "" "Upgrading may reduce desktop effects, and performance in games and other " "graphically intensive programs." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:288 +#: ../DistUpgrade/DistUpgradeQuirks.py:290 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 " @@ -919,12 +919,12 @@ "Do you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:327 -#: ../DistUpgrade/DistUpgradeQuirks.py:396 +#: ../DistUpgrade/DistUpgradeQuirks.py:329 +#: ../DistUpgrade/DistUpgradeQuirks.py:436 msgid "Sorry, no more upgrades for this system" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:328 +#: ../DistUpgrade/DistUpgradeQuirks.py:330 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's 'i386' " @@ -933,11 +933,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:343 +#: ../DistUpgrade/DistUpgradeQuirks.py:345 msgid "No ARMv6 CPU" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:344 +#: ../DistUpgrade/DistUpgradeQuirks.py:346 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 " @@ -945,12 +945,12 @@ "Ubuntu release with this hardware." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:364 +#: ../DistUpgrade/DistUpgradeQuirks.py:366 msgid "" "Sorry, this storage driver is not supported in kernels for newer releases" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:366 +#: ../DistUpgrade/DistUpgradeQuirks.py:368 #, python-format msgid "" "There will not be any further Ubuntu releases that provide kernel support " @@ -960,7 +960,25 @@ "driver, remove the directory %s and try again." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:397 +#. from libpam-modules.templates +#: ../DistUpgrade/DistUpgradeQuirks.py:399 +msgid "You are using pam_tally or pam_tally2 in your configuration." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:401 +msgid "" +"The pam_tally and pam_tally2 modules have been removed from PAM. You are " +"using one of these modules in your PAM configuration in /etc/pam.d. You must " +"remove the uses of these modules before PAM can be upgraded; including these " +"modules in your PAM configuration after the upgrade will stop users from " +"being able to log into the system." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:409 +msgid "Consider the pam_faillock module as a replacement for pam_tally." +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:437 #, python-format msgid "" "There will not be any further Ubuntu releases for this system's POWER8 " @@ -969,11 +987,11 @@ "Updates for Ubuntu %s will continue until %s." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:415 +#: ../DistUpgrade/DistUpgradeQuirks.py:455 msgid "No init available" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:416 +#: ../DistUpgrade/DistUpgradeQuirks.py:456 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 " @@ -983,11 +1001,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:457 +#: ../DistUpgrade/DistUpgradeQuirks.py:497 msgid "The Robot Operating System (ROS) is installed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:458 +#: ../DistUpgrade/DistUpgradeQuirks.py:498 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 " @@ -1004,11 +1022,11 @@ "Are you sure you want to continue?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:583 +#: ../DistUpgrade/DistUpgradeQuirks.py:623 msgid "Connection to the Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:584 +#: ../DistUpgrade/DistUpgradeQuirks.py:624 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 " @@ -1018,11 +1036,11 @@ "may want to configure a Snap Store proxy." msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:599 +#: ../DistUpgrade/DistUpgradeQuirks.py:639 msgid "Connection to Snap Store failed" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:600 +#: ../DistUpgrade/DistUpgradeQuirks.py:640 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." @@ -1030,11 +1048,11 @@ "Do you still want to continue with the upgrade?" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:609 +#: ../DistUpgrade/DistUpgradeQuirks.py:649 msgid "Outdated snapd package" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:610 +#: ../DistUpgrade/DistUpgradeQuirks.py:650 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" @@ -1043,34 +1061,34 @@ #. now perform direct API calls to the store, requesting size #. information for each of the snaps needing installation -#: ../DistUpgrade/DistUpgradeQuirks.py:635 +#: ../DistUpgrade/DistUpgradeQuirks.py:675 msgid "Calculating snap size requirements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:666 +#: ../DistUpgrade/DistUpgradeQuirks.py:706 msgid "Processing snap replacements" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:672 +#: ../DistUpgrade/DistUpgradeQuirks.py:712 #, python-format msgid "refreshing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:676 +#: ../DistUpgrade/DistUpgradeQuirks.py:716 #, python-format msgid "removing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:679 +#: ../DistUpgrade/DistUpgradeQuirks.py:719 #, python-format msgid "installing snap %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:708 +#: ../DistUpgrade/DistUpgradeQuirks.py:748 msgid "PAE not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:709 +#: ../DistUpgrade/DistUpgradeQuirks.py:749 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, " @@ -1078,11 +1096,11 @@ "http://help.ubuntu.com/community/EnablingPAE" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1005 +#: ../DistUpgrade/DistUpgradeQuirks.py:1045 msgid "universe component not enabled" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1006 +#: ../DistUpgrade/DistUpgradeQuirks.py:1046 #, python-format msgid "" "You have the package %s installed which is a python2 package. python2 has " @@ -1094,10 +1112,23 @@ "universe component in /etc/apt/sources.list or remove %s" msgstr "" -#: ../DistUpgrade/DistUpgradeQuirks.py:1118 +#: ../DistUpgrade/DistUpgradeQuirks.py:1158 msgid "Checking for installed snaps" msgstr "" +#: ../DistUpgrade/DistUpgradeQuirks.py:1520 +msgid "NVIDIA driver metapackage unavailable" +msgstr "" + +#: ../DistUpgrade/DistUpgradeQuirks.py:1521 +#, python-format +msgid "" +"Your system has the package libnvidia-gl-%s installed but the corresponding " +"metapackage nvidia-driver-%s is not installed and is not available to be " +"installed. The upgrade process was not able to automatically fix this issue " +"and consequently the upgrade will now exit." +msgstr "" + #: ../DistUpgrade/DistUpgradeMain.py:62 msgid "" "Use frontend. Currently available: \n" diff -Nru ubuntu-release-upgrader-22.04.12/tests/test_quirks.py ubuntu-release-upgrader-22.04.13/tests/test_quirks.py --- ubuntu-release-upgrader-22.04.12/tests/test_quirks.py 2022-07-19 13:25:57.000000000 +0000 +++ ubuntu-release-upgrader-22.04.13/tests/test_quirks.py 2022-08-03 00:12:21.000000000 +0000 @@ -447,6 +447,22 @@ q._test_and_fail_on_aufs() self.assertTrue(len(mock_controller.abort.mock_calls)) + @mock.patch('builtins.open') + def test_pam_tally_fail(self, mock_open): + with tempfile.TemporaryFile(mode='w+') as f: + f.write("auth sufficient pam_tally.so\n" + "@include common-auth\n" + "@include common-account\n" + "@include common-session\n") + f.seek(0) + mock_open.return_value = f + mock_controller = mock.Mock() + + q = DistUpgradeQuirks(mock_controller, mock.Mock()) + + q._test_and_fail_on_pam_tally() + self.assertTrue(len(mock_controller.abort.mock_calls)) + def test_replace_fkms_overlay_no_config(self): with tempfile.TemporaryDirectory() as boot_dir: mock_controller = mock.Mock()