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

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

Issue 2772743002: UI change for adjustable large cursor (Closed)
Patch Set: Use variable for indent. Created 3 years, 9 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/a11y_page/manage_a11y_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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 Enable accessibility features 144 Enable accessibility features
145 </message> 145 </message>
146 <if expr="chromeos"> 146 <if expr="chromeos">
147 <message name="IDS_SETTINGS_OPTIONS_IN_MENU_LABEL" desc="Label for checkbox which enables showing accessibility options in the system menu."> 147 <message name="IDS_SETTINGS_OPTIONS_IN_MENU_LABEL" desc="Label for checkbox which enables showing accessibility options in the system menu.">
148 Show accessibility options in the system menu 148 Show accessibility options in the system menu
149 </message> 149 </message>
150 <message name="IDS_SETTINGS_LARGE_MOUSE_CURSOR_LABEL" desc="Label for checkb ox which enables showing a larger mouse cursor than normal."> 150 <message name="IDS_SETTINGS_LARGE_MOUSE_CURSOR_LABEL" desc="Label for checkb ox which enables showing a larger mouse cursor than normal.">
151 Show large mouse cursor 151 Show large mouse cursor
152 </message> 152 </message>
153 <message name="IDS_SETTINGS_LARGE_MOUSE_CURSOR_SIZE_LABEL" desc="Label for a slider which changes the size of large mouse cursor."> 153 <message name="IDS_SETTINGS_LARGE_MOUSE_CURSOR_SIZE_LABEL" desc="Label for a slider which changes the size of large mouse cursor.">
154 Cursor size: 154 Adjust cursor size
155 </message>
156 <message name="IDS_SETTINGS_LARGE_MOUSE_CURSOR_SIZE_SMALL_LABEL" desc="Label in the slider which indicates that this side makes the cursor small.">
157 Small
158 </message>
159 <message name="IDS_SETTINGS_LARGE_MOUSE_CURSOR_SIZE_LARGE_LABEL" desc="Label in the slider which indicates that this side makes the cursor large.">
160 Large
155 </message> 161 </message>
156 <message name="IDS_SETTINGS_HIGH_CONTRAST_LABEL" desc="Label for checkbox wh ich enables high-contrast UI."> 162 <message name="IDS_SETTINGS_HIGH_CONTRAST_LABEL" desc="Label for checkbox wh ich enables high-contrast UI.">
157 Use high contrast mode 163 Use high contrast mode
158 </message> 164 </message>
159 <message name="IDS_SETTINGS_STICKY_KEYS_LABEL" desc="Label for checkbox whic h enables sticky keys, with an explanation of the term 'sticky keys'."> 165 <message name="IDS_SETTINGS_STICKY_KEYS_LABEL" desc="Label for checkbox whic h enables sticky keys, with an explanation of the term 'sticky keys'.">
160 Enable sticky keys (to perform keyboard shortcuts by typing them sequentia lly) 166 Enable sticky keys (to perform keyboard shortcuts by typing them sequentia lly)
161 </message> 167 </message>
162 <message name="IDS_SETTINGS_CHROMEVOX_LABEL" desc="Label for checkbox which enables ChromeVox, with a description of what ChromeVox is."> 168 <message name="IDS_SETTINGS_CHROMEVOX_LABEL" desc="Label for checkbox which enables ChromeVox, with a description of what ChromeVox is.">
163 Enable ChromeVox (spoken feedback) 169 Enable ChromeVox (spoken feedback)
164 </message> 170 </message>
(...skipping 2780 matching lines...) Expand 10 before | Expand all | Expand 10 after
2945 System 2951 System
2946 </message> 2952 </message>
2947 <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."> 2953 <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.">
2948 Use hardware acceleration when available 2954 Use hardware acceleration when available
2949 </message> 2955 </message>
2950 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2956 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2951 Change proxy settings 2957 Change proxy settings
2952 </message> 2958 </message>
2953 </if> 2959 </if>
2954 </grit-part> 2960 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/a11y_page/manage_a11y_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698