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