|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
From 515649a93a89e6e4c7472b8741dc418608acb08e Mon Sep 17 00:00:00 2001
|
|
|
|
|
From 31fd3d6f3236392daec629ccc1b1ee384349fed2 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: Sergey Cherevko <s.cherevko@msvsphere-os.ru>
|
|
|
|
|
Date: Mon, 23 Oct 2023 09:51:56 +0300
|
|
|
|
|
Subject: [PATCH 11/11] Add MSVSphere identification support
|
|
|
|
@ -6,13 +6,13 @@ 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 | 186 ++++++++++++++----
|
|
|
|
|
po/ru.po | 190 ++++++++++++++----
|
|
|
|
|
pyanaconda/product.py | 36 +++-
|
|
|
|
|
.../ui/gui/spokes/installation_progress.py | 8 +-
|
|
|
|
|
.../ui/gui/spokes/lib/storage_dialogs.py | 4 +-
|
|
|
|
|
pyanaconda/ui/gui/spokes/welcome.py | 21 +-
|
|
|
|
|
pyanaconda/vnc.py | 42 +++-
|
|
|
|
|
8 files changed, 255 insertions(+), 48 deletions(-)
|
|
|
|
|
8 files changed, 257 insertions(+), 50 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/data/liveinst/gnome/fedora-welcome.desktop b/data/liveinst/gnome/fedora-welcome.desktop
|
|
|
|
|
index 90f5678..abbbff3 100644
|
|
|
|
@ -41,7 +41,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..2e4e8e5 100644
|
|
|
|
|
index 8340e9e..dc0dd5d 100644
|
|
|
|
|
--- a/po/ru.po
|
|
|
|
|
+++ b/po/ru.po
|
|
|
|
|
@@ -461,13 +461,13 @@ msgstr ""
|
|
|
|
@ -173,8 +173,12 @@ index 8340e9e..2e4e8e5 100644
|
|
|
|
|
"Вы можете:"
|
|
|
|
|
|
|
|
|
|
#: pyanaconda/ui/gui/spokes/lib/accordion.py:479
|
|
|
|
|
@@ -2370,8 +2400,8 @@ msgid ""
|
|
|
|
|
"%s is now successfully installed and ready for you to use!\n"
|
|
|
|
|
@@ -2367,20 +2397,20 @@ msgstr "_Завершить установку"
|
|
|
|
|
#: pyanaconda/ui/gui/spokes/installation_progress.py:158
|
|
|
|
|
#, python-format
|
|
|
|
|
msgid ""
|
|
|
|
|
-"%s is now successfully installed and ready for you to use!\n"
|
|
|
|
|
+"%(name)s is now successfully installed and ready for you to use!\n"
|
|
|
|
|
"Go ahead and reboot your system to start using it!"
|
|
|
|
|
msgstr ""
|
|
|
|
|
-"%s успешно установлена и готова к использованию!\n"
|
|
|
|
@ -184,8 +188,9 @@ index 8340e9e..2e4e8e5 100644
|
|
|
|
|
|
|
|
|
|
#: pyanaconda/ui/gui/spokes/installation_progress.py:163
|
|
|
|
|
#, python-format
|
|
|
|
|
@@ -2379,8 +2409,8 @@ msgid ""
|
|
|
|
|
"%s is now successfully installed and ready for you to use!\n"
|
|
|
|
|
msgid ""
|
|
|
|
|
-"%s is now successfully installed and ready for you to use!\n"
|
|
|
|
|
+"%(name)s is now successfully installed and ready for you to use!\n"
|
|
|
|
|
"Go ahead and quit the application to start using it!"
|
|
|
|
|
msgstr ""
|
|
|
|
|
-"%s успешно установлено и готово к использованию!\n"
|
|
|
|
|