summaryrefslogtreecommitdiffstats
path: root/thunderbird-l10n/pt-PT/localization/pt-PT/toolkit/global/processTypes.ftl
diff options
context:
space:
mode:
Diffstat (limited to 'thunderbird-l10n/pt-PT/localization/pt-PT/toolkit/global/processTypes.ftl')
-rw-r--r--thunderbird-l10n/pt-PT/localization/pt-PT/toolkit/global/processTypes.ftl61
1 files changed, 61 insertions, 0 deletions
diff --git a/thunderbird-l10n/pt-PT/localization/pt-PT/toolkit/global/processTypes.ftl b/thunderbird-l10n/pt-PT/localization/pt-PT/toolkit/global/processTypes.ftl
new file mode 100644
index 0000000000..7ffefefe62
--- /dev/null
+++ b/thunderbird-l10n/pt-PT/localization/pt-PT/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 = Conteúdo web
+
+# process used to run privileged about pages,
+# such as about:home
+process-type-privilegedabout = About privilegiado
+
+# process used to run privileged mozilla pages,
+# such as accounts.firefox.com
+process-type-privilegedmozilla = Conteúdo Mozilla privilegiado
+
+process-type-extension = Extensão
+
+# process used to open file:// URLs
+process-type-file = Ficheiro local
+
+# process used to isolate a webpage from other web pages
+# to improve security
+process-type-webisolated = Conteúdo web isolado
+
+# process used to isolate a ServiceWorker to improve
+# performance
+process-type-webserviceworker = Service worker isolado
+
+# process preallocated; may change to other types
+process-type-prealloc = Pré-alocado
+
+##
+## Localization for Gecko process types defined in GeckoProcessTypes.h
+##
+
+process-type-default = Principal
+process-type-tab = Separador
+
+# process used to communicate with the GPU for
+# graphics acceleration
+process-type-gpu = GPU
+
+# process used to perform network operations
+process-type-socket = Socket
+
+# process used to decode media
+process-type-rdd = RDD
+
+# process used to run some IPC actor in their own sandbox
+process-type-utility = Ator IPC em sandbox
+
+##
+## Other
+##
+
+# fallback
+process-type-unknown = Desconhecido