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

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

Issue 984863005: Add ash::VPNDelegate and Chrome OS implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move knowledge of the built-in OpenVPN provider from ash UI into the VPNDelegate. Created 5 years, 9 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
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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 </message> 475 </message>
476 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular activated notification"> 476 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular activated notification">
477 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' data service has been activated and is ready to go. 477 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' data service has been activated and is ready to go.
478 </message> 478 </message>
479 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network activation error notification"> 479 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network activation error notification">
480 Network Activation Error 480 Network Activation Error
481 </message> 481 </message>
482 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when attempting to activate a mobile network that requires a connection"> 482 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when attempting to activate a mobile network that requires a connection">
483 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' require s a network connection. 483 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' require s a network connection.
484 </message> 484 </message>
485 485 <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.">
486 OpenVPN or L2TP over IPsec
487 </message>
486 </messages> 488 </messages>
487 </release> 489 </release>
488 </grit> 490 </grit>
OLDNEW
« chrome/browser/ui/ash/vpn_delegate_chromeos.cc ('K') | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698