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

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

Issue 2073543002: Settings People Revamp: Add Manage Synced Data row to Sync Page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix description Created 4 years, 6 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/sync_page.html » ('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 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found"> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found">
7 Check for updates 7 Check for updates
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel.">
10 stable 10 stable
(...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 </message> 1248 </message>
1249 <message name="IDS_SETTINGS_BOOKMARKS_CHECKBOX_LABEL" desc="Label for the chec kbox which enables or disables syncing bookmarks between multiple browser instan ces."> 1249 <message name="IDS_SETTINGS_BOOKMARKS_CHECKBOX_LABEL" desc="Label for the chec kbox which enables or disables syncing bookmarks between multiple browser instan ces.">
1250 Bookmarks 1250 Bookmarks
1251 </message> 1251 </message>
1252 <message name="IDS_SETTINGS_PASSWORDS_CHECKBOX_LABEL" desc="Label for the chec kbox which enables or disables syncing passwords between multiple browser instan ces."> 1252 <message name="IDS_SETTINGS_PASSWORDS_CHECKBOX_LABEL" desc="Label for the chec kbox which enables or disables syncing passwords between multiple browser instan ces.">
1253 Passwords 1253 Passwords
1254 </message> 1254 </message>
1255 <message name="IDS_SETTINGS_OPEN_TABS_CHECKBOX_LABEL" desc="Label for the chec kbox which enables or disables syncing open tabs between multiple browser instan ces."> 1255 <message name="IDS_SETTINGS_OPEN_TABS_CHECKBOX_LABEL" desc="Label for the chec kbox which enables or disables syncing open tabs between multiple browser instan ces.">
1256 Open Tabs 1256 Open Tabs
1257 </message> 1257 </message>
1258 <message name="IDS_SETTINGS_MANAGE_SYNCED_DATA_TITLE" desc="Title for the link to manage Chrome Sync data via Google Dashboard.">
1259 Manage synced data
1260 </message>
1261 <message name="IDS_SETTINGS_MANAGE_SYNCED_DATA_DESCRIPTION" desc="Subtitle for the link to manage Chrome Sync data via Google Dashboard.">
1262 Opens Google Dashboard
1263 </message>
1258 <message name="IDS_SETTINGS_ENCRYPTION_OPTIONS" desc="Title for the section wh ich includes options for encrypting sync settings."> 1264 <message name="IDS_SETTINGS_ENCRYPTION_OPTIONS" desc="Title for the section wh ich includes options for encrypting sync settings.">
1259 Encryption options 1265 Encryption options
1260 </message> 1266 </message>
1261 <message name="IDS_SETTINGS_ENCRYPT_WITH_GOOGLE_CREDENTIALS_LABEL" desc="Label for the radio button which, when selected, causes synced settings to be encrypt ed with the Google login for the current browser profile."> 1267 <message name="IDS_SETTINGS_ENCRYPT_WITH_GOOGLE_CREDENTIALS_LABEL" desc="Label for the radio button which, when selected, causes synced settings to be encrypt ed with the Google login for the current browser profile.">
1262 Encrypt synced passwords with your Google credentials 1268 Encrypt synced passwords with your Google credentials
1263 </message> 1269 </message>
1264 <message name="IDS_SETTINGS_ENCRYPT_WITH_SYNC_PASSPHRASE_LABEL" desc="Label fo r the radio button which, when selected, causes synced settings to be encrypted with a user-provided password."> 1270 <message name="IDS_SETTINGS_ENCRYPT_WITH_SYNC_PASSPHRASE_LABEL" desc="Label fo r the radio button which, when selected, causes synced settings to be encrypted with a user-provided password.">
1265 Encrypt all synced data with your own sync passphrase. 1271 Encrypt all synced data with your own sync passphrase.
1266 </message> 1272 </message>
1267 <message name="IDS_SETTINGS_ENCRYPT_WITH_SYNC_PASSPHRASE_LEARN_MORE_LINK" desc ="Text for the link which explains how synced settings are encrypted with a user -provided password"> 1273 <message name="IDS_SETTINGS_ENCRYPT_WITH_SYNC_PASSPHRASE_LEARN_MORE_LINK" desc ="Text for the link which explains how synced settings are encrypted with a user -provided password">
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
1546 System 1552 System
1547 </message> 1553 </message>
1548 <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."> 1554 <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.">
1549 Use hardware acceleration when available 1555 Use hardware acceleration when available
1550 </message> 1556 </message>
1551 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1557 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1552 Change proxy settings 1558 Change proxy settings
1553 </message> 1559 </message>
1554 </if> 1560 </if>
1555 </grit-part> 1561 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/people_page/sync_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698