From 95ce3a60f06c9ae534c6e44416eefb17de31d71b Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sat, 9 Jun 2018 07:57:56 +0200 Subject: [PALEMOON] [frontend vs backend] Sync - add missed strings in sync.properties Issue #308 --- services/sync/locales/en-US/sync.properties | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) (limited to 'services/sync/locales') diff --git a/services/sync/locales/en-US/sync.properties b/services/sync/locales/en-US/sync.properties index d00183118..a1a6f76b2 100644 --- a/services/sync/locales/en-US/sync.properties +++ b/services/sync/locales/en-US/sync.properties @@ -12,14 +12,33 @@ lastSync2.label = Last sync: %S # not configured. signInToSync.description = Sign In To Sync +error.login.title = Error While Signing In +error.login.description = Sync encountered an error while connecting: %1$S. Please try again. +error.login.prefs.label = Preferences… +error.login.prefs.accesskey = P +# should decide if we're going to show this +error.logout.title = Error While Signing Out +error.logout.description = Sync encountered an error while connecting. It's probably ok, and you don't have to do anything about it. error.sync.title = Error While Syncing error.sync.description = Sync encountered an error while syncing: %1$S. Sync will automatically retry this action. +error.sync.prolonged_failure = Sync has not been able to complete during the last %1$S days. Please check your network settings. +error.sync.serverStatusButton.label = Server Status +error.sync.serverStatusButton.accesskey = V +error.sync.needUpdate.description = You need to update Sync to continue syncing your data. +error.sync.needUpdate.label = Update Sync +error.sync.needUpdate.accesskey = U +error.sync.tryAgainButton.label = Sync Now +error.sync.tryAgainButton.accesskey = S +warning.sync.quota.label = Approaching Server Quota +warning.sync.quota.description = You are approaching the server quota. Please review which data to sync. +error.sync.viewQuotaButton.label = View Quota +error.sync.viewQuotaButton.accesskey = V warning.sync.eol.label = Service Shutting Down -# %1: the app name (Firefox) -warning.sync.eol.description = Your Firefox Sync service is shutting down soon. Upgrade %1$S to keep syncing. +# %1: the app name (Basilisk) +warning.sync.eol.description = Your Sync service is shutting down soon. Upgrade %1$S to keep syncing. error.sync.eol.label = Service Unavailable -# %1: the app name (Firefox) -error.sync.eol.description = Your Firefox Sync service is no longer available. You need to upgrade %1$S to keep syncing. +# %1: the app name (Basilisk) +error.sync.eol.description = Your Sync service is no longer available. You need to upgrade %1$S to keep syncing. sync.eol.learnMore.label = Learn more sync.eol.learnMore.accesskey = L -- cgit v1.2.3 From 00e1f4f566f73a4dc0652a2c993d3bde8c276e92 Mon Sep 17 00:00:00 2001 From: JustOff Date: Wed, 20 Jun 2018 18:36:56 +0300 Subject: Fix misc regressions in en-US locale --- services/sync/locales/en-US/errors.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'services/sync/locales') diff --git a/services/sync/locales/en-US/errors.properties b/services/sync/locales/en-US/errors.properties index 3dfa074bc..f67f5ea1c 100644 --- a/services/sync/locales/en-US/errors.properties +++ b/services/sync/locales/en-US/errors.properties @@ -12,7 +12,7 @@ error.login.reason.server = Server incorrectly configured error.sync.failed_partial = One or more data types could not be synced # LOCALIZATION NOTE (error.sync.reason.serverMaintenance): We removed the extraneous period from this string -error.sync.reason.serverMaintenance = Firefox Sync server maintenance is underway, syncing will resume automatically +error.sync.reason.serverMaintenance = Sync server maintenance is underway, syncing will resume automatically invalid-captcha = Incorrect words, try again weak-password = Use a stronger password -- cgit v1.2.3