From c802181126b41ecbc45e501c5426a6aa8b907d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 6 Apr 2016 11:30:41 +0200 Subject: Documentation about wallabag API --- src/Wallabag/CoreBundle/Resources/translations/messages.da.yml | 1 + src/Wallabag/CoreBundle/Resources/translations/messages.de.yml | 1 + src/Wallabag/CoreBundle/Resources/translations/messages.en.yml | 1 + src/Wallabag/CoreBundle/Resources/translations/messages.es.yml | 1 + src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml | 1 + src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | 1 + src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml | 1 + src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml | 1 + src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml | 1 + src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml | 1 + .../CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig | 3 ++- .../Resources/views/themes/material/Developer/index.html.twig | 3 ++- 12 files changed, 14 insertions(+), 2 deletions(-) (limited to 'src/Wallabag') diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml index acf9fdc5..d19cf1bf 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml @@ -338,6 +338,7 @@ developer: # documentation: 'Documentation' # how_to_first_app: 'How to create my first application' # full_documentation: 'View full API documentation' + # list_methods: 'List API methods' # clients: # title: 'Clients' # create_new: 'Create a new client' diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml index 02c998ea..f1e7b6b8 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml @@ -338,6 +338,7 @@ developer: documentation: 'Dokumentation' how_to_first_app: 'Wie erstelle ich meine erste Anwendung' full_documentation: 'Komplette API-Dokumentation einsehen' + # list_methods: 'List API methods' clients: title: 'Clients' create_new: 'Neuen Client erstellen' diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml index 2c3704f3..3dc22998 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml @@ -338,6 +338,7 @@ developer: documentation: 'Documentation' how_to_first_app: 'How to create my first application' full_documentation: 'View full API documentation' + list_methods: 'List API methods' clients: title: 'Clients' create_new: 'Create a new client' diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml index bcdad5b3..a8fcbcf6 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml @@ -338,6 +338,7 @@ developer: # documentation: 'Documentation' # how_to_first_app: 'How to create my first application' # full_documentation: 'View full API documentation' + # list_methods: 'List API methods' # clients: # title: 'Clients' # create_new: 'Create a new client' diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml index f753a918..6be7d22e 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml @@ -338,6 +338,7 @@ developer: # documentation: 'Documentation' # how_to_first_app: 'How to create my first application' # full_documentation: 'View full API documentation' + # list_methods: 'List API methods' # clients: # title: 'Clients' # create_new: 'Create a new client' diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index e5448ae3..6ff1a3b1 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml @@ -338,6 +338,7 @@ developer: documentation: 'Documentation' how_to_first_app: 'Comment créer votre première application' full_documentation: "Voir la documentation complète de l'API" + list_methods: "Lister toutes les méthodes de l'API" clients: title: 'Clients' create_new: 'Créer une nouveau client' diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml index 7446fef9..bbd813e2 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml @@ -338,6 +338,7 @@ developer: documentation: 'Documentacion' how_to_first_app: 'Cossí crear vòstra primièra aplicacion' full_documentation: "Veire la documentacion completa de l'API" + # list_methods: 'List API methods' clients: title: 'Clients' create_new: 'Crear un novèl client' diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml index 340a3634..fb26de89 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml @@ -338,6 +338,7 @@ developer: documentation: 'Dokumentacja' how_to_first_app: 'Jak stworzyć moją pierwszą aplikację' full_documentation: 'Pokaż pełne API' + # list_methods: 'List API methods' clients: title: 'Klienci' create_new: 'Utwórz nowego klienta' diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml index 6dd3d56b..bb817cb3 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml @@ -338,6 +338,7 @@ developer: # documentation: 'Documentation' # how_to_first_app: 'How to create my first application' # full_documentation: 'View full API documentation' + # list_methods: 'List API methods' # clients: # title: 'Clients' # create_new: 'Create a new client' diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml index 13e3558f..897cc2f4 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml @@ -338,6 +338,7 @@ developer: # documentation: 'Documentation' # how_to_first_app: 'How to create my first application' # full_documentation: 'View full API documentation' + # list_methods: 'List API methods' # clients: # title: 'Clients' # create_new: 'Create a new client' diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig index e12779b7..7ff64ca6 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Developer/index.html.twig @@ -14,7 +14,8 @@

{{ 'developer.clients.title'|trans }}

diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig index e12779b7..7ff64ca6 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Developer/index.html.twig @@ -14,7 +14,8 @@

{{ 'developer.clients.title'|trans }}

-- cgit v1.2.3