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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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> |
| 443 <message name="IDS_MESSAGE_CENTER_SETTINGS_DIALOG_DESCRIPTION" desc="The l
abel to describe the settings dialog."> |
| 444 Set notification permissions for apps and extensions |
| 445 </message> |
443 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button
for visiting the appropriate settings page."> | 446 <message name="IDS_MESSAGE_CENTER_SETTINGS" desc="The menu entry or button
for visiting the appropriate settings page."> |
444 Settings... | 447 Settings... |
445 </message> | 448 </message> |
446 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing
all notifications."> | 449 <message name="IDS_MESSAGE_CENTER_CLEAR_ALL" desc="The button for clearing
all notifications."> |
447 Clear All | 450 Clear All |
448 </message> | 451 </message> |
449 <message name="IDS_MESSAGE_CENTER_NO_MESSAGES" desc="The message displayed
in the message center when there are no notifications."> | 452 <message name="IDS_MESSAGE_CENTER_NO_MESSAGES" desc="The message displayed
in the message center when there are no notifications."> |
450 You have no notifications. Relax! | 453 You have no notifications. Relax! |
451 </message> | 454 </message> |
452 <message name="IDS_MESSAGE_CENTER_QUIET_MODE" desc="The button label for q
uiet mode."> | 455 <message name="IDS_MESSAGE_CENTER_QUIET_MODE" desc="The button label for q
uiet mode."> |
453 Quiet mode | 456 Quiet mode |
454 </message> | 457 </message> |
455 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1HOUR" desc="The button label
to enter quiet mode in one hour."> | 458 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1HOUR" desc="The button label
to enter quiet mode in one hour."> |
456 Quiet mode for one hour | 459 Quiet mode for one hour |
457 </message> | 460 </message> |
458 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label
to enter quiet mode in one day."> | 461 <message name="IDS_MESSAGE_CENTER_QUIET_MODE_1DAY" desc="The button label
to enter quiet mode in one day."> |
459 Quiet mode for one day | 462 Quiet mode for one day |
460 </message> | 463 </message> |
461 <message name="IDS_MESSAGE_CENTER_TOOLTIP" desc="Tooltip for notification
tray icon without unread notifications"> | 464 <message name="IDS_MESSAGE_CENTER_TOOLTIP" desc="Tooltip for notification
tray icon without unread notifications"> |
462 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications | 465 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications |
463 </message> | 466 </message> |
464 <message name="IDS_MESSAGE_CENTER_TOOLTIP_UNREAD" desc="Tooltip for notifi
cation tray icon with unread notifications"> | 467 <message name="IDS_MESSAGE_CENTER_TOOLTIP_UNREAD" desc="Tooltip for notifi
cation tray icon with unread notifications"> |
465 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications (<ph name="QUA
NTITY">$2<ex>3</ex></ph> unread) | 468 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications (<ph name="QUA
NTITY">$2<ex>3</ex></ph> unread) |
466 </message> | 469 </message> |
467 </messages> | 470 </messages> |
468 </release> | 471 </release> |
469 </grit> | 472 </grit> |
OLD | NEW |