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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 22340006: Show notifications for Network Config errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + move comment Created 7 years, 4 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 | « no previous file | ash/system/chromeos/network/network_connect.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="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. --> 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.">
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 </message> 237 </message>
238 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_LOCAL_TLS_FAILED" desc="Network error details in notifications: EAP_LOCAL_TLS_FAILED"> 238 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_LOCAL_TLS_FAILED" desc="Network error details in notifications: EAP_LOCAL_TLS_FAILED">
239 Authentication certificate rejected locally 239 Authentication certificate rejected locally
240 </message> 240 </message>
241 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_REMOTE_TLS_FAILED" desc="Network error details in notifications: EAP_REMOTE_TLS_FAILED"> 241 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_REMOTE_TLS_FAILED" desc="Network error details in notifications: EAP_REMOTE_TLS_FAILED">
242 Authentication certificate rejected remotely 242 Authentication certificate rejected remotely
243 </message> 243 </message>
244 <message name="IDS_CHROMEOS_NETWORK_ERROR_PPP_AUTH_FAILED" desc="Network error details in notifications: PPP_AUTH_FAILED"> 244 <message name="IDS_CHROMEOS_NETWORK_ERROR_PPP_AUTH_FAILED" desc="Network error details in notifications: PPP_AUTH_FAILED">
245 PPP authentication failed due to an incorrect username or password 245 PPP authentication failed due to an incorrect username or password
246 </message> 246 </message>
247 <message name="IDS_CHROMEOS_NETWORK_ERROR_CONFIGURE_FAILED" desc="Network erro r details in notifications: Configuration error">
248 Failed to configure network
249 </message>
247 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error de tails in notifications: Unrecognized"> 250 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error de tails in notifications: Unrecognized">
248 Unrecognized error 251 Unrecognized error
249 </message> 252 </message>
250 253
251 <!-- Status tray screen capture strings. --> 254 <!-- Status tray screen capture strings. -->
252 <message name="IDS_ASH_STATUS_TRAY_SCREEN_CAPTURE_STOP" desc="label used for s creen capture stop button"> 255 <message name="IDS_ASH_STATUS_TRAY_SCREEN_CAPTURE_STOP" desc="label used for s creen capture stop button">
253 Stop 256 Stop
254 </message> 257 </message>
255 258
256 <!-- Status tray screen share strings. --> 259 <!-- Status tray screen share strings. -->
257 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_STOP" desc="label used for scr een sharing stop button"> 260 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_STOP" desc="label used for scr een sharing stop button">
258 Stop 261 Stop
259 </message> 262 </message>
260 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for screen sharing notification"> 263 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED" desc="label for screen sharing notification">
261 Sharing control of your screen via Hangouts. 264 Sharing control of your screen via Hangouts.
262 </message> 265 </message>
263 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label for screen sharing notification with name"> 266 <message name="IDS_ASH_STATUS_TRAY_SCREEN_SHARE_BEING_HELPED_NAME" desc="label for screen sharing notification with name">
264 Sharing control of your screen with <ph name="HELPER_NAME">$1<ex>Walder Frey </ex></ph> via Hangouts. 267 Sharing control of your screen with <ph name="HELPER_NAME">$1<ex>Walder Frey </ex></ph> via Hangouts.
265 </message> 268 </message>
266 269
267 </grit-part> 270 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/network/network_connect.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698