aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 2626523a..8e7e3c2c 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -25,7 +25,7 @@ menu:
25 internal_settings: 'Internal Settings' 25 internal_settings: 'Internal Settings'
26 import: 'Import' 26 import: 'Import'
27 howto: 'How to' 27 howto: 'How to'
28 developer: 'Developer' 28 developer: 'API clients management'
29 logout: 'Logout' 29 logout: 'Logout'
30 about: 'About' 30 about: 'About'
31 search: 'Search' 31 search: 'Search'
@@ -436,7 +436,7 @@ import:
436 how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' 436 how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
437 437
438developer: 438developer:
439 page_title: 'Developer' 439 page_title: 'API clients management'
440 welcome_message: 'Welcome to the wallabag API' 440 welcome_message: 'Welcome to the wallabag API'
441 documentation: 'Documentation' 441 documentation: 'Documentation'
442 how_to_first_app: 'How to create my first application' 442 how_to_first_app: 'How to create my first application'
@@ -457,7 +457,7 @@ developer:
457 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." 457 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
458 action: 'Remove the client %name%' 458 action: 'Remove the client %name%'
459 client: 459 client:
460 page_title: 'Developer > New client' 460 page_title: 'API clients management > New client'
461 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' 461 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
462 form: 462 form:
463 name_label: 'Name of the client' 463 name_label: 'Name of the client'
@@ -465,7 +465,7 @@ developer:
465 save_label: 'Create a new client' 465 save_label: 'Create a new client'
466 action_back: 'Back' 466 action_back: 'Back'
467 client_parameter: 467 client_parameter:
468 page_title: 'Developer > Client parameters' 468 page_title: 'API clients management > Client parameters'
469 page_description: 'Here are your client parameters.' 469 page_description: 'Here are your client parameters.'
470 field_name: 'Client name' 470 field_name: 'Client name'
471 field_id: 'Client ID' 471 field_id: 'Client ID'
@@ -473,7 +473,7 @@ developer:
473 back: 'Back' 473 back: 'Back'
474 read_howto: 'Read the howto "Create my first application"' 474 read_howto: 'Read the howto "Create my first application"'
475 howto: 475 howto:
476 page_title: 'Developer > How to create my first application' 476 page_title: 'API clients management > How to create my first application'
477 description: 477 description:
478 paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.' 478 paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
479 paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' 479 paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'