mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-21 20:45:29 +03:00
timeout option immediate
Signed-off-by: parneet-guraya <gurayaparneet@gmail.com>
This commit is contained in:
parent
3d2df9bb94
commit
2bf1f09563
3 changed files with 7 additions and 0 deletions
|
@ -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>0</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>0</item>
|
||||
<item>30</item>
|
||||
<item>60</item>
|
||||
<item>300</item>
|
||||
|
|
|
@ -145,6 +145,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 a new issue