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
This commit is contained in:
Francesco Lodolo (:flod) 2017-12-08 13:23:16 +01:00
Родитель f8fdec5746
Коммит 58e2ec3e04
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -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 workers 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".