summaryrefslogtreecommitdiff
path: root/config/locales/en
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-06-15 17:12:05 -0700
committerelijah <elijah@riseup.net>2015-06-15 17:12:05 -0700
commit12ab515ecd448f98ff006e30a93e43626183b6d0 (patch)
tree86023afaee3851029991ef684a88f893384d2c26 /config/locales/en
parent9d1c6d33645196df697f2733860d23f0bb39b1c4 (diff)
imported new locales from transifex
Diffstat (limited to 'config/locales/en')
-rw-r--r--config/locales/en/errors.en.yml12
-rw-r--r--config/locales/en/flash.en.yml10
-rw-r--r--config/locales/en/footer.en.yml7
-rw-r--r--config/locales/en/generic.en.yml27
-rw-r--r--config/locales/en/home.en.yml8
-rw-r--r--config/locales/en/messages.en.yml4
-rw-r--r--config/locales/en/simple_form.en.yml36
-rw-r--r--config/locales/en/users.en.yml79
8 files changed, 183 insertions, 0 deletions
diff --git a/config/locales/en/errors.en.yml b/config/locales/en/errors.en.yml
new file mode 100644
index 0000000..a8e7c6e
--- /dev/null
+++ b/config/locales/en/errors.en.yml
@@ -0,0 +1,12 @@
+en:
+ errors:
+ title:
+ not_found: Page not found.
+ server_error: Ouch!
+ subtitle:
+ not_found: "The page you were looking for doesn't exist."
+ server_error: We ran into a server error.
+ text:
+ not_found: "You may have mistyped the address or the page may have moved."
+ server_error: The problem has been logged and we will look into it.
+ #not_found: Not found.
diff --git a/config/locales/en/flash.en.yml b/config/locales/en/flash.en.yml
new file mode 100644
index 0000000..7ad28f8
--- /dev/null
+++ b/config/locales/en/flash.en.yml
@@ -0,0 +1,10 @@
+en:
+ flash:
+ success: "%{resource} was successfully saved."
+ error: "%{resource} could not be saved."
+ create:
+ success: "%{resource} was successfully created."
+ error: "%{resource} could not be created."
+ update:
+ success: "%{resource} was successfully updated."
+ error: "%{resource} could not be updated."
diff --git a/config/locales/en/footer.en.yml b/config/locales/en/footer.en.yml
new file mode 100644
index 0000000..65f8ab2
--- /dev/null
+++ b/config/locales/en/footer.en.yml
@@ -0,0 +1,7 @@
+en:
+ # layout/footer
+ privacy_policy: Privacy Policy
+ terms_of_service: Terms of Service
+ pricing: Pricing
+ about: About Us
+ contact: Contact
diff --git a/config/locales/en/generic.en.yml b/config/locales/en/generic.en.yml
new file mode 100644
index 0000000..f268bff
--- /dev/null
+++ b/config/locales/en/generic.en.yml
@@ -0,0 +1,27 @@
+en:
+ signup: "Sign Up"
+ login: "Log In"
+ logout: "Log Out"
+
+ cancel: "Cancel"
+
+ created: "Created"
+ created_by_on: "Created by %{user} on %{time}"
+ updated: "Updated"
+
+ none: "None"
+ unknown: "Unknown"
+ admin: "Admin"
+ anonymous: "Anonymous"
+ save: "Save"
+ add: "Add"
+ remove: "Remove"
+ changes_saved: "Changes saved successfully."
+ are_you_sure: "Are you sure? This change cannot be undone."
+
+ example_email: 'user@domain.org'
+
+ no_such_thing: "No such %{thing}."
+ create_thing: "Create %{thing}"
+
+ overview: "Overview"
diff --git a/config/locales/en/home.en.yml b/config/locales/en/home.en.yml
new file mode 100644
index 0000000..d1e74eb
--- /dev/null
+++ b/config/locales/en/home.en.yml
@@ -0,0 +1,8 @@
+en:
+ home: Home
+ welcome: "Welcome to %{provider}."
+ download_bitmask: "Download Bitmask"
+
+ login_info: "Log in to change your account settings, create support tickets, and manage payments."
+ signup_info: "Create a new user account. For higher security, we recommend you create your account via the Bitmask application instead."
+ support_info: "Can't login? Create a new support ticket anonymously."
diff --git a/config/locales/en/messages.en.yml b/config/locales/en/messages.en.yml
new file mode 100644
index 0000000..d9d7613
--- /dev/null
+++ b/config/locales/en/messages.en.yml
@@ -0,0 +1,4 @@
+en:
+ messages:
+ not_found: That message could not be found.
+ marked_as_read: Message has been marked as read.
diff --git a/config/locales/en/simple_form.en.yml b/config/locales/en/simple_form.en.yml
new file mode 100644
index 0000000..4b35883
--- /dev/null
+++ b/config/locales/en/simple_form.en.yml
@@ -0,0 +1,36 @@
+en:
+ simple_form:
+ "yes": 'Yes'
+ "no": 'No'
+ required:
+ text: 'required'
+ mark: '*'
+ # You can uncomment the line below if you need to overwrite the whole required html.
+ # When using html, text and mark won't be used.
+ # html: '<abbr title="required">*</abbr>'
+ error_notification:
+ default_message: "Please review the problems below:"
+ buttons:
+ cancel: 'Cancel'
+ loading: 'Loading...'
+ # Labels and hints examples
+ # labels:
+ # defaults:
+ # password: 'Password'
+ # user:
+ # new:
+ # email: 'E-mail to sign in.'
+ # edit:
+ # email: 'E-mail.'
+ # hints:
+ # defaults:
+ # username: 'User name to sign in.'
+ # password: 'No special characters, please.'
+ helpers:
+ submit:
+ user:
+ create: "Sign Up"
+ update: "Save"
+ session:
+ create: "Log In"
+
diff --git a/config/locales/en/users.en.yml b/config/locales/en/users.en.yml
new file mode 100644
index 0000000..89307dd
--- /dev/null
+++ b/config/locales/en/users.en.yml
@@ -0,0 +1,79 @@
+en:
+ common:
+ navigation_item:
+ users: "Users"
+ identities: "Usernames"
+ tickets: "Tickets"
+ user_control_panel: "user control panel"
+ account_settings: "Account Settings"
+ username: "Username"
+ password: "Password"
+ 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}"
+ 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."
+
+ #
+ # 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"
+