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

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

Issue 1162293005: Settings: Add initial implementation of Appearance page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review fixes. Created 5 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/extensions/api/settings_private/prefs_util.cc » ('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 <!-- Accessibility Page --> 4 <!-- Accessibility Page -->
5 <message name="IDS_MD_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the set tings page which displays accessibility preferences."> 5 <message name="IDS_MD_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the set tings page which displays accessibility preferences.">
6 Accessibility 6 Accessibility
7 </message> 7 </message>
8 <message name="IDS_SETTINGS_ACCESSIBILITY_MORE_FEATURES_LINK" desc="Link which opens page where users can install extensions which provide additional accessib ility features."> 8 <message name="IDS_SETTINGS_ACCESSIBILITY_MORE_FEATURES_LINK" desc="Link which opens page where users can install extensions which provide additional accessib ility features.">
9 Add additional accessibility features 9 Add additional accessibility features
10 </message> 10 </message>
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <message name="IDS_SETTINGS_ACCESSIBILITY_DELAY_BEFORE_CLICK_LONG" desc="Descr iption of a long delay before clicks."> 53 <message name="IDS_SETTINGS_ACCESSIBILITY_DELAY_BEFORE_CLICK_LONG" desc="Descr iption of a long delay before clicks.">
54 long 54 long
55 </message> 55 </message>
56 <message name="IDS_SETTINGS_ACCESSIBILITY_DELAY_BEFORE_CLICK_VERY_LONG" desc=" Description of a very long delay before clicks."> 56 <message name="IDS_SETTINGS_ACCESSIBILITY_DELAY_BEFORE_CLICK_VERY_LONG" desc=" Description of a very long delay before clicks.">
57 very long 57 very long
58 </message> 58 </message>
59 <message name="IDS_SETTINGS_ACCESSIBILITY_ON_SCREEN_KEYBOARD_LABEL" desc="Labe l for checkbox which enables an on-screen keyboard."> 59 <message name="IDS_SETTINGS_ACCESSIBILITY_ON_SCREEN_KEYBOARD_LABEL" desc="Labe l for checkbox which enables an on-screen keyboard.">
60 Enable on-screen keyboard 60 Enable on-screen keyboard
61 </message> 61 </message>
62 62
63 <!-- Appearance Page -->
64 <message name="IDS_SETTINGS_APPEARANCE_PAGE_TITLE" desc="Name of the settings page which displays appearance preferences.">
65 Appearance
66 </message>
67 <message name="IDS_SETTINGS_APPEARANCE_SHOW_HOME_BUTTON_LABEL" desc="Label for the checkbox which enables or disables showing the home button in the toolbar." >
68 Show home button
69 </message>
70 <message name="IDS_SETTINGS_APPEARANCE_SHOW_BOOKMARKS_BAR_LABEL" desc="Label f or the checkbox which enables or disables showing the bookmarks bar in the toolb ar.">
71 Always show the bookmarks bar
72 </message>
73
63 <!-- Downloads Page --> 74 <!-- Downloads Page -->
64 <message name="IDS_MD_SETTINGS_DOWNLOADS_PAGE_TITLE" desc="Name of the setting s page which displays download preferences."> 75 <message name="IDS_MD_SETTINGS_DOWNLOADS_PAGE_TITLE" desc="Name of the setting s page which displays download preferences.">
65 Downloads 76 Downloads
66 </message> 77 </message>
67 <message name="IDS_SETTINGS_DOWNLOADS_LOCATION_LABEL" desc="Label for the inpu t which allows the user to specify the default download directory."> 78 <message name="IDS_SETTINGS_DOWNLOADS_LOCATION_LABEL" desc="Label for the inpu t which allows the user to specify the default download directory.">
68 Download location: 79 Download location:
69 </message> 80 </message>
70 <message name="IDS_SETTINGS_DOWNLOADS_CHANGE_LOCATION_BUTTON" desc="Text for t he button which allows the user to change the default download directory."> 81 <message name="IDS_SETTINGS_DOWNLOADS_CHANGE_LOCATION_BUTTON" desc="Text for t he button which allows the user to change the default download directory.">
71 Change 82 Change
72 </message> 83 </message>
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 Keyword 147 Keyword
137 </message> 148 </message>
138 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL_LABEL" desc="Label for Qu ery URL column header for a search engine"> 149 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL_LABEL" desc="Label for Qu ery URL column header for a search engine">
139 Query URL 150 Query URL
140 </message> 151 </message>
141 <message name="IDS_SETTINGS_SEARCH_ENGINES_ADD_BUTTON_LABEL" desc="Label for A dd button for adding a new search engine"> 152 <message name="IDS_SETTINGS_SEARCH_ENGINES_ADD_BUTTON_LABEL" desc="Label for A dd button for adding a new search engine">
142 Add 153 Add
143 </message> 154 </message>
144 155
145 </grit-part> 156 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/extensions/api/settings_private/prefs_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698