summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-04-22 00:41:13 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-04-22 00:41:13 +0200
commit222c3db186606b6f573b461cff02e5b69fe0368a (patch)
tree3019ba6d0531ef4eb41aa1820d06d8c3ba3fef47 /res/values/strings.xml
parent36519e6728e6f8b72a6ac602a88ded543b7484e2 (diff)
downloadandroid_packages_apps_Trebuchet-222c3db186606b6f573b461cff02e5b69fe0368a.tar.gz
android_packages_apps_Trebuchet-222c3db186606b6f573b461cff02e5b69fe0368a.tar.bz2
android_packages_apps_Trebuchet-222c3db186606b6f573b461cff02e5b69fe0368a.zip
Trebuchet: Extract effects arrays to strings
Change-Id: Ifd0f7f00e3e172a3682fd9f3f9c9d80234147ce2 Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index f45a97ff7..6d2c9e189 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -401,4 +401,22 @@ s -->
<string name="preferences_interface_general_orientation_title">Auto-rotate screen</string>
<string name="preferences_interface_general_fullscreen_title">Fullscreen mode</string>
<string name="preferences_interface_general_fullscreen_summary">Hide the status bar to extend the homescreen</string>
+
+ <!-- Effects -->
+ <string name="effects_standard">Standard</string>
+ <string name="effects_tablet">Tablet</string>
+ <string name="effects_zoom_in">Zoom in</string>
+ <string name="effects_zoom_out">Zoom out</string>
+ <string name="effects_rotate_up">Rotate up</string>
+ <string name="effects_rotate_down">Rotate down</string>
+ <string name="effects_cylinder_in">Cylinder in</string>
+ <string name="effects_cylinder_out">Cylinder out</string>
+ <string name="effects_cube_in">Cube in</string>
+ <string name="effects_cube_out">Cube out</string>
+ <string name="effects_spin">Spin</string>
+ <string name="effects_flip">Flip</string>
+ <string name="effects_stack">Stack</string>
+ <string name="effects_accordion">Accordion</string>
+ <string name="effects_carousel_left">Carousel left</string>
+ <string name="effects_carousel_right">Carousel right</string>
</resources>