blob: 34609f75b73e9dd544cf00af4aa7d351acd79dcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
title = Origin: %S
# LOCALIZATION NOTE: %1$S is brandShortName, %2$2 is the application ID, and $%$3 is true/false value.
# LOCALIZATION NOTE: the term "InBrowserElement" should not be translated
b2gtitle = %1$S Application ID %2$S - InBrowserElement %3$S
scope = Scope:
scriptSpec = Script Spec:
# LOCALIZATION NOTE: the term "Worker" should not be translated.
currentWorkerURL = Current Worker URL:
activeCacheName = Active Cache Name:
waitingCacheName = Waiting Cache Name:
true = true
false = false
# LOCALIZATION NOTE this term is used as a button label (verb, not noun).
update = Update
unregister = Unregister
waiting = Waiting…
# LOCALIZATION NOTE: the term "Service Worker" should not translated.
unregisterError = Failed to unregister this Service Worker.
pushEndpoint = Push Endpoint:
|