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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 12779022: Add Ash notification UI for OutOfCredits network property (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add support for R26 Created 7 years, 9 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/system/chromeos/network/network_observer.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 Network strings --> 6 <!-- Status Tray Network strings -->
7 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ k dialog header."> 7 <message name="IDS_ASH_STATUS_TRAY_NETWORK" desc="The label used in the networ k dialog header.">
8 Network 8 Network
9 </message> 9 </message>
10 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail ed view header."> 10 <message name="IDS_ASH_STATUS_TRAY_VPN" desc="The label used in the VPN detail ed view header.">
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 Searching for cellular networks... 110 Searching for cellular networks...
111 </message> 111 </message>
112 112
113 <!-- Other Network UI strings --> 113 <!-- Other Network UI strings -->
114 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network con nection error notification"> 114 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network con nection error notification">
115 Network Connection Error 115 Network Connection Error
116 </message> 116 </message>
117 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_DETAILS" desc="Messag e for network connection error notification with details"> 117 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_DETAILS" desc="Messag e for network connection error notification with details">
118 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph> 118 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph>
119 </message> 119 </message>
120 <message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network out o f data error notification">
121 Network Connection Error
122 </message>
123 <message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for network out of data error notification">
124 You may have used up your mobile data allowance.
125 </message>
126 <message name="IDS_NETWORK_OUT_OF_CREDITS_LINK" desc="Link text for network ou t of data error notification">
127 Visit the <ph name="name">$1<ex>GoogleGuest</ex></ph> activation portal to b uy more data.
128 </message>
120 129
121 <!-- Network state strings --> 130 <!-- Network state strings -->
122 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in abou t:network: UNKNOWN"> 131 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in abou t:network: UNKNOWN">
123 Unknown 132 Unknown
124 </message> 133 </message>
125 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in about:n etwork: IDLE"> 134 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in about:n etwork: IDLE">
126 Idle 135 Idle
127 </message> 136 </message>
128 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in abou t:network: CARRIER"> 137 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in abou t:network: CARRIER">
129 Carrier 138 Carrier
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 Failed to authenticate with provided certificate 221 Failed to authenticate with provided certificate
213 </message> 222 </message>
214 <message name="IDS_CHROMEOS_NETWORK_ERROR_PPP_AUTH_FAILED" desc="Network error in about:network: PPP_AUTH_FAILED"> 223 <message name="IDS_CHROMEOS_NETWORK_ERROR_PPP_AUTH_FAILED" desc="Network error in about:network: PPP_AUTH_FAILED">
215 Failed to authenticate with provided username or password 224 Failed to authenticate with provided username or password
216 </message> 225 </message>
217 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error in about:network: Unrecognized"> 226 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error in about:network: Unrecognized">
218 Unrecognized error 227 Unrecognized error
219 </message> 228 </message>
220 229
221 </grit-part> 230 </grit-part>
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | ash/system/chromeos/network/network_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698