aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Resources/views
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-01-05 22:38:09 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-01-05 22:38:09 +0100
commitd1af8ad4dbf7f3ce5170655c2fa8403406283039 (patch)
treec8ba1d7f6c49a764b14f250b3125665c58ff68fa /src/Wallabag/ImportBundle/Resources/views
parent8eedc8cfacc07e998f6f0bcdfe5b76496a215ea2 (diff)
downloadwallabag-d1af8ad4dbf7f3ce5170655c2fa8403406283039.tar.gz
wallabag-d1af8ad4dbf7f3ce5170655c2fa8403406283039.tar.zst
wallabag-d1af8ad4dbf7f3ce5170655c2fa8403406283039.zip
Added french translations
Diffstat (limited to 'src/Wallabag/ImportBundle/Resources/views')
-rw-r--r--src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig2
-rw-r--r--src/Wallabag/ImportBundle/Resources/views/Pocket/index.html.twig2
-rw-r--r--src/Wallabag/ImportBundle/Resources/views/WallabagV1/index.html.twig2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig b/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig
index 27baa1e3..1f0addca 100644
--- a/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig
+++ b/src/Wallabag/ImportBundle/Resources/views/Import/index.html.twig
@@ -11,7 +11,7 @@
11 <li> 11 <li>
12 <h5>{{ import.name }}</h5> 12 <h5>{{ import.name }}</h5>
13 <blockquote>{{ import.description|raw }}</blockquote> 13 <blockquote>{{ import.description|raw }}</blockquote>
14 <p><a class="waves-effect waves-light btn" href="{{ path(import.url) }}">Import contents</a></p> 14 <p><a class="waves-effect waves-light btn" href="{{ path(import.url) }}">{% trans %}Import contents{% endtrans %}</a></p>
15 </li> 15 </li>
16 {% endfor %} 16 {% endfor %}
17 </ul> 17 </ul>
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>
diff --git a/src/Wallabag/ImportBundle/Resources/views/WallabagV1/index.html.twig b/src/Wallabag/ImportBundle/Resources/views/WallabagV1/index.html.twig
index 23d3e146..afc57226 100644
--- a/src/Wallabag/ImportBundle/Resources/views/WallabagV1/index.html.twig
+++ b/src/Wallabag/ImportBundle/Resources/views/WallabagV1/index.html.twig
@@ -15,7 +15,7 @@
15 <div class="file-field input-field col s12"> 15 <div class="file-field input-field col s12">
16 {{ form_errors(form.file) }} 16 {{ form_errors(form.file) }}
17 <div class="btn"> 17 <div class="btn">
18 <span>File</span> 18 <span>{% trans %}File{% endtrans %}</span>
19 {{ form_widget(form.file) }} 19 {{ form_widget(form.file) }}
20 </div> 20 </div>
21 <div class="file-path-wrapper"> 21 <div class="file-path-wrapper">