aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2019-06-06 13:51:25 +0200
committerJeremy Benoist <jeremy.benoist@gmail.com>2019-06-06 13:51:25 +0200
commit35c4c80148fd5f31cf34753890b2b0c69fc414ef (patch)
tree968824729dbcf246f11d23c881ab0e8995761e79 /src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
parentc19845a7ae5fe7c1ff22fd560c48e4af8b9da15a (diff)
downloadwallabag-35c4c80148fd5f31cf34753890b2b0c69fc414ef.tar.gz
wallabag-35c4c80148fd5f31cf34753890b2b0c69fc414ef.tar.zst
wallabag-35c4c80148fd5f31cf34753890b2b0c69fc414ef.zip
Display login in config / user
Just so the user can see its login
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 1f8c47aa..2dda77bb 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'
105 name_label: 'Name' 106 name_label: 'Name'
106 email_label: 'Email' 107 email_label: 'Email'
107 two_factor: 108 two_factor:
@@ -544,7 +545,7 @@ user:
544 no: No 545 no: No
545 create_new_one: Create a new user 546 create_new_one: Create a new user
546 form: 547 form:
547 username_label: 'Username' 548 username_label: 'Login'
548 name_label: 'Name' 549 name_label: 'Name'
549 password_label: 'Password' 550 password_label: 'Password'
550 repeat_new_password_label: 'Repeat new password' 551 repeat_new_password_label: 'Repeat new password'
@@ -559,7 +560,7 @@ user:
559 delete_confirm: Are you sure? 560 delete_confirm: Are you sure?
560 back_to_list: Back to list 561 back_to_list: Back to list
561 search: 562 search:
562 placeholder: Filter by username or email 563 placeholder: Filter by login or email
563 564
564site_credential: 565site_credential:
565 page_title: Site credentials management 566 page_title: Site credentials management
@@ -573,7 +574,7 @@ site_credential:
573 no: No 574 no: No
574 create_new_one: Create a new credential 575 create_new_one: Create a new credential
575 form: 576 form:
576 username_label: 'Username' 577 username_label: 'Login'
577 host_label: 'Host (subdomain.example.org, .example.org, etc.)' 578 host_label: 'Host (subdomain.example.org, .example.org, etc.)'
578 password_label: 'Password' 579 password_label: 'Password'
579 save: Save 580 save: Save