Conversations/res/values/strings.xml

54 lines
3.6 KiB
XML
Raw Normal View History

2014-01-23 20:04:05 -05:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
2014-02-28 12:46:01 -05:00
<string name="app_name">Conversations</string>
2014-01-23 20:04:05 -05:00
<string name="action_settings">Settings</string>
<string name="action_add">New conversation</string>
<string name="action_accounts">Manage accounts</string>
<string name="action_end_conversation">End this conversation</string>
2014-02-28 12:46:01 -05:00
<string name="action_contact_details">Contact details</string>
<string name="action_muc_details">Conferenece details</string>
2014-01-23 20:04:05 -05:00
<string name="action_secure">Secure conversation</string>
2014-01-28 13:21:54 -05:00
<string name="action_add_account">Add account</string>
<string name="title_activity_contacts">Contacts</string>
2014-01-25 21:27:55 -05:00
<string name="just_now">just now</string>
<string name="sending">sending&#8230;</string>
2014-02-27 18:22:56 -05:00
<string name="announce_pgp">Renew PGP announcement</string>
<string name="encrypted_message">Decrypting message. please wait&#8230;</string>
2014-03-02 23:01:02 -05:00
<string name="conference_details">Conference Details</string>
<string name="nick_in_use">Nickname is already in use</string>
2014-03-03 20:51:01 -05:00
<string name="moderator">Moderator</string>
<string name="participant">Participant</string>
<string name="visitor">Visitor</string>
2014-03-05 09:41:14 -05:00
<string name="enter_new_name">Enter a new name:</string>
<string name="remove_contact_text">Do you want to delete %s from your roster. The conversation assoziated with this account will not be removed.</string>
2014-03-26 16:07:16 -04:00
<string name="untrusted_cert_hint">The server %s presented you with an untrusted, possible self signed, certificate.</string>
<string name="account_info">Server Info</string>
<string name="register_account">Register new account on server</string>
2014-03-13 16:37:27 -04:00
<string name="share_with">Share with</string>
<string name="ask_again"><u>Click to ask again</u></string>
2014-03-14 16:36:38 -04:00
<string name="show_otr_key">OTR fingerprint</string>
<string name="no_otr_fingerprint">No OTR Fingerprint generated. Just go ahead an start an encrypted conversation</string>
2014-03-14 23:59:18 -04:00
<string name="start_conversation">Start Conversation</string>
2014-03-15 01:20:59 -04:00
<string name="invite_contacts">Invite Contacts</string>
<string name="invite_contacts_to_existing">Invite to existing conference</string>
<string name="new_conference">Create new conference</string>
<string name="cancel">Cancel</string>
<string name="create_invite">Create \u0026 Invite</string>
<string name="new_conference_explained">Do you want to create a new conference with a randomly generated address and invite the selected contacts to it?</string>
<string name="no_open_mucs">No existing conferences</string>
<string name="invitation_sent">Invitation sent</string>
<string name="account_offline">Account offline</string>
<string name="cant_invite_while_offline">You have to be online to invite people to conferences</string>
2014-03-27 11:09:23 -04:00
<string name="crash_report_title">Conversations has crashed</string>
<string name="crash_report_message">By sending in stack traces you are helping the ongoing development of Conversations\n<b>Warning:</b> This will use your XMPP account to send the stack trace to the developer.</string>
<string name="send_now">Send now</string>
<string name="send_never">Never ask again</string>
<string name="problem_connecting_to_account">Unable to connect to account</string>
<string name="problem_connecting_to_accounts">Unable to connect to multiple accounts</string>
<string name="touch_to_fix">Touch here to manage your accounts</string>
2014-04-05 06:49:43 -04:00
<string name="action_attach_file">Attach file</string>
<string name="not_in_roster">The contact is not in your roster. Would you like to add it?</string>
<string name="add_contact">Add contact</string>
2014-01-23 20:04:05 -05:00
</resources>