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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
483 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications | 483 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications |
484 </message> | 484 </message> |
485 <message name="IDS_MESSAGE_CENTER_TOOLTIP_UNREAD" desc="Tooltip for notifi
cation tray icon with unread notifications"> | 485 <message name="IDS_MESSAGE_CENTER_TOOLTIP_UNREAD" desc="Tooltip for notifi
cation tray icon with unread notifications"> |
486 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications (<ph name="QUA
NTITY">$2<ex>3</ex></ph> unread) | 486 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications (<ph name="QUA
NTITY">$2<ex>3</ex></ph> unread) |
487 </message> | 487 </message> |
488 <message name="IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME" desc="The name
of screenshot notifier that is a system componet"> | 488 <message name="IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME" desc="The name
of screenshot notifier that is a system componet"> |
489 Screenshot | 489 Screenshot |
490 </message> | 490 </message> |
491 | 491 |
492 <!-- App list --> | 492 <!-- App list --> |
| 493 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis
t help UI."> |
| 494 Help |
| 495 </message> |
493 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> | 496 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> |
494 Settings | 497 Settings |
495 </message> | 498 </message> |
496 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> | 499 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> |
497 Send feedback | 500 Send feedback |
498 </message> | 501 </message> |
499 </messages> | 502 </messages> |
500 </release> | 503 </release> |
501 </grit> | 504 </grit> |
OLD | NEW |