mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-18 05:01:28 +00:00
timeout option immediate
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com> Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
fdb38de5d2
commit
6c67bf7b96
@ -26,6 +26,7 @@
|
||||
</array>
|
||||
|
||||
<array name="screen_lock_timeout_descriptions">
|
||||
<item>@string/nc_screen_lock_timeout_immediate</item>
|
||||
<item>@string/nc_screen_lock_timeout_30</item>
|
||||
<item>@string/nc_screen_lock_timeout_60</item>
|
||||
<item>@string/nc_screen_lock_timeout_300</item>
|
||||
@ -33,6 +34,7 @@
|
||||
</array>
|
||||
|
||||
<array name="screen_lock_timeout_entry_values">
|
||||
<item>@string/nc_screen_lock_timeout_immediate</item>
|
||||
<item>@string/nc_screen_lock_timeout_thirty</item>
|
||||
<item>@string/nc_screen_lock_timeout_sixty</item>
|
||||
<item>@string/nc_screen_lock_timeout_three_hundred</item>
|
||||
@ -40,6 +42,7 @@
|
||||
</array>
|
||||
|
||||
<array name="screen_lock_timeout_entry_int_values">
|
||||
<item>1</item>
|
||||
<item>30</item>
|
||||
<item>60</item>
|
||||
<item>300</item>
|
||||
|
@ -45,6 +45,7 @@
|
||||
</array>
|
||||
|
||||
<array name="screen_lock_timeout_descriptions">
|
||||
<item>@string/nc_screen_lock_timeout_immediate</item>
|
||||
<item>@string/nc_screen_lock_timeout_30</item>
|
||||
<item>@string/nc_screen_lock_timeout_60</item>
|
||||
<item>@string/nc_screen_lock_timeout_300</item>
|
||||
@ -52,6 +53,7 @@
|
||||
</array>
|
||||
|
||||
<array name="screen_lock_timeout_entry_values">
|
||||
<item>@string/nc_screen_lock_timeout_immediate</item>
|
||||
<item>@string/nc_screen_lock_timeout_thirty</item>
|
||||
<item>@string/nc_screen_lock_timeout_sixty</item>
|
||||
<item>@string/nc_screen_lock_timeout_three_hundred</item>
|
||||
@ -59,6 +61,7 @@
|
||||
</array>
|
||||
|
||||
<array name="screen_lock_timeout_entry_int_values">
|
||||
<item>1</item>
|
||||
<item>30</item>
|
||||
<item>60</item>
|
||||
<item>300</item>
|
||||
|
@ -146,6 +146,7 @@ How to translate with transifex:
|
||||
<string name="nc_screen_lock_timeout_300">5 minutes</string>
|
||||
<string name="nc_screen_lock_timeout_600">10 minutes</string>
|
||||
<string name="nc_screen_lock_timeout_thirty">30</string>
|
||||
<string name="nc_screen_lock_timeout_immediate">Immediate</string>
|
||||
<string name="nc_screen_lock_timeout_sixty">60</string>
|
||||
<string name="nc_screen_lock_timeout_three_hundred">300</string>
|
||||
<string name="nc_screen_lock_timeout_six_hundred">600</string>
|
||||
|
Loading…
Reference in New Issue
Block a user