From 58e2ec3e04a9edac765b2d9c473dd8e432a77d7f Mon Sep 17 00:00:00 2001 From: "Francesco Lodolo (:flod)" Date: Fri, 8 Dec 2017 13:23:16 +0100 Subject: [PATCH] Bug 1424212 - Improve wording for ServiceWorkerPostMessageStorageError, remove unnecessary localization comments r=bkelly Follow-up to bug 1418376 MozReview-Commit-ID: wfpzFEKClC --HG-- extra : rebase_source : 4838c2a99adb4fccbc883fc5875dd01bf94c78b0 --- dom/locales/en-US/chrome/dom/dom.properties | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dom/locales/en-US/chrome/dom/dom.properties b/dom/locales/en-US/chrome/dom/dom.properties index 72b166c70243..9727adf47145 100644 --- a/dom/locales/en-US/chrome/dom/dom.properties +++ b/dom/locales/en-US/chrome/dom/dom.properties @@ -223,12 +223,10 @@ ServiceWorkerRegisterNetworkError=Failed to register/update a ServiceWorker for ServiceWorkerRegisterMimeTypeError=Failed to register/update a ServiceWorker for scope ‘%1$S’: Bad Content-Type of ‘%2$S’ received for script ‘%3$S’. Must be ‘text/javascript’, ‘application/x-javascript’, or ‘application/javascript’. # LOCALIZATION NOTE: Do not translate "ServiceWorker". %S is a URL representing the scope of the ServiceWorker. ServiceWorkerRegisterStorageError=Failed to register/update a ServiceWorker for scope ‘%S’: Storage access is restricted in this context due to user settings or private browsing mode. -# LOCALIZATION NOTE: Do not translate "ServiceWorker". ServiceWorkerGetRegistrationStorageError=Failed to get service worker registration(s): Storage access is restricted in this context due to user settings or private browsing mode. -# LOCALIZATION NOTE: Do not translate "ServiceWorker". ServiceWorkerGetClientStorageError=Failed to get service worker’s client(s): Storage access is restricted in this context due to user settings or private browsing mode. -# LOCALIZATION NOTE: Do not translate "ServiceWorker". %S is a URL representing the scope of the ServiceWorker. -ServiceWorkerPostMessageStorageError=The ServiceWorker for scope ‘%S’ fail to postMessage because storage access is restricted in this context due to user settings or private browsing mode. +# LOCALIZATION NOTE: Do not translate "ServiceWorker" and "postMessage". %S is a URL representing the scope of the ServiceWorker. +ServiceWorkerPostMessageStorageError=The ServiceWorker for scope ‘%S’ failed to execute ‘postMessage‘ because storage access is restricted in this context due to user settings or private browsing mode. # LOCALIZATION NOTE: Do not translate "ServiceWorker". %1$S is a URL representing the scope of the ServiceWorker. ServiceWorkerGraceTimeoutTermination=Terminating ServiceWorker for scope ‘%1$S’ with pending waitUntil/respondWith promises because of grace timeout. # LOCALIZATION NOTE (ServiceWorkerNoFetchHandler): Do not translate "Fetch".