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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/services/sync/locales/en-US/errors.properties	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,27 @@
     1.4 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.7 +
     1.8 +error.login.reason.network      = Failed to connect to the server
     1.9 +error.login.reason.recoverykey  = Wrong Recovery Key
    1.10 +error.login.reason.account      = Incorrect account name or password
    1.11 +error.login.reason.no_username  = Missing account name
    1.12 +error.login.reason.no_password2 = Missing password
    1.13 +error.login.reason.no_recoverykey= No saved Recovery Key to use
    1.14 +error.login.reason.server       = Server incorrectly configured
    1.15 +
    1.16 +error.sync.failed_partial            = One or more data types could not be synced
    1.17 +# LOCALIZATION NOTE (error.sync.reason.serverMaintenance): We removed the extraneous period from this string
    1.18 +error.sync.reason.serverMaintenance  = Firefox Sync server maintenance is underway, syncing will resume automatically
    1.19 +
    1.20 +invalid-captcha = Incorrect words, try again
    1.21 +weak-password   = Use a stronger password
    1.22 +
    1.23 +# this is the fallback, if we hit an error we didn't bother to localize
    1.24 +error.reason.unknown          = Unknown error
    1.25 +
    1.26 +change.password.pwSameAsPassword     = Password can't match current password
    1.27 +change.password.pwSameAsUsername     = Password can't match your user name
    1.28 +change.password.pwSameAsEmail        = Password can't match your email address
    1.29 +change.password.mismatch             = The passwords entered do not match
    1.30 +change.password.tooShort             = The password entered is too short

mercurial