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

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

Issue 7551008: Strawman proposal for chrome.experimental.clear.* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing. Created 9 years, 4 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 3742 matching lines...) Expand 10 before | Expand all | Expand 10 after
3753 </message> 3753 </message>
3754 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger."> 3754 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger.">
3755 Your data on all websites 3755 Your data on all websites
3756 </message> 3756 </message>
3757 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> 3757 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard.">
3758 Data you copy and paste 3758 Data you copy and paste
3759 </message> 3759 </message>
3760 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to clipboard."> 3760 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to clipboard.">
3761 Any text spoken using synthesized speech 3761 Any text spoken using synthesized speech
3762 </message> 3762 </message>
3763 <message name="IDS_EXTENSION_PROMPT_WARNING_CLEAR" desc="Permission string for access to clear browsing data functionality.">
3764 Delete-only access to browsing data.
3765 </message>
3763 3766
3764 <!-- Extension/App error messages --> 3767 <!-- Extension/App error messages -->
3765 <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."> 3768 <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.">
3766 Can't find the absolute path to the directory to pack. 3769 Can't find the absolute path to the directory to pack.
3767 </message> 3770 </message>
3768 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> 3771 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist.">
3769 Input directory must exist. 3772 Input directory must exist.
3770 </message> 3773 </message>
3771 <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."> 3774 <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.">
3772 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We b Store</ex></ph>. 3775 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We b Store</ex></ph>.
(...skipping 9636 matching lines...) Expand 10 before | Expand all | Expand 10 after
13409 </includes> 13412 </includes>
13410 <structures fallback_to_english="true"> 13413 <structures fallback_to_english="true">
13411 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13414 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13412 </structure> 13415 </structure>
13413 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13416 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13414 </structure> 13417 </structure>
13415 </structures> 13418 </structures>
13416 13419
13417 </release> 13420 </release>
13418 </grit> 13421 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browsing_data_remover.h » ('j') | chrome/browser/extensions/extension_clear_api.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698