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