Compare commits

...

No commits in common. 'c9' and 'i9' have entirely different histories.
c9 ... i9

@ -0,0 +1,12 @@
diff -urN gnome-initial-setup-40.4.orig/gnome-initial-setup/pages/goa/gis-goa-page.c gnome-initial-setup-40.4/gnome-initial-setup/pages/goa/gis-goa-page.c
--- gnome-initial-setup-40.4.orig/gnome-initial-setup/pages/goa/gis-goa-page.c 2023-07-05 14:58:56.562792316 +0300
+++ gnome-initial-setup-40.4/gnome-initial-setup/pages/goa/gis-goa-page.c 2023-07-05 14:59:27.738343094 +0300
@@ -186,7 +186,7 @@
g_auto(GStrv) conf_providers =
gis_driver_conf_get_string_list (GIS_PAGE (page)->driver, VENDOR_GOA_GROUP, VENDOR_PROVIDERS_KEY, NULL);
GStrv providers = conf_providers ? conf_providers :
- (gchar *[]) { "google", "owncloud", "windows_live", "facebook", NULL };
+ (gchar *[]) { "yandex", "google", "owncloud", "windows_live", "facebook", NULL };
/* This code will read the keyfile containing vendor customization options and
* look for options under the "goa" group, and supports the following keys:

@ -0,0 +1,25 @@
From 066e694bd1268d2a6f488aa62de143bf12cb803f Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <s.cherevko@msvsphere.ru>
Date: Fri, 28 Jul 2023 13:27:35 +0300
Subject: [PATCH] Location services option should be off by default
---
gnome-initial-setup/pages/privacy/gis-privacy-page.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnome-initial-setup/pages/privacy/gis-privacy-page.c b/gnome-initial-setup/pages/privacy/gis-privacy-page.c
index 80c40c3..338775a 100644
--- a/gnome-initial-setup/pages/privacy/gis-privacy-page.c
+++ b/gnome-initial-setup/pages/privacy/gis-privacy-page.c
@@ -127,7 +127,7 @@ 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->location_switch), FALSE);
gtk_switch_set_active (GTK_SWITCH (priv->reporting_switch), TRUE);
update_os_data (page);
--
2.39.2

@ -0,0 +1,108 @@
From c0a6d9c8c583b9ed904e0477e9b299b83d4dbc71 Mon Sep 17 00:00:00 2001
From: Sergey Cherevko <sergey.cherevko@softline.com>
Date: Wed, 12 Apr 2023 11:54:41 +0300
Subject: [PATCH] MSVSphere: updated Russian translation
---
po/ru.po | 53 +++++++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 49 insertions(+), 4 deletions(-)
diff --git a/po/ru.po b/po/ru.po
index 8bf7ade..6b9f9de 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -3,6 +3,7 @@
# Valery Kirichenko <valera5505@gmail.com>, 2014.
# Yuri Myasoedov <ymyasoedov@yandex.ru>, 2012, 2013, 2015.
# Stas Solovey <whats_up@tut.by>, 2015, 2016, 2017, 2018.
+# Sergey Cherevko <s.cherevko@msvsphere.ru>, 2023.
#
msgid ""
msgstr ""
@@ -10,8 +11,8 @@ msgstr ""
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-initial-setup/"
"issues\n"
"POT-Creation-Date: 2019-02-07 08:37+0000\n"
-"PO-Revision-Date: 2019-02-25 22:00+0300\n"
-"Last-Translator: Stas Solovey <whats_up@tut.by>\n"
+"PO-Revision-Date: 2023-04-04 18:58+0300\n"
+"Last-Translator: Sergey Cherevko <s.cherevko@msvsphere.ru>\n"
"Language-Team: Русский <gnome-cyr@gnome.org>\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
@@ -19,7 +20,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-"X-Generator: Poedit 2.2.1\n"
+"X-Generator: Poedit 3.2.2\n"
#: data/gnome-initial-setup.desktop.in.in:3
#: data/gnome-initial-setup-first-login.desktop.in.in:3
@@ -628,7 +629,7 @@ msgstr ""
#: gnome-initial-setup/pages/summary/gis-summary-page.c:304
#, c-format
msgid "_Start Using %s"
-msgstr "_Начать работу с %s"
+msgstr "_Начать работу"
#: gnome-initial-setup/pages/summary/gis-summary-page.c:334
msgid "Ready to Go"
@@ -638,6 +639,20 @@ msgstr "Готово к работе"
msgid "Youre ready to go!"
msgstr "Теперь всё готово!"
+#: gnome-initial-setup/pages/summary/gis-summary-page.c:240
+#, c-format
+msgid "%s is ready to be used. We hope that you love it!"
+msgstr ""
+"Операционная система готова к использованию. Надеемся, что она вам понравится!"
+
+#: gnome-initial-setup/pages/summary/gis-summary-page.c:264
+msgid "Setup Complete"
+msgstr "Настройки завершены"
+
+#: gnome-initial-setup/pages/summary/gis-summary-page.ui:70
+msgid "All done!"
+msgstr "Выполнено!"
+
#. Translators: "city, country"
#: gnome-initial-setup/pages/timezone/gis-timezone-page.c:236
#, c-format
@@ -768,3 +783,33 @@ msgstr "Найдите ближайший город"
#~ msgid "Cancel"
#~ msgstr "Отмена"
+
+#. Translators: This is meant to be a warm, engaging welcome message,
+#. * like greeting somebody at the door. If the exclamation mark is not
+#. * suitable for this in your language you may replace it. The space
+#. * before the exclamation mark in this string is a typographical thin
+#. * space (U200a) to improve the spacing in the title, which you can
+#. * keep or remove. The %s is getting replaced with the name and version
+#. * of the OS, e.g. "GNOME 3.38"
+#.
+#: gnome-initial-setup/pages/welcome/gis-welcome-page.c:209
+#, c-format
+msgid "Welcome to %s!"
+msgstr "Добро пожаловать!"
+
+#: gnome-initial-setup/pages/welcome/gis-welcome-page.ui:5
+msgid "Setup"
+msgstr "Настройки"
+
+#: gnome-initial-setup/pages/welcome/gis-welcome-page.ui:43
+msgid ""
+"Setup will guide you through making an account and enabling some features. "
+"Well have you up and running in no time."
+msgstr ""
+"Программа настройки поможет вам создать учетную запись и включить "
+"некоторые функции. Вам понадобится совсем немного времени чтобы "
+"начать работу."
+
+#: gnome-initial-setup/pages/welcome/gis-welcome-page.ui:54
+msgid "_Start Setup"
+msgstr "_Начать настройку"
--
2.39.2

@ -8,7 +8,7 @@
Name: gnome-initial-setup
Version: 40.4
Release: 3%{?dist}
Release: 3%{?dist}.inferit.7
Summary: Bootstrapping your OS
License: GPLv2+
@ -19,6 +19,11 @@ Source1: vendor.conf
# https://bugzilla.redhat.com/show_bug.cgi?id=2097848
Patch0: timezones.patch
# MSVSphere
Patch1: 0001-MSVSphere-updated-Russian-translation.patch
Patch2: 0001-Enable-Yandex.patch
Patch3: 0001-Location-services-option-should-be-off-by-default.patch
BuildRequires: meson
BuildRequires: gcc
BuildRequires: git
@ -108,6 +113,32 @@ useradd -rM -d /run/gnome-initial-setup/ -s /sbin/nologin %{name} &>/dev/null ||
%{_datadir}/gnome-initial-setup/vendor.conf
%changelog
* Mon Oct 30 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 40.4-3.inferit.7
- Update Russian translation
* Sat Oct 28 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 40.4-3.inferit.6
- Debranding Russian translation
* Fri Sep 15 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 40.4-3.inferit.5
- Final fix of distribution name
* Fri Aug 4 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 40.4-3.inferit.4
- Update Russian translation
* Fri Jul 28 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 40.4-3.inferit.3
- Location services option should be off by default
- Rebuilt for MSVSphere 9.2
* Wed Jul 5 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 40.4-3.inferit.2
- Enable Yandex provider
* Wed Apr 12 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 40.4-3.inferit.1
- Fixup! Updated Russian translation
* Tue Apr 04 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 40.4-3.inferit
- Updated Russian translation
- Rebuilt for MSVSphere 9.1
* Tue Jun 21 2022 Michael Catanzaro <mcatanzaro@redhat.com> - 40.4-3
- BuildRequires: git

Loading…
Cancel
Save