diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-06-22 18:11:36 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2014-06-22 18:11:36 +0200 |
commit | edd8900b0d318f274f92ddc15af1646ec2c472af (patch) | |
tree | c9b52ef95b3b95f201fb6b37253919bff2e93175 /pyaggr3g470r | |
parent | Added some messages to the home page. (diff) | |
download | newspipe-edd8900b0d318f274f92ddc15af1646ec2c472af.tar.gz newspipe-edd8900b0d318f274f92ddc15af1646ec2c472af.tar.bz2 newspipe-edd8900b0d318f274f92ddc15af1646ec2c472af.zip |
Braces for translations.
Diffstat (limited to 'pyaggr3g470r')
-rw-r--r-- | pyaggr3g470r/templates/home.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html index d0258ec1..a68b71a4 100644 --- a/pyaggr3g470r/templates/home.html +++ b/pyaggr3g470r/templates/home.html @@ -120,11 +120,11 @@ {% else %} <br /> {% if filter_ == 'all' %} - <div class="alert alert-warning"><strong>Oh!</strong> {{ _('This feed is empty.') }}</div> + <div class="alert alert-warning"><strong>{{ _('Oh!') }}</strong> {{ _('This feed is empty.') }}</div> {% elif filter_ == 'read' %} - <div class="alert alert-info"><strong>Work for you!</strong> {{ _('All articles are unread.') }}</div> + <div class="alert alert-info"><strong>{{ _('Work for you!') }}</strong> {{ _('All articles are unread.') }}</div> {% elif filter_ == 'unread' %} - <div class="alert alert-success"><strong>Well done!</strong> {{ _('You read all articles.') }}</div> + <div class="alert alert-success"><strong>{{ _('Well done!') }}</strong> {{ _('You read all articles.') }}</div> {% endif %} {% endif %} </div><!-- /.container --> |