Left: | ||
Right: |
LEFT | RIGHT |
---|---|
1 { | 1 { |
Thomas Greiner
2015/01/22 17:56:30
Please add a description to translations to provid
saroyanm
2015/01/23 18:18:39
Will provide description with next patch.
| |
2 "options_page_title": { | 2 "options_page_title": { |
3 "description": "Options page title", | |
3 "message": "Adblock Plus Options" | 4 "message": "Adblock Plus Options" |
4 }, | 5 }, |
5 "options_page_name": { | 6 "options_page_header_1": { |
7 "description": "Page title in navigation sidebar", | |
6 "message": "Options" | 8 "message": "Options" |
7 }, | 9 }, |
10 "options_page_header_2": { | |
11 "description": "Name of extension in navigation sidebar", | |
12 "message": "Adblock <strong>Plus</strong>" | |
13 }, | |
8 "options_tab_general": { | 14 "options_tab_general": { |
15 "description": "Name in sidebar for General tab", | |
9 "message": "General" | 16 "message": "General" |
10 }, | 17 }, |
11 "options_tab_advanced": { | 18 "options_tab_advanced": { |
19 "description": "Name in sidebar for Advanced tab", | |
12 "message": "Advanced" | 20 "message": "Advanced" |
13 }, | 21 }, |
14 "options_tab_help": { | 22 "options_tab_help": { |
23 "description": "Name in sidebar for Help tab", | |
15 "message": "Help" | 24 "message": "Help" |
16 }, | 25 }, |
17 "options_version": { | 26 "options_version": { |
27 "description": "Version label in navigation sidebar", | |
18 "message": "Version" | 28 "message": "Version" |
19 }, | 29 }, |
20 "options_tab_share": { | 30 "options_tab_share": { |
31 "description": "Share button in navigation sidebar", | |
21 "message": "Share" | 32 "message": "Share" |
22 }, | 33 }, |
23 "options_tab_donate": { | 34 "options_tab_donate": { |
35 "description": "Donate button in navigation sidebar", | |
24 "message": "Donate" | 36 "message": "Donate" |
25 }, | 37 }, |
26 "options_readMore": { | 38 "options_readMore": { |
39 "description": "Read more element that shows tooltip with description", | |
27 "message": "read more" | 40 "message": "read more" |
28 }, | 41 }, |
29 "options_blocking": { | 42 "options_blocking_title": { |
43 "description": "Blocking section name in General tab", | |
30 "message": "Blocking" | 44 "message": "Blocking" |
31 }, | 45 }, |
32 "options_language_adblocking": { | |
33 "message": "Adblocking" | |
34 }, | |
35 "options_language_title": { | 46 "options_language_title": { |
36 "message": "for websites in..." | 47 "description": "Option name in General tab", |
Thomas Greiner
2015/01/22 17:56:30
Don't separate the above two. Rather merge them in
saroyanm
2015/01/23 18:18:39
Done.
| |
48 "message": "<strong>Adblocking</strong> for websites in..." | |
37 }, | 49 }, |
38 "options_language_add": { | 50 "options_language_add": { |
51 "description": "Add other language button in General Tab", | |
39 "message": "add other website languages" | 52 "message": "add other website languages" |
40 }, | 53 }, |
41 "options_furtherBlocking_title": { | 54 "options_furtherBlocking_title": { |
55 "description": "Option name in General tab", | |
42 "message": "Further blocking options" | 56 "message": "Further blocking options" |
43 }, | 57 }, |
58 "options_popular": { | |
59 "description": "Popular label in further blocking options table", | |
60 "message": "popular" | |
61 }, | |
44 "options_furtherBlocking_add": { | 62 "options_furtherBlocking_add": { |
63 "description": "Button name for adding other blocking list in General tab", | |
45 "message": "add other blocking list" | 64 "message": "add other blocking list" |
46 }, | 65 }, |
47 "options_exception": { | 66 "options_exceptions_title": { |
48 "message": "Exception" | 67 "description": "Exceptions section name in General tab", |
Thomas Greiner
2015/01/22 17:56:30
Nit: "Exceptions"
saroyanm
2015/01/23 18:18:39
Done.
| |
68 "message": "Exceptions" | |
49 }, | 69 }, |
50 "options_acceptableAds_title": { | 70 "options_acceptableAds_title": { |
71 "description": "Acceptable ads option name in General tab", | |
51 "message": "Acceptable ads" | 72 "message": "Acceptable ads" |
52 }, | 73 }, |
74 "options_acceptableAds_description": { | |
75 "description": "Acceptable ads descriptive name in General tab", | |
76 "message": "Allow some non-intrusive advertising" | |
77 }, | |
53 "options_whitelisted_title": { | 78 "options_whitelisted_title": { |
79 "description": "Whitelisting option name in General tab", | |
54 "message": "Whitelisted websites" | 80 "message": "Whitelisted websites" |
55 }, | 81 }, |
56 "options_btn_add": { | 82 "options_button_add": { |
83 "description": "Add button label", | |
57 "message": "add" | 84 "message": "add" |
58 }, | 85 }, |
59 "options_btn_cancel": { | 86 "options_button_cancel": { |
87 "description": "Cancel button label", | |
60 "message": "cancel" | 88 "message": "cancel" |
61 }, | 89 }, |
62 "options_tweaks": { | 90 "options_tweaks_title": { |
91 "description": "Tweaks section name in Advanced tab", | |
63 "message": "Tweaks" | 92 "message": "Tweaks" |
64 }, | 93 }, |
65 "options_tweaks_blockElement": { | 94 "options_tweaks_blockElement": { |
66 "message": "Show right click menu" | 95 "description": "Show block Element option in Advanced tab", |
67 }, | 96 "message": "Show <a>Block Element</a> right-click menu item" |
68 "options_tweaks_blockElement_highlight": { | 97 }, |
69 "message": "Block Element" | 98 "options_blockingList_title": { |
Thomas Greiner
2015/01/22 17:56:30
Again, the order is important for the two texts ab
saroyanm
2015/01/23 18:18:39
Done.
| |
70 }, | 99 "description": "Blocking list section title in Advanced tab", |
71 "options_tweaks_hideWhitespace": { | |
72 "message": "of blocked elements and rearange the content smoothly to the web site" | |
73 }, | |
74 "options_tweaks_hideWhitespace_highlight": { | |
75 "message": "Hide whitespace" | |
Thomas Greiner
2015/01/22 17:56:30
The above two are not going to be part of the opti
saroyanm
2015/01/23 18:18:39
Done.
| |
76 }, | |
77 "options_blockingList": { | |
78 "message": "Blocking list" | 100 "message": "Blocking list" |
79 }, | 101 }, |
80 "options_tab_overview": { | 102 "options_tab_overview": { |
103 "description": "Tab name in Advanced tab", | |
81 "message": "Overview" | 104 "message": "Overview" |
82 }, | 105 }, |
83 "options_tab_ownList": { | 106 "options_tab_ownList": { |
107 "description": "Tab name in Advanced tab", | |
84 "message": "Edit or create own blocking list" | 108 "message": "Edit or create own blocking list" |
85 }, | 109 }, |
86 "options_tableCol_name": { | 110 "options_tableCol_name": { |
111 "description": "Name of column of subscription list table in Advanced tab", | |
87 "message": "Name" | 112 "message": "Name" |
88 }, | 113 }, |
89 "options_tableCol_description": { | 114 "options_tableCol_description": { |
115 "description": "Name of column of subscription list table in Advanced tab", | |
90 "message": "Description" | 116 "message": "Description" |
91 }, | 117 }, |
92 "options_tableCol_date": { | 118 "options_tableCol_date": { |
119 "description": "Name of column of subscription list table in Advanced tab", | |
93 "message": "Date" | 120 "message": "Date" |
94 }, | 121 }, |
95 "options_blockingList_add": { | 122 "options_blockingList_add": { |
123 "description": "Import button in Advanced tab", | |
96 "message": "add/import other blocking list" | 124 "message": "add/import other blocking list" |
97 }, | 125 }, |
98 "options_blockingList_update": { | 126 "options_blockingList_update": { |
127 "description": "Update button in Advanced tab", | |
99 "message": "Update all blocking lists" | 128 "message": "Update all blocking lists" |
100 }, | 129 }, |
101 "options_blockingRules": { | 130 "options_blockingRules": { |
131 "description": "Own blicking list header in Advanced tab", | |
102 "message": "Blocking rules" | 132 "message": "Blocking rules" |
103 }, | 133 }, |
104 "options_blockingRules_edit": { | 134 "options_blockingRules_edit": { |
135 "description": "Edit rules button in Advanced tab", | |
105 "message": "edit rules" | 136 "message": "edit rules" |
106 }, | 137 }, |
107 "options_faq": { | 138 "options_faq_title": { |
108 "message": "Frequently asked question" | 139 "description": "FAQ section name in Help tab and link label in same section" , |
140 "message": "Frequently asked questions" | |
109 }, | 141 }, |
110 "options_faq_description": { | 142 "options_faq_description": { |
143 "description": "FAQ section description in Help tab", | |
111 "message": "You only need to refresh your blocking list in \"Advanced\" very often, but there are also other known problems." | 144 "message": "You only need to refresh your blocking list in \"Advanced\" very often, but there are also other known problems." |
Thomas Greiner
2015/01/22 17:56:30
We need a better text here.
| |
112 }, | 145 }, |
113 "options_faq_link": { | 146 "options_forum_title": { |
114 "message": "Frequently asked questions" | 147 "description": "Forum section name in Help tab", |
115 }, | |
116 "options_forum": { | |
117 "message": "Forum" | 148 "message": "Forum" |
118 }, | 149 }, |
119 "options_forum_description": { | 150 "options_forum_description": { |
151 "description": "Forum section description in Help tab", | |
120 "message": "If the frequently asked questions helped you can reach us in our forum." | 152 "message": "If the frequently asked questions helped you can reach us in our forum." |
Thomas Greiner
2015/01/22 17:56:30
We need a better text here.
| |
121 }, | 153 }, |
122 "options_forum_link": { | 154 "options_forum_link": { |
155 "description": "Forum section link in Help tab", | |
123 "message": "Adblock Plus support forum" | 156 "message": "Adblock Plus support forum" |
124 }, | 157 }, |
125 "options_media": { | 158 "options_media_title": { |
159 "description": "Social media Section name in Help tab", | |
126 "message": "Social media" | 160 "message": "Social media" |
127 }, | 161 }, |
128 "options_media_description": { | 162 "options_media_description": { |
163 "description": "Social media section description in Help tab", | |
129 "message": "If there are major problems with Adblock Plus which affects all of our users, we tell you in our social media channels." | 164 "message": "If there are major problems with Adblock Plus which affects all of our users, we tell you in our social media channels." |
Thomas Greiner
2015/01/22 17:56:30
We need a better text here.
| |
130 }, | 165 }, |
131 "options_modal_blocklist_title": { | 166 "options_dialog_customlist_title": { |
167 "description": "Title of custom list modal dialog", | |
132 "message": "Add other blocking list" | 168 "message": "Add other blocking list" |
133 }, | 169 }, |
134 "options_close": { | 170 "options_close": { |
171 "description": "Close modal button", | |
135 "message": "close" | 172 "message": "close" |
136 }, | 173 }, |
137 "options_modal_blocklist_subscription_title": { | 174 "options_dialog_customlist_subscription_title": { |
175 "description": "Add customlist modal import hint message", | |
138 "message": "Via URL/Link" | 176 "message": "Via URL/Link" |
139 }, | 177 }, |
140 "options_modal_blocklist_import": { | 178 "options_dialog_customlist_import": { |
179 "description": "Button in add custom subscription modal dialog", | |
141 "message": "import blocking list with this URL" | 180 "message": "import blocking list with this URL" |
142 }, | 181 }, |
143 "options_modal_edit_own_list": { | 182 "options_dialog_edit_own_list": { |
183 "description": "Edit own blocking list section name in custom subscription m odal dialog", | |
144 "message": "edit own blocking list" | 184 "message": "edit own blocking list" |
145 }, | 185 }, |
146 "options_modal_create_own_list": { | 186 "options_dialog_create_own_list": { |
187 "description": "Button in custom subscription modal dialog", | |
147 "message": "create own blocking rules" | 188 "message": "create own blocking rules" |
148 }, | 189 }, |
149 "options_modal_language_title": { | 190 "options_dialog_language_title": { |
191 "description": "Button in gerenal tab", | |
150 "message": "Add other website language" | 192 "message": "Add other website language" |
151 }, | 193 }, |
152 "options_modal_language_added": { | 194 "options_dialog_language_find": { |
153 "message": "Added Languages" | 195 "description": "Placeholder text in add language modal dialog", |
Thomas Greiner
2015/01/22 17:56:30
Nit: "Added languages"
saroyanm
2015/01/23 18:18:39
Done.
| |
154 }, | 196 "message": "Find language" |
155 "options_modal_language_other": { | 197 }, |
198 "options_dialog_language_added": { | |
199 "description": "Table headline in add language modal dialog", | |
200 "message": "Added languages" | |
201 }, | |
202 "options_dialog_language_other": { | |
203 "description": "Table headline in add language modal dialog", | |
156 "message": "Other languages" | 204 "message": "Other languages" |
157 }, | 205 }, |
158 "options_language_en": { | 206 "options_language_en": { |
207 "description": "Language name shown in add language modal dialog", | |
159 "message": "English" | 208 "message": "English" |
160 }, | 209 }, |
161 "options_language_id": { | 210 "options_language_id": { |
211 "description": "Language name shown in add language modal dialog", | |
162 "message": "Indonesian" | 212 "message": "Indonesian" |
163 }, | 213 }, |
164 "options_language_bg": { | 214 "options_language_bg": { |
215 "description": "Language name shown in add language modal dialog", | |
165 "message": "Bulgarian" | 216 "message": "Bulgarian" |
166 }, | 217 }, |
167 "options_language_zh": { | 218 "options_language_zh": { |
219 "description": "Language name shown in add language modal dialog", | |
168 "message": "Chinese" | 220 "message": "Chinese" |
169 }, | 221 }, |
170 "options_language_cs_sk": { | 222 "options_language_cs_sk": { |
223 "description": "Language name shown in add language modal dialog", | |
171 "message": "Czech and Slovak" | 224 "message": "Czech and Slovak" |
172 }, | 225 }, |
173 "options_language_nl": { | 226 "options_language_nl": { |
227 "description": "Language name shown in add language modal dialog", | |
174 "message": "Dutch" | 228 "message": "Dutch" |
175 }, | 229 }, |
176 "options_language_de": { | 230 "options_language_de": { |
231 "description": "Language name shown in add language modal dialog", | |
177 "message": "German" | 232 "message": "German" |
178 }, | 233 }, |
179 "options_language_he": { | 234 "options_language_he": { |
235 "description": "Language name shown in add language modal dialog", | |
180 "message": "Hebrew" | 236 "message": "Hebrew" |
181 }, | 237 }, |
182 "options_language_it": { | 238 "options_language_it": { |
239 "description": "Language name shown in add language modal dialog", | |
183 "message": "Italian" | 240 "message": "Italian" |
184 }, | 241 }, |
185 "options_language_lt": { | 242 "options_language_lt": { |
243 "description": "Language name shown in add language modal dialog", | |
186 "message": "Lithuanian" | 244 "message": "Lithuanian" |
187 }, | 245 }, |
188 "options_language_lv": { | 246 "options_language_lv": { |
247 "description": "Language name shown in add language modal dialog", | |
189 "message": "Latvian" | 248 "message": "Latvian" |
190 }, | 249 }, |
191 "options_language_ar": { | 250 "options_language_ar": { |
251 "description": "Language name shown in add language modal dialog", | |
192 "message": "Arabic" | 252 "message": "Arabic" |
193 }, | 253 }, |
194 "options_language_fr": { | 254 "options_language_fr": { |
255 "description": "Language name shown in add language modal dialog", | |
195 "message": "French" | 256 "message": "French" |
196 }, | 257 }, |
197 "options_language_ro": { | 258 "options_language_ro": { |
259 "description": "Language name shown in add language modal dialog", | |
198 "message": "Romanian" | 260 "message": "Romanian" |
199 }, | 261 }, |
200 "options_language_ru_uk": { | 262 "options_language_ru_uk": { |
201 "message": "Ruassian and Ukrainian" | 263 "description": "Language name shown in add language modal dialog", |
Thomas Greiner
2015/01/22 17:56:30
Nit: "Russian"
saroyanm
2015/01/23 18:18:39
Done.
| |
264 "message": "Russian and Ukrainian" | |
202 } | 265 } |
203 } | 266 } |
LEFT | RIGHT |