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

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

Issue 2690263002: MD Settings: add empty list message for spell-check edit page. (Closed)
Patch Set: use comparison instead of boolean conversion Created 3 years, 10 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/languages_page/edit_dictionary_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 <!-- 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 1513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1524 </message> 1524 </message>
1525 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD" desc="Label for t he text input used to add a new word to the custom spell check dictionary."> 1525 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD" desc="Label for t he text input used to add a new word to the custom spell check dictionary.">
1526 Add a new word 1526 Add a new word
1527 </message> 1527 </message>
1528 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD_BUTTON" desc="Butt on next to the 'add word' text input used to add the word typed by the user to t he custom spell check dictionary."> 1528 <message name="IDS_SETTINGS_LANGUAGES_ADD_DICTIONARY_WORD_BUTTON" desc="Butt on next to the 'add word' text input used to add the word typed by the user to t he custom spell check dictionary.">
1529 Add word 1529 Add word
1530 </message> 1530 </message>
1531 <message name="IDS_SETTINGS_LANGUAGES_DICTIONARY_WORDS" desc="Header for the list of custom dictionary words used for spell check."> 1531 <message name="IDS_SETTINGS_LANGUAGES_DICTIONARY_WORDS" desc="Header for the list of custom dictionary words used for spell check.">
1532 Custom words 1532 Custom words
1533 </message> 1533 </message>
1534 <message name="IDS_SETTINGS_LANGUAGES_DICTIONARY_WORDS_NONE" desc="Placehold er that is shown when there are no custom words in the list of saved custom word s dictionary.">
1535 No custom words were found
1536 </message>
1534 </if> 1537 </if>
1535 1538
1536 <!-- Privacy Page --> 1539 <!-- Privacy Page -->
1537 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings."> 1540 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings.">
1538 Privacy and security 1541 Privacy and security
1539 </message> 1542 </message>
1540 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors."> 1543 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors.">
1541 Use a web service to help resolve navigation errors 1544 Use a web service to help resolve navigation errors
1542 </message> 1545 </message>
1543 <if expr="chromeos"> 1546 <if expr="chromeos">
(...skipping 1334 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 System 2881 System
2879 </message> 2882 </message>
2880 <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."> 2883 <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.">
2881 Use hardware acceleration when available 2884 Use hardware acceleration when available
2882 </message> 2885 </message>
2883 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2886 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2884 Change proxy settings 2887 Change proxy settings
2885 </message> 2888 </message>
2886 </if> 2889 </if>
2887 </grit-part> 2890 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/languages_page/edit_dictionary_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698