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-ca/strings.xml b/res/values-ca/strings.xml
index 6e94282..f48c977 100644
--- a/res/values-ca/strings.xml
+++ b/res/values-ca/strings.xml
@@ -380,11 +380,10 @@
   <string name="status_bar_quick_qs_pulldown_left">Esquerra</string>
   <string name="status_bar_quick_qs_pulldown_right">Dreta</string>
   <!-- Status bar - Clock -->
-  <string name="status_bar_clock_style_title">Estil del rellotge</string>
-  <string name="status_bar_clock_style_right">Dreta</string>
-  <string name="status_bar_clock_style_left">Esquerra</string>
-  <string name="status_bar_clock_style_center">Centrat</string>
-  <string name="status_bar_clock_style_hidden">Amagat</string>
+  <string name="status_bar_clock_position_title">Estil del rellotge</string>
+  <string name="status_bar_clock_position_right">Dreta</string>
+  <string name="status_bar_clock_position_left">Esquerra</string>
+  <string name="status_bar_clock_position_center">Centrat</string>
   <string name="status_bar_am_pm_title">Estil AM/PM</string>
   <string name="status_bar_am_pm_info">El format de 24 hores està activat</string>
   <string name="status_bar_am_pm_normal">Normal</string>