| 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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 </message> | 351 </message> |
| 352 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label
of the item 'Settings...' used in the accessibility menu of the system tray to
open an accessibility setting page."> | 352 <message name="IDS_ASH_STATUS_TRAY_ACCESSIBILITY_SETTINGS" desc="The label
of the item 'Settings...' used in the accessibility menu of the system tray to
open an accessibility setting page."> |
| 353 Settings... | 353 Settings... |
| 354 </message> | 354 </message> |
| 355 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the
help button."> | 355 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the
help button."> |
| 356 Help | 356 Help |
| 357 </message> | 357 </message> |
| 358 <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"> | 358 <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"> |
| 359 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug
31, 2012</ex></ph> | 359 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug
31, 2012</ex></ph> |
| 360 </message> | 360 </message> |
| 361 <message name="IDS_ASH_STATUS_TRAY_REBOOT" desc="The accessible text for t
he reboot button."> |
| 362 Restart |
| 363 </message> |
| 361 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for
the shutdown button."> | 364 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for
the shutdown button."> |
| 362 Shut down | 365 Shut down |
| 363 </message> | 366 </message> |
| 364 | 367 |
| 365 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins
tead of email for supervised users"> | 368 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins
tead of email for supervised users"> |
| 366 Supervised user | 369 Supervised user |
| 367 </message> | 370 </message> |
| 368 | 371 |
| 369 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 372 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
| 370 Previous menu | 373 Previous menu |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 | 424 |
| 422 <!-- ChromeOS-specific strings --> | 425 <!-- ChromeOS-specific strings --> |
| 423 <if expr="chromeos"> | 426 <if expr="chromeos"> |
| 424 <part file="ash_chromeos_strings.grdp" /> | 427 <part file="ash_chromeos_strings.grdp" /> |
| 425 </if> | 428 </if> |
| 426 | 429 |
| 427 </messages> | 430 </messages> |
| 428 </release> | 431 </release> |
| 429 </grit> | 432 </grit> |
| 430 | 433 |
| OLD | NEW |