diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-nl/toolkit/toolkit/contentanalysis/contentanalysis.ftl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/l10n-nl/toolkit/toolkit/contentanalysis/contentanalysis.ftl b/l10n-nl/toolkit/toolkit/contentanalysis/contentanalysis.ftl new file mode 100644 index 0000000000..fe4f945f74 --- /dev/null +++ b/l10n-nl/toolkit/toolkit/contentanalysis/contentanalysis.ftl @@ -0,0 +1,25 @@ +# 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/. + +contentanalysis-alert-title = Inhoudsanalyse +# Variables: +# $content - Description of the content being warned about, such as "clipboard" or "aFile.txt" +contentanalysis-slow-agent-notification = Voor bron ‘{ $content }’ duurt het lang voordat het hulpprogramma Inhoudsanalyse reageert +contentanalysis-slow-agent-dialog-title = Inhoudsanalyse wordt uitgevoerd +# Variables: +# $content - Description of the content being warned about, such as "clipboard" or "aFile.txt" +contentanalysis-slow-agent-dialog-body = Inhoudsanalyse analyseert bron ‘{ $content }’ +contentanalysis-operationtype-clipboard = klembord +contentanalysis-operationtype-dropped-text = geplakte tekst +contentanalysis-notification-title = Inhoudsanalyse +# Variables: +# $content - Description of the content being reported, such as "clipboard" or "aFile.txt" +# $response - The response received from the content analysis agent, such as "REPORT_ONLY" +contentanalysis-genericresponse-message = Inhoudsanalyse antwoordde met { $response } voor bron: { $content } +# Variables: +# $content - Description of the content being blocked, such as "clipboard" or "aFile.txt" +contentanalysis-block-message = Uw organisatie gebruikt software voor het voorkomen van gegevensverlies die de volgende inhoud heeft geblokkeerd: { $content }. +# Variables: +# $content - Description of the content being blocked, such as "clipboard" or "aFile.txt" +contentanalysis-error-message = Er is een fout opgetreden bij de communicatie met de software voor het voorkomen van gegevensverlies. Overdracht geweigerd voor bron: { $content }. |