aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorPoorchop <poorchop@users.noreply.github.com>2016-05-23 01:04:17 -0400
committerPoorchop <poorchop@users.noreply.github.com>2016-05-23 01:04:17 -0400
commit8fef96ee9fcf81ccf00e6dade0b4d81270171135 (patch)
tree930da23e9ee7bb52e012294e2572e51c2f71280c /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parent9f95b14dec88cf083cefa38d5fbd84189e07acac (diff)
downloadwallabag-8fef96ee9fcf81ccf00e6dade0b4d81270171135.tar.gz
wallabag-8fef96ee9fcf81ccf00e6dade0b4d81270171135.tar.zst
wallabag-8fef96ee9fcf81ccf00e6dade0b4d81270171135.zip
Improve English translation
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 1cc42404..876e7900 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,7 +140,7 @@ 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'
@@ -222,14 +222,14 @@ about:
222 bug_reports: 'Bug reports' 222 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>' 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>'
224 helping: 224 helping:
225 description: 'wallabag is free and opensource. You can help us:' 225 description: 'wallabag is free and open source. You can help us:'
226 by_contributing: 'by contributing to the project:' 226 by_contributing: 'by contributing to the project:'
227 by_contributing_2: 'an issue lists all our needs' 227 by_contributing_2: 'an issue lists all our needs'
228 by_paypal: 'via Paypal' 228 by_paypal: 'via Paypal'
229 contributors: 229 contributors:
230 description: 'Thank you to contributors on wallabag web application' 230 description: 'Thank you to contributors on wallabag web application'
231 third_party: 231 third_party:
232 description: 'Here are the list of third-party libraries used in wallabag (with their licenses):' 232 description: 'Here is the list of third-party libraries used in wallabag (with their licenses):'
233 package: 'Package' 233 package: 'Package'
234 license: 'License' 234 license: 'License'
235 235
@@ -258,7 +258,7 @@ quickstart:
258 page_title: 'Quickstart' 258 page_title: 'Quickstart'
259 intro: 259 intro:
260 title: 'Welcome to wallabag!' 260 title: 'Welcome to wallabag!'
261 paragraph_1: "We'll accompany you to visit wallabag and show you some features which can interest you." 261 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!' 262 paragraph_2: 'Follow us!'
263 configure: 263 configure:
264 title: 'Configure the application' 264 title: 'Configure the application'
@@ -290,7 +290,7 @@ quickstart:
290 title: 'Full documentation' 290 title: 'Full documentation'
291 annotate: 'Annotate your article' 291 annotate: 'Annotate your article'
292 export: 'Convert your articles into ePUB or PDF' 292 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' 293 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?' 294 fetching_errors: 'What can I do if an article encounters errors during fetching?'
295 all_docs: 'And so many other articles!' 295 all_docs: 'And so many other articles!'
296 support: 296 support:
@@ -303,11 +303,11 @@ quickstart:
303tag: 303tag:
304 page_title: 'Tags' 304 page_title: 'Tags'
305 list: 305 list:
306 number_on_the_page: '{0} There is no tag.|{1} There is one tag.|]1,Inf[ There are %count% tags.' 306 number_on_the_page: '{0} There are no tags.|{1} There is one tag.|]1,Inf[ There are %count% tags.'
307 307
308import: 308import:
309 page_title: 'Import' 309 page_title: 'Import'
310 page_description: 'Welcome to wallabag importer. Please select your previous service that you want to migrate.' 310 page_description: 'Welcome to wallabag importer. Please select your previous service from which you want to migrate.'
311 action: 311 action:
312 import_contents: 'Import contents' 312 import_contents: 'Import contents'
313 form: 313 form:
@@ -317,7 +317,7 @@ import:
317 save_label: 'Upload file' 317 save_label: 'Upload file'
318 pocket: 318 pocket:
319 page_title: 'Import > Pocket' 319 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." 320 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: 321 config_missing:
322 description: "Pocket import isn't configured." 322 description: "Pocket import isn't configured."
323 admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.' 323 admin_message: 'You need to define %keyurls%a pocket_consumer_key%keyurle%.'