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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 697903002: Fix some minor typos related to the word "accessibility". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix an error of the chromeos build. Created 6 years, 1 month 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 | ash/system/chromeos/power/tray_power.cc » ('j') | 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 <!-- ChromeOS-specific strings (included from ash_strings.grd). 2 <!-- ChromeOS-specific strings (included from ash_strings.grd).
3 Everything in this file is wrapped in <if expr="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 5
6 <!-- Status tray charging strings. --> 6 <!-- Status tray charging strings. -->
7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of a notification indicating that a low-current USB charger has been connected."> 7 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_TITLE" desc="The title of a notification indicating that a low-current USB charger has been connected.">
8 Low-power charger connected 8 Low-power charger connected
9 </message> 9 </message>
10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag e body of a notification indicating that a low-current USB charger has been conn ected."> 10 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE" desc="The messag e body of a notification indicating that a low-current USB charger has been conn ected.">
11 Your Chromebook may not charge while it is turned on. Consider using the off icial charger. 11 Your Chromebook may not charge while it is turned on. Consider using the off icial charger.
12 </message> 12 </message>
13 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE_SHORT" desc="The message body of a notification indicating that a low-current USB charger has bee n connected, short version."> 13 <message name="IDS_ASH_STATUS_TRAY_LOW_POWER_CHARGER_MESSAGE_SHORT" desc="The message body of a notification indicating that a low-current USB charger has bee n connected, short version.">
14 Your Chromebook may not charge while it is turned on. 14 Your Chromebook may not charge while it is turned on.
15 </message> 15 </message>
16 16
17 <message name="IDS_CHARGER_REPLACEMENT_ACCESSIBILTY_NOTIFICATION" desc="The no tification string used in accessibility to tell user to contact Google for repla cing the possible bad charger."> 17 <message name="IDS_CHARGER_REPLACEMENT_ACCESSIBILITY_NOTIFICATION" desc="The n otification string used in accessibility to tell user to contact Google for repl acing the possible bad charger.">
18 You may have a bad charger. If you live in the US, please call 866-628-1371 in order to receive help and a replacement. If you live in the UK, please call 0 800-026-0613. If you live in Ireland, please call 1-800-832-664. If you live in Canada, please call 866-628-1372. If you live in Australia, please call 1-800-06 7-460. 18 You may have a bad charger. If you live in the US, please call 866-628-1371 in order to receive help and a replacement. If you live in the UK, please call 0 800-026-0613. If you live in Ireland, please call 1-800-832-664. If you live in Canada, please call 866-628-1372. If you live in Australia, please call 1-800-06 7-460.
19 </message> 19 </message>
20 20
21 <!-- Status Tray Network strings --> 21 <!-- Status Tray Network strings -->
22 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ k dialog header."> 22 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ k dialog header.">
23 Network 23 Network
24 </message> 24 </message>
25 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail ed view header."> 25 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail ed view header.">
26 Private Network 26 Private Network
27 </message> 27 </message>
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log out confirmation dialog."> 397 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING" desc="The text for the log out confirmation dialog.">
398 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>. 398 You will automatically be signed out in <ph name="LOGOUT_TIME_LEFT">$1<ex>5 seconds</ex></ph>.
399 </message> 399 </message>
400 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left."> 400 <message name="IDS_ASH_LOGOUT_CONFIRMATION_WARNING_NOW" desc="The text for the logout confirmation dialog with no time left.">
401 You will be signed out now. 401 You will be signed out now.
402 </message> 402 </message>
403 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog."> 403 <message name="IDS_ASH_LOGOUT_CONFIRMATION_BUTTON" desc="The text for okay but ton of the logout confirmation dialog.">
404 Sign out now 404 Sign out now
405 </message> 405 </message>
406 </grit-part> 406 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/power/tray_power.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698