From 1da3df18cdb6cb76bd9dd71626ba4eddb80c1634 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 24 May 2014 00:33:00 +0200 Subject: Updated translations. --- pyaggr3g470r/templates/home.html | 3 ++- pyaggr3g470r/templates/management.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates') diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index e453663c..63c4db07 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -16,7 +16,8 @@
{% if result|count == 0 %} -

{{ _('You are not subscribed to any feed.') }} {{ _('Fix this.') }}

+

{{ _("You don't have any feeds.") }}

+

{{ _('Add some') }}, {{ _('or') }} {{ _('upload an OPML file.') }}

{% else %} {% for feed in result|sort(attribute="title") %}
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html index 6a58919e..fb2b8601 100644 --- a/pyaggr3g470r/templates/management.html +++ b/pyaggr3g470r/templates/management.html @@ -29,7 +29,7 @@

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

-

{{ _('Import') }}

+

{{ _('Import') }}

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