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

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

Issue 1984313003: Settings People Revamp: Update main card Sync 'look' to match new spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The stab le label in the message about current channel."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The stab le label in the message about current channel.">
7 stable 7 stable
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta label in the message about current channel."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta label in the message about current channel.">
10 beta 10 beta
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 <message name="IDS_SETTINGS_SYNC_DISCONNECT_TITLE" desc="The title of the dial og that explains what 'stop syncing' means."> 1005 <message name="IDS_SETTINGS_SYNC_DISCONNECT_TITLE" desc="The title of the dial og that explains what 'stop syncing' means.">
1006 Disconnect your Google Account 1006 Disconnect your Google Account
1007 </message> 1007 </message>
1008 <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."> 1008 <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.">
1009 Also clear your history, bookmarks, settings, and other Chrome data stored o n this device. 1009 Also clear your history, bookmarks, settings, and other Chrome data stored o n this device.
1010 </message> 1010 </message>
1011 <message name="IDS_SETTINGS_SYNC_DISCONNECT_CONFIRM" desc="The text to display on the button to confirm the user wishes to stop syncing."> 1011 <message name="IDS_SETTINGS_SYNC_DISCONNECT_CONFIRM" desc="The text to display on the button to confirm the user wishes to stop syncing.">
1012 Clear and Disconnect 1012 Clear and Disconnect
1013 </message> 1013 </message>
1014 1014
1015 <message name="IDS_SETTINGS_SYNC" desc="Name of the settings page which manage s syncing data between multiple browser instances with the same Google profile." > 1015 <message name="IDS_SETTINGS_SYNC" desc="Name of the sync service.">
1016 Sync
1017 </message>
1018 <message name="IDS_SETTINGS_SYNC_PAGE_TITLE" desc="Name of the settings page w hich manages syncing data between multiple browser instances with the same Googl e profile.">
1016 Advanced sync settings 1019 Advanced sync settings
1017 </message> 1020 </message>
1018 <message name="IDS_SETTINGS_SYNC_LOADING" desc="The message shown when waiting for the sync backend to start up."> 1021 <message name="IDS_SETTINGS_SYNC_LOADING" desc="The message shown when waiting for the sync backend to start up.">
1019 Please wait... 1022 Please wait...
1020 </message> 1023 </message>
1021 <message name="IDS_SETTINGS_SYNC_TIMEOUT" desc="Text explaining what to do if sync times out."> 1024 <message name="IDS_SETTINGS_SYNC_TIMEOUT" desc="Text explaining what to do if sync times out.">
1022 Please make sure your network connection is working and if the problem persi sts, please sign out and sign in again to refresh your credentials. 1025 Please make sure your network connection is working and if the problem persi sts, please sign out and sign in again to refresh your credentials.
1023 </message> 1026 </message>
1024 <message name="IDS_SETTINGS_SYNC_EVERYTHING_CHECKBOX_LABEL" desc="Label for th e checkbox which causes all properties to be synced."> 1027 <message name="IDS_SETTINGS_SYNC_EVERYTHING_CHECKBOX_LABEL" desc="Label for th e checkbox which causes all properties to be synced.">
1025 Sync everything 1028 Sync everything
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 System 1322 System
1320 </message> 1323 </message>
1321 <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."> 1324 <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.">
1322 Use hardware acceleration when available 1325 Use hardware acceleration when available
1323 </message> 1326 </message>
1324 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1327 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1325 Change proxy settings 1328 Change proxy settings
1326 </message> 1329 </message>
1327 </if> 1330 </if>
1328 </grit-part> 1331 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698