OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
3 <grit latest_public_release="0" current_release="1" | 3 <grit latest_public_release="0" current_release="1" |
4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 4 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
5 <outputs> | 5 <outputs> |
6 <output filename="grit/components_strings.h" type="rc_header"> | 6 <output filename="grit/components_strings.h" type="rc_header"> |
7 <emit emit_type='prepend'></emit> | 7 <emit emit_type='prepend'></emit> |
8 </output> | 8 </output> |
9 <output filename="components_strings_am.pak" type="data_package" lang="am" /
> | 9 <output filename="components_strings_am.pak" type="data_package" lang="am" /
> |
10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" /
> | 10 <output filename="components_strings_ar.pak" type="data_package" lang="ar" /
> |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 </message> | 220 </message> |
221 <message name="IDS_DONE" desc="A generic term for Done on buttons and menu
s."> | 221 <message name="IDS_DONE" desc="A generic term for Done on buttons and menu
s."> |
222 Done | 222 Done |
223 </message> | 223 </message> |
224 <message name="IDS_LEARN_MORE" desc="Learn more text"> | 224 <message name="IDS_LEARN_MORE" desc="Learn more text"> |
225 Learn more | 225 Learn more |
226 </message> | 226 </message> |
227 <message name="IDS_OK" desc="Used for OK on buttons"> | 227 <message name="IDS_OK" desc="Used for OK on buttons"> |
228 OK | 228 OK |
229 </message> | 229 </message> |
| 230 <message name="IDS_NO_THANKS" desc="Used to dismiss various prompts."> |
| 231 No thanks |
| 232 </message> |
230 <if expr="not use_titlecase"> | 233 <if expr="not use_titlecase"> |
231 <message name="IDS_NOT_NOW" desc="Used on a button that avoids taking a
suggested action. The action will likely be suggested again or automatically ta
ken later."> | 234 <message name="IDS_NOT_NOW" desc="Used on a button that avoids taking a
suggested action. The action will likely be suggested again or automatically ta
ken later."> |
232 Not now | 235 Not now |
233 </message> | 236 </message> |
234 </if> | 237 </if> |
235 <if expr="use_titlecase"> | 238 <if expr="use_titlecase"> |
236 <message name="IDS_NOT_NOW" desc="In Title Case: Used on a button that a
voids taking a suggested action. The action will likely be suggested again or a
utomatically taken later."> | 239 <message name="IDS_NOT_NOW" desc="In Title Case: Used on a button that a
voids taking a suggested action. The action will likely be suggested again or a
utomatically taken later."> |
237 Not Now | 240 Not Now |
238 </message> | 241 </message> |
239 </if> | 242 </if> |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 Your connection to this site is not private. | 294 Your connection to this site is not private. |
292 </message> | 295 </message> |
293 | 296 |
294 <!-- Advanced Section Titles --> | 297 <!-- Advanced Section Titles --> |
295 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> | 298 <message name="IDS_OPTIONS_ADVANCED_SECTION_TITLE_PRIVACY"> |
296 Privacy | 299 Privacy |
297 </message> | 300 </message> |
298 </messages> | 301 </messages> |
299 </release> | 302 </release> |
300 </grit> | 303 </grit> |
OLD | NEW |