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.yml18
1 files changed, 13 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..220c4d9c 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -139,11 +139,14 @@ entry:
139 starred: 'Starred entries' 139 starred: 'Starred entries'
140 archived: 'Archived entries' 140 archived: 'Archived entries'
141 filtered: 'Filtered entries' 141 filtered: 'Filtered entries'
142 filtered_tags: 'Filtered by tags'
143 untagged: 'Untagged entries'
142 list: 144 list:
143 number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.' 145 number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
144 reading_time: 'estimated reading time' 146 reading_time: 'estimated reading time'
145 reading_time_minutes: 'estimated reading time: %readingTime% min' 147 reading_time_minutes: 'estimated reading time: %readingTime% min'
146 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min' 148 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min'
149 number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
147 reading_time_minutes_short: '%readingTime% min' 150 reading_time_minutes_short: '%readingTime% min'
148 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min' 151 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min'
149 original_article: 'original' 152 original_article: 'original'
@@ -185,6 +188,8 @@ entry:
185 add_a_tag: 'Add a tag' 188 add_a_tag: 'Add a tag'
186 share_content: 'Share' 189 share_content: 'Share'
187 share_email_label: 'Email' 190 share_email_label: 'Email'
191 public_link: 'public link'
192 delete_public_link: 'delete public link'
188 download: 'Download' 193 download: 'Download'
189 print: 'Print' 194 print: 'Print'
190 problem: 195 problem:
@@ -308,6 +313,7 @@ tag:
308 page_title: 'Tags' 313 page_title: 'Tags'
309 list: 314 list:
310 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.' 315 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
316 see_untagged_entries: 'See untagged entries'
311 317
312import: 318import:
313 page_title: 'Import' 319 page_title: 'Import'
@@ -354,19 +360,21 @@ developer:
354 field_grant_types: 'Grant type allowed' 360 field_grant_types: 'Grant type allowed'
355 no_client: 'No client yet.' 361 no_client: 'No client yet.'
356 remove: 362 remove:
357 warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' 363 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." 364 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' 365 action: 'Remove the client %name%'
360 client: 366 client:
361 page_title: 'Developer > New client' 367 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.' 368 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
363 form: 369 form:
364 redirect_uris_label: 'Redirect URIs' 370 name_label: 'Name of the client'
371 redirect_uris_label: 'Redirect URIs (optional)'
365 save_label: 'Create a new client' 372 save_label: 'Create a new client'
366 action_back: 'Back' 373 action_back: 'Back'
367 client_parameter: 374 client_parameter:
368 page_title: 'Developer > Client parameters' 375 page_title: 'Developer > Client parameters'
369 page_description: 'Here are your client parameters.' 376 page_description: 'Here are your client parameters.'
377 field_name: 'Client name'
370 field_id: 'Client ID' 378 field_id: 'Client ID'
371 field_secret: 'Client secret' 379 field_secret: 'Client secret'
372 back: 'Back' 380 back: 'Back'
@@ -419,5 +427,5 @@ flashes:
419 summary: 'Import summary: %imported% imported, %skipped% already saved.' 427 summary: 'Import summary: %imported% imported, %skipped% already saved.'
420 developer: 428 developer:
421 notice: 429 notice:
422 client_created: 'New client created.' 430 client_created: 'New client %name% created.'
423 client_deleted: 'Client deleted' 431 client_deleted: 'Client %name% deleted'