diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index f04fca96..eb38e39f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -10,7 +10,7 @@ <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="title_activity_contacts">Contacts</string> <string name="just_now">just now</string> <string name="sending">sending…</string> <string name="announce_pgp">Renew PGP announcement</string> @@ -31,4 +31,13 @@ <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> + <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> </resources> |