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

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

Issue 2510083006: chromeos: Move ownership of ash VPN provider list from chrome into ash (Closed)
Patch Set: Collapse VPNProvider::Key and VPNProvider structs Created 4 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
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="chromeos">. --> 3 Everything in this file is wrapped in <if expr="chromeos">. -->
4 <grit-part> 4 <grit-part>
5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required."> 5 <message name="IDS_EMPTY_STRING" desc="Empty string, exist only to make code g eneric. No translation required.">
6 </message> 6 </message>
7 <!-- Idle logout dialog for retail mode --> 7 <!-- Idle logout dialog for retail mode -->
8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only."> 8 <message name="IDS_IDLE_LOGOUT_TITLE" desc="Dialog title for the idle logout d ialog. Used in retail mode only.">
9 Are you still there? 9 Are you still there?
10 </message> 10 </message>
(...skipping 2313 matching lines...) Expand 10 before | Expand all | Expand 10 after
2324 </message> 2324 </message>
2325 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular acti vated notification"> 2325 <message name="IDS_NETWORK_CELLULAR_ACTIVATED" desc="Text of the cellular acti vated notification">
2326 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' dat a service has been activated and is ready to go. 2326 Congratulations! Your '<ph name="name">$1<ex>Generic Wireless</ex></ph>' dat a service has been activated and is ready to go.
2327 </message> 2327 </message>
2328 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network act ivation error notification"> 2328 <message name="IDS_NETWORK_ACTIVATION_ERROR_TITLE" desc="Title for network act ivation error notification">
2329 Network Activation Error 2329 Network Activation Error
2330 </message> 2330 </message>
2331 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when att empting to activate a mobile network that requires a connection"> 2331 <message name="IDS_NETWORK_ACTIVATION_NEEDS_CONNECTION" desc="Message when att empting to activate a mobile network that requires a connection">
2332 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a network connection. 2332 Activation of '<ph name="name">$1<ex>Generic Wireless</ex></ph>' requires a network connection.
2333 </message> 2333 </message>
2334 <message name="IDS_NETWORK_VPN_BUILT_IN_PROVIDER" desc="The name of the built- in VPN provider that supports OpenVPN and L2TP over IPsec.">
2335 OpenVPN / L2TP
2336 </message>
2337 2334
2338 <!-- Options strings --> 2335 <!-- Options strings -->
2339 <message name="IDS_OPTIONS_SETTINGS_NETWORK_DISABLED" desc="Message displayed when a type of network connection is disabled"> 2336 <message name="IDS_OPTIONS_SETTINGS_NETWORK_DISABLED" desc="Message displayed when a type of network connection is disabled">
2340 Disabled 2337 Disabled
2341 </message> 2338 </message>
2342 <message name="IDS_OPTIONS_SETTINGS_NETWORK_PROHIBITED" desc="Message displaye d when a type of network connection is prohibited"> 2339 <message name="IDS_OPTIONS_SETTINGS_NETWORK_PROHIBITED" desc="Message displaye d when a type of network connection is prohibited">
2343 Disabled by administrator 2340 Disabled by administrator
2344 </message> 2341 </message>
2345 <message name="IDS_OPTIONS_SETTINGS_NETWORK_OTHER" desc="Menu option for conne cting to a network that is not listed in the menu."> 2342 <message name="IDS_OPTIONS_SETTINGS_NETWORK_OTHER" desc="Menu option for conne cting to a network that is not listed in the menu.">
2346 Join other... 2343 Join other...
(...skipping 4225 matching lines...) Expand 10 before | Expand all | Expand 10 after
6572 <message name="IDS_PRINT_JOB_NOTIFICATION_PAUSE_BUTTON" desc="Text on the butt on for the user to pause the current print job."> 6569 <message name="IDS_PRINT_JOB_NOTIFICATION_PAUSE_BUTTON" desc="Text on the butt on for the user to pause the current print job.">
6573 Pause printing 6570 Pause printing
6574 </message> 6571 </message>
6575 <message name="IDS_PRINT_JOB_NOTIFICATION_RESUME_BUTTON" desc="Text on the but ton for the user to resume the current print job."> 6572 <message name="IDS_PRINT_JOB_NOTIFICATION_RESUME_BUTTON" desc="Text on the but ton for the user to resume the current print job.">
6576 Resume printing 6573 Resume printing
6577 </message> 6574 </message>
6578 <message name="IDS_PRINT_JOB_NOTIFICATION_GET_HELP_BUTTON" desc="Text on the b utton for the user to get help about the current print job."> 6575 <message name="IDS_PRINT_JOB_NOTIFICATION_GET_HELP_BUTTON" desc="Text on the b utton for the user to get help about the current print job.">
6579 Get help 6576 Get help
6580 </message> 6577 </message>
6581 </grit-part> 6578 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698