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

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

Issue 2434683003: Move NetworkStateNotifier and NetworkConnect from src/ui (Closed)
Patch Set: Fix virtuals Created 4 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/network/network_state_notifier_unittest.cc ('k') | no next file » | 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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 4 output_all_resource_defines="false" 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 </message> 397 </message>
398 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_32"> 398 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_32">
399 http://www.magdawasiczek.pl 399 http://www.magdawasiczek.pl
400 </message> 400 </message>
401 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_33"> 401 <message translateable="false" name="IDS_LOGIN_DEFAULT_USER_WEBSITE_33">
402 </message> 402 </message>
403 403
404 <message name="IDS_CHROMEOS_IME_INFOLIST_WINDOW_TITLE" desc="The title of the infolist window where the meanings and the usages of words are displayed."> 404 <message name="IDS_CHROMEOS_IME_INFOLIST_WINDOW_TITLE" desc="The title of the infolist window where the meanings and the usages of words are displayed.">
405 Information 405 Information
406 </message> 406 </message>
407
408 <!-- Network error strings -->
409 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNKNOWN" desc="Network error det ails in notifications: UNKNOWN">
410 Unknown network error
411 </message>
412 <message name="IDS_CHROMEOS_NETWORK_ERROR_OUT_OF_RANGE" desc="Network erro r details in notifications: OUT_OF_RANGE">
413 Out of range
414 </message>
415 <message name="IDS_CHROMEOS_NETWORK_ERROR_PIN_MISSING" desc="Network error details in notifications: PIN_MISSING">
416 PIN missing
417 </message>
418 <message name="IDS_CHROMEOS_NETWORK_ERROR_DHCP_FAILED" desc="Network error details in notifications: DHCP_FAILED">
419 DHCP lookup failed
420 </message>
421 <message name="IDS_CHROMEOS_NETWORK_ERROR_CONNECT_FAILED" desc="Network er ror details in notifications: CONNECT_FAILED">
422 Connect failed
423 </message>
424 <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.">
425 Bad password
426 </message>
427 <message name="IDS_CHROMEOS_NETWORK_ERROR_BAD_WEPKEY" desc="Network error details in notifications: BAD_WEPKEY">
428 Bad WEP key
429 </message>
430 <message name="IDS_CHROMEOS_NETWORK_ERROR_ACTIVATION_FAILED" desc="Network error details in notifications: ACTIVATION_FAILED">
431 Activation failed
432 </message>
433 <message name="IDS_CHROMEOS_NETWORK_ERROR_NEED_EVDO" desc="Network error d etails in notifications: NEED_EVDO">
434 Need EVDO
435 </message>
436 <message name="IDS_CHROMEOS_NETWORK_ERROR_NEED_HOME_NETWORK" desc="Network error details in notifications: NEED_HOME_NETWORK">
437 Need home network
438 </message>
439 <message name="IDS_CHROMEOS_NETWORK_ERROR_OTASP_FAILED" desc="Network erro r details in notifications: OTASP_FAILED">
440 OTASP failed
441 </message>
442 <message name="IDS_CHROMEOS_NETWORK_ERROR_AAA_FAILED" desc="Network error details in notifications: AAA_FAILED">
443 AAA check failed
444 </message>
445 <message name="IDS_CHROMEOS_NETWORK_ERROR_INTERNAL" desc="Network error de tails in notifications: INTERNAL">
446 Internal error
447 </message>
448 <message name="IDS_CHROMEOS_NETWORK_ERROR_DNS_LOOKUP_FAILED" desc="Network error details in notifications: DNS_LOOKUP_FAILED">
449 DNS lookup failed
450 </message>
451 <message name="IDS_CHROMEOS_NETWORK_ERROR_HTTP_GET_FAILED" desc="Network e rror details in notifications: HTTP_GET_FAILED">
452 HTTP get failed
453 </message>
454 <message name="IDS_CHROMEOS_NETWORK_ERROR_IPSEC_PSK_AUTH_FAILED" desc="Net work error details in notifications: IPSEC_PSK_AUTH_FAILED">
455 Incorrect password
456 </message>
457 <message name="IDS_CHROMEOS_NETWORK_ERROR_CERT_AUTH_FAILED" desc="Network error details in notifications: IPSEC_CERT_AUTH_FAILED">
458 Authentication certificate rejected by network
459 </message>
460 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_LOCAL_TLS_FAILED" desc="Netw ork error details in notifications: EAP_LOCAL_TLS_FAILED">
461 Authentication certificate rejected locally
462 </message>
463 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_REMOTE_TLS_FAILED" desc="Net work error details in notifications: EAP_REMOTE_TLS_FAILED">
464 Authentication certificate rejected remotely
465 </message>
466 <message name="IDS_CHROMEOS_NETWORK_ERROR_EAP_AUTH_FAILED" desc="Network e rror details in notifications: IPSEC_CERT_AUTH_FAILED">
467 Username/password incorrect or EAP-auth failed
468 </message>
469 <message name="IDS_CHROMEOS_NETWORK_ERROR_PPP_AUTH_FAILED" desc="Network e rror details in notifications: PPP_AUTH_FAILED">
470 PPP authentication failed due to an incorrect username or password
471 </message>
472 <message name="IDS_CHROMEOS_NETWORK_ERROR_CONFIGURE_FAILED" desc="Network error details in notifications: Configuration error">
473 Failed to configure network
474 </message>
475 <message name="IDS_CHROMEOS_NETWORK_ERROR_CERTIFICATES_NOT_LOADED" desc="N etwork error details in notifications: Certificates not loaded">
476 Certificates not loaded
477 </message>
478 <message name="IDS_CHROMEOS_NETWORK_ERROR_UNRECOGNIZED" desc="Network erro r details in notifications: Unrecognized">
479 Unrecognized error
480 </message>
481
482 <!-- Other Network UI strings -->
483 <message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network connection error notification">
484 Network Connection Error
485 </message>
486 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE" desc="Message for net work connection error notification">
487 Failed to connect to network '<ph name="name">$1<ex>GoogleGuest</ex></ph >': <ph name="details">$2<ex>Unrecognized error</ex></ph>
488 </message>
489 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_WITH_SERVER_MESSAGE" d esc="Message for network connection error notification with details and a server message">
490 Failed to connect to '<ph name="name">$1<ex>GoogleGuest</ex></ph>': <ph name="details">$2<ex>Unrecognized error</ex></ph>
491 Server message: <ph name="server_msg">$3<ex>Incorrect password</ex></ph>
492 </message>
493 <message name="IDS_NETWORK_CONNECTION_ERROR_MESSAGE_NO_NAME" desc="Message for network connection error where the network name is unavailable">
494 Failed to connect to network: <ph name="details">$1<ex>Unrecognized erro r</ex></ph>
495 </message>
496 <message name="IDS_NETWORK_VPN_CONNECTION_LOST_TITLE" desc="Title for netw ork notification when VPN connection is lost">
497 VPN disconnected
498 </message>
499 <message name="IDS_NETWORK_VPN_CONNECTION_LOST_BODY" desc="Message for net work notification when VPN connection is lost">
500 Connection to <ph name="name">$1<ex>Google VPN</ex></ph> has been lost
501 </message>
502 <message name="IDS_NETWORK_OUT_OF_CREDITS_TITLE" desc="Title for network o ut of data error notification">
503 Network Connection Error
504 </message>
505 <message name="IDS_NETWORK_OUT_OF_CREDITS_BODY" desc="Message body for net work out of data error notification">
506 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.
507 </message>
508 <message name="IDS_NETWORK_UNRECOGNIZED_ERROR" desc="Unrecognized Network error text">
509 Unrecognized error: <ph name="desc">$1<ex>ShillErrorString</ex></ph>
510 </message>
511 <message name="IDS_NETWORK_CELLULAR_ACTIVATED_TITLE" desc="Title for cellu lar activated notification">
512 Cellular Activated
513 </message>
514 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular activated notification">
515 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' data service has been activated and is ready to go.
516 </message>
517 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network activation error notification">
518 Network Activation Error
519 </message>
520 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when attempting to activate a mobile network that requires a connection">
521 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' require s a network connection.
522 </message>
523 <message name="IDS_NETWORK_VPN_BUILT_IN_PROVIDER" desc="The name of the bu ilt-in VPN provider that supports OpenVPN and L2TP over IPsec.">
524 OpenVPN / L2TP
525 </message>
526 </messages> 407 </messages>
527 </release> 408 </release>
528 </grit> 409 </grit>
OLDNEW
« no previous file with comments | « ui/chromeos/network/network_state_notifier_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698