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

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: . Created 9 years, 5 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
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 3646 matching lines...) Expand 10 before | Expand all | Expand 10 after
3657 <!-- Extension/App install prompt --> 3657 <!-- Extension/App install prompt -->
3658 <message name="IDS_EXTENSION_INSTALL_PROMPT_TITLE" desc="Titlebar of the e xtension or app installation prompt window"> 3658 <message name="IDS_EXTENSION_INSTALL_PROMPT_TITLE" desc="Titlebar of the e xtension or app installation prompt window">
3659 Confirm Installation 3659 Confirm Installation
3660 </message> 3660 </message>
3661 <message name="IDS_EXTENSION_UNINSTALL_PROMPT_TITLE" desc="Titlebar of the extension or app uninstallation prompt window"> 3661 <message name="IDS_EXTENSION_UNINSTALL_PROMPT_TITLE" desc="Titlebar of the extension or app uninstallation prompt window">
3662 Confirm Uninstallation 3662 Confirm Uninstallation
3663 </message> 3663 </message>
3664 <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"> 3664 <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">
3665 Confirm Re-enable 3665 Confirm Re-enable
3666 </message> 3666 </message>
3667 <message name="IDS_EXTENSION_PERMISSIONS_PROMPT_TITLE" desc="Titlebar of t he extenxion or app permissions prompt window">
Mihai Parparita -not on Chrome 2011/07/20 22:03:43 Typo (extenxion).
jstritar 2011/07/22 19:21:55 Done.
3668 Confirm Permissions
3669 </message>
3667 <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."> 3670 <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.">
3668 Install <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>? 3671 Install <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>?
3669 </message> 3672 </message>
3670 <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."> 3673 <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.">
3671 Uninstall "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"? 3674 Uninstall "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"?
3672 </message> 3675 </message>
3673 <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."> 3676 <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.">
3674 The newest version of "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex ></ph>" has been disabled because it requires more permissions. 3677 The newest version of "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex ></ph>" has been disabled because it requires more permissions.
3675 </message> 3678 </message>
3679 <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.">
3680 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has requested additional permissions.
3681 </message>
3676 3682
3677 <!-- Extension/App install dialog strings --> 3683 <!-- Extension/App install dialog strings -->
3678 <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."> 3684 <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.">
3679 It can access: 3685 It can access:
3680 </message> 3686 </message>
3681 <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."> 3687 <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.">
3682 It can now access: 3688 It can now access:
3683 </message> 3689 </message>
3690 <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.">
3691 It could access:
3692 </message>
3693
3684 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permission string for full access to the computer and all websites."> 3694 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permission string for full access to the computer and all websites.">
3685 All data on your computer and the websites you visit 3695 All data on your computer and the websites you visit
3686 </message> 3696 </message>
3687 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission st ring for access to data on all websites."> 3697 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission st ring for access to data on all websites.">
3688 Your data on all websites 3698 Your data on all websites
3689 </message> 3699 </message>
3690 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website."> 3700 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin g for access to data on one website.">
3691 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> 3701 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph>
3692 </message> 3702 </message>
3693 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites."> 3703 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri ng for access to data on two websites.">
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
4015 4025
4016 <message name="IDS_EXTENSION_PROMPT_INSTALL_BUTTON" desc="Text for the ins tall button on the extension install prompt"> 4026 <message name="IDS_EXTENSION_PROMPT_INSTALL_BUTTON" desc="Text for the ins tall button on the extension install prompt">
4017 Install 4027 Install
4018 </message> 4028 </message>
4019 <message name="IDS_EXTENSION_PROMPT_UNINSTALL_BUTTON" desc="Text for the u ninstall button on the extension uninstall prompt"> 4029 <message name="IDS_EXTENSION_PROMPT_UNINSTALL_BUTTON" desc="Text for the u ninstall button on the extension uninstall prompt">
4020 Uninstall 4030 Uninstall
4021 </message> 4031 </message>
4022 <message name="IDS_EXTENSION_PROMPT_RE_ENABLE_BUTTON" desc="Text for the e nable button on the extension re-enable prompt"> 4032 <message name="IDS_EXTENSION_PROMPT_RE_ENABLE_BUTTON" desc="Text for the e nable button on the extension re-enable prompt">
4023 Re-enable 4033 Re-enable
4024 </message> 4034 </message>
4035 <message name="IDS_EXTENSION_PROMPT_PERMISSIONS_BUTTON" desc="Text for the allow button on the extension permissions prompt">
4036 Allow
4037 </message>
4038 <message name="IDS_EXTENSION_PROMPT_PERMISSIONS_ABORT_BUTTON" desc="Text f or the deny button on the extension permissions prompt">
4039 Deny
4040 </message>
4025 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store"> 4041 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We b Store">
4026 Web Store 4042 Web Store
4027 </message> 4043 </message>
4028 4044
4029 <!-- Plugins --> 4045 <!-- Plugins -->
4030 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag e."> 4046 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag e.">
4031 Plug-ins 4047 Plug-ins
4032 </message> 4048 </message>
4033 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d etails mode."> 4049 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d etails mode.">
4034 Details 4050 Details
(...skipping 3649 matching lines...) Expand 10 before | Expand all | Expand 10 after
7684 <message name="IDS_AUTOFILL_DIALOG_CREDIT_CARD_NUMBER" desc="The label of the Credit card number entry."> 7700 <message name="IDS_AUTOFILL_DIALOG_CREDIT_CARD_NUMBER" desc="The label of the Credit card number entry.">
7685 Credit card number 7701 Credit card number
7686 </message> 7702 </message>
7687 <message name="IDS_AUTOFILL_DIALOG_EXPIRATION_DATE" desc="The label of the Expiration date entry."> 7703 <message name="IDS_AUTOFILL_DIALOG_EXPIRATION_DATE" desc="The label of the Expiration date entry.">
7688 Expiration date 7704 Expiration date
7689 </message> 7705 </message>
7690 7706
7691 <message name="IDS_AUTOFILL_HELP_LABEL" desc="The label of the Help link o n the Autofill dialog."> 7707 <message name="IDS_AUTOFILL_HELP_LABEL" desc="The label of the Help link o n the Autofill dialog.">
7692 About Autofill 7708 About Autofill
7693 </message> 7709 </message>
7694 7710
7695 <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for fo rm elements when annotated with Autofill predictions."> 7711 <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for fo rm elements when annotated with Autofill predictions.">
7696 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>" 7712 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>"
7697 </message> 7713 </message>
7698 7714
7699 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_TEXT" desc="Description text for the Autofill feedback infobar."> 7715 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_TEXT" desc="Description text for the Autofill feedback infobar.">
7700 Help make Autofill better. 7716 Help make Autofill better.
7701 </message> 7717 </message>
7702 7718
7703 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_LINK_TEXT" desc="Link text fo r the Autofill feedback infobar."> 7719 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_LINK_TEXT" desc="Link text fo r the Autofill feedback infobar.">
7704 Send feedback to Google. 7720 Send feedback to Google.
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
8229 <message name="IDS_NEW_TAB_APP_OPTIONS" 8245 <message name="IDS_NEW_TAB_APP_OPTIONS"
8230 desc="Text for the button that takes the user to the options of a n app."> 8246 desc="Text for the button that takes the user to the options of a n app.">
8231 Options 8247 Options
8232 </message> 8248 </message>
8233 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT" 8249 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT"
8234 desc="Text for the button that creates an app shortcut."> 8250 desc="Text for the button that creates an app shortcut.">
8235 Create shortcut 8251 Create shortcut
8236 </message> 8252 </message>
8237 <message name="IDS_APP_DEFAULT_PAGE_NAME" 8253 <message name="IDS_APP_DEFAULT_PAGE_NAME"
8238 desc="Default name for the first 'Apps' page on the New Tab Page. "> 8254 desc="Default name for the first 'Apps' page on the New Tab Page. ">
8239 Apps 8255 Apps
8240 </message> 8256 </message>
8241 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" 8257 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED"
8242 desc="Text for the button that opens the app in a pinned tab."> 8258 desc="Text for the button that opens the app in a pinned tab.">
8243 Open as pinned tab 8259 Open as pinned tab
8244 </message> 8260 </message>
8245 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR" 8261 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR"
8246 desc="Text for the button that opens the app in a regular tab."> 8262 desc="Text for the button that opens the app in a regular tab.">
8247 Open as regular tab 8263 Open as regular tab
8248 </message> 8264 </message>
8249 <message name="IDS_APP_CONTEXT_MENU_OPEN_WINDOW" 8265 <message name="IDS_APP_CONTEXT_MENU_OPEN_WINDOW"
(...skipping 4744 matching lines...) Expand 10 before | Expand all | Expand 10 after
12994 </includes> 13010 </includes>
12995 <structures fallback_to_english="true"> 13011 <structures fallback_to_english="true">
12996 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13012 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12997 </structure> 13013 </structure>
12998 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13014 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12999 </structure> 13015 </structure>
13000 </structures> 13016 </structures>
13001 13017
13002 </release> 13018 </release>
13003 </grit> 13019 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698