Add simple UI for Connect via Bluetooth feature

This commit is contained in:
Torsten Grote
2021-08-17 15:07:26 +02:00
parent d678043f8e
commit 1be8ac6e14
51 changed files with 842 additions and 494 deletions

View File

@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
<resources xmlns:tools="http://schemas.android.com/tools">
<resources>
<!--Setup-->
<string name="setup_title">Добре дошли в Briar</string>
<string name="setup_name_explanation">Прякорът ви ще бъде видим до всяка ваша публикация. Няма да можете да го промените след като създадете профил.</string>
@@ -165,14 +165,14 @@
<string name="set_contact_alias_hint">Име на контакта</string>
<string name="menu_item_disappearing_messages">Изчезващи съобщения</string>
<string name="menu_item_connect_via_bluetooth">Свързване чрез Bluetooth</string>
<string name="dialog_title_connect_via_bluetooth">Свързване чрез Bluetooth</string>
<string name="dialog_message_connect_via_bluetooth">За да сработи този метод, контактът трябва да бъде близо до вас.\n\nДвамата трябва да натиснете „Start“ едновременно.</string>
<string name="toast_connect_via_bluetooth_already_discovering">Има започнат опит за връзка чрез Bluetooth</string>
<string name="toast_connect_via_bluetooth_not_discoverable">Не може да продължи без Bluetooth</string>
<string name="toast_connect_via_bluetooth_no_location_permission">Не може да продължи без разрешение за местоположение</string>
<string name="toast_connect_via_bluetooth_start">Свързване чрез Bluetooth…</string>
<string name="toast_connect_via_bluetooth_success">Успешно свързване чрез Bluetooth</string>
<string name="toast_connect_via_bluetooth_error">Не може да се установи връзка чрез Bluetooth</string>
<string name="connect_via_bluetooth_title">Свързване чрез Bluetooth</string>
<string name="connect_via_bluetooth_intro">За да сработи този метод, контактът трябва да бъде близо до вас.\n\nДвамата трябва да натиснете „Start“ едновременно.</string>
<string name="connect_via_bluetooth_already_discovering">Има започнат опит за връзка чрез Bluetooth</string>
<string name="connect_via_bluetooth_not_discoverable">Не може да продължи без Bluetooth</string>
<string name="connect_via_bluetooth_no_location_permission">Не може да продължи без разрешение за местоположение</string>
<string name="connect_via_bluetooth_start">Свързване чрез Bluetooth…</string>
<string name="connect_via_bluetooth_success">Успешно свързване чрез Bluetooth</string>
<string name="connect_via_bluetooth_error">Не може да се установи връзка чрез Bluetooth</string>
<!--The first placeholder will show a duration like "7 days". The second placeholder at the end will add "Tap to learn more."-->
<string name="auto_delete_msg_you_enabled">Съобщението ще изчезне след %1$s. %2$s</string>
<!--The placeholder at the end will add "Tap to learn more."-->