diff options
author | tg(x) <*@tg-x.net> | 2017-01-19 20:05:13 +0100 |
---|---|---|
committer | tg(x) <*@tg-x.net> | 2017-01-19 20:05:13 +0100 |
commit | af1d854539812bc902513a718787baadf14fabc2 (patch) | |
tree | 9731066f9ddd5ba20bbeaa9b9e70ca8c3d9a7f7a /locale/fr | |
parent | 5ca8d8c1c1658e0ccbdeeb21cb7b187ef2e1d917 (diff) | |
download | www-af1d854539812bc902513a718787baadf14fabc2.tar.gz www-af1d854539812bc902513a718787baadf14fabc2.tar.bz2 www-af1d854539812bc902513a718787baadf14fabc2.zip |
i18n: fix navigation
Diffstat (limited to 'locale/fr')
-rw-r--r-- | locale/fr/LC_MESSAGES/messages.po | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/locale/fr/LC_MESSAGES/messages.po b/locale/fr/LC_MESSAGES/messages.po index c271e80..b6952ed 100644 --- a/locale/fr/LC_MESSAGES/messages.po +++ b/locale/fr/LC_MESSAGES/messages.po @@ -1565,35 +1565,34 @@ msgid "" msgstr "" #: common/navigation.inc.j2:12 -msgid "<a href='/'>Home</a>" -msgstr "<a href='/'>Accueil</a>" +msgid "Home" +msgstr "Accueil" #: common/navigation.inc.j2:13 -msgid "<a href='https://demo.taler.net/' target='_blank'>Demo</a>" -msgstr "<a href='https://demo.taler.net/' target='_blank'>Démo</a>" +msgid "Demo" +msgstr "Démo" #: common/navigation.inc.j2:14 -msgid "<a href='/citizens'>Citizens</a>" -msgstr "<a href='/citizens'>Citoyens</a>" +msgid "Citizens" +msgstr "Citoyens" #: common/navigation.inc.j2:15 -msgid "<a href='/merchants'>Merchants</a>" -msgstr "<a href='/merchants'>Commerçants</a>" +msgid "Merchants" +msgstr "Commerçants" #: common/navigation.inc.j2:16 -msgid "<a href='/governments'>Governments</a>" -msgstr "<a href='/governments'>Gouvernements</a>" +msgid "Governments" +msgstr "Gouvernements" #: common/navigation.inc.j2:17 #, fuzzy -msgid "<a href='/investors'>Operators</a>" -msgstr "<a href='/investors'>Investisseurs</a>" +msgid "Operators" +msgstr "Investisseurs" #: common/navigation.inc.j2:18 -msgid "<a href='/developers'>Developers</a>" -msgstr "<a href='/developers'>Développeurs</a>" +msgid "Developers" +msgstr "Développeurs" #: common/navigation.inc.j2:19 -msgid "<a href='/about'>About us</a>" -msgstr "<a href='/about'>À propos</a>" - +msgid "About us" +msgstr "À propos" |