OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 |
3 <!-- This file contains definitions of resources that will be translated for | 3 <!-- This file contains definitions of resources that will be translated for |
4 each locale. Specifically, these are UI strings that are used by app/ that | 4 each locale. Specifically, these are UI strings that are used by app/ that |
5 need to be translated for each locale.--> | 5 need to be translated for each locale.--> |
6 | 6 |
7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
8 source_lang_id="en" enc_check="möl"> | 8 source_lang_id="en" enc_check="möl"> |
9 <outputs> | 9 <outputs> |
10 <!-- TODO add each of your output files. Modify the three below, and add | 10 <!-- TODO add each of your output files. Modify the three below, and add |
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
422 </message> | 422 </message> |
423 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of petabytes/second"> | 423 <message name="IDS_APP_PEBIBYTES_PER_SECOND" desc="Units tag indicating a
speed of petabytes/second"> |
424 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s | 424 <ph name="QUANTITY">$1<ex>42.0</ex></ph> PB/s |
425 </message> | 425 </message> |
426 | 426 |
427 <!-- Message center --> | 427 <!-- Message center --> |
428 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The button label
to enter quiet mode in one day."> | 428 <message name="IDS_MESSAGE_CENTER_ACCESSIBLE_NAME" desc="The button label
to enter quiet mode in one day."> |
429 Notification Center | 429 Notification Center |
430 </message> | 430 </message> |
431 <message name="IDS_MESSAGE_CENTER_EXTENSIONS_DISABLE" desc="The menu entry
for disabling extensions from a notification."> | 431 <message name="IDS_MESSAGE_CENTER_EXTENSIONS_DISABLE" desc="The menu entry
for disabling extensions from a notification."> |
432 Disable extension | 432 Disable notifications from <ph name="extension_name">$1<ex>Notification
Galore!</ex></ph> |
433 </message> | 433 </message> |
434 <message name="IDS_MESSAGE_CENTER_SITE_DISABLE" desc="The menu entry for d
isabling notification from a site."> | 434 <message name="IDS_MESSAGE_CENTER_SITE_DISABLE" desc="The menu entry for d
isabling notification from a site."> |
435 Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></p
h> | 435 Disable notifications from <ph name="site">$1<ex>mail.google.com</ex></p
h> |
436 </message> | 436 </message> |
437 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo
ter of the message center"> | 437 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo
ter of the message center"> |
438 Notifications | 438 Notifications |
439 </message> | 439 </message> |
440 <message name="IDS_MESSAGE_CENTER_SETTINGS_BUTTON_LABEL" desc="The button
label for visiting the appropriate settings page in the footer of the message ce
nter."> | 440 <message name="IDS_MESSAGE_CENTER_SETTINGS_BUTTON_LABEL" desc="The button
label for visiting the appropriate settings page in the footer of the message ce
nter."> |
441 Settings | 441 Settings |
442 </message> | 442 </message> |
(...skipping 28 matching lines...) Expand all Loading... |
471 <!-- App list --> | 471 <!-- App list --> |
472 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> | 472 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> |
473 Settings | 473 Settings |
474 </message> | 474 </message> |
475 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> | 475 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> |
476 Send feedback | 476 Send feedback |
477 </message> | 477 </message> |
478 </messages> | 478 </messages> |
479 </release> | 479 </release> |
480 </grit> | 480 </grit> |
OLD | NEW |