| 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 446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 </message> | 457 </message> |
| 458 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo
ter of the message center"> | 458 <message name="IDS_MESSAGE_CENTER_FOOTER_TITLE" desc="The label in the foo
ter of the message center"> |
| 459 Notifications | 459 Notifications |
| 460 </message> | 460 </message> |
| 461 <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."> | 461 <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."> |
| 462 Settings | 462 Settings |
| 463 </message> | 463 </message> |
| 464 <message name="IDS_MESSAGE_CENTER_SETTINGS_GO_BACK_BUTTON_TOOLTIP" desc="T
he tooltip on back button that returns from settings to the notification list."> | 464 <message name="IDS_MESSAGE_CENTER_SETTINGS_GO_BACK_BUTTON_TOOLTIP" desc="T
he tooltip on back button that returns from settings to the notification list."> |
| 465 Go back to notifications | 465 Go back to notifications |
| 466 </message> | 466 </message> |
| 467 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l
abel to describe the settings dialog."> | 467 <if expr="is_macosx"> |
| 468 Allow notifications from the following: | 468 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The
label to describe the settings dialog."> |
| 469 </message> | 469 Allow notifications from the following: |
| 470 </message> |
| 471 </if> |
| 472 <if expr="not is_macosx"> |
| 473 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The
label to describe the settings dialog."> |
| 474 Manage notifications per profile: |
| 475 </message> |
| 476 </if> |
| 470 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button
for visiting the appropriate settings page."> | 477 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button
for visiting the appropriate settings page."> |
| 471 Settings... | 478 Settings... |
| 472 </message> | 479 </message> |
| 473 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing
all notifications."> | 480 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing
all notifications."> |
| 474 Clear All | 481 Clear All |
| 475 </message> | 482 </message> |
| 476 <if expr="not pp_ifdef('use_titlecase')"> | 483 <if expr="not pp_ifdef('use_titlecase')"> |
| 477 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t
ooltip text for the do not disturb button."> | 484 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_BUTTON_TOOLTIP" desc="The t
ooltip text for the do not disturb button."> |
| 478 Do not disturb | 485 Do not disturb |
| 479 </message> | 486 </message> |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 511 </message> | 518 </message> |
| 512 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> | 519 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> |
| 513 Settings | 520 Settings |
| 514 </message> | 521 </message> |
| 515 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> | 522 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> |
| 516 Send feedback | 523 Send feedback |
| 517 </message> | 524 </message> |
| 518 </messages> | 525 </messages> |
| 519 </release> | 526 </release> |
| 520 </grit> | 527 </grit> |
| OLD | NEW |