diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 13e43f5f..9d6e5b38 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -20,6 +20,7 @@ <string name="title_activity_conference_details">Conference Details</string> <string name="title_activity_contact_details">Contact Details</string> <string name="title_activity_conversations">Conversations</string> + <string name="title_activity_sharewith">Share with Conversation</string> <string name="just_now">just now</string> <string name="minutes_ago">min ago</string> <string name="unread_conversations">unread Conversations</string> @@ -34,7 +35,7 @@ <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 associated with this account will not be removed.</string> + <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> <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> @@ -61,6 +62,7 @@ <string name="no">No</string> <string name="ok">Ok</string> <string name="done">Done</string> + <string name="hide">Hide</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> @@ -77,7 +79,7 @@ <string name="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> - <string name="send_failed">unsuccessful delivery</string> + <string name="send_failed">delivery failed</string> <string name="send_rejected">rejected</string> <string name="receiving_image">Receiving image file. Please wait…</string> <string name="preparing_image">Preparing image for transmission</string> @@ -191,6 +193,7 @@ <string name="mgmt_account_enable">Enable</string> <string name="mgmt_account_are_you_sure">Are you sure?</string> <string name="mgmt_account_delete_confirm_text">If you delete your account your entire conversation history will be lost</string> + <string name="mgmt_account_account_offline">Account is offline</string> <string name="attach_record_voice">Record voice</string> <string name="account_settings">Account Settings</string> <string name="account_settings_jabber_id">Jabber ID:</string> @@ -214,4 +217,17 @@ <string name="muc_details_your_nickname">Your nickname</string> <string name="muc_details_other_members">Other Members</string> <string name="subscription_not_updated_offline">Account offline. Could not update subscription</string> + <string name="share_with_active_conversations">Active Conversations</string> + <string name="server_info_statistics">Statistics</string> + <string name="server_info_connection_age">Connection age</string> + <string name="server_info_session_age">Session age</string> + <string name="server_info_packets_sent">Packets sent</string> + <string name="server_info_packets_received">Packets received</string> + <string name="server_info_connected_accounts">Connected accounts</string> + <string name="server_info_server_features">Server Features</string> + <string name="server_info_roster_versioning">Roster Versioning</string> + <string name="server_info_carbon_messages">Carbon Messages</string> + <string name="server_info_stream_management">Stream Management</string> + <string name="hours">hours</string> + <string name="mins">mins</string> </resources>
\ No newline at end of file |