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.yml99
1 files changed, 84 insertions, 15 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index c6633f5b..4a8934b8 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -31,6 +31,7 @@ menu:
31 search: 'Search' 31 search: 'Search'
32 save_link: 'Save a link' 32 save_link: 'Save a link'
33 back_to_unread: 'Back to unread articles' 33 back_to_unread: 'Back to unread articles'
34 users_management: 'Users management'
34 top: 35 top:
35 add_new_entry: 'Add a new entry' 36 add_new_entry: 'Add a new entry'
36 search: 'Search' 37 search: 'Search'
@@ -45,6 +46,7 @@ footer:
45 social: 'Social' 46 social: 'Social'
46 powered_by: 'powered by' 47 powered_by: 'powered by'
47 about: 'About' 48 about: 'About'
49 stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
48 50
49config: 51config:
50 page_title: 'Config' 52 page_title: 'Config'
@@ -68,6 +70,7 @@ config:
68 200_word: 'I read ~200 words per minute' 70 200_word: 'I read ~200 words per minute'
69 300_word: 'I read ~300 words per minute' 71 300_word: 'I read ~300 words per minute'
70 400_word: 'I read ~400 words per minute' 72 400_word: 'I read ~400 words per minute'
73 pocket_consumer_key_label: Consumer key for Pocket to import contents
71 form_rss: 74 form_rss:
72 description: 'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.' 75 description: 'RSS feeds provided by wallabag allow you to read your saved articles with your favourite RSS reader. You need to generate a token first.'
73 token_label: 'RSS token' 76 token_label: 'RSS token'
@@ -93,6 +96,7 @@ config:
93 if_label: 'if' 96 if_label: 'if'
94 then_tag_as_label: 'then tag as' 97 then_tag_as_label: 'then tag as'
95 delete_rule_label: 'delete' 98 delete_rule_label: 'delete'
99 edit_rule_label: 'edit'
96 rule_label: 'Rule' 100 rule_label: 'Rule'
97 tags_label: 'Tags' 101 tags_label: 'Tags'
98 faq: 102 faq:
@@ -126,12 +130,6 @@ config:
126 or: 'One rule OR another' 130 or: 'One rule OR another'
127 and: 'One rule AND another' 131 and: 'One rule AND another'
128 matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' 132 matches: 'Tests that a <i>subject</i> is matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
129 form_new_user:
130 username_label: 'Username'
131 password_label: 'Password'
132 repeat_new_password_label: 'Repeat new password'
133 plain_password_label: '????'
134 email_label: 'Email'
135 133
136entry: 134entry:
137 page_titles: 135 page_titles:
@@ -139,11 +137,14 @@ entry:
139 starred: 'Starred entries' 137 starred: 'Starred entries'
140 archived: 'Archived entries' 138 archived: 'Archived entries'
141 filtered: 'Filtered entries' 139 filtered: 'Filtered entries'
140 filtered_tags: 'Filtered by tags'
141 untagged: 'Untagged entries'
142 list: 142 list:
143 number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.' 143 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' 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'
@@ -185,6 +186,8 @@ entry:
185 add_a_tag: 'Add a tag' 186 add_a_tag: 'Add a tag'
186 share_content: 'Share' 187 share_content: 'Share'
187 share_email_label: 'Email' 188 share_email_label: 'Email'
189 public_link: 'public link'
190 delete_public_link: 'delete public link'
188 download: 'Download' 191 download: 'Download'
189 print: 'Print' 192 print: 'Print'
190 problem: 193 problem:
@@ -192,7 +195,7 @@ entry:
192 description: 'Does this article appear wrong?' 195 description: 'Does this article appear wrong?'
193 edit_title: 'Edit title' 196 edit_title: 'Edit title'
194 original_article: 'original' 197 original_article: 'original'
195 annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations' 198 annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %count% annotations'
196 created_at: 'Creation date' 199 created_at: 'Creation date'
197 new: 200 new:
198 page_title: 'Save new entry' 201 page_title: 'Save new entry'
@@ -205,6 +208,8 @@ entry:
205 url_label: 'Url' 208 url_label: 'Url'
206 is_public_label: 'Public' 209 is_public_label: 'Public'
207 save_label: 'Save' 210 save_label: 'Save'
211 public:
212 shared_by_wallabag: "This article has been shared by <a href='%wallabag_instance%'>wallabag</a>"
208 213
209about: 214about:
210 page_title: 'About' 215 page_title: 'About'
@@ -260,12 +265,14 @@ howto:
260 265
261quickstart: 266quickstart:
262 page_title: 'Quickstart' 267 page_title: 'Quickstart'
268 more: 'Moreā€¦'
263 intro: 269 intro:
264 title: 'Welcome to wallabag!' 270 title: 'Welcome to wallabag!'
265 paragraph_1: "We'll accompany you on your visit to wallabag and show you some features that might interest you." 271 paragraph_1: "We'll accompany you on your visit to wallabag and show you some features that might interest you."
266 paragraph_2: 'Follow us!' 272 paragraph_2: 'Follow us!'
267 configure: 273 configure:
268 title: 'Configure the application' 274 title: 'Configure the application'
275 description: 'In order to have an application which suits you, have a look into the configuration of wallabag.'
269 language: 'Change language and design' 276 language: 'Change language and design'
270 rss: 'Enable RSS feeds' 277 rss: 'Enable RSS feeds'
271 tagging_rules: 'Write rules to automatically tag your articles' 278 tagging_rules: 'Write rules to automatically tag your articles'
@@ -279,6 +286,7 @@ quickstart:
279 import: 'Configure import' 286 import: 'Configure import'
280 first_steps: 287 first_steps:
281 title: 'First steps' 288 title: 'First steps'
289 description: "Now wallabag is well configured, it's time to archive the web. You can click on the top right sign + to add a link."
282 new_article: 'Save your first article' 290 new_article: 'Save your first article'
283 unread_articles: 'And classify it!' 291 unread_articles: 'And classify it!'
284 migrate: 292 migrate:
@@ -287,11 +295,16 @@ quickstart:
287 pocket: 'Migrate from Pocket' 295 pocket: 'Migrate from Pocket'
288 wallabag_v1: 'Migrate from wallabag v1' 296 wallabag_v1: 'Migrate from wallabag v1'
289 wallabag_v2: 'Migrate from wallabag v2' 297 wallabag_v2: 'Migrate from wallabag v2'
298 readability: 'Migrate from Readability'
299 instapaper: 'Migrate from Instapaper'
290 developer: 300 developer:
291 title: 'Developers' 301 title: 'Developers'
302 description: 'We also thought to the developers: Docker, API, translations, etc.'
292 create_application: 'Create your third application' 303 create_application: 'Create your third application'
304 use_docker: 'Use Docker to install wallabag'
293 docs: 305 docs:
294 title: 'Full documentation' 306 title: 'Full documentation'
307 description: "There are so much features in wallabag. Don't hesitate to read the manual to know them and to learn how to use them."
295 annotate: 'Annotate your article' 308 annotate: 'Annotate your article'
296 export: 'Convert your articles into ePUB or PDF' 309 export: 'Convert your articles into ePUB or PDF'
297 search_filters: 'See how you can look for an article by using the search engine and filters' 310 search_filters: 'See how you can look for an article by using the search engine and filters'
@@ -308,6 +321,7 @@ tag:
308 page_title: 'Tags' 321 page_title: 'Tags'
309 list: 322 list:
310 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.' 323 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
324 see_untagged_entries: 'See untagged entries'
311 325
312import: 326import:
313 page_title: 'Import' 327 page_title: 'Import'
@@ -335,6 +349,24 @@ import:
335 wallabag_v2: 349 wallabag_v2:
336 page_title: 'Import > Wallabag v2' 350 page_title: 'Import > Wallabag v2'
337 description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.' 351 description: 'This importer will import all your wallabag v2 articles. Go to All articles, then, on the export sidebar, click on "JSON". You will have a "All articles.json" file.'
352 readability:
353 page_title: 'Import > Readability'
354 description: 'This importer will import all your Readability articles. On the tools (https://www.readability.com/tools/) page, click on "Export your data" in the "Data Export" section. You will received an email to download a json (which does not end with .json in fact).'
355 how_to: 'Please select your Readability export and click on the below button to upload and import it.'
356 worker:
357 enabled: "Import is made asynchronously. Once the import task is started, an external worker will handle jobs one at a time. The current service is:"
358 firefox:
359 page_title: 'Import > Firefox'
360 description: "This importer will import all your Firefox bookmarks. Just go to your bookmarks (Ctrl+Maj+O), then into \"Import and backup\", choose \"Backup...\". You will obtain a .json file."
361 how_to: "Please choose the bookmark backup file and click on the button below to import it. Note that the process may take a long time since all articles have to be fetched."
362 chrome:
363 page_title: 'Import > Chrome'
364 description: "This importer will import all your Chrome bookmarks. The location of the file depends on your operating system : <ul><li>On Linux, go into the <code>~/.config/chromium/Default/</code> directory</li><li>On Windows, it should be at <code>%LOCALAPPDATA%\\Google\\Chrome\\User Data\\Default</code></li><li>On OS X, it should be at <code>~/Library/Application Support/Google/Chrome/Default/Bookmarks</code></li></ul>Once you got there, copy the <code>Bookmarks</code> file someplace you'll find.<em><br>Note that if you have Chromium instead of Chrome, you'll have to correct paths accordingly.</em></p>"
365 how_to: "Please choose the bookmark backup file and click on the button below to import it. Note that the process may take a long time since all articles have to be fetched."
366 instapaper:
367 page_title: 'Import > Instapaper'
368 description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").'
369 how_to: 'Please select your Instapaper export and click on the below button to upload and import it.'
338 370
339developer: 371developer:
340 page_title: 'Developer' 372 page_title: 'Developer'
@@ -354,19 +386,21 @@ developer:
354 field_grant_types: 'Grant type allowed' 386 field_grant_types: 'Grant type allowed'
355 no_client: 'No client yet.' 387 no_client: 'No client yet.'
356 remove: 388 remove:
357 warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' 389 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." 390 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' 391 action: 'Remove the client %name%'
360 client: 392 client:
361 page_title: 'Developer > New client' 393 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.' 394 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
363 form: 395 form:
364 redirect_uris_label: 'Redirect URIs' 396 name_label: 'Name of the client'
397 redirect_uris_label: 'Redirect URIs (optional)'
365 save_label: 'Create a new client' 398 save_label: 'Create a new client'
366 action_back: 'Back' 399 action_back: 'Back'
367 client_parameter: 400 client_parameter:
368 page_title: 'Developer > Client parameters' 401 page_title: 'Developer > Client parameters'
369 page_description: 'Here are your client parameters.' 402 page_description: 'Here are your client parameters.'
403 field_name: 'Client name'
370 field_id: 'Client ID' 404 field_id: 'Client ID'
371 field_secret: 'Client secret' 405 field_secret: 'Client secret'
372 back: 'Back' 406 back: 'Back'
@@ -384,6 +418,33 @@ developer:
384 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' 418 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
385 back: 'Back' 419 back: 'Back'
386 420
421user:
422 page_title: Users management
423 new_user: Create a new user
424 edit_user: Edit an existing user
425 description: "Here you can manage all users (create, edit and delete)"
426 list:
427 actions: Actions
428 edit_action: Edit
429 yes: Yes
430 no: No
431 create_new_one: Create a new user
432 form:
433 username_label: 'Username'
434 name_label: 'Name'
435 password_label: 'Password'
436 repeat_new_password_label: 'Repeat new password'
437 plain_password_label: '????'
438 email_label: 'Email'
439 enabled_label: 'Enabled'
440 locked_label: 'Locked'
441 last_login_label: 'Last login'
442 twofactor_label: Two factor authentication
443 save: Save
444 delete: Delete
445 delete_confirm: Are you sure?
446 back_to_list: Back to list
447
387flashes: 448flashes:
388 config: 449 config:
389 notice: 450 notice:
@@ -394,16 +455,15 @@ flashes:
394 rss_updated: 'RSS information updated' 455 rss_updated: 'RSS information updated'
395 tagging_rules_updated: 'Tagging rules updated' 456 tagging_rules_updated: 'Tagging rules updated'
396 tagging_rules_deleted: 'Tagging rule deleted' 457 tagging_rules_deleted: 'Tagging rule deleted'
397 user_added: 'User "%username%" added'
398 rss_token_updated: 'RSS token updated' 458 rss_token_updated: 'RSS token updated'
399 entry: 459 entry:
400 notice: 460 notice:
401 entry_already_saved: 'Entry already saved on %date%' 461 entry_already_saved: 'Entry already saved on %date%'
402 entry_saved: 'Entry saved' 462 entry_saved: 'Entry saved'
403 entry_saved_failed: 'Failed to save entry' 463 entry_saved_failed: 'Entry saved but fetching content failed'
404 entry_updated: 'Entry updated' 464 entry_updated: 'Entry updated'
405 entry_reloaded: 'Entry reloaded' 465 entry_reloaded: 'Entry reloaded'
406 entry_reload_failed: 'Failed to reload entry' 466 entry_reloaded_failed: 'Entry reloaded but fetching content failed'
407 entry_archived: 'Entry archived' 467 entry_archived: 'Entry archived'
408 entry_unarchived: 'Entry unarchived' 468 entry_unarchived: 'Entry unarchived'
409 entry_starred: 'Entry starred' 469 entry_starred: 'Entry starred'
@@ -417,7 +477,16 @@ flashes:
417 failed: 'Import failed, please try again.' 477 failed: 'Import failed, please try again.'
418 failed_on_file: 'Error while processing import. Please verify your import file.' 478 failed_on_file: 'Error while processing import. Please verify your import file.'
419 summary: 'Import summary: %imported% imported, %skipped% already saved.' 479 summary: 'Import summary: %imported% imported, %skipped% already saved.'
480 summary_with_queue: 'Import summary: %queued% queued.'
481 error:
482 redis_enabled_not_installed: Redis is enabled for handle asynchronous import but it looks like <u>we can't connect to it</u>. Please check Redis configuration.
483 rabbit_enabled_not_installed: RabbitMQ is enabled for handle asynchronous import but it looks like <u>we can't connect to it</u>. Please check RabbitMQ configuration.
420 developer: 484 developer:
421 notice: 485 notice:
422 client_created: 'New client created.' 486 client_created: 'New client %name% created.'
423 client_deleted: 'Client deleted' 487 client_deleted: 'Client %name% deleted'
488 user:
489 notice:
490 added: 'User "%username%" added'
491 updated: 'User "%username%" updated'
492 deleted: 'User "%username%" deleted'