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

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

Issue 1578353003: [MD settings] Appearance settings strings mocks changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/appearance_page/appearance_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 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <if expr="chromeos"> 9 <if expr="chromeos">
10 <!-- Accessibility Page --> 10 <!-- Accessibility Page -->
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 66
67 <!-- Advanced Page --> 67 <!-- Advanced Page -->
68 <message name="IDS_SETTINGS_ADVANCED" desc="Name of the settings page which di splays advanced preferences."> 68 <message name="IDS_SETTINGS_ADVANCED" desc="Name of the settings page which di splays advanced preferences.">
69 Advanced 69 Advanced
70 </message> 70 </message>
71 71
72 <!-- Appearance Page --> 72 <!-- Appearance Page -->
73 <message name="IDS_SETTINGS_APPEARANCE" desc="Name of the settings page which displays appearance preferences."> 73 <message name="IDS_SETTINGS_APPEARANCE" desc="Name of the settings page which displays appearance preferences.">
74 Appearance 74 Appearance
75 </message> 75 </message>
76 <message name="IDS_SETTINGS_EXAMPLE_DOT_COM" desc="Placeholder text for URL in put example.">
77 www.example.com
78 </message>
76 <message name="IDS_SETTINGS_SET_WALLPAPER" desc="Name of the control which all ows the user to set the wallpaper."> 79 <message name="IDS_SETTINGS_SET_WALLPAPER" desc="Name of the control which all ows the user to set the wallpaper.">
77 Set wallpaper 80 Set wallpaper
78 </message> 81 </message>
79 <message name="IDS_SETTINGS_THEMES" desc="Name of the control which allows the user to get themes for the browser."> 82 <message name="IDS_SETTINGS_THEMES" desc="Name of the control which allows the user to get themes for the browser.">
80 Themes 83 Themes
81 </message> 84 </message>
82 <message name="IDS_SETTINGS_RESET_TO_DEFAULT_THEME" desc="Name of the control which resets the browser theme back to the default theme."> 85 <message name="IDS_SETTINGS_RESET_TO_DEFAULT_THEME" desc="Name of the control which resets the browser theme back to the default theme.">
83 Reset to default theme 86 Reset to default theme
84 </message> 87 </message>
85 <message name="IDS_SETTINGS_SHOW_HOME_BUTTON" desc="Label for the checkbox whi ch enables or disables showing the home button in the toolbar."> 88 <message name="IDS_SETTINGS_SHOW_HOME_BUTTON" desc="Label for the checkbox whi ch enables or disables showing the home button in the toolbar.">
86 Show home button 89 Show home button
87 </message> 90 </message>
88 <message name="IDS_SETTINGS_SHOW_BOOKMARKS_BAR" desc="Label for the checkbox w hich enables or disables showing the bookmarks bar in the toolbar."> 91 <message name="IDS_SETTINGS_SHOW_BOOKMARKS_BAR" desc="Label for the checkbox w hich enables or disables showing the bookmarks bar in the toolbar.">
89 Always show the bookmarks bar 92 Always show the bookmarks bar
90 </message> 93 </message>
91 <message name="IDS_SETTINGS_HOME_PAGE_NTP" desc="Description of the New Tab Pa ge when set as the home page."> 94 <message name="IDS_SETTINGS_HOME_PAGE_NTP" desc="Description of the New Tab Pa ge when set as the home page.">
92 New Tab Page 95 New Tab Page
93 </message> 96 </message>
94 <message name="IDS_SETTINGS_OPEN_THIS_PAGE" desc="Label of the input box for t he home page."> 97 <message name="IDS_SETTINGS_OTHER" desc="Label of the input box for the home p age.">
95 Open this page: 98 Other
96 </message> 99 </message>
97 <message name="IDS_SETTINGS_CHANGE_HOME_PAGE" desc="Label of the control to ch ange the home page."> 100 <message name="IDS_SETTINGS_CHANGE_HOME_PAGE" desc="Label of the control to ch ange the home page.">
98 Change 101 Change
99 </message> 102 </message>
100 <message name="IDS_SETTINGS_WEB_STORE" desc="Sub-label about choosing somethin g from the Chrome Web Store."> 103 <message name="IDS_SETTINGS_WEB_STORE" desc="Sub-label about choosing somethin g from the Chrome Web Store.">
101 Choose from the Chrome Web Store 104 Choose from the Chrome Web Store
102 </message> 105 </message>
103 106
104 107
105 <!-- Passwords and Autofill Page --> 108 <!-- Passwords and Autofill Page -->
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
790 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs."> 793 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs.">
791 Lorem ipsum dolor sit amet, consectetur adipiscing elit. 794 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
792 </message> 795 </message>
793 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded."> 796 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded.">
794 Loading... 797 Loading...
795 </message> 798 </message>
796 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings."> 799 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings.">
797 Advanced font settings 800 Advanced font settings
798 </message> 801 </message>
799 </grit-part> 802 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/appearance_page/appearance_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698