OLD | NEW |
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 3652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3663 <!-- Extension/App install prompt --> | 3663 <!-- Extension/App install prompt --> |
3664 <message name="IDS_EXTENSION_INSTALL_PROMPT_TITLE" desc="Titlebar of the e
xtension or app installation prompt window"> | 3664 <message name="IDS_EXTENSION_INSTALL_PROMPT_TITLE" desc="Titlebar of the e
xtension or app installation prompt window"> |
3665 Confirm Installation | 3665 Confirm Installation |
3666 </message> | 3666 </message> |
3667 <message name="IDS_EXTENSION_UNINSTALL_PROMPT_TITLE" desc="Titlebar of the
extension or app uninstallation prompt window"> | 3667 <message name="IDS_EXTENSION_UNINSTALL_PROMPT_TITLE" desc="Titlebar of the
extension or app uninstallation prompt window"> |
3668 Confirm Uninstallation | 3668 Confirm Uninstallation |
3669 </message> | 3669 </message> |
3670 <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"> | 3670 <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"> |
3671 Confirm Re-enable | 3671 Confirm Re-enable |
3672 </message> | 3672 </message> |
| 3673 <message name="IDS_EXTENSION_PERMISSIONS_PROMPT_TITLE" desc="Titlebar of t
he extension or app permissions prompt window"> |
| 3674 Confirm Permissions |
| 3675 </message> |
3673 <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 <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."> |
3674 Install <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>? | 3677 Install <ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>? |
3675 </message> | 3678 </message> |
3676 <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 <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."> |
3677 Uninstall "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"? | 3680 Uninstall "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"? |
3678 </message> | 3681 </message> |
3679 <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 <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."> |
3680 The newest version of "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex
></ph>" has been disabled because it requires more permissions. | 3683 The newest version of "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex
></ph>" has been disabled because it requires more permissions. |
3681 </message> | 3684 </message> |
| 3685 <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."> |
| 3686 The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>"
has requested additional permissions. |
| 3687 </message> |
3682 | 3688 |
3683 <!-- Extension/App install dialog strings --> | 3689 <!-- Extension/App install dialog strings --> |
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."> | 3690 <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."> |
3685 It can access: | 3691 It can access: |
3686 </message> | 3692 </message> |
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."> | 3693 <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."> |
3688 It can now access: | 3694 It can now access: |
3689 </message> | 3695 </message> |
| 3696 <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."> |
| 3697 It could access: |
| 3698 </message> |
| 3699 |
3690 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permission
string for full access to the computer and all websites."> | 3700 <message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permission
string for full access to the computer and all websites."> |
3691 All data on your computer and the websites you visit | 3701 All data on your computer and the websites you visit |
3692 </message> | 3702 </message> |
3693 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission st
ring for access to data on all websites."> | 3703 <message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission st
ring for access to data on all websites."> |
3694 Your data on all websites | 3704 Your data on all websites |
3695 </message> | 3705 </message> |
3696 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin
g for access to data on one website."> | 3706 <message name="IDS_EXTENSION_PROMPT_WARNING_1_HOST" desc="Permission strin
g for access to data on one website."> |
3697 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> | 3707 Your data on <ph name="WEBSITE_1">$1<ex>www.google.com</ex></ph> |
3698 </message> | 3708 </message> |
3699 <message name="IDS_EXTENSION_PROMPT_WARNING_2_HOSTS" desc="Permission stri
ng for access to data on two websites."> | 3709 <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 Loading... |
4024 | 4034 |
4025 <message name="IDS_EXTENSION_PROMPT_INSTALL_BUTTON" desc="Text for the ins
tall button on the extension install prompt"> | 4035 <message name="IDS_EXTENSION_PROMPT_INSTALL_BUTTON" desc="Text for the ins
tall button on the extension install prompt"> |
4026 Install | 4036 Install |
4027 </message> | 4037 </message> |
4028 <message name="IDS_EXTENSION_PROMPT_UNINSTALL_BUTTON" desc="Text for the u
ninstall button on the extension uninstall prompt"> | 4038 <message name="IDS_EXTENSION_PROMPT_UNINSTALL_BUTTON" desc="Text for the u
ninstall button on the extension uninstall prompt"> |
4029 Uninstall | 4039 Uninstall |
4030 </message> | 4040 </message> |
4031 <message name="IDS_EXTENSION_PROMPT_RE_ENABLE_BUTTON" desc="Text for the e
nable button on the extension re-enable prompt"> | 4041 <message name="IDS_EXTENSION_PROMPT_RE_ENABLE_BUTTON" desc="Text for the e
nable button on the extension re-enable prompt"> |
4032 Re-enable | 4042 Re-enable |
4033 </message> | 4043 </message> |
| 4044 <message name="IDS_EXTENSION_PROMPT_PERMISSIONS_BUTTON" desc="Text for the
allow button on the extension permissions prompt"> |
| 4045 Allow |
| 4046 </message> |
| 4047 <message name="IDS_EXTENSION_PROMPT_PERMISSIONS_ABORT_BUTTON" desc="Text f
or the deny button on the extension permissions prompt"> |
| 4048 Deny |
| 4049 </message> |
4034 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We
b Store"> | 4050 <message name="IDS_EXTENSION_WEB_STORE_TITLE" desc="Text for the Chrome We
b Store"> |
4035 Web Store | 4051 Web Store |
4036 </message> | 4052 </message> |
4037 | 4053 |
4038 <!-- Plugins --> | 4054 <!-- Plugins --> |
4039 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag
e."> | 4055 <message name="IDS_PLUGINS_TITLE" desc="Title for the chrome://plugins pag
e."> |
4040 Plug-ins | 4056 Plug-ins |
4041 </message> | 4057 </message> |
4042 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d
etails mode."> | 4058 <message name="IDS_PLUGINS_DETAILS_MODE_LINK" desc="Text of the link for d
etails mode."> |
4043 Details | 4059 Details |
(...skipping 3675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7719 <message name="IDS_AUTOFILL_DIALOG_CREDIT_CARD_NUMBER" desc="The label of
the Credit card number entry."> | 7735 <message name="IDS_AUTOFILL_DIALOG_CREDIT_CARD_NUMBER" desc="The label of
the Credit card number entry."> |
7720 Credit card number | 7736 Credit card number |
7721 </message> | 7737 </message> |
7722 <message name="IDS_AUTOFILL_DIALOG_EXPIRATION_DATE" desc="The label of the
Expiration date entry."> | 7738 <message name="IDS_AUTOFILL_DIALOG_EXPIRATION_DATE" desc="The label of the
Expiration date entry."> |
7723 Expiration date | 7739 Expiration date |
7724 </message> | 7740 </message> |
7725 | 7741 |
7726 <message name="IDS_AUTOFILL_HELP_LABEL" desc="The label of the Help link o
n the Autofill dialog."> | 7742 <message name="IDS_AUTOFILL_HELP_LABEL" desc="The label of the Help link o
n the Autofill dialog."> |
7727 About Autofill | 7743 About Autofill |
7728 </message> | 7744 </message> |
7729 | 7745 |
7730 <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for fo
rm elements when annotated with Autofill predictions."> | 7746 <message name="IDS_AUTOFILL_SHOW_PREDICTIONS_TITLE" desc="The title for fo
rm elements when annotated with Autofill predictions."> |
7731 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>" | 7747 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>" |
7732 </message> | 7748 </message> |
7733 | 7749 |
7734 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_TEXT" desc="Description text
for the Autofill feedback infobar."> | 7750 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_TEXT" desc="Description text
for the Autofill feedback infobar."> |
7735 Help make Autofill better. | 7751 Help make Autofill better. |
7736 </message> | 7752 </message> |
7737 | 7753 |
7738 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_LINK_TEXT" desc="Link text fo
r the Autofill feedback infobar."> | 7754 <message name="IDS_AUTOFILL_FEEDBACK_INFOBAR_LINK_TEXT" desc="Link text fo
r the Autofill feedback infobar."> |
7739 Send feedback to Google. | 7755 Send feedback to Google. |
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8260 <message name="IDS_NEW_TAB_APP_OPTIONS" | 8276 <message name="IDS_NEW_TAB_APP_OPTIONS" |
8261 desc="Text for the button that takes the user to the options of a
n app."> | 8277 desc="Text for the button that takes the user to the options of a
n app."> |
8262 Options | 8278 Options |
8263 </message> | 8279 </message> |
8264 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT" | 8280 <message name="IDS_NEW_TAB_APP_CREATE_SHORTCUT" |
8265 desc="Text for the button that creates an app shortcut."> | 8281 desc="Text for the button that creates an app shortcut."> |
8266 Create shortcut | 8282 Create shortcut |
8267 </message> | 8283 </message> |
8268 <message name="IDS_APP_DEFAULT_PAGE_NAME" | 8284 <message name="IDS_APP_DEFAULT_PAGE_NAME" |
8269 desc="Default name for the first 'Apps' page on the New Tab Page.
"> | 8285 desc="Default name for the first 'Apps' page on the New Tab Page.
"> |
8270 Apps | 8286 Apps |
8271 </message> | 8287 </message> |
8272 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" | 8288 <message name="IDS_APP_CONTEXT_MENU_OPEN_PINNED" |
8273 desc="Text for the button that opens the app in a pinned tab."> | 8289 desc="Text for the button that opens the app in a pinned tab."> |
8274 Open as pinned tab | 8290 Open as pinned tab |
8275 </message> | 8291 </message> |
8276 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR" | 8292 <message name="IDS_APP_CONTEXT_MENU_OPEN_REGULAR" |
8277 desc="Text for the button that opens the app in a regular tab."> | 8293 desc="Text for the button that opens the app in a regular tab."> |
8278 Open as regular tab | 8294 Open as regular tab |
8279 </message> | 8295 </message> |
8280 <message name="IDS_APP_CONTEXT_MENU_OPEN_WINDOW" | 8296 <message name="IDS_APP_CONTEXT_MENU_OPEN_WINDOW" |
(...skipping 4826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13107 </includes> | 13123 </includes> |
13108 <structures fallback_to_english="true"> | 13124 <structures fallback_to_english="true"> |
13109 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 13125 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
13110 </structure> | 13126 </structure> |
13111 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 13127 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
13112 </structure> | 13128 </structure> |
13113 </structures> | 13129 </structures> |
13114 | 13130 |
13115 </release> | 13131 </release> |
13116 </grit> | 13132 </grit> |
OLD | NEW |