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

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

Issue 1561413003: Reland: Settings People Revamp: Implement Chrome Profile name/icon selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/manage_profile.css » ('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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <if expr="chromeos"> 9 <if expr="chromeos">
10 <!-- Accessibility Page --> 10 <!-- Accessibility Page -->
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 </message> 601 </message>
602 602
603 <!-- Sync / People Page --> 603 <!-- Sync / People Page -->
604 <message name="IDS_SETTINGS_PEOPLE" desc="Name of the settings page which mana ges Chrome's signed-in Google profile."> 604 <message name="IDS_SETTINGS_PEOPLE" desc="Name of the settings page which mana ges Chrome's signed-in Google profile.">
605 People 605 People
606 </message> 606 </message>
607 <message name="IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE" desc="Label for the bu tton that opens the multi profile user manager."> 607 <message name="IDS_SETTINGS_PEOPLE_MANAGE_OTHER_PEOPLE" desc="Label for the bu tton that opens the multi profile user manager.">
608 Manage other people 608 Manage other people
609 </message> 609 </message>
610 610
611 <if expr="not chromeos">
612 <message name="IDS_SETTINGS_EDIT_PERSON" desc="Title of the edit person subp age">
613 Edit person
614 </message>
615 </if>
616
611 <message name="IDS_SETTINGS_SYNC_OVERVIEW" desc="The message that appears in t he options dialog when sync has not been set up by the user."> 617 <message name="IDS_SETTINGS_SYNC_OVERVIEW" desc="The message that appears in t he options dialog when sync has not been set up by the user.">
612 Sign in to get your bookmarks, history, passwords and other settings on all your devices. You'll also automatically be signed in to your Google services. 618 Sign in to get your bookmarks, history, passwords and other settings on all your devices. You'll also automatically be signed in to your Google services.
613 </message> 619 </message>
614 <message name="IDS_SETTINGS_SYNC_DISCONNECT" desc="The text to display on the button to indicate stop syncing functionality."> 620 <message name="IDS_SETTINGS_SYNC_DISCONNECT" desc="The text to display on the button to indicate stop syncing functionality.">
615 Sign Out 621 Sign Out
616 </message> 622 </message>
617 <message name="IDS_SETTINGS_SYNC_DISCONNECT_TITLE" desc="The title of the dial og that explains what 'stop syncing' means."> 623 <message name="IDS_SETTINGS_SYNC_DISCONNECT_TITLE" desc="The title of the dial og that explains what 'stop syncing' means.">
618 Disconnect your Google Account 624 Disconnect your Google Account
619 </message> 625 </message>
620 <message name="IDS_SETTINGS_SYNC_DISCONNECT_DELETE_PROFILE" desc="The text to display by the checkbox asking user whether to also delete profile when stopping sync."> 626 <message name="IDS_SETTINGS_SYNC_DISCONNECT_DELETE_PROFILE" desc="The text to display by the checkbox asking user whether to also delete profile when stopping sync.">
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs."> 796 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs.">
791 Lorem ipsum dolor sit amet, consectetur adipiscing elit. 797 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
792 </message> 798 </message>
793 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded."> 799 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded.">
794 Loading... 800 Loading...
795 </message> 801 </message>
796 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings."> 802 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings.">
797 Advanced font settings 803 Advanced font settings
798 </message> 804 </message>
799 </grit-part> 805 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/manage_profile.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698