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

Side by Side Diff: ash/ash_chromeos_strings.grdp

Issue 12843019: Suppress error notifications and detailed view during OOBE (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix TrayAccessibilityTest 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 | « no previous file | ash/system/chromeos/network/network_state_notifier.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 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 </message> 119 </message>
120 <message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network out o f data error notification"> 120 <message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network out o f data error notification">
121 Network Connection Error 121 Network Connection Error
122 </message> 122 </message>
123 <message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for network out of data error notification"> 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. 124 You may have used up your mobile data allowance.
125 </message> 125 </message>
126 <message name="IDS_NETWORK_OUT_OF_CREDITS_LINK" desc="Link text for network ou t of data error notification"> 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. 127 Visit the <ph name="name">$1<ex>GoogleGuest</ex></ph> activation portal to b uy more data.
128 </message> 128 </message>
129 <message name="IDS_NETWORK_UNRECOGNIZED_ERROR" desc="Unrecognized Network erro r text">
130 Unrecognized error: <ph name="desc">$1<ex>ShillErrorString</ex></ph>
131 </message>
129 132
130 <!-- Network state strings --> 133 <!-- Network state strings -->
131 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in abou t:network: UNKNOWN"> 134 <message name="IDS_CHROMEOS_NETWORK_STATE_UNKNOWN" desc="Network state in abou t:network: UNKNOWN">
132 Unknown 135 Unknown
133 </message> 136 </message>
134 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in about:n etwork: IDLE"> 137 <message name="IDS_CHROMEOS_NETWORK_STATE_IDLE" desc="Network state in about:n etwork: IDLE">
135 Idle 138 Idle
136 </message> 139 </message>
137 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in abou t:network: CARRIER"> 140 <message name="IDS_CHROMEOS_NETWORK_STATE_CARRIER" desc="Network state in abou t:network: CARRIER">
138 Carrier 141 Carrier
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error in about:network: Unrecognized"> 229 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network error in about:network: Unrecognized">
227 Unrecognized error 230 Unrecognized error
228 </message> 231 </message>
229 232
230 <!-- Status Tray ScreenCapture strings --> 233 <!-- Status Tray ScreenCapture strings -->
231 <message name="IDS_CHROMEOS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_STOP" desc="labe l used for screen sharing stop button"> 234 <message name="IDS_CHROMEOS_MEDIA_SCREEN_CAPTURE_NOTIFICATION_STOP" desc="labe l used for screen sharing stop button">
232 Stop 235 Stop
233 </message> 236 </message>
234 237
235 </grit-part> 238 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/network/network_state_notifier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698