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

Side by Side Diff: chrome/app/chromeos_strings.grdp

Issue 22796014: Eliminate c/b/chromeos/options/network_connect.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | « ash/system/tray/test_system_tray_delegate.cc ('k') | chrome/browser/chromeos/net/onc_utils.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 generated_resources.grd). 2 <!-- ChromeOS-specific strings (included from generated_resources.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 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 </message> 172 </message>
173 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_TITLE" desc="Title of the window for generating a new network certificate."> 173 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_TITLE" desc="Title of the window for generating a new network certificate.">
174 Obtain network certificate 174 Obtain network certificate
175 </message> 175 </message>
176 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_INSTRUCTIONS" desc="Text in the window used for generating a new network certificate."> 176 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_INSTRUCTIONS" desc="Text in the window used for generating a new network certificate.">
177 The certificate required by network "<ph name="network_name">$1<ex>My Wirele ss</ex></ph>" is either not installed or is no longer valid. Please get a new c ertificate and try connecting again. 177 The certificate required by network "<ph name="network_name">$1<ex>My Wirele ss</ex></ph>" is either not installed or is no longer valid. Please get a new c ertificate and try connecting again.
178 </message> 178 </message>
179 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_BUTTON" desc="Text of the accept button for generating a new network certificate."> 179 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_BUTTON" desc="Text of the accept button for generating a new network certificate.">
180 Get new certificate 180 Get new certificate
181 </message> 181 </message>
182 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network con nection error notification">
183 Network Activation Error
184 </message>
185 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when att empting to activate a mobile network that requries a connection">
186 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a network connection.
187 </message>
188 <message name="IDS_NETWORK_CELLULAR_ACTIVATED_TITLE" desc="Title for cellular activated notification">
189 Cellular Activated
190 </message>
191 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular acti vated notification">
192 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' dat a service has been activated and is ready to go.
193 </message>
194 <message name="IDS_LOW_BATTERY_TITLE" desc="Title for low battery notification "> 182 <message name="IDS_LOW_BATTERY_TITLE" desc="Title for low battery notification ">
195 Battery Low 183 Battery Low
196 </message> 184 </message>
197 <message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery notifica tion"> 185 <message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery notifica tion">
198 Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>. 186 Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>.
199 </message> 187 </message>
200 <message name="IDS_UPDATE_TITLE" desc="Title for update notification"> 188 <message name="IDS_UPDATE_TITLE" desc="Title for update notification">
201 System Update 189 System Update
202 </message> 190 </message>
203 <message name="IDS_UPDATE_ERROR" desc="Notification for failed update"> 191 <message name="IDS_UPDATE_ERROR" desc="Notification for failed update">
(...skipping 3575 matching lines...) Expand 10 before | Expand all | Expand 10 after
3779 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network. 3767 You are currently connected to the <ph name="NETWORK_TYPE">$1<ex>cellular</e x></ph> network.
3780 </message> 3768 </message>
3781 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label: for updates you need to connect to an Ethernet or Wi-Fi"> 3769 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_ALLOWED" desc="Status label: for updates you need to connect to an Ethernet or Wi-Fi">
3782 To check for updates, please use Ethernet or Wi-Fi. 3770 To check for updates, please use Ethernet or Wi-Fi.
3783 </message> 3771 </message>
3784 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_DISALLOWED" desc="Status labe l: for updates you need to connect to an Ethernet, mobile data or Wi-Fi"> 3772 <message name="IDS_UPGRADE_NETWORK_LIST_CELLULAR_DISALLOWED" desc="Status labe l: for updates you need to connect to an Ethernet, mobile data or Wi-Fi">
3785 To check for updates, please use Ethernet, Wi-Fi or mobile data. 3773 To check for updates, please use Ethernet, Wi-Fi or mobile data.
3786 </message> 3774 </message>
3787 3775
3788 </grit-part> 3776 </grit-part>
OLDNEW
« no previous file with comments | « ash/system/tray/test_system_tray_delegate.cc ('k') | chrome/browser/chromeos/net/onc_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698