From 6a1631476cfd5b46b1c778fff680ea2bc554baaa Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 1 May 2014 17:29:58 +0200 Subject: Internationalization to french in progress. --- pyaggr3g470r/templates/feeds.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'pyaggr3g470r/templates/feeds.html') diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index 82e4afae..4caf6653 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -1,17 +1,17 @@ {% extends "layout.html" %} {% block content %}
-

You are subscribed to {{ feeds.all()|count }} feeds · Add a feed

+

{{ _('You are subscribed to') }} {{ feeds.all()|count }} {{ _('feeds') }} · {{ _('Add a') }} {{ _('feed') }}

- - - - - + + + + + @@ -20,18 +20,18 @@ {% endfor %} -- cgit
#StatusTitleSiteArticlesActions{{ _('Status') }}{{ _('Title') }}{{ _('Site') }}{{ _('Articles') }}{{ _('Actions') }}
{{ loop.index }} {% if feed.enabled %} - + {% else %} - + {% endif %} {{ feed.title }} {{ feed.site_link }} {{ feed.articles.all()|count }} - - - + + +