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 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 </message> | 505 </message> |
506 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the
help button."> | 506 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the
help button."> |
507 Help | 507 Help |
508 </message> | 508 </message> |
509 <message name="IDS_ASH_STATUS_TRAY_DATE" desc="The date displayed on ash s
ystem bubble, Depending on launguage, please choose the best separator(eg ',') b
etween abbreviated weekday and date"> | 509 <message name="IDS_ASH_STATUS_TRAY_DATE" desc="The date displayed on ash s
ystem bubble, Depending on launguage, please choose the best separator(eg ',') b
etween abbreviated weekday and date"> |
510 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug
31, 2012</ex></ph> | 510 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug
31, 2012</ex></ph> |
511 </message> | 511 </message> |
512 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for
the shutdown button."> | 512 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for
the shutdown button."> |
513 Shut down | 513 Shut down |
514 </message> | 514 </message> |
515 <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME" desc="The time
remaining until the end of the session. Shown if the session length is limited."
> | 515 <message name="IDS_ASH_STATUS_TRAY_BUBBLE_SESSION_LENGTH_LIMIT" desc="Tray
bubble item shown to inform the user that the session length is limited."> |
516 <ph name="hours">$1<ex>01</ex></ph>:<ph name="minutes">$2<ex>35</ex></ph
>:<ph name="seconds">$3<ex>12</ex></ph> | 516 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 sec
onds</ex></ph>. |
517 </message> | 517 </message> |
518 <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME_NOTIFICATION" de
sc="Notification shown to inform the user that the session length is limited."> | 518 <message name="IDS_ASH_STATUS_TRAY_NOTIFICATION_SESSION_LENGTH_LIMIT" desc
="Notification shown to inform the user that the session length is limited."> |
519 This session will end in <ph name="session_time_remaining">$1<ex>15 minu
tes</ex></ph>. You will be automatically signed out. | 519 Session ends in <ph name="session_time_remaining">$1<ex>4 minutes 23 sec
onds</ex></ph>. You will be signed out. |
520 </message> | 520 </message> |
521 | 521 |
522 <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label show
n instead of email for supervised users"> | 522 <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label show
n instead of email for supervised users"> |
523 Supervised user | 523 Supervised user |
524 </message> | 524 </message> |
525 | 525 |
526 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 526 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
527 Previous menu | 527 Previous menu |
528 </message> | 528 </message> |
529 | 529 |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
642 | 642 |
643 <!-- ChromeOS-specific strings --> | 643 <!-- ChromeOS-specific strings --> |
644 <if expr="chromeos"> | 644 <if expr="chromeos"> |
645 <part file="ash_chromeos_strings.grdp" /> | 645 <part file="ash_chromeos_strings.grdp" /> |
646 </if> | 646 </if> |
647 | 647 |
648 </messages> | 648 </messages> |
649 </release> | 649 </release> |
650 </grit> | 650 </grit> |
651 | 651 |
OLD | NEW |