summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2017-07-22 08:31:29 +0200
committerPapoteur <papoteur@mageialinux-online.org>2017-07-22 08:31:29 +0200
commit393f85a89018d59a0247681d658de1741a51c249 (patch)
tree925dc4c336f83b089d615499d7ca047c511d665f
parent6b7e2379751108c7c9524806aca305c21400c4ec (diff)
downloadmageiawelcome-393f85a89018d59a0247681d658de1741a51c249.tar
mageiawelcome-393f85a89018d59a0247681d658de1741a51c249.tar.gz
mageiawelcome-393f85a89018d59a0247681d658de1741a51c249.tar.bz2
mageiawelcome-393f85a89018d59a0247681d658de1741a51c249.tar.xz
mageiawelcome-393f85a89018d59a0247681d658de1741a51c249.zip
Replace http:// with https:// for remaining website links
-rw-r--r--po/mageiawelcome.pot8
-rw-r--r--usr/share/mageiawelcome/mageiawelcome.py6
2 files changed, 7 insertions, 7 deletions
diff --git a/po/mageiawelcome.pot b/po/mageiawelcome.pot
index 8578c77..fe0b9d3 100644
--- a/po/mageiawelcome.pot
+++ b/po/mageiawelcome.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mageiawelcome\n"
"Report-Msgid-Bugs-To: http://bugs.mageia.org\n"
-"POT-Creation-Date: 2017-07-21 07:47+0200\n"
+"POT-Creation-Date: 2017-07-22 08:29+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -55,7 +55,7 @@ msgid ""
"provide you with the best possible system. We hope you will have a good "
"experience with Mageia. If you feel that our project is a good idea, we "
"would also appreciate any contribution you can make to it for next versions."
-"</p><p>To find out how you can help <a class='weblink' href='http://www."
+"</p><p>To find out how you can help <a class='weblink' href='https://www."
"mageia.org/contribute/'>click here</a>.</p><p>Don't forget to tell your "
"friends about Mageia.</p>"
msgstr ""
@@ -87,7 +87,7 @@ msgstr ""
#: ../usr/share/mageiawelcome/mageiawelcome.py:90
#, python-brace-format
-msgid "http://doc.mageia.org/mcc/{0}/en/content/index.html"
+msgid "https://doc.mageia.org/mcc/{0}/en/content/index.html"
msgstr ""
#: ../usr/share/mageiawelcome/mageiawelcome.py:91
@@ -170,7 +170,7 @@ msgstr ""
#: ../usr/share/mageiawelcome/mageiawelcome.py:111
#, python-brace-format
-msgid "http://doc.mageia.org/mcc/{0}/en/content/software-management.html"
+msgid "https://doc.mageia.org/mcc/{0}/en/content/software-management.html"
msgstr ""
#: ../usr/share/mageiawelcome/mageiawelcome.py:112
diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py
index dca9bc3..edda2e9 100644
--- a/usr/share/mageiawelcome/mageiawelcome.py
+++ b/usr/share/mageiawelcome/mageiawelcome.py
@@ -80,14 +80,14 @@ def main():
l['welcome_btn'] = _("Welcome")
l['welcome'] = _("Welcome<!--user//-->")
l['user'] = username
- l['welcome_msg'] = _("<p>Thank you for choosing Mageia!</p><p>We have put in a lot of effort to provide you with the best possible system. We hope you will have a good experience with Mageia. If you feel that our project is a good idea, we would also appreciate any contribution you can make to it for next versions.</p><p>To find out how you can help <a class='weblink' href='http://www.mageia.org/contribute/'>click here</a>.</p><p>Don't forget to tell your friends about Mageia.</p>")
+ l['welcome_msg'] = _("<p>Thank you for choosing Mageia!</p><p>We have put in a lot of effort to provide you with the best possible system. We hope you will have a good experience with Mageia. If you feel that our project is a good idea, we would also appreciate any contribution you can make to it for next versions.</p><p>To find out how you can help <a class='weblink' href='https://www.mageia.org/contribute/'>click here</a>.</p><p>Don't forget to tell your friends about Mageia.</p>")
l['mcc'] = _("Mageia Control Center")
l['conf_update'] = _("Configure media sources and update system")
l['inst_remove'] = _("Install and remove software")
l['h_documentation'] = _("Documentation")
l['h_documentation_url'] = _("https://wiki.mageia.org/en/Documentation")
l['features'] = _("New Features")
- l['mcc_url'] = _("http://doc.mageia.org/mcc/{0}/en/content/index.html").format(release_nb)
+ l['mcc_url'] = _("https://doc.mageia.org/mcc/{0}/en/content/index.html").format(release_nb)
l['relnotes'] = _("Release Notes")
l['relnotes_url'] = _("https://wiki.mageia.org/en/Mageia_6_Release_Notes")
l['errata'] = _("Errata")
@@ -108,7 +108,7 @@ def main():
l['joinus'] = _("Join us!")
l['mccdesc'] = _("Mageia Control Center (aka drakconf) is a set of tools to help you configure your system")
l['SM'] = _("Software Management")
- l['SM_url'] = _("http://doc.mageia.org/mcc/{0}/en/content/software-management.html").format(release_nb)
+ l['SM_url'] = _("https://doc.mageia.org/mcc/{0}/en/content/software-management.html").format(release_nb)
l['Oa'] = _("Online administration")
l['H'] = _("Hardware")
l['NI'] = _("Network & Internet")