aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml31
1 files changed, 18 insertions, 13 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 1cc42404..c6633f5b 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -81,7 +81,7 @@ config:
81 archive: 'archived' 81 archive: 'archived'
82 rss_limit: 'Number of items in the feed' 82 rss_limit: 'Number of items in the feed'
83 form_user: 83 form_user:
84 two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion" 84 two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connection."
85 name_label: 'Name' 85 name_label: 'Name'
86 email_label: 'Email' 86 email_label: 'Email'
87 twoFactorAuthentication_label: 'Two factor authentication' 87 twoFactorAuthentication_label: 'Two factor authentication'
@@ -98,9 +98,9 @@ config:
98 faq: 98 faq:
99 title: 'FAQ' 99 title: 'FAQ'
100 tagging_rules_definition_title: 'What does « tagging rules » mean?' 100 tagging_rules_definition_title: 'What does « tagging rules » mean?'
101 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 to manually classify your entries.' 101 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.'
102 how_to_use_them_title: 'How do I use them?' 102 how_to_use_them_title: 'How do I use them?'
103 how_to_use_them_description: 'Let assume you want to tag new entries as « <i>short reading</i> » when the reading time is inferior to 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 by 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> »' 103 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> »'
104 variables_available_title: 'Which variables and operators can I use to write rules?' 104 variables_available_title: 'Which variables and operators can I use to write rules?'
105 variables_available_description: 'The following variables and operators can be used to create tagging rules:' 105 variables_available_description: 'The following variables and operators can be used to create tagging rules:'
106 meaning: 'Meaning' 106 meaning: 'Meaning'
@@ -140,13 +140,15 @@ entry:
140 archived: 'Archived entries' 140 archived: 'Archived entries'
141 filtered: 'Filtered entries' 141 filtered: 'Filtered entries'
142 list: 142 list:
143 number_on_the_page: '{0} There is no entry.|{1} There is one entry.|]1,Inf[ There are %count% entries.' 143 number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.'
144 reading_time: 'estimated reading time' 144 reading_time: 'estimated reading time'
145 reading_time_minutes: 'estimated reading time: %readingTime% min' 145 reading_time_minutes: 'estimated reading time: %readingTime% min'
146 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min' 146 reading_time_less_one_minute: 'estimated reading time: <small class="inferieur">&lt;</small> 1 min'
147 reading_time_minutes_short: '%readingTime% min'
148 reading_time_less_one_minute_short: '<small class="inferieur">&lt;</small> 1 min'
147 original_article: 'original' 149 original_article: 'original'
148 toogle_as_read: 'Toggle mark as read' 150 toogle_as_read: 'Toggle mark as read'
149 toogle_as_star: 'Toggle favorite' 151 toogle_as_star: 'Toggle starred'
150 delete: 'Delete' 152 delete: 'Delete'
151 export_title: 'Export' 153 export_title: 'Export'
152 filters: 154 filters:
@@ -154,6 +156,7 @@ entry:
154 status_label: 'Status' 156 status_label: 'Status'
155 archived_label: 'Archived' 157 archived_label: 'Archived'
156 starred_label: 'Starred' 158 starred_label: 'Starred'
159 unread_label: 'Unread'
157 preview_picture_label: 'Has a preview picture' 160 preview_picture_label: 'Has a preview picture'
158 preview_picture_help: 'Preview picture' 161 preview_picture_help: 'Preview picture'
159 language_label: 'Language' 162 language_label: 'Language'
@@ -175,7 +178,7 @@ entry:
175 back_to_homepage: 'Back' 178 back_to_homepage: 'Back'
176 set_as_read: 'Mark as read' 179 set_as_read: 'Mark as read'
177 set_as_unread: 'Mark as unread' 180 set_as_unread: 'Mark as unread'
178 set_as_favorite: 'Favorite' 181 set_as_starred: 'Toggle starred'
179 view_original_article: 'Original article' 182 view_original_article: 'Original article'
180 re_fetch_content: 'Re-fetch content' 183 re_fetch_content: 'Re-fetch content'
181 delete: 'Delete' 184 delete: 'Delete'
@@ -190,6 +193,7 @@ entry:
190 edit_title: 'Edit title' 193 edit_title: 'Edit title'
191 original_article: 'original' 194 original_article: 'original'
192 annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations' 195 annotations_on_the_entry: '{0} No annotations|{1} One annotation|]1,Inf[ %nbAnnotations% annotations'
196 created_at: 'Creation date'
193 new: 197 new:
194 page_title: 'Save new entry' 198 page_title: 'Save new entry'
195 placeholder: 'http://website.com' 199 placeholder: 'http://website.com'
@@ -222,14 +226,14 @@ about:
222 bug_reports: 'Bug reports' 226 bug_reports: 'Bug reports'
223 support: '<a href="https://support.wallabag.org">On our support website</a> or <a href="https://github.com/wallabag/wallabag/issues">on GitHub</a>' 227 support: '<a href="https://support.wallabag.org">On our support website</a> or <a href="https://github.com/wallabag/wallabag/issues">on GitHub</a>'
224 helping: 228 helping:
225 description: 'wallabag is free and opensource. You can help us:' 229 description: 'wallabag is free and open source. You can help us:'
226 by_contributing: 'by contributing to the project:' 230 by_contributing: 'by contributing to the project:'
227 by_contributing_2: 'an issue lists all our needs' 231 by_contributing_2: 'an issue lists all our needs'
228 by_paypal: 'via Paypal' 232 by_paypal: 'via Paypal'
229 contributors: 233 contributors:
230 description: 'Thank you to contributors on wallabag web application' 234 description: 'Thank you to contributors on wallabag web application'
231 third_party: 235 third_party:
232 description: 'Here are the list of third-party libraries used in wallabag (with their licenses):' 236 description: 'Here is the list of third-party libraries used in wallabag (with their licenses):'
233 package: 'Package' 237 package: 'Package'
234 license: 'License' 238 license: 'License'
235 239
@@ -258,7 +262,7 @@ quickstart:
258 page_title: 'Quickstart' 262 page_title: 'Quickstart'
259 intro: 263 intro:
260 title: 'Welcome to wallabag!' 264 title: 'Welcome to wallabag!'
261 paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you." 265 paragraph_1: "We'll accompany you on your visit to wallabag and show you some features that might interest you."
262 paragraph_2: 'Follow us!' 266 paragraph_2: 'Follow us!'
263 configure: 267 configure:
264 title: 'Configure the application' 268 title: 'Configure the application'
@@ -290,7 +294,7 @@ quickstart:
290 title: 'Full documentation' 294 title: 'Full documentation'
291 annotate: 'Annotate your article' 295 annotate: 'Annotate your article'
292 export: 'Convert your articles into ePUB or PDF' 296 export: 'Convert your articles into ePUB or PDF'
293 search_filters: 'See how you can look for an article by using search engine and filters' 297 search_filters: 'See how you can look for an article by using the search engine and filters'
294 fetching_errors: 'What can I do if an article encounters errors during fetching?' 298 fetching_errors: 'What can I do if an article encounters errors during fetching?'
295 all_docs: 'And so many other articles!' 299 all_docs: 'And so many other articles!'
296 support: 300 support:
@@ -303,11 +307,11 @@ quickstart:
303tag: 307tag:
304 page_title: 'Tags' 308 page_title: 'Tags'
305 list: 309 list:
306 number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.' 310 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
307 311
308import: 312import:
309 page_title: 'Import' 313 page_title: 'Import'
310 page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.' 314 page_description: 'Welcome to wallabag importer. Please select your previous service from which you want to migrate.'
311 action: 315 action:
312 import_contents: 'Import contents' 316 import_contents: 'Import contents'
313 form: 317 form:
@@ -317,7 +321,7 @@ import:
317 save_label: 'Upload file' 321 save_label: 'Upload file'
318 pocket: 322 pocket:
319 page_title: 'Import > Pocket' 323 page_title: 'Import > Pocket'
320 description: "This importer will import all 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." 324 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."
321 config_missing: 325 config_missing:
322 description: "Pocket import isn't configured." 326 description: "Pocket import isn't configured."
323 admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.' 327 admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'
@@ -396,6 +400,7 @@ flashes:
396 notice: 400 notice:
397 entry_already_saved: 'Entry already saved on %date%' 401 entry_already_saved: 'Entry already saved on %date%'
398 entry_saved: 'Entry saved' 402 entry_saved: 'Entry saved'
403 entry_saved_failed: 'Failed to save entry'
399 entry_updated: 'Entry updated' 404 entry_updated: 'Entry updated'
400 entry_reloaded: 'Entry reloaded' 405 entry_reloaded: 'Entry reloaded'
401 entry_reload_failed: 'Failed to reload entry' 406 entry_reload_failed: 'Failed to reload entry'