Location and reporting services option should be off by default

Updated Russian translation
i8 changed/i8/gnome-initial-setup-3.28.0-11.el8.inferit
Sergey Cherevko 1 year ago
parent a7f42ff3f1
commit 6e4f0a1325
Signed by: scherevko
GPG Key ID: D87CBBC16D2E4A72

@ -0,0 +1,45 @@
From 59275948f5ad6d38572a94ba6771d1e75140cc92 Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
Date: Fri, 29 Dec 2023 14:56:57 +0300
Subject: [PATCH 1/2] Updated Russian translation
---
po/ru.po | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/po/ru.po b/po/ru.po
index db4612c..bce1016 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -101,6 +101,10 @@ msgstr "_Имя пользователя"
msgid "_Password"
msgstr "_Пароль"
+#: ../gnome-initial-setup/pages/password/gis-password-page.ui.h:4
+msgid "_Confirm"
+msgstr "_Подтвердите пароль"
+
#: ../gnome-initial-setup/pages/account/gis-account-page-enterprise.ui.h:6
msgid "Enterprise domain or realm name"
msgstr "Название домена предприятия или области"
@@ -477,7 +481,7 @@ msgstr ""
#: ../gnome-initial-setup/pages/password/pw-utils.c:117
msgctxt "Password hint"
-msgid "Mix uppercase and lowercase and use a number or two."
+msgid "Mix uppercase and lowercase and try to use a number or two."
msgstr "Используйте прописные и строчные буквы, а также одну или две цифры."
#: ../gnome-initial-setup/pages/password/pw-utils.c:119
@@ -593,7 +597,7 @@ msgstr "Выберите вашу страну или регион."
#: ../gnome-initial-setup/pages/summary/gis-summary-page.c:304
#, c-format
msgid "_Start Using %s"
-msgstr "_Начать работу с %s"
+msgstr "_Начать работу c МСВСфера ОС"
#: ../gnome-initial-setup/pages/summary/gis-summary-page.c:334
msgid "Ready to Go"
--
2.39.3

@ -0,0 +1,28 @@
From 5f95aedf5ae292549a7c0a63596b3f8d0c38a2af Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
Date: Fri, 29 Dec 2023 14:57:49 +0300
Subject: [PATCH 2/2] Location and reporting services option should be off by
default
---
gnome-initial-setup/pages/privacy/gis-privacy-page.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnome-initial-setup/pages/privacy/gis-privacy-page.c b/gnome-initial-setup/pages/privacy/gis-privacy-page.c
index f2af372..cc2fa2a 100644
--- a/gnome-initial-setup/pages/privacy/gis-privacy-page.c
+++ b/gnome-initial-setup/pages/privacy/gis-privacy-page.c
@@ -173,8 +173,8 @@ gis_privacy_page_constructed (GObject *object)
priv->location_settings = g_settings_new ("org.gnome.system.location");
priv->privacy_settings = g_settings_new ("org.gnome.desktop.privacy");
- gtk_switch_set_active (GTK_SWITCH (priv->location_switch), TRUE);
- gtk_switch_set_active (GTK_SWITCH (priv->reporting_switch), TRUE);
+ gtk_switch_set_active (GTK_SWITCH (priv->location_switch), FALSE);
+ gtk_switch_set_active (GTK_SWITCH (priv->reporting_switch), FALSE);
update_os_data (page);
--
2.39.3

@ -6,7 +6,7 @@
Name: gnome-initial-setup Name: gnome-initial-setup
Version: 3.28.0 Version: 3.28.0
Release: 11%{?dist} Release: 11%{?dist}.inferit
Summary: Bootstrapping your OS Summary: Bootstrapping your OS
License: GPLv2+ License: GPLv2+
@ -26,6 +26,9 @@ Patch4: gnome-initial-setup-3.28.0-fix-japanese-defaults.patch
Patch5: gnome-initial-setup-3.28.0-fix-legacy-faces-missing-icon.patch Patch5: gnome-initial-setup-3.28.0-fix-legacy-faces-missing-icon.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=2097848 # https://bugzilla.redhat.com/show_bug.cgi?id=2097848
Patch6: timezones.patch Patch6: timezones.patch
# MSVSphere
Patch100: 0001-Updated-Russian-translation.patch
Patch101: 0002-Location-and-reporting-services-option-should-be-off.patch
BuildRequires: git BuildRequires: git
BuildRequires: krb5-devel BuildRequires: krb5-devel
@ -129,8 +132,10 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
%{_datadir}/gnome-initial-setup/vendor.conf %{_datadir}/gnome-initial-setup/vendor.conf
%changelog %changelog
* Tue Jul 25 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 3.28.0-11 * Fri Dec 29 2023 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 3.28.0-11.inferit
- Rebuilt for MSVSphere 8.8 - Location and reporting services option should be off by default
- Updated Russian translation
- Rebuilt for MSVSphere 8.9
* Tue Jun 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 3.28.0-11 * Tue Jun 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 3.28.0-11
- Remove timezone boundaries - Remove timezone boundaries

Loading…
Cancel
Save