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

Thu, 22 Jan 2015 13:21:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 22 Jan 2015 13:21:57 +0100
branch
TOR_BUG_9701
changeset 15
b8a032363ba2
permissions
-rw-r--r--

Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6

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

mercurial