aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-06-12 21:36:00 +0200
committerGitHub <noreply@github.com>2019-06-12 21:36:00 +0200
commit1009b286c9b6186856c884948e5d7f1c334a7ac1 (patch)
tree8db345468210b404dc163ff4caec18eff6c3b6a8 /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parent76cc8ca26f82ededc4f6088653877539af1809bc (diff)
parenteeae34375d41a5c30c60c1ad47fe8beffd9d4f3d (diff)
downloadwallabag-1009b286c9b6186856c884948e5d7f1c334a7ac1.tar.gz
wallabag-1009b286c9b6186856c884948e5d7f1c334a7ac1.tar.zst
wallabag-1009b286c9b6186856c884948e5d7f1c334a7ac1.zip
Merge pull request #3995 from wallabag/feature/config-display-login
Display login in config / user
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.en.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index e1631d10..2f310246 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -5,7 +5,7 @@ security:
5 forgot_password: 'Forgot your password?' 5 forgot_password: 'Forgot your password?'
6 submit: 'Login' 6 submit: 'Login'
7 register: 'Register' 7 register: 'Register'
8 username: 'Username' 8 username: 'Login'
9 password: 'Password' 9 password: 'Password'
10 cancel: 'Cancel' 10 cancel: 'Cancel'
11 resetting: 11 resetting:
@@ -102,6 +102,7 @@ config:
102 feed_limit: 'Number of items in the feed' 102 feed_limit: 'Number of items in the feed'
103 form_user: 103 form_user:
104 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." 104 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."
105 login_label: 'Login (can not be changed)'
105 name_label: 'Name' 106 name_label: 'Name'
106 email_label: 'Email' 107 email_label: 'Email'
107 two_factor: 108 two_factor:
@@ -545,7 +546,7 @@ user:
545 no: No 546 no: No
546 create_new_one: Create a new user 547 create_new_one: Create a new user
547 form: 548 form:
548 username_label: 'Username' 549 username_label: 'Login'
549 name_label: 'Name' 550 name_label: 'Name'
550 password_label: 'Password' 551 password_label: 'Password'
551 repeat_new_password_label: 'Repeat new password' 552 repeat_new_password_label: 'Repeat new password'
@@ -560,7 +561,7 @@ user:
560 delete_confirm: Are you sure? 561 delete_confirm: Are you sure?
561 back_to_list: Back to list 562 back_to_list: Back to list
562 search: 563 search:
563 placeholder: Filter by username or email 564 placeholder: Filter by login or email
564 565
565site_credential: 566site_credential:
566 page_title: Site credentials management 567 page_title: Site credentials management
@@ -574,7 +575,7 @@ site_credential:
574 no: No 575 no: No
575 create_new_one: Create a new credential 576 create_new_one: Create a new credential
576 form: 577 form:
577 username_label: 'Username' 578 username_label: 'Login'
578 host_label: 'Host (subdomain.example.org, .example.org, etc.)' 579 host_label: 'Host (subdomain.example.org, .example.org, etc.)'
579 password_label: 'Password' 580 password_label: 'Password'
580 save: Save 581 save: Save