2010-06-17 13:23:07 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2014-01-19 16:06:23 +01:00
|
|
|
<string-array name="pass_phrase_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-01-19 16:06:23 +01:00
|
|
|
<string-array name="pass_phrase_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>
|
2014-01-19 16:06:23 +01:00
|
|
|
<string-array name="key_size_spinner_values" translatable="false">
|
2013-07-22 11:11:41 -05:00
|
|
|
<item>@string/key_size_512</item>
|
|
|
|
<item>@string/key_size_1024</item>
|
|
|
|
<item>@string/key_size_2048</item>
|
|
|
|
<item>@string/key_size_4096</item>
|
|
|
|
</string-array>
|
2014-01-19 16:06:23 +01:00
|
|
|
<string-array name="import_action_list" translatable="false">
|
2013-10-25 21:46:05 +02:00
|
|
|
<item>@string/menu_key_server</item>
|
2014-01-18 21:17:23 +01:00
|
|
|
<item>@string/menu_import_from_file</item>
|
2013-10-25 21:46:05 +02:00
|
|
|
<item>@string/menu_import_from_qr_code</item>
|
2013-10-05 18:35:16 +02:00
|
|
|
<item>@string/import_from_clipboard</item>
|
2013-10-25 21:46:05 +02:00
|
|
|
<item>@string/menu_import_from_nfc</item>
|
2013-09-19 02:02:51 +02:00
|
|
|
</string-array>
|
|
|
|
|
2014-01-22 16:38:54 +01:00
|
|
|
</resources>
|