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

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

Issue 2250733003: Settings People Sync: Add 'Reset Sync' message for forgotten passphrase. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@244-settings-people-fix-error-message
Patch Set: Created 4 years, 4 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_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
1581 </message> 1581 </message>
1582 <message name="IDS_SETTINGS_EMPTY_PASSPHRASE_ERROR" desc="Error message when t he passphrase is empty."> 1582 <message name="IDS_SETTINGS_EMPTY_PASSPHRASE_ERROR" desc="Error message when t he passphrase is empty.">
1583 Empty passphrase is not allowed. 1583 Empty passphrase is not allowed.
1584 </message> 1584 </message>
1585 <message name="IDS_SETTINGS_MISMATCHED_PASSPHRASE_ERROR" desc="Error message w hen the passphrase and confirmation don't match."> 1585 <message name="IDS_SETTINGS_MISMATCHED_PASSPHRASE_ERROR" desc="Error message w hen the passphrase and confirmation don't match.">
1586 You must enter the same passphrase twice. 1586 You must enter the same passphrase twice.
1587 </message> 1587 </message>
1588 <message name="IDS_SETTINGS_INCORRECT_PASSPHRASE_ERROR" desc="Message when the passphrase is incorrect."> 1588 <message name="IDS_SETTINGS_INCORRECT_PASSPHRASE_ERROR" desc="Message when the passphrase is incorrect.">
1589 The passphrase you entered is incorrect. 1589 The passphrase you entered is incorrect.
1590 </message> 1590 </message>
1591 <message name="IDS_SETTINGS_PASSPHRASE_RECOVER" desc="Message about how to rec over from a lost passphrase.">
1592 If you forgot your passphrase or want to change this setting, <ph name="BEGI N_LINK">&lt;a href="$1" target=&quot;_blank&quot;&gt;<ex>&lt;a href="$1" target= &quot;_blank&quot;&gt;</ex></ph>reset sync<ph name="END_LINK">&lt;/a&gt;<ex>&lt; /a&gt;</ex></ph>.
1593 </message>
1591 <message name="IDS_SETTINGS_PASSPHRASE_PLACEHOLDER" desc="Placeholder for the passphrase field."> 1594 <message name="IDS_SETTINGS_PASSPHRASE_PLACEHOLDER" desc="Placeholder for the passphrase field.">
1592 Passphrase 1595 Passphrase
1593 </message> 1596 </message>
1594 <message name="IDS_SETTINGS_PASSPHRASE_CONFIRMATION_PLACEHOLDER" desc="Placeho lder for the confirm-passphrase field."> 1597 <message name="IDS_SETTINGS_PASSPHRASE_CONFIRMATION_PLACEHOLDER" desc="Placeho lder for the confirm-passphrase field.">
1595 Confirm passphrase 1598 Confirm passphrase
1596 </message> 1599 </message>
1597 <message name="IDS_SETTINGS_SUBMIT_PASSPHRASE" desc="Text for the button which , when clicked, submits a sync password for verification."> 1600 <message name="IDS_SETTINGS_SUBMIT_PASSPHRASE" desc="Text for the button which , when clicked, submits a sync password for verification.">
1598 Submit 1601 Submit
1599 </message> 1602 </message>
1600 <message name="IDS_SETTINGS_USE_DEFAULT_SETTINGS" desc="Text for button which, when clicked, activates the default sync settings."> 1603 <message name="IDS_SETTINGS_USE_DEFAULT_SETTINGS" desc="Text for button which, when clicked, activates the default sync settings.">
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1891 System 1894 System
1892 </message> 1895 </message>
1893 <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."> 1896 <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.">
1894 Use hardware acceleration when available 1897 Use hardware acceleration when available
1895 </message> 1898 </message>
1896 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1899 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1897 Change proxy settings 1900 Change proxy settings
1898 </message> 1901 </message>
1899 </if> 1902 </if>
1900 </grit-part> 1903 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698