| 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 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 428 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for
the shutdown button."> | 428 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for
the shutdown button."> |
| 429 Shutdown | 429 Shutdown |
| 430 </message> | 430 </message> |
| 431 <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."
> | 431 <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."
> |
| 432 <ph name="hours">$1<ex>01</ex></ph>:<ph name="minutes">$2<ex>35</ex></ph
>:<ph name="seconds">$3<ex>12</ex></ph> | 432 <ph name="hours">$1<ex>01</ex></ph>:<ph name="minutes">$2<ex>35</ex></ph
>:<ph name="seconds">$3<ex>12</ex></ph> |
| 433 </message> | 433 </message> |
| 434 <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME_NOTIFICATION" de
sc="Notification shown to inform the user that the session length is limited."> | 434 <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME_NOTIFICATION" de
sc="Notification shown to inform the user that the session length is limited."> |
| 435 This session will end in <ph name="session_time_remaining">$1<ex>15 minu
tes</ex></ph>. You will be automatically signed out. | 435 This session will end in <ph name="session_time_remaining">$1<ex>15 minu
tes</ex></ph>. You will be automatically signed out. |
| 436 </message> | 436 </message> |
| 437 | 437 |
| 438 <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label show
n instead of email for locally managed users"> |
| 439 Locally managed user |
| 440 </message> |
| 441 |
| 438 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 442 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
| 439 Previous menu | 443 Previous menu |
| 440 </message> | 444 </message> |
| 441 | 445 |
| 442 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window get maximized."> | 446 <message name="IDS_ASH_MAXIMIZE_WINDOW" desc="A help text to show that whe
n the button gets clicked the window get maximized."> |
| 443 Maximize | 447 Maximize |
| 444 </message> | 448 </message> |
| 445 <message name="IDS_ASH_SNAP_WINDOW_RIGHT" desc="A help text to show that w
hen the button gets clicked the window get snapped to the right side."> | 449 <message name="IDS_ASH_SNAP_WINDOW_RIGHT" desc="A help text to show that w
hen the button gets clicked the window get snapped to the right side."> |
| 446 Right | 450 Right |
| 447 </message> | 451 </message> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 | 485 |
| 482 <!-- ChromeOS-specific strings --> | 486 <!-- ChromeOS-specific strings --> |
| 483 <if expr="pp_ifdef('chromeos')"> | 487 <if expr="pp_ifdef('chromeos')"> |
| 484 <part file="ash_chromeos_strings.grdp" /> | 488 <part file="ash_chromeos_strings.grdp" /> |
| 485 </if> | 489 </if> |
| 486 | 490 |
| 487 </messages> | 491 </messages> |
| 488 </release> | 492 </release> |
| 489 </grit> | 493 </grit> |
| 490 | 494 |
| OLD | NEW |