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

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

Issue 11299236: This moves the ONC parsing code into chromeos/network/onc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove translated strings Created 8 years 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 </message> 137 </message>
138 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the Learn More link on the offer butter bar."> 138 <message name="IDS_OFFERS_CONSENT_INFOBAR_LABEL_LEARN_MORE" desc="Text of the Learn More link on the offer butter bar.">
139 Learn More 139 Learn More
140 </message> 140 </message>
141 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l abel."> 141 <message name="IDS_OFFERS_CONSENT_INFOBAR_ENABLE_BUTTON" desc="Enable button l abel.">
142 Allow 142 Allow
143 </message> 143 </message>
144 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button label."> 144 <message name="IDS_OFFERS_CONSENT_INFOBAR_DISABLE_BUTTON" desc="Disable button label.">
145 Deny 145 Deny
146 </message> 146 </message>
147 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_NOT_A_JSON_DICTIONARY" desc="E rror for network configuration: Configuration is not a valid JSON dictionary.">
148 The configuration is not a valid JSON dictionary.
149 </message>
150 <message name="IDS_NETWORK_CONFIG_LOADING_ERROR" desc="Error message for loadi ng network configuration file.">
151 Error loading network configuration file: <ph name="error">$1<ex>Unknown err or</ex></ph>
152 </message>
153 <message name="IDS_NETWORK_CONFIG_ERROR_UNKNOWN" desc="Error for network confi guration: Unknown error.">
154 Unknown error
155 </message>
156 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne twork configuration: Incorrect password."> 147 <message name="IDS_NETWORK_CONFIG_ERROR_INCORRECT_PASSWORD" desc="Error for ne twork configuration: Incorrect password.">
157 Incorrect password 148 Incorrect password
158 </message> 149 </message>
159 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_TYPE_MISSING" desc="Error for network configuration: Network type missing."> 150 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_TYPE_MISSING" desc="Error for network configuration: Network type missing.">
160 Network type missing 151 Network type missing
161 </message> 152 </message>
162 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_PROP_DICT_MALFORMED" desc="Err or for network configuration: Network property dictionary malformed."> 153 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_PROP_DICT_MALFORMED" desc="Err or for network configuration: Network property dictionary malformed.">
163 Network property dictionary malformed 154 Network property dictionary malformed
164 </message> 155 </message>
165 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_EAP_DICT_MALFORMED" desc="Erro r for network configuration: Network EAP dictionary malformed."> 156 <message name="IDS_NETWORK_CONFIG_ERROR_UNABLE_TO_LOAD_ONC" desc="Error for ne twork configuration: Unable to load ONC configuration.">
166 Network EAP dictionary malformed 157 Unable to load ONC configuration
167 </message>
168 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_DELETE" desc="Error for networ k configuration: Network delete error.">
169 Network delete error
170 </message>
171 <message name="IDS_NETWORK_CONFIG_ERROR_NETWORK_IMPORT" desc="Error for networ k configuration: Network import error.">
172 Network import error
173 </message>
174 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_GUID_MISSING" desc="Error for net work configuration: Certificateg GUID missing.">
175 Certificate GUID missing
176 </message>
177 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_GUID_COLLISION" desc="Error for n etwork configuration: GUID is taken by a different certificate.">
178 Certificate GUID collision
179 </message>
180 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_TYPE_MISSING" desc="Error for net work configuration: Certificate type missing.">
181 Certificate type missing
182 </message>
183 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_TRUST_INVALID" desc="Error for ne twork configuration: Certificate trust invalid.">
184 Certificate trust invalid
185 </message>
186 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_TRUST_UNKNOWN" desc="Error for ne twork configuration: Certificate trust unknown.">
187 Certificate trust unknown
188 </message>
189 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DATA_MISSING" desc="Error for net work configuration: Certificate data missing.">
190 Certificate data missing
191 </message>
192 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DATA_MALFORMED" desc="Error for n etwork configuration: Certificate data malformed.">
193 Certificate data malformed
194 </message>
195 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DELETE" desc="Error for network c onfiguration: Certificate delete error.">
196 Certificate delete error
197 </message>
198 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_IMPORT" desc="Error for network c onfiguration: Certificate import error.">
199 Certificate import error
200 </message>
201 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_MALFORMED" desc="Display ed when importing an encrypted ONC file and the ONC file is malformed.">
202 Encrypted ONC file is malformed.
203 </message>
204 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_UNSUPPORTED_ENCRYPTION" desc="Displayed when importing an encrypted ONC file and the ONC file uses an en cryption protocol that is not supported.">
205 Encrypted ONC file uses an unsupported encryption scheme.
206 </message>
207 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_UNABLE_TO_DECODE" desc=" Displayed when importing an encrypted ONC file and the encryption parameters are not able to be parsed.">
208 Unable to parse some parameters in the encrypted ONC file.
209 </message>
210 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_UNABLE_TO_DECRYPT" desc= "Displayed when importing an encrypted ONC file and it is not able to be decrypt ed.">
211 Unable to decrypt the encrypted ONC file.
212 </message>
213 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_TOO_MANY_ITERATIONS" des c="Displayed when importing an encrypted ONC file and the iteration count is too large.">
214 Passphrase iteration count is too large.
215 </message> 158 </message>
216 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_TITLE" desc="Title of the window for generating a new network certificate."> 159 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_TITLE" desc="Title of the window for generating a new network certificate.">
217 Obtain network certificate 160 Obtain network certificate
218 </message> 161 </message>
219 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_INSTRUCTIONS" desc="Text in the window used for generating a new network certificate."> 162 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_INSTRUCTIONS" desc="Text in the window used for generating a new network certificate.">
220 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. 163 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.
221 </message> 164 </message>
222 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_BUTTON" desc="Text of the accept button for generating a new network certificate."> 165 <message name="IDS_NETWORK_ENROLLMENT_HANDLER_BUTTON" desc="Text of the accept button for generating a new network certificate.">
223 Get new certificate 166 Get new certificate
224 </message> 167 </message>
(...skipping 3220 matching lines...) Expand 10 before | Expand all | Expand 10 after
3445 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for the n etwork error status in 'Managed by DOMAIN' label on login screen."> 3388 <message name="IDS_LOGIN_MANAGED_BY_STATUS_NETWORK_ERROR" desc="Text for the n etwork error status in 'Managed by DOMAIN' label on login screen.">
3446 Network error while communicating with the device management service. 3389 Network error while communicating with the device management service.
3447 </message> 3390 </message>
3448 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notification ba r on the login screen showing that this is a managed device."> 3391 <message name="IDS_LOGIN_MANAGED_BY_NOTICE" desc="Text for the notification ba r on the login screen showing that this is a managed device.">
3449 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>. 3392 This device is managed by <ph name="DOMAIN">$1<ex>yourdomain.com</ex></ph>.
3450 </message> 3393 </message>
3451 <message name="IDS_LOGIN_MANAGED_REPORTING_HINT" desc="Text for the hint on re porting features displayed in the enterprise notification bar on the login scree n."> 3394 <message name="IDS_LOGIN_MANAGED_REPORTING_HINT" desc="Text for the hint on re porting features displayed in the enterprise notification bar on the login scree n.">
3452 Device usage may be tracked. 3395 Device usage may be tracked.
3453 </message> 3396 </message>
3454 </grit-part> 3397 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698