diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:22:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 05:22:11 +0000 |
commit | 724b36b7051c0d9190cbd8854ba5919904967c11 (patch) | |
tree | 8996ac57bf70972bf524e865e0845cd54aab6f6b /l10n-lv/devtools/client/application.ftl | |
parent | Releasing progress-linux version 115.10.0esr-1~deb12u1progress7u1. (diff) | |
download | firefox-esr-724b36b7051c0d9190cbd8854ba5919904967c11.tar.xz firefox-esr-724b36b7051c0d9190cbd8854ba5919904967c11.zip |
Merging upstream version 115.11.0esr.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-lv/devtools/client/application.ftl')
-rw-r--r-- | l10n-lv/devtools/client/application.ftl | 12 |
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 - |