From 650928831b547ad8a00f8d70e8d3150c3fe0597d Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sat, 14 Feb 2015 15:22:20 +0100 Subject: PR #988 done --- locale/en_US.utf8/LC_MESSAGES/en_US.utf8.mo | Bin 17544 -> 17594 bytes locale/en_US.utf8/LC_MESSAGES/en_US.utf8.po | 3 +++ locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.mo | Bin 22961 -> 23061 bytes locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po | 3 +++ themes/baggy/view.twig | 2 +- themes/default/view.twig | 2 +- 6 files changed, 8 insertions(+), 2 deletions(-) diff --git a/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.mo b/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.mo index f2c8a0f6..2c342c12 100644 Binary files a/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.mo and b/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.mo differ diff --git a/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.po b/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.po index 73589e20..e62cf20a 100644 --- a/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.po +++ b/locale/en_US.utf8/LC_MESSAGES/en_US.utf8.po @@ -723,6 +723,9 @@ msgid "" msgstr "" "The user was created, but no email was sent because email was not filled in" +msgid "Read the rest at" +msgstr "Read the rest at" + #~ 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 1f1995b8..c35c2a1f 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 526a44a3..b03866ae 100644 --- a/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po +++ b/locale/fr_FR.utf8/LC_MESSAGES/fr_FR.utf8.po @@ -867,3 +867,6 @@ msgstr "L'E-mail a été envoyé à votre Kindle !" msgid "Produced by wallabag with mPDF" msgstr "Produit par wallabag avec mPDF" + +msgid "Read the rest at" +msgstr "Lire le reste à l'adresse" diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig index 0d0a4438..7320057f 100755 --- a/themes/baggy/view.twig +++ b/themes/baggy/view.twig @@ -13,7 +13,7 @@
  • {% trans "Toggle favorite" %}
  • {% trans "Delete" %}
  • {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} - {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} + {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} {% if constant('SHARE_SHAARLI') == 1 %}
  • {% trans "shaarli" %}
  • {% endif %} {% if constant('SHARE_EVERNOTE') == 1 %}
  • {% trans "evernote" %}
  • {% endif %} {% if constant('SHARE_DIASPORA') == 1 %}
  • {% trans "diaspora" %}
  • {% endif %} diff --git a/themes/default/view.twig b/themes/default/view.twig index 87371d13..44cbf41b 100755 --- a/themes/default/view.twig +++ b/themes/default/view.twig @@ -12,7 +12,7 @@
  • {% trans "Toggle favorite" %}
  • {% trans "Delete" %}
  • {% if constant('SHARE_TWITTER') == 1 %}
  • {% endif %} - {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} + {% if constant('SHARE_MAIL') == 1 %}
  • {% endif %} {% if constant('SHARE_SHAARLI') == 1 %}
  • {% trans "shaarli" %}
  • {% endif %} {% if constant('SHARE_EVERNOTE') == 1 %}
  • {% trans "evernote" %}
  • {% endif %} {% if constant('SHARE_DIASPORA') == 1 %}
  • {% trans "diaspora" %}
  • {% endif %} -- cgit v1.2.3