Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit ce5a54a

Browse files
committed
first commit
1 parent 11eef64 commit ce5a54a

File tree

1 file changed

+217
-0
lines changed

1 file changed

+217
-0
lines changed

_locales/de/messages.json

Lines changed: 217 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,217 @@
1+
{
2+
"extName": {
3+
"message": "HTTP Switchboard",
4+
"description": "extension name."
5+
},
6+
"extShortDesc": {
7+
"message": "Point & click to forbid/allow any class of requests made by your browser. Use it to block scripts, iframes, ads, facebook, etc.",
8+
"description": "this will in chrome web store"
9+
},
10+
"ruleManagerPageName": {
11+
"message": "Rule manager",
12+
"description": "the name of Rule Manager page."
13+
},
14+
"statsPageName": {
15+
"message": "Statistics",
16+
"description": "the name of the Statistics page."
17+
},
18+
"settingsPageName": {
19+
"message": "Settings",
20+
"description": "the name of the Settings page."
21+
},
22+
23+
24+
"allPrettyName": {
25+
"message": "all",
26+
"description": "HAS TO FIT IN MATRIX HEADER!"
27+
},
28+
"cookiePrettyName": {
29+
"message": "cookie",
30+
"description": "HAS TO FIT IN MATRIX HEADER!"
31+
},
32+
"cookiePrettyNamePlural": {
33+
"message": "cookies",
34+
"description": "..."
35+
},
36+
"stylesheetPrettyName": {
37+
"message": "css",
38+
"description": "HAS TO FIT IN MATRIX HEADER!"
39+
},
40+
"stylesheetPrettyNamePlural": {
41+
"message": "css",
42+
"description": "..."
43+
},
44+
"imagePrettyName": {
45+
"message": "image",
46+
"description": "HAS TO FIT IN MATRIX HEADER!"
47+
},
48+
"imagePrettyNamePlural": {
49+
"message": "images",
50+
"description": "..."
51+
},
52+
"objectPrettyName": {
53+
"message": "plugin",
54+
"description": "HAS TO FIT IN MATRIX HEADER!"
55+
},
56+
"objectPrettyNamePlural": {
57+
"message": "plugins",
58+
"description": "..."
59+
},
60+
"scriptPrettyName": {
61+
"message": "script",
62+
"description": "HAS TO FIT IN MATRIX HEADER!"
63+
},
64+
"scriptPrettyNamePlural": {
65+
"message": "scripts",
66+
"description": "..."
67+
},
68+
"xmlhttprequestPrettyName": {
69+
"message": "XHR",
70+
"description": "HAS TO FIT IN MATRIX HEADER!"
71+
},
72+
"xmlhttprequestPrettyNamePlural": {
73+
"message": "XHR",
74+
"description": "..."
75+
},
76+
"sub_framePrettyName": {
77+
"message": "frame",
78+
"description": "HAS TO FIT IN MATRIX HEADER!"
79+
},
80+
"sub_framePrettyNamePlural": {
81+
"message": "frames",
82+
"description": "..."
83+
},
84+
"otherPrettyName": {
85+
"message": "other",
86+
"description": "HAS TO FIT IN MATRIX HEADER!"
87+
},
88+
"otherPrettyNamePlural": {
89+
"message": "others",
90+
"description": "..."
91+
},
92+
93+
94+
"matrixRemoveScope" : {
95+
"message": "Remove all rules specific to <b>$1</b>",
96+
"description": "hovering over the button to remove page scope (identified by $1)"
97+
},
98+
"matrixCreateScope" : {
99+
"message": "Create rules specific to web pages which URL starts exactly with <b>$1</b>",
100+
"description": "hovering over the button to add page scope (identified by $1)"
101+
},
102+
"matrixRevert" : {
103+
"message": "Clear all temporary rules &mdash; those which are not padlocked",
104+
"description": "hovering over the button to clear temporary permissions"
105+
},
106+
107+
"matrixAllowAll" : {
108+
"message": "Click to <span class=\"gdt\">allow</span> all graylisted types and domains",
109+
"description": "used in matrix as user hover cells"
110+
},
111+
"matrixBlockAll" : {
112+
"message": "Click to <span class=\"rdt\">block</span> all graylisted types and domains",
113+
"description": "used in matrix as user hover cells"
114+
},
115+
"matrixAllowSomethingFromEverywhere" : {
116+
"message": "Click to <span class=\"gdt\">allow</span> <b>{{what}}</b> from <b>everywhere</b> except blacklisted hostnames",
117+
"description": "used in matrix as user hover cells"
118+
},
119+
"matrixAllowEverythingFromSomewhere" : {
120+
"message": "Click to <span class=\"gdt\">allow</span> <b>everything</b> from <b>{{where}}</b>",
121+
"description": "used in matrix as user hover cells"
122+
},
123+
"matrixAllowSomethingFromSomewhere" : {
124+
"message": "Click to <span class=\"gdt\">allow</span> <b>{{what}}</b> from <b>{{where}}</b>",
125+
"description": "used in matrix as user hover cells"
126+
},
127+
"matrixBlockSomethingFromEverywhere" : {
128+
"message": "Click to <span class=\"rdt\">block</span> <b>{{what}}</b> from <b>everywhere</b> except whitelisted hostnames",
129+
"description": "used in matrix as user hover cells"
130+
},
131+
"matrixBlockEverythingFromSomewhere" : {
132+
"message": "Click to <span class=\"rdt\">block</span> <b>everything</b> from <b>{{where}}</b>",
133+
"description": "used in matrix as user hover cells"
134+
},
135+
"matrixBlockSomethingFromSomewhere" : {
136+
"message": "Click to <span class=\"rdt\">block</span> <b>{{what}}</b> from <b>{{where}}</b>",
137+
"description": "used in matrix as user hover cells"
138+
},
139+
"matrixGraylistSomethingFromEverywhere" : {
140+
"message": "Click to graylist <b>{{what}}</b> from <b>everywhere</b>",
141+
"description": "used in matrix as user hover cells"
142+
},
143+
"matrixGraylistEverythingFromSomewhere" : {
144+
"message": "Click to graylist <b>everything</b> from <b>{{where}}</b>",
145+
"description": "used in matrix as user hover cells"
146+
},
147+
"matrixGraylistSomethingFromSomewhere" : {
148+
"message": "Click to graylist <b>{{what}}</b> from <b>{{where}}</b>",
149+
"description": "used in matrix as user hover cells"
150+
},
151+
"matrixPersistBlock" : {
152+
"message": "Permanently <span class=\"rdt\">blacklist</span> this cell",
153+
"description": "when user hover over red unlocked padlock"
154+
},
155+
"matrixPersistAllow" : {
156+
"message": "Permanently <span class=\"gdt\">whitelist</span> this cell",
157+
"description": "when user hover over green unlocked padlock"
158+
},
159+
"matrixUnpersistBlock" : {
160+
"message": "Cancel the permanent <span class=\"rdt\">blacklist</span> status of this cell",
161+
"description": "when user hover over red locked padlock"
162+
},
163+
"matrixUnpersistAllow" : {
164+
"message": "Cancel the permanent <span class=\"gdt\">whitelist</span> status of this cell",
165+
"description": "when user hover over green locked padlock"
166+
},
167+
168+
169+
"statsPageTitle" : {
170+
"message": "HTTP Switchboard &ndash; Statistics",
171+
"description": "header for the whole stats page"
172+
},
173+
"statsPageWhitelistsBlacklists" : {
174+
"message": "Whitelists/blacklists",
175+
"description": "header for 'whitelists/blacklists' section"
176+
},
177+
"statsPageGeekyStats" : {
178+
"message": "Geeky stats",
179+
"description": "header for 'geeky stats' section"
180+
},
181+
"statsPageOverview" : {
182+
"message": "Overview",
183+
"description": "header for 'overview' section"
184+
},
185+
"statsPageRequests" : {
186+
"message": "Requests",
187+
"description": "in geeky stats section, header for the type of request"
188+
},
189+
"statsPageAllowed" : {
190+
"message": "Allowed",
191+
"description": "capitalized"
192+
},
193+
"statsPageBlocked" : {
194+
"message": "Blocked",
195+
"description": "capitalized"
196+
},
197+
"statsPageDetailed" : {
198+
"message": "Detailed",
199+
"description": "header for 'detailed' section"
200+
},
201+
"statsPageRefresh" : {
202+
"message": "Refresh",
203+
"description": "text for refresh button"
204+
},
205+
206+
207+
"settingsStrictBlockingInfo": {
208+
"message": "<p><strong><a href=\"https://github.com/gorhill/httpswitchboard/wiki/%22Strict-blocking%22-illustrated\">Strict\nblocking</a></strong>,\nintroduced in <a href=\"https://github.com/gorhill/httpswitchboard/wiki/Change-log#036\">version 0.3.6</a>,\nmeans that even\nif you whitelist a specific hostname, blacklisted type of requests (<i>plugins</i>,\n<i>frames</i>, etc.) will remain blacklisted. For some users this maybe\ntoo bothersome, hence this switch.</p>\n<p><strong>Strict blocking on</strong>: blacklisted types of request (if any)\nfor a whitelisted hostname are blocked (unless you explicitly whitelist\nspecifically these types of request for the whitelisted hostname.)</p>\n<p><strong>Strict blocking off</strong>: blacklisted types of request (if any)\nfor a whitelisted hostname are allowed (unless you explicitly blacklist\nspecifically these types of request for the whitelisted hostname.)</p>",
209+
"description": ""
210+
},
211+
212+
213+
"dummy": {
214+
"message": "This entry must be the last one",
215+
"description": "so we dont need to deal with comma for last entry"
216+
}
217+
}

0 commit comments

Comments
 (0)