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 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 10 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 </message> | 238 </message> |
239 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_UNKNOWN_VENDOR_SERIAL"
desc="String describing a device by its serial number when only numeric vendor
and product IDs are available."> | 239 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_UNKNOWN_VENDOR_SERIAL"
desc="String describing a device by its serial number when only numeric vendor
and product IDs are available."> |
240 Unknown product <ph name="PRODUCT_ID">$1<ex>1234</ex></ph> from vendor <
ph name="VENDOR_ID">$2<ex>abcd</ex></ph> (serial number <ph name="SERIAL_NUMBER"
>$3<ex>00001</ex></ph>) | 240 Unknown product <ph name="PRODUCT_ID">$1<ex>1234</ex></ph> from vendor <
ph name="VENDOR_ID">$2<ex>abcd</ex></ph> (serial number <ph name="SERIAL_NUMBER"
>$3<ex>00001</ex></ph>) |
241 </message> | 241 </message> |
242 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_VENDOR" desc="String d
escribing a device by its vendor name when only the numeric product ID is availa
ble."> | 242 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_VENDOR" desc="String d
escribing a device by its vendor name when only the numeric product ID is availa
ble."> |
243 Unknown product <ph name="PRODUCT_ID">$1<ex>b33f</ex></ph> from <ph name
="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> | 243 Unknown product <ph name="PRODUCT_ID">$1<ex>b33f</ex></ph> from <ph name
="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> |
244 </message> | 244 </message> |
245 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_VENDOR_SERIAL" desc="S
tring describing a device by its vendor name and serial number when only the num
eric product ID is available."> | 245 <message name="IDS_DEVICE_NAME_WITH_UNKNOWN_PRODUCT_VENDOR_SERIAL" desc="S
tring describing a device by its vendor name and serial number when only the num
eric product ID is available."> |
246 Unknown product <ph name="PRODUCT_ID">$1<ex>1234</ex></ph> from <ph name
="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> (serial number <ph name="SERIA
L_NUMBER">$3<ex>00001</ex></ph>) | 246 Unknown product <ph name="PRODUCT_ID">$1<ex>1234</ex></ph> from <ph name
="VENDOR_NAME">$2<ex>Griffin Technology</ex></ph> (serial number <ph name="SERIA
L_NUMBER">$3<ex>00001</ex></ph>) |
247 </message> | 247 </message> |
248 <message name="IDS_DEVICE_PERMISSIONS_PROMPT" desc="Instructions asking th
e user to select one or more devices for use with an app. [ICU Syntax]"> | 248 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_SINGLE_SELECTION" desc="Instr
uctions asking the user to select one device for use with an app."> |
249 {0, select, | 249 "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>" is requesting ac
cess to one of your devices: |
250 single {The application "<ph name="APP_NAME">{1}<ex>Chrome Dev Editor</e
x></ph>" is requesting access to one of your devices.} | 250 </message> |
251 multiple {The application "<ph name="APP_NAME">{1}<ex>Chrome Dev Editor<
/ex></ph>" is requesting access to one or more of your devices.} | 251 <message name="IDS_DEVICE_PERMISSIONS_PROMPT_MULTIPLE_SELECTION" desc="Ins
tructions asking the user to select one or more devices for use with an app."> |
252 other {UNUSED}} | 252 "<ph name="APP_NAME">$1<ex>Chrome Dev Editor</ex></ph>" is requesting ac
cess to one or more of your devices: |
253 </message> | 253 </message> |
254 <message name="IDS_EXTENSION_USB_DEVICE_PRODUCT_NAME_AND_VENDOR" desc="USB
device name and vendor string, used in various permission messages for USB devi
ces."> | 254 <message name="IDS_EXTENSION_USB_DEVICE_PRODUCT_NAME_AND_VENDOR" desc="USB
device name and vendor string, used in various permission messages for USB devi
ces."> |
255 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_
NAME">$2<ex>Griffin Technology</ex></ph> | 255 <ph name="PRODUCT_NAME">$1<ex>SoundKnob</ex></ph> from <ph name="VENDOR_
NAME">$2<ex>Griffin Technology</ex></ph> |
256 </message> | 256 </message> |
257 <message name="IDS_HID_DEVICE_PERMISSIONS_PROMPT_TITLE" desc="Title of the
HID device selection dialog when the app will accept one or more selected devic
es. [ICU Syntax]"> | |
258 {0, select, | |
259 single {Select a HID device} multiple {Select HID devices} | |
260 other {UNUSED}} | |
261 </message> | |
262 <message name="IDS_USB_DEVICE_PERMISSIONS_PROMPT_TITLE" desc="Title of the
USB device selection dialog when the app will accept one or more selected devic
es. [ICU Syntax]"> | |
263 {0, select, | |
264 single {Select a USB device} multiple {Select USB devices} | |
265 other {UNUSED}} | |
266 </message> | |
267 | 257 |
268 <!-- Extension task manager strings. Please keep alphabetized. --> | 258 <!-- Extension task manager strings. Please keep alphabetized. --> |
269 <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"> | 259 <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"> |
270 Appview: <ph name="APPVIEW_TAG_NAME">$1<ex>Google Hangouts</ex></ph> | 260 Appview: <ph name="APPVIEW_TAG_NAME">$1<ex>Google Hangouts</ex></ph> |
271 </message> | 261 </message> |
272 <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"> | 262 <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"> |
273 Options: <ph name="EXTENSIONOPTIONS_TAG_NAME">$1<ex>Google Hangouts</ex>
</ph> | 263 Options: <ph name="EXTENSIONOPTIONS_TAG_NAME">$1<ex>Google Hangouts</ex>
</ph> |
274 </message> | 264 </message> |
275 <message name="IDS_EXTENSION_TASK_MANAGER_EXTENSIONVIEW_TAG_PREFIX" desc="
The prefix for a guest page loaded in an extensionview tag in the Task Manager"> | 265 <message name="IDS_EXTENSION_TASK_MANAGER_EXTENSIONVIEW_TAG_PREFIX" desc="
The prefix for a guest page loaded in an extensionview tag in the Task Manager"> |
276 ExtensionView: <ph name="EXTENSIONVIEW_TAG_NAME">$1<ex>Google Hangouts</
ex></ph> | 266 ExtensionView: <ph name="EXTENSIONVIEW_TAG_NAME">$1<ex>Google Hangouts</
ex></ph> |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 <!-- Utility process names. Please keep alphabetized. --> | 325 <!-- Utility process names. Please keep alphabetized. --> |
336 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name
of the utility process used for unpacking extensions."> | 326 <message name="IDS_UTILITY_PROCESS_EXTENSION_UNPACKER_NAME" desc="The name
of the utility process used for unpacking extensions."> |
337 Extension Unpacker | 327 Extension Unpacker |
338 </message> | 328 </message> |
339 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of
the utility process used for parsing extension manifests."> | 329 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of
the utility process used for parsing extension manifests."> |
340 Extension Manifest Parser | 330 Extension Manifest Parser |
341 </message> | 331 </message> |
342 </messages> | 332 </messages> |
343 </release> | 333 </release> |
344 </grit> | 334 </grit> |
OLD | NEW |