From 567f05883edbb0068eb4f6e9f449bbc30572f5bc Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Thu, 1 May 2014 11:37:11 +0200 Subject: Updated translation. --- pyaggr3g470r/templates/management.html | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'pyaggr3g470r/templates/management.html') diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 78f4399b..b37653c4 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -2,20 +2,20 @@ {% block content %}
-

Your subscriptions

-

You are subscribed to {{ nb_feeds }} feeds. Add a feed.

-

{{ nb_articles }} articles are stored in the database with {{ nb_unread_articles }} unread articles.

+

{{ _('Your subscriptions') }}

+

{{ _('You are subscribed to') }} {{ nb_feeds }} {{ _('feeds') }}. {{ _('Add a') }} {{ _('feed') }}.

+

{{ nb_articles }} {{ _('articles are stored in the database with') }} {{ nb_unread_articles }} {{ _('unread articles') }}.

{% if not_on_heroku %} - Index database + {{ _('Index database') }} {% endif %}
-

Your Profile

+

{{ _('Your Profile') }}

-

Update your profile.

-

Member since {{ user.date_created.strftime('%A, %d %B %Y') }}.

-

Last seen: {{ user.last_seen.strftime('%A, %d %B %Y at %H:%M:%S') }}.

+

{{ _('Update your') }} {{ _('profile') }}.

+

{{ _('Member since') }} {{ user.date_created.strftime('%A, %d %B %Y') }}.

+

{{ _('Last seen:') }} {{ user.last_seen.strftime('%A, %d %B %Y at %H:%M:%S') }}.

@@ -23,17 +23,17 @@
-

Import/export feeds

-

Import

+

{{ _('Import/export feeds') }}

+

{{ _('Import') }}

- Batch import feeds from OPML (*.xml or *.opml) + {{ _('Batch import feeds from OPML') }} (*.xml {{ _('or') }} *.opml)
-

Export

- Export feeds to OPML +

{{ _('Export') }}

+ {{ _('Export feeds to OPML') }}
-

Export articles

+

{{ _('Export articles') }}

HTML JSON
-- cgit