Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 This file contains the strings for ash. | 4 This file contains the strings for ash. |
| 5 --> | 5 --> |
| 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 <output filename="grit/ash_strings.h" type="rc_header"> | 10 <output filename="grit/ash_strings.h" type="rc_header"> |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 450 </message> | 450 </message> |
| 451 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> | 451 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag e to show that the system failed to enter the mirroring mode."> |
| 452 Could not mirror displays since no supported resolutions found. Entered extended desktop instead. | 452 Could not mirror displays since no supported resolutions found. Entered extended desktop instead. |
| 453 </message> | 453 </message> |
| 454 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error me ssage to show that the system failed to enter the extended desktop mode or unkno wn status. Please translate the parentized text."> | 454 <message name="IDS_ASH_DISPLAY_FAILURE_ON_NON_MIRRORING" desc="An error me ssage to show that the system failed to enter the extended desktop mode or unkno wn status. Please translate the parentized text."> |
| 455 Dear Monitor, it's not working out between us. (That monitor is not supp orted) | 455 Dear Monitor, it's not working out between us. (That monitor is not supp orted) |
| 456 </message> | 456 </message> |
| 457 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> | 457 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern al display which is shown in the display settings."> |
| 458 Internal Display | 458 Internal Display |
| 459 </message> | 459 </message> |
| 460 <message name="IDS_ASH_LOW_PERIPHERAL_BATTERY_NOTIFICATION_TEXT" desc="The text of the notification when a peripheral device is in low battery condition." > | |
| 461 Battery Low (<ph name="percentage">$1<ex>56</ex></ph>%) | |
|
Daniel Erat
2013/04/09 02:06:18
"Battery low" (with a lowercase L) instead? the s
Yufeng Shen (Slow to review)
2013/04/10 05:54:08
Done.
| |
| 462 </message> | |
| 460 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The ti tle of the notification when a screenshot was taken."> | 463 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The ti tle of the notification when a screenshot was taken."> |
| 461 Screenshot taken | 464 Screenshot taken |
| 462 </message> | 465 </message> |
| 463 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title of the notification when taking a screenshot failed."> | 466 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title of the notification when taking a screenshot failed."> |
| 464 An error occurred | 467 An error occurred |
| 465 </message> | 468 </message> |
| 466 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The tex t of the notification when a screenshot was taken."> | 469 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_SUCCESS" desc="The tex t of the notification when a screenshot was taken."> |
| 467 Click to view | 470 Click to view |
| 468 </message> | 471 </message> |
| 469 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o f the notification when taking a screenshot failed."> | 472 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TEXT_FAIL" desc="The text o f the notification when taking a screenshot failed."> |
| 470 Failed to save screenshot | 473 Failed to save screenshot |
| 471 </message> | 474 </message> |
| 472 | 475 |
| 473 <!-- ChromeOS-specific strings --> | 476 <!-- ChromeOS-specific strings --> |
| 474 <if expr="pp_ifdef('chromeos')"> | 477 <if expr="pp_ifdef('chromeos')"> |
| 475 <part file="ash_chromeos_strings.grdp" /> | 478 <part file="ash_chromeos_strings.grdp" /> |
| 476 </if> | 479 </if> |
| 477 | 480 |
| 478 </messages> | 481 </messages> |
| 479 </release> | 482 </release> |
| 480 </grit> | 483 </grit> |
| 481 | 484 |
| OLD | NEW |