From 6bf0a5cb5034a7e684dcc3500e841785237ce2dd Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 19:32:43 +0200 Subject: Adding upstream version 1:115.7.0. Signed-off-by: Daniel Baumann --- .../is/toolkit/global/processTypes.ftl | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 thunderbird-l10n/is/localization/is/toolkit/global/processTypes.ftl (limited to 'thunderbird-l10n/is/localization/is/toolkit/global/processTypes.ftl') diff --git a/thunderbird-l10n/is/localization/is/toolkit/global/processTypes.ftl b/thunderbird-l10n/is/localization/is/toolkit/global/processTypes.ftl new file mode 100644 index 0000000000..2861c14c99 --- /dev/null +++ b/thunderbird-l10n/is/localization/is/toolkit/global/processTypes.ftl @@ -0,0 +1,61 @@ +# 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/. + + +## +## Localization for remote types defined in RemoteType.h +## + +process-type-web = Vefefni + +# process used to run privileged about pages, +# such as about:home +process-type-privilegedabout = Forréttindi þarf fyrir 'about'-síður + +# process used to run privileged mozilla pages, +# such as accounts.firefox.com +process-type-privilegedmozilla = Efni sem Mozilla gefur forgang + +process-type-extension = Viðbót + +# process used to open file:// URLs +process-type-file = Staðbundin skrá + +# process used to isolate a webpage from other web pages +# to improve security +process-type-webisolated = Einangrað vefefni + +# process used to isolate a ServiceWorker to improve +# performance +process-type-webserviceworker = Einangrað Service Worker þjónustuferli + +# process preallocated; may change to other types +process-type-prealloc = Forúthlutað + +## +## Localization for Gecko process types defined in GeckoProcessTypes.h +## + +process-type-default = Aðal +process-type-tab = Flipi + +# process used to communicate with the GPU for +# graphics acceleration +process-type-gpu = GPU + +# process used to perform network operations +process-type-socket = Sökkull + +# process used to decode media +process-type-rdd = RDD + +# process used to run some IPC actor in their own sandbox +process-type-utility = Einangraðar IPC-aðgerðir + +## +## Other +## + +# fallback +process-type-unknown = Óþekkt -- cgit v1.2.3