summaryrefslogtreecommitdiff
path: root/vdrmanager/res/xml/preferences.xml
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2011-11-06 18:11:42 +0100
committerlado <herrlado@gmail.com>2011-11-06 18:11:42 +0100
commitee9a189606a01a6726ba0809e80a81a80fbecf69 (patch)
tree0cb389a3d61a8d8ffcd971771f4689e3bea80612 /vdrmanager/res/xml/preferences.xml
parent9d44e3e0a75fb0d6f8125918b8fd8dd434e6ee2e (diff)
downloadvdr-manager-ee9a189606a01a6726ba0809e80a81a80fbecf69.tar.gz
vdr-manager-ee9a189606a01a6726ba0809e80a81a80fbecf69.tar.bz2
Feature #785
Diffstat (limited to 'vdrmanager/res/xml/preferences.xml')
-rw-r--r--vdrmanager/res/xml/preferences.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/vdrmanager/res/xml/preferences.xml b/vdrmanager/res/xml/preferences.xml
index a24ecaa..369bcb4 100644
--- a/vdrmanager/res/xml/preferences.xml
+++ b/vdrmanager/res/xml/preferences.xml
@@ -2,8 +2,8 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<PreferenceScreen
- android:summary="Define one or more VDR Devices. (comming soon)"
- android:title="VDR Devices" android:enabled="false">
+ android:summary="@string/vdr_devices_summary"
+ android:title="@string/vdr_devices" android:enabled="false">
<intent
android:action="android.intent.action.MAIN"
@@ -37,7 +37,7 @@
android:summary="@string/vdr_ssl_summary"
android:title="@string/vdr_ssl_title" android:enabled="false" />
- <PreferenceScreen android:title="Advanced" >
+ <PreferenceScreen android:title="@string/vdr_advanced_preferences" >
<EditTextPreference
android:defaultValue="10"
@@ -255,4 +255,4 @@
android:title="@string/remux_parameter_title" />
</PreferenceCategory>
-</PreferenceScreen> \ No newline at end of file
+</PreferenceScreen>