mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
The invitation and private messaging UIs are currently broken. Some key rotation bugs were fixed; others may have been created (unit tests needed). An encoding for private keys was added. Pseudonyms were moved out of the messaging package and ratings were moved in.
52 lines
3.0 KiB
XML
52 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_name">Briar</string>
|
|
<string name="notification_title">Briar is running</string>
|
|
<string name="notification_text">Touch to quit.</string>
|
|
<string name="contact_list_button">Contacts</string>
|
|
<string name="messages_button">Messages</string>
|
|
<string name="groups_button">Groups</string>
|
|
<string name="blogs_button">Blogs</string>
|
|
<string name="synchronize_button">Synchronize</string>
|
|
<string name="quit_button">Quit</string>
|
|
<string name="contact_list_title">Contacts</string>
|
|
<string name="contact_connected">Connected</string>
|
|
<string name="format_contact_last_connected">Last connected <br /> %1$s</string>
|
|
<string name="add_contact_title">Add a Contact</string>
|
|
<string name="choose_identity">Choose an identity to use with this contact:</string>
|
|
<string name="wifi_not_available">Wi-Fi is not available on this device</string>
|
|
<string name="wifi_disabled">Wi-Fi is OFF</string>
|
|
<string name="wifi_disconnected">Wi-Fi is DISCONNECTED</string>
|
|
<string name="format_wifi_connected">Wi-Fi is CONNECTED to %1$s</string>
|
|
<string name="bluetooth_not_available">Bluetooth is not available on this device</string>
|
|
<string name="bluetooth_disabled">Bluetooth is OFF</string>
|
|
<string name="bluetooth_not_discoverable">Bluetooth is NOT DISCOVERABLE</string>
|
|
<string name="bluetooth_enabled">Bluetooth is DISCOVERABLE</string>
|
|
<string name="continue_button">Continue</string>
|
|
<string name="your_invitation_code">Your invitation code is</string>
|
|
<string name="enter_invitation_code">Please enter your contact\'s invitation code:</string>
|
|
<string name="format_connecting_wifi">Connecting via %1$s\u2026</string>
|
|
<string name="connecting_bluetooth">Connecting via Bluetooth\u2026</string>
|
|
<string name="connection_failed">Connection failed</string>
|
|
<string name="check_same_network">Please check that you are both using the same network.</string>
|
|
<string name="try_again_button">Try again</string>
|
|
<string name="connected_to_contact">Connected to contact</string>
|
|
<string name="your_confirmation_code">Your confirmation code is</string>
|
|
<string name="enter_confirmation_code">Please enter your contact\'s confirmation code:</string>
|
|
<string name="waiting_for_contact">Waiting for contact\u2026</string>
|
|
<string name="codes_do_not_match">Codes do not match</string>
|
|
<string name="interfering">This could mean that someone is trying to interfere with your connection.</string>
|
|
<string name="contact_added">Contact added</string>
|
|
<string name="enter_nickname">Please enter a nickname for this contact:</string>
|
|
<string name="done_button">Done</string>
|
|
<string name="messages_title">Messages</string>
|
|
<string name="format_from">From: %1$s</string>
|
|
<string name="format_to">To: %1$s</string>
|
|
<string name="compose_message_title">New Message</string>
|
|
<string name="to">To:</string>
|
|
<string name="anonymous">(Anonymous)</string>
|
|
<string name="groups_title">Groups</string>
|
|
<string name="compose_group_title">New Post</string>
|
|
<string name="blogs_title">Blogs</string>
|
|
</resources>
|