Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(358)

Side by Side Diff: ash/ash_strings.grd

Issue 147023003: Shutdown button tooltip string changed for consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE_ACCESSIBLE" desc="The message used by accessibility to indicate that battery charging is un reliable."> 497 <message name="IDS_ASH_STATUS_TRAY_BATTERY_CHARGING_UNRELIABLE_ACCESSIBLE" desc="The message used by accessibility to indicate that battery charging is un reliable.">
498 Plugged in to a low-power charger. Battery charging may not be reliable. 498 Plugged in to a low-power charger. Battery charging may not be reliable.
499 </message> 499 </message>
500 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the help button."> 500 <message name="IDS_ASH_STATUS_TRAY_HELP" desc="The accessible text for the help button.">
501 Help 501 Help
502 </message> 502 </message>
503 <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"> 503 <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">
504 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug 31, 2012</ex></ph> 504 <ph name="short_weekday">$1<ex>Fri</ex></ph>, <ph name="date">$2<ex>Aug 31, 2012</ex></ph>
505 </message> 505 </message>
506 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for the shutdown button."> 506 <message name="IDS_ASH_STATUS_TRAY_SHUTDOWN" desc="The accessible text for the shutdown button.">
507 Shutdown 507 Shut down
508 </message> 508 </message>
509 <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." > 509 <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." >
510 <ph name="hours">$1<ex>01</ex></ph>:<ph name="minutes">$2<ex>35</ex></ph >:<ph name="seconds">$3<ex>12</ex></ph> 510 <ph name="hours">$1<ex>01</ex></ph>:<ph name="minutes">$2<ex>35</ex></ph >:<ph name="seconds">$3<ex>12</ex></ph>
511 </message> 511 </message>
512 <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME_NOTIFICATION" de sc="Notification shown to inform the user that the session length is limited."> 512 <message name="IDS_ASH_STATUS_TRAY_REMAINING_SESSION_TIME_NOTIFICATION" de sc="Notification shown to inform the user that the session length is limited.">
513 This session will end in <ph name="session_time_remaining">$1<ex>15 minu tes</ex></ph>. You will be automatically signed out. 513 This session will end in <ph name="session_time_remaining">$1<ex>15 minu tes</ex></ph>. You will be automatically signed out.
514 </message> 514 </message>
515 515
516 <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label show n instead of email for supervised users"> 516 <message name="IDS_ASH_STATUS_TRAY_LOCALLY_MANAGED_LABEL" desc="Label show n instead of email for supervised users">
517 Supervised user 517 Supervised user
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 616
617 <!-- ChromeOS-specific strings --> 617 <!-- ChromeOS-specific strings -->
618 <if expr="pp_ifdef('chromeos')"> 618 <if expr="pp_ifdef('chromeos')">
619 <part file="ash_chromeos_strings.grdp" /> 619 <part file="ash_chromeos_strings.grdp" />
620 </if> 620 </if>
621 621
622 </messages> 622 </messages>
623 </release> 623 </release>
624 </grit> 624 </grit>
625 625
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698