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

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

Issue 8682013: Moving the MHTML API out of experimental and renaming it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more sync 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
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_function_dispatcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3881 matching lines...) Expand 10 before | Expand all | Expand 10 after
3892 </message> 3892 </message>
3893 <message name="IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY" desc="Permis sion string for access to browsing history."> 3893 <message name="IDS_EXTENSION_PROMPT_WARNING_BROWSING_HISTORY" desc="Permis sion string for access to browsing history.">
3894 Your browsing history 3894 Your browsing history
3895 </message> 3895 </message>
3896 <message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson s tring for access to geolocation."> 3896 <message name="IDS_EXTENSION_PROMPT_WARNING_GEOLOCATION" desc="Permisson s tring for access to geolocation.">
3897 Your physical location 3897 Your physical location
3898 </message> 3898 </message>
3899 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson st ring for access to extension management."> 3899 <message name="IDS_EXTENSION_PROMPT_WARNING_MANAGEMENT" desc="Permisson st ring for access to extension management.">
3900 Your list of installed apps, extensions, and themes 3900 Your list of installed apps, extensions, and themes
3901 </message> 3901 </message>
3902 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_PAGES_CONTENT" desc="Permi sson string for access to page capture.">
3903 The content of pages you visit
3904 </message>
3902 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs."> 3905 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs.">
3903 Your tabs and browsing activity 3906 Your tabs and browsing activity
3904 </message> 3907 </message>
3905 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger."> 3908 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger.">
3906 Your data on all websites 3909 Your data on all websites
3907 </message> 3910 </message>
3908 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> 3911 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard.">
3909 Data you copy and paste 3912 Data you copy and paste
3910 </message> 3913 </message>
3911 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech."> 3914 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech.">
(...skipping 10766 matching lines...) Expand 10 before | Expand all | Expand 10 after
14678 </messages> 14681 </messages>
14679 <structures fallback_to_english="true"> 14682 <structures fallback_to_english="true">
14680 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14683 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14681 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14684 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14682 </structure> 14685 </structure>
14683 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14686 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14684 </structure> 14687 </structure>
14685 </structures> 14688 </structures>
14686 </release> 14689 </release>
14687 </grit> 14690 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_function_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698