summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2017-07-22 08:54:30 +0200
committerPapoteur <papoteur@mageialinux-online.org>2017-07-22 08:54:30 +0200
commitb2b908e0362e9900251b97147d54e4a6a27dc8df (patch)
treedf59f01ff1496b028ddb1c1562bfa15f368c4556 /usr
parent393f85a89018d59a0247681d658de1741a51c249 (diff)
downloadmageiawelcome-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')
-rw-r--r--usr/share/mageiawelcome/mageiawelcome.py2
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")