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 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 This session will end in <ph name="session_time_remaining">$1<ex>4 minut es 23 seconds</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 This session will end in <ph name="session_time_remaining">$1<ex>4 minut es 23 seconds</ex></ph>. You will be automatically signed out! |
|
bartfab (slow)
2014/05/05 13:45:04
Please request a string review by the UI folks. No
Thiemo Nagel
2014/05/05 14:48:41
It's in progress, and yes, that was the first comm
| |
| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 657 | 657 |
| 658 <!-- ChromeOS-specific strings --> | 658 <!-- ChromeOS-specific strings --> |
| 659 <if expr="chromeos"> | 659 <if expr="chromeos"> |
| 660 <part file="ash_chromeos_strings.grdp" /> | 660 <part file="ash_chromeos_strings.grdp" /> |
| 661 </if> | 661 </if> |
| 662 | 662 |
| 663 </messages> | 663 </messages> |
| 664 </release> | 664 </release> |
| 665 </grit> | 665 </grit> |
| 666 | 666 |
| OLD | NEW |