Files
i2p.i2p-bote.android/app/src/main/res/values/strings.xml
2014-06-19 02:48:31 +00:00

145 lines
9.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name" translatable="false">Bote</string>
<string name="intro_private">Private.</string>
<string name="intro_distributed">Distributed.</string>
<string name="intro_secure">Secure.</string>
<string name="swipe_to_start">Swipe to start</string>
<string name="i_know_what_to_do">I know what to do</string>
<string name="intro_1_1">Traditional email is not secure.</string>
<string name="intro_1_2">Bote is a new kind of email.</string>
<string name="intro_2_1">When you send an email in Bote, everything is encrypted - including the email metadata. Only the recipient can download and read the email.</string>
<string name="intro_2_2">An outsider can only see that an email was sent, not who sent it. And if the recipient never publishes their address, the outsider can\'t even tell who the recipient is.</string>
<string name="intro_3_1">With traditional email, you need to trust a central server. And if it is blocked, you can\'t send or receive emails.</string>
<string name="intro_3_2">Bote uses a distributed peer-to-peer network, similar to BitTorrent. Encrypted emails are split up and stored with many other Bote users.</string>
<string name="intro_4_1">Because Bote is a little different to traditional email, there are a few things to set up before you can start using it.</string>
<string name="intro_4_2">The setup wizard will take a couple of minutes, and then everything will be ready.</string>
<string name="lets_get_started">Let\'s get started</string>
<string name="title_activity_setup">Setup</string>
<string name="skip">Skip</string>
<string name="set_password">Set password</string>
<string name="setup_set_password_1">You can set a password for Bote. This will prevent other users from reading your emails, and will encrypt all files on-disk.</string>
<string name="setup_set_password_2">If you set a password, automatic email checking will be disabled. You can manually check for emails once you have authenticated by pulling down on the Inbox.</string>
<string name="setup_set_password_3">If you do not set a password now, you can do so later from the Settings menu.</string>
<string name="create_identity">Create identity</string>
<string name="setup_create_identity_1">To receive emails, you need an Identity. This is a set of cryptographic keys that enables you to encrypt and decrypt emails.</string>
<string name="setup_create_identity_2">A Destination is the public part of an Identity. This is the address that you will give to your contacts so they can send emails to you. When you send emails using an Identity, its Destination is included in the From field so the recipient can reply.</string>
<string name="setup_create_identity_3">If you do not create an Identity now, you can do so later from the Settings menu. If you only want to send emails, you do not need an Identity, because Bote emails can be sent anonymously. However the recipient will be unable to reply to you.</string>
<string name="action_new_email">New email</string>
<string name="action_send_email">Send email</string>
<string name="action_start_bote">Connect to network</string>
<string name="action_stop_bote">Disconnect from network</string>
<string name="action_settings">Settings</string>
<string name="start_i2p_android">It appears that I2P Android is not running. Would you like to start it?</string>
<string name="pull_text">Pull to check email</string>
<string name="refreshing_text">Checking email...</string>
<string name="release_text">Let go to check email</string>
<string name="items_selected">%s selected</string>
<string name="action_delete">Delete</string>
<string name="action_mark_read">Mark read</string>
<string name="action_mark_unread">Mark unread</string>
<string name="action_move_to">Move to</string>
<string name="drawer_open">Open nav</string>
<string name="drawer_close">Close nav</string>
<string name="enter_password">Enter password:</string>
<string name="checking_password">Checking password…</string>
<string name="password_incorrect">Password was incorrect</string>
<string name="password_file_error">Could not read password verification file</string>
<string name="not_authed">Not authenticated</string>
<string name="folder_inbox">Inbox</string>
<string name="folder_outbox">Outbox</string>
<string name="folder_sent">Sent</string>
<string name="folder_trash">Trash</string>
<string name="address_book">Address book</string>
<string name="network_status">Network status</string>
<string name="not_started">Not started</string>
<string name="connect_delay">Waiting 3 minutes…</string>
<string name="connecting">Connecting…</string>
<string name="connected">Connected</string>
<string name="error">Error</string>
<string name="folder_empty">Folder is empty</string>
<string name="folder_does_not_exist">Folder does not exist</string>
<plurals name="n_new_emails">
<item quantity="one">One new email</item>
<item quantity="other">%d new emails</item>
</plurals>
<string name="queued">Queued</string>
<string name="sending">Sending</string>
<string name="sent_to_short">Sent %1$d of %2$d</string>
<string name="sent_to">Sent to %1$d out of %2$d recipients</string>
<string name="email_sent">Email sent</string>
<string name="gateway_disabled">Gateway disabled</string>
<string name="no_identity_matches">No identity matches the sender/from field: %s</string>
<string name="invalid_recipient">Invalid recipient address: %s</string>
<string name="error_creating_packets">Error creating email packets: %s</string>
<string name="error_sending">Error while sending email: %s</string>
<string name="error_saving_metadata">Error saving email metadata: %s</string>
<string name="email_from">From:</string>
<string name="email_to">To:</string>
<string name="label_sent">Sent:</string>
<string name="email_received">Received:</string>
<string name="email_status">Status:</string>
<string name="reply">Reply</string>
<string name="compose">Compose</string>
<string name="subject">Subject</string>
<string name="compose_email">Compose email</string>
<string name="add_one_recipient">Add at least one recipient.</string>
<string name="email_queued_for_sending">Email queued for sending</string>
<string name="response_prefix_re">Re:</string>
<string name="response_prefix_re_hide" translatable="false">Re:</string>
<string name="response_quote_wrote">%s wrote:</string>
<string name="response_quote_wrote_hide" translatable="false">%s wrote:</string>
<string name="address_book_empty">Address book is empty</string>
<string name="action_new_contact">New contact</string>
<string name="contact_name">Contact name</string>
<string name="email_destination">Email destination</string>
<string name="label_browse">Browse</string>
<string name="save_contact">Save contact</string>
<string name="delete_contact">Delete contact?</string>
<string name="network_info_unavailable">Network information is not available because Bote hasn\'t started connecting to the network yet.</string>
<string name="local_destination">Local Destination:</string>
<string name="not_set">Not set</string>
<string name="kademlia_peers">Kademlia Peers:</string>
<string name="relay_peers">Relay Peers:</string>
<string name="banned_peers">Banned Peers:</string>
<string name="pref_title_general">General</string>
<string name="pref_summ_general">General settings and default identity settings</string>
<string name="pref_title_autoMail">Auto-check mail</string>
<string name="pref_title_checkInterval">Check interval</string>
<string name="pref_summ_checkInterval">%s minutes</string>
<string name="pref_title_delivery">Delivery status</string>
<string name="pref_summ_delivery">Check delivery status of sent emails</string>
<string name="pref_title_privacy">Privacy</string>
<string name="pref_title_hideLocale">Hide locale</string>
<string name="pref_summ_hideLocale">Use English for text added to outgoing emails (\'Re:\', \'wrote:\', etc.)</string>
<string name="pref_title_sentTime">Sent time</string>
<string name="pref_summ_sentTime">Include sent time in outgoing emails</string>
<string name="pref_title_routing">Routing</string>
<string name="pref_title_numHops">Relays</string>
<string name="pref_summ_numHops">Use %s relays when sending mail</string>
<string name="pref_title_minDelay">Minimum delay per hop</string>
<string name="pref_summ_minDelay">%s minutes</string>
<string name="pref_title_maxDelay">Maximum delay per hop</string>
<string name="pref_summ_maxDelay">%s minutes</string>
<string name="pref_title_i2cp_host">I2CP host</string>
<string name="pref_title_i2cp_port">I2CP port</string>
<string name="pref_title_change_password">Change password</string>
<string name="old_password">Old password</string>
<string name="new_password">New password</string>
<string name="confirm_new_password">Confirm new password</string>
<string name="password_changed">Password changed successfully</string>
<string name="pref_title_identities">Identities</string>
<string name="new_identity">New identity...</string>
<string name="edit_identity">Edit identity</string>
<string name="public_name">Public name</string>
<string name="description">Description</string>
<string name="default_identity">Default identity</string>
<string name="save_identity">Save identity</string>
<string name="delete_identity">Delete identity?</string>
<string name="identity_saved">Identity saved</string>
</resources>