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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7432006: Add an experimental permissions API for extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix clang Created 9 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 3654 matching lines...) Expand 10 before | Expand all | Expand 10 after
3665 <!-- Extension/App install prompt --> 3665 <!-- Extension/App install prompt -->
3666 <message name="IDS_EXTENSION_INSTALL_PROMPT_TITLE" desc="Titlebar of the e xtension or app installation prompt window"> 3666 <message name="IDS_EXTENSION_INSTALL_PROMPT_TITLE" desc="Titlebar of the e xtension or app installation prompt window">
3667 Confirm Installation 3667 Confirm Installation
3668 </message> 3668 </message>
3669 <message name="IDS_EXTENSION_UNINSTALL_PROMPT_TITLE" desc="Titlebar of the extension or app uninstallation prompt window"> 3669 <message name="IDS_EXTENSION_UNINSTALL_PROMPT_TITLE" desc="Titlebar of the extension or app uninstallation prompt window">
3670 Confirm Uninstallation 3670 Confirm Uninstallation
3671 </message> 3671 </message>
3672 <message name="IDS_EXTENSION_RE_ENABLE_PROMPT_TITLE" desc="Titlebar of the extension or app prompt window when re-enabling an extension that requires addi tional permissions"> 3672 <message name="IDS_EXTENSION_RE_ENABLE_PROMPT_TITLE" desc="Titlebar of the extension or app prompt window when re-enabling an extension that requires addi tional permissions">
3673 Confirm Re-enable 3673 Confirm Re-enable
3674 </message> 3674 </message>
3675 <message name="IDS_EXTENSION_PERMISSIONS_PROMPT_TITLE" desc="Titlebar of t he extension or app permissions prompt window">
3676 Confirm Permissions
3677 </message>
3675 <message name="IDS_EXTENSION_INSTALL_PROMPT_HEADING" desc="First bold line in the content area of the extension or app installation prompt. Asks the user if they want to install a particular extension or app."> 3678 <message name="IDS_EXTENSION_INSTALL_PROMPT_HEADING" desc="First bold line in the content area of the extension or app installation prompt. Asks the user if they want to install a particular extension or app.">
3676 Install <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>? 3679 Install <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>?
3677 </message> 3680 </message>
3678 <message name="IDS_EXTENSION_UNINSTALL_PROMPT_HEADING" desc="First bold li ne in the content area of the extension or app uninstallation prompt. Asks the u ser if they want to uninstall a particular extension or app."> 3681 <message name="IDS_EXTENSION_UNINSTALL_PROMPT_HEADING" desc="First bold li ne in the content area of the extension or app uninstallation prompt. Asks the u ser if they want to uninstall a particular extension or app.">
3679 Uninstall "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"? 3682 Uninstall "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"?
3680 </message> 3683 </message>
3681 <message name="IDS_EXTENSION_RE_ENABLE_PROMPT_HEADING" desc="First bold li ne in the content area of the extension or app installation prompt. Asks the use r if they want to re-enable a particular extension or app."> 3684 <message name="IDS_EXTENSION_RE_ENABLE_PROMPT_HEADING" desc="First bold li ne in the content area of the extension or app installation prompt. Asks the use r if they want to re-enable a particular extension or app.">
3682 The newest version of "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex ></ph>" has been disabled because it requires more permissions. 3685 The newest version of "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex ></ph>" has been disabled because it requires more permissions.
3683 </message> 3686 </message>
3687 <message name="IDS_EXTENSION_PERMISSIONS_PROMPT_HEADING" desc="First bold line in the content area of the extension or app permissions prompt. Asks the us er if they want to grant the permissions to the particular extension or app.">
3688 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has requested additional permissions.
3689 </message>
3684 3690
3685 <!-- Extension/App install dialog strings --> 3691 <!-- Extension/App install dialog strings -->
3686 <message name="IDS_EXTENSION_PROMPT_WILL_HAVE_ACCESS_TO" desc="Second line in the content area of the extension or app installation prompt. Note that the exact wording is important. This should mean that the extension or app _can_ acc ess the listed privileges, but not necessarily that it will or needs to."> 3692 <message name="IDS_EXTENSION_PROMPT_WILL_HAVE_ACCESS_TO" desc="Second line in the content area of the extension or app installation prompt. Note that the exact wording is important. This should mean that the extension or app _can_ acc ess the listed privileges, but not necessarily that it will or needs to.">
3687 It can access: 3693 It can access:
3688 </message> 3694 </message>
3689 <message name="IDS_EXTENSION_PROMPT_WILL_NOW_HAVE_ACCESS_TO" desc="Second line in the content area of the extension or app re-enable prompt. Note that the exact wording is important. This should mean that the extension _can now_ acces s the listed privileges, but not necessarily that it will or needs to. This mess age appeared because the user must approve new permissions of the extension or a pp."> 3695 <message name="IDS_EXTENSION_PROMPT_WILL_NOW_HAVE_ACCESS_TO" desc="Second line in the content area of the extension or app re-enable prompt. Note that the exact wording is important. This should mean that the extension _can now_ acces s the listed privileges, but not necessarily that it will or needs to. This mess age appeared because the user must approve new permissions of the extension or a pp.">
3690 It can now access: 3696 It can now access:
3691 </message> 3697 </message>
3698 <message name="IDS_EXTENSION_PROMPT_WANTS_ACCESS_TO" desc="Second line in the content area of the extension or app permissions prompt. Note that the exact wording is important. This should mean that the extension _wants to_ access the listed privileges, but not necessarily that it will or needs to. This message a ppeared because the user must approve new permissions of the extension or app.">
3699 It could access:
3700 </message>
3701
3692 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permission string for full access to the computer and all websites."> 3702 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permission string for full access to the computer and all websites.">
3693 All data on your computer and the websites you visit 3703 All data on your computer and the websites you visit
3694 </message> 3704 </message>
3695 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission st ring for access to data on all websites."> 3705 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission st ring for access to data on all websites.">
3696 Your data on all websites 3706 Your data on all websites
3697 </message> 3707 </message>
3698 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website."> 3708 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website.">
3699 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> 3709 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>
3700 </message> 3710 </message>
3701 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites."> 3711 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites.">
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
4026 4036
4027 <message name="IDS_EXTENSION_PROMPT_INSTALL_BUTTON" desc="Text for the ins tall button on the extension install prompt"> 4037 <message name="IDS_EXTENSION_PROMPT_INSTALL_BUTTON" desc="Text for the ins tall button on the extension install prompt">
4028 Install 4038 Install
4029 </message> 4039 </message>
4030 <message name="IDS_EXTENSION_PROMPT_UNINSTALL_BUTTON" desc="Text for the u ninstall button on the extension uninstall prompt"> 4040 <message name="IDS_EXTENSION_PROMPT_UNINSTALL_BUTTON" desc="Text for the u ninstall button on the extension uninstall prompt">
4031 Uninstall 4041 Uninstall
4032 </message> 4042 </message>
4033 <message name="IDS_EXTENSION_PROMPT_RE_ENABLE_BUTTON" desc="Text for the e nable button on the extension re-enable prompt"> 4043 <message name="IDS_EXTENSION_PROMPT_RE_ENABLE_BUTTON" desc="Text for the e nable button on the extension re-enable prompt">
4034 Re-enable 4044 Re-enable
4035 </message> 4045 </message>
4046 <message name="IDS_EXTENSION_PROMPT_PERMISSIONS_BUTTON" desc="Text for the allow button on the extension permissions prompt">
4047 Allow
4048 </message>
4049 <message name="IDS_EXTENSION_PROMPT_PERMISSIONS_ABORT_BUTTON" desc="Text f or the deny button on the extension permissions prompt">
4050 Deny
4051 </message>
4036 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store"> 4052 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store">
4037 Web Store 4053 Web Store
4038 </message> 4054 </message>
4039 4055
4040 <!-- Plugins --> 4056 <!-- Plugins -->
4041 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag e."> 4057 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag e.">
4042 Plug-ins 4058 Plug-ins
4043 </message> 4059 </message>
4044 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d etails mode."> 4060 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d etails mode.">
4045 Details 4061 Details
(...skipping 3683 matching lines...) Expand 10 before | Expand all | Expand 10 after
7729 <message name="IDS_AUTOFILL_DIALOG_CREDIT_CARD_NUMBER" desc="The label of the Credit card number entry."> 7745 <message name="IDS_AUTOFILL_DIALOG_CREDIT_CARD_NUMBER" desc="The label of the Credit card number entry.">
7730 Credit card number 7746 Credit card number
7731 </message> 7747 </message>
7732 <message name="IDS_AUTOFILL_DIALOG_EXPIRATION_DATE" desc="The label of the Expiration date entry."> 7748 <message name="IDS_AUTOFILL_DIALOG_EXPIRATION_DATE" desc="The label of the Expiration date entry.">
7733 Expiration date 7749 Expiration date
7734 </message> 7750 </message>
7735 7751
7736 <message name="IDS_AUTOFILL_HELP_LABEL" desc="The label of the Help link o n the Autofill dialog."> 7752 <message name="IDS_AUTOFILL_HELP_LABEL" desc="The label of the Help link o n the Autofill dialog.">
7737 About Autofill 7753 About Autofill
7738 </message> 7754 </message>
7739 7755
7740 <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for fo rm elements when annotated with Autofill predictions."> 7756 <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for fo rm elements when annotated with Autofill predictions.">
7741 heuristic type: <ph name="HEURISTIC_TYPE">$1<ex>NAME_FIRST</ex></ph>\nse rver type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph>\nfield signature: < ph name="FIELD_SIGNATURE">$3<ex>12345678</ex></ph>\nform signature: <ph name="FO RM_SIGNATURE">$4<ex>1234567812345678</ex></ph>\nexperiment id: "<ph name="EXPERI MENT_ID">$5<ex>ar1</ex></ph>" 7757 heuristic type: <ph name="HEURISTIC_TYPE">$1<ex>NAME_FIRST</ex></ph>\nse rver type: <ph name="SERVER_TYPE">$2<ex>NAME_FIRST</ex></ph>\nfield signature: < ph name="FIELD_SIGNATURE">$3<ex>12345678</ex></ph>\nform signature: <ph name="FO RM_SIGNATURE">$4<ex>1234567812345678</ex></ph>\nexperiment id: "<ph name="EXPERI MENT_ID">$5<ex>ar1</ex></ph>"
7742 </message> 7758 </message>
7743 7759
7744 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_TEXT" desc="Description text for the Autofill feedback infobar."> 7760 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_TEXT" desc="Description text for the Autofill feedback infobar.">
7745 Help make Autofill better. 7761 Help make Autofill better.
7746 </message> 7762 </message>
7747 7763
7748 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_LINK_TEXT" desc="Link text fo r the Autofill feedback infobar."> 7764 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_LINK_TEXT" desc="Link text fo r the Autofill feedback infobar.">
7749 Send feedback to Google. 7765 Send feedback to Google.
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
8280 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT" 8296 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT"
8281 desc="Text for the button that creates an app shortcut."> 8297 desc="Text for the button that creates an app shortcut.">
8282 Create shortcut 8298 Create shortcut
8283 </message> 8299 </message>
8284 <message name="IDS_NEW_TAB_TRASH_LABEL" 8300 <message name="IDS_NEW_TAB_TRASH_LABEL"
8285 desc="Text for the trash can that appears when the user drags app s."> 8301 desc="Text for the trash can that appears when the user drags app s.">
8286 Remove from <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph>. 8302 Remove from <ph name="SHORT_PRODUCT_NAME">$1<ex>Chrome</ex></ph>.
8287 </message> 8303 </message>
8288 <message name="IDS_APP_DEFAULT_PAGE_NAME" 8304 <message name="IDS_APP_DEFAULT_PAGE_NAME"
8289 desc="Default name for the first 'Apps' page on the New Tab Page. "> 8305 desc="Default name for the first 'Apps' page on the New Tab Page. ">
8290 Apps 8306 Apps
8291 </message> 8307 </message>
8292 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" 8308 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED"
8293 desc="Text for the button that opens the app in a pinned tab."> 8309 desc="Text for the button that opens the app in a pinned tab.">
8294 Open as pinned tab 8310 Open as pinned tab
8295 </message> 8311 </message>
8296 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR" 8312 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR"
8297 desc="Text for the button that opens the app in a regular tab."> 8313 desc="Text for the button that opens the app in a regular tab.">
8298 Open as regular tab 8314 Open as regular tab
8299 </message> 8315 </message>
8300 <message name="IDS_APP_CONTEXT_MENU_OPEN_WINDOW" 8316 <message name="IDS_APP_CONTEXT_MENU_OPEN_WINDOW"
(...skipping 4950 matching lines...) Expand 10 before | Expand all | Expand 10 after
13251 </includes> 13267 </includes>
13252 <structures fallback_to_english="true"> 13268 <structures fallback_to_english="true">
13253 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13269 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13254 </structure> 13270 </structure>
13255 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13271 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13256 </structure> 13272 </structure>
13257 </structures> 13273 </structures>
13258 13274
13259 </release> 13275 </release>
13260 </grit> 13276 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/testing_automation_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698