Skip to content
Snippets Groups Projects
strings.xml 6.24 KiB
Newer Older
<?xml version="1.0" encoding="utf-8"?>
<resources>
akwizgran's avatar
akwizgran committed
    <string name="app_name">Briar</string>
    <string name="ongoing_notification_title">Briar is running</string>
    <string name="ongoing_notification_text">Touch to show the dashboard.</string>
akwizgran's avatar
akwizgran committed
    <string name="setup_title">Briar Setup</string>
    <string name="choose_nickname">Choose your nickname:</string>
    <string name="choose_password">Choose your password:</string>
    <string name="confirm_password">Confirm your password:</string>
    <string name="password_too_weak">Password is too weak</string>
    <string name="password_weak">Password is weak</string>
    <string name="password_quite_weak">Password is quite weak</string>
    <string name="password_quite_strong">Password is quite strong</string>
    <string name="password_strong">Password is strong</string>
    <string name="passwords_do_not_match">Passwords do not match</string>
    <string name="enter_password">Enter your password:</string>
    <string name="try_again">Wrong password, try again:</string>
    <string name="startup_failed_notification_title">Briar could not start</string>
akwizgran's avatar
akwizgran committed
    <string name="startup_failed_notification_text">You may need to reinstall Briar.</string>
    <string name="expiry_warning">This software has expired.\nPlease install a newer version.</string>
    <string name="contact_list_button">Contacts</string>
    <string name="forums_button">Forums</string>
    <string name="synchronize_button">Synchronize</string>
    <string name="quit_button">Quit</string>
    <string name="new_identity_item">New identity\u2026</string>
    <string name="contact_list_title">Contacts</string>
    <string name="contact_connected">Connected</string>
    <string name="format_last_connected">Last connected &lt;br /&gt; %1$s</string>
    <string name="add_contact_title">Add a Contact</string>
    <string name="your_nickname">Your nickname: </string>
    <string name="wifi_not_available">Wi-Fi is NOT AVAILABLE</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</string>
    <string name="bluetooth_disabled">Bluetooth is OFF</string>
    <string name="bluetooth_not_discoverable">Bluetooth is NOT DISCOVERABLE</string>
    <string name="bluetooth_discoverable">Bluetooth is discoverable</string>
    <string name="fact_to_face">For security reasons you must be face-to-face with someone to add them as a contact</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">Searching via %1$s\u2026</string>
    <string name="connecting_bluetooth">Searching 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="calculating_confirmation_code">Calculating confirmation code\u2026</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="exchanging_contact_details">Exchanging contact details\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_toast">Contact added</string>
    <string name="done_button">Done</string>
    <string name="messages_title">Messages</string>
    <string name="no_messages">(No messages)</string>
    <string name="format_from">From: %1$s</string>
    <string name="format_to">To: %1$s</string>
    <string name="new_message_title">New Message</string>
    <string name="from">From:</string>
    <string name="to">To:</string>
    <string name="anonymous">Anonymous</string>
    <string name="new_contact_item">New contact\u2026</string>
    <string name="forums_title">Forums</string>
    <plurals name="forums_available">
        <item quantity="one">%1$d forum available from contacts</item>
        <item quantity="other">%1$d forums available from contacts</item>
    </plurals>
    <string name="no_posts">No posts</string>
    <string name="subscribe_to_this_forum">Subscribe to this forum</string>
    <string name="create_forum_title">New Forum</string>
    <string name="choose_forum_name">Choose a name for your forum:</string>
    <string name="forum_visible_to_all">Share this forum with all contacts</string>
    <string name="forum_visible_to_some">Share this forum with chosen contacts</string>
    <string name="new_post_title">New Post</string>
    <string name="new_forum_item">New forum\u2026</string>
    <string name="manage_subscriptions_title">Available Forums</string>
    <string name="no_forums_available">No forums available from contacts</string>
    <string name="subscribed_all">Subscribed, shared with all contacts</string>
    <string name="subscribed_some">Subscribed, shared with chosen contacts</string>
    <string name="not_subscribed">Not subscribed</string>
    <string name="new_identity_title">New Identity</string>
akwizgran's avatar
akwizgran committed
    <string name="create_button">Create</string>
    <string name="no_contacts">You don\'t have any contacts. Add a contact now?</string>
    <string name="add_button">Add</string>
    <string name="cancel_button">Cancel</string>
    <string name="message_sent_toast">Message sent</string>
    <string name="post_sent_toast">Post sent</string>
    <string name="not_implemented_toast">Not implemented yet!</string>
    <string name="private_message_notification_title">New private message</string>
    <string name="private_message_notification_text">Touch to show.</string>
    <string name="group_post_notification_title">New forum post</string>
    <string name="group_post_notification_text">Touch to show.</string>
akwizgran's avatar
akwizgran committed
</resources>