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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 <file path="strings/extensions_strings_th.xtb" lang="th" /> | 167 <file path="strings/extensions_strings_th.xtb" lang="th" /> |
168 <file path="strings/extensions_strings_tr.xtb" lang="tr" /> | 168 <file path="strings/extensions_strings_tr.xtb" lang="tr" /> |
169 <file path="strings/extensions_strings_uk.xtb" lang="uk" /> | 169 <file path="strings/extensions_strings_uk.xtb" lang="uk" /> |
170 <file path="strings/extensions_strings_vi.xtb" lang="vi" /> | 170 <file path="strings/extensions_strings_vi.xtb" lang="vi" /> |
171 <file path="strings/extensions_strings_zh-CN.xtb" lang="zh-CN" /> | 171 <file path="strings/extensions_strings_zh-CN.xtb" lang="zh-CN" /> |
172 <file path="strings/extensions_strings_zh-TW.xtb" lang="zh-TW" /> | 172 <file path="strings/extensions_strings_zh-TW.xtb" lang="zh-TW" /> |
173 </translations> | 173 </translations> |
174 <release seq="1" allow_pseudo="false"> | 174 <release seq="1" allow_pseudo="false"> |
175 <messages fallback_to_english="true"> | 175 <messages fallback_to_english="true"> |
176 | 176 |
| 177 <!-- Document Scan API strings. Please keep alphabetized. --> |
| 178 <message name="IDS_EXTENSION_PROMPT_WARNING_DOCUMENT_SCAN" desc="Permissio
n string for access to document scanning."> |
| 179 Access document scanners attached via USB or on the local network |
| 180 </message> |
| 181 |
177 <!-- General extensions strings. Please keep alphabetized. --> | 182 <!-- General extensions strings. Please keep alphabetized. --> |
178 <message name="IDS_EXTENSION_CONTAINS_PRIVATE_KEY" desc="Error message whe
n an extension includes a file containing a private key."> | 183 <message name="IDS_EXTENSION_CONTAINS_PRIVATE_KEY" desc="Error message whe
n an extension includes a file containing a private key."> |
179 This extension includes the key file '<ph name="KEY_PATH">$1<ex>relative
/path/to/file.pem</ex></ph>'. You probably don't want to do that. | 184 This extension includes the key file '<ph name="KEY_PATH">$1<ex>relative
/path/to/file.pem</ex></ph>'. You probably don't want to do that. |
180 </message> | 185 </message> |
181 <message name="IDS_EXTENSION_LOAD_BACKGROUND_SCRIPT_FAILED" desc=""> | 186 <message name="IDS_EXTENSION_LOAD_BACKGROUND_SCRIPT_FAILED" desc=""> |
182 Could not load background script '<ph name="BACKGROUND_SCRIPT">$1<ex>scr
ipt.js</ex></ph>'. | 187 Could not load background script '<ph name="BACKGROUND_SCRIPT">$1<ex>scr
ipt.js</ex></ph>'. |
183 </message> | 188 </message> |
184 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> | 189 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> |
185 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht
ml</ex></ph>'. | 190 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht
ml</ex></ph>'. |
186 </message> | 191 </message> |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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."> | 285 <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> | 286 Access the USB device from <ph name="VENDOR_NAME">$1<ex>Griffin Technolo
gy</ex></ph> |
282 </message> | 287 </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."> | 288 <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 | 289 Access the USB device |
285 </message> | 290 </message> |
286 | 291 |
287 </messages> | 292 </messages> |
288 </release> | 293 </release> |
289 </grit> | 294 </grit> |
OLD | NEW |