From 92659b8e7fd6f006ca037a512831152025ad8933 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Fri, 13 Mar 2015 22:48:54 +0100 Subject: many translations improved and corrected --- themes/baggy/about.twig | 2 +- themes/baggy/config.twig | 10 +++++----- themes/default/about.twig | 12 +++++++++++- themes/default/config.twig | 2 +- 4 files changed, 18 insertions(+), 8 deletions(-) (limited to 'themes') diff --git a/themes/baggy/about.twig b/themes/baggy/about.twig index 93c96df2..0fdbe3b8 100755 --- a/themes/baggy/about.twig +++ b/themes/baggy/about.twig @@ -33,7 +33,7 @@
{% trans "Documentation" %}
-
Offline documentation and online documentation (up to date)
+
{% trans %}Offline documentation and online documentation (up to date){% endtrans %}
{% trans "Support" %}
http://support.wallabag.org/
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 94257616..b4765602 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig @@ -14,12 +14,12 @@

-

Browser Plugins

+

{% trans "Browser Addons" %}

-

Mobile Apps

+

{% trans "Mobile Apps" %}

+

{% trans "Getting help" %}

+ +
+
{% trans "Documentation" %}
+
{% trans %}Offline documentation and online documentation (up to date){% endtrans %}
+ +
{% trans "Support" %}
+
http://support.wallabag.org/
+
+

{% trans "Helping wallabag" %}

{% trans "wallabag is free and opensource. You can help us:" %}

diff --git a/themes/default/config.twig b/themes/default/config.twig index 6302a6a3..09e40e75 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -102,7 +102,7 @@

{% trans "Fetching process is controlled by two constants in your config file: IMPORT_LIMIT (how many articles are fetched at once) and IMPORT_DELAY (delay between fetch of next batch of articles)." %}

{% trans "Export your wallabag data" %}

-

{% trans "Export JSON" %}
+

{% trans "JSON export" %}
Data will be exported in a single JSON file.

{% trans "Fancy an E-Book ?" %}

-- cgit v1.2.3