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

Side by Side Diff: ui/accessibility/extensions/strings/accessibility_extensions_strings.grd

Issue 984833004: Add color enhancer as a chromium accessibility extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More docs. Created 5 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 | « ui/accessibility/extensions/colorenhancer/src/storage.js ('k') | no next file » | 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 2
3 <!-- Strings for all extensions. Each message should be named with the 3 <!-- Strings for all extensions. Each message should be named with the
4 name of the extension as a prefix, e.g. IDS_ALT_APP_NAME. --> 4 name of the extension as a prefix, e.g. IDS_ALT_APP_NAME. -->
5 5
6 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en"> 6 <grit base_dir="." current_release="1" enc_check="möl" latest_public_release="0" source_lang_id="en">
7 <outputs> 7 <outputs>
8 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/> 8 <output filename="_locales/am/messages.json" type="chrome_messages_json" lan g="am"/>
9 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/> 9 <output filename="_locales/ar/messages.json" type="chrome_messages_json" lan g="ar"/>
10 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/> 10 <output filename="_locales/bg/messages.json" type="chrome_messages_json" lan g="bg"/>
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 <message desc="More text at the top of the options page, explaining that C aret Browsing (the name of this extension) is enabled on this page and the user can try it." name="IDS_CARET_BROWSING_SUBHEADING2"> 252 <message desc="More text at the top of the options page, explaining that C aret Browsing (the name of this extension) is enabled on this page and the user can try it." name="IDS_CARET_BROWSING_SUBHEADING2">
253 Try it out now - Caret Browsing is always enabled on this page! 253 Try it out now - Caret Browsing is always enabled on this page!
254 </message> 254 </message>
255 <message desc="Heading text for the part of the options page that lets the user choose options for how the caret is shown visually." name="IDS_CARET_BROWS ING_VISUALFEEDBACK"> 255 <message desc="Heading text for the part of the options page that lets the user choose options for how the caret is shown visually." name="IDS_CARET_BROWS ING_VISUALFEEDBACK">
256 Visual Feedback 256 Visual Feedback
257 </message> 257 </message>
258 <message desc="Subheading in the options page where the user chooses what to show visually when this feature (Caret Browsing) is enabled." name="IDS_CARET _BROWSING_WHENENABLED"> 258 <message desc="Subheading in the options page where the user chooses what to show visually when this feature (Caret Browsing) is enabled." name="IDS_CARET _BROWSING_WHENENABLED">
259 When Caret Browsing is enabled: 259 When Caret Browsing is enabled:
260 </message> 260 </message>
261 261
262 <!-- Color Enhancer extension -->
263
264 <message desc="The title of the application, displayed in the web store." name="IDS_COLOR_ENHANCER_APPNAME">
265 Color Vision Enhancer
266 </message>
267 <message desc="The description of the application, displayed in the web st ore." name="IDS_COLOR_ENHANCER_APPDESC">
268 A customizable color filter applied to webpages to improve color percept ion.
269 </message>
270 <message desc="Title for a slider that determines how much to rotate the c olor space." name="IDS_COLOR_ENHANCER_ADJUSTMENT_FACTOR">
271 Adjustment Factor
272 </message>
273 <message desc="Title for a slider that determines by how much the color sh ould be filtered." name="IDS_COLOR_ENHANCER_DEGREE">
274 Degree
275 </message>
276 <message desc="Title for a dropdown selecting between colors to enhance." name="IDS_COLOR_ENHANCER_TYPE_CHOICE">
277 Improve perception for:
278 </message>
279 <message desc="Choice to enhancing the red color." name="IDS_COLOR_ENHANCE R_TYPE_RED">
280 Red
281 </message>
282 <message desc="Choice to enhancing the green color." name="IDS_COLOR_ENHAN CER_TYPE_GREEN">
283 Green
284 </message>
285 <message desc="Choice to enhancing the blue color." name="IDS_COLOR_ENHANC ER_TYPE_BLUE">
286 Blue
287 </message>
288 <message desc="Title for button that will apply these settings to all curr ently open websites." name="IDS_COLOR_ENHANCER_RESET">
289 Reset all sites
290 </message>
291
262 </messages> 292 </messages>
263 </release> 293 </release>
264 </grit> 294 </grit>
OLDNEW
« no previous file with comments | « ui/accessibility/extensions/colorenhancer/src/storage.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698