|
|
@ -1,18 +1,18 @@
|
|
|
|
From 50f3a9ddbfe912dc6c2045b90bdbf952a3672da4 Mon Sep 17 00:00:00 2001
|
|
|
|
From 515649a93a89e6e4c7472b8741dc418608acb08e Mon Sep 17 00:00:00 2001
|
|
|
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
|
|
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
|
|
|
Date: Mon, 23 Oct 2023 09:51:56 +0300
|
|
|
|
Date: Mon, 23 Oct 2023 09:51:56 +0300
|
|
|
|
Subject: [PATCH 11/13] Add MSVSphere identification support
|
|
|
|
Subject: [PATCH 11/11] Add MSVSphere identification support
|
|
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
---
|
|
|
|
data/liveinst/gnome/fedora-welcome.desktop | 4 +-
|
|
|
|
data/liveinst/gnome/fedora-welcome.desktop | 4 +-
|
|
|
|
data/liveinst/gnome/fedora-welcome.js | 2 +-
|
|
|
|
data/liveinst/gnome/fedora-welcome.js | 2 +-
|
|
|
|
po/ru.po | 184 +++++++++++++++---
|
|
|
|
po/ru.po | 186 ++++++++++++++----
|
|
|
|
pyanaconda/product.py | 36 +++-
|
|
|
|
pyanaconda/product.py | 36 +++-
|
|
|
|
.../ui/gui/spokes/installation_progress.py | 8 +-
|
|
|
|
.../ui/gui/spokes/installation_progress.py | 8 +-
|
|
|
|
.../ui/gui/spokes/lib/storage_dialogs.py | 4 +-
|
|
|
|
.../ui/gui/spokes/lib/storage_dialogs.py | 4 +-
|
|
|
|
pyanaconda/ui/gui/spokes/welcome.py | 21 +-
|
|
|
|
pyanaconda/ui/gui/spokes/welcome.py | 21 +-
|
|
|
|
pyanaconda/vnc.py | 42 +++-
|
|
|
|
pyanaconda/vnc.py | 42 +++-
|
|
|
|
8 files changed, 254 insertions(+), 47 deletions(-)
|
|
|
|
8 files changed, 255 insertions(+), 48 deletions(-)
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/data/liveinst/gnome/fedora-welcome.desktop b/data/liveinst/gnome/fedora-welcome.desktop
|
|
|
|
diff --git a/data/liveinst/gnome/fedora-welcome.desktop b/data/liveinst/gnome/fedora-welcome.desktop
|
|
|
|
index 90f5678..abbbff3 100644
|
|
|
|
index 90f5678..abbbff3 100644
|
|
|
@ -41,7 +41,7 @@ index 4c0a66a..120d718 100755
|
|
|
|
this.window.connect('key-press-event', Lang.bind(this,
|
|
|
|
this.window.connect('key-press-event', Lang.bind(this,
|
|
|
|
function(w, event) {
|
|
|
|
function(w, event) {
|
|
|
|
diff --git a/po/ru.po b/po/ru.po
|
|
|
|
diff --git a/po/ru.po b/po/ru.po
|
|
|
|
index 8340e9e..c054933 100644
|
|
|
|
index 8340e9e..2e4e8e5 100644
|
|
|
|
--- a/po/ru.po
|
|
|
|
--- a/po/ru.po
|
|
|
|
+++ b/po/ru.po
|
|
|
|
+++ b/po/ru.po
|
|
|
|
@@ -461,13 +461,13 @@ msgstr ""
|
|
|
|
@@ -461,13 +461,13 @@ msgstr ""
|
|
|
@ -128,7 +128,12 @@ index 8340e9e..c054933 100644
|
|
|
|
"<b>%(software)s</b> для программ и <b>%(swap)s</b> для подкачки."
|
|
|
|
"<b>%(software)s</b> для программ и <b>%(swap)s</b> для подкачки."
|
|
|
|
|
|
|
|
|
|
|
|
#: pyanaconda/ui/gui/spokes/lib/storage_dialogs.py:132
|
|
|
|
#: 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 "
|
|
|
|
"or remove existing partitions via our guided reclaim space tool, or you can "
|
|
|
|
"adjust your partitions on your own in the custom partitioning interface."
|
|
|
|
"adjust your partitions on your own in the custom partitioning interface."
|
|
|
|
msgstr ""
|
|
|
|
msgstr ""
|
|
|
@ -550,5 +555,5 @@ index 5fadcde..c349de8 100644
|
|
|
|
'productVersion': product.productVersion,
|
|
|
|
'productVersion': product.productVersion,
|
|
|
|
'name': host}
|
|
|
|
'name': host}
|
|
|
|
--
|
|
|
|
--
|
|
|
|
2.39.3
|
|
|
|
2.41.0
|
|
|
|
|
|
|
|
|
|
|
|