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 3742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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> |
OLD | NEW |