aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-05-21 18:09:38 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2016-08-22 20:18:27 +0200
commit9c545fe028013b30417c1a932cd6b9027bff752d (patch)
tree3de7e843c34d058355a3b3a4c090b61bca9c2078 /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parentdb4d63fc1ae513335b751beb8f89e1eed61871c2 (diff)
downloadwallabag-9c545fe028013b30417c1a932cd6b9027bff752d.tar.gz
wallabag-9c545fe028013b30417c1a932cd6b9027bff752d.tar.zst
wallabag-9c545fe028013b30417c1a932cd6b9027bff752d.zip
Added name on client
- Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 826bd470..2c087421 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -352,19 +352,21 @@ developer:
352 field_grant_types: 'Grant type allowed' 352 field_grant_types: 'Grant type allowed'
353 no_client: 'No client yet.' 353 no_client: 'No client yet.'
354 remove: 354 remove:
355 warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' 355 warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
356 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." 356 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
357 action: 'Remove this client' 357 action: 'Remove the client %name%'
358 client: 358 client:
359 page_title: 'Developer > New client' 359 page_title: 'Developer > New client'
360 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' 360 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
361 form: 361 form:
362 redirect_uris_label: 'Redirect URIs' 362 name_label: 'Name of the client'
363 redirect_uris_label: 'Redirect URIs (optional)'
363 save_label: 'Create a new client' 364 save_label: 'Create a new client'
364 action_back: 'Back' 365 action_back: 'Back'
365 client_parameter: 366 client_parameter:
366 page_title: 'Developer > Client parameters' 367 page_title: 'Developer > Client parameters'
367 page_description: 'Here are your client parameters.' 368 page_description: 'Here are your client parameters.'
369 field_name: 'Client name'
368 field_id: 'Client ID' 370 field_id: 'Client ID'
369 field_secret: 'Client secret' 371 field_secret: 'Client secret'
370 back: 'Back' 372 back: 'Back'
@@ -417,5 +419,5 @@ flashes:
417 summary: 'Import summary: %imported% imported, %skipped% already saved.' 419 summary: 'Import summary: %imported% imported, %skipped% already saved.'
418 developer: 420 developer:
419 notice: 421 notice:
420 client_created: 'New client created.' 422 client_created: 'New client %name% created.'
421 client_deleted: 'Client deleted' 423 client_deleted: 'Client %name% deleted'