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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 17482007: Reland: cros: Show notification when low-power charger connected (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove export macro Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « ash/ash.gyp ('k') | ash/ash_switches.h » ('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="pp_ifdef('chromeos')">. --> 3 Everything in this file is wrapped in <if expr="pp_ifdef('chromeos')">. -->
4 <grit-part> 4 <grit-part>
5 5
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.">
8 Low-power charger connected
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.">
11 Your Chromebook may not charge while it is turned on. Consider using the off icial charger.
12 </message>
13
6 <!-- Status Tray Network strings --> 14 <!-- Status Tray Network strings -->
7 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ k dialog header."> 15 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ k dialog header.">
8 Network 16 Network
9 </message> 17 </message>
10 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail ed view header."> 18 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail ed view header.">
11 Private Network 19 Private Network
12 </message> 20 </message>
13 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network device ."> 21 <message name="IDS_ASH_STATUS_TRAY_ETHERNET" desc="The ethernet network device .">
14 Ethernet 22 Ethernet
15 </message> 23 </message>
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 Stop 258 Stop
251 </message> 259 </message>
252 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for screen sharing notification"> 260 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for screen sharing notification">
253 You are being helped 261 You are being helped
254 </message> 262 </message>
255 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label for screen sharing notification with name"> 263 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label for screen sharing notification with name">
256 You are being helped by <ph name="HELPER_NAME">$1<ex>Walder Frey</ex></ph> 264 You are being helped by <ph name="HELPER_NAME">$1<ex>Walder Frey</ex></ph>
257 </message> 265 </message>
258 266
259 </grit-part> 267 </grit-part>
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698