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-sk/strings.xml b/res/values-sk/strings.xml
index ff03c7e..de959b5 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -380,11 +380,10 @@
   <string name="status_bar_quick_qs_pulldown_left">vľavo</string>
   <string name="status_bar_quick_qs_pulldown_right">vpravo</string>
   <!-- Status bar - Clock -->
-  <string name="status_bar_clock_style_title">Štýl hodín</string>
-  <string name="status_bar_clock_style_right">Vpravo</string>
-  <string name="status_bar_clock_style_left">Vľavo</string>
-  <string name="status_bar_clock_style_center">V strede</string>
-  <string name="status_bar_clock_style_hidden">Skryté</string>
+  <string name="status_bar_clock_position_title">Štýl hodín</string>
+  <string name="status_bar_clock_position_right">Vpravo</string>
+  <string name="status_bar_clock_position_left">Vľavo</string>
+  <string name="status_bar_clock_position_center">V strede</string>
   <string name="status_bar_am_pm_title">Štýl AM/PM</string>
   <string name="status_bar_am_pm_info">24-hodinový formát je povolený</string>
   <string name="status_bar_am_pm_normal">Normálny</string>