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_archive">Archive 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_new_conversation">New Conversation</string>
14 <string name="just_now">just now</string>
15 <string name="sending">sending…</string>
16 <string name="announce_pgp">Renew PGP announcement</string>
17 <string name="encrypted_message">Decrypting message. please wait…</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 assoziated with this account will not be removed.</string>
25 <string name="untrusted_cert_hint">The server %s presented you with an unstrusted, 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</resources>