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

Side by Side Diff: ui/chromeos/ui_chromeos_strings.grd

Issue 686503002: Move network_connect code to ui/chromeos/network (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 1 month 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
« no previous file with comments | « ui/chromeos/ui_chromeos.gyp ('k') | ui/resources/BUILD.gn » ('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 2
3 <grit base_dir="." latest_public_release="0" current_release="1" 3 <grit base_dir="." latest_public_release="0" current_release="1"
4 source_lang_id="en" enc_check="möl"> 4 source_lang_id="en" enc_check="möl">
5 <outputs> 5 <outputs>
6 <output filename="grit/ui_chromeos_strings.h" type="rc_header"> 6 <output filename="grit/ui_chromeos_strings.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="ui_chromeos_strings_am.pak" type="data_package" lang="am" /> 9 <output filename="ui_chromeos_strings_am.pak" type="data_package" lang="am" />
10 <output filename="ui_chromeos_strings_ar.pak" type="data_package" lang="ar" /> 10 <output filename="ui_chromeos_strings_ar.pak" type="data_package" lang="ar" />
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 </message> 353 </message>
354 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_30"> 354 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_30">
355 http://www.curious-creature.org/ 355 http://www.curious-creature.org/
356 </message> 356 </message>
357 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_31"> 357 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_31">
358 http://www.istockphoto.com/shaunl 358 http://www.istockphoto.com/shaunl
359 </message> 359 </message>
360 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_32"> 360 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_32">
361 http://www.magdawasiczek.pl 361 http://www.magdawasiczek.pl
362 </message> 362 </message>
363
364 <!-- Network error strings -->
365 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNKNOWN" desc="Network error det ails in notifications: UNKNOWN">
366 Unknown network error
367 </message>
368 <message name="IDS_CHROMEOS_NETWORK_ERROR_OUT_OF_RANGE" desc="Network erro r details in notifications: OUT_OF_RANGE">
369 Out of range
370 </message>
371 <message name="IDS_CHROMEOS_NETWORK_ERROR_PIN_MISSING" desc="Network error details in notifications: PIN_MISSING">
372 PIN missing
373 </message>
374 <message name="IDS_CHROMEOS_NETWORK_ERROR_DHCP_FAILED" desc="Network error details in notifications: DHCP_FAILED">
375 DHCP lookup failed
376 </message>
377 <message name="IDS_CHROMEOS_NETWORK_ERROR_CONNECT_FAILED" desc="Network er ror details in notifications: CONNECT_FAILED">
378 Connect failed
379 </message>
380 <message name="IDS_CHROMEOS_NETWORK_ERROR_BAD_PASSPHRASE" desc="Network er ror details in notifications: BAD_PASSPHRASE. Error when a bad wifi password/pas sphrase is entered.">
381 Bad password
382 </message>
383 <message name="IDS_CHROMEOS_NETWORK_ERROR_BAD_WEPKEY" desc="Network error details in notifications: BAD_WEPKEY">
384 Bad WEP key
385 </message>
386 <message name="IDS_CHROMEOS_NETWORK_ERROR_ACTIVATION_FAILED" desc="Network error details in notifications: ACTIVATION_FAILED">
387 Activation failed
388 </message>
389 <message name="IDS_CHROMEOS_NETWORK_ERROR_NEED_EVDO" desc="Network error d etails in notifications: NEED_EVDO">
390 Need EVDO
391 </message>
392 <message name="IDS_CHROMEOS_NETWORK_ERROR_NEED_HOME_NETWORK" desc="Network error details in notifications: NEED_HOME_NETWORK">
393 Need home network
394 </message>
395 <message name="IDS_CHROMEOS_NETWORK_ERROR_OTASP_FAILED" desc="Network erro r details in notifications: OTASP_FAILED">
396 OTASP failed
397 </message>
398 <message name="IDS_CHROMEOS_NETWORK_ERROR_AAA_FAILED" desc="Network error details in notifications: AAA_FAILED">
399 AAA check failed
400 </message>
401 <message name="IDS_CHROMEOS_NETWORK_ERROR_INTERNAL" desc="Network error de tails in notifications: INTERNAL">
402 Internal error
403 </message>
404 <message name="IDS_CHROMEOS_NETWORK_ERROR_DNS_LOOKUP_FAILED" desc="Network error details in notifications: DNS_LOOKUP_FAILED">
405 DNS lookup failed
406 </message>
407 <message name="IDS_CHROMEOS_NETWORK_ERROR_HTTP_GET_FAILED" desc="Network e rror details in notifications: HTTP_GET_FAILED">
408 HTTP get failed
409 </message>
410 <message name="IDS_CHROMEOS_NETWORK_ERROR_IPSEC_PSK_AUTH_FAILED" desc="Net work error details in notifications: IPSEC_PSK_AUTH_FAILED">
411 Incorrect password
412 </message>
413 <message name="IDS_CHROMEOS_NETWORK_ERROR_CERT_AUTH_FAILED" desc="Network error details in notifications: IPSEC_CERT_AUTH_FAILED">
414 Authentication certificate rejected by network
415 </message>
416 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_LOCAL_TLS_FAILED" desc="Netw ork error details in notifications: EAP_LOCAL_TLS_FAILED">
417 Authentication certificate rejected locally
418 </message>
419 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_REMOTE_TLS_FAILED" desc="Net work error details in notifications: EAP_REMOTE_TLS_FAILED">
420 Authentication certificate rejected remotely
421 </message>
422 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_AUTH_FAILED" desc="Network e rror details in notifications: IPSEC_CERT_AUTH_FAILED">
423 Username/password incorrect or EAP-auth failed
424 </message>
425 <message name="IDS_CHROMEOS_NETWORK_ERROR_PPP_AUTH_FAILED" desc="Network e rror details in notifications: PPP_AUTH_FAILED">
426 PPP authentication failed due to an incorrect username or password
427 </message>
428 <message name="IDS_CHROMEOS_NETWORK_ERROR_CONFIGURE_FAILED" desc="Network error details in notifications: Configuration error">
429 Failed to configure network
430 </message>
431 <message name="IDS_CHROMEOS_NETWORK_ERROR_CERTIFICATES_NOT_LOADED" desc="N etwork error details in notifications: Certificates not loaded">
432 Certificates not loaded
433 </message>
434 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network erro r details in notifications: Unrecognized">
435 Unrecognized error
436 </message>
437
438 <!-- Other Network UI strings -->
439 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network connection error notification">
440 Network Connection Error
441 </message>
442 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE" desc="Message for net work connection error notification">
443 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph >': <ph name="details">$2<ex>Unrecognized error</ex></ph>
444 </message>
445 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_SERVER_MESSAGE" d esc="Message for network connection error notification with details and a server message">
446 Failed to connect to '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph>
447 Server message: <ph name="server_msg">$3<ex>Incorrect password</ex></ph>
448 </message>
449 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_NO_NAME" desc="Message for network connection error where the network name is unavailable">
450 Failed to connect to network: <ph name="details">$1<ex>Unrecognized erro r</ex></ph>
451 </message>
452 <message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network o ut of data error notification">
453 Network Connection Error
454 </message>
455 <message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for net work out of data error notification">
456 You may have used up your mobile data allowance. Visit the <ph name="nam e">$1<ex>GoogleGuest</ex></ph> activation portal to buy more data.
457 </message>
458 <message name="IDS_NETWORK_UNRECOGNIZED_ERROR" desc="Unrecognized Network error text">
459 Unrecognized error: <ph name="desc">$1<ex>ShillErrorString</ex></ph>
460 </message>
461 <message name="IDS_NETWORK_CELLULAR_ACTIVATED_TITLE" desc="Title for cellu lar activated notification">
462 Cellular Activated
463 </message>
464 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular activated notification">
465 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' data service has been activated and is ready to go.
466 </message>
467 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network activation error notification">
468 Network Activation Error
469 </message>
470 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when attempting to activate a mobile network that requires a connection">
471 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' require s a network connection.
472 </message>
473
363 </messages> 474 </messages>
364 </release> 475 </release>
365 </grit> 476 </grit>
OLDNEW
« no previous file with comments | « ui/chromeos/ui_chromeos.gyp ('k') | ui/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698