aboutsummaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorThialfihar <thialfihar@gmail.com>2010-07-18 07:19:57 +0000
committerThialfihar <thialfihar@gmail.com>2010-07-18 07:19:57 +0000
commita34adb09a4ba06a2b1fc8368a4e0db4f12281d17 (patch)
treeb5e31e46b47fd500452109ccef3c95d10938f2fb /res/xml
parentc3600ee679aef673834f57d2f5e05f5eea5351c5 (diff)
downloadopen-keychain-a34adb09a4ba06a2b1fc8368a4e0db4f12281d17.tar.gz
open-keychain-a34adb09a4ba06a2b1fc8368a4e0db4f12281d17.tar.bz2
open-keychain-a34adb09a4ba06a2b1fc8368a4e0db4f12281d17.zip
added a language setting to change the language directly
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/apg_preferences.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/xml/apg_preferences.xml b/res/xml/apg_preferences.xml
index 7ce9b5344..07471a4b9 100644
--- a/res/xml/apg_preferences.xml
+++ b/res/xml/apg_preferences.xml
@@ -20,6 +20,13 @@
<PreferenceCategory
android:title="@string/section_general">
+ <ListPreference
+ android:key="language"
+ android:title="@string/label_language"
+ android:entries="@array/language_entries"
+ android:entryValues="@array/language_values"
+ android:dialogTitle="@string/label_language" />
+
<org.thialfihar.android.apg.IntegerListPreference
android:persistent="false"
android:key="passPhraseCacheTtl"