* #40232: Traductions for security tab.
diff --git a/res/xml/account_security_prefs.xml b/res/xml/account_security_prefs.xml
index 6b05fd5..a797e03 100644
--- a/res/xml/account_security_prefs.xml
+++ b/res/xml/account_security_prefs.xml
@@ -30,39 +30,35 @@
 as that of the covered work.
 -->
 
-<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
 
-    <PreferenceCategory
-        android:id="@+id/account_credentials_category"
-        android:title="Credentials" >
-        <Preference
+    <Preference
             android:id="@+id/account_credential_number"
             android:key="Credential.count"
-            android:title="Credentials" >
+            android:title="@string/account_credentials_label">
+    </Preference>
+    <PreferenceCategory
+            android:id="@+id/account_security_category"
+            android:title="@string/account_preferences_security_tab">
+        <Preference
+                android:id="@+id/account_tls"
+                android:key="TLS.details"
+                android:persistent="false"
+                android:title="@string/account_tls_general_label"/>
+
+        <ListPreference
+                android:id="@+id/account_srtp_enable"
+                android:entries="@array/srtp_entry"
+                android:entryValues="@array/srtp_entry_values"
+                android:key="SRTP.enable"
+                android:persistent="false"
+                android:title="@string/account_srtp_exchange_label"/>
+
+        <Preference
+                android:enabled="false"
+                android:key="SRTP.details"
+                android:title="@string/account_srtp_preferences_label">
         </Preference>
     </PreferenceCategory>
-     <PreferenceCategory
-         android:id="@+id/account_security_category"
-         android:title="Security" >
-         <Preference
-             android:id="@+id/account_tls"
-             android:key="TLS.details"
-             android:persistent="false"
-             android:title="TLS" />
-
-         <ListPreference
-             android:id="@+id/account_srtp_enable"
-             android:entries="@array/srtp_entry"
-             android:entryValues="@array/srtp_entry_values"
-             android:key="SRTP.enable"
-             android:persistent="false"
-             android:title="SRTP Exchange" />
-
-         <Preference
-             android:enabled="false"
-             android:key="SRTP.details"
-             android:title="SRTP Preferences" >
-         </Preference>
-     </PreferenceCategory>
 
 </PreferenceScreen>
\ No newline at end of file