blob: 2077858843171f0943b73a711f8259fd96690d4f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
en:
none: "None."
signup: "Sign up"
signup_message: "Please create an account."
cancel: "Cancel"
login: "Login"
login_message: "Please login with your account."
invalid_user_pass: "Not a valid username/password combination"
all_strategies_failed: "Could not understand your login attempt. Please first send your login and a SRP ephemeral value A and then send the client_auth in the same session (using cookies)."
update_login_and_password: "Update Login and Password"
cancel_account: "Cancel your account"
remove_account: "Remove Account"
admin_cancel_account: "Cancel the account %{username}"
set_email_address: "Set email address"
forward_email: "Forward email"
email_aliases: "Email aliases"
public_key: "Public Key"
add_email_alias: "Add email alias"
user_updated_successfully: "Settings have been updated successfully."
user_created_successfully: "Successfully created your account."
email_alias_destroyed_successfully: "Successfully removed the alias '%{alias}'."
use_ascii_key: "Use ASCII-armored PGP key"
can_retype_old_password: "Retype your old password if you would like to keep that"
associated_email: "The associated email address is"
activemodel:
models:
user:
one: User
other: "%{count} Users"
simple_form:
labels:
user:
email_forward: "Email forward"
hints:
user:
email_forward: "Forward all emails to this address"
email: "Your leap web email address"
placeholders:
user:
email_forward: "my_other_email@domain.net"
|