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.yml13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index c6633f5b..ea860564 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -144,6 +144,7 @@ entry:
144 reading_time: 'estimated reading time' 144 reading_time: 'estimated reading time'
145 reading_time_minutes: 'estimated reading time: %readingTime% min' 145 reading_time_minutes: 'estimated reading time: %readingTime% min'
146 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min' 146 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min'
147 number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
147 reading_time_minutes_short: '%readingTime% min' 148 reading_time_minutes_short: '%readingTime% min'
148 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min' 149 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min'
149 original_article: 'original' 150 original_article: 'original'
@@ -354,19 +355,21 @@ developer:
354 field_grant_types: 'Grant type allowed' 355 field_grant_types: 'Grant type allowed'
355 no_client: 'No client yet.' 356 no_client: 'No client yet.'
356 remove: 357 remove:
357 warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' 358 warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
358 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." 359 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
359 action: 'Remove this client' 360 action: 'Remove the client %name%'
360 client: 361 client:
361 page_title: 'Developer > New client' 362 page_title: 'Developer > New client'
362 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' 363 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
363 form: 364 form:
364 redirect_uris_label: 'Redirect URIs' 365 name_label: 'Name of the client'
366 redirect_uris_label: 'Redirect URIs (optional)'
365 save_label: 'Create a new client' 367 save_label: 'Create a new client'
366 action_back: 'Back' 368 action_back: 'Back'
367 client_parameter: 369 client_parameter:
368 page_title: 'Developer > Client parameters' 370 page_title: 'Developer > Client parameters'
369 page_description: 'Here are your client parameters.' 371 page_description: 'Here are your client parameters.'
372 field_name: 'Client name'
370 field_id: 'Client ID' 373 field_id: 'Client ID'
371 field_secret: 'Client secret' 374 field_secret: 'Client secret'
372 back: 'Back' 375 back: 'Back'
@@ -419,5 +422,5 @@ flashes:
419 summary: 'Import summary: %imported% imported, %skipped% already saved.' 422 summary: 'Import summary: %imported% imported, %skipped% already saved.'
420 developer: 423 developer:
421 notice: 424 notice:
422 client_created: 'New client created.' 425 client_created: 'New client %name% created.'
423 client_deleted: 'Client deleted' 426 client_deleted: 'Client %name% deleted'