|
|
|
@ -0,0 +1,875 @@
|
|
|
|
|
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..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
|
|
|
|
|
self._eula_buffer.set_text(_("No license found. Please report this "
|
|
|
|
|
- "at http://bugzilla.redhat.com"))
|
|
|
|
|
+ "at https://bugs.msvsphere-os.ru"))
|
|
|
|
|
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..be42146 100644
|
|
|
|
|
--- a/po/af.po
|
|
|
|
|
+++ b/po/af.po
|
|
|
|
|
@@ -43,10 +43,10 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Lisensie-inligting"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"Geen lisensie gevind nie. Rapporteer dit asseblief by http://bugzilla.redhat."
|
|
|
|
|
-"com"
|
|
|
|
|
+"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..c85ddd2 100644
|
|
|
|
|
--- a/po/as.po
|
|
|
|
|
+++ b/po/as.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/be.po b/po/be.po
|
|
|
|
|
index 976294c..2299e0e 100644
|
|
|
|
|
--- a/po/be.po
|
|
|
|
|
+++ b/po/be.po
|
|
|
|
|
@@ -42,10 +42,10 @@ msgid "_License Information"
|
|
|
|
|
msgstr "Інфармацыя аб _ліцэнзіі"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"Ліцэнзія не знойдзена. Просім паведаміць пра гэта на http://bugzilla.redhat."
|
|
|
|
|
-"com"
|
|
|
|
|
+"Ліцэнзія не знойдзена. Просім паведаміць пра гэта на 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..23b0ad5 100644
|
|
|
|
|
--- a/po/bn_IN.po
|
|
|
|
|
+++ b/po/bn_IN.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/ca.po b/po/ca.po
|
|
|
|
|
index c68ae75..91208b6 100644
|
|
|
|
|
--- a/po/ca.po
|
|
|
|
|
+++ b/po/ca.po
|
|
|
|
|
@@ -49,8 +49,8 @@ msgid "_License Information"
|
|
|
|
|
msgstr "Informació de la _llicència"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
-msgstr "No s'ha trobat cap llicència. Informeu-ho a http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
+msgstr "No s'ha trobat cap llicència. Informeu-ho a https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/cs.po b/po/cs.po
|
|
|
|
|
index 6424c58..a6656ff 100644
|
|
|
|
|
--- a/po/cs.po
|
|
|
|
|
+++ b/po/cs.po
|
|
|
|
|
@@ -42,9 +42,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "Informace o _licenci"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"Licence nebyla nalezena. Nahlaste to prosím na http://bugzilla.redhat.com"
|
|
|
|
|
+"Licence nebyla nalezena. Nahlaste to prosím na https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/da.po b/po/da.po
|
|
|
|
|
index 70c2973..667d686 100644
|
|
|
|
|
--- a/po/da.po
|
|
|
|
|
+++ b/po/da.po
|
|
|
|
|
@@ -49,9 +49,9 @@ 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 licens fundet. Rapportér det venligst på http://bugzilla.redhat.com"
|
|
|
|
|
+"Ingen licens fundet. Rapportér det venligst på https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/de.po b/po/de.po
|
|
|
|
|
index 088ae75..df0d4fe 100644
|
|
|
|
|
--- a/po/de.po
|
|
|
|
|
+++ b/po/de.po
|
|
|
|
|
@@ -49,9 +49,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Lizenz-Informationen"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"Keine Lizenz gefunden. Bitte melden SIe dies auf http://bugzilla.redhat.com"
|
|
|
|
|
+"Keine Lizenz gefunden. Bitte melden SIe dies auf https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/es.po b/po/es.po
|
|
|
|
|
index 568c381..8326eb0 100644
|
|
|
|
|
--- a/po/es.po
|
|
|
|
|
+++ b/po/es.po
|
|
|
|
|
@@ -50,9 +50,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "Información de _licencia"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"No se encontró la licencia. Por favor informe en http://bugzilla.redhat.com"
|
|
|
|
|
+"No se encontró la licencia. Por favor informe en https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/eu.po b/po/eu.po
|
|
|
|
|
index e34fbe3..046a869 100644
|
|
|
|
|
--- a/po/eu.po
|
|
|
|
|
+++ b/po/eu.po
|
|
|
|
|
@@ -39,10 +39,10 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Lizentzia informazioa"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"Ez da lizentzia topatu. Mesedez, eman hau jakitera http://bugzilla.redhat."
|
|
|
|
|
-"com helbidean"
|
|
|
|
|
+"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..a70f61d 100644
|
|
|
|
|
--- a/po/fi.po
|
|
|
|
|
+++ b/po/fi.po
|
|
|
|
|
@@ -43,8 +43,8 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Lisenssitiedot"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
-msgstr "Lisenssiä ei löytynyt. Ilmoita ongelmasta: http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
+msgstr "Lisenssiä ei löytynyt. Ilmoita ongelmasta: https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/fr.po b/po/fr.po
|
|
|
|
|
index e55e3fa..b597f04 100644
|
|
|
|
|
--- a/po/fr.po
|
|
|
|
|
+++ b/po/fr.po
|
|
|
|
|
@@ -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"
|
|
|
|
|
diff --git a/po/fur.po b/po/fur.po
|
|
|
|
|
index f8c80fd..ac2b40b 100644
|
|
|
|
|
--- a/po/fur.po
|
|
|
|
|
+++ b/po/fur.po
|
|
|
|
|
@@ -45,9 +45,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Informazions su 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 ""
|
|
|
|
|
-"Nissune licence cjatade. Par plasê segnalilu su http://bugzilla.redhat.com"
|
|
|
|
|
+"Nissune licence cjatade. Par plasê segnalilu su https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/gl.po b/po/gl.po
|
|
|
|
|
index 45cc763..62afe3f 100644
|
|
|
|
|
--- a/po/gl.po
|
|
|
|
|
+++ b/po/gl.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/gu.po b/po/gu.po
|
|
|
|
|
index 8f783e4..41ceb43 100644
|
|
|
|
|
--- a/po/gu.po
|
|
|
|
|
+++ b/po/gu.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/he.po b/po/he.po
|
|
|
|
|
index 6ca9a94..d0995fa 100644
|
|
|
|
|
--- a/po/he.po
|
|
|
|
|
+++ b/po/he.po
|
|
|
|
|
@@ -43,8 +43,8 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_פרטי הרישוי"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
-msgstr "לא נמצא רישיון. נא לדווח על כך בכתובת http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
+msgstr "לא נמצא רישיון. נא לדווח על כך בכתובת https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/hi.po b/po/hi.po
|
|
|
|
|
index a8f983b..f5621c6 100644
|
|
|
|
|
--- a/po/hi.po
|
|
|
|
|
+++ b/po/hi.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/hu.po b/po/hu.po
|
|
|
|
|
index a0a358e..e655e38 100644
|
|
|
|
|
--- a/po/hu.po
|
|
|
|
|
+++ b/po/hu.po
|
|
|
|
|
@@ -50,9 +50,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Licencinformációk"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"Nem található licenc. Kérjük jelentse ezt itt: http://bugzilla.redhat.com"
|
|
|
|
|
+"Nem található licenc. Kérjük jelentse ezt itt: https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/ia.po b/po/ia.po
|
|
|
|
|
index 91751eb..47e8dc4 100644
|
|
|
|
|
--- a/po/ia.po
|
|
|
|
|
+++ b/po/ia.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/id.po b/po/id.po
|
|
|
|
|
index 2dc0fcc..42b1285 100644
|
|
|
|
|
--- a/po/id.po
|
|
|
|
|
+++ b/po/id.po
|
|
|
|
|
@@ -44,9 +44,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "Informasi _Lisensi"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"Tidak ditemukan lisensi. Harap laporkan ini pada http://bugzilla.redhat.com"
|
|
|
|
|
+"Tidak ditemukan lisensi. Harap laporkan ini pada https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../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..14ac53e 100644
|
|
|
|
|
--- a/po/initial-setup.pot
|
|
|
|
|
+++ b/po/initial-setup.pot
|
|
|
|
|
@@ -39,7 +39,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/it.po b/po/it.po
|
|
|
|
|
index e4b3153..59640e6 100644
|
|
|
|
|
--- a/po/it.po
|
|
|
|
|
+++ b/po/it.po
|
|
|
|
|
@@ -49,9 +49,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Informazioni sulla licenza"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"Nessuna licenza trovata. Esegui la notifica su http://bugzilla.redhat.com"
|
|
|
|
|
+"Nessuna licenza trovata. Esegui la notifica su https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/ja.po b/po/ja.po
|
|
|
|
|
index 30c0056..b6f4679 100644
|
|
|
|
|
--- a/po/ja.po
|
|
|
|
|
+++ b/po/ja.po
|
|
|
|
|
@@ -48,9 +48,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "ライセンス情報(_L)"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"ライセンスが見つかりません。http://bugzilla.redhat.com に報告してください。"
|
|
|
|
|
+"ライセンスが見つかりません。https://bugs.msvsphere-os.ru に報告してください。"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/kab.po b/po/kab.po
|
|
|
|
|
index 6d48d25..3720e7e 100644
|
|
|
|
|
--- a/po/kab.po
|
|
|
|
|
+++ b/po/kab.po
|
|
|
|
|
@@ -40,7 +40,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/kk.po b/po/kk.po
|
|
|
|
|
index 38d4294..a5f2fc1 100644
|
|
|
|
|
--- a/po/kk.po
|
|
|
|
|
+++ b/po/kk.po
|
|
|
|
|
@@ -47,9 +47,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Лицензия ақпараты"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"Лицензия табылмады. Бұл туралы http://bugzilla.redhat.com сайтында хабарлаңыз"
|
|
|
|
|
+"Лицензия табылмады. Бұл туралы https://bugs.msvsphere-os.ru сайтында хабарлаңыз"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/km.po b/po/km.po
|
|
|
|
|
index 31473f4..925de49 100644
|
|
|
|
|
--- a/po/km.po
|
|
|
|
|
+++ b/po/km.po
|
|
|
|
|
@@ -38,7 +38,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/kn.po b/po/kn.po
|
|
|
|
|
index ae7ddbf..52875d9 100644
|
|
|
|
|
--- a/po/kn.po
|
|
|
|
|
+++ b/po/kn.po
|
|
|
|
|
@@ -46,7 +46,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/ko.po b/po/ko.po
|
|
|
|
|
index 573356e..b9c9c6a 100644
|
|
|
|
|
--- a/po/ko.po
|
|
|
|
|
+++ b/po/ko.po
|
|
|
|
|
@@ -48,9 +48,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_저작권 정보"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"저작권을 찾을 수 없습니다. http://bugzilla.redhat.com에 보고해 주십시오"
|
|
|
|
|
+"저작권을 찾을 수 없습니다. https://bugs.msvsphere-os.ru에 보고해 주십시오"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/ml.po b/po/ml.po
|
|
|
|
|
index ccacbf5..2ec6e15 100644
|
|
|
|
|
--- a/po/ml.po
|
|
|
|
|
+++ b/po/ml.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/mr.po b/po/mr.po
|
|
|
|
|
index 424cbba..680ee05 100644
|
|
|
|
|
--- a/po/mr.po
|
|
|
|
|
+++ b/po/mr.po
|
|
|
|
|
@@ -45,7 +45,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/nb.po b/po/nb.po
|
|
|
|
|
index 21b69fe..9b2260f 100644
|
|
|
|
|
--- a/po/nb.po
|
|
|
|
|
+++ b/po/nb.po
|
|
|
|
|
@@ -45,7 +45,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/nl.po b/po/nl.po
|
|
|
|
|
index ab6c269..96e7c9a 100644
|
|
|
|
|
--- a/po/nl.po
|
|
|
|
|
+++ b/po/nl.po
|
|
|
|
|
@@ -48,8 +48,8 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Licentie informatie"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
-msgstr "Geen licentie gevonden. Rapporteer dit op http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
+msgstr "Geen licentie gevonden. Rapporteer dit op https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/nn.po b/po/nn.po
|
|
|
|
|
index fda0c61..0146e23 100644
|
|
|
|
|
--- a/po/nn.po
|
|
|
|
|
+++ b/po/nn.po
|
|
|
|
|
@@ -42,8 +42,8 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Lisensinfo"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
-msgstr "Lisens vart ikkje funne. Rapporter dette på http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
+msgstr "Lisens vart ikkje funne. Rapporter dette på https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/or.po b/po/or.po
|
|
|
|
|
index f619e5c..32ddd46 100644
|
|
|
|
|
--- a/po/or.po
|
|
|
|
|
+++ b/po/or.po
|
|
|
|
|
@@ -44,7 +44,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/pa.po b/po/pa.po
|
|
|
|
|
index a210bff..6a5c315 100644
|
|
|
|
|
--- a/po/pa.po
|
|
|
|
|
+++ b/po/pa.po
|
|
|
|
|
@@ -51,8 +51,8 @@ msgid "_License Information"
|
|
|
|
|
msgstr "ਲਸੰਸ ਜਾਣਕਾਰੀ(_L)"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
-msgstr "ਲਸੰਸ ਨਹੀਂ ਲੱਭਿਆ। ਇਸ ਬਾਰੇ ਜਾਣਕਾਰੀ http://bugzilla.redhat.com ਉੱਤੇ ਦਿਓ"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
+msgstr "ਲਸੰਸ ਨਹੀਂ ਲੱਭਿਆ। ਇਸ ਬਾਰੇ ਜਾਣਕਾਰੀ https://bugs.msvsphere-os.ru ਉੱਤੇ ਦਿਓ"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/pl.po b/po/pl.po
|
|
|
|
|
index 3432d2e..5cccf25 100644
|
|
|
|
|
--- a/po/pl.po
|
|
|
|
|
+++ b/po/pl.po
|
|
|
|
|
@@ -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"
|
|
|
|
|
diff --git a/po/pt.po b/po/pt.po
|
|
|
|
|
index acf6035..27cd595 100644
|
|
|
|
|
--- a/po/pt.po
|
|
|
|
|
+++ b/po/pt.po
|
|
|
|
|
@@ -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"
|
|
|
|
|
diff --git a/po/pt_BR.po b/po/pt_BR.po
|
|
|
|
|
index ffb25b5..c6c4c90 100644
|
|
|
|
|
--- a/po/pt_BR.po
|
|
|
|
|
+++ b/po/pt_BR.po
|
|
|
|
|
@@ -52,10 +52,10 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Informação sobre a 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, relate isto em http://bugzilla.redhat."
|
|
|
|
|
-"com"
|
|
|
|
|
+"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..f45f153 100644
|
|
|
|
|
--- a/po/ro.po
|
|
|
|
|
+++ b/po/ro.po
|
|
|
|
|
@@ -39,7 +39,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/ru.po b/po/ru.po
|
|
|
|
|
index 530f780..da22d10 100644
|
|
|
|
|
--- a/po/ru.po
|
|
|
|
|
+++ b/po/ru.po
|
|
|
|
|
@@ -50,8 +50,8 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Информация о лицензии"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
-msgstr "Лицензия не найдена. Сообщите об этом в http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
+msgstr "Лицензия не найдена. Сообщите об этом в https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/si.po b/po/si.po
|
|
|
|
|
index f394dad..9d31c1d 100644
|
|
|
|
|
--- a/po/si.po
|
|
|
|
|
+++ b/po/si.po
|
|
|
|
|
@@ -37,7 +37,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/sk.po b/po/sk.po
|
|
|
|
|
index 369cdc7..8ae779f 100644
|
|
|
|
|
--- a/po/sk.po
|
|
|
|
|
+++ b/po/sk.po
|
|
|
|
|
@@ -42,8 +42,8 @@ msgid "_License Information"
|
|
|
|
|
msgstr "Informácie o _licencii"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
-msgstr "Licencia nebola nájdená. Nahláste to na http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
+msgstr "Licencia nebola nájdená. Nahláste to na https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/sq.po b/po/sq.po
|
|
|
|
|
index 588729b..92f754a 100644
|
|
|
|
|
--- a/po/sq.po
|
|
|
|
|
+++ b/po/sq.po
|
|
|
|
|
@@ -40,7 +40,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/sr.po b/po/sr.po
|
|
|
|
|
index af0426b..85f61bb 100644
|
|
|
|
|
--- a/po/sr.po
|
|
|
|
|
+++ b/po/sr.po
|
|
|
|
|
@@ -45,7 +45,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/sv.po b/po/sv.po
|
|
|
|
|
index 57b56dd..91fc23c 100644
|
|
|
|
|
--- a/po/sv.po
|
|
|
|
|
+++ b/po/sv.po
|
|
|
|
|
@@ -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"
|
|
|
|
|
diff --git a/po/ta.po b/po/ta.po
|
|
|
|
|
index d6e8c58..a0092db 100644
|
|
|
|
|
--- a/po/ta.po
|
|
|
|
|
+++ b/po/ta.po
|
|
|
|
|
@@ -45,7 +45,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/te.po b/po/te.po
|
|
|
|
|
index d853c5b..7b33fb0 100644
|
|
|
|
|
--- a/po/te.po
|
|
|
|
|
+++ b/po/te.po
|
|
|
|
|
@@ -45,7 +45,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/th.po b/po/th.po
|
|
|
|
|
index 216e77d..ad4f773 100644
|
|
|
|
|
--- a/po/th.po
|
|
|
|
|
+++ b/po/th.po
|
|
|
|
|
@@ -38,7 +38,7 @@ msgid "_License Information"
|
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
diff --git a/po/tr.po b/po/tr.po
|
|
|
|
|
index ea3fdc1..a92b01b 100644
|
|
|
|
|
--- a/po/tr.po
|
|
|
|
|
+++ b/po/tr.po
|
|
|
|
|
@@ -44,9 +44,9 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Lisans Bilgisi"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
-"Lisans bulunamadı. Lütfen bunu http://bugzilla.redhat.com adresinden bildirin"
|
|
|
|
|
+"Lisans bulunamadı. Lütfen bunu https://bugs.msvsphere-os.ru adresinden bildirin"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
diff --git a/po/uk.po b/po/uk.po
|
|
|
|
|
index 6a5af05..c8b617f 100644
|
|
|
|
|
--- a/po/uk.po
|
|
|
|
|
+++ b/po/uk.po
|
|
|
|
|
@@ -51,10 +51,10 @@ msgid "_License Information"
|
|
|
|
|
msgstr "_Дані щодо ліцензування"
|
|
|
|
|
|
|
|
|
|
#: ../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 ""
|
|
|
|
|
"Не знайдено ліцензійної угоди. Будь ласка, повідомте про це за допомогою "
|
|
|
|
|
-"сайта http://bugzilla.redhat.com"
|
|
|
|
|
+"сайта https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../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..8b18741 100644
|
|
|
|
|
--- a/po/zh_CN.po
|
|
|
|
|
+++ b/po/zh_CN.po
|
|
|
|
|
@@ -49,8 +49,8 @@ msgid "_License Information"
|
|
|
|
|
msgstr "许可信息(_L)"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
-msgstr "未找到许可。请汇报此问题至 http://bugzilla.redhat.com"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
+msgstr "未找到许可。请汇报此问题至 https://bugs.msvsphere-os.ru"
|
|
|
|
|
|
|
|
|
|
#: ../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..2205a0e 100644
|
|
|
|
|
--- a/po/zh_TW.po
|
|
|
|
|
+++ b/po/zh_TW.po
|
|
|
|
|
@@ -50,8 +50,8 @@ msgid "_License Information"
|
|
|
|
|
msgstr "授權資訊(_L)"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:50
|
|
|
|
|
-msgid "No license found. Please report this at http://bugzilla.redhat.com"
|
|
|
|
|
-msgstr "找不到授權文件。請在 http://bugzilla.redhat.com 回報這個問題"
|
|
|
|
|
+msgid "No license found. Please report this at https://bugs.msvsphere-os.ru"
|
|
|
|
|
+msgstr "找不到授權文件。請在 https://bugs.msvsphere-os.ru 回報這個問題"
|
|
|
|
|
|
|
|
|
|
#: ../initial_setup/gui/spokes/eula.py:89
|
|
|
|
|
msgid "No license found"
|
|
|
|
|
--
|
|
|
|
|
2.47.0
|
|
|
|
|
|