summaryrefslogtreecommitdiff
path: root/config/locales/en/users.en.yml
blob: d3dab30ce03018f8a8228726998fd9af42baf3f2 (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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
en:
  common:
    navigation_item:
      users: "Users"
      identities: "Usernames"
      tickets: "Tickets"
  user_control_panel: "user control panel"
  donations: "Donations"
  subscriptions: "Subscriptions"
  account_settings: "Account Settings"
  username: "Username"
  password: "Password"
  password_confirmation: "Password confirmation"
  change_password: "Change Password"
  invalid_user_pass: "Not a valid username/password combination"
  invalid_ephemeral: "Invalid random key used. This looked like an attempt to hack the site to us. If it wasn't please contact support so we can look into the issue."
  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"
  destroy_my_account: "Destroy my account"
  destroy_account_info: "This will permanently destroy your account and all the data associated with it. Proceed with caution!"
  admin_destroy_account: "Destroy the account %{username}"
  keep_username_blocked: "Keep the username blocked from reuse for a while"
  account_destroyed: "The account has been destroyed successfully."
  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: "Removed email alias %{alias}."
  use_ascii_key: "OpenPGP public key. Do not change this value unless you know what you are doing."
  advanced_options: "Advanced Options"
  not_authorized: "Sorry, but you are not authorized to perform that action."
  not_authorized_login: "Please log in to perform that action."
  search: "Search"
  cookie_disabled_warning: "You have cookies disabled. You will not be able to login until you enable cookies."
  js_required_html: "We are sorry, but this doesn't work without javascript enabled. This is because the authentication system used, <a href='http://srp.stanford.edu/'>SRP</a>, requires javascript."
  enable_account: "Enable the account %{username}"
  enable_description: "This will restore the account to full functionality"
  deactivate_account: "Deactivate the account %{username}"
  deactivate_description: "This will temporarily deactivate some account functionality." #todo detail exact functionality. can receive email but not send or renew client certificate?
  payment_one_month_warning: "We hope you have been enjoying this service this past month. Please sign up to pay within the next month, by %{date_in_one_month}. Directions for payment are available at INSERT_URL"
  bye: "Goodbye!"
  bye_message: "So long and thanks for all the fish."
  contact_email: "Contact Email"
  contact_email_info: >
    You may specify an email address where we can contact you if there is a
    problem with your account. For privacy reasons, you might prefer to leave
    this empty.

  #
  # overview
  #
  users:
    overview:
      welcome: "Welcome %{username}."
      intro: "From this user control panel, you can:"
      tickets: "Create and check support tickets."
      email: "Modify email settings."
      account: "Destroy your account."
  actions:
    toggle_user: "Enable / Disable User"
    enable_user: "Enable User"
    disable_user: "Disable User"
    confirm_user_deactivation: "Are you sure you want to deactive user with username '%{username}'?"
    confirm_user_activation: "Are you sure you want to activate user with username '%{username}'?"
    user_disabled_message: "User with username '%{username}' has been disabled."
    user_enabled_message: "User with username '%{username}' has been enabled."

  #
  # Invites
  #
  invite_code: "Invite code"
  invite_codes: "Invites"
  invites: "Invites"
  code: "Code"
  uses: "Uses"
  helpers:
    submit:
      invites:
        create: "Create"

  #
  # rails
  #
  activemodel:
    models:
      user:
        one: User
        other: "%{count} Users"
  simple_form:
    labels:
      user:
        email_forward: "Email Forward"
    hints:
      user:
        email_forward: >
          Forward all email messages to this address. Messages will be encrypted before being forwarded.
          This is an option for advanced users who are familar with OpenPGP.
    placeholders:
      user:
        email_forward: "my_other_email@domain.net"