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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 </message> | 290 </message> |
291 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> | 291 <message name="IDS_EXTENSION_PROMPT_WARNING_USB_DEVICE" desc="Permission s
tring for access to a specific USB device."> |
292 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph>
from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> | 292 Access the USB device <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph>
from <ph name="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> |
293 </message> | 293 </message> |
294 <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."> | 294 <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."> |
295 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> | 295 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> |
296 </message> | 296 </message> |
297 <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."> | 297 <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."> |
298 Access the USB device | 298 Access the USB device |
299 </message> | 299 </message> |
300 | 300 <message name="IDS_EXTENSION_TASK_MANAGER_APPVIEW_TAG_PREFIX" desc="The pr
efix for a guest page loaded in an appview tag in the Task Manager"> |
| 301 Appview: <ph name="APPVIEW_TAG_NAME">$1<ex>Google Hangouts</ex></ph> |
| 302 </message> |
| 303 <message name="IDS_EXTENSION_TASK_MANAGER_EXTENSIONOPTIONS_TAG_PREFIX" des
c="The prefix for a guest page loaded in an extensionoptions tag in the Task Man
ager"> |
| 304 Options: <ph name="EXTENSIONOPTIONS_TAG_NAME">$1<ex>Google Hangouts</ex>
</ph> |
| 305 </message> |
| 306 <message name="IDS_EXTENSION_TASK_MANAGER_WEBVIEW_TAG_PREFIX" desc="The pr
efix for a guest page loaded in a webview tag in the Task Manager"> |
| 307 Webview: <ph name="WEBVIEW_TAG_NAME">$1<ex>Google</ex></ph> |
| 308 </message> |
301 </messages> | 309 </messages> |
302 </release> | 310 </release> |
303 </grit> | 311 </grit> |
OLD | NEW |