| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <!-- | 3 <!-- |
| 4 Strings for the extensions module. Used mostly for low-level error messages. | 4 Strings for the extensions module. Used mostly for low-level error messages. |
| 5 Where possible new strings should be kept in Chrome and the extensions module | 5 Where possible new strings should be kept in Chrome and the extensions module |
| 6 should return an error code, message flag, etc. | 6 should return an error code, message flag, etc. |
| 7 --> | 7 --> |
| 8 | 8 |
| 9 <grit latest_public_release="0" current_release="1" | 9 <grit latest_public_release="0" current_release="1" |
| 10 source_lang_id="en" enc_check="möl"> | 10 source_lang_id="en" enc_check="möl"> |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 </message> | 189 </message> |
| 190 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> | 190 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> |
| 191 Localization used, but default_locale wasn't specified in the manifest. | 191 Localization used, but default_locale wasn't specified in the manifest. |
| 192 </message> | 192 </message> |
| 193 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> | 193 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> |
| 194 Manifest file is missing or unreadable. | 194 Manifest file is missing or unreadable. |
| 195 </message> | 195 </message> |
| 196 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> | 196 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> |
| 197 Manifest file is invalid. | 197 Manifest file is invalid. |
| 198 </message> | 198 </message> |
| 199 | 199 |
| 200 <!-- Bluetooth access permissions. Please keep alphabetized. --> |
| 201 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH" desc="Permission st
ring for general access to the Bluetooth API."> |
| 202 Access information about Bluetooth devices paired with your system and d
iscover nearby Bluetooth devices. |
| 203 </message> |
| 204 <message name="IDS_EXTENSION_PROMPT_WARNING_BLUETOOTH_DEVICES" desc="Permi
ssion string for implementing Bluetooth profiles."> |
| 205 Send messages to and receive messages from Bluetooth devices. |
| 206 </message> |
| 207 |
| 200 <!-- Host access permissions. Please keep alphabetized. --> | 208 <!-- Host access permissions. Please keep alphabetized. --> |
| 201 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin
g for access to data on one website."> | 209 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin
g for access to data on one website."> |
| 202 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</
ex></ph> | 210 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</
ex></ph> |
| 203 </message> | 211 </message> |
| 204 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri
ng for access to data on two websites."> | 212 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri
ng for access to data on two websites."> |
| 205 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</
ex></ph> and <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph> | 213 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</
ex></ph> and <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph> |
| 206 </message> | 214 </message> |
| 207 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri
ng for access to data on three websites."> | 215 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri
ng for access to data on three websites."> |
| 208 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</
ex></ph>, <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>, and <ph name="WEB
SITE_3">$3<ex>news.ycombinator.com</ex></ph> | 216 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</
ex></ph>, <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>, and <ph name="WEB
SITE_3">$3<ex>news.ycombinator.com</ex></ph> |
| 209 </message> | 217 </message> |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 </message> | 264 </message> |
| 257 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc=
"Permission string for access to any computer within multiple domains on the loc
al network or internet."> | 265 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc=
"Permission string for access to any computer within multiple domains on the loc
al network or internet."> |
| 258 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex
>example.com example.org</ex></ph> | 266 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex
>example.com example.org</ex></ph> |
| 259 </message> | 267 </message> |
| 260 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe
rmission string for access to a single specific computers on the local network o
r internet."> | 268 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe
rmission string for access to a single specific computers on the local network o
r internet."> |
| 261 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam
ple.com</ex></ph> | 269 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam
ple.com</ex></ph> |
| 262 </message> | 270 </message> |
| 263 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P
ermission string for access to multiple specific computers on the local network
or internet."> | 271 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P
ermission string for access to multiple specific computers on the local network
or internet."> |
| 264 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e
xample.com bar.example.com</ex></ph> | 272 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e
xample.com bar.example.com</ex></ph> |
| 265 </message> | 273 </message> |
| 266 | 274 |
| 267 <!-- Device API strings. Please keep alphabetized. --> | 275 <!-- Device API strings. Please keep alphabetized. --> |
| 268 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f
or access to HID devices."> | 276 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f
or access to HID devices."> |
| 269 Access your input devices | 277 Access your input devices |
| 270 </message> | 278 </message> |
| 271 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> | 279 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin
g for access to serial devices."> |
| 272 Access your serial devices | 280 Access your serial devices |
| 273 </message> | 281 </message> |
| 274 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f
or access to USB devices."> | 282 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f
or access to USB devices."> |
| 275 Access your USB devices | 283 Access your USB devices |
| 276 </message> | 284 </message> |
| 277 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> | 285 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> |
| 278 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph>
from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> | 286 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph>
from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> |
| 279 </message> | 287 </message> |
| 280 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de
sc="Permission string for access to a specific USB device when a product name ca
nnot be established for a USB device."> | 288 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_PRODUCT" de
sc="Permission string for access to a specific USB device when a product name ca
nnot be established for a USB device."> |
| 281 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> | 289 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> |
| 282 </message> | 290 </message> |
| 283 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des
c="Permission string for access to a specific USB device when a vendor name cann
ot be established for a USB device."> | 291 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE_MISSING_VENDOR" des
c="Permission string for access to a specific USB device when a vendor name cann
ot be established for a USB device."> |
| 284 Access the USB device | 292 Access the USB device |
| 285 </message> | 293 </message> |
| 286 | 294 |
| 287 </messages> | 295 </messages> |
| 288 </release> | 296 </release> |
| 289 </grit> | 297 </grit> |
| OLD | NEW |