summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/values-cs/cm_strings.xml2
-rw-r--r--res/values-pt/cm_strings.xml4
-rw-r--r--res/values/cm_strings.xml3
-rw-r--r--res/xml/preferences_headers.xml11
4 files changed, 6 insertions, 14 deletions
diff --git a/res/values-cs/cm_strings.xml b/res/values-cs/cm_strings.xml
index 18b83e09e..a5cc99f21 100644
--- a/res/values-cs/cm_strings.xml
+++ b/res/values-cs/cm_strings.xml
@@ -30,11 +30,9 @@
<string name="wallpaper_scroll">Posouvání tapety</string>
<string name="preferences_title">Nastavení</string>
- <string name="preferences_interface_title">Rozhraní</string>
<string name="preferences_application_title">Aplikace</string>
<string name="preferences_interface_homescreen_title">Domovská plocha</string>
- <string name="preferences_interface_homescreen_summary">Plochy a tapety</string>
<string name="preferences_interface_homescreen_search_title">Vyhledávací lišta</string>
<string name="preferences_interface_homescreen_search_summary">Trvale zobrazit lištu vyhledávání vždy u horní hrany plochy</string>
diff --git a/res/values-pt/cm_strings.xml b/res/values-pt/cm_strings.xml
index bd95ddb67..d2353e087 100644
--- a/res/values-pt/cm_strings.xml
+++ b/res/values-pt/cm_strings.xml
@@ -16,10 +16,8 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="preferences_title">Preferências</string>
- <string name="preferences_interface_title">Interface</string>
<string name="preferences_application_title">Aplicação</string>
<string name="preferences_interface_homescreen_title">Tela Inicial</string>
- <string name="preferences_interface_homescreen_summary">Telas e papéis de parede</string>
<string name="preferences_interface_general_title">Geral</string>
<string name="preferences_interface_drawer_title">Gaveta de apps</string>
<string name="preferences_interface_dock_title">Dock</string>
@@ -41,4 +39,4 @@
<string name="preferences_interface_general_icons_large_summary">Usar ícones de aplicação extra grandes na tela inicial e gaveta de aplicativos</string>
<string name="preferences_interface_general_icons_text_style_title">Estilo da fonte</string>
<string name="preferences_interface_general_icons_text_style_summary">Estilo da fonte para usar nos textos dos ícones</string>
-</resources> \ No newline at end of file
+</resources>
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml
index 54e5d8254..aadeea837 100644
--- a/res/values/cm_strings.xml
+++ b/res/values/cm_strings.xml
@@ -44,15 +44,12 @@
<!-- Settings -->
<string name="preferences_title">Settings</string>
- <!-- UI -->
- <string name="preferences_interface_title">Interface</string>
<!-- Application -->
<string name="preferences_application_title">App</string>
<!-- UI -->
<!-- Homescreen -->
<string name="preferences_interface_homescreen_title">Homescreen</string>
- <string name="preferences_interface_homescreen_summary">Screens and wallpaper</string>
<string name="preferences_interface_homescreen_search_title">Search bar</string>
<string name="preferences_interface_homescreen_search_summary">Show persistent search bar at top of screen</string>
diff --git a/res/xml/preferences_headers.xml b/res/xml/preferences_headers.xml
index 367ef832a..bc919b2d5 100644
--- a/res/xml/preferences_headers.xml
+++ b/res/xml/preferences_headers.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2009 The Android Open Source Project
+<!--
+ Copyright (C) 2014 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -13,19 +14,17 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
<preference-headers xmlns:android="http://schemas.android.com/apk/res/android">
<header android:id="@+id/preferences_homescreen_section"
android:fragment="com.android.launcher3.settings.SettingsActivity$HomescreenFragment"
- android:title="@string/preferences_interface_homescreen_title"
- android:summary="@string/preferences_interface_homescreen_summary" />
+ android:title="@string/preferences_interface_homescreen_title" />
- <header android:id="@+id/preferences_drawer_section"
+ <!--<header android:id="@+id/preferences_drawer_section"
android:title="@string/preferences_interface_drawer_title" />
<header android:id="@+id/preferences_dock_section"
- android:title="@string/preferences_interface_dock_title" />
+ android:title="@string/preferences_interface_dock_title" />-->
<header android:id="@+id/preferences_general_section"
android:fragment="com.android.launcher3.settings.SettingsActivity$GeneralFragment"