diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/untranslatable.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/res/values/untranslatable.xml b/res/values/untranslatable.xml index c0a6bb2f..48f77d98 100644 --- a/res/values/untranslatable.xml +++ b/res/values/untranslatable.xml @@ -18,8 +18,8 @@ <string name="lzo" translatable="false">LZO</string> <string name="openssl" translatable="false">OpenSSL</string> <string name="unknown_state" translatable="false">Unknown state</string> - - + <string name="permission_description">Allows another app to control OpenVPN</string> + <string-array name="tls_directions_values" translatable="false"> <item>0</item> <item>1</item> @@ -40,4 +40,5 @@ <item>50</item> <item>-1</item> </string-array> - </resources> + +</resources>
\ No newline at end of file |