[2/2] OmniGears: readd custom rotation config support
Change-Id: Ia47aaccc066949bebfb6069e45b59b87fc5cbe11
diff --git a/res/values/custom_strings.xml b/res/values/custom_strings.xml
index d71941e..2891544 100644
--- a/res/values/custom_strings.xml
+++ b/res/values/custom_strings.xml
@@ -475,4 +475,16 @@
<string name="system_category">System</string>
<string name="custom_wall_browse_title">Omni wallpapers</string>
<string name="custom_wall_browse_summary">Browse and set Omni branded wallpapers</string>
+
+ <!-- Display : Rotation -->
+ <string name="category_display">Display</string>
+ <string name="display_rotation_title">Rotation</string>
+ <string name="display_rotation_disabled">Disabled</string>
+ <string name="display_rotation_unit">degrees</string>
+ <string name="display_rotation_category_title">Rotation modes</string>
+ <string name="display_rotation_0_title">0 degrees</string>
+ <string name="display_rotation_90_title">90 degrees</string>
+ <string name="display_rotation_180_title">180 degrees</string>
+ <string name="display_rotation_270_title">270 degrees</string>
+ <string name="display_lockscreen_rotation_title">Lock screen</string>
</resources>