update strings

This commit is contained in:
lucky 2022-01-10 06:56:46 +03:00
parent 71befde9fe
commit 19997a021a
3 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ Lock device and wipe data on panic trigger.
width="30%"
height="30%">
You can use [PanicKit](https://guardianproject.info/code/panickit/), tile, shortcut or send
broadcast message with authentication code. On trigger, using
You can use [PanicKit](https://guardianproject.info/code/panickit/), tile, shortcut or send message
with authentication code. On trigger, using
[Device Administration API](https://developer.android.com/guide/topics/admin/device-admin), it
locks device and optionally runs wipe.

View File

@ -1,6 +1,6 @@
<resources>
<string name="app_name">Потрачено</string>
<string name="description">Включите Потрачено чтобы заблокировать устройство при получении тревожного сигнала. Вы можете использовать PanicKit, плитку быстрых настроек, ярлык или отправить широковещательное сообщение с этим кодом аутентификации.</string>
<string name="description">Включите Потрачено чтобы заблокировать устройство при получении тревожного сигнала. Вы можете использовать PanicKit, плитку быстрых настроек, ярлык или отправить сообщение с этим кодом аутентификации.</string>
<string name="device_admin_label">Потрачено</string>
<string name="device_admin_description">Разрешите Потрачено блокировать устройство и опционально стирать данные при получении тревожного сигнала</string>
<string name="service_unavailable_popup">Администратор устройства недоступен</string>

View File

@ -1,6 +1,6 @@
<resources>
<string name="app_name">Wasted</string>
<string name="description">Turn on Wasted to lock device on panic trigger. You can use PanicKit, tile, shortcut or send broadcast message with this authentication code.</string>
<string name="description">Turn on Wasted to lock device on panic trigger. You can use PanicKit, tile, shortcut or send message with this authentication code.</string>
<string name="device_admin_label">Wasted</string>
<string name="device_admin_description">Allow Wasted to lock device and optionally wipe data on panic trigger</string>
<string name="service_unavailable_popup">Device admin unavailable</string>