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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2797163005: MD Settings: CrOS: Users: Fix names (Closed)
Patch Set: . Created 3 years, 8 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 <!-- 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 2578 matching lines...) Expand 10 before | Expand all | Expand 10 after
2589 </message> 2589 </message>
2590 <message name="IDS_SETTINGS_USERS_SUPERVISED_USERS_LABEL" desc="Label for th e supervised users setting."> 2590 <message name="IDS_SETTINGS_USERS_SUPERVISED_USERS_LABEL" desc="Label for th e supervised users setting.">
2591 Enable supervised users 2591 Enable supervised users
2592 </message> 2592 </message>
2593 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 'show users on sign-in screen' setting."> 2593 <message name="IDS_SETTINGS_USERS_SHOW_ON_SIGNIN_LABEL" desc="Label for the 'show users on sign-in screen' setting.">
2594 Show usernames and photos on the sign-in screen 2594 Show usernames and photos on the sign-in screen
2595 </message> 2595 </message>
2596 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the setting for restricting sign in to specific users."> 2596 <message name="IDS_SETTINGS_USERS_RESTRICT_SIGNIN_LABEL" desc="Label for the setting for restricting sign in to specific users.">
2597 Restrict sign-in to the following users: 2597 Restrict sign-in to the following users:
2598 </message> 2598 </message>
2599 <message name="IDS_SETTINGS_USERS_DEVICE_OWNER_LABEL" desc="Label for the de vice owner."> 2599 <message name="IDS_SETTINGS_USERS_DEVICE_OWNER_LABEL" desc="Label for a user who is the device owner.">
2600 (owner) 2600 <ph name="USER_NAME">$1<ex>John Smith</ex></ph> (owner)
2601 </message> 2601 </message>
2602 <message name="IDS_SETTINGS_USERS_ADD_USERS" desc="Label the dialog for addi ng users."> 2602 <message name="IDS_SETTINGS_USERS_ADD_USERS" desc="Label the dialog for addi ng users.">
2603 Add person 2603 Add person
2604 </message> 2604 </message>
2605 <message name="IDS_SETTINGS_USERS_ADD_USERS_EMAIL" desc="Label for the email input field for adding users."> 2605 <message name="IDS_SETTINGS_USERS_ADD_USERS_EMAIL" desc="Label for the email input field for adding users.">
2606 Email address 2606 Email address
2607 </message> 2607 </message>
2608 </if> 2608 </if>
2609 2609
2610 <!-- Web Content --> 2610 <!-- Web Content -->
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
2975 System 2975 System
2976 </message> 2976 </message>
2977 <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."> 2977 <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.">
2978 Use hardware acceleration when available 2978 Use hardware acceleration when available
2979 </message> 2979 </message>
2980 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2980 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2981 Change proxy settings 2981 Change proxy settings
2982 </message> 2982 </message>
2983 </if> 2983 </if>
2984 </grit-part> 2984 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698