services/sync/locales/en-US/errors.properties

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 # This Source Code Form is subject to the terms of the Mozilla Public
michael@0 2 # License, v. 2.0. If a copy of the MPL was not distributed with this
michael@0 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
michael@0 4
michael@0 5 error.login.reason.network = Failed to connect to the server
michael@0 6 error.login.reason.recoverykey = Wrong Recovery Key
michael@0 7 error.login.reason.account = Incorrect account name or password
michael@0 8 error.login.reason.no_username = Missing account name
michael@0 9 error.login.reason.no_password2 = Missing password
michael@0 10 error.login.reason.no_recoverykey= No saved Recovery Key to use
michael@0 11 error.login.reason.server = Server incorrectly configured
michael@0 12
michael@0 13 error.sync.failed_partial = One or more data types could not be synced
michael@0 14 # LOCALIZATION NOTE (error.sync.reason.serverMaintenance): We removed the extraneous period from this string
michael@0 15 error.sync.reason.serverMaintenance = Firefox Sync server maintenance is underway, syncing will resume automatically
michael@0 16
michael@0 17 invalid-captcha = Incorrect words, try again
michael@0 18 weak-password = Use a stronger password
michael@0 19
michael@0 20 # this is the fallback, if we hit an error we didn't bother to localize
michael@0 21 error.reason.unknown = Unknown error
michael@0 22
michael@0 23 change.password.pwSameAsPassword = Password can't match current password
michael@0 24 change.password.pwSameAsUsername = Password can't match your user name
michael@0 25 change.password.pwSameAsEmail = Password can't match your email address
michael@0 26 change.password.mismatch = The passwords entered do not match
michael@0 27 change.password.tooShort = The password entered is too short

mercurial