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/default/about.twig | 12 +++++++++++- themes/default/config.twig | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'themes/default') diff --git a/themes/default/about.twig b/themes/default/about.twig index bab9b5eb..e0776d9c 100755 --- a/themes/default/about.twig +++ b/themes/default/about.twig @@ -20,7 +20,7 @@
{% trans "on Github" %}
{% trans "Bug reports" %}
-
{% trans "On our support website" %} {% trans "or" %} {% trans "on Github" %}
+
{% trans "On our support website" %}{% trans " or " %}{% trans "on Github" %}
{% trans "License" %}
MIT
@@ -29,6 +29,16 @@
{{ constant('POCHE') }}
+

{% 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