Left: | ||
Right: |
LEFT | RIGHT |
---|---|
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_action_disable": { | |
72 "description": "Label for button to deactivate a feature.", | |
73 "message": "Deactivate" | |
74 }, | |
Wladimir Palant
2013/05/28 13:45:28
Please don't duplicate the messages we have in Fir
Thomas Greiner
2013/05/28 17:35:12
Done.
| |
75 "firstRun_action_enable": { | |
76 "description": "Label for button to activate a feature.", | |
77 "message": "Activate" | |
78 }, | |
79 "firstRun_dataCorruptionWarning": { | |
80 "description": "Help link for people with corrupted data that get the first- run page each time", | |
81 "message": "Does this page keep showing up? <a>Click here!</a>" | |
82 }, | |
83 "firstRun_features": { | |
84 "description": "Located before feature selection.", | |
85 "message": "Adblock Plus can do more than blocking ads" | |
86 }, | |
87 "firstRun_feature_typo": { | |
88 "description": "Name of typo correction feature.", | |
89 "message": "Typo Correction" | |
90 }, | |
91 "firstRun_feature_typo_description": { | |
92 "description": "Description of typo correction feature.", | |
93 "message": "Adblock Plus can automatically correct typos in the address bar to protect you from visiting malicious websites when misspelling an internet add ress." | |
94 }, | |
95 "firstRun_feature_malware": { | |
96 "description": "Name of feature for blocking malware.", | |
97 "message": "Malware Blocking" | |
98 }, | |
99 "firstRun_feature_malware_description": { | |
100 "description": "Description of malware blocking feature.", | |
101 "message": "Adblock Plus can block domains that are known to be infected by malware to make browsing the internet more secure." | |
102 }, | |
103 "firstRun_feature_social": { | |
104 "description": "Name of feature for removing social media buttons.", | |
105 "message": "Remove Social Media Buttons" | |
106 }, | |
107 "firstRun_feature_social_description": { | |
108 "description": "Description of feature for removing social media buttons.", | |
109 "message": "Social media integration such as the Facebook Like button can be used to track your browsing habits. Adblock Plus can remove all social media bu ttons." | |
110 }, | |
111 "firstRun_feature_tracking": { | |
112 "description": "Name of feature for blocking tracking.", | |
113 "message": "Disable Tracking" | |
114 }, | |
115 "firstRun_feature_tracking_description": { | |
116 "description": "Description of feature for blocking tracking.", | |
117 "message": "There are hundreds of ad agencies tracking your every move, but with Adblock Plus you can easily disable all tracking, and browse the web truly anonymously." | |
118 }, | |
119 "firstRun_share": { | |
120 "description": "Text asking users to share with friends/followers on social networks.", | |
121 "message": "Think Adblock Plus is worth sharing?" | |
122 }, | |
123 "firstRun_title": { | |
124 "description": "This is the page heading on first installation", | |
125 "message": "Adblock Plus has been installed" | |
126 }, | |
127 "found_a_bug": { | 67 "found_a_bug": { |
128 "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>.", |
129 "placeholders": { | 69 "placeholders": { |
130 "url": { | 70 "url": { |
131 "content": "$1" | 71 "content": "$1" |
132 } | 72 } |
133 } | 73 } |
134 }, | 74 }, |
135 "general": { | 75 "general": { |
136 "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... | |
180 "message": "Please choose a filter subscription from the list:" | 120 "message": "Please choose a filter subscription from the list:" |
181 }, | 121 }, |
182 "update_now": { | 122 "update_now": { |
183 "message": "Update now" | 123 "message": "Update now" |
184 }, | 124 }, |
185 "whitelisted_domains": { | 125 "whitelisted_domains": { |
186 "description": "This is a tab heading.", | 126 "description": "This is a tab heading.", |
187 "message": "Whitelisted domains" | 127 "message": "Whitelisted domains" |
188 } | 128 } |
189 } | 129 } |
LEFT | RIGHT |