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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
314 Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search. com</ex></ph> | 314 Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search. com</ex></ph> |
315 </message> | 315 </message> |
316 <message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" d esc="Permission string for start page override."> | 316 <message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" d esc="Permission string for start page override."> |
317 Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/st art.html</ex></ph> | 317 Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/st art.html</ex></ph> |
318 </message> | 318 </message> |
319 | 319 |
320 <!-- Sockets API strings. Please keep alphabetized. --> | 320 <!-- Sockets API strings. Please keep alphabetized. --> |
321 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORK_STATE" desc="Permissio n string for network list access."> | 321 <message name="IDS_EXTENSION_PROMPT_WARNING_NETWORK_STATE" desc="Permissio n string for network list access."> |
322 Access list of network connections | 322 Access list of network connections |
323 </message> | 323 </message> |
324 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_ANY_HOST" desc="Permiss ion string for access to any computer on the local network or internet."> | 324 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_ANY_HOST" desc="Permiss ion string for access to any device on the local network or internet."> |
325 Exchange data with any computer on the local network or internet | 325 Exchange data with any device on the local network or internet |
326 </message> | 326 </message> |
327 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAIN" desc=" Permission string for access to any computer within a single domains on the loca l network or internet."> | 327 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAIN" desc=" Permission string for access to any device within a single domains on the local network or internet."> |
328 Exchange data with any computer in the domain <ph name="DOMAIN">$1<ex>ex ample.com</ex></ph> | 328 Exchange data with any device in the domain <ph name="DOMAIN">$1<ex>exam ple.com</ex></ph> |
329 </message> | 329 </message> |
330 <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."> | 330 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc= "Permission string for access to any device within multiple domains on the local network or internet."> |
331 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex >example.com example.org</ex></ph> | 331 Exchange data with any device in the domains: <ph name="DOMAINS">$1<ex>e xample.com example.org</ex></ph> |
332 </message> | 332 </message> |
333 <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."> | 333 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe rmission string for access to a single specific devices on the local network or internet."> |
meacer
2015/04/08 19:14:43
devices -> device
| |
334 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph> | 334 Exchange data with the device named <ph name="HOSTNAME">$1<ex>foo.exampl e.com</ex></ph> |
335 </message> | 335 </message> |
336 <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."> | 336 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P ermission string for access to multiple specific devices on the local network or internet."> |
337 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph> | 337 Exchange data with the devices named: <ph name="HOSTNAMES">$1<ex>foo.exa mple.com bar.example.com</ex></ph> |
338 </message> | 338 </message> |
339 | 339 |
340 <!-- Device API strings. Please keep alphabetized. --> | 340 <!-- Device API strings. Please keep alphabetized. --> |
341 <message name="IDS_DEVICE_PERMISSIONS_DEVICE_NAME" desc="String describing a device in a list of devices."> | 341 <message name="IDS_DEVICE_PERMISSIONS_DEVICE_NAME" desc="String describing a device in a list of devices."> |
342 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_ NAME">$2<ex>Griffin Technology</ex></ph> | 342 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_ NAME">$2<ex>Griffin Technology</ex></ph> |
343 </message> | 343 </message> |
344 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_TITLE_SINGLE" desc="Title of the device selection dialog when the app wants only one device selected."> | 344 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_TITLE_SINGLE" desc="Title of the device selection dialog when the app wants only one device selected."> |
345 Select a USB device | 345 Select a USB device |
346 </message> | 346 </message> |
347 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_TITLE_MULTIPLE" desc="Title o f the device selection dialog when the app will accept one or more selected devi ces."> | 347 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_TITLE_MULTIPLE" desc="Title o f the device selection dialog when the app will accept one or more selected devi ces."> |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
476 <!-- Utility process names. Please keep alphabetized. --> | 476 <!-- Utility process names. Please keep alphabetized. --> |
477 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name of the utility process used for unpacking extensions."> | 477 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name of the utility process used for unpacking extensions."> |
478 Extension Unpacker | 478 Extension Unpacker |
479 </message> | 479 </message> |
480 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of the utility process used for parsing extension manifests."> | 480 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of the utility process used for parsing extension manifests."> |
481 Extension Manifest Parser | 481 Extension Manifest Parser |
482 </message> | 482 </message> |
483 </messages> | 483 </messages> |
484 </release> | 484 </release> |
485 </grit> | 485 </grit> |
OLD | NEW |