]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
ddc079ed090ea03141ba1524d8d8d93a809f8ec1
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / translations / messages.en.yml
1 security:
2 login:
3 page_title: 'Welcome to wallabag!'
4 keep_logged_in: 'Keep me logged in'
5 forgot_password: 'Forgot your password?'
6 submit: 'Login'
7 register: 'Register'
8 username: 'Username'
9 password: 'Password'
10 cancel: 'Cancel'
11 resetting:
12 description: "Enter your email address below and we'll send you password reset instructions."
13 register:
14 page_title: 'Create an account'
15 go_to_account: 'Go to your account'
16
17 menu:
18 left:
19 unread: 'Unread'
20 starred: 'Starred'
21 archive: 'Archive'
22 all_articles: 'All entries'
23 config: 'Config'
24 tags: 'Tags'
25 internal_settings: 'Internal Settings'
26 import: 'Import'
27 howto: 'How to'
28 developer: 'API clients management'
29 logout: 'Logout'
30 about: 'About'
31 search: 'Search'
32 save_link: 'Save a link'
33 back_to_unread: 'Back to unread articles'
34 users_management: 'Users management'
35 site_credentials: 'Site credentials'
36 top:
37 add_new_entry: 'Add a new entry'
38 search: 'Search'
39 filter_entries: 'Filter entries'
40 random_entry: Jump to a random entry from that list
41 export: 'Export'
42 search_form:
43 input_label: 'Enter your search here'
44
45 footer:
46 wallabag:
47 elsewhere: 'Take wallabag with you'
48 social: 'Social'
49 powered_by: 'powered by'
50 about: 'About'
51 stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
52
53 config:
54 page_title: 'Config'
55 tab_menu:
56 settings: 'Settings'
57 rss: 'RSS'
58 user_info: 'User information'
59 password: 'Password'
60 rules: 'Tagging rules'
61 new_user: 'Add a user'
62 reset: 'Reset area'
63 form:
64 save: 'Save'
65 form_settings:
66 theme_label: 'Theme'
67 items_per_page_label: 'Items per page'
68 language_label: 'Language'
69 reading_speed:
70 label: 'Reading speed'
71 help_message: 'You can use online tools to estimate your reading speed:'
72 100_word: 'I read ~100 words per minute'
73 200_word: 'I read ~200 words per minute'
74 300_word: 'I read ~300 words per minute'
75 400_word: 'I read ~400 words per minute'
76 action_mark_as_read:
77 label: 'What to do after removing, starring or marking as read an article?'
78 redirect_homepage: 'Go to the homepage'
79 redirect_current_page: 'Stay on the current page'
80 pocket_consumer_key_label: Consumer key for Pocket to import contents
81 android_configuration: Configure your Android application
82 android_instruction: "Touch here to prefill your Android application"
83 help_theme: "wallabag is customizable. You can choose your prefered theme here."
84 help_items_per_page: "You can change the number of articles displayed on each page."
85 help_reading_speed: "wallabag calculates a reading time for each article. You can define here, thanks to this list, if you are a fast or a slow reader. wallabag will recalculate the reading time for each article."
86 help_language: "You can change the language of wallabag interface."
87 help_pocket_consumer_key: "Required for Pocket import. You can create it in your Pocket account."
88 form_rss:
89 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.'
90 token_label: 'RSS token'
91 no_token: 'No token'
92 token_create: 'Create your token'
93 token_reset: 'Regenerate your token'
94 rss_links: 'RSS links'
95 rss_link:
96 unread: 'Unread'
97 starred: 'Starred'
98 archive: 'Archived'
99 all: 'All'
100 rss_limit: 'Number of items in the feed'
101 form_user:
102 two_factor_description: "Enabling two factor authentication means you'll receive an email with a code OR need to use an OTP app (like Google Authenticator, Authy or FreeOTP) to get a one time code on every new untrusted connection. You can't choose both option."
103 name_label: 'Name'
104 email_label: 'Email'
105 emailTwoFactor_label: 'Using email (receive a code by email)'
106 googleTwoFactor_label: 'Using an OTP app (open the app, like Google Authenticator, Authy or FreeOTP, to get a one time code)'
107 two_factor_code_description_1: You just enabled the OTP two factor authentication, open your OTP app and use that code to get a one time password. It'll disapear after a page reload.
108 two_factor_code_description_2: 'You can scan that QR Code with your app:'
109 two_factor_code_description_3: 'Or use that code:'
110 two_factor_code_description_4: 'Also, save these backup codes in a safe place, you can use them in case you lose access to your OTP app:'
111 delete:
112 title: Delete my account (a.k.a danger zone)
113 description: If you remove your account, ALL your articles, ALL your tags, ALL your annotations and your account will be PERMANENTLY removed (it can't be UNDONE). You'll then be logged out.
114 confirm: Are you really sure? (THIS CAN'T BE UNDONE)
115 button: Delete my account
116 reset:
117 title: Reset area (a.k.a danger zone)
118 description: By hitting buttons below you'll have ability to remove some information from your account. Be aware that these actions are IRREVERSIBLE.
119 annotations: Remove ALL annotations
120 tags: Remove ALL tags
121 entries: Remove ALL entries
122 archived: Remove ALL archived entries
123 confirm: Are you really sure? (THIS CAN'T BE UNDONE)
124 form_password:
125 description: "You can change your password here. Your new password should be at least 8 characters long."
126 old_password_label: 'Current password'
127 new_password_label: 'New password'
128 repeat_new_password_label: 'Repeat new password'
129 form_rules:
130 if_label: 'if'
131 then_tag_as_label: 'then tag as'
132 delete_rule_label: 'delete'
133 edit_rule_label: 'edit'
134 rule_label: 'Rule'
135 tags_label: 'Tags'
136 faq:
137 title: 'FAQ'
138 tagging_rules_definition_title: 'What does « tagging rules » mean?'
139 tagging_rules_definition_description: 'They are rules used by Wallabag to automatically tag new entries.<br />Each time a new entry is added, all the tagging rules will be used to add the tags you configured, thus saving you the trouble of manually classifying your entries.'
140 how_to_use_them_title: 'How do I use them?'
141 how_to_use_them_description: 'Let us assume you want to tag new entries as « <i>short reading</i> » when the reading time is under 3 minutes.<br />In that case, you should put « readingTime &lt;= 3 » in the <i>Rule</i> field and « <i>short reading</i> » in the <i>Tags</i> field.<br />Several tags can added simultaneously by separating them with a comma: « <i>short reading, must read</i> »<br />Complex rules can be written by using predefined operators: if « <i>readingTime &gt;= 5 AND domainName = "github.com"</i> » then tag as « <i>long reading, github </i> »'
142 variables_available_title: 'Which variables and operators can I use to write rules?'
143 variables_available_description: 'The following variables and operators can be used to create tagging rules:'
144 meaning: 'Meaning'
145 variable_description:
146 label: 'Variable'
147 title: 'Title of the entry'
148 url: 'URL of the entry'
149 isArchived: 'Whether the entry is archived or not'
150 isStarred: 'Whether the entry is starred or not'
151 content: "The entry's content"
152 language: "The entry's language"
153 mimetype: "The entry's mime-type"
154 readingTime: "The estimated entry's reading time, in minutes"
155 domainName: 'The domain name of the entry'
156 operator_description:
157 label: 'Operator'
158 less_than: 'Less than...'
159 strictly_less_than: 'Strictly less than...'
160 greater_than: 'Greater than...'
161 strictly_greater_than: 'Strictly greater than...'
162 equal_to: 'Equal to...'
163 not_equal_to: 'Not equal to...'
164 or: 'One rule OR another'
165 and: 'One rule AND another'
166 matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
167 notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
168
169 entry:
170 default_title: 'Title of the entry'
171 page_titles:
172 unread: 'Unread entries'
173 starred: 'Starred entries'
174 archived: 'Archived entries'
175 filtered: 'Filtered entries'
176 filtered_tags: 'Filtered by tags:'
177 filtered_search: 'Filtered by search:'
178 untagged: 'Untagged entries'
179 all: 'All entries'
180 list:
181 number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
182 reading_time: 'estimated reading time'
183 reading_time_minutes: 'estimated reading time: %readingTime% min'
184 reading_time_less_one_minute: 'estimated reading time: &lt; 1 min'
185 number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
186 reading_time_minutes_short: '%readingTime% min'
187 reading_time_less_one_minute_short: '&lt; 1 min'
188 original_article: 'original'
189 toogle_as_read: 'Toggle mark as read'
190 toogle_as_star: 'Toggle starred'
191 delete: 'Delete'
192 export_title: 'Export'
193 filters:
194 title: 'Filters'
195 status_label: 'Status'
196 archived_label: 'Archived'
197 starred_label: 'Starred'
198 unread_label: 'Unread'
199 preview_picture_label: 'Has a preview picture'
200 preview_picture_help: 'Preview picture'
201 is_public_label: 'Has a public link'
202 is_public_help: 'Public link'
203 language_label: 'Language'
204 http_status_label: 'HTTP status'
205 reading_time:
206 label: 'Reading time in minutes'
207 from: 'from'
208 to: 'to'
209 domain_label: 'Domain name'
210 created_at:
211 label: 'Creation date'
212 from: 'from'
213 to: 'to'
214 action:
215 clear: 'Clear'
216 filter: 'Filter'
217 view:
218 left_menu:
219 back_to_top: 'Back to top'
220 back_to_homepage: 'Back'
221 set_as_read: 'Mark as read'
222 set_as_unread: 'Mark as unread'
223 set_as_starred: 'Toggle starred'
224 view_original_article: 'Original article'
225 re_fetch_content: 'Re-fetch content'
226 delete: 'Delete'
227 add_a_tag: 'Add a tag'
228 share_content: 'Share'
229 share_email_label: 'Email'
230 public_link: 'public link'
231 delete_public_link: 'delete public link'
232 export: 'Export'
233 print: 'Print'
234 problem:
235 label: 'Problems?'
236 description: 'Does this article appear wrong?'
237 edit_title: 'Edit title'
238 original_article: 'original'
239 annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %count% annotations'
240 created_at: 'Creation date'
241 published_at: 'Publication date'
242 published_by: 'Published by'
243 provided_by: 'Provided by'
244 new:
245 page_title: 'Save new entry'
246 placeholder: 'http://website.com'
247 form_new:
248 url_label: Url
249 search:
250 placeholder: 'What are you looking for?'
251 edit:
252 page_title: 'Edit an entry'
253 title_label: 'Title'
254 url_label: 'Url'
255 origin_url_label: 'Origin url (from where you found that entry)'
256 save_label: 'Save'
257 public:
258 shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
259 confirm:
260 delete: "Are you sure you want to remove that article?"
261 delete_tag: "Are you sure you want to remove that tag from that article?"
262 metadata:
263 reading_time: "Estimated reading time"
264 reading_time_minutes_short: "%readingTime% min"
265 address: "Address"
266 added_on: "Added on"
267
268 about:
269 page_title: 'About'
270 top_menu:
271 who_behind_wallabag: 'Who is behind wallabag'
272 getting_help: 'Getting help'
273 helping: 'Helping wallabag'
274 contributors: 'Contributors'
275 third_party: 'Third-party libraries'
276 who_behind_wallabag:
277 developped_by: 'Developed by'
278 website: 'website'
279 many_contributors: 'And many others contributors ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">on GitHub</a>'
280 project_website: 'Project website'
281 license: 'License'
282 version: 'Version'
283 getting_help:
284 documentation: 'Documentation'
285 bug_reports: 'Bug reports'
286 support: '<a href="https://github.com/wallabag/wallabag/issues">on GitHub</a>'
287 helping:
288 description: 'wallabag is free and open source. You can help us:'
289 by_contributing: 'by contributing to the project:'
290 by_contributing_2: 'an issue lists all our needs'
291 by_paypal: 'via Paypal'
292 contributors:
293 description: 'Thank you to contributors on wallabag web application'
294 third_party:
295 description: 'Here is the list of third-party libraries used in wallabag (with their licenses):'
296 package: 'Package'
297 license: 'License'
298
299 howto:
300 page_title: 'How to'
301 tab_menu:
302 add_link: "Add a link"
303 shortcuts: "Use shortcuts"
304 page_description: 'There are several ways to save an article:'
305 top_menu:
306 browser_addons: 'Browser addons'
307 mobile_apps: 'Mobile apps'
308 bookmarklet: 'Bookmarklet'
309 form:
310 description: 'Thanks to this form'
311 browser_addons:
312 firefox: 'Firefox addon'
313 chrome: 'Chrome addon'
314 opera: 'Opera addon'
315 mobile_apps:
316 android:
317 via_f_droid: 'via F-Droid'
318 via_google_play: 'via Google Play'
319 ios: 'on the iTunes Store'
320 windows: 'on the Microsoft Store'
321 bookmarklet:
322 description: 'Drag & drop this link to your bookmarks bar:'
323 shortcuts:
324 page_description: Here are the shortcuts available in wallabag.
325 shortcut: Shortcut
326 action: Action
327 all_pages_title: Shortcuts available in all pages
328 go_unread: Go to unread
329 go_starred: Go to starred
330 go_archive: Go to archive
331 go_all: Go to all entries
332 go_tags: Go to tags
333 go_config: Go to config
334 go_import: Go to import
335 go_developers: Go to developers
336 go_howto: Go to howto (this page!)
337 go_logout: Log out
338 list_title: Shortcuts available in listing pages
339 search: Display the search form
340 article_title: Shortcuts available in entry view
341 open_original: Open original URL of the entry
342 toggle_favorite: Toggle star status for the entry
343 toggle_archive: Toggle read status for the entry
344 delete: Delete the entry
345 material_title: Shortcuts available with Material theme only
346 add_link: Add a new link
347 hide_form: Hide the current form (search or new link)
348 arrows_navigation: Navigate through articles
349 open_article: Display the selected entry
350
351 quickstart:
352 page_title: 'Quickstart'
353 more: 'More…'
354 intro:
355 title: 'Welcome to wallabag!'
356 paragraph_1: "We'll accompany you on your visit to wallabag and show you some features that might interest you."
357 paragraph_2: 'Follow us!'
358 configure:
359 title: 'Configure the application'
360 description: 'In order to have an application which suits you, have a look into the configuration of wallabag.'
361 language: 'Change language and design'
362 rss: 'Enable RSS feeds'
363 tagging_rules: 'Write rules to automatically tag your articles'
364 admin:
365 title: 'Administration'
366 description: 'As an administrator, you have privileges on wallabag. You can:'
367 new_user: 'Create a new user'
368 analytics: 'Configure analytics'
369 sharing: 'Enable some parameters about article sharing'
370 export: 'Configure export'
371 import: 'Configure import'
372 first_steps:
373 title: 'First steps'
374 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."
375 new_article: 'Save your first article'
376 unread_articles: 'And classify it!'
377 migrate:
378 title: 'Migrate from an existing service'
379 description: "Are you using another service? We'll help you to retrieve your data on wallabag."
380 pocket: 'Migrate from Pocket'
381 wallabag_v1: 'Migrate from wallabag v1'
382 wallabag_v2: 'Migrate from wallabag v2'
383 readability: 'Migrate from Readability'
384 instapaper: 'Migrate from Instapaper'
385 developer:
386 title: 'Developers'
387 description: 'We also thought of the developers: Docker, API, translations, etc.'
388 create_application: 'Create your third-party application'
389 use_docker: 'Use Docker to install wallabag'
390 docs:
391 title: 'Full documentation'
392 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."
393 annotate: 'Annotate your article'
394 export: 'Convert your articles into ePUB or PDF'
395 search_filters: 'See how you can look for an article by using the search engine and filters'
396 fetching_errors: 'What can I do if an article encounters errors during fetching?'
397 all_docs: 'And so many other articles!'
398 support:
399 title: 'Support'
400 description: 'If you need some help, we are here for you.'
401 github: 'On GitHub'
402 email: 'By email'
403 gitter: 'On Gitter'
404
405 tag:
406 page_title: 'Tags'
407 list:
408 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
409 see_untagged_entries: 'See untagged entries'
410 new:
411 add: 'Add'
412 placeholder: 'You can add several tags, separated by a comma.'
413 rename:
414 placeholder: 'You can update tag name.'
415
416 export:
417 footer_template: '<div style="text-align:center;"><p>Produced by wallabag with %method%</p><p>Please open <a href="https://github.com/wallabag/wallabag/issues">an issue</a> if you have trouble with the display of this E-Book on your device.</p></div>'
418 unknown: 'Unknown'
419
420 import:
421 page_title: 'Import'
422 page_description: 'Welcome to wallabag importer. Please select your previous service from which you want to migrate.'
423 action:
424 import_contents: 'Import contents'
425 form:
426 mark_as_read_title: 'Mark all as read?'
427 mark_as_read_label: 'Mark all imported entries as read'
428 file_label: 'File'
429 save_label: 'Upload file'
430 pocket:
431 page_title: 'Import > Pocket'
432 description: "This importer will import all of your Pocket data. Pocket doesn't allow us to retrieve content from their service, so the readable content of each article will be re-fetched by wallabag."
433 config_missing:
434 description: "Pocket import isn't configured."
435 admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'
436 user_message: 'Your server admin needs to define an API Key for Pocket.'
437 authorize_message: 'You can import your data from your Pocket account. You just have to click on the below button and authorize the application to connect to getpocket.com.'
438 connect_to_pocket: 'Connect to Pocket and import data'
439 wallabag_v1:
440 page_title: 'Import > Wallabag v1'
441 description: 'This importer will import all your wallabag v1 articles. On your config page, click on "JSON export" in the "Export your wallabag data" section. You will have a "wallabag-export-1-xxxx-xx-xx.json" file.'
442 how_to: 'Please select your wallabag export and click on the below button to upload and import it.'
443 wallabag_v2:
444 page_title: 'Import > Wallabag v2'
445 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.'
446 readability:
447 page_title: 'Import > Readability'
448 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).'
449 how_to: 'Please select your Readability export and click on the below button to upload and import it.'
450 worker:
451 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:"
452 download_images_warning: "You enabled downloading images for your articles. Combined with classic import it can take ages to proceed (or maybe failed). We <strong>strongly recommend</strong> to enable asynchronous import to avoid errors."
453 firefox:
454 page_title: 'Import > Firefox'
455 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."
456 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."
457 chrome:
458 page_title: 'Import > Chrome'
459 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>"
460 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."
461 instapaper:
462 page_title: 'Import > Instapaper'
463 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").'
464 how_to: 'Please select your Instapaper export and click on the below button to upload and import it.'
465 pinboard:
466 page_title: "Import > Pinboard"
467 description: 'This importer will import all your Pinboard articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").'
468 how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
469
470 developer:
471 page_title: 'API clients management'
472 welcome_message: 'Welcome to the wallabag API'
473 documentation: 'Documentation'
474 how_to_first_app: 'How to create my first application'
475 full_documentation: 'View full API documentation'
476 list_methods: 'List API methods'
477 clients:
478 title: 'Clients'
479 create_new: 'Create a new client'
480 existing_clients:
481 title: 'Existing clients'
482 field_id: 'Client ID'
483 field_secret: 'Client secret'
484 field_uris: 'Redirect URIs'
485 field_grant_types: 'Grant type allowed'
486 no_client: 'No client yet.'
487 remove:
488 warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
489 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
490 action: 'Remove the client %name%'
491 client:
492 page_title: 'API clients management > New client'
493 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
494 form:
495 name_label: 'Name of the client'
496 redirect_uris_label: 'Redirect URIs (optional)'
497 save_label: 'Create a new client'
498 action_back: 'Back'
499 client_parameter:
500 page_title: 'API clients management > Client parameters'
501 page_description: 'Here are your client parameters.'
502 field_name: 'Client name'
503 field_id: 'Client ID'
504 field_secret: 'Client secret'
505 back: 'Back'
506 read_howto: 'Read the howto "Create my first application"'
507 howto:
508 page_title: 'API clients management > How to create my first application'
509 description:
510 paragraph_1: 'The following commands make use of the <a href="https://github.com/jkbrzt/httpie">HTTPie library</a>. Make sure it is installed on your system before using it.'
511 paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
512 paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
513 paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
514 paragraph_5: 'The API will return a response like this:'
515 paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
516 paragraph_7: 'This call will return all the entries for your user.'
517 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
518 back: 'Back'
519
520 user:
521 page_title: Users management
522 new_user: Create a new user
523 edit_user: Edit an existing user
524 description: "Here you can manage all users (create, edit and delete)"
525 list:
526 actions: Actions
527 edit_action: Edit
528 yes: Yes
529 no: No
530 create_new_one: Create a new user
531 form:
532 username_label: 'Username'
533 name_label: 'Name'
534 password_label: 'Password'
535 repeat_new_password_label: 'Repeat new password'
536 plain_password_label: '????'
537 email_label: 'Email'
538 enabled_label: 'Enabled'
539 last_login_label: 'Last login'
540 twofactor_email_label: Two factor authentication by email
541 twofactor_google_label: Two factor authentication by Google
542 save: Save
543 delete: Delete
544 delete_confirm: Are you sure?
545 back_to_list: Back to list
546 search:
547 placeholder: Filter by username or email
548
549 site_credential:
550 page_title: Site credentials management
551 new_site_credential: Create a credential
552 edit_site_credential: Edit an existing credential
553 description: "Here you can manage all credentials for sites which required them (create, edit and delete), like a paywall, an authentication, etc."
554 list:
555 actions: Actions
556 edit_action: Edit
557 yes: Yes
558 no: No
559 create_new_one: Create a new credential
560 form:
561 username_label: 'Username'
562 host_label: 'Host'
563 password_label: 'Password'
564 save: Save
565 delete: Delete
566 delete_confirm: Are you sure?
567 back_to_list: Back to list
568
569 error:
570 page_title: An error occurred
571
572 flashes:
573 config:
574 notice:
575 config_saved: 'Config saved.'
576 password_updated: 'Password updated'
577 password_not_updated_demo: "In demonstration mode, you can't change password for this user."
578 user_updated: 'Information updated'
579 rss_updated: 'RSS information updated'
580 tagging_rules_updated: 'Tagging rules updated'
581 tagging_rules_deleted: 'Tagging rule deleted'
582 rss_token_updated: 'RSS token updated'
583 annotations_reset: Annotations reset
584 tags_reset: Tags reset
585 entries_reset: Entries reset
586 archived_reset: Archived entries deleted
587 entry:
588 notice:
589 entry_already_saved: 'Entry already saved on %date%'
590 entry_saved: 'Entry saved'
591 entry_saved_failed: 'Entry saved but fetching content failed'
592 entry_updated: 'Entry updated'
593 entry_reloaded: 'Entry reloaded'
594 entry_reloaded_failed: 'Entry reloaded but fetching content failed'
595 entry_archived: 'Entry archived'
596 entry_unarchived: 'Entry unarchived'
597 entry_starred: 'Entry starred'
598 entry_unstarred: 'Entry unstarred'
599 entry_deleted: 'Entry deleted'
600 no_random_entry: 'No article with these criterias was found'
601 tag:
602 notice:
603 tag_added: 'Tag added'
604 tag_renamed: 'Tag renamed'
605 import:
606 notice:
607 failed: 'Import failed, please try again.'
608 failed_on_file: 'Error while processing import. Please verify your import file.'
609 summary: 'Import summary: %imported% imported, %skipped% already saved.'
610 summary_with_queue: 'Import summary: %queued% queued.'
611 error:
612 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.
613 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.
614 developer:
615 notice:
616 client_created: 'New client %name% created.'
617 client_deleted: 'Client %name% deleted'
618 user:
619 notice:
620 added: 'User "%username%" added'
621 updated: 'User "%username%" updated'
622 deleted: 'User "%username%" deleted'
623 site_credential:
624 notice:
625 added: 'Site credential for "%host%" added'
626 updated: 'Site credential for "%host%" updated'
627 deleted: 'Site credential for "%host%" deleted'