]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
Merge pull request #4309 from wallabag/fix/php-7.4
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / translations / messages.en.yml
CommitLineData
0d42217e
JB
1security:
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'
35c4c801 8 username: 'Login'
0d42217e
JB
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
17menu:
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'
013f426d 28 developer: 'API clients management'
0d42217e
JB
29 logout: 'Logout'
30 about: 'About'
31 search: 'Search'
32 save_link: 'Save a link'
33 back_to_unread: 'Back to unread articles'
152fcccd 34 users_management: 'Users management'
b8427f22 35 site_credentials: 'Site credentials'
7408a6cb 36 ignore_origin_instance_rules: 'Global ignore origin rules'
d010bdd4 37 quickstart: "Quickstart"
0d42217e
JB
38 top:
39 add_new_entry: 'Add a new entry'
40 search: 'Search'
41 filter_entries: 'Filter entries'
50f35f0d 42 random_entry: Jump to a random entry from that list
0d42217e 43 export: 'Export'
d9a68f6c 44 account: 'My account'
0d42217e
JB
45 search_form:
46 input_label: 'Enter your search here'
47
48footer:
49 wallabag:
50 elsewhere: 'Take wallabag with you'
51 social: 'Social'
52 powered_by: 'powered by'
53 about: 'About'
1264029c 54 stats: Since %user_creation% you read %nb_archives% articles. That is about %per_day% a day!
0d42217e
JB
55
56config:
a0c6c244 57 page_title: 'Config'
0d42217e
JB
58 tab_menu:
59 settings: 'Settings'
531c8d0a 60 feed: 'Feeds'
0d42217e
JB
61 user_info: 'User information'
62 password: 'Password'
63 rules: 'Tagging rules'
24230a51 64 ignore_origin: 'Ignore origin rules'
0d42217e 65 new_user: 'Add a user'
acd44120 66 reset: 'Reset area'
0d42217e
JB
67 form:
68 save: 'Save'
69 form_settings:
70 theme_label: 'Theme'
71 items_per_page_label: 'Items per page'
72 language_label: 'Language'
f3e49264 73 reading_speed:
41022cb2 74 label: 'Reading speed (words per minute)'
f3e49264 75 help_message: 'You can use online tools to estimate your reading speed:'
a42f38d9 76 action_mark_as_read:
060f3ce3
EC
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'
ebe0787e 80 pocket_consumer_key_label: Consumer key for Pocket to import contents
3b812126 81 android_configuration: Configure your Android application
e2a038d6 82 android_instruction: "Touch here to prefill your Android application"
540a9bc4
NL
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."
531c8d0a
TC
88 form_feed:
89 description: 'Atom feeds provided by wallabag allow you to read your saved articles with your favourite Atom reader. You need to generate a token first.'
90 token_label: 'Feed token'
0d42217e
JB
91 no_token: 'No token'
92 token_create: 'Create your token'
93 token_reset: 'Regenerate your token'
c4bf12aa 94 token_revoke: 'Revoke the token'
531c8d0a
TC
95 feed_links: 'Feed links'
96 feed_link:
bd40f1af
TC
97 unread: 'Unread'
98 starred: 'Starred'
99 archive: 'Archived'
100 all: 'All'
531c8d0a 101 feed_limit: 'Number of items in the feed'
0d42217e 102 form_user:
6e4fc956 103 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."
87121686 104 login_label: 'Login (can not be changed)'
0d42217e
JB
105 name_label: 'Name'
106 email_label: 'Email'
a0c5eb00
JB
107 two_factor:
108 emailTwoFactor_label: 'Using email (receive a code by email)'
109 googleTwoFactor_label: 'Using an OTP app (open the app, like Google Authenticator, Authy or FreeOTP, to get a one time code)'
110 table_method: Method
111 table_state: State
112 table_action: Action
113 state_enabled: Enabled
114 state_disabled: Disabled
115 action_email: Use email
116 action_app: Use OTP App
876d77a6 117 delete:
206bade5 118 title: Delete my account (a.k.a danger zone)
876d77a6 119 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.
206bade5 120 confirm: Are you really sure? (THIS CAN'T BE UNDONE)
876d77a6 121 button: Delete my account
206bade5
JB
122 reset:
123 title: Reset area (a.k.a danger zone)
287204cd 124 description: By hitting buttons below you'll have ability to remove some information from your account. Be aware that these actions are IRREVERSIBLE.
206bade5
JB
125 annotations: Remove ALL annotations
126 tags: Remove ALL tags
127 entries: Remove ALL entries
6da1aebc 128 archived: Remove ALL archived entries
287204cd 129 confirm: Are you really sure? (THIS CAN'T BE UNDONE)
0d42217e 130 form_password:
7fd4ad65 131 description: "You can change your password here. Your new password should be at least 8 characters long."
0d42217e
JB
132 old_password_label: 'Current password'
133 new_password_label: 'New password'
134 repeat_new_password_label: 'Repeat new password'
135 form_rules:
136 if_label: 'if'
137 then_tag_as_label: 'then tag as'
138 delete_rule_label: 'delete'
bf3dc999 139 edit_rule_label: 'edit'
0d42217e
JB
140 rule_label: 'Rule'
141 tags_label: 'Tags'
34be2d5d
JB
142 card:
143 new_tagging_rule: Create a tagging rule
144 import_tagging_rules: Import tagging rules
145 import_tagging_rules_detail: You have to select the JSON file you previously exported.
146 export_tagging_rules: Export tagging rules
147 export_tagging_rules_detail: This will download a JSON file that you can use to import tagging rules elsewhere or to backup them.
148 file_label: JSON file
149 import_submit: Import
150 export: Export
0d42217e
JB
151 faq:
152 title: 'FAQ'
153 tagging_rules_definition_title: 'What does « tagging rules » mean?'
8fef96ee 154 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.'
0d42217e 155 how_to_use_them_title: 'How do I use them?'
8fef96ee 156 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> »'
0d42217e
JB
157 variables_available_title: 'Which variables and operators can I use to write rules?'
158 variables_available_description: 'The following variables and operators can be used to create tagging rules:'
159 meaning: 'Meaning'
160 variable_description:
161 label: 'Variable'
162 title: 'Title of the entry'
163 url: 'URL of the entry'
164 isArchived: 'Whether the entry is archived or not'
165 isStarred: 'Whether the entry is starred or not'
166 content: "The entry's content"
167 language: "The entry's language"
168 mimetype: "The entry's mime-type"
169 readingTime: "The estimated entry's reading time, in minutes"
170 domainName: 'The domain name of the entry'
171 operator_description:
172 label: 'Operator'
173 less_than: 'Less than...'
174 strictly_less_than: 'Strictly less than...'
175 greater_than: 'Greater than...'
176 strictly_greater_than: 'Strictly greater than...'
177 equal_to: 'Equal to...'
178 not_equal_to: 'Not equal to...'
179 or: 'One rule OR another'
180 and: 'One rule AND another'
0452e869 181 matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
3f0dd0f0 182 notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
25c754f6
KD
183 form_ignore_origin_rules:
184 faq:
185 title: 'FAQ'
186 ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
187 ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
188 how_to_use_them_title: 'How do I use them?'
189 how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
190 variables_available_title: 'Which variables and operators can I use to write rules?'
191 variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
192 meaning: 'Meaning'
193 variable_description:
194 label: 'Variable'
195 host: 'Host of the address'
196 _all: 'Full address, mainly for pattern matching'
197 operator_description:
198 label: 'Operator'
199 equal_to: 'Equal to…'
200 matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
a0c5eb00
JB
201 otp:
202 page_title: Two-factor authentication
203 app:
204 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.
205 two_factor_code_description_2: 'You can scan that QR Code with your app:'
206 two_factor_code_description_3: 'Also, save these backup codes in a safe place, you can use them in case you lose access to your OTP app:'
207 two_factor_code_description_4: 'Test an OTP code from your configured app:'
208 cancel: Cancel
209 enable: Enable
0d42217e
JB
210
211entry:
5e0c44a2 212 default_title: 'Title of the entry'
0d42217e
JB
213 page_titles:
214 unread: 'Unread entries'
215 starred: 'Starred entries'
b5cf84bd 216 archived: 'Archived entries'
0d42217e 217 filtered: 'Filtered entries'
7a5043f1 218 filtered_tags: 'Filtered by tags:'
ee122a75 219 filtered_search: 'Filtered by search:'
b6520f0b 220 untagged: 'Untagged entries'
38321586 221 all: 'All entries'
0d42217e 222 list:
8fef96ee 223 number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
0d42217e
JB
224 reading_time: 'estimated reading time'
225 reading_time_minutes: 'estimated reading time: %readingTime% min'
70d99765 226 reading_time_less_one_minute: 'estimated reading time: &lt; 1 min'
25dc07d3 227 number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags'
4e1be104 228 reading_time_minutes_short: '%readingTime% min'
70d99765 229 reading_time_less_one_minute_short: '&lt; 1 min'
0d42217e
JB
230 original_article: 'original'
231 toogle_as_read: 'Toggle mark as read'
eecd7e40 232 toogle_as_star: 'Toggle starred'
0d42217e
JB
233 delete: 'Delete'
234 export_title: 'Export'
235 filters:
236 title: 'Filters'
237 status_label: 'Status'
238 archived_label: 'Archived'
239 starred_label: 'Starred'
710f8e69 240 unread_label: 'Unread'
0d42217e
JB
241 preview_picture_label: 'Has a preview picture'
242 preview_picture_help: 'Preview picture'
e8911f7c
JB
243 is_public_label: 'Has a public link'
244 is_public_help: 'Public link'
0d42217e 245 language_label: 'Language'
10b35097 246 http_status_label: 'HTTP status'
0d42217e
JB
247 reading_time:
248 label: 'Reading time in minutes'
249 from: 'from'
250 to: 'to'
251 domain_label: 'Domain name'
252 created_at:
253 label: 'Creation date'
254 from: 'from'
255 to: 'to'
256 action:
257 clear: 'Clear'
258 filter: 'Filter'
259 view:
260 left_menu:
261 back_to_top: 'Back to top'
262 back_to_homepage: 'Back'
263 set_as_read: 'Mark as read'
264 set_as_unread: 'Mark as unread'
eecd7e40 265 set_as_starred: 'Toggle starred'
cb48a569 266 view_original_article: 'Original article'
0d42217e
JB
267 re_fetch_content: 'Re-fetch content'
268 delete: 'Delete'
269 add_a_tag: 'Add a tag'
270 share_content: 'Share'
271 share_email_label: 'Email'
3377c938 272 public_link: 'public link'
f1be7af4 273 delete_public_link: 'delete public link'
5f82fc23 274 export: 'Export'
0d42217e
JB
275 print: 'Print'
276 problem:
277 label: 'Problems?'
278 description: 'Does this article appear wrong?'
279 edit_title: 'Edit title'
280 original_article: 'original'
90c766b9 281 annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %count% annotations'
d35ba2c3 282 created_at: 'Creation date'
5e9009ce 283 published_at: 'Publication date'
7b0b3622 284 published_by: 'Published by'
ecf41ab3 285 provided_by: 'Provided by'
0d42217e
JB
286 new:
287 page_title: 'Save new entry'
1e921a65 288 placeholder: 'https://website.com'
0d42217e
JB
289 form_new:
290 url_label: Url
ee122a75
NL
291 search:
292 placeholder: 'What are you looking for?'
0d42217e
JB
293 edit:
294 page_title: 'Edit an entry'
295 title_label: 'Title'
296 url_label: 'Url'
3b771f51 297 origin_url_label: 'Origin url (from where you found that entry)'
0d42217e 298 save_label: 'Save'
f0d52417 299 public:
77c5140b 300 shared_by_wallabag: "This article has been shared by %username% with <a href='%wallabag_instance%'>wallabag</a>"
fa0f5ee1
JB
301 confirm:
302 delete: "Are you sure you want to remove that article?"
303 delete_tag: "Are you sure you want to remove that tag from that article?"
af83d05c
KD
304 metadata:
305 reading_time: "Estimated reading time"
306 reading_time_minutes_short: "%readingTime% min"
307 address: "Address"
308 added_on: "Added on"
0bddd348 309 published_on: "Published on"
0d42217e
JB
310
311about:
312 page_title: 'About'
313 top_menu:
314 who_behind_wallabag: 'Who is behind wallabag'
315 getting_help: 'Getting help'
316 helping: 'Helping wallabag'
317 contributors: 'Contributors'
318 third_party: 'Third-party libraries'
319 who_behind_wallabag:
320 developped_by: 'Developed by'
321 website: 'website'
f400aa12 322 many_contributors: 'And many others contributors ♥ <a href="https://github.com/wallabag/wallabag/graphs/contributors">on GitHub</a>'
0d42217e
JB
323 project_website: 'Project website'
324 license: 'License'
325 version: 'Version'
326 getting_help:
327 documentation: 'Documentation'
328 bug_reports: 'Bug reports'
1781ca37 329 support: '<a href="https://github.com/wallabag/wallabag/issues">on GitHub</a>'
0d42217e 330 helping:
8fef96ee 331 description: 'wallabag is free and open source. You can help us:'
0d42217e
JB
332 by_contributing: 'by contributing to the project:'
333 by_contributing_2: 'an issue lists all our needs'
334 by_paypal: 'via Paypal'
335 contributors:
336 description: 'Thank you to contributors on wallabag web application'
337 third_party:
8fef96ee 338 description: 'Here is the list of third-party libraries used in wallabag (with their licenses):'
0d42217e
JB
339 package: 'Package'
340 license: 'License'
341
342howto:
343 page_title: 'How to'
893ccad3
NL
344 tab_menu:
345 add_link: "Add a link"
346 shortcuts: "Use shortcuts"
0d42217e
JB
347 page_description: 'There are several ways to save an article:'
348 top_menu:
349 browser_addons: 'Browser addons'
350 mobile_apps: 'Mobile apps'
351 bookmarklet: 'Bookmarklet'
352 form:
353 description: 'Thanks to this form'
354 browser_addons:
8d064ba5
NL
355 firefox: 'Firefox addon'
356 chrome: 'Chrome addon'
357 opera: 'Opera addon'
0d42217e
JB
358 mobile_apps:
359 android:
360 via_f_droid: 'via F-Droid'
361 via_google_play: 'via Google Play'
362 ios: 'on the iTunes Store'
363 windows: 'on the Microsoft Store'
364 bookmarklet:
365 description: 'Drag & drop this link to your bookmarks bar:'
893ccad3
NL
366 shortcuts:
367 page_description: Here are the shortcuts available in wallabag.
368 shortcut: Shortcut
369 action: Action
370 all_pages_title: Shortcuts available in all pages
371 go_unread: Go to unread
372 go_starred: Go to starred
373 go_archive: Go to archive
374 go_all: Go to all entries
375 go_tags: Go to tags
376 go_config: Go to config
377 go_import: Go to import
378 go_developers: Go to developers
379 go_howto: Go to howto (this page!)
f400aa12 380 go_logout: Log out
893ccad3
NL
381 list_title: Shortcuts available in listing pages
382 search: Display the search form
383 article_title: Shortcuts available in entry view
384 open_original: Open original URL of the entry
385 toggle_favorite: Toggle star status for the entry
386 toggle_archive: Toggle read status for the entry
387 delete: Delete the entry
388 material_title: Shortcuts available with Material theme only
389 add_link: Add a new link
390 hide_form: Hide the current form (search or new link)
391 arrows_navigation: Navigate through articles
392 open_article: Display the selected entry
0d42217e
JB
393
394quickstart:
395 page_title: 'Quickstart'
a44d2613 396 more: 'More…'
0d42217e
JB
397 intro:
398 title: 'Welcome to wallabag!'
8fef96ee 399 paragraph_1: "We'll accompany you on your visit to wallabag and show you some features that might interest you."
0d42217e
JB
400 paragraph_2: 'Follow us!'
401 configure:
402 title: 'Configure the application'
a44d2613 403 description: 'In order to have an application which suits you, have a look into the configuration of wallabag.'
0d42217e 404 language: 'Change language and design'
531c8d0a 405 feed: 'Enable feeds'
0d42217e
JB
406 tagging_rules: 'Write rules to automatically tag your articles'
407 admin:
408 title: 'Administration'
1381db48 409 description: 'As an administrator, you have privileges on wallabag. You can:'
0d42217e
JB
410 new_user: 'Create a new user'
411 analytics: 'Configure analytics'
412 sharing: 'Enable some parameters about article sharing'
413 export: 'Configure export'
414 import: 'Configure import'
415 first_steps:
416 title: 'First steps'
7d72cce4 417 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."
0d42217e
JB
418 new_article: 'Save your first article'
419 unread_articles: 'And classify it!'
420 migrate:
421 title: 'Migrate from an existing service'
1381db48 422 description: "Are you using another service? We'll help you to retrieve your data on wallabag."
0d42217e
JB
423 pocket: 'Migrate from Pocket'
424 wallabag_v1: 'Migrate from wallabag v1'
425 wallabag_v2: 'Migrate from wallabag v2'
209ec7ce 426 readability: 'Migrate from Readability'
a44d2613 427 instapaper: 'Migrate from Instapaper'
0d42217e
JB
428 developer:
429 title: 'Developers'
f400aa12 430 description: 'We also thought of the developers: Docker, API, translations, etc.'
ef88b37e 431 create_application: 'Create your third-party application'
a44d2613 432 use_docker: 'Use Docker to install wallabag'
0d42217e
JB
433 docs:
434 title: 'Full documentation'
a44d2613 435 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."
0d42217e
JB
436 annotate: 'Annotate your article'
437 export: 'Convert your articles into ePUB or PDF'
8fef96ee 438 search_filters: 'See how you can look for an article by using the search engine and filters'
0d42217e
JB
439 fetching_errors: 'What can I do if an article encounters errors during fetching?'
440 all_docs: 'And so many other articles!'
441 support:
442 title: 'Support'
443 description: 'If you need some help, we are here for you.'
444 github: 'On GitHub'
445 email: 'By email'
446 gitter: 'On Gitter'
447
448tag:
449 page_title: 'Tags'
450 list:
8fef96ee 451 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
b6520f0b 452 see_untagged_entries: 'See untagged entries'
35c7819c 453 no_untagged_entries: 'There are no untagged entries.'
54345778 454 untagged: 'Untagged entries'
df30af69
NL
455 new:
456 add: 'Add'
457 placeholder: 'You can add several tags, separated by a comma.'
559f708c
SH
458 rename:
459 placeholder: 'You can update tag name.'
0d42217e 460
b1428a1c
NL
461export:
462 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>'
af83d05c 463 unknown: 'Unknown'
b1428a1c 464
0d42217e
JB
465import:
466 page_title: 'Import'
8fef96ee 467 page_description: 'Welcome to wallabag importer. Please select your previous service from which you want to migrate.'
0d42217e
JB
468 action:
469 import_contents: 'Import contents'
470 form:
471 mark_as_read_title: 'Mark all as read?'
472 mark_as_read_label: 'Mark all imported entries as read'
473 file_label: 'File'
474 save_label: 'Upload file'
475 pocket:
476 page_title: 'Import > Pocket'
8fef96ee 477 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."
0d42217e
JB
478 config_missing:
479 description: "Pocket import isn't configured."
480 admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'
481 user_message: 'Your server admin needs to define an API Key for Pocket.'
482 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.'
483 connect_to_pocket: 'Connect to Pocket and import data'
484 wallabag_v1:
485 page_title: 'Import > Wallabag v1'
486 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.'
487 how_to: 'Please select your wallabag export and click on the below button to upload and import it.'
488 wallabag_v2:
489 page_title: 'Import > Wallabag v2'
490 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.'
958e77e6
NL
491 elcurator:
492 page_title: 'Import > elCurator'
493 description: 'This importer will import all your elCurator articles. Go to your preferences in your elCurator account and then, export your content. You will have a JSON file.'
03e3753f
JB
494 readability:
495 page_title: 'Import > Readability'
ca2a43ae 496 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).'
03e3753f 497 how_to: 'Please select your Readability export and click on the below button to upload and import it.'
dc69e25f 498 worker:
5d002e9b 499 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:"
ca08d02f 500 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."
59201088
TC
501 firefox:
502 page_title: 'Import > Firefox'
a4df4891 503 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."
59201088
TC
504 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."
505 chrome:
506 page_title: 'Import > Chrome'
5bd7acd5 507 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>"
ae669126 508 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."
a9e92b66
JB
509 instapaper:
510 page_title: 'Import > Instapaper'
511 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").'
512 how_to: 'Please select your Instapaper export and click on the below button to upload and import it.'
9ab024b4
JB
513 pinboard:
514 page_title: "Import > Pinboard"
56e62164 515 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").'
9ab024b4 516 how_to: 'Please select your Pinboard export and click on the below button to upload and import it.'
0d42217e 517
3fae7f1d 518developer:
013f426d 519 page_title: 'API clients management'
3fae7f1d
JB
520 welcome_message: 'Welcome to the wallabag API'
521 documentation: 'Documentation'
522 how_to_first_app: 'How to create my first application'
523 full_documentation: 'View full API documentation'
c8021811 524 list_methods: 'List API methods'
3fae7f1d
JB
525 clients:
526 title: 'Clients'
527 create_new: 'Create a new client'
528 existing_clients:
529 title: 'Existing clients'
530 field_id: 'Client ID'
531 field_secret: 'Client secret'
532 field_uris: 'Redirect URIs'
533 field_grant_types: 'Grant type allowed'
534 no_client: 'No client yet.'
535 remove:
9c545fe0 536 warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !'
3fae7f1d 537 warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag."
9c545fe0 538 action: 'Remove the client %name%'
3fae7f1d 539 client:
013f426d 540 page_title: 'API clients management > New client'
3fae7f1d
JB
541 page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.'
542 form:
9c545fe0
TC
543 name_label: 'Name of the client'
544 redirect_uris_label: 'Redirect URIs (optional)'
3fae7f1d
JB
545 save_label: 'Create a new client'
546 action_back: 'Back'
df45126a 547 copy_to_clipboard: Copy
3fae7f1d 548 client_parameter:
013f426d 549 page_title: 'API clients management > Client parameters'
3fae7f1d 550 page_description: 'Here are your client parameters.'
9c545fe0 551 field_name: 'Client name'
3fae7f1d
JB
552 field_id: 'Client ID'
553 field_secret: 'Client secret'
554 back: 'Back'
555 read_howto: 'Read the howto "Create my first application"'
556 howto:
013f426d 557 page_title: 'API clients management > How to create my first application'
3fae7f1d
JB
558 description:
559 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.'
560 paragraph_2: 'You need a token to communicate between your 3rd application and wallabag API.'
561 paragraph_3: 'To create this token, you need <a href="%link%">to create a new client</a>.'
562 paragraph_4: 'Now, create your token (replace client_id, client_secret, username and password with the good values):'
563 paragraph_5: 'The API will return a response like this:'
564 paragraph_6: 'The access_token is useful to do a call to the API endpoint. For example:'
565 paragraph_7: 'This call will return all the entries for your user.'
566 paragraph_8: 'If you want to see all the API endpoints, you can have a look <a href="%link%">to our API documentation</a>.'
567 back: 'Back'
568
152fcccd
JB
569user:
570 page_title: Users management
571 new_user: Create a new user
572 edit_user: Edit an existing user
573 description: "Here you can manage all users (create, edit and delete)"
574 list:
575 actions: Actions
576 edit_action: Edit
577 yes: Yes
578 no: No
579 create_new_one: Create a new user
580 form:
35c4c801 581 username_label: 'Login'
152fcccd
JB
582 name_label: 'Name'
583 password_label: 'Password'
584 repeat_new_password_label: 'Repeat new password'
585 plain_password_label: '????'
586 email_label: 'Email'
587 enabled_label: 'Enabled'
152fcccd 588 last_login_label: 'Last login'
a6b242a1 589 twofactor_email_label: Two factor authentication by email
e073090b 590 twofactor_google_label: Two factor authentication by OTP app
152fcccd
JB
591 save: Save
592 delete: Delete
593 delete_confirm: Are you sure?
594 back_to_list: Back to list
c37515f8 595 search:
35c4c801 596 placeholder: Filter by login or email
152fcccd 597
f92fcb53
JB
598site_credential:
599 page_title: Site credentials management
600 new_site_credential: Create a credential
601 edit_site_credential: Edit an existing credential
602 description: "Here you can manage all credentials for sites which required them (create, edit and delete), like a paywall, an authentication, etc."
603 list:
604 actions: Actions
605 edit_action: Edit
606 yes: Yes
607 no: No
608 create_new_one: Create a new credential
609 form:
35c4c801 610 username_label: 'Login'
f4549633 611 host_label: 'Host (subdomain.example.org, .example.org, etc.)'
f92fcb53
JB
612 password_label: 'Password'
613 save: Save
614 delete: Delete
615 delete_confirm: Are you sure?
616 back_to_list: Back to list
617
7408a6cb
KD
618ignore_origin_instance_rule:
619 page_title: Global ignore origin rules
620 new_ignore_origin_instance_rule: Create a global ignore origin rule
621 edit_ignore_origin_instance_rule: Edit an existing ignore origin rule
622 description: "Here you can manage the global ignore origin rules used to ignore some patterns of origin url."
623 list:
624 actions: Actions
625 edit_action: Edit
626 yes: Yes
627 no: No
628 create_new_one: Create a new global ignore origin rule
629 form:
630 rule_label: Rule
631 save: Save
632 delete: Delete
633 delete_confirm: Are you sure?
634 back_to_list: Back to list
635
645dc759
JB
636error:
637 page_title: An error occurred
638
4204a06b
JB
639flashes:
640 config:
641 notice:
ece4718f 642 config_saved: 'Config saved.'
4204a06b
JB
643 password_updated: 'Password updated'
644 password_not_updated_demo: "In demonstration mode, you can't change password for this user."
645 user_updated: 'Information updated'
531c8d0a 646 feed_updated: 'Feed information updated'
4204a06b
JB
647 tagging_rules_updated: 'Tagging rules updated'
648 tagging_rules_deleted: 'Tagging rule deleted'
531c8d0a 649 feed_token_updated: 'Feed token updated'
c4bf12aa 650 feed_token_revoked: 'RSS token revoked'
206bade5
JB
651 annotations_reset: Annotations reset
652 tags_reset: Tags reset
653 entries_reset: Entries reset
6da1aebc 654 archived_reset: Archived entries deleted
a0c5eb00 655 otp_enabled: Two-factor authentication enabled
4ff1efa4 656 otp_disabled: Two-factor authentication disabled
34be2d5d
JB
657 tagging_rules_imported: Tagging rules imported
658 tagging_rules_not_imported: Error while importing tagging rules
24230a51
KD
659 ignore_origin_rules_deleted: 'Ignore origin rule deleted'
660 ignore_origin_rules_updated: 'Ignore origin rule updated'
4204a06b
JB
661 entry:
662 notice:
663 entry_already_saved: 'Entry already saved on %date%'
664 entry_saved: 'Entry saved'
59b97fae 665 entry_saved_failed: 'Entry saved but fetching content failed'
4204a06b
JB
666 entry_updated: 'Entry updated'
667 entry_reloaded: 'Entry reloaded'
6c8806ca 668 entry_reloaded_failed: 'Entry reloaded but fetching content failed'
4204a06b
JB
669 entry_archived: 'Entry archived'
670 entry_unarchived: 'Entry unarchived'
671 entry_starred: 'Entry starred'
672 entry_unstarred: 'Entry unstarred'
673 entry_deleted: 'Entry deleted'
09ef25c3 674 no_random_entry: 'No article with these criterias was found'
4204a06b
JB
675 tag:
676 notice:
677 tag_added: 'Tag added'
559f708c 678 tag_renamed: 'Tag renamed'
4204a06b
JB
679 import:
680 notice:
681 failed: 'Import failed, please try again.'
682 failed_on_file: 'Error while processing import. Please verify your import file.'
683 summary: 'Import summary: %imported% imported, %skipped% already saved.'
c80cc01a 684 summary_with_queue: 'Import summary: %queued% queued.'
13a522df
JB
685 error:
686 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.
687 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.
3fae7f1d
JB
688 developer:
689 notice:
9c545fe0
TC
690 client_created: 'New client %name% created.'
691 client_deleted: 'Client %name% deleted'
152fcccd
JB
692 user:
693 notice:
694 added: 'User "%username%" added'
695 updated: 'User "%username%" updated'
696 deleted: 'User "%username%" deleted'
f92fcb53
JB
697 site_credential:
698 notice:
699 added: 'Site credential for "%host%" added'
700 updated: 'Site credential for "%host%" updated'
701 deleted: 'Site credential for "%host%" deleted'
7408a6cb
KD
702 ignore_origin_instance_rule:
703 notice:
704 added: 'Global ignore origin rule added'
705 updated: 'Global ignore origin rule updated'
706 deleted: 'Global ignore origin rule deleted'