Merge pull request #613 from mozilla/issue-610-rename-locales
fix(l10n): use underscores instead of dashes in locale directory names; ...
This commit is contained in:
Коммит
0aff4ca448
|
@ -31,7 +31,7 @@ module.exports = function (grunt) {
|
|||
* content-server.po should have an output filename of messages.json
|
||||
*/
|
||||
var matches = /^locale\/([^\/]+)\/LC_MESSAGES\/(.*)$/.exec(file);
|
||||
var locale = matches[1].replace(/-/, '_');
|
||||
var locale = matches[1].replace(/-/g, '_');
|
||||
var filename = matches[2];
|
||||
if (filename === 'server.po') {
|
||||
filename = 'messages.json';
|
||||
|
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -1,478 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:11
|
||||
msgid "1991"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:12
|
||||
msgid "1992"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:13
|
||||
msgid "1993"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:14
|
||||
msgid "1994"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:15
|
||||
msgid "1995"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:16
|
||||
msgid "1996"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:17
|
||||
msgid "1997"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:18
|
||||
msgid "1998"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:19
|
||||
msgid "1999"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:20
|
||||
msgid "2000"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:21
|
||||
msgid "2001"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:22
|
||||
msgid "2002"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:23
|
||||
msgid "2003"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:24
|
||||
msgid "2004"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:25
|
||||
msgid "2005"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:26
|
||||
msgid "2006"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:27
|
||||
msgid "2007"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/change_password.js:45
|
||||
msgid "old and new passwords must be different"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:37
|
||||
msgid "no token specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:42
|
||||
#: app/scripts/views/complete_sign_up.js:47
|
||||
msgid "no code specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:47
|
||||
msgid "no email specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_reset_password.js:60
|
||||
msgid "passwords do not match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/complete_sign_up.js:42
|
||||
msgid "no uid specified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:187 app/scripts/lib/strings.js:18
|
||||
msgid "Valid email required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:193 app/scripts/lib/strings.js:23
|
||||
#: app/scripts/templates/change_password.mustache:10
|
||||
#: app/scripts/templates/complete_reset_password.mustache:9
|
||||
#: app/scripts/templates/sign_up.mustache:8
|
||||
msgid "Must be at least 8 characters"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/form.js:194 app/scripts/lib/strings.js:19
|
||||
msgid "Valid password required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_in.js:90
|
||||
msgid "Unknown account. <a href=\"/signup\">Sign up</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:71 app/scripts/lib/strings.js:24
|
||||
msgid "Year of birth required"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/views/sign_up.js:131
|
||||
msgid "Account already exists. <a href=\"/signin\">Sign in</a>"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:40
|
||||
msgid "Unexpected error"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:41
|
||||
msgid "Invalid authentication token in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:42
|
||||
msgid "Invalid timestamp in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:43
|
||||
msgid "Invalid nonce in request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:44 app/scripts/lib/strings.js:25
|
||||
msgid "Account already exists"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:45
|
||||
msgid "Unknown account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:46
|
||||
msgid "Incorrect email case"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:47
|
||||
msgid "Incorrect password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:48
|
||||
msgid "Unverified account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:49
|
||||
msgid "Invalid verification code"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:50
|
||||
msgid "Invalid JSON in request body"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:51
|
||||
msgid "Invalid parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:52
|
||||
msgid "Missing parameter in request body: %(param)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:53
|
||||
msgid "Invalid request signature"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:54
|
||||
msgid "Missing content-length header"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:55
|
||||
msgid "Request body too large"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:56
|
||||
msgid "Client has sent too many requests"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:57
|
||||
msgid "Service unavailable"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/auth-errors.js:58
|
||||
msgid "This endpoint is no longer supported"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:20
|
||||
msgid "Invalid password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:21
|
||||
msgid "Invalid email and password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:22
|
||||
msgid "Invalid email or password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:26
|
||||
msgid "Old password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:27
|
||||
msgid "New password invalid"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:28
|
||||
msgid "Passwords don't match"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:29
|
||||
msgid "Please enter an email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/lib/strings.js:30
|
||||
msgid "Cannot connect to the internet"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:1
|
||||
#: app/scripts/templates/change_password.mustache:1
|
||||
#: app/scripts/templates/complete_reset_password.mustache:1
|
||||
#: app/scripts/templates/complete_sign_up.mustache:1
|
||||
#: app/scripts/templates/confirm.mustache:1
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:1
|
||||
#: app/scripts/templates/delete_account.mustache:1
|
||||
#: app/scripts/templates/pp.mustache:1
|
||||
#: app/scripts/templates/reset_password.mustache:1
|
||||
#: app/scripts/templates/reset_password_complete.mustache:1
|
||||
#: app/scripts/templates/settings.mustache:1
|
||||
#: app/scripts/templates/sign_in.mustache:1
|
||||
#: app/scripts/templates/sign_up.mustache:1
|
||||
#: app/scripts/templates/tos.mustache:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:2
|
||||
msgid "Cannot create account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:3
|
||||
msgid ""
|
||||
"You must meet certain age requirements to create a Firefox Account."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/cannot_create_account.mustache:4
|
||||
msgid "Learn more."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:2
|
||||
#: app/scripts/templates/settings.mustache:5
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:3
|
||||
msgid "Password changed"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:4
|
||||
msgid "Old password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:6
|
||||
#: app/scripts/templates/change_password.mustache:9
|
||||
#: app/scripts/templates/complete_reset_password.mustache:5
|
||||
#: app/scripts/templates/complete_reset_password.mustache:8
|
||||
#: app/scripts/templates/delete_account.mustache:7
|
||||
#: app/scripts/templates/sign_in.mustache:11
|
||||
#: app/scripts/templates/sign_up.mustache:7
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:7
|
||||
msgid "New password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:11
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/change_password.mustache:12
|
||||
#: app/scripts/templates/delete_account.mustache:9
|
||||
#: app/scripts/templates/pp.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:6
|
||||
#: app/scripts/templates/reset_password.mustache:8
|
||||
#: app/scripts/templates/tos.mustache:4
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:2
|
||||
#: app/scripts/templates/reset_password.mustache:2
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:3
|
||||
#: app/scripts/templates/delete_account.mustache:5
|
||||
#: app/scripts/templates/sign_in.mustache:8
|
||||
#: app/scripts/templates/sign_up.mustache:4
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:6
|
||||
msgid "Repeat Password"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_reset_password.mustache:10
|
||||
#: app/scripts/templates/reset_password.mustache:5
|
||||
#: app/scripts/templates/sign_up.mustache:29
|
||||
msgid "Next"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:2
|
||||
msgid "Account verified"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:3
|
||||
#: app/scripts/templates/reset_password_complete.mustache:3
|
||||
msgid "Success"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:4
|
||||
#: app/scripts/templates/reset_password_complete.mustache:4
|
||||
msgid "You are now ready to use %(service)s."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/complete_sign_up.mustache:6
|
||||
#: app/scripts/templates/reset_password_complete.mustache:6
|
||||
msgid "Your account is ready!"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:2
|
||||
msgid "Confirm your account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:3
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:3
|
||||
msgid "Email Sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:4
|
||||
msgid "A verification link has been sent to: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:5
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:5
|
||||
msgid "Resend email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm.mustache:6
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:6
|
||||
msgid "Email resent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:2
|
||||
msgid "Reset email sent"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/confirm_reset_password.mustache:4
|
||||
msgid "A reset link has been sent to %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:2
|
||||
msgid "Delete account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:3
|
||||
msgid ""
|
||||
"Are you sure you want to delete your account? This action cannot be undone."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:4
|
||||
#: app/scripts/templates/reset_password.mustache:4
|
||||
#: app/scripts/templates/sign_in.mustache:6
|
||||
#: app/scripts/templates/sign_up.mustache:3
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/delete_account.mustache:8
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:2 app/scripts/templates/tos.mustache:2
|
||||
msgid "Firefox cloud services"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/pp.mustache:3
|
||||
msgid "Privacy Notice"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password.mustache:3
|
||||
msgid "Enter your email to reset the account password."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/reset_password_complete.mustache:2
|
||||
msgid "Password reset"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:2
|
||||
msgid "Manage account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:3
|
||||
msgid "You are signed in as: %(email)s"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/settings.mustache:4
|
||||
msgid "Sign out"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:2
|
||||
#: app/scripts/templates/sign_in.mustache:12
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:3
|
||||
msgid "Sign in to continue"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:13
|
||||
#: app/scripts/templates/sign_in.mustache:15
|
||||
msgid "Forgot password?"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:14
|
||||
msgid "Create an account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_in.mustache:17
|
||||
#: app/scripts/templates/sign_up.mustache:28
|
||||
msgid ""
|
||||
"By proceeding, I agree to the <a id=\"fxa-tos\" href=\"/legal/terms\">Terms "
|
||||
"of Service</a> and <a id=\"fxa-pp\" href=\"/legal/privacy\">Privacy Notice</"
|
||||
"a> of Firefox cloud services."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:2
|
||||
msgid "Create a Firefox account"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:9
|
||||
msgid "Year of birth"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:10
|
||||
msgid "1990 or earlier"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:30
|
||||
msgid "Choose what to sync"
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/sign_up.mustache:32
|
||||
msgid "Already have an account? Sign in."
|
||||
msgstr ""
|
||||
|
||||
#: app/scripts/templates/tos.mustache:3
|
||||
msgid "Terms of Service"
|
||||
msgstr ""
|
|
@ -1,55 +0,0 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"POT-Creation-Date: 2014-02-19 21:13+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"Language: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain;\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: server/templates/email/reset.html:1 server/templates/email/reset.html:2
|
||||
#: server/templates/email/reset.txt:1 server/templates/email/verify.html:1
|
||||
#: server/templates/email/verify.html:2 server/templates/email/verify.txt:1
|
||||
msgid "Firefox Accounts"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:3 server/templates/email/reset.txt:2
|
||||
msgid "A request to reset the password for %(email)s has been made."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:4
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.html:5 server/templates/email/reset.txt:4
|
||||
#: server/templates/email/verify.html:5 server/templates/email/verify.txt:4
|
||||
msgid "If you received this email in error, no action is required."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/reset.txt:3
|
||||
msgid "Reset password:"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:3 server/templates/email/verify.txt:2
|
||||
msgid ""
|
||||
"Congratulations! %(email)s, you are seconds away from verifying your Firefox "
|
||||
"Account."
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.html:4
|
||||
msgid "Verify"
|
||||
msgstr ""
|
||||
|
||||
#: server/templates/email/verify.txt:3
|
||||
msgid "Verify:"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:30
|
||||
msgid "Confirm Your Account"
|
||||
msgstr ""
|
||||
|
||||
#: server/lib/templates.js:35
|
||||
msgid "Reset Password Request"
|
||||
msgstr ""
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"env": "development",
|
||||
"use_https": false,
|
||||
"supported_languages": ["en-US"],
|
||||
"supported_languages": ["af", "an", "ar", "as", "ast", "be", "bg", "bn-BD", "bn-IN", "br", "bs", "ca", "cs", "cy", "da", "de", "el", "en-GB", "en-US", "en-ZA", "eo", "es", "es-AR", "es-CL", "es-ES", "es-MX", "et", "eu", "fa", "ff", "fi", "fr", "fy", "fy-NL", "ga", "ga-IE", "gd", "gl", "gu", "gu-IN", "he", "hi-IN", "hr", "ht", "hu", "hy-AM", "id", "is", "it", "ja", "kk", "km", "kn", "ko", "ku", "lij", "linux", "lt", "lv", "mai", "mk", "ml", "mr", "ms", "nb-NO", "ne-NP", "nl", "nn-NO", "or", "osx", "pa", "pa-IN", "pl", "pt", "pt-BR", "pt-PT", "rm", "ro", "ru", "si", "sk", "sl", "son", "sq", "sr", "sr-CYRL", "sr-LATN", "sv", "sv-SE", "ta", "te", "th", "tr", "uk", "ur", "vi", "win32", "xh", "zh-CN", "zh-TW", "zu"],
|
||||
"route_log_format": "dev_fxa",
|
||||
"static_directory": "app"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче