Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: extensions/extensions_strings.grd

Issue 518653002: Add the "options_ui" extension manifest field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 </message> 183 </message>
184 <message name="IDS_EXTENSION_LOAD_BACKGROUND_PAGE_FAILED" desc=""> 184 <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>'. 185 Could not load background page '<ph name="BACKGROUND_PAGE">$1<ex>page.ht ml</ex></ph>'.
186 </message> 186 </message>
187 <message name="IDS_EXTENSION_LOAD_ICON_FAILED" desc=""> 187 <message name="IDS_EXTENSION_LOAD_ICON_FAILED" desc="">
188 Could not load extension icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' . 188 Could not load extension icon '<ph name="ICON">$1<ex>icon.png</ex></ph>' .
189 </message> 189 </message>
190 <message name="IDS_EXTENSION_LOAD_LAUNCHER_PAGE_FAILED" desc=""> 190 <message name="IDS_EXTENSION_LOAD_LAUNCHER_PAGE_FAILED" desc="">
191 Could not load launcher page '<ph name="PAGE">$1<ex>index.html</ex></ph> '. 191 Could not load launcher page '<ph name="PAGE">$1<ex>index.html</ex></ph> '.
192 </message> 192 </message>
193 <message name="IDS_EXTENSION_LOAD_OPTIONS_PAGE_FAILED" desc="">
194 Could not load options page '<ph name="OPTIONS_PAGE">$1<ex>page.html</ex ></ph>'.
195 </message>
193 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc=""> 196 <message name="IDS_EXTENSION_LOCALES_NO_DEFAULT_LOCALE_SPECIFIED" desc="">
194 Localization used, but default_locale wasn't specified in the manifest. 197 Localization used, but default_locale wasn't specified in the manifest.
195 </message> 198 </message>
196 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc=""> 199 <message name="IDS_EXTENSION_MANIFEST_UNREADABLE" desc="">
197 Manifest file is missing or unreadable. 200 Manifest file is missing or unreadable.
198 </message> 201 </message>
199 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc=""> 202 <message name="IDS_EXTENSION_MANIFEST_INVALID" desc="">
200 Manifest file is invalid. 203 Manifest file is invalid.
201 </message> 204 </message>
202 205
203 <!-- Host access permissions. Please keep alphabetized. --> 206 <!-- Host access permissions. Please keep alphabetized. -->
204 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website."> 207 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website.">
205 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph> 208 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph>
206 </message> 209 </message>
207 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites."> 210 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites.">
208 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph> and <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph> 211 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph> and <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>
209 </message> 212 </message>
210 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri ng for access to data on three websites."> 213 <message name="IDS_EXTENSION_PROMPT_WARNING_3_HOSTS" desc="Permission stri ng for access to data on three websites.">
211 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph>, <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>, and <ph name="WEB SITE_3">$3<ex>news.ycombinator.com</ex></ph> 214 Read and change your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ ex></ph>, <ph name="WEBSITE_2">$2<ex>www.reddit.com</ex></ph>, and <ph name="WEB SITE_3">$3<ex>news.ycombinator.com</ex></ph>
212 </message> 215 </message>
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 </message> 273 </message>
271 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc= "Permission string for access to any computer within multiple domains on the loc al network or internet."> 274 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_HOSTS_IN_DOMAINS" desc= "Permission string for access to any computer within multiple domains on the loc al network or internet.">
272 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex >example.com example.org</ex></ph> 275 Exchange data with any computer in the domains: <ph name="DOMAINS">$1<ex >example.com example.org</ex></ph>
273 </message> 276 </message>
274 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe rmission string for access to a single specific computers on the local network o r internet."> 277 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOST" desc="Pe rmission string for access to a single specific computers on the local network o r internet.">
275 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph> 278 Exchange data with the computer named <ph name="HOSTNAME">$1<ex>foo.exam ple.com</ex></ph>
276 </message> 279 </message>
277 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P ermission string for access to multiple specific computers on the local network or internet."> 280 <message name="IDS_EXTENSION_PROMPT_WARNING_SOCKET_SPECIFIC_HOSTS" desc="P ermission string for access to multiple specific computers on the local network or internet.">
278 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph> 281 Exchange data with the computers named: <ph name="HOSTNAMES">$1<ex>foo.e xample.com bar.example.com</ex></ph>
279 </message> 282 </message>
280 283
281 <!-- Device API strings. Please keep alphabetized. --> 284 <!-- Device API strings. Please keep alphabetized. -->
282 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f or access to HID devices."> 285 <message name="IDS_EXTENSION_PROMPT_WARNING_HID" desc="Permission string f or access to HID devices.">
283 Access your input devices 286 Access your input devices
284 </message> 287 </message>
285 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices."> 288 <message name="IDS_EXTENSION_PROMPT_WARNING_SERIAL" desc="Permission strin g for access to serial devices.">
286 Access your serial devices 289 Access your serial devices
287 </message> 290 </message>
288 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f or access to USB devices."> 291 <message name="IDS_EXTENSION_PROMPT_WARNING_USB" desc="Permission string f or access to USB devices.">
289 Access your USB devices 292 Access your USB devices
290 </message> 293 </message>
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 <message name="IDS_EXTENSION_WARNINGS_DOWNLOAD_FILENAME_CONFLICT" desc="Wa rning message which indicates that two or more extensions tried to determine the filename of a downloaded file in a conflicting way and the modification of this extension was ignored"> 332 <message name="IDS_EXTENSION_WARNINGS_DOWNLOAD_FILENAME_CONFLICT" desc="Wa rning message which indicates that two or more extensions tried to determine the filename of a downloaded file in a conflicting way and the modification of this extension was ignored">
330 This extension failed to name the download "<ph name="ATTEMPTED_FILENAME ">$1<ex>apple.png</ex></ph>" because another extension (<ph name="EXTENSION_NAME ">$2<ex>My Cool Extension</ex></ph>) determined a different filename "<ph name=" ACTUAL_FILENAME">$3<ex>banana.png</ex></ph>". 333 This extension failed to name the download "<ph name="ATTEMPTED_FILENAME ">$1<ex>apple.png</ex></ph>" because another extension (<ph name="EXTENSION_NAME ">$2<ex>My Cool Extension</ex></ph>) determined a different filename "<ph name=" ACTUAL_FILENAME">$3<ex>banana.png</ex></ph>".
331 </message> 334 </message>
332 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me ssage which indates that an extension got stuck in a reload loop."> 335 <message name="IDS_EXTENSION_WARNING_RELOAD_TOO_FREQUENT" desc="Warning me ssage which indates that an extension got stuck in a reload loop.">
333 This extension reloaded itself too frequently. 336 This extension reloaded itself too frequently.
334 </message> 337 </message>
335 338
336 </messages> 339 </messages>
337 </release> 340 </release>
338 </grit> 341 </grit>
OLDNEW
« extensions/common/manifest_handlers/options_page_info.cc ('K') | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698