diff options
author | Veeti Paananen <veeti.paananen@rojekti.fi> | 2013-01-24 02:54:22 +0200 |
---|---|---|
committer | jackmu95 <jacob.mueller.elz@gmail.com> | 2013-01-31 01:01:55 +0100 |
commit | 56f3c5fa9b6a18a83728d260e6be5fdfefdad0ce (patch) | |
tree | 7c6914984f1ae24f07c08e0a4b208ba5ba542cc4 /res/values-ja | |
parent | 916778d9f54d3816739a0aad0557039911b26ec4 (diff) | |
download | packages_apps_settings-56f3c5fa9b6a18a83728d260e6be5fdfefdad0ce.zip packages_apps_settings-56f3c5fa9b6a18a83728d260e6be5fdfefdad0ce.tar.gz packages_apps_settings-56f3c5fa9b6a18a83728d260e6be5fdfefdad0ce.tar.bz2 |
Setting: Remove unneeded strings
This commit removes the unneeded strings which were
removed in this (http://review.cyanogenmod.org/#/c/30909/)
commit.
Patch Set 1: * initial commit
Patch Set 2: * remove all unneeded strings
* remove the dot from somd
disabled strings
Patch Set 3-5: * remove code changes
* remove another dot
Change-Id: Id0108349047cc148c77cc5d9a60c081445fd5ffc
Diffstat (limited to 'res/values-ja')
-rw-r--r-- | res/values-ja/strings.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index 9de9a2b..c0bf3d7 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -2385,10 +2385,8 @@ <!-- Display : Rotation #CM --> <string name="display_rotation_title">自動回転</string> - <string name="display_rotation_enabled">有効</string> <string name="display_rotation_disabled">無効</string> <string name="display_rotation_unit">度</string> - <string name="display_lockscreen_rotation_title">ロック画面の回転</string> <string name="display_rotation_category_title">回転モード</string> <string name="display_rotation_0_title">0度</string> <string name="display_rotation_90_title">90度</string> |