Chromium Code Reviews| 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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 491 </message> | 491 </message> |
| 492 <message name="IDS_MESSAGE_CENTER_EXPAND_NOTIFICATION_BUTTON_ACCESSIBLE_NA ME" desc="The spoken feedback text for the expand button in a notification. Usua lly 'button' is suffixed to this text automatically."> | 492 <message name="IDS_MESSAGE_CENTER_EXPAND_NOTIFICATION_BUTTON_ACCESSIBLE_NA ME" desc="The spoken feedback text for the expand button in a notification. Usua lly 'button' is suffixed to this text automatically."> |
| 493 Notification expand | 493 Notification expand |
| 494 </message> | 494 </message> |
| 495 <message name="IDS_MESSAGE_CENTER_TOOLTIP" desc="Tooltip for notification tray icon without unread notifications"> | 495 <message name="IDS_MESSAGE_CENTER_TOOLTIP" desc="Tooltip for notification tray icon without unread notifications"> |
| 496 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications | 496 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications |
| 497 </message> | 497 </message> |
| 498 <message name="IDS_MESSAGE_CENTER_TOOLTIP_UNREAD" desc="Tooltip for notifi cation tray icon with unread notifications"> | 498 <message name="IDS_MESSAGE_CENTER_TOOLTIP_UNREAD" desc="Tooltip for notifi cation tray icon with unread notifications"> |
| 499 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications (<ph name="QUA NTITY">$2<ex>3</ex></ph> unread) | 499 <ph name="product">$1<ex>Chrome</ex></ph> - Notifications (<ph name="QUA NTITY">$2<ex>3</ex></ph> unread) |
| 500 </message> | 500 </message> |
| 501 <message name="IDS_MESSAGE_CENTER_SAMPLE_SYNCED_NOTIFICATION_SERVICE_NAME" desc="The name of the only source for synced notifications. TODO and note for t ranslators: this text must be replaced by the real name by the branch point. Se e crbug.com/254617"> | 501 <message name="IDS_MESSAGE_CENTER_FIRST_SYNCED_NOTIFICATION_SERVICE_NAME" desc="The name of the first source for synced notifications."> |
|
dewittj
2013/07/18 21:22:25
This should probably be in chrome/app/chromium_str
Nico
2013/07/18 21:56:03
No, strings that are common to chrome and chromium
Pete Williamson
2013/07/19 18:50:13
Moved to generated_resources.grd.
| |
| 502 Sample app | 502 Google+ |
| 503 </message> | 503 </message> |
| 504 <message name="IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME" desc="The name of screenshot notifier that is a system componet"> | 504 <message name="IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME" desc="The name of screenshot notifier that is a system componet"> |
| 505 Screenshot | 505 Screenshot |
| 506 </message> | 506 </message> |
| 507 | 507 |
| 508 <!-- App list --> | 508 <!-- App list --> |
| 509 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis t help UI."> | 509 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis t help UI."> |
| 510 Help | 510 Help |
| 511 </message> | 511 </message> |
| 512 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> | 512 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th e settings UI."> |
| 513 Settings | 513 Settings |
| 514 </message> | 514 </message> |
| 515 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> | 515 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th e feedback UI."> |
| 516 Send feedback | 516 Send feedback |
| 517 </message> | 517 </message> |
| 518 </messages> | 518 </messages> |
| 519 </release> | 519 </release> |
| 520 </grit> | 520 </grit> |
| OLD | NEW |