2010-06-17 09:23:07 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<resources>
|
|
|
|
|
2014-01-19 10:06:23 -05:00
|
|
|
<string-array name="pass_phrase_cache_ttl_entries" translatable="false">
|
2010-06-17 09:23:07 -04: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 13:32:08 -04:00
|
|
|
<item>@string/choice_20mins</item>
|
|
|
|
<item>@string/choice_40mins</item>
|
2010-12-22 14:55:14 -05:00
|
|
|
<item>@string/choice_1hour</item>
|
|
|
|
<item>@string/choice_2hours</item>
|
|
|
|
<item>@string/choice_4hours</item>
|
|
|
|
<item>@string/choice_8hours</item>
|
2010-06-17 09:23:07 -04:00
|
|
|
</string-array>
|
2014-01-19 10:06:23 -05:00
|
|
|
<string-array name="pass_phrase_cache_ttl_values" translatable="false">
|
2010-06-17 09:23:07 -04:00
|
|
|
<item>15</item>
|
|
|
|
<item>60</item>
|
|
|
|
<item>180</item>
|
|
|
|
<item>300</item>
|
|
|
|
<item>600</item>
|
2010-08-15 13:32:08 -04:00
|
|
|
<item>1200</item>
|
|
|
|
<item>2400</item>
|
|
|
|
<item>3600</item>
|
2010-12-22 14:55:14 -05:00
|
|
|
<item>7200</item>
|
|
|
|
<item>14400</item>
|
|
|
|
<item>28800</item>
|
2010-06-17 09:23:07 -04:00
|
|
|
</string-array>
|
2014-01-19 10:06:23 -05:00
|
|
|
<string-array name="key_size_spinner_values" translatable="false">
|
2013-07-22 12:11:41 -04: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 10:06:23 -05:00
|
|
|
<string-array name="import_action_list" translatable="false">
|
2013-10-25 15:46:05 -04:00
|
|
|
<item>@string/menu_key_server</item>
|
2014-01-18 15:17:23 -05:00
|
|
|
<item>@string/menu_import_from_file</item>
|
2013-10-25 15:46:05 -04:00
|
|
|
<item>@string/menu_import_from_qr_code</item>
|
2013-10-05 12:35:16 -04:00
|
|
|
<item>@string/import_from_clipboard</item>
|
2013-10-25 15:46:05 -04:00
|
|
|
<item>@string/menu_import_from_nfc</item>
|
2013-09-18 20:02:51 -04:00
|
|
|
</string-array>
|
|
|
|
|
2012-03-11 19:12:19 -04:00
|
|
|
</resources>
|