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

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: More Review Changes Created 8 years, 11 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 | 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 11784 matching lines...) Expand 10 before | Expand all | Expand 10 after
11795 </message> 11795 </message>
11796 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DATA_MALFORMED" desc="Error f or network configuration: Certificate data malformed."> 11796 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DATA_MALFORMED" desc="Error f or network configuration: Certificate data malformed.">
11797 Certificate data malformed 11797 Certificate data malformed
11798 </message> 11798 </message>
11799 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DELETE" desc="Error for netwo rk configuration: Certificate delete error."> 11799 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_DELETE" desc="Error for netwo rk configuration: Certificate delete error.">
11800 Certificate delete error 11800 Certificate delete error
11801 </message> 11801 </message>
11802 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_IMPORT" desc="Error for netwo rk configuration: Certificate import error."> 11802 <message name="IDS_NETWORK_CONFIG_ERROR_CERT_IMPORT" desc="Error for netwo rk configuration: Certificate import error.">
11803 Certificate import error 11803 Certificate import error
11804 </message> 11804 </message>
11805 <message name="IDS_NETWORK_CONFIG_ERROR_ENCRYPTED_ONC_MALFORMED" desc="Dis played when importing an encrypted ONC file and the ONC file is malformed.">
11806 Encrypted ONC file is malformed.
11807 </message>
11808 <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.">
11809 Encrypted ONC file uses an unsupported encryption scheme.
11810 </message>
11811 <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.">
11812 Unable to parse some parameters in the encrypted ONC file.
11813 </message>
11814 <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.">
11815 Unable to decrypt the encrypted ONC file.
11816 </message>
11805 <message name="IDS_NETWORK_PURCHASE_MORE_MESSAGE" desc="Message for purcha se more link on notification when there is no cellular plan"> 11817 <message name="IDS_NETWORK_PURCHASE_MORE_MESSAGE" desc="Message for purcha se more link on notification when there is no cellular plan">
11806 Buy plan... 11818 Buy plan...
11807 </message> 11819 </message>
11808 <message name="IDS_NETWORK_MORE_INFO_MESSAGE" desc="Message for more info link on cellular plan low data notification"> 11820 <message name="IDS_NETWORK_MORE_INFO_MESSAGE" desc="Message for more info link on cellular plan low data notification">
11809 More info... 11821 More info...
11810 </message> 11822 </message>
11811 <message name="IDS_NETWORK_LOW_DATA_TITLE" desc="Title for network low dat a notification"> 11823 <message name="IDS_NETWORK_LOW_DATA_TITLE" desc="Title for network low dat a notification">
11812 Low <ph name="network">$1<ex>YBH</ex></ph> data 11824 Low <ph name="network">$1<ex>YBH</ex></ph> data
11813 </message> 11825 </message>
11814 <message name="IDS_NETWORK_OUT_OF_DATA_TITLE" desc="Title for network out of data notification"> 11826 <message name="IDS_NETWORK_OUT_OF_DATA_TITLE" desc="Title for network out of data notification">
(...skipping 3020 matching lines...) Expand 10 before | Expand all | Expand 10 after
14835 </messages> 14847 </messages>
14836 <structures fallback_to_english="true"> 14848 <structures fallback_to_english="true">
14837 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14849 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14838 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14850 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14839 </structure> 14851 </structure>
14840 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14852 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14841 </structure> 14853 </structure>
14842 </structures> 14854 </structures>
14843 </release> 14855 </release>
14844 </grit> 14856 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/cros/network_library.cc » ('j') | chrome/browser/chromeos/cros/network_library.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698