OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Settings-specific strings (included from generated_resources.grd). --> | 2 <!-- Settings-specific strings (included from generated_resources.grd). --> |
3 <grit-part> | 3 <grit-part> |
4 <!-- Main Page --> | 4 <!-- Main Page --> |
5 <if expr="chromeos"> | 5 <if expr="chromeos"> |
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in
settings page when the user is secondary in a multi-profile session."> | 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in
settings page when the user is secondary in a multi-profile session."> |
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com<
/ex></ph> are being shared with you. These settings only affect your account whe
n using multiple sign-in. | 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com<
/ex></ph> are being shared with you. These settings only affect your account whe
n using multiple sign-in. |
8 </message> | 8 </message> |
9 </if> | 9 </if> |
10 | 10 |
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 </message> | 505 </message> |
506 <message name="IDS_SETTINGS_CREDIT_CARD_NONE" desc="Placeholder that is shown
when there are no credit cards in the list of saved credit cards."> | 506 <message name="IDS_SETTINGS_CREDIT_CARD_NONE" desc="Placeholder that is shown
when there are no credit cards in the list of saved credit cards."> |
507 Saved cards will appear here | 507 Saved cards will appear here |
508 </message> | 508 </message> |
509 <message name="IDS_SETTINGS_PASSWORDS_NONE" desc="Placeholder that is shown wh
en there are no passwords in the list of saved passwords."> | 509 <message name="IDS_SETTINGS_PASSWORDS_NONE" desc="Placeholder that is shown wh
en there are no passwords in the list of saved passwords."> |
510 Saved passwords will appear here | 510 Saved passwords will appear here |
511 </message> | 511 </message> |
512 <message name="IDS_SETTINGS_PASSWORDS_EXCEPTIONS_NONE" desc="Placeholder text
that is shown when there are no sites in the list of sites for which to never sa
ve passwords."> | 512 <message name="IDS_SETTINGS_PASSWORDS_EXCEPTIONS_NONE" desc="Placeholder text
that is shown when there are no sites in the list of sites for which to never sa
ve passwords."> |
513 Sites which never save passwords will appear here | 513 Sites which never save passwords will appear here |
514 </message> | 514 </message> |
515 <if expr="is_macosx"> | 515 <message name="IDS_SETTINGS_PASSWORDS_MANAGE_PASSWORDS" desc="Shown in the pas
swords section of settings. Descriptive text to inform that passwords can be acc
essed online. Has a link."> |
516 <then> | 516 Access your passwords from any device at <ph name="BEGIN_LINK"><a is="act
ion-link" href="$1" target="_blank"></ph>passwords.google.com<ph name="END_LI
NK"></a></ph> |
517 <message name="IDS_SETTINGS_PASSWORDS_MANAGE_PASSWORDS" desc="Shown in the
passwords section of settings. Descriptive text to inform that passwords can be
accessed online. Has a link. Also notifies mac users that chrome will sync pass
words to the OS's Keychain, so their passwords will be synced to other chrome pr
ofiles. 'Keychain' is the name of a program on Mac and should not be translated.
"> | 517 </message> |
518 Access your passwords from any device at <ph name="BEGIN_LINK"><a is=
"action-link" href="$1" target="_blank"></ph>passwords.google.com<ph name="EN
D_LINK"></a></ph>. On Mac, passwords may be saved to your Keychain and acc
essed or synced by other Chrome users sharing this OS X account. | |
519 </message> | |
520 </then> | |
521 <else> | |
522 <message name="IDS_SETTINGS_PASSWORDS_MANAGE_PASSWORDS" desc="Shown in the
passwords section of settings. Descriptive text to inform that passwords can be
accessed online. Has a link."> | |
523 Access your passwords from any device at <ph name="BEGIN_LINK"><a is=
"action-link" href="$1" target="_blank"></ph>passwords.google.com<ph name="EN
D_LINK"></a></ph> | |
524 </message> | |
525 </else> | |
526 </if> | |
527 | 518 |
528 <!-- Default Browser Page --> | 519 <!-- Default Browser Page --> |
529 <if expr="not chromeos"> | 520 <if expr="not chromeos"> |
530 <message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Brows
er page, which allows users to set which browser will open .html files within th
e OS."> | 521 <message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Brows
er page, which allows users to set which browser will open .html files within th
e OS."> |
531 Default browser | 522 Default browser |
532 </message> | 523 </message> |
533 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT_BUTTON" desc="Text
of the button used to make Chrome the default browser on the user's system."> | 524 <message name="IDS_SETTINGS_DEFAULT_BROWSER_MAKE_DEFAULT_BUTTON" desc="Text
of the button used to make Chrome the default browser on the user's system."> |
534 Make default | 525 Make default |
535 </message> | 526 </message> |
536 </if> | 527 </if> |
(...skipping 2533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3070 System | 3061 System |
3071 </message> | 3062 </message> |
3072 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label
for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh
en available."> | 3063 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label
for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh
en available."> |
3073 Use hardware acceleration when available | 3064 Use hardware acceleration when available |
3074 </message> | 3065 </message> |
3075 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the
control that opens a user's network proxy settings."> | 3066 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_LABEL" desc="Label for the
control that opens a user's network proxy settings."> |
3076 Open proxy settings | 3067 Open proxy settings |
3077 </message> | 3068 </message> |
3078 </if> | 3069 </if> |
3079 </grit-part> | 3070 </grit-part> |
OLD | NEW |