diff options
Diffstat (limited to 'src/web')
-rw-r--r-- | src/web/templates/layout.html | 4 | ||||
-rw-r--r-- | src/web/translations/fr/LC_MESSAGES/messages.mo | bin | 16842 -> 16913 bytes | |||
-rw-r--r-- | src/web/translations/fr/LC_MESSAGES/messages.po | 47 |
3 files changed, 30 insertions, 21 deletions
diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index b18077e2..15cf3e97 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -68,8 +68,8 @@ <ul class="dropdown-menu"> <li><a href="{{ url_for("feeds.update", action="read") }}">{{ _('Mark all as read') }}</a></li> <li><a href="{{ url_for("feeds.update", action="read", nb_days="1") }}">{{ _('Mark all as read older than yesterday') }}</a></li> - <li><a href="{{ url_for("feeds.update", action="read", nb_days="5") }}">{{ _('Mark all as read older than 5 days') }}</a></li> - <li><a href="{{ url_for("feeds.update", action="read", nb_days="10") }}">{{ _('Mark all as read older than 10 days') }}</a></li> + <li><a href="{{ url_for("feeds.update", action="read", nb_days="5") }}">{{ gettext('Mark all as read older than %(days)s days', days=5) }}</a></li> + <li><a href="{{ url_for("feeds.update", action="read", nb_days="10") }}">{{ gettext('Mark all as read older than %(days)s days', days=10) }}</a></li> <li role="presentation" class="divider"></li> <li><a href="{{ url_for("inactives") }}">{{ _('Inactive') }}</a></li> <li><a href="{{ url_for("history") }}">{{ _('History') }}</a></li> diff --git a/src/web/translations/fr/LC_MESSAGES/messages.mo b/src/web/translations/fr/LC_MESSAGES/messages.mo Binary files differindex feb1a42a..6daf1020 100644 --- a/src/web/translations/fr/LC_MESSAGES/messages.mo +++ b/src/web/translations/fr/LC_MESSAGES/messages.mo diff --git a/src/web/translations/fr/LC_MESSAGES/messages.po b/src/web/translations/fr/LC_MESSAGES/messages.po index 3c5c2474..9edcedd0 100644 --- a/src/web/translations/fr/LC_MESSAGES/messages.po +++ b/src/web/translations/fr/LC_MESSAGES/messages.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2015-12-22 16:37+0100\n" -"PO-Revision-Date: 2015-12-22 16:37+0100\n" +"POT-Creation-Date: 2016-01-05 14:37+0100\n" +"PO-Revision-Date: 2016-01-05 14:39+0100\n" "Last-Translator: Cédric Bonhomme <cedric@cedricbonhomme.org>\n" "Language-Team: fr <LL@li.org>\n" "Language: fr\n" @@ -91,7 +91,7 @@ msgid "Passwords aren't the same." msgstr "Les mots de passe ne sont pas identiques." #: src/web/forms.py:164 src/web/templates/feed_list.html:10 -#: src/web/templates/layout.html:106 +#: src/web/templates/layout.html:107 msgid "Title" msgstr "Titre" @@ -143,8 +143,8 @@ msgstr "Compte non confirmé." msgid "Invalid email." msgstr "Email invalide." -#: src/web/templates/about.html:5 src/web/templates/layout.html:85 -#: src/web/templates/layout.html:118 +#: src/web/templates/about.html:5 src/web/templates/layout.html:86 +#: src/web/templates/layout.html:119 msgid "About" msgstr "À propos" @@ -446,15 +446,15 @@ msgstr "Vous êtes abonné à" msgid "feeds" msgstr "flux" -#: src/web/templates/feeds.html:4 src/web/templates/management.html:6 +#: src/web/templates/feeds.html:4 msgid "Add a" msgstr "Ajouter un" -#: src/web/templates/feeds.html:4 src/web/templates/management.html:6 +#: src/web/templates/feeds.html:4 msgid "feed" msgstr "flux" -#: src/web/templates/history.html:4 src/web/templates/layout.html:74 +#: src/web/templates/history.html:4 src/web/templates/layout.html:75 msgid "History" msgstr "Historique" @@ -499,7 +499,7 @@ msgid "Mark this feed as unread" msgstr "Marquer ce flux comme non lu" #: src/web/templates/home.html:68 src/web/templates/home.html:76 -#: src/web/templates/layout.html:75 +#: src/web/templates/layout.html:76 msgid "All" msgstr "Tout" @@ -568,35 +568,36 @@ msgstr "Marquer tout comme lu" msgid "Mark all as read older than yesterday" msgstr "Marquer tout comme lu plus ancien qu'hier" -#: src/web/templates/layout.html:71 -msgid "Mark all as read older than 10 days" -msgstr "Marquer tout comme lu plus ancien que 10 jours" +#: src/web/templates/layout.html:71 src/web/templates/layout.html:72 +#, python-format +msgid "Mark all as read older than %(days)s days" +msgstr "Marquer tout comme lu plus ancien que %(days)s jours" -#: src/web/templates/layout.html:73 +#: src/web/templates/layout.html:74 msgid "Inactive" msgstr "Flux inactifs" -#: src/web/templates/layout.html:83 +#: src/web/templates/layout.html:84 msgid "Profile" msgstr "Profil" -#: src/web/templates/layout.html:84 +#: src/web/templates/layout.html:85 msgid "Your data" msgstr "Vos données" -#: src/web/templates/layout.html:88 +#: src/web/templates/layout.html:89 msgid "Dashboard" msgstr "Tableau de bord" -#: src/web/templates/layout.html:91 +#: src/web/templates/layout.html:92 msgid "Logout" msgstr "Déconnexion" -#: src/web/templates/layout.html:109 +#: src/web/templates/layout.html:110 msgid "Content" msgstr "Contenu" -#: src/web/templates/layout.html:111 +#: src/web/templates/layout.html:112 msgid "Search" msgstr "Recherche" @@ -616,6 +617,14 @@ msgstr "Mot de passe oublié" msgid "Your subscriptions" msgstr "Vos abonnements" +#: src/web/templates/management.html:6 +msgid "Add" +msgstr "Ajouter" + +#: src/web/templates/management.html:6 +msgid "a feed" +msgstr "un flux" + #: src/web/templates/management.html:7 msgid "articles are stored in the database with" msgstr "articles sont stockés dans la base avec" |