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

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

Issue 7298005: Expose privacy-relevant preferences via Chrome's extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Strawman #2 for discussion. Created 9 years, 5 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 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after
3724 </message> 3724 </message>
3725 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger."> 3725 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger.">
3726 Your data on all websites 3726 Your data on all websites
3727 </message> 3727 </message>
3728 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> 3728 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard.">
3729 Data you copy and paste 3729 Data you copy and paste
3730 </message> 3730 </message>
3731 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to clipboard."> 3731 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to clipboard.">
3732 Any text spoken using synthesized speech 3732 Any text spoken using synthesized speech
3733 </message> 3733 </message>
3734 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORK_SERVICES" desc="Permis sion string for access to network services settings.">
3735 TODO: Settings for network services that send information to Google and your default search provider.
3736 </message>
3737 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORK_SETTINGS" desc="Permis sion string for access to network settings.">
3738 TODO: Your network settings.
3739 </message>
3734 3740
3735 <!-- Extension/App error messages --> 3741 <!-- Extension/App error messages -->
3736 <message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning display ed in pack dialog when the absolute path to the extension directory can not be f ound."> 3742 <message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning display ed in pack dialog when the absolute path to the extension directory can not be f ound.">
3737 Can't find the absolute path to the directory to pack. 3743 Can't find the absolute path to the directory to pack.
3738 </message> 3744 </message>
3739 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> 3745 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist.">
3740 Input directory must exist. 3746 Input directory must exist.
3741 </message> 3747 </message>
3742 <message name="IDS_EXTENSION_DISALLOW_NON_DOWNLOADED_GALLERY_INSTALLS" des c="Error displayed when an app or extension that has an update URL used by the g allery is installed when not directly downloaded from the gallery."> 3748 <message name="IDS_EXTENSION_DISALLOW_NON_DOWNLOADED_GALLERY_INSTALLS" des c="Error displayed when an app or extension that has an update URL used by the g allery is installed when not directly downloaded from the gallery.">
3743 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We b Store</ex></ph>. 3749 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We b Store</ex></ph>.
(...skipping 9506 matching lines...) Expand 10 before | Expand all | Expand 10 after
13250 </includes> 13256 </includes>
13251 <structures fallback_to_english="true"> 13257 <structures fallback_to_english="true">
13252 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13258 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13253 </structure> 13259 </structure>
13254 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13260 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13255 </structure> 13261 </structure>
13256 </structures> 13262 </structures>
13257 13263
13258 </release> 13264 </release>
13259 </grit> 13265 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698