diff options
author | gorhill <rhill@raymondhill.net> | 2015-06-08 08:25:01 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-06-08 08:25:01 -0400 |
commit | e5a71b5c318e68e75233376bb5c9ef3305bb5e9c (patch) | |
tree | e14a514839c808e027cabfbecc70bc74d71ae58c /src/_locales/de | |
parent | b51e951536170b3ee400143c8fa31d3f99e8f097 (diff) | |
download | uBlock-e5a71b5c318e68e75233376bb5c9ef3305bb5e9c.zip uBlock-e5a71b5c318e68e75233376bb5c9ef3305bb5e9c.tar.gz uBlock-e5a71b5c318e68e75233376bb5c9ef3305bb5e9c.tar.bz2 |
translation work from https://crowdin.com/project/ublock
Diffstat (limited to 'src/_locales/de')
-rw-r--r-- | src/_locales/de/messages.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json index c8b0bc6..9eb7c5d 100644 --- a/src/_locales/de/messages.json +++ b/src/_locales/de/messages.json @@ -416,43 +416,43 @@ "description":"Small header to identify the dynamic URL filtering section" }, "loggerStaticFilteringHeader":{ - "message":"Static filtering", + "message":"Statische Filter", "description":"Small header to identify the static filtering section" }, "loggerStaticFilteringSentence":{ - "message":"{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.", + "message":"{{action}} Netzwerkanfragen {{type}} {{br}}deren URL-Adresse mit {{url}} übereinstimmt{{br}} und von {{origin}} stammen,{{br}}{{importance}} ein übereinstimmender Ausnahme-Filter existiert.", "description":"Used in the static filtering wizard" }, "loggerStaticFilteringSentencePartBlock":{ - "message":"Block", + "message":"Blockiere", "description":"Used in the static filtering wizard" }, "loggerStaticFilteringSentencePartAllow":{ - "message":"Allow", + "message":"Erlaube", "description":"Used in the static filtering wizard" }, "loggerStaticFilteringSentencePartType":{ - "message":"type “{{type}}”", + "message":"vom Typ \"{{type}}\"", "description":"Used in the static filtering wizard" }, "loggerStaticFilteringSentencePartAnyType":{ - "message":"any type", + "message":"aller Typen", "description":"Used in the static filtering wizard" }, "loggerStaticFilteringSentencePartOrigin":{ - "message":"from “{{origin}}”", + "message":"\"{{origin}}\"", "description":"Used in the static filtering wizard" }, "loggerStaticFilteringSentencePartAnyOrigin":{ - "message":"from anywhere", + "message":"überall", "description":"Used in the static filtering wizard" }, "loggerStaticFilteringSentencePartNotImportant":{ - "message":"except when", + "message":"außer wenn", "description":"Used in the static filtering wizard" }, "loggerStaticFilteringSentencePartImportant":{ - "message":"even if", + "message":"selbst wenn", "description":"Used in the static filtering wizard" }, "aboutChangelog":{ |