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 3772 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3783 </message> | 3783 </message> |
3784 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string
for access to tabs."> | 3784 <message name="IDS_EXTENSION_PROMPT_WARNING_TABS" desc="Permission string
for access to tabs."> |
3785 Your tabs and browsing activity | 3785 Your tabs and browsing activity |
3786 </message> | 3786 </message> |
3787 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str
ing for access to debugger."> | 3787 <message name="IDS_EXTENSION_PROMPT_WARNING_DEBUGGER" desc="Permission str
ing for access to debugger."> |
3788 Your data on all websites | 3788 Your data on all websites |
3789 </message> | 3789 </message> |
3790 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st
ring for access to clipboard."> | 3790 <message name="IDS_EXTENSION_PROMPT_WARNING_CLIPBOARD" desc="Permission st
ring for access to clipboard."> |
3791 Data you copy and paste | 3791 Data you copy and paste |
3792 </message> | 3792 </message> |
3793 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s
tring for access to clipboard."> | 3793 <message name="IDS_EXTENSION_PROMPT_WARNING_TTS_ENGINE" desc="Permission s
tring for access to text-to-speech."> |
3794 Any text spoken using synthesized speech | 3794 Any text spoken using synthesized speech |
3795 </message> | 3795 </message> |
3796 | 3796 |
3797 <!-- Extension/App error messages --> | 3797 <!-- Extension/App error messages --> |
3798 <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."> | 3798 <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."> |
3799 Can't find the absolute path to the directory to pack. | 3799 Can't find the absolute path to the directory to pack. |
3800 </message> | 3800 </message> |
3801 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed
in pack dialog when the extension directory does not exist."> | 3801 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed
in pack dialog when the extension directory does not exist."> |
3802 Input directory must exist. | 3802 Input directory must exist. |
3803 </message> | 3803 </message> |
(...skipping 10263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14067 </messages> | 14067 </messages> |
14068 <structures fallback_to_english="true"> | 14068 <structures fallback_to_english="true"> |
14069 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> | 14069 <!-- Make sure these stay in sync with the structures in generated_resourc
es.grd. --> |
14070 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 14070 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
14071 </structure> | 14071 </structure> |
14072 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 14072 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
14073 </structure> | 14073 </structure> |
14074 </structures> | 14074 </structures> |
14075 </release> | 14075 </release> |
14076 </grit> | 14076 </grit> |
OLD | NEW |