diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2017-07-22 08:54:30 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2017-07-22 08:54:30 +0200 |
commit | b2b908e0362e9900251b97147d54e4a6a27dc8df (patch) | |
tree | df59f01ff1496b028ddb1c1562bfa15f368c4556 /usr/share | |
parent | 393f85a89018d59a0247681d658de1741a51c249 (diff) | |
download | mageiawelcome-b2b908e0362e9900251b97147d54e4a6a27dc8df.tar mageiawelcome-b2b908e0362e9900251b97147d54e4a6a27dc8df.tar.gz mageiawelcome-b2b908e0362e9900251b97147d54e4a6a27dc8df.tar.bz2 mageiawelcome-b2b908e0362e9900251b97147d54e4a6a27dc8df.tar.xz mageiawelcome-b2b908e0362e9900251b97147d54e4a6a27dc8df.zip |
adding comments for translators
Diffstat (limited to 'usr/share')
-rw-r--r-- | usr/share/mageiawelcome/mageiawelcome.py | 2 |
1 files changed, 2 insertions, 0 deletions
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") |