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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 Access photos, music, and other media from your computer | 259 Access photos, music, and other media from your computer |
260 </message> | 260 </message> |
261 | 261 |
262 <!-- Policy strings. Please keep alphabetized. --> | 262 <!-- Policy strings. Please keep alphabetized. --> |
263 <message name="IDS_EXTENSION_CANT_INSTALL_POLICY_BLOCKED" desc="Error mess
age when a user tries to install an extension that is blocked by administrator p
olicy."> | 263 <message name="IDS_EXTENSION_CANT_INSTALL_POLICY_BLOCKED" desc="Error mess
age when a user tries to install an extension that is blocked by administrator p
olicy."> |
264 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "<ph
name="EXTENSION_ID">$2<ex>nckgahadagoaajjgafhacjanaoiihapd</ex></ph>") is block
ed by the administrator. | 264 <ph name="EXTENSION_NAME">$1<ex>Google Talk</ex></ph> (extension ID "<ph
name="EXTENSION_ID">$2<ex>nckgahadagoaajjgafhacjanaoiihapd</ex></ph>") is block
ed by the administrator. |
265 </message> | 265 </message> |
266 <message name="IDS_EXTENSION_CANT_MODIFY_POLICY_REQUIRED" desc="Error mess
age when a user tries to remove or change an extension that is required by admin
istrator policy."> | 266 <message name="IDS_EXTENSION_CANT_MODIFY_POLICY_REQUIRED" desc="Error mess
age when a user tries to remove or change an extension that is required by admin
istrator policy."> |
267 The administrator of this machine requires <ph name="EXTENSION_NAME">$1<
ex>Google Talk</ex></ph> to be installed. It cannot be removed or modified. | 267 The administrator of this machine requires <ph name="EXTENSION_NAME">$1<
ex>Google Talk</ex></ph> to be installed. It cannot be removed or modified. |
268 </message> | 268 </message> |
| 269 <message name="IDS_EXTENSION_CANT_UNINSTALL_POLICY_REQUIRED" desc="Error m
essage when a user tries to uninstall an extension that is required by administr
ator policy."> |
| 270 The administrator of this machine requires <ph name="EXTENSION_NAME">$1<
ex>Google Talk</ex></ph> to be installed. It cannot be uninstalled. |
| 271 </message> |
269 | 272 |
270 <!-- Settings override strings. Please keep alphabetized. --> | 273 <!-- Settings override strings. Please keep alphabetized. --> |
271 <message name="IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE" de
sc="Permission string for home page override."> | 274 <message name="IDS_EXTENSION_PROMPT_WARNING_HOME_PAGE_SETTING_OVERRIDE" de
sc="Permission string for home page override."> |
272 Change your home page to: <ph name="HOME_PAGE">$1<ex>home.page.com/home.
html</ex></ph> | 275 Change your home page to: <ph name="HOME_PAGE">$1<ex>home.page.com/home.
html</ex></ph> |
273 </message> | 276 </message> |
274 <message name="IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE" desc
="Permission string for search settings override."> | 277 <message name="IDS_EXTENSION_PROMPT_WARNING_SEARCH_SETTINGS_OVERRIDE" desc
="Permission string for search settings override."> |
275 Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search.
com</ex></ph> | 278 Change your search settings to: <ph name="SEARCH_HOST">$1<ex>url.search.
com</ex></ph> |
276 </message> | 279 </message> |
277 <message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" d
esc="Permission string for start page override."> | 280 <message name="IDS_EXTENSION_PROMPT_WARNING_START_PAGE_SETTING_OVERRIDE" d
esc="Permission string for start page override."> |
278 Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/st
art.html</ex></ph> | 281 Change your start page to: <ph name="START_PAGE">$1<ex>start.page.com/st
art.html</ex></ph> |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes
sage which indicates that an extension has access to Universal 2nd Factor device
s."> | 370 <message name="IDS_EXTENSION_PROMPT_WARNING_U2F_DEVICES" desc="Warning mes
sage which indicates that an extension has access to Universal 2nd Factor device
s."> |
368 Access your Universal 2nd Factor devices | 371 Access your Universal 2nd Factor devices |
369 </message> | 372 </message> |
370 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss
ion string for allowing websites to connect to extensions."> | 373 <message name="IDS_EXTENSION_PROMPT_WARNING_WEB_CONNECTABLE" desc="Permiss
ion string for allowing websites to connect to extensions."> |
371 Communicate with cooperating websites | 374 Communicate with cooperating websites |
372 </message> | 375 </message> |
373 | 376 |
374 </messages> | 377 </messages> |
375 </release> | 378 </release> |
376 </grit> | 379 </grit> |
OLD | NEW |