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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/accessibility/extensions/colorenhancer/src/storage.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/extensions/strings/accessibility_extensions_strings.grd
diff --git a/ui/accessibility/extensions/strings/accessibility_extensions_strings.grd b/ui/accessibility/extensions/strings/accessibility_extensions_strings.grd
index 5e984e14488b5005875cb020966a022affb99e1a..0c59a1ac4d3aa07044a960baedd44a19c033bb6e 100644
--- a/ui/accessibility/extensions/strings/accessibility_extensions_strings.grd
+++ b/ui/accessibility/extensions/strings/accessibility_extensions_strings.grd
@@ -259,6 +259,36 @@
When Caret Browsing is enabled:
</message>
+ <!-- Color Enhancer extension -->
+
+ <message desc="The title of the application, displayed in the web store." name="IDS_COLOR_ENHANCER_APPNAME">
+ Color Vision Enhancer
+ </message>
+ <message desc="The description of the application, displayed in the web store." name="IDS_COLOR_ENHANCER_APPDESC">
+ A customizable color filter applied to webpages to improve color perception.
+ </message>
+ <message desc="Title for a slider that determines how much to rotate the color space." name="IDS_COLOR_ENHANCER_ADJUSTMENT_FACTOR">
+ Adjustment Factor
+ </message>
+ <message desc="Title for a slider that determines by how much the color should be filtered." name="IDS_COLOR_ENHANCER_DEGREE">
+ Degree
+ </message>
+ <message desc="Title for a dropdown selecting between colors to enhance." name="IDS_COLOR_ENHANCER_TYPE_CHOICE">
+ Improve perception for:
+ </message>
+ <message desc="Choice to enhancing the red color." name="IDS_COLOR_ENHANCER_TYPE_RED">
+ Red
+ </message>
+ <message desc="Choice to enhancing the green color." name="IDS_COLOR_ENHANCER_TYPE_GREEN">
+ Green
+ </message>
+ <message desc="Choice to enhancing the blue color." name="IDS_COLOR_ENHANCER_TYPE_BLUE">
+ Blue
+ </message>
+ <message desc="Title for button that will apply these settings to all currently open websites." name="IDS_COLOR_ENHANCER_RESET">
+ Reset all sites
+ </message>
+
</messages>
</release>
</grit>
« 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