diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-05 22:38:09 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2016-01-05 22:38:09 +0100 |
commit | d1af8ad4dbf7f3ce5170655c2fa8403406283039 (patch) | |
tree | c8ba1d7f6c49a764b14f250b3125665c58ff68fa /src/Wallabag/ImportBundle/Resources/views/Pocket | |
parent | 8eedc8cfacc07e998f6f0bcdfe5b76496a215ea2 (diff) | |
download | wallabag-d1af8ad4dbf7f3ce5170655c2fa8403406283039.tar.gz wallabag-d1af8ad4dbf7f3ce5170655c2fa8403406283039.tar.zst wallabag-d1af8ad4dbf7f3ce5170655c2fa8403406283039.zip |
Added french translations
Diffstat (limited to 'src/Wallabag/ImportBundle/Resources/views/Pocket')
-rw-r--r-- | src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig b/src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig index 9803896c..58053780 100644 --- a/src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig +++ b/src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig | |||
@@ -9,7 +9,7 @@ | |||
9 | <p>{% trans %}You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.{% endtrans %}</p> | 9 | <p>{% trans %}You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.{% endtrans %}</p> |
10 | <form method="post" action="{{ path('import_pocket_auth') }}"> | 10 | <form method="post" action="{{ path('import_pocket_auth') }}"> |
11 | <button class="btn waves-effect waves-light" type="submit" name="action"> | 11 | <button class="btn waves-effect waves-light" type="submit" name="action"> |
12 | Connect to Pocket and import data | 12 | {% trans %}Connect to Pocket and import data{% endtrans %} |
13 | </button> | 13 | </button> |
14 | </form> | 14 | </form> |
15 | </div> | 15 | </div> |