summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--BoardConfigCommon.mk3
-rw-r--r--DeviceSettings/res/values-pt-rBR/strings.xml18
2 files changed, 11 insertions, 10 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index ace7a17..486f0da 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -83,6 +83,9 @@ BOARD_HAVE_BLUETOOTH_BCM := true
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := device/samsung/p3100/bluetooth
BOARD_BLUEDROID_VENDOR_CONF := device/samsung/p3100/bluetooth/vnd_espresso.txt
+# Sensors
+BOARD_USE_LEGACY_SENSORS_FUSION := false
+
# Security
BOARD_USES_SECURE_SERVICES := true
diff --git a/DeviceSettings/res/values-pt-rBR/strings.xml b/DeviceSettings/res/values-pt-rBR/strings.xml
index d7da292..47be9c0 100644
--- a/DeviceSettings/res/values-pt-rBR/strings.xml
+++ b/DeviceSettings/res/values-pt-rBR/strings.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2012 The CyanogenMod Project
+<!-- Copyright (C) 2012-2013 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.
@@ -12,13 +12,11 @@
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
- -->
-<resources xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
- <string name="app_name">Config. Galaxy Tab 2</string>
-
+-->
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+ <string name="app_name">Configurações avançadas</string>
<string name="category_dock_title">Dock</string>
- <string name="dockaudio_subcat_title">Áudio</string>
- <string name="use_dock_audio_title_head">Usar Áudio USB do Dock</string>
- <string name="use_dock_audio_summary_head">Usar o áudio de saída passivo no dock</string>
-</resources>
+ <string name="dockaudio_subcat_title">Áudio do dock</string>
+ <string name="use_dock_audio_title_head">Usar áudio USB do dock</string>
+ <string name="use_dock_audio_summary_head">Usar a saída de áudio passiva no dock</string>
+</resources> \ No newline at end of file