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

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

Issue 8757015: Rename permission from input to ime. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code Review 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 3911 matching lines...) Expand 10 before | Expand all | Expand 10 after
3922 </message> 3922 </message>
3923 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> 3923 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard.">
3924 Data you copy and paste 3924 Data you copy and paste
3925 </message> 3925 </message>
3926 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech."> 3926 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech.">
3927 Any text spoken using synthesized speech 3927 Any text spoken using synthesized speech
3928 </message> 3928 </message>
3929 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings."> 3929 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings.">
3930 Settings that specify whether websites can use features such as cookies, JavaScript, and plug-ins 3930 Settings that specify whether websites can use features such as cookies, JavaScript, and plug-ins
3931 </message> 3931 </message>
3932 <message name="IDS_EXTENSION_PROMPT_WARNING_IME" desc="Permission string f or access to ime.">
3933 Anything you type.
Aaron Boodman 2011/12/03 04:49:02 We're going to have to come up with something bett
3934 </message>
3932 3935
3933 <!-- Extension/App error messages --> 3936 <!-- Extension/App error messages -->
3934 <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."> 3937 <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.">
3935 Can't find the absolute path to the directory to pack. 3938 Can't find the absolute path to the directory to pack.
3936 </message> 3939 </message>
3937 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> 3940 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist.">
3938 Input directory must exist. 3941 Input directory must exist.
3939 </message> 3942 </message>
3940 <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."> 3943 <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.">
3941 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We b Store</ex></ph>. 3944 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We b Store</ex></ph>.
(...skipping 10780 matching lines...) Expand 10 before | Expand all | Expand 10 after
14722 </messages> 14725 </messages>
14723 <structures fallback_to_english="true"> 14726 <structures fallback_to_english="true">
14724 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14727 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14725 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14728 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14726 </structure> 14729 </structure>
14727 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14730 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14728 </structure> 14731 </structure>
14729 </structures> 14732 </structures>
14730 </release> 14733 </release>
14731 </grit> 14734 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698