From bba54066539131fc4800400740f455fbda58c285 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 7 Aug 2023 18:02:29 +0300 Subject: [PATCH] Remove dot in translations --- ...Add-MSVSphere-identification-support.patch | 20 +++++++++---------- SPECS/anaconda.spec | 5 ++++- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/SOURCES/0011-Add-MSVSphere-identification-support.patch b/SOURCES/0011-Add-MSVSphere-identification-support.patch index 8ca5ca5..7c14e07 100644 --- a/SOURCES/0011-Add-MSVSphere-identification-support.patch +++ b/SOURCES/0011-Add-MSVSphere-identification-support.patch @@ -93,18 +93,18 @@ index c478f3f..914b54c 100644 -#: pyanaconda/ui/gui/spokes/welcome.py:274 +#: pyanaconda/ui/gui/spokes/welcome.py:278 +#, python-format -+msgid "WELCOME TO MSVSphere %(version)s Server." -+msgstr "ДОБРО ПОЖАЛОВАТЬ В МСВСфера %(version)s Сервер." ++msgid "WELCOME TO MSVSphere %(version)s Server" ++msgstr "ДОБРО ПОЖАЛОВАТЬ В МСВСфера %(version)s Сервер" + +#: pyanaconda/ui/gui/spokes/welcome.py:280 +#, python-format -+msgid "WELCOME TO MSVSphere %(version)s ARM." -+msgstr "ДОБРО ПОЖАЛОВАТЬ В МСВСфера %(version)s АРМ." ++msgid "WELCOME TO MSVSphere %(version)s ARM" ++msgstr "ДОБРО ПОЖАЛОВАТЬ В МСВСфера %(version)s АРМ" + +#: pyanaconda/ui/gui/spokes/welcome.py:282 +#, python-format -+msgid "WELCOME TO MSVSphere %(version)s OS." -+msgstr "ДОБРО ПОЖАЛОВАТЬ В МСВСфера %(version)s ОС." ++msgid "WELCOME TO MSVSphere %(version)s OS" ++msgstr "ДОБРО ПОЖАЛОВАТЬ В МСВСфера %(version)s ОС" + +#: pyanaconda/ui/gui/spokes/welcome.py:284 #, python-format @@ -436,13 +436,13 @@ index 2d8f6b2..4e1fd87 100644 - welcomeLabel.set_text(_("WELCOME TO %(name)s %(version)s.") % + if productBase == "MSVSphere" and productFlavor == "Server": -+ welcome_text = _("WELCOME TO MSVSphere %(version)s Server.") ++ welcome_text = _("WELCOME TO MSVSphere %(version)s Server") + elif productBase == "MSVSphere" and productFlavor == "ARM": -+ welcome_text = _("WELCOME TO MSVSphere %(version)s ARM.") ++ welcome_text = _("WELCOME TO MSVSphere %(version)s ARM") + elif productBase == "MSVSphere" and productFlavor == "OS": -+ welcome_text = _("WELCOME TO MSVSphere %(version)s OS.") ++ welcome_text = _("WELCOME TO MSVSphere %(version)s OS") + else: -+ welcome_text = _("WELCOME TO %(name)s %(version)s.") ++ welcome_text = _("WELCOME TO %(name)s %(version)s") + welcomeLabel.set_text(welcome_text % {"name" : productName.upper(), "version" : productVersion}) # pylint: disable=no-member diff --git a/SPECS/anaconda.spec b/SPECS/anaconda.spec index 8ac23b1..a0806c7 100644 --- a/SPECS/anaconda.spec +++ b/SPECS/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 34.25.2.10 -Release: 1%{?dist}.inferit.5 +Release: 1%{?dist}.inferit.6 License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -430,6 +430,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Mon Aug 7 2023 Arkady L. Shane - 34.25.2.10-1.inferit.6 +- Remove dot in translations + * Wed Aug 2 2023 Arkady L. Shane - 34.25.2.10-1.inferit.5 - Enable checkbox to allow admin rules for new user