summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-07-30 14:40:18 -0700
committerJohn Hoford <hoford@google.com>2013-08-01 16:13:52 -0700
commitbc8e077e77cf6f0dda8efd8318b8a8e7eda16f61 (patch)
tree48573a4ad3a93a044b2a59846c773ad53a02ecc2 /res/values
parentb0f7a8f7f7d95ae12e92f529fd9a8a37f75b105c (diff)
downloadandroid_packages_apps_Gallery2-bc8e077e77cf6f0dda8efd8318b8a8e7eda16f61.tar.gz
android_packages_apps_Gallery2-bc8e077e77cf6f0dda8efd8318b8a8e7eda16f61.tar.bz2
android_packages_apps_Gallery2-bc8e077e77cf6f0dda8efd8318b8a8e7eda16f61.zip
add Per Channel Saturation
Change-Id: Icfd24c817674b81ac9caecc2d73348dc7734f037
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_ids.xml1
-rw-r--r--res/values/filtershow_strings.xml15
2 files changed, 15 insertions, 1 deletions
diff --git a/res/values/filtershow_ids.xml b/res/values/filtershow_ids.xml
index e57a0d559..b315d12d9 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -48,4 +48,5 @@
<item type="id" name="editorStraighten" />
<item type="id" name="editorParametric" />
<item type="id" name="editorGrad" />
+ <item type="id" name="editorChanSat" />
</resources>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index a820871c6..68eca34f3 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -168,7 +168,20 @@
<string name="editor_grad_contrast">Contrast</string>
<!-- Label for the saturation effect [CHAR LIMIT=20] -->
<string name="editor_grad_saturation">Saturation</string>
-
+ <!-- Label for the Main or Master control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_main">Main</string>
+ <!-- Label for the red control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_red">Red</string>
+ <!-- Label for the yellow control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_yellow">Yellow</string>
+ <!-- Label for the green control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_green">Green</string>
+ <!-- Label for the cyan control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_cyan">Cyan</string>
+ <!-- Label for the blue control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_blue">Blue</string>
+ <!-- Label for the Magenta control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_magenta">Magenta</string>
<!-- Label for the image graduated filter effect [CHAR LIMIT=20] -->
<string name="editor_grad_style">Style</string>
<!-- Label for the image new grad layer [CHAR LIMIT=20] -->