summaryrefslogtreecommitdiffstats
path: root/l10n-lv/devtools/client/application.ftl
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:40:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:40:09 +0000
commitc1701504b2366542c32c5e6eeff1ba62cc75f8f6 (patch)
tree81b15ef2846efcdbb09422dd283399e769cb7ef9 /l10n-lv/devtools/client/application.ftl
parentReleasing progress-linux version 115.10.0esr-1~progress7.99u1. (diff)
downloadfirefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.tar.xz
firefox-esr-c1701504b2366542c32c5e6eeff1ba62cc75f8f6.zip
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--l10n-lv/devtools/client/application.ftl12
1 files changed, 4 insertions, 8 deletions
diff --git a/l10n-lv/devtools/client/application.ftl b/l10n-lv/devtools/client/application.ftl
index 2e16bc0295..7c23384968 100644
--- a/l10n-lv/devtools/client/application.ftl
+++ b/l10n-lv/devtools/client/application.ftl
@@ -13,23 +13,21 @@
### best documentation on web development on the web.
# Header for the list of Service Workers displayed in the application panel for the current page.
-serviceworker-list-header = Pakalpojumu darbinieki
-
+serviceworker-list-header = Pakalpojumu strādņi
# Text displayed next to the list of Service Workers to encourage users to check out
# about:debugging to see all registered Service Workers.
-serviceworker-list-aboutdebugging = Atveriet <a>about:debugging</a>, lai aplūkotu pakalpojumu darbiniekus no citiem domēniem
-
+serviceworker-list-aboutdebugging = Atveriet <a>about:debugging</a>, lai aplūkotu pakalpojumu strādņus no citiem domēniem
# Text for the button to unregister a Service Worker. Displayed for active Service Workers.
serviceworker-worker-unregister = Atreģistrēt
-
# Text for the debug link displayed for an already started Service Worker. Clicking on the
# link opens a new devtools toolbox for this service worker. The title attribute is only
# displayed when the link is disabled.
serviceworker-worker-debug = Atkļūdošana
.title = Atkļūdot var tikai pakalpojumu darbiniekus, kas darobjas
-
# Text displayed for the updated time of the service worker. The <time> element will
# display the last update time of the service worker script.
+# Variables:
+# $date (date) - Update date
serviceworker-worker-updated = Atjaunināts <time>{ DATETIME($date, month: "long", year: "numeric", day: "numeric", hour: "numeric", minute: "numeric", second: "numeric") }</time>
## Service Worker status strings: all serviceworker-worker-status-* strings are also
@@ -38,7 +36,5 @@ serviceworker-worker-updated = Atjaunināts <time>{ DATETIME($date, month: "long
# Service Worker status. A running service worker is registered, currently executed, can
# be debugged and stopped.
serviceworker-worker-status-running = Darbojas
-
# Service Worker status. A stopped service worker is registered but not currently active.
serviceworker-worker-status-stopped = Apturēts
-