Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 4031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4042 </message> | 4042 </message> |
| 4043 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech."> | 4043 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to text-to-speech."> |
| 4044 Any text spoken using synthesized speech | 4044 Any text spoken using synthesized speech |
| 4045 </message> | 4045 </message> |
| 4046 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings."> | 4046 <message name="IDS_EXTENSION_PROMPT_WARNING_CONTENT_SETTINGS" desc="Permis sion string for access to content settings."> |
| 4047 Settings that specify whether websites can use features such as cookies, JavaScript, and plug-ins | 4047 Settings that specify whether websites can use features such as cookies, JavaScript, and plug-ins |
| 4048 </message> | 4048 </message> |
| 4049 <message name="IDS_EXTENSION_PROMPT_WARNING_PRIVACY" desc="Permission stri ng for access to privacy settings."> | 4049 <message name="IDS_EXTENSION_PROMPT_WARNING_PRIVACY" desc="Permission stri ng for access to privacy settings."> |
| 4050 Privacy-related settings | 4050 Privacy-related settings |
| 4051 </message> | 4051 </message> |
| 4052 <message name="IDS_EXTENSION_PROMPT_WARNING_DOWNLOADS" desc="Permission st ring for access to downloads."> | |
|
Aaron Boodman
2012/03/20 05:33:50
Don't think we need a warning for being able to do
| |
| 4053 Download files | |
| 4054 </message> | |
| 4052 | 4055 |
| 4053 <!-- Extension/App error messages --> | 4056 <!-- Extension/App error messages --> |
| 4054 <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."> | 4057 <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."> |
| 4055 Can't find the absolute path to the directory to pack. | 4058 Can't find the absolute path to the directory to pack. |
| 4056 </message> | 4059 </message> |
| 4057 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> | 4060 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> |
| 4058 Input directory must exist. | 4061 Input directory must exist. |
| 4059 </message> | 4062 </message> |
| 4060 <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."> | 4063 <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."> |
| 4061 This can only be added from the <ph name="CHROME_WEB_STORE">$1<ex>Web St ore</ex></ph>. | 4064 This can only be added from the <ph name="CHROME_WEB_STORE">$1<ex>Web St ore</ex></ph>. |
| (...skipping 11142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 15204 </messages> | 15207 </messages> |
| 15205 <structures fallback_to_english="true"> | 15208 <structures fallback_to_english="true"> |
| 15206 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> | 15209 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> |
| 15207 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 15210 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
| 15208 </structure> | 15211 </structure> |
| 15209 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 15212 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
| 15210 </structure> | 15213 </structure> |
| 15211 </structures> | 15214 </structures> |
| 15212 </release> | 15215 </release> |
| 15213 </grit> | 15216 </grit> |
| OLD | NEW |