CMParts: remove 'hide clock' option from clock position tunable

* Hiding the clock is now possible using the icon blacklist.
* Since the the hide option in the clock position tunable
  isn't currently implemented let's remove it

Change-Id: Ife8c35c03d4b43d45e1c9166b8c9ab0757ffa636
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 0db2b5e..bdb63be 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -380,11 +380,10 @@
   <string name="status_bar_quick_qs_pulldown_left">左侧</string>
   <string name="status_bar_quick_qs_pulldown_right">右侧</string>
   <!-- Status bar - Clock -->
-  <string name="status_bar_clock_style_title">时钟样式</string>
-  <string name="status_bar_clock_style_right">右侧</string>
-  <string name="status_bar_clock_style_left">左侧</string>
-  <string name="status_bar_clock_style_center">中间</string>
-  <string name="status_bar_clock_style_hidden">隐藏</string>
+  <string name="status_bar_clock_position_title">时钟样式</string>
+  <string name="status_bar_clock_position_right">右侧</string>
+  <string name="status_bar_clock_position_left">左侧</string>
+  <string name="status_bar_clock_position_center">中间</string>
   <string name="status_bar_am_pm_title">上午 / 下午样式</string>
   <string name="status_bar_am_pm_info">24 小时制时钟已启用</string>
   <string name="status_bar_am_pm_normal">正常</string>