From b2b908e0362e9900251b97147d54e4a6a27dc8df Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 22 Jul 2017 08:54:30 +0200 Subject: adding comments for translators --- usr/share/mageiawelcome/mageiawelcome.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'usr') diff --git a/usr/share/mageiawelcome/mageiawelcome.py b/usr/share/mageiawelcome/mageiawelcome.py index edda2e9..4c7263e 100644 --- a/usr/share/mageiawelcome/mageiawelcome.py +++ b/usr/share/mageiawelcome/mageiawelcome.py @@ -87,6 +87,7 @@ def main(): l['h_documentation'] = _("Documentation") l['h_documentation_url'] = _("https://wiki.mageia.org/en/Documentation") l['features'] = _("New Features") + # the {0} will be replaced by the release number 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") @@ -108,6 +109,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") + # the {0} will be replaced by the release number l['SM_url'] = _("https://doc.mageia.org/mcc/{0}/en/content/software-management.html").format(release_nb) l['Oa'] = _("Online administration") l['H'] = _("Hardware") -- cgit v1.2.1