Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: locale/de/desktop-options.json

Issue 29736629: Issue 6532 - Removes required subscription title input field (Closed) Base URL: https://hg.adblockplus.org/adblockplusui
Patch Set: Created March 30, 2018, 3:30 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "options_acceptableAds_ads_description_1": { 2 "options_acceptableAds_ads_description_1": {
3 "message": "Acceptable Ads stören nicht und beeinträchtigen nicht den Inhalt , den du betrachtest. <a>Lies mehr über die Kriterien für Acceptable Ads</a>" 3 "message": "Acceptable Ads stören nicht und beeinträchtigen nicht den Inhalt , den du betrachtest. <a>Lies mehr über die Kriterien für Acceptable Ads</a>"
4 }, 4 },
5 "options_acceptableAds_ads_label": { 5 "options_acceptableAds_ads_label": {
6 "message": "Acceptable Ads erlauben?" 6 "message": "Acceptable Ads erlauben?"
7 }, 7 },
8 "options_acceptableAds_description": { 8 "options_acceptableAds_description": {
9 "message": "Acceptable Ads sind unaufdringliche Anzeigen. Sie bilden den Mit telweg zwischen dem Blocken von Anzeigen und der Unterstützung von Online-Inhalt en, da diese Einnahmen für Besitzer von Websites generieren." 9 "message": "Acceptable Ads sind unaufdringliche Anzeigen. Sie bilden den Mit telweg zwischen dem Blocken von Anzeigen und der Unterstützung von Online-Inhalt en, da diese Einnahmen für Besitzer von Websites generieren."
10 }, 10 },
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "example": "2.6.7" 106 "example": "2.6.7"
107 } 107 }
108 } 108 }
109 }, 109 },
110 "options_dialog_import_subscription_location": { 110 "options_dialog_import_subscription_location": {
111 "message": "URL der Filterliste" 111 "message": "URL der Filterliste"
112 }, 112 },
113 "options_dialog_import_subscription_location_error": { 113 "options_dialog_import_subscription_location_error": {
114 "message": "Gib eine gültige URL ein" 114 "message": "Gib eine gültige URL ein"
115 }, 115 },
116 "options_dialog_import_subscription_title": {
117 "message": "Name der Filterliste"
118 },
119 "options_dialog_import_subscription_title_error": {
120 "message": "Bitte fülle dieses Feld aus"
121 },
122 "options_dialog_import_title": { 116 "options_dialog_import_title": {
123 "message": "Filterliste hinzufügen" 117 "message": "Filterliste hinzufügen"
124 }, 118 },
125 "options_dialog_language_other_empty": { 119 "options_dialog_language_other_empty": {
126 "message": "Es gibt keine verfügbaren Sprachen." 120 "message": "Es gibt keine verfügbaren Sprachen."
127 }, 121 },
128 "options_dialog_language_title": { 122 "options_dialog_language_title": {
129 "message": "Wähle eine Sprache" 123 "message": "Wähle eine Sprache"
130 }, 124 },
131 "options_dialog_predefined_confirm": { 125 "options_dialog_predefined_confirm": {
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "options_whitelist_placeholder_example": { 339 "options_whitelist_placeholder_example": {
346 "message": "z.B. $domain$", 340 "message": "z.B. $domain$",
347 "placeholders": { 341 "placeholders": {
348 "domain": { 342 "domain": {
349 "content": "$1", 343 "content": "$1",
350 "example": "www.example.com" 344 "example": "www.example.com"
351 } 345 }
352 } 346 }
353 } 347 }
354 } 348 }
OLDNEW

Powered by Google App Engine
This is Rietveld