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.yml55
1 files changed, 47 insertions, 8 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index c0d8656d..91abe162 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'
@@ -94,6 +96,7 @@ config:
94 if_label: 'if' 96 if_label: 'if'
95 then_tag_as_label: 'then tag as' 97 then_tag_as_label: 'then tag as'
96 delete_rule_label: 'delete' 98 delete_rule_label: 'delete'
99 edit_rule_label: 'edit'
97 rule_label: 'Rule' 100 rule_label: 'Rule'
98 tags_label: 'Tags' 101 tags_label: 'Tags'
99 faq: 102 faq:
@@ -127,12 +130,6 @@ config:
127 or: 'One rule OR another' 130 or: 'One rule OR another'
128 and: 'One rule AND another' 131 and: 'One rule AND another'
129 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>'
130 form_new_user:
131 username_label: 'Username'
132 password_label: 'Password'
133 repeat_new_password_label: 'Repeat new password'
134 plain_password_label: '????'
135 email_label: 'Email'
136 133
137entry: 134entry:
138 page_titles: 135 page_titles:
@@ -266,12 +263,14 @@ howto:
266 263
267quickstart: 264quickstart:
268 page_title: 'Quickstart' 265 page_title: 'Quickstart'
266 more: 'Moreā€¦'
269 intro: 267 intro:
270 title: 'Welcome to wallabag!' 268 title: 'Welcome to wallabag!'
271 paragraph_1: "We'll accompany you on your visit to wallabag and show you some features that might interest you." 269 paragraph_1: "We'll accompany you on your visit to wallabag and show you some features that might interest you."
272 paragraph_2: 'Follow us!' 270 paragraph_2: 'Follow us!'
273 configure: 271 configure:
274 title: 'Configure the application' 272 title: 'Configure the application'
273 description: 'In order to have an application which suits you, have a look into the configuration of wallabag.'
275 language: 'Change language and design' 274 language: 'Change language and design'
276 rss: 'Enable RSS feeds' 275 rss: 'Enable RSS feeds'
277 tagging_rules: 'Write rules to automatically tag your articles' 276 tagging_rules: 'Write rules to automatically tag your articles'
@@ -285,6 +284,7 @@ quickstart:
285 import: 'Configure import' 284 import: 'Configure import'
286 first_steps: 285 first_steps:
287 title: 'First steps' 286 title: 'First steps'
287 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."
288 new_article: 'Save your first article' 288 new_article: 'Save your first article'
289 unread_articles: 'And classify it!' 289 unread_articles: 'And classify it!'
290 migrate: 290 migrate:
@@ -294,11 +294,15 @@ quickstart:
294 wallabag_v1: 'Migrate from wallabag v1' 294 wallabag_v1: 'Migrate from wallabag v1'
295 wallabag_v2: 'Migrate from wallabag v2' 295 wallabag_v2: 'Migrate from wallabag v2'
296 readability: 'Migrate from Readability' 296 readability: 'Migrate from Readability'
297 instapaper: 'Migrate from Instapaper'
297 developer: 298 developer:
298 title: 'Developers' 299 title: 'Developers'
300 description: 'We also thought to the developers: Docker, API, translations, etc.'
299 create_application: 'Create your third application' 301 create_application: 'Create your third application'
302 use_docker: 'Use Docker to install wallabag'
300 docs: 303 docs:
301 title: 'Full documentation' 304 title: 'Full documentation'
305 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."
302 annotate: 'Annotate your article' 306 annotate: 'Annotate your article'
303 export: 'Convert your articles into ePUB or PDF' 307 export: 'Convert your articles into ePUB or PDF'
304 search_filters: 'See how you can look for an article by using the search engine and filters' 308 search_filters: 'See how you can look for an article by using the search engine and filters'
@@ -351,12 +355,16 @@ import:
351 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:" 355 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:"
352 firefox: 356 firefox:
353 page_title: 'Import > Firefox' 357 page_title: 'Import > Firefox'
354 description: "This importer will import all your Firefox bookmarks. <p>For Firefox, just go to your bookmarks (Ctrl+Maj+O), then into \"Import and backup\", choose \"Backup...\". You will obtain a .json file." 358 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."
355 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." 359 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."
356 chrome: 360 chrome:
357 page_title: 'Import > Chrome' 361 page_title: 'Import > Chrome'
358 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 Bookmarks 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>" 362 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 Bookmarks 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>"
359 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." 363 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."
364 instapaper:
365 page_title: 'Import > Instapaper'
366 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").'
367 how_to: 'Please select your Instapaper export and click on the below button to upload and import it.'
360 368
361developer: 369developer:
362 page_title: 'Developer' 370 page_title: 'Developer'
@@ -408,6 +416,33 @@ developer:
408 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.' 416 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
409 back: 'Back' 417 back: 'Back'
410 418
419user:
420 page_title: Users management
421 new_user: Create a new user
422 edit_user: Edit an existing user
423 description: "Here you can manage all users (create, edit and delete)"
424 list:
425 actions: Actions
426 edit_action: Edit
427 yes: Yes
428 no: No
429 create_new_one: Create a new user
430 form:
431 username_label: 'Username'
432 name_label: 'Name'
433 password_label: 'Password'
434 repeat_new_password_label: 'Repeat new password'
435 plain_password_label: '????'
436 email_label: 'Email'
437 enabled_label: 'Enabled'
438 locked_label: 'Locked'
439 last_login_label: 'Last login'
440 twofactor_label: Two factor authentication
441 save: Save
442 delete: Delete
443 delete_confirm: Are you sure?
444 back_to_list: Back to list
445
411flashes: 446flashes:
412 config: 447 config:
413 notice: 448 notice:
@@ -418,7 +453,6 @@ flashes:
418 rss_updated: 'RSS information updated' 453 rss_updated: 'RSS information updated'
419 tagging_rules_updated: 'Tagging rules updated' 454 tagging_rules_updated: 'Tagging rules updated'
420 tagging_rules_deleted: 'Tagging rule deleted' 455 tagging_rules_deleted: 'Tagging rule deleted'
421 user_added: 'User "%username%" added'
422 rss_token_updated: 'RSS token updated' 456 rss_token_updated: 'RSS token updated'
423 entry: 457 entry:
424 notice: 458 notice:
@@ -449,3 +483,8 @@ flashes:
449 notice: 483 notice:
450 client_created: 'New client %name% created.' 484 client_created: 'New client %name% created.'
451 client_deleted: 'Client %name% deleted' 485 client_deleted: 'Client %name% deleted'
486 user:
487 notice:
488 added: 'User "%username%" added'
489 updated: 'User "%username%" updated'
490 deleted: 'User "%username%" deleted'