2010-06-17 13:23:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<resources>
|
|
|
|
|
|
2014-03-06 10:05:43 +05:30
|
|
|
<string-array name="passphrase_cache_ttl_entries" translatable="false">
|
2010-06-17 13:23:07 +00:00
|
|
|
<item>@string/choice_15secs</item>
|
|
|
|
|
<item>@string/choice_1min</item>
|
|
|
|
|
<item>@string/choice_3mins</item>
|
|
|
|
|
<item>@string/choice_5mins</item>
|
|
|
|
|
<item>@string/choice_10mins</item>
|
2010-08-15 17:32:08 +00:00
|
|
|
<item>@string/choice_20mins</item>
|
|
|
|
|
<item>@string/choice_40mins</item>
|
2010-12-22 19:55:14 +00:00
|
|
|
<item>@string/choice_1hour</item>
|
|
|
|
|
<item>@string/choice_2hours</item>
|
|
|
|
|
<item>@string/choice_4hours</item>
|
|
|
|
|
<item>@string/choice_8hours</item>
|
2014-01-22 16:38:54 +01:00
|
|
|
<item>@string/choice_forever</item>
|
2010-06-17 13:23:07 +00:00
|
|
|
</string-array>
|
2014-03-06 10:05:43 +05:30
|
|
|
<string-array name="passphrase_cache_ttl_values" translatable="false">
|
2010-06-17 13:23:07 +00:00
|
|
|
<item>15</item>
|
|
|
|
|
<item>60</item>
|
|
|
|
|
<item>180</item>
|
|
|
|
|
<item>300</item>
|
|
|
|
|
<item>600</item>
|
2010-08-15 17:32:08 +00:00
|
|
|
<item>1200</item>
|
|
|
|
|
<item>2400</item>
|
|
|
|
|
<item>3600</item>
|
2010-12-22 19:55:14 +00:00
|
|
|
<item>7200</item>
|
|
|
|
|
<item>14400</item>
|
|
|
|
|
<item>28800</item>
|
2014-01-22 16:38:54 +01:00
|
|
|
<item>-1</item>
|
2010-06-17 13:23:07 +00:00
|
|
|
</string-array>
|
2015-06-06 15:26:22 +05:30
|
|
|
<string-array name="pref_proxy_type_entries" translatable="false">
|
|
|
|
|
<item>@string/pref_proxy_type_choice_http</item>
|
|
|
|
|
<item>@string/pref_proxy_type_choice_socks</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="pref_proxy_type_values" translatable="false">
|
2015-08-24 00:37:38 +02:00
|
|
|
<item>"proxyHttp"</item>
|
|
|
|
|
<item>"proxySocks"</item>
|
2015-06-06 15:26:22 +05:30
|
|
|
</string-array>
|
2015-07-09 22:51:20 +05:30
|
|
|
<string-array name="rev_del_dialog_entries" translatable="true">
|
|
|
|
|
<item>@string/del_rev_dialog_choice_rev_upload</item>
|
|
|
|
|
<item>@string/del_rev_dialog_choice_delete</item>
|
|
|
|
|
</string-array>
|
2014-04-08 23:59:41 +02:00
|
|
|
<string-array name="rsa_key_size_spinner_values" translatable="false">
|
|
|
|
|
<item>@string/key_size_2048</item>
|
|
|
|
|
<item>@string/key_size_4096</item>
|
|
|
|
|
<item>@string/key_size_8192</item>
|
|
|
|
|
<item>@string/key_size_custom</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="elgamal_key_size_spinner_values" translatable="false">
|
|
|
|
|
<item>@string/key_size_1536</item>
|
2013-07-22 11:11:41 -05:00
|
|
|
<item>@string/key_size_2048</item>
|
2014-04-08 23:59:41 +02:00
|
|
|
<item>@string/key_size_3072</item>
|
2013-07-22 11:11:41 -05:00
|
|
|
<item>@string/key_size_4096</item>
|
2014-04-07 16:31:38 +02:00
|
|
|
<item>@string/key_size_8192</item>
|
2014-04-08 23:59:41 +02:00
|
|
|
</string-array>
|
|
|
|
|
<string-array name="dsa_key_size_spinner_values" translatable="false">
|
|
|
|
|
<item>@string/key_size_512</item>
|
|
|
|
|
<item>@string/key_size_768</item>
|
|
|
|
|
<item>@string/key_size_1024</item>
|
2014-04-07 16:31:38 +02:00
|
|
|
<item>@string/key_size_custom</item>
|
2013-07-22 11:11:41 -05:00
|
|
|
</string-array>
|
2013-09-19 02:02:51 +02:00
|
|
|
|
2015-06-25 15:17:32 +02:00
|
|
|
<string-array name="theme_entries" translatable="false">
|
|
|
|
|
<item>@string/theme_dark</item>
|
|
|
|
|
<item>@string/theme_light</item>
|
|
|
|
|
</string-array>
|
|
|
|
|
<string-array name="theme_values" translatable="false">
|
|
|
|
|
<item>"dark"</item>
|
2015-08-24 00:37:38 +02:00
|
|
|
<item>"light"</item>
|
2015-06-25 15:17:32 +02:00
|
|
|
</string-array>
|
2014-01-22 16:38:54 +01:00
|
|
|
</resources>
|