| 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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 345 </message> | 345 </message> |
| 346 <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."> | 346 <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."> |
| 347 Settings... | 347 Settings... |
| 348 </message> | 348 </message> |
| 349 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the
help button."> | 349 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the
help button."> |
| 350 Help | 350 Help |
| 351 </message> | 351 </message> |
| 352 <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"> | 352 <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"> |
| 353 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug
31, 2012</ex></ph> | 353 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug
31, 2012</ex></ph> |
| 354 </message> | 354 </message> |
| 355 <message name="IDS_ASH_STATUS_TRAY_REBOOT" desc="The accessible text for t
he reboot button."> |
| 356 Restart |
| 357 </message> |
| 355 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for
the shutdown button."> | 358 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for
the shutdown button."> |
| 356 Shut down | 359 Shut down |
| 357 </message> | 360 </message> |
| 358 | 361 |
| 359 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins
tead of email for supervised users"> | 362 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins
tead of email for supervised users"> |
| 360 Supervised user | 363 Supervised user |
| 361 </message> | 364 </message> |
| 362 | 365 |
| 363 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 366 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
| 364 Previous menu | 367 Previous menu |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 | 421 |
| 419 <!-- ChromeOS-specific strings --> | 422 <!-- ChromeOS-specific strings --> |
| 420 <if expr="chromeos"> | 423 <if expr="chromeos"> |
| 421 <part file="ash_chromeos_strings.grdp" /> | 424 <part file="ash_chromeos_strings.grdp" /> |
| 422 </if> | 425 </if> |
| 423 | 426 |
| 424 </messages> | 427 </messages> |
| 425 </release> | 428 </release> |
| 426 </grit> | 429 </grit> |
| 427 | 430 |
| OLD | NEW |