Files
i2p.i2p-bote.android/res/values/strings.xml
2014-03-09 23:06:00 +00:00

71 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">I2P-Bote</string>
<string name="action_new_email">New email</string>
<string name="action_send_email">Send email</string>
<string name="action_settings">Settings</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&#8230;</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="folder_empty">Folder is empty</string>
<string name="folder_does_not_exist">Folder does not exist</string>
<string name="email_from">From:</string>
<string name="email_to">To:</string>
<string name="email_sent">Sent:</string>
<string name="email_received">Received:</string>
<string name="to">To</string>
<string name="subject">Subject</string>
<string name="compose_email">Compose email</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="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="identity_saved">Identity saved</string>
</resources>