From 393f85a89018d59a0247681d658de1741a51c249 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 22 Jul 2017 08:31:29 +0200 Subject: Replace http:// with https:// for remaining website links --- po/mageiawelcome.pot | 8 ++++---- usr/share/mageiawelcome/mageiawelcome.py | 6 +++--- 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 \n" "Language-Team: LANGUAGE \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." -"

To find out how you can help click here.

Don't forget to tell your " "friends about Mageia.

" 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") l['user'] = username - l['welcome_msg'] = _("

Thank you for choosing Mageia!

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.

To find out how you can help click here.

Don't forget to tell your friends about Mageia.

") + l['welcome_msg'] = _("

Thank you for choosing Mageia!

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.

To find out how you can help click here.

Don't forget to tell your friends about Mageia.

") 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") -- cgit v1.2.1