strings.xml

 1<?xml version="1.0" encoding="utf-8"?>
 2<resources>
 3
 4    <string name="app_name">Conversations</string>
 5    <string name="action_settings">Settings</string>
 6    <string name="action_add">New conversation</string>
 7    <string name="action_accounts">Manage accounts</string>
 8    <string name="action_end_conversation">End this conversation</string>
 9    <string name="action_contact_details">Contact details</string>
10    <string name="action_muc_details">Conferenece details</string>
11    <string name="action_secure">Secure conversation</string>
12    <string name="action_add_account">Add account</string>
13    <string name="title_activity_contacts">Contacts</string>
14    <string name="just_now">just now</string>
15    <string name="sending">sending&#8230;</string>
16    <string name="announce_pgp">Renew PGP announcement</string>
17    <string name="encrypted_message">Decrypting message. Please wait&#8230;</string>
18    <string name="conference_details">Conference Details</string>
19    <string name="nick_in_use">Nickname is already in use</string>
20    <string name="moderator">Moderator</string>
21    <string name="participant">Participant</string>
22    <string name="visitor">Visitor</string>
23    <string name="enter_new_name">Enter a new name:</string>
24    <string name="remove_contact_text">Do you want to delete %s from your roster. The conversation associated with this account will not be removed.</string>
25    <string name="untrusted_cert_hint">The server %s presented you with an untrusted, possible self signed, certificate.</string>
26    <string name="account_info">Server Info</string>
27    <string name="register_account">Register new account on server</string>
28    <string name="share_with">Share with</string>
29    <string name="ask_again"><u>Click to ask again</u></string>
30    <string name="show_otr_key">OTR fingerprint</string>
31    <string name="no_otr_fingerprint">No OTR Fingerprint generated. Just go ahead an start an encrypted conversation</string>
32    <string name="start_conversation">Start Conversation</string>
33    <string name="invite_contacts">Invite Contacts</string>
34    <string name="invite_contacts_to_existing">Invite to existing conference</string>
35    <string name="new_conference">Create new conference</string>
36    <string name="cancel">Cancel</string>
37    <string name="create_invite">Create \u0026 Invite</string>
38    <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>
39    <string name="no_open_mucs">No existing conferences</string>
40    <string name="invitation_sent">Invitation sent</string>
41    <string name="account_offline">Account offline</string>
42    <string name="cant_invite_while_offline">You have to be online to invite people to conferences</string>
43    <string name="crash_report_title">Conversations has crashed</string>
44    <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>
45    <string name="send_now">Send now</string>
46    <string name="send_never">Never ask again</string>
47    <string name="problem_connecting_to_account">Unable to connect to account</string>
48    <string name="problem_connecting_to_accounts">Unable to connect to multiple accounts</string>
49    <string name="touch_to_fix">Touch here to manage your accounts</string>
50    <string name="attach_file">Attach file</string>
51    <string name="not_in_roster">The contact is not in your roster. Would you like to add it?</string>
52    <string name="add_contact">Add contact</string>
53    <string name="send_failed">unsuccessful delivery</string>
54    <string name="send_rejected">rejected</string>
55    <string name="receiving_image">Receiving image file. Please wait&#8230;</string>
56    <string name="preparing_image">Preparing image for transmission. Please wait&#8230;</string>
57    <string name="action_clear_history">Clear history</string>
58    <string name="clear_conversation_history">Clear Conversation History</string>
59    <string name="clear_histor_msg">Do you want to delete all messages within this Conversation?\n\n<b>Warning:</b> This will not influence messages stored on other devices or servers.</string>
60    <string name="delete_messages">Delete messages</string>
61    <string name="also_end_conversation">End this conversations afterwards</string>
62    <string name="choose_presence">Choose presence to contact</string>
63    <string name="send_message_to_conference">Send message to conference</string>
64    <string name="send_plain_text_message">Send plain text message</string>
65    <string name="send_otr_message">Send OTR encrypted message</string>
66    <string name="send_pgp_message">Send openPGP encrypted message</string>
67    <string name="your_nick_has_been_changed">Your nickname has been changed</string>
68    <string name="download_image">Download Image</string>
69    <string name="error_loading_image">Error loading image (File not found)</string>
70    <string name="image_offered_for_download"><i>Image file offered for download</i></string>
71</resources>