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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 </message> | 517 </message> |
518 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> | 518 <message name="IDS_ASH_MINIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window gets minimized."> |
519 Minimize | 519 Minimize |
520 </message> | 520 </message> |
521 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> | 521 <message name="IDS_ASH_DISPLAY_FAILURE_ON_MIRRORING" desc="An error messag
e to show that the system failed to enter the mirroring mode."> |
522 Could not mirror displays since no supported resolutions found. Entered
extended desktop instead. | 522 Could not mirror displays since no supported resolutions found. Entered
extended desktop instead. |
523 </message> | 523 </message> |
524 <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."> | 524 <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."> |
525 Dear Monitor, it's not working out between us. (That monitor is not supp
orted) | 525 Dear Monitor, it's not working out between us. (That monitor is not supp
orted) |
526 </message> | 526 </message> |
| 527 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_ACCEPT" desc="A button la
bel shown in the notification for the resolution change to accept the change"> |
| 528 Accept |
| 529 </message> |
| 530 <message name="IDS_ASH_DISPLAY_RESOLUTION_CHANGE_REVERT" desc="A button la
bel shown in the notification for the resolution change to revert the change"> |
| 531 Revert |
| 532 </message> |
| 533 <message name="IDS_ASH_DISPLAY_RESOLUTION_TIMEOUT" desc="A message for to
notify the user about the timeout of display resolution change."> |
| 534 Reverting to old resolution in <ph name="TIMEOUT_SECONDS">$1</ph> |
| 535 </message> |
527 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> | 536 <message name="IDS_ASH_INTERNAL_DISPLAY_NAME" desc="The name of the intern
al display which is shown in the display settings."> |
528 Internal Display | 537 Internal Display |
529 </message> | 538 </message> |
530 <message name="IDS_ASH_LOW_PERIPHERAL_BATTERY_NOTIFICATION_TEXT" desc="The
text of the notification when a peripheral device is in low battery condition."
> | 539 <message name="IDS_ASH_LOW_PERIPHERAL_BATTERY_NOTIFICATION_TEXT" desc="The
text of the notification when a peripheral device is in low battery condition."
> |
531 Battery low (<ph name="percentage">$1<ex>56</ex></ph>%) | 540 Battery low (<ph name="percentage">$1<ex>56</ex></ph>%) |
532 </message> | 541 </message> |
533 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The ti
tle of the notification when a screenshot was taken."> | 542 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_SUCCESS" desc="The ti
tle of the notification when a screenshot was taken."> |
534 Screenshot taken | 543 Screenshot taken |
535 </message> | 544 </message> |
536 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title
of the notification when taking a screenshot failed."> | 545 <message name="IDS_ASH_SCREENSHOT_NOTIFICATION_TITLE_FAIL" desc="The title
of the notification when taking a screenshot failed."> |
(...skipping 14 matching lines...) Expand all Loading... |
551 | 560 |
552 <!-- ChromeOS-specific strings --> | 561 <!-- ChromeOS-specific strings --> |
553 <if expr="pp_ifdef('chromeos')"> | 562 <if expr="pp_ifdef('chromeos')"> |
554 <part file="ash_chromeos_strings.grdp" /> | 563 <part file="ash_chromeos_strings.grdp" /> |
555 </if> | 564 </if> |
556 | 565 |
557 </messages> | 566 </messages> |
558 </release> | 567 </release> |
559 </grit> | 568 </grit> |
560 | 569 |
OLD | NEW |