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 3702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3713 </message> | 3713 </message> |
3714 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs."> | 3714 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string for access to tabs."> |
3715 Your tabs and browsing activity | 3715 Your tabs and browsing activity |
3716 </message> | 3716 </message> |
3717 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger."> | 3717 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str ing for access to debugger."> |
3718 Your data on all websites | 3718 Your data on all websites |
3719 </message> | 3719 </message> |
3720 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> | 3720 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st ring for access to clipboard."> |
3721 Data you copy and paste | 3721 Data you copy and paste |
3722 </message> | 3722 </message> |
3723 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS" desc="Permission string f or access to clipboard."> | |
3724 Can allow any web page to speak | |
Erik does not do reviews
2011/07/15 23:04:04
I don't think we need this one, but if we did, we'
dmazzoni
2011/07/20 05:58:04
Sounds good, deleted.
| |
3725 </message> | |
3726 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s tring for access to clipboard."> | |
3727 Any text spoken using synthesized speech | |
3728 </message> | |
3723 | 3729 |
3724 <!-- Extension/App error messages --> | 3730 <!-- Extension/App error messages --> |
3725 <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."> | 3731 <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."> |
3726 Can't find the absolute path to the directory to pack. | 3732 Can't find the absolute path to the directory to pack. |
3727 </message> | 3733 </message> |
3728 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> | 3734 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed in pack dialog when the extension directory does not exist."> |
3729 Input directory must exist. | 3735 Input directory must exist. |
3730 </message> | 3736 </message> |
3731 <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."> | 3737 <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."> |
3732 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We b Store</ex></ph>. | 3738 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We b Store</ex></ph>. |
(...skipping 9235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
12968 </includes> | 12974 </includes> |
12969 <structures fallback_to_english="true"> | 12975 <structures fallback_to_english="true"> |
12970 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 12976 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
12971 </structure> | 12977 </structure> |
12972 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 12978 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
12973 </structure> | 12979 </structure> |
12974 </structures> | 12980 </structures> |
12975 | 12981 |
12976 </release> | 12982 </release> |
12977 </grit> | 12983 </grit> |
OLD | NEW |