|
|
|
@ -1,7 +1,97 @@
|
|
|
|
|
From 400124dbbd4c0fa35cc8c3d86458ccf4e5def894 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
|
|
|
Date: Tue, 15 Oct 2024 17:52:30 +0300
|
|
|
|
|
Subject: [PATCH] Debranding for MSVSphere
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
initial_setup/common.py | 4 ++--
|
|
|
|
|
initial_setup/gui/spokes/eula.py | 4 ++--
|
|
|
|
|
initial_setup/product.py | 2 +-
|
|
|
|
|
po/af.po | 6 +++---
|
|
|
|
|
po/as.po | 2 +-
|
|
|
|
|
po/be.po | 6 +++---
|
|
|
|
|
po/bn_IN.po | 2 +-
|
|
|
|
|
po/ca.po | 4 ++--
|
|
|
|
|
po/cs.po | 4 ++--
|
|
|
|
|
po/da.po | 4 ++--
|
|
|
|
|
po/de.po | 4 ++--
|
|
|
|
|
po/es.po | 4 ++--
|
|
|
|
|
po/eu.po | 6 +++---
|
|
|
|
|
po/fi.po | 4 ++--
|
|
|
|
|
po/fr.po | 2 +-
|
|
|
|
|
po/fur.po | 4 ++--
|
|
|
|
|
po/gl.po | 2 +-
|
|
|
|
|
po/gu.po | 2 +-
|
|
|
|
|
po/he.po | 4 ++--
|
|
|
|
|
po/hi.po | 2 +-
|
|
|
|
|
po/hu.po | 4 ++--
|
|
|
|
|
po/ia.po | 2 +-
|
|
|
|
|
po/id.po | 4 ++--
|
|
|
|
|
po/initial-setup.pot | 2 +-
|
|
|
|
|
po/it.po | 4 ++--
|
|
|
|
|
po/ja.po | 4 ++--
|
|
|
|
|
po/kab.po | 2 +-
|
|
|
|
|
po/kk.po | 4 ++--
|
|
|
|
|
po/km.po | 2 +-
|
|
|
|
|
po/kn.po | 2 +-
|
|
|
|
|
po/ko.po | 4 ++--
|
|
|
|
|
po/ml.po | 2 +-
|
|
|
|
|
po/mr.po | 2 +-
|
|
|
|
|
po/nb.po | 2 +-
|
|
|
|
|
po/nl.po | 4 ++--
|
|
|
|
|
po/nn.po | 4 ++--
|
|
|
|
|
po/or.po | 2 +-
|
|
|
|
|
po/pa.po | 4 ++--
|
|
|
|
|
po/pl.po | 2 +-
|
|
|
|
|
po/pt.po | 2 +-
|
|
|
|
|
po/pt_BR.po | 6 +++---
|
|
|
|
|
po/ro.po | 2 +-
|
|
|
|
|
po/ru.po | 4 ++--
|
|
|
|
|
po/si.po | 2 +-
|
|
|
|
|
po/sk.po | 4 ++--
|
|
|
|
|
po/sq.po | 2 +-
|
|
|
|
|
po/sr.po | 2 +-
|
|
|
|
|
po/sv.po | 2 +-
|
|
|
|
|
po/ta.po | 2 +-
|
|
|
|
|
po/te.po | 2 +-
|
|
|
|
|
po/th.po | 2 +-
|
|
|
|
|
po/tr.po | 4 ++--
|
|
|
|
|
po/uk.po | 4 ++--
|
|
|
|
|
po/zh_CN.po | 4 ++--
|
|
|
|
|
po/zh_TW.po | 4 ++--
|
|
|
|
|
55 files changed, 88 insertions(+), 88 deletions(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/initial_setup/common.py b/initial_setup/common.py
|
|
|
|
|
index 65f2245..b51095e 100644
|
|
|
|
|
--- a/initial_setup/common.py
|
|
|
|
|
+++ b/initial_setup/common.py
|
|
|
|
|
@@ -100,11 +100,11 @@ def list_usable_consoles_for_tui():
|
|
|
|
|
|
|
|
|
|
def get_quit_message():
|
|
|
|
|
if eula_available():
|
|
|
|
|
- return N_("Are you sure you want to quit the configuration process?\n"
|
|
|
|
|
+ return _("Are you sure you want to quit the configuration process?\n"
|
|
|
|
|
"You might end up with an unusable system if you do. Unless the "
|
|
|
|
|
"License agreement is accepted, the system will be rebooted.")
|
|
|
|
|
else:
|
|
|
|
|
- return N_("Are you sure you want to quit the configuration process?\n"
|
|
|
|
|
+ return _("Are you sure you want to quit the configuration process?\n"
|
|
|
|
|
"You might end up with unusable system if you do.")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
diff --git a/initial_setup/gui/spokes/eula.py b/initial_setup/gui/spokes/eula.py
|
|
|
|
|
index 9576cf7..82ba4bc 100644
|
|
|
|
|
index 9576cf7..0cea267 100644
|
|
|
|
|
--- a/initial_setup/gui/spokes/eula.py
|
|
|
|
|
+++ b/initial_setup/gui/spokes/eula.py
|
|
|
|
|
@@ -28,7 +28,7 @@ class EULASpoke(FirstbootOnlySpokeMixIn, NormalSpoke):
|
|
|
|
|
helpFile = "InitialSetupHub.xml"
|
|
|
|
|
|
|
|
|
|
icon = "application-certificate-symbolic"
|
|
|
|
|
- title = N_("_License Information")
|
|
|
|
|
+ title = _("_License Information")
|
|
|
|
|
category = LicensingCategory
|
|
|
|
|
translationDomain = "initial-setup"
|
|
|
|
|
|
|
|
|
|
@@ -48,7 +48,7 @@ class EULASpoke(FirstbootOnlySpokeMixIn, NormalSpoke):
|
|
|
|
|
log.error("no license found")
|
|
|
|
|
self._have_eula = False
|
|
|
|
@ -11,8 +101,21 @@ index 9576cf7..82ba4bc 100644
|
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
self._eula_buffer.set_text("")
|
|
|
|
|
diff --git a/initial_setup/product.py b/initial_setup/product.py
|
|
|
|
|
index da0c4cd..3f4c569 100644
|
|
|
|
|
--- a/initial_setup/product.py
|
|
|
|
|
+++ b/initial_setup/product.py
|
|
|
|
|
@@ -20,7 +20,7 @@ def get_product_title():
|
|
|
|
|
|
|
|
|
|
:return: a product title
|
|
|
|
|
"""
|
|
|
|
|
- return get_os_release_value("PRETTY_NAME") or ""
|
|
|
|
|
+ return get_os_release_value("MSVSPHERE_PRETTY_NAME") or ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def is_final():
|
|
|
|
|
diff --git a/po/af.po b/po/af.po
|
|
|
|
|
index ca2ff74..b095a59 100644
|
|
|
|
|
index ca2ff74..be42146 100644
|
|
|
|
|
--- a/po/af.po
|
|
|
|
|
+++ b/po/af.po
|
|
|
|
|
@@ -43,10 +43,10 @@ msgid "_License Information"
|
|
|
|
@ -24,13 +127,13 @@ index ca2ff74..b095a59 100644
|
|
|
|
|
msgstr ""
|
|
|
|
|
-"Geen lisensie gevind nie. Rapporteer dit asseblief by http://bugzilla.redhat."
|
|
|
|
|
-"com"
|
|
|
|
|
+"Geen lisensie gevind nie. Rapporteer dit asseblief by http://bugs.msvsphere."
|
|
|
|
|
+"Geen lisensie gevind nie. Rapporteer dit asseblief by https://bugs.msvsphere-os.."
|
|
|
|
|
+"ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/as.po b/po/as.po
|
|
|
|
|
index c88e6da..51477e5 100644
|
|
|
|
|
index c88e6da..c85ddd2 100644
|
|
|
|
|
--- a/po/as.po
|
|
|
|
|
+++ b/po/as.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
@ -43,7 +146,7 @@ index c88e6da..51477e5 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/be.po b/po/be.po
|
|
|
|
|
index 976294c..0a4ab5a 100644
|
|
|
|
|
index 976294c..2299e0e 100644
|
|
|
|
|
--- a/po/be.po
|
|
|
|
|
+++ b/po/be.po
|
|
|
|
|
@@ -42,10 +42,10 @@ msgid "_License Information"
|
|
|
|
@ -55,13 +158,13 @@ index 976294c..0a4ab5a 100644
|
|
|
|
|
msgstr ""
|
|
|
|
|
-"Ліцэнзія не знойдзена. Просім паведаміць пра гэта на http://bugzilla.redhat."
|
|
|
|
|
-"com"
|
|
|
|
|
+"Ліцэнзія не знойдзена. Просім паведаміць пра гэта на http://bugs.msvsphere."
|
|
|
|
|
+"Ліцэнзія не знойдзена. Просім паведаміць пра гэта на https://bugs.msvsphere-os."
|
|
|
|
|
+"ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/bn_IN.po b/po/bn_IN.po
|
|
|
|
|
index f957a20..0c3d60a 100644
|
|
|
|
|
index f957a20..23b0ad5 100644
|
|
|
|
|
--- a/po/bn_IN.po
|
|
|
|
|
+++ b/po/bn_IN.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
@ -74,7 +177,7 @@ index f957a20..0c3d60a 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/ca.po b/po/ca.po
|
|
|
|
|
index c68ae75..c579941 100644
|
|
|
|
|
index c68ae75..91208b6 100644
|
|
|
|
|
--- a/po/ca.po
|
|
|
|
|
+++ b/po/ca.po
|
|
|
|
|
@@ -49,8 +49,8 @@ msgid "_License Information"
|
|
|
|
@ -89,7 +192,7 @@ index c68ae75..c579941 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/cs.po b/po/cs.po
|
|
|
|
|
index 6424c58..a07c899 100644
|
|
|
|
|
index 6424c58..a6656ff 100644
|
|
|
|
|
--- a/po/cs.po
|
|
|
|
|
+++ b/po/cs.po
|
|
|
|
|
@@ -42,9 +42,9 @@ msgid "_License Information"
|
|
|
|
@ -105,7 +208,7 @@ index 6424c58..a07c899 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/da.po b/po/da.po
|
|
|
|
|
index 70c2973..747fd4c 100644
|
|
|
|
|
index 70c2973..667d686 100644
|
|
|
|
|
--- a/po/da.po
|
|
|
|
|
+++ b/po/da.po
|
|
|
|
|
@@ -49,9 +49,9 @@ msgid "_License Information"
|
|
|
|
@ -121,7 +224,7 @@ index 70c2973..747fd4c 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/de.po b/po/de.po
|
|
|
|
|
index 088ae75..759382f 100644
|
|
|
|
|
index 088ae75..df0d4fe 100644
|
|
|
|
|
--- a/po/de.po
|
|
|
|
|
+++ b/po/de.po
|
|
|
|
|
@@ -49,9 +49,9 @@ msgid "_License Information"
|
|
|
|
@ -137,7 +240,7 @@ index 088ae75..759382f 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/es.po b/po/es.po
|
|
|
|
|
index 568c381..cb1862a 100644
|
|
|
|
|
index 568c381..8326eb0 100644
|
|
|
|
|
--- a/po/es.po
|
|
|
|
|
+++ b/po/es.po
|
|
|
|
|
@@ -50,9 +50,9 @@ msgid "_License Information"
|
|
|
|
@ -153,7 +256,7 @@ index 568c381..cb1862a 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/eu.po b/po/eu.po
|
|
|
|
|
index e34fbe3..19b9b2c 100644
|
|
|
|
|
index e34fbe3..046a869 100644
|
|
|
|
|
--- a/po/eu.po
|
|
|
|
|
+++ b/po/eu.po
|
|
|
|
|
@@ -39,10 +39,10 @@ msgid "_License Information"
|
|
|
|
@ -165,13 +268,13 @@ index e34fbe3..19b9b2c 100644
|
|
|
|
|
msgstr ""
|
|
|
|
|
-"Ez da lizentzia topatu. Mesedez, eman hau jakitera http://bugzilla.redhat."
|
|
|
|
|
-"com helbidean"
|
|
|
|
|
+"Ez da lizentzia topatu. Mesedez, eman hau jakitera http://bugs.msvsphere."
|
|
|
|
|
+"Ez da lizentzia topatu. Mesedez, eman hau jakitera https://bugs.msvsphere-os."
|
|
|
|
|
+"ru helbidean"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/fi.po b/po/fi.po
|
|
|
|
|
index 702829b..a8c4db1 100644
|
|
|
|
|
index 702829b..a70f61d 100644
|
|
|
|
|
--- a/po/fi.po
|
|
|
|
|
+++ b/po/fi.po
|
|
|
|
|
@@ -43,8 +43,8 @@ msgid "_License Information"
|
|
|
|
@ -186,25 +289,20 @@ index 702829b..a8c4db1 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/fr.po b/po/fr.po
|
|
|
|
|
index e55e3fa..7ccfed8 100644
|
|
|
|
|
index e55e3fa..b597f04 100644
|
|
|
|
|
--- a/po/fr.po
|
|
|
|
|
+++ b/po/fr.po
|
|
|
|
|
@@ -52,10 +52,10 @@ msgid "_License Information"
|
|
|
|
|
@@ -52,7 +52,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Informations sur la licence"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
msgstr ""
|
|
|
|
|
-"Aucune licence trouvée. Merci de rapporter ce problème sur http://bugzilla."
|
|
|
|
|
-"redhat.com"
|
|
|
|
|
+"Aucune licence trouvée. Merci de rapporter ce problème sur http://bugs."
|
|
|
|
|
+"msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
"Aucune licence trouvée. Merci de rapporter ce problème sur http://bugzilla."
|
|
|
|
|
"redhat.com"
|
|
|
|
|
diff --git a/po/fur.po b/po/fur.po
|
|
|
|
|
index f8c80fd..39970b3 100644
|
|
|
|
|
index f8c80fd..ac2b40b 100644
|
|
|
|
|
--- a/po/fur.po
|
|
|
|
|
+++ b/po/fur.po
|
|
|
|
|
@@ -45,9 +45,9 @@ msgid "_License Information"
|
|
|
|
@ -220,7 +318,7 @@ index f8c80fd..39970b3 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/gl.po b/po/gl.po
|
|
|
|
|
index 45cc763..08ab9aa 100644
|
|
|
|
|
index 45cc763..62afe3f 100644
|
|
|
|
|
--- a/po/gl.po
|
|
|
|
|
+++ b/po/gl.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
@ -233,7 +331,7 @@ index 45cc763..08ab9aa 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/gu.po b/po/gu.po
|
|
|
|
|
index 8f783e4..59a9a8c 100644
|
|
|
|
|
index 8f783e4..41ceb43 100644
|
|
|
|
|
--- a/po/gu.po
|
|
|
|
|
+++ b/po/gu.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
@ -246,7 +344,7 @@ index 8f783e4..59a9a8c 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/he.po b/po/he.po
|
|
|
|
|
index 6ca9a94..f1f714b 100644
|
|
|
|
|
index 6ca9a94..d0995fa 100644
|
|
|
|
|
--- a/po/he.po
|
|
|
|
|
+++ b/po/he.po
|
|
|
|
|
@@ -43,8 +43,8 @@ msgid "_License Information"
|
|
|
|
@ -261,7 +359,7 @@ index 6ca9a94..f1f714b 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/hi.po b/po/hi.po
|
|
|
|
|
index a8f983b..86bcc5e 100644
|
|
|
|
|
index a8f983b..f5621c6 100644
|
|
|
|
|
--- a/po/hi.po
|
|
|
|
|
+++ b/po/hi.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
@ -274,7 +372,7 @@ index a8f983b..86bcc5e 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/hu.po b/po/hu.po
|
|
|
|
|
index a0a358e..c9c6adf 100644
|
|
|
|
|
index a0a358e..e655e38 100644
|
|
|
|
|
--- a/po/hu.po
|
|
|
|
|
+++ b/po/hu.po
|
|
|
|
|
@@ -50,9 +50,9 @@ msgid "_License Information"
|
|
|
|
@ -290,7 +388,7 @@ index a0a358e..c9c6adf 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/ia.po b/po/ia.po
|
|
|
|
|
index 91751eb..c30de1a 100644
|
|
|
|
|
index 91751eb..47e8dc4 100644
|
|
|
|
|
--- a/po/ia.po
|
|
|
|
|
+++ b/po/ia.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
@ -303,7 +401,7 @@ index 91751eb..c30de1a 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/id.po b/po/id.po
|
|
|
|
|
index 2dc0fcc..bf95511 100644
|
|
|
|
|
index 2dc0fcc..42b1285 100644
|
|
|
|
|
--- a/po/id.po
|
|
|
|
|
+++ b/po/id.po
|
|
|
|
|
@@ -44,9 +44,9 @@ msgid "_License Information"
|
|
|
|
@ -319,7 +417,7 @@ index 2dc0fcc..bf95511 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/initial-setup.pot b/po/initial-setup.pot
|
|
|
|
|
index 7e6e076..5eee9b0 100644
|
|
|
|
|
index 7e6e076..14ac53e 100644
|
|
|
|
|
--- a/po/initial-setup.pot
|
|
|
|
|
+++ b/po/initial-setup.pot
|
|
|
|
|
@@ -39,7 +39,7 @@ msgid "_License Information"
|
|
|
|
@ -332,7 +430,7 @@ index 7e6e076..5eee9b0 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/it.po b/po/it.po
|
|
|
|
|
index e4b3153..8525a36 100644
|
|
|
|
|
index e4b3153..59640e6 100644
|
|
|
|
|
--- a/po/it.po
|
|
|
|
|
+++ b/po/it.po
|
|
|
|
|
@@ -49,9 +49,9 @@ msgid "_License Information"
|
|
|
|
@ -348,7 +446,7 @@ index e4b3153..8525a36 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/ja.po b/po/ja.po
|
|
|
|
|
index 30c0056..299793b 100644
|
|
|
|
|
index 30c0056..b6f4679 100644
|
|
|
|
|
--- a/po/ja.po
|
|
|
|
|
+++ b/po/ja.po
|
|
|
|
|
@@ -48,9 +48,9 @@ msgid "_License Information"
|
|
|
|
@ -364,7 +462,7 @@ index 30c0056..299793b 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/kab.po b/po/kab.po
|
|
|
|
|
index 6d48d25..652e4fa 100644
|
|
|
|
|
index 6d48d25..3720e7e 100644
|
|
|
|
|
--- a/po/kab.po
|
|
|
|
|
+++ b/po/kab.po
|
|
|
|
|
@@ -40,7 +40,7 @@ msgid "_License Information"
|
|
|
|
@ -377,7 +475,7 @@ index 6d48d25..652e4fa 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/kk.po b/po/kk.po
|
|
|
|
|
index 38d4294..2deeff2 100644
|
|
|
|
|
index 38d4294..a5f2fc1 100644
|
|
|
|
|
--- a/po/kk.po
|
|
|
|
|
+++ b/po/kk.po
|
|
|
|
|
@@ -47,9 +47,9 @@ msgid "_License Information"
|
|
|
|
@ -393,7 +491,7 @@ index 38d4294..2deeff2 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/km.po b/po/km.po
|
|
|
|
|
index 31473f4..19aae71 100644
|
|
|
|
|
index 31473f4..925de49 100644
|
|
|
|
|
--- a/po/km.po
|
|
|
|
|
+++ b/po/km.po
|
|
|
|
|
@@ -38,7 +38,7 @@ msgid "_License Information"
|
|
|
|
@ -406,7 +504,7 @@ index 31473f4..19aae71 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/kn.po b/po/kn.po
|
|
|
|
|
index ae7ddbf..bfcd516 100644
|
|
|
|
|
index ae7ddbf..52875d9 100644
|
|
|
|
|
--- a/po/kn.po
|
|
|
|
|
+++ b/po/kn.po
|
|
|
|
|
@@ -46,7 +46,7 @@ msgid "_License Information"
|
|
|
|
@ -419,7 +517,7 @@ index ae7ddbf..bfcd516 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/ko.po b/po/ko.po
|
|
|
|
|
index 573356e..4fa5f1b 100644
|
|
|
|
|
index 573356e..b9c9c6a 100644
|
|
|
|
|
--- a/po/ko.po
|
|
|
|
|
+++ b/po/ko.po
|
|
|
|
|
@@ -48,9 +48,9 @@ msgid "_License Information"
|
|
|
|
@ -435,7 +533,7 @@ index 573356e..4fa5f1b 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/ml.po b/po/ml.po
|
|
|
|
|
index ccacbf5..db09ac3 100644
|
|
|
|
|
index ccacbf5..2ec6e15 100644
|
|
|
|
|
--- a/po/ml.po
|
|
|
|
|
+++ b/po/ml.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
@ -448,7 +546,7 @@ index ccacbf5..db09ac3 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/mr.po b/po/mr.po
|
|
|
|
|
index 424cbba..37cd5bb 100644
|
|
|
|
|
index 424cbba..680ee05 100644
|
|
|
|
|
--- a/po/mr.po
|
|
|
|
|
+++ b/po/mr.po
|
|
|
|
|
@@ -45,7 +45,7 @@ msgid "_License Information"
|
|
|
|
@ -461,7 +559,7 @@ index 424cbba..37cd5bb 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/nb.po b/po/nb.po
|
|
|
|
|
index 21b69fe..6c63f64 100644
|
|
|
|
|
index 21b69fe..9b2260f 100644
|
|
|
|
|
--- a/po/nb.po
|
|
|
|
|
+++ b/po/nb.po
|
|
|
|
|
@@ -45,7 +45,7 @@ msgid "_License Information"
|
|
|
|
@ -474,7 +572,7 @@ index 21b69fe..6c63f64 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/nl.po b/po/nl.po
|
|
|
|
|
index ab6c269..437c752 100644
|
|
|
|
|
index ab6c269..96e7c9a 100644
|
|
|
|
|
--- a/po/nl.po
|
|
|
|
|
+++ b/po/nl.po
|
|
|
|
|
@@ -48,8 +48,8 @@ msgid "_License Information"
|
|
|
|
@ -489,7 +587,7 @@ index ab6c269..437c752 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/nn.po b/po/nn.po
|
|
|
|
|
index fda0c61..cf174b5 100644
|
|
|
|
|
index fda0c61..0146e23 100644
|
|
|
|
|
--- a/po/nn.po
|
|
|
|
|
+++ b/po/nn.po
|
|
|
|
|
@@ -42,8 +42,8 @@ msgid "_License Information"
|
|
|
|
@ -504,7 +602,7 @@ index fda0c61..cf174b5 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/or.po b/po/or.po
|
|
|
|
|
index f619e5c..561a15a 100644
|
|
|
|
|
index f619e5c..32ddd46 100644
|
|
|
|
|
--- a/po/or.po
|
|
|
|
|
+++ b/po/or.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
@ -517,7 +615,7 @@ index f619e5c..561a15a 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/pa.po b/po/pa.po
|
|
|
|
|
index a210bff..cdbd6c5 100644
|
|
|
|
|
index a210bff..6a5c315 100644
|
|
|
|
|
--- a/po/pa.po
|
|
|
|
|
+++ b/po/pa.po
|
|
|
|
|
@@ -51,8 +51,8 @@ msgid "_License Information"
|
|
|
|
@ -532,43 +630,33 @@ index a210bff..cdbd6c5 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/pl.po b/po/pl.po
|
|
|
|
|
index 3432d2e..f27c77b 100644
|
|
|
|
|
index 3432d2e..5cccf25 100644
|
|
|
|
|
--- a/po/pl.po
|
|
|
|
|
+++ b/po/pl.po
|
|
|
|
|
@@ -51,10 +51,10 @@ msgid "_License Information"
|
|
|
|
|
@@ -51,7 +51,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Informacje o licencji"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
msgstr ""
|
|
|
|
|
-"Nie odnaleziono licencji. Prosimy to zgłosić pod adresem http://bugzilla."
|
|
|
|
|
-"redhat.com"
|
|
|
|
|
+"Nie odnaleziono licencji. Prosimy to zgłosić pod adresem http://bugs."
|
|
|
|
|
+"msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
"Nie odnaleziono licencji. Prosimy to zgłosić pod adresem http://bugzilla."
|
|
|
|
|
"redhat.com"
|
|
|
|
|
diff --git a/po/pt.po b/po/pt.po
|
|
|
|
|
index acf6035..705e340 100644
|
|
|
|
|
index acf6035..27cd595 100644
|
|
|
|
|
--- a/po/pt.po
|
|
|
|
|
+++ b/po/pt.po
|
|
|
|
|
@@ -50,10 +50,10 @@ msgid "_License Information"
|
|
|
|
|
@@ -50,7 +50,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr "Informação da _Licença"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
msgstr ""
|
|
|
|
|
-"Nenhuma licença encontrada. Por favor, reporte isto em http://bugzilla."
|
|
|
|
|
-"redhat.com"
|
|
|
|
|
+"Nenhuma licença encontrada. Por favor, reporte isto em http://bugs."
|
|
|
|
|
+"msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
"Nenhuma licença encontrada. Por favor, reporte isto em http://bugzilla."
|
|
|
|
|
"redhat.com"
|
|
|
|
|
diff --git a/po/pt_BR.po b/po/pt_BR.po
|
|
|
|
|
index ffb25b5..8ee3c56 100644
|
|
|
|
|
index ffb25b5..c6c4c90 100644
|
|
|
|
|
--- a/po/pt_BR.po
|
|
|
|
|
+++ b/po/pt_BR.po
|
|
|
|
|
@@ -52,10 +52,10 @@ msgid "_License Information"
|
|
|
|
@ -580,13 +668,13 @@ index ffb25b5..8ee3c56 100644
|
|
|
|
|
msgstr ""
|
|
|
|
|
-"Nenhuma licença encontrada. Por favor, relate isto em http://bugzilla.redhat."
|
|
|
|
|
-"com"
|
|
|
|
|
+"Nenhuma licença encontrada. Por favor, relate isto em http://bugs.msvsphere."
|
|
|
|
|
+"Nenhuma licença encontrada. Por favor, relate isto em https://bugs.msvsphere-os."
|
|
|
|
|
+"ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/ro.po b/po/ro.po
|
|
|
|
|
index 6340659..7edc206 100644
|
|
|
|
|
index 6340659..f45f153 100644
|
|
|
|
|
--- a/po/ro.po
|
|
|
|
|
+++ b/po/ro.po
|
|
|
|
|
@@ -39,7 +39,7 @@ msgid "_License Information"
|
|
|
|
@ -599,7 +687,7 @@ index 6340659..7edc206 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/ru.po b/po/ru.po
|
|
|
|
|
index 530f780..6bddcad 100644
|
|
|
|
|
index 530f780..da22d10 100644
|
|
|
|
|
--- a/po/ru.po
|
|
|
|
|
+++ b/po/ru.po
|
|
|
|
|
@@ -50,8 +50,8 @@ msgid "_License Information"
|
|
|
|
@ -614,7 +702,7 @@ index 530f780..6bddcad 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/si.po b/po/si.po
|
|
|
|
|
index f394dad..1efd422 100644
|
|
|
|
|
index f394dad..9d31c1d 100644
|
|
|
|
|
--- a/po/si.po
|
|
|
|
|
+++ b/po/si.po
|
|
|
|
|
@@ -37,7 +37,7 @@ msgid "_License Information"
|
|
|
|
@ -627,7 +715,7 @@ index f394dad..1efd422 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/sk.po b/po/sk.po
|
|
|
|
|
index 369cdc7..5f95237 100644
|
|
|
|
|
index 369cdc7..8ae779f 100644
|
|
|
|
|
--- a/po/sk.po
|
|
|
|
|
+++ b/po/sk.po
|
|
|
|
|
@@ -42,8 +42,8 @@ msgid "_License Information"
|
|
|
|
@ -642,7 +730,7 @@ index 369cdc7..5f95237 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/sq.po b/po/sq.po
|
|
|
|
|
index 588729b..77a564f 100644
|
|
|
|
|
index 588729b..92f754a 100644
|
|
|
|
|
--- a/po/sq.po
|
|
|
|
|
+++ b/po/sq.po
|
|
|
|
|
@@ -40,7 +40,7 @@ msgid "_License Information"
|
|
|
|
@ -655,7 +743,7 @@ index 588729b..77a564f 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/sr.po b/po/sr.po
|
|
|
|
|
index af0426b..fead168 100644
|
|
|
|
|
index af0426b..85f61bb 100644
|
|
|
|
|
--- a/po/sr.po
|
|
|
|
|
+++ b/po/sr.po
|
|
|
|
|
@@ -45,7 +45,7 @@ msgid "_License Information"
|
|
|
|
@ -668,25 +756,20 @@ index af0426b..fead168 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/sv.po b/po/sv.po
|
|
|
|
|
index 57b56dd..604a239 100644
|
|
|
|
|
index 57b56dd..91fc23c 100644
|
|
|
|
|
--- a/po/sv.po
|
|
|
|
|
+++ b/po/sv.po
|
|
|
|
|
@@ -49,10 +49,10 @@ msgid "_License Information"
|
|
|
|
|
@@ -49,7 +49,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Licensinformation"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
msgstr ""
|
|
|
|
|
-"Ingen licensinformation hittades. Rapportera gärna detta på http://bugzilla."
|
|
|
|
|
-"redhat.com"
|
|
|
|
|
+"Ingen licensinformation hittades. Rapportera gärna detta på http://bugs."
|
|
|
|
|
+"msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
"Ingen licensinformation hittades. Rapportera gärna detta på http://bugzilla."
|
|
|
|
|
"redhat.com"
|
|
|
|
|
diff --git a/po/ta.po b/po/ta.po
|
|
|
|
|
index d6e8c58..e6d702c 100644
|
|
|
|
|
index d6e8c58..a0092db 100644
|
|
|
|
|
--- a/po/ta.po
|
|
|
|
|
+++ b/po/ta.po
|
|
|
|
|
@@ -45,7 +45,7 @@ msgid "_License Information"
|
|
|
|
@ -699,7 +782,7 @@ index d6e8c58..e6d702c 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/te.po b/po/te.po
|
|
|
|
|
index d853c5b..fcdc70a 100644
|
|
|
|
|
index d853c5b..7b33fb0 100644
|
|
|
|
|
--- a/po/te.po
|
|
|
|
|
+++ b/po/te.po
|
|
|
|
|
@@ -45,7 +45,7 @@ msgid "_License Information"
|
|
|
|
@ -712,7 +795,7 @@ index d853c5b..fcdc70a 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/th.po b/po/th.po
|
|
|
|
|
index 216e77d..e54cfbe 100644
|
|
|
|
|
index 216e77d..ad4f773 100644
|
|
|
|
|
--- a/po/th.po
|
|
|
|
|
+++ b/po/th.po
|
|
|
|
|
@@ -38,7 +38,7 @@ msgid "_License Information"
|
|
|
|
@ -725,7 +808,7 @@ index 216e77d..e54cfbe 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/tr.po b/po/tr.po
|
|
|
|
|
index ea3fdc1..b5a6fad 100644
|
|
|
|
|
index ea3fdc1..a92b01b 100644
|
|
|
|
|
--- a/po/tr.po
|
|
|
|
|
+++ b/po/tr.po
|
|
|
|
|
@@ -44,9 +44,9 @@ msgid "_License Information"
|
|
|
|
@ -741,7 +824,7 @@ index ea3fdc1..b5a6fad 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/uk.po b/po/uk.po
|
|
|
|
|
index 6a5af05..4eea924 100644
|
|
|
|
|
index 6a5af05..c8b617f 100644
|
|
|
|
|
--- a/po/uk.po
|
|
|
|
|
+++ b/po/uk.po
|
|
|
|
|
@@ -51,10 +51,10 @@ msgid "_License Information"
|
|
|
|
@ -758,7 +841,7 @@ index 6a5af05..4eea924 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/zh_CN.po b/po/zh_CN.po
|
|
|
|
|
index f943046..65ecc07 100644
|
|
|
|
|
index f943046..8b18741 100644
|
|
|
|
|
--- a/po/zh_CN.po
|
|
|
|
|
+++ b/po/zh_CN.po
|
|
|
|
|
@@ -49,8 +49,8 @@ msgid "_License Information"
|
|
|
|
@ -773,7 +856,7 @@ index f943046..65ecc07 100644
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/zh_TW.po b/po/zh_TW.po
|
|
|
|
|
index d3b8022..492c75c 100644
|
|
|
|
|
index d3b8022..2205a0e 100644
|
|
|
|
|
--- a/po/zh_TW.po
|
|
|
|
|
+++ b/po/zh_TW.po
|
|
|
|
|
@@ -50,8 +50,8 @@ msgid "_License Information"
|
|
|
|
@ -787,3 +870,6 @@ index d3b8022..492c75c 100644
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
--
|
|
|
|
|
2.47.0
|
|
|
|
|
|