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.yml74
1 files changed, 37 insertions, 37 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 902c3046..c78228e0 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: 'API clients management' 28 apps: 'Apps'
29 logout: 'Logout' 29 logout: 'Logout'
30 about: 'About' 30 about: 'About'
31 search: 'Search' 31 search: 'Search'
@@ -443,55 +443,55 @@ import:
443 description: 'This importer will import all your Pinboard articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' 443 description: 'This importer will import all your Pinboard articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").'
444 how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' 444 how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
445 445
446developer: 446apps:
447 page_title: 'API clients management' 447 page_title: 'Apps'
448 welcome_message: 'Welcome to the wallabag API' 448 allow:
449 documentation: 'Documentation' 449 title: 'A new application would like to connect to your account'
450 how_to_first_app: 'How to create my first application' 450 permissions:
451 full_documentation: 'View full API documentation' 451 read:
452 list_methods: 'List API methods' 452 label: 'Read your data'
453 clients: 453 desc: '%name% will be able to access the list and contents of your entries, tags and annotations.'
454 title: 'Clients' 454 write:
455 label: 'Edit your data'
456 desc: '%name% will be able to edit and manage (including deleting) your entries, tags and annotations.'
457 user:
458 label: 'Edit your user settings'
459 desc: '%name% will be able to manage your user account.'
460 featured:
461 title: 'Featured apps'
462 list:
463 title: 'Authorized apps'
464 old_clients:
455 create_new: 'Create a new client' 465 create_new: 'Create a new client'
456 existing_clients: 466 title: 'Old clients (depreciated)'
457 title: 'Existing clients' 467 list: 'Old clients list'
458 field_id: 'Client ID' 468 field_id: 'Client ID'
459 field_secret: 'Client secret' 469 field_secret: 'Client secret'
460 field_uris: 'Redirect URIs'
461 field_grant_types: 'Grant type allowed'
462 no_client: 'No client yet.' 470 no_client: 'No client yet.'
463 remove: 471 remove:
464 warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !' 472 warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
465 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." 473 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
466 action: 'Remove the client %name%' 474 action: 'Remove the client %name%'
467 client: 475 old_client:
468 page_title: 'API clients management > New client' 476 page_title: 'Apps > New client'
469 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' 477 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
470 form: 478 form:
471 name_label: 'Name of the client' 479 name_label: 'Name of the client'
472 redirect_uris_label: 'Redirect URIs (optional)'
473 save_label: 'Create a new client' 480 save_label: 'Create a new client'
474 action_back: 'Back' 481 action_back: 'Back'
475 client_parameter: 482 parameters:
476 page_title: 'API clients management > Client parameters' 483 page_title: 'Apps > Client parameters'
477 page_description: 'Here are your client parameters.' 484 page_description: 'Here are your client parameters.'
478 field_name: 'Client name' 485 field_name: 'Client name'
479 field_id: 'Client ID' 486 field_id: 'Client ID'
480 field_secret: 'Client secret' 487 field_secret: 'Client secret'
481 back: 'Back' 488 back: 'Back'
482 read_howto: 'Read the howto "Create my first application"' 489 app:
483 howto: 490 created_at: 'Created at: %date%'
484 page_title: 'API clients management > How to create my first application' 491 documentation:
485 description: 492 title: 'Documentation'
486 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.' 493 full_documentation: 'Full documentation'
487 paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.' 494 list_methods: 'List API methods'
488 paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
489 paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
490 paragraph_5: 'The API will return a response like this:'
491 paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
492 paragraph_7: 'This call will return all the entries for your user.'
493 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
494 back: 'Back'
495 495
496user: 496user:
497 page_title: Users management 497 page_title: Users management