services/sync/locales/en-US/sync.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

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 # %1: the user name (Ed), %2: the app name (Firefox), %3: the operating system (Android)
michael@0 6 client.name2 = %1$S's %2$S on %3$S
michael@0 7
michael@0 8 # %S is the date and time at which the last sync successfully completed
michael@0 9 lastSync2.label = Last sync: %S
michael@0 10
michael@0 11 mobile.label = Mobile Bookmarks
michael@0 12
michael@0 13 remote.pending.label = Remote tabs are being synced…
michael@0 14 remote.missing2.label = Sync your other devices again to access their tabs
michael@0 15 remote.opened.label = All remote tabs are already open
michael@0 16 remote.notification.label = Recent desktop tabs will be available once they sync
michael@0 17
michael@0 18 error.login.title = Error While Signing In
michael@0 19 error.login.description = Sync encountered an error while connecting: %1$S. Please try again.
michael@0 20 error.login.prefs.label = Preferences…
michael@0 21 error.login.prefs.accesskey = P
michael@0 22 # should decide if we're going to show this
michael@0 23 error.logout.title = Error While Signing Out
michael@0 24 error.logout.description = Sync encountered an error while connecting. It's probably ok, and you don't have to do anything about it.
michael@0 25 error.sync.title = Error While Syncing
michael@0 26 error.sync.description = Sync encountered an error while syncing: %1$S. Sync will automatically retry this action.
michael@0 27 error.sync.prolonged_failure = Sync has not been able to complete during the last %1$S days. Please check your network settings.
michael@0 28 error.sync.serverStatusButton.label = Server Status
michael@0 29 error.sync.serverStatusButton.accesskey = V
michael@0 30 error.sync.needUpdate.description = You need to update Firefox Sync to continue syncing your data.
michael@0 31 error.sync.needUpdate.label = Update Firefox Sync
michael@0 32 error.sync.needUpdate.accesskey = U
michael@0 33 error.sync.tryAgainButton.label = Sync Now
michael@0 34 error.sync.tryAgainButton.accesskey = S
michael@0 35 warning.sync.quota.label = Approaching Server Quota
michael@0 36 warning.sync.quota.description = You are approaching the server quota. Please review which data to sync.
michael@0 37 error.sync.quota.label = Server Quota Exceeded
michael@0 38 error.sync.quota.description = Sync failed because it exceeded the server quota. Please review which data to sync.
michael@0 39 error.sync.viewQuotaButton.label = View Quota
michael@0 40 error.sync.viewQuotaButton.accesskey = V
michael@0 41 warning.sync.eol.label = Service Shutting Down
michael@0 42 # %1: the app name (Firefox)
michael@0 43 warning.sync.eol.description = Your Firefox Sync service is shutting down soon. Upgrade %1$S to keep syncing.
michael@0 44 error.sync.eol.label = Service Unavailable
michael@0 45 # %1: the app name (Firefox)
michael@0 46 error.sync.eol.description = Your Firefox Sync service is no longer available. You need to upgrade %1$S to keep syncing.
michael@0 47 sync.eol.learnMore.label = Learn more
michael@0 48 sync.eol.learnMore.accesskey = L

mercurial