]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - res/xml/preferences.xml
go
[Dictionary.git] / res / xml / preferences.xml
index f7a6feb97fca6d40ff6344fa65cb71bbc8ef924e..b43d391ba797bc62c74f4669b52c9db8c26a747b 100755 (executable)
@@ -1,7 +1,27 @@
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">\r
-       \r
-<EditTextPreference android:key="@string/dictFileKey" android:persistent="true" android:title="Dictionary file" android:summary="The local filename where the dictionary is stored." android:defaultValue="@string/dictFile"></EditTextPreference>
-<EditTextPreference android:key="@string/wordListFileKey" android:summary="The local file where the word list will be appended." android:title="Word list file" android:persistent="true" android:defaultValue="@string/wordListFile"></EditTextPreference>
-<EditTextPreference android:key="@string/dictFetchUrlKey" android:summary="URL to use to download the dictionary from the Internet." android:persistent="true" android:title="Dictionary fetch URL" android:defaultValue="@string/dictFetchUrl"></EditTextPreference>
+\r
+       <EditTextPreference\r
+           android:key="@string/wordListFileKey"\r
+               android:title="@string/wordListFileTitle" \r
+               android:summary="@string/wordListFileSummary"\r
+               android:defaultValue="@string/wordListFileDefault"\r
+               android:persistent="true"\r
+       />\r
+               \r
+       <EditTextPreference \r
+               android:key="@string/dictFileKey"\r
+               android:title="@string/dictFileTitle"\r
+               android:summary="@string/dictFileSummary"\r
+               android:defaultValue="@string/dictFileDefault"\r
+               android:persistent="true" \r
+               />\r
+               
+       <EditTextPreference \r
+           android:key="@string/dictFetchUrlKey"\r
+           android:title="@string/dictFetchUrlTitle"
+               android:summary="@string/dictFetchUrlSummary"\r
+               android:defaultValue="@string/dictFetchUrlDefault"
+               android:persistent="true"\r
+       />
 
 </PreferenceScreen>  
\ No newline at end of file