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/default/config.twig | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'themes/default/config.twig') diff --git a/themes/default/config.twig b/themes/default/config.twig index 160f6046..a65d2b2c 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -124,13 +124,20 @@

{% trans "Click here" %} {% trans "to download your database." %}

{% endif %}

{% trans "Click here" %} {% trans "to export your wallabag data." %}

-

{% trans "Cache" %}

-

{% trans "Click here" %} {% trans "to delete cache." %}

-

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

+

{% trans "Click here" %} {% trans "to delete cache." %}

+

{% trans 'Add user' %}

{% trans 'Add a new user :' %}

-- cgit v1.2.3 From 1c91178932cd5b48d793261c6631697186853a93 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 4 Feb 2015 23:37:37 +0100 Subject: fix autoclose (#984) and bookmarklet mode --- themes/default/config.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/config.twig') diff --git a/themes/default/config.twig b/themes/default/config.twig index bac563cf..87f964c9 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -27,7 +27,7 @@

{% trans "Bookmarklet" %}

- {% trans "Drag & drop this link to your bookmarks bar:" %} {% trans "bag it!" %} + {% trans "Drag & drop this link to your bookmarks bar:" %} {% trans "bag it!" %}

{% trans "Feeds" %}

-- cgit v1.2.3 From 313355cdca351f05a378df86d522fa43e31a18a7 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Sun, 15 Feb 2015 21:14:54 +0100 Subject: updated Windows app link --- themes/default/config.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/default/config.twig') diff --git a/themes/default/config.twig b/themes/default/config.twig index 87f964c9..6302a6a3 100755 --- a/themes/default/config.twig +++ b/themes/default/config.twig @@ -23,7 +23,7 @@

{% trans "Bookmarklet" %}

-- cgit v1.2.3