From 750d904a16465bb01eac64e87aba0b27c6fb7d12 Mon Sep 17 00:00:00 2001 From: tcit Date: Fri, 17 Oct 2014 21:08:08 +0200 Subject: fix translation issues --- locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo | Bin 12987 -> 14084 bytes locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po | 30 ++++++++++++++++++++++++++++ locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo | Bin 16505 -> 17607 bytes locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po | 30 ++++++++++++++++++++++++++++ themes/baggy/home.twig | 4 ++-- 5 files changed, 62 insertions(+), 2 deletions(-) diff --git a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo index a3c98497..b8132fb5 100644 Binary files a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo and b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.mo differ diff --git a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po index c589866c..32e96d07 100644 --- a/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po +++ b/locale/en_EN.utf8/LC_MESSAGES/en_EN.utf8.po @@ -571,6 +571,36 @@ msgstr "" msgid "Enter your search here" msgstr "Enter your search here" +msgid "Apply the tag %search_term% to this search" +msgstr "Apply the tag %search_term% to this search" + +# ebook +msgid "Fancy an E-Book ?" +msgstr "Fancy an E-Book ?" + +msgid "" +"Click on this " +"link to get all your articles in one ebook (ePub 3 format)." +msgstr "" +"Click on this " +"link to get all your articles in one ebook (ePub 3 format)." + +msgid "" +"This can take a while and can even fail if you have too many " +"articles, depending on your server configuration." +msgstr "" +"This can take a while and can even fail if you have too many " +"articles, depending on your server configuration." + +msgid "Download the articles from this tag in an epub" +msgstr "Download the articles from this tag in an epub" + +msgid "Download the articles from this search in an epub" +msgstr "Download the articles from this search in an epub" + +msgid "Download the articles from this category in an epub" +msgstr "Download the articles from this category in an epub" + #~ msgid "poche it!" #~ msgstr "poche it!" diff --git a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo index f4a28e72..b2d8daae 100644 Binary files a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo and b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo differ diff --git a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po index 0912b872..df433636 100644 --- a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po +++ b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po @@ -655,3 +655,33 @@ msgstr "Cache effacé." msgid "Oops, it seems you don't have PHP 5." msgstr "Oups, vous ne semblez pas avoir PHP 5." + +msgid "Apply the tag %search_term% to this search" +msgstr "Appliquer le tag %search_term% à ces résultats" + +# ebook +msgid "Fancy an E-Book ?" +msgstr "Envie d'un E-Book ?" + +msgid "" +"Click on this " +"link to get all your articles in one ebook (ePub 3 format)." +msgstr "" +"Cliquez sur ce " +"lien pour obtenir tous vos articles (format ePub 3)." + +msgid "" +"This can take a while and can even fail if you have too many " +"articles, depending on your server configuration." +msgstr "" +"Ceci peut prendre un moment et même échouer si vous avez trop " +"d'articles, selon la configuration de votre serveur." + +msgid "Download the articles from this tag in an epub" +msgstr "Télécharger les articles de ce tag dans un epub" + +msgid "Download the articles from this search in an epub" +msgstr "Télécharger les articles de cette recherche dans un epub" + +msgid "Download the articles from this category in an epub" +msgstr "Télécharger les articles de cette catégorie dans un epub" diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index e788b588..157615ae 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig @@ -57,9 +57,9 @@ {% endfor %} {{ block('pager') }} - {% if view == 'home' %}{% if nb_results > 1 %}{{ "Mark all the entries as read" }}{% endif %}{% endif %} + {% if view == 'home' %}{% if nb_results > 1 %}{% trans "Mark all the entries as read" %}{% endif %}{% endif %} - {% if search_term is defined %}{% trans %} Apply the tag {{ search_term }} to this search {% endtrans %}{% endif %} + {% if search_term is defined %}{% trans %}Apply the tag {{ search_term }} to this search{% endtrans %}{% endif %} {% if tag %}{% trans "Download the articles from this tag in an epub" %} {% elseif search_term is defined %}{% trans "Download the articles from this search in an epub" %} -- cgit v1.2.3