diff options
Diffstat (limited to 'l10n-nl/browser/browser/browser.ftl')
-rw-r--r-- | l10n-nl/browser/browser/browser.ftl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/l10n-nl/browser/browser/browser.ftl b/l10n-nl/browser/browser/browser.ftl index 1640c01508..c4f5c20804 100644 --- a/l10n-nl/browser/browser/browser.ftl +++ b/l10n-nl/browser/browser/browser.ftl @@ -605,6 +605,12 @@ urlbar-result-action-copy-to-clipboard = Kopiëren # $result (String): the string representation for a formula result urlbar-result-action-calculator-result = = { $result } +## Strings used for buttons in the urlbar + +# Label prompting user to search with a particular search engine. +# $engine (String): the name of a search engine that searches a specific site +urlbar-result-search-with = Zoeken met { $engine } + ## Action text shown in urlbar results, usually appended after the search ## string or the url, like "result value - action text". ## In these actions "Search" is a verb, followed by where the search is performed. @@ -911,6 +917,15 @@ data-reporting-notification-button = .accesskey = K # Label for the indicator shown in the private browsing window titlebar. private-browsing-indicator-label = Privénavigatie +# Tooltip for the indicator shown in the window titlebar when content analysis is active. +# Variables: +# $agentName (String): The name of the DLP agent that is connected +content-analysis-indicator-tooltip = + .tooltiptext = Voorkomen van gegevensverlies (Data Loss Prevention – DLP) door { $agentName }. Klik voor meer info. +content-analysis-panel-title = Gegevensbescherming +# Variables: +# $agentName (String): The name of the DLP agent that is connected +content-analysis-panel-text = Uw organisatie gebruikt { $agentName } om u te beschermen tegen gegevensverlies. <a data-l10n-name="info">Meer info</a> ## Unified extensions (toolbar) button |