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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 8949056: This adds support for encrypted ONC import (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 11772 matching lines...) Expand 10 before | Expand all | Expand 10 after
11783 </message> 11783 </message>
11784 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DATA_MALFORMED" desc="Error f or network configuration: Certificate data malformed."> 11784 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DATA_MALFORMED" desc="Error f or network configuration: Certificate data malformed.">
11785 Certificate data malformed 11785 Certificate data malformed
11786 </message> 11786 </message>
11787 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DELETE" desc="Error for netwo rk configuration: Certificate delete error."> 11787 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DELETE" desc="Error for netwo rk configuration: Certificate delete error.">
11788 Certificate delete error 11788 Certificate delete error
11789 </message> 11789 </message>
11790 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_IMPORT" desc="Error for netwo rk configuration: Certificate import error."> 11790 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_IMPORT" desc="Error for netwo rk configuration: Certificate import error.">
11791 Certificate import error 11791 Certificate import error
11792 </message> 11792 </message>
11793 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_MALFORMED" desc="Dis played when importing an encrypted ONC file and the ONC file is malformed.">
11794 Encrypted ONC file is malformed.
11795 </message>
11796 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_UNSUPPORTED_ENCRYPTI ON" desc="Displayed when importing an encrypted ONC file and the ONC file uses a n encryption protocol that is not supported.">
11797 Encrypted ONC file uses an unsupported encryption scheme.
11798 </message>
11799 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_UNABLE_TO_DECODE" de sc="Displayed when importing an encrypted ONC file and the encryption parameters are not able to be parsed.">
11800 Unable to parse some parameters in the encrypted ONC file.
11801 </message>
11802 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_UNABLE_TO_DECRYPT" d esc="Displayed when importing an encrypted ONC file and it is not able to be dec rypted.">
11803 Unable to decrypt the encrypted ONC file.
11804 </message>
11805 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_HMAC_CHECK_FAILED" d esc="Displayed when importing an encrypted ONC file and it has been found to be tampered with.">
11806 The encrypted ONC file appears to have been tampered with.
11807 </message>
11793 <message name="IDS_NETWORK_PURCHASE_MORE_MESSAGE" desc="Message for purcha se more link on notification when there is no cellular plan"> 11808 <message name="IDS_NETWORK_PURCHASE_MORE_MESSAGE" desc="Message for purcha se more link on notification when there is no cellular plan">
11794 Buy plan... 11809 Buy plan...
11795 </message> 11810 </message>
11796 <message name="IDS_NETWORK_MORE_INFO_MESSAGE" desc="Message for more info link on cellular plan low data notification"> 11811 <message name="IDS_NETWORK_MORE_INFO_MESSAGE" desc="Message for more info link on cellular plan low data notification">
11797 More info... 11812 More info...
11798 </message> 11813 </message>
11799 <message name="IDS_NETWORK_LOW_DATA_TITLE" desc="Title for network low dat a notification"> 11814 <message name="IDS_NETWORK_LOW_DATA_TITLE" desc="Title for network low dat a notification">
11800 Low <ph name="network">$1<ex>YBH</ex></ph> data 11815 Low <ph name="network">$1<ex>YBH</ex></ph> data
11801 </message> 11816 </message>
11802 <message name="IDS_NETWORK_OUT_OF_DATA_TITLE" desc="Title for network out of data notification"> 11817 <message name="IDS_NETWORK_OUT_OF_DATA_TITLE" desc="Title for network out of data notification">
(...skipping 3017 matching lines...) Expand 10 before | Expand all | Expand 10 after
14820 </messages> 14835 </messages>
14821 <structures fallback_to_english="true"> 14836 <structures fallback_to_english="true">
14822 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14837 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14823 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14838 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14824 </structure> 14839 </structure>
14825 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14840 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14826 </structure> 14841 </structure>
14827 </structures> 14842 </structures>
14828 </release> 14843 </release>
14829 </grit> 14844 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_library.cc » ('j') | chrome/browser/chromeos/cros/onc_network_parser.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698