aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: f04fca969495809aec1326bc65528fd1e1df4b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?xml version="1.0" encoding="utf-8"?>
<resources>

    <string name="app_name">Conversations</string>
    <string name="action_settings">Settings</string>
    <string name="action_add">New conversation</string>
    <string name="action_accounts">Manage accounts</string>
    <string name="action_archive">Archive conversation</string>
    <string name="action_contact_details">Contact details</string>
    <string name="action_muc_details">Conferenece details</string>
    <string name="action_secure">Secure conversation</string>
    <string name="action_add_account">Add account</string>
    <string name="title_activity_new_conversation">New Conversation</string>
    <string name="just_now">just now</string>
    <string name="sending">sending&#8230;</string>
    <string name="announce_pgp">Renew PGP announcement</string>
    <string name="encrypted_message">Decrypting message. please wait&#8230;</string>
    <string name="conference_details">Conference Details</string>
    <string name="nick_in_use">Nickname is already in use</string>
    <string name="moderator">Moderator</string>
    <string name="participant">Participant</string>
    <string name="visitor">Visitor</string>
    <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>
    <string name="untrusted_cert_hint">The server %s presented you with an unstrusted, possible self signed, certificate.</string>
    <string name="account_info">Server Info</string>
    <string name="register_account">Register new account on server</string>
    <string name="share_with">Share with</string>
    <string name="ask_again"><u>Click to ask again</u></string>
    <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>
    <string name="start_conversation">Start Conversation</string>
    <string name="invite_contacts">Invite Contacts</string>
</resources>