|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
From b7f30317ce1bdbb6976dd3d780758ff193190b54 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From c4ce2dc3afb422937a85a4a2e888b1a3a282672b Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
|
|
|
|
Date: Tue, 24 Oct 2023 12:41:45 +0300
|
|
|
|
|
Subject: [PATCH 11/11] Add MSVSphere identification support
|
|
|
|
@ -6,14 +6,14 @@ Subject: [PATCH 11/11] Add MSVSphere identification support
|
|
|
|
|
---
|
|
|
|
|
data/liveinst/gnome/fedora-welcome.desktop | 4 +-
|
|
|
|
|
data/liveinst/gnome/fedora-welcome.js | 2 +-
|
|
|
|
|
po/ru.po | 188 +++++++++++++++---
|
|
|
|
|
po/ru.po | 190 +++++++++++++++---
|
|
|
|
|
pyanaconda/product.py | 36 +++-
|
|
|
|
|
.../ui/gui/spokes/installation_progress.py | 8 +-
|
|
|
|
|
pyanaconda/ui/gui/spokes/lib/accordion.py | 2 +-
|
|
|
|
|
.../ui/gui/spokes/lib/storage_dialogs.py | 4 +-
|
|
|
|
|
pyanaconda/ui/gui/spokes/welcome.py | 21 +-
|
|
|
|
|
pyanaconda/vnc.py | 42 +++-
|
|
|
|
|
9 files changed, 259 insertions(+), 48 deletions(-)
|
|
|
|
|
9 files changed, 260 insertions(+), 49 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/data/liveinst/gnome/fedora-welcome.desktop b/data/liveinst/gnome/fedora-welcome.desktop
|
|
|
|
|
index 90f5678..abbbff3 100644
|
|
|
|
@ -42,7 +42,7 @@ index 4c0a66a..120d718 100755
|
|
|
|
|
this.window.connect('key-press-event', Lang.bind(this,
|
|
|
|
|
function(w, event) {
|
|
|
|
|
diff --git a/po/ru.po b/po/ru.po
|
|
|
|
|
index 8340e9e..df19fb0 100644
|
|
|
|
|
index 8340e9e..7eed72b 100644
|
|
|
|
|
--- a/po/ru.po
|
|
|
|
|
+++ b/po/ru.po
|
|
|
|
|
@@ -461,13 +461,13 @@ msgstr ""
|
|
|
|
@ -129,7 +129,12 @@ index 8340e9e..df19fb0 100644
|
|
|
|
|
"<b>%(software)s</b> для программ и <b>%(swap)s</b> для подкачки."
|
|
|
|
|
|
|
|
|
|
#: pyanaconda/ui/gui/spokes/lib/storage_dialogs.py:132
|
|
|
|
|
@@ -1957,7 +1987,7 @@ msgid ""
|
|
|
|
|
@@ -1953,11 +1983,11 @@ msgstr "%s На выбранных дисках доступно:"
|
|
|
|
|
#: pyanaconda/ui/gui/spokes/lib/storage_dialogs.py:142
|
|
|
|
|
#, python-format
|
|
|
|
|
msgid ""
|
|
|
|
|
-"<b>You don't have enough space available to install %s</b>. You can shrink "
|
|
|
|
|
+"<b>You don't have enough space available to install %(name)s</b>. You can shrink "
|
|
|
|
|
"or remove existing partitions via our guided reclaim space tool, or you can "
|
|
|
|
|
"adjust your partitions on your own in the custom partitioning interface."
|
|
|
|
|
msgstr ""
|
|
|
|
@ -367,7 +372,7 @@ index 8340e9e..df19fb0 100644
|
|
|
|
|
#: data/liveinst/gnome/fedora-welcome.js:130
|
|
|
|
|
msgid ""
|
|
|
|
|
diff --git a/pyanaconda/product.py b/pyanaconda/product.py
|
|
|
|
|
index 9dbfe1f..4feea0a 100644
|
|
|
|
|
index 9dbfe1f..140dbee 100644
|
|
|
|
|
--- a/pyanaconda/product.py
|
|
|
|
|
+++ b/pyanaconda/product.py
|
|
|
|
|
@@ -19,6 +19,7 @@
|
|
|
|
@ -575,5 +580,5 @@ index 5fadcde..c349de8 100644
|
|
|
|
|
'productVersion': product.productVersion,
|
|
|
|
|
'name': host}
|
|
|
|
|
--
|
|
|
|
|
2.39.3
|
|
|
|
|
2.41.0
|
|
|
|
|
|
|
|
|
|