summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-04-29 14:57:22 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-05-06 16:00:22 -0700
commit9ca9c1316da8382c1f663973072731033b5e533a (patch)
tree031df16c29b0794be582681a4040fed52943b3e2 /res/values/strings.xml
parent1d08f70441999c66b76c97e48b4149e1433be3c3 (diff)
downloadandroid_packages_apps_Trebuchet-9ca9c1316da8382c1f663973072731033b5e533a.tar.gz
android_packages_apps_Trebuchet-9ca9c1316da8382c1f663973072731033b5e533a.tar.bz2
android_packages_apps_Trebuchet-9ca9c1316da8382c1f663973072731033b5e533a.zip
Adding accessibility widget resize
Change-Id: I954f01733474450cbeedba2406e1d6d373bb87a3
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 1681fc626..59625841b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -252,4 +252,23 @@
<!-- Accessibility confirmation when a screen was moved [DO NOT TRANSLATE] -->
<string name="screen_moved">Screen moved</string>
+
+ <!-- Accessibility action to resize a widget [DO NOT TRANSLATE] -->
+ <string name="action_resize">Resize</string>
+
+ <!-- Accessibility action to increase width of a widget [DO NOT TRANSLATE] -->
+ <string name="action_increase_width">Increase width</string>
+
+ <!-- Accessibility action to increase height of a widget [DO NOT TRANSLATE] -->
+ <string name="action_increase_height">Increase height</string>
+
+ <!-- Accessibility action to decrease width of a widget [DO NOT TRANSLATE] -->
+ <string name="action_decrease_width">Decrease width</string>
+
+ <!-- Accessibility action to decrease height of a widget [DO NOT TRANSLATE] -->
+ <string name="action_decrease_height">Decrease height</string>
+
+ <!-- Accessibility confirmation for widget resize [DO NOT TRANSLATE]-->
+ <string name="widget_resized">Widget resized to width <xliff:g id="number" example="2">%1$s</xliff:g> height <xliff:g id="number" example="1">%2$s</xliff:g></string>
+
</resources>