From fb9df0c269f36703909b8b259abbdbed29881ecd Mon Sep 17 00:00:00 2001
From: tcit
Date: Thu, 24 Jul 2014 21:56:04 +0200
Subject: use directly MOBIClass
---
themes/baggy/config.twig | 10 ++++++++--
themes/baggy/home.twig | 20 +++++++++++++++-----
themes/baggy/view.twig | 2 ++
3 files changed, 25 insertions(+), 7 deletions(-)
(limited to 'themes/baggy')
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig
index 46735f07..cd86a4fd 100755
--- a/themes/baggy/config.twig
+++ b/themes/baggy/config.twig
@@ -20,7 +20,7 @@
- {% trans "Bookmarklet: drag & drop this link to your bookmarks bar" %} {% trans "bag it!" %}
+ {% trans "Bookmarklet: drag & drop this link to your bookmarks bar" %} {% trans "bag it!" %}
{% trans "Upgrading wallabag" %}
@@ -126,7 +126,13 @@
{% trans "Click here" %} {% trans "to export your wallabag data." %}
{% trans "Fancy an E-Book ?" %}
- {% trans "Click on this link to get all your articles in one ebook (ePub 3 format)." %}
+
{% trans "Click to get all your articles in one ebook :" %}
+
+
{% trans "This can take a while and can even fail if you have too many articles, depending on your server configuration." %}
{% trans "Cache" %}
diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig
index e788b588..4f415220 100755
--- a/themes/baggy/home.twig
+++ b/themes/baggy/home.twig
@@ -43,7 +43,7 @@
{% if entry.content| getReadingTime > 0 %}
{% else %}
-
+
{% endif %}
--
cgit v1.2.3
From 8492f37323c63ac4caed3246077c11bb2c5be79b Mon Sep 17 00:00:00 2001
From: tcit
Date: Sat, 26 Jul 2014 12:22:33 +0200
Subject: translation stuff (en & fr done)
---
themes/baggy/config.twig | 6 +++---
themes/baggy/view.twig | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
(limited to 'themes/baggy')
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig
index cd86a4fd..dda05c29 100755
--- a/themes/baggy/config.twig
+++ b/themes/baggy/config.twig
@@ -128,9 +128,9 @@
{% trans "Fancy an E-Book ?" %}
{% trans "Click to get all your articles in one ebook :" %}
{% trans "This can take a while and can even fail if you have too many articles, depending on your server configuration." %}
diff --git a/themes/baggy/view.twig b/themes/baggy/view.twig
index 85e3ddf1..3f151592 100755
--- a/themes/baggy/view.twig
+++ b/themes/baggy/view.twig
@@ -16,9 +16,9 @@
{% if constant('SHARE_SHAARLI') == 1 %}{% trans "shaarli" %} {% endif %}
{% if constant('FLATTR') == 1 %}{% if flattr.status == constant('FLATTRABLE') %}{% trans "flattr" %} {% elseif flattr.status == constant('FLATTRED') %}{% trans "flattr" %} ({{ flattr.numflattrs }}) {% endif %}{% endif %}
{% if constant('SHOW_PRINTLINK') == 1 %}{% trans "Print" %} {% endif %}
- EPUB
- MOBI
- PDF
+ EPUB
+ MOBI
+ PDF
{% trans "Does this article appear wrong?" %}
--
cgit v1.2.3