OLD | NEW |
1 { | 1 { |
2 "add": { | 2 "add": { |
3 "description": "This is the label for the 'Add' buttons.", | 3 "description": "This is the label for the 'Add' buttons.", |
4 "message": "Add" | 4 "message": "Add" |
5 }, | 5 }, |
6 "add_domain_button": { | 6 "add_domain_button": { |
7 "message": "Add domain" | 7 "message": "Add domain" |
8 }, | 8 }, |
9 "add_filter_button": { | 9 "add_filter_button": { |
10 "message": "Add filter" | 10 "message": "Add filter" |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 "message": "Filter lists" | 57 "message": "Filter lists" |
58 }, | 58 }, |
59 "filter_must_follow_syntax": { | 59 "filter_must_follow_syntax": { |
60 "message": "Your filter must follow the <a href='$url$'>Adblock Plus filter
syntax</a>.", | 60 "message": "Your filter must follow the <a href='$url$'>Adblock Plus filter
syntax</a>.", |
61 "placeholders": { | 61 "placeholders": { |
62 "url": { | 62 "url": { |
63 "content": "$1" | 63 "content": "$1" |
64 } | 64 } |
65 } | 65 } |
66 }, | 66 }, |
67 "firstRun_acceptableAdsExplanation": { | |
68 "description": "This is the explanation of the acceptable ads feature", | |
69 "message": "<strong>Adblock Plus will always block annoying ads.</strong> St
ill, we want to encourage websites using plain and unobtrusive advertising. That
's why we have established <a>strict guidelines</a> to identify acceptable ads,
and allow these out of the box. You can always <a>disable</a> this if you want t
o block all ads." | |
70 }, | |
71 "firstRun_changelog": { | |
72 "description": "Page subtitle, links to the changelog", | |
73 "message": "See what's new" | |
74 }, | |
75 "firstRun_dataCorruptionWarning": { | |
76 "description": "Help link for people with corrupted data that get the first-
run page each time", | |
77 "message": "Does this page keep showing up? <a>Click here!</a>" | |
78 }, | |
79 "firstRun_feature_acceptableAds": { | |
80 "description": "One of the bullet points in the features list", | |
81 "message": "Support websites with acceptable ads (more below)" | |
82 }, | |
83 "firstRun_feature_betterSurfing": { | |
84 "description": "One of the bullet points in the features list", | |
85 "message": "Enjoy the web without annoying ads" | |
86 }, | |
87 "firstRun_feature_videoAds": { | |
88 "description": "One of the bullet points in the features list", | |
89 "message": "Watch videos without commercial interruptions" | |
90 }, | |
91 "firstRun_features_heading": { | |
92 "description": "Text above the features list", | |
93 "message": "With Adblock Plus you can:" | |
94 }, | |
95 "firstRun_share1": { | |
96 "description": "Text appearing above Facebook/Twitter buttons", | |
97 "message": "Do you think Adblock Plus is worth sharing? Please do!" | |
98 }, | |
99 "firstRun_share2": { | |
100 "description": "Alternative text to appear above Facebook/Twitter buttons", | |
101 "message": "Adblock Plus is free and open source. Please support us:" | |
102 }, | |
103 "firstRun_share2_donate": { | |
104 "description": "'Donate' button text", | |
105 "message": "Donate" | |
106 }, | |
107 "firstRun_share2_or": { | |
108 "description": "'or' as in 'donate or spread the word'", | |
109 "message": "or" | |
110 }, | |
111 "firstRun_title_install": { | |
112 "description": "This is the page heading on first installation", | |
113 "message": "Adblock Plus has been installed" | |
114 }, | |
115 "firstRun_title_update": { | |
116 "description": "This is the page heading on update", | |
117 "message": "Adblock Plus has been updated" | |
118 }, | |
119 "found_a_bug": { | 67 "found_a_bug": { |
120 "message": "Found a bug? Want to translate Adblock Plus into your language?
Please <a href='$url$'>file a request here</a>.", | 68 "message": "Found a bug? Want to translate Adblock Plus into your language?
Please <a href='$url$'>file a request here</a>.", |
121 "placeholders": { | 69 "placeholders": { |
122 "url": { | 70 "url": { |
123 "content": "$1" | 71 "content": "$1" |
124 } | 72 } |
125 } | 73 } |
126 }, | 74 }, |
127 "general": { | 75 "general": { |
128 "description": "This is a tab heading.", | 76 "description": "This is a tab heading.", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 "message": "Please choose a filter subscription from the list:" | 120 "message": "Please choose a filter subscription from the list:" |
173 }, | 121 }, |
174 "update_now": { | 122 "update_now": { |
175 "message": "Update now" | 123 "message": "Update now" |
176 }, | 124 }, |
177 "whitelisted_domains": { | 125 "whitelisted_domains": { |
178 "description": "This is a tab heading.", | 126 "description": "This is a tab heading.", |
179 "message": "Whitelisted domains" | 127 "message": "Whitelisted domains" |
180 } | 128 } |
181 } | 129 } |
OLD | NEW |