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

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

Issue 12260046: Show notification when activating with no connection (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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
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 <!-- Idle Logout Dialog Strings --> 5 <!-- Idle Logout Dialog Strings -->
6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog"> 6 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog">
7 Are you still there? 7 Are you still there?
8 </message> 8 </message>
9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog"> 9 <message name="IDS_IDLE_LOGOUT_WARNING_RESTART" desc="Restart label for the id le logout dialog">
10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds. 10 This computer will reset in <ph name="LOGOUT_TIME_LEFT">$1<ex>20</ex></ph> s econds.
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 </message> 161 </message>
162 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_BUTTON" desc="Text of the accept button for generating a new network certificate."> 162 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_BUTTON" desc="Text of the accept button for generating a new network certificate.">
163 Get new certificate 163 Get new certificate
164 </message> 164 </message>
165 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network con nection error notification"> 165 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network con nection error notification">
166 Network Connection Error 166 Network Connection Error
167 </message> 167 </message>
168 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_DETAILS" desc="Messag e for network connection error notification with details"> 168 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_DETAILS" desc="Messag e for network connection error notification with details">
169 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph> 169 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph>
170 </message> 170 </message>
171 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network con nection error notification">
172 Network Activation Error
173 </message>
174 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when att empting to activate a mobile network that requries a connection">
175 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a network connection.
176 </message>
171 <message name="IDS_LOW_BATTERY_TITLE" desc="Title for low battery notification "> 177 <message name="IDS_LOW_BATTERY_TITLE" desc="Title for low battery notification ">
172 Battery Low 178 Battery Low
173 </message> 179 </message>
174 <message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery notifica tion"> 180 <message name="IDS_LOW_BATTERY_MESSAGE" desc="Message for low battery notifica tion">
175 Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>. 181 Less than <ph name="MINUTES">$1<ex>15 mins left</ex></ph>.
176 </message> 182 </message>
177 <message name="IDS_UPDATE_TITLE" desc="Title for update notification"> 183 <message name="IDS_UPDATE_TITLE" desc="Title for update notification">
178 System Update 184 System Update
179 </message> 185 </message>
180 <message name="IDS_UPDATE_ERROR" desc="Notification for failed update"> 186 <message name="IDS_UPDATE_ERROR" desc="Notification for failed update">
(...skipping 3415 matching lines...) Expand 10 before | Expand all | Expand 10 after
3596 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out."> 3602 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_SIGNOUT_REMINDER" desc="Text shown in the public account user pod, reminding the user to log out.">
3597 Your information will be removed when you sign out. 3603 Your information will be removed when you sign out.
3598 </message> 3604 </message>
3599 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod."> 3605 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER" desc="Label text for the sign-i n button in the public account user pod.">
3600 Enter 3606 Enter
3601 </message> 3607 </message>
3602 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to b e spoken when focus is set to the sign-in button in the public account user pod. "> 3608 <message name="IDS_LOGIN_PUBLIC_ACCOUNT_ENTER_ACCESSIBLE_NAME" desc="Text to b e spoken when focus is set to the sign-in button in the public account user pod. ">
3603 Enter public session 3609 Enter public session
3604 </message> 3610 </message>
3605 </grit-part> 3611 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698