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_ENGINE" desc="Permission s
tring for access to clipboard."> |
| 3724 Any text spoken using synthesized speech |
| 3725 </message> |
3723 | 3726 |
3724 <!-- Extension/App error messages --> | 3727 <!-- 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."> | 3728 <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. | 3729 Can't find the absolute path to the directory to pack. |
3727 </message> | 3730 </message> |
3728 <message name="IDS_EXTENSION_DIRECTORY_NO_EXISTS" desc="Warning displayed
in pack dialog when the extension directory does not exist."> | 3731 <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. | 3732 Input directory must exist. |
3730 </message> | 3733 </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."> | 3734 <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>. | 3735 This can only be installed from the <ph name="CHROME_WEB_STORE">$1<ex>We
b Store</ex></ph>. |
(...skipping 9265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12998 </includes> | 13001 </includes> |
12999 <structures fallback_to_english="true"> | 13002 <structures fallback_to_english="true"> |
13000 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13003 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13001 </structure> | 13004 </structure> |
13002 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13005 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13003 </structure> | 13006 </structure> |
13004 </structures> | 13007 </structures> |
13005 | 13008 |
13006 </release> | 13009 </release> |
13007 </grit> | 13010 </grit> |
OLD | NEW |