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

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

Issue 1006553002: Add third-party VPN support to network details dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_2_460428_add_ash_ui
Patch Set: Prepare for removal of GetManagedPropertiesResult() by tracking VPN providers and networks separate… 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 <!-- 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 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook."> 7 <message name="IDS_CHROMEBOOK" desc="The localized name for Chromebook.">
8 Chromebook 8 Chromebook
9 </message> 9 </message>
10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox"> 10 <message name="IDS_CHROMEBOX" desc="The localized name for Chromebox">
(...skipping 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after
1864 </message> 1864 </message>
1865 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_CELLULAR_NETWORK" desc="Titl e for the cellular network group on the settings page."> 1865 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_CELLULAR_NETWORK" desc="Titl e for the cellular network group on the settings page.">
1866 Mobile data 1866 Mobile data
1867 </message> 1867 </message>
1868 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_VIRTUAL_NETWORK" desc="Title for section in settings/internet for list of Virtual Private Networks (VPN)"> 1868 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_VIRTUAL_NETWORK" desc="Title for section in settings/internet for list of Virtual Private Networks (VPN)">
1869 Private networks 1869 Private networks
1870 </message> 1870 </message>
1871 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PRIVATE_NETWORK" desc="Title for Virtual Private Network (VPN) group on the settings page"> 1871 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_PRIVATE_NETWORK" desc="Title for Virtual Private Network (VPN) group on the settings page">
1872 Private network 1872 Private network
1873 </message> 1873 </message>
1874 <message name="IDS_OPTIONS_SETTINGS_SECTION_THIRD_PARTY_VPN_NAME_TEMPLATE" des c="Template for constructing the name of a VPN network that is handled by a thir d-party VPN provider from the provider name and the network name.">
1875 <ph name="PROVIDER_NAME">$1<ex>OpenVPN</ex></ph>: <ph name="NETWORK_NAME">$2 <ex>Work Network</ex></ph>
1876 </message>
1874 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_ADD_CONNECTION" desc="Title for control to add a new network connection." > 1877 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_ADD_CONNECTION" desc="Title for control to add a new network connection." >
1875 Add connection 1878 Add connection
1876 </message> 1879 </message>
1877 <message name="IDS_OPTIONS_SETTINGS_ADD_CONNECTION_WIFI" desc="Menu item for a dding a new Wi-Fi connection" > 1880 <message name="IDS_OPTIONS_SETTINGS_ADD_CONNECTION_WIFI" desc="Menu item for a dding a new Wi-Fi connection" >
1878 Add Wi-Fi... 1881 Add Wi-Fi...
1879 </message> 1882 </message>
1880 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_REMEMBERED_NETWORK" desc="Ti tle for section in settings/internet for list of remembered (favirote) networks" > 1883 <message name="IDS_OPTIONS_SETTINGS_SECTION_TITLE_REMEMBERED_NETWORK" desc="Ti tle for section in settings/internet for list of remembered (favirote) networks" >
1881 Remembered networks 1884 Remembered networks
1882 1885
1883 </message> 1886 </message>
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
2656 </message> 2659 </message>
2657 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_SERVICE_NAME" desc="I n settings Internet options, a string specifying VPN service name."> 2660 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_SERVICE_NAME" desc="I n settings Internet options, a string specifying VPN service name.">
2658 Service name: 2661 Service name:
2659 </message> 2662 </message>
2660 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_SERVER_HOSTNAME" desc ="In settings Internet options, a string specifying VPN server hostname."> 2663 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_SERVER_HOSTNAME" desc ="In settings Internet options, a string specifying VPN server hostname.">
2661 Server hostname: 2664 Server hostname:
2662 </message> 2665 </message>
2663 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_PROVIDER_TYPE" desc=" In settings Internet options, a string specifying VPN provider type."> 2666 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_PROVIDER_TYPE" desc=" In settings Internet options, a string specifying VPN provider type.">
2664 Provider type: 2667 Provider type:
2665 </message> 2668 </message>
2669 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_PROVIDER_NAME" desc=" In settings Internet options, a string specifying VPN provider name.">
2670 Provider name:
2671 </message>
2666 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_PSK_PASSPHRASE" desc= "In settings Internet options, a string specifying VPN PSK passphrase."> 2672 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_PSK_PASSPHRASE" desc= "In settings Internet options, a string specifying VPN PSK passphrase.">
2667 Pre-shared key: 2673 Pre-shared key:
2668 </message> 2674 </message>
2669 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_USER_CERT" desc="In s ettings Internet options, a string specifying VPN user certificate."> 2675 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_USER_CERT" desc="In s ettings Internet options, a string specifying VPN user certificate.">
2670 User certificate: 2676 User certificate:
2671 </message> 2677 </message>
2672 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_USERNAME" desc="In se ttings Internet options, a string specifying VPN username."> 2678 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_USERNAME" desc="In se ttings Internet options, a string specifying VPN username.">
2673 Username: 2679 Username:
2674 </message> 2680 </message>
2675 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_USER_PASSPHRASE" desc ="In settings Internet options, a string specifying VPN user passphrase."> 2681 <message name="IDS_OPTIONS_SETTINGS_INTERNET_OPTIONS_VPN_USER_PASSPHRASE" desc ="In settings Internet options, a string specifying VPN user passphrase.">
(...skipping 3407 matching lines...) Expand 10 before | Expand all | Expand 10 after
6083 <message name="IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc="Description for the flag to disable user setting to automatically update t imezone by user geolocation."> 6089 <message name="IDS_FLAGS_DISABLE_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc="Description for the flag to disable user setting to automatically update t imezone by user geolocation.">
6084 If set, automatic timezone update by the current geolocation is turned off. 6090 If set, automatic timezone update by the current geolocation is turned off.
6085 </message> 6091 </message>
6086 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation."> 6092 <message name="IDS_OPTIONS_RESOLVE_TIMEZONE_BY_GEOLOCATION_DESCRIPTION" desc=" Label for checkbox to allow automatic timezone update by user geolocation.">
6087 Set time zone automatically using your location 6093 Set time zone automatically using your location
6088 </message> 6094 </message>
6089 <message name="IDS_OPTIONS_CAPTIVE_PORTAL_BYPASS_PROXY_LABEL" desc="Option in chrome://settings that allows Captive Portal authorization pages to ignore proxy settings."> 6095 <message name="IDS_OPTIONS_CAPTIVE_PORTAL_BYPASS_PROXY_LABEL" desc="Option in chrome://settings that allows Captive Portal authorization pages to ignore proxy settings.">
6090 Allow captive portal sign-in page to bypass proxy servers 6096 Allow captive portal sign-in page to bypass proxy servers
6091 </message> 6097 </message>
6092 </grit-part> 6098 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698