| 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 name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the
help button."> | 345 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the
help button."> |
| 346 Help | 346 Help |
| 347 </message> | 347 </message> |
| 348 <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"> | 348 <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"> |
| 349 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug
31, 2012</ex></ph> | 349 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug
31, 2012</ex></ph> |
| 350 </message> | 350 </message> |
| 351 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for
the shutdown button."> | 351 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for
the shutdown button."> |
| 352 Shut down | 352 Shut down |
| 353 </message> | 353 </message> |
| 354 | 354 |
| 355 <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label show
n instead of email for supervised users"> | 355 <message name="IDS_ASH_STATUS_TRAY_SUPERVISED_LABEL" desc="Label shown ins
tead of email for supervised users"> |
| 356 Supervised user | 356 Supervised user |
| 357 </message> | 357 </message> |
| 358 | 358 |
| 359 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> | 359 <message name="IDS_ASH_STATUS_TRAY_PREVIOUS_MENU" desc="The accessible tex
t for header entries for detailed versions of status tray items."> |
| 360 Previous menu | 360 Previous menu |
| 361 </message> | 361 </message> |
| 362 | 362 |
| 363 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text
shown in the notification icon for the unread count when the count is more than
9."> | 363 <message name="IDS_ASH_NOTIFICATION_UNREAD_COUNT_NINE_PLUS" desc="The text
shown in the notification icon for the unread count when the count is more than
9."> |
| 364 9+ | 364 9+ |
| 365 </message> | 365 </message> |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 412 | 412 |
| 413 <!-- ChromeOS-specific strings --> | 413 <!-- ChromeOS-specific strings --> |
| 414 <if expr="chromeos"> | 414 <if expr="chromeos"> |
| 415 <part file="ash_chromeos_strings.grdp" /> | 415 <part file="ash_chromeos_strings.grdp" /> |
| 416 </if> | 416 </if> |
| 417 | 417 |
| 418 </messages> | 418 </messages> |
| 419 </release> | 419 </release> |
| 420 </grit> | 420 </grit> |
| 421 | 421 |
| OLD | NEW |