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

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: fix 80 col 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
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 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)"> 5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)">
6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph> 6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph>
7 </message> 7 </message>
8 <if expr="chromeos"> 8 <if expr="chromeos">
9 <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."> 9 <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.">
10 Detailed build information 10 Detailed build information
(...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 </message> 1517 </message>
1518 <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."> 1518 <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.">
1519 Add a new word 1519 Add a new word
1520 </message> 1520 </message>
1521 <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."> 1521 <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.">
1522 Add word 1522 Add word
1523 </message> 1523 </message>
1524 <message name="IDS_SETTINGS_LANGUAGES_DICTIONARY_WORDS" desc="Header for the list of custom dictionary words used for spell check."> 1524 <message name="IDS_SETTINGS_LANGUAGES_DICTIONARY_WORDS" desc="Header for the list of custom dictionary words used for spell check.">
1525 Custom words 1525 Custom words
1526 </message> 1526 </message>
1527 <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.">
1528 No custom words were found
1529 </message>
1527 </if> 1530 </if>
1528 1531
1529 <!-- Privacy Page --> 1532 <!-- Privacy Page -->
1530 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings."> 1533 <message name="IDS_SETTINGS_PRIVACY" desc="Name of the settings page which all ows users to modify privacy and security settings.">
1531 Privacy and security 1534 Privacy and security
1532 </message> 1535 </message>
1533 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors."> 1536 <message name="IDS_SETTINGS_LINKDOCTOR_PREF" desc="The documentation string of the 'Use Link Doctor' preference to help with navigation errors.">
1534 Use a web service to help resolve navigation errors 1537 Use a web service to help resolve navigation errors
1535 </message> 1538 </message>
1536 <if expr="chromeos"> 1539 <if expr="chromeos">
(...skipping 1280 matching lines...) Expand 10 before | Expand all | Expand 10 after
2817 System 2820 System
2818 </message> 2821 </message>
2819 <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."> 2822 <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.">
2820 Use hardware acceleration when available 2823 Use hardware acceleration when available
2821 </message> 2824 </message>
2822 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2825 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2823 Change proxy settings 2826 Change proxy settings
2824 </message> 2827 </message>
2825 </if> 2828 </if>
2826 </grit-part> 2829 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698