diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2014-05-24 10:03:42 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2014-05-24 10:03:42 +0200 |
commit | 03854f30c95eb5146ca5019c16d747cd472f0f33 (patch) | |
tree | c0878feb9edf6af7f5c37aee56b0ca933afeaa58 /res/values/strings.xml | |
parent | 00377b64c796f191947b99e3093e7122e7b296ac (diff) | |
parent | d74faa3f7c6c8b93ea94e1ef54b9d23e0093f2d7 (diff) |
Merge pull request #146 from kruks23/development
More harcoded translations + Spanish
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 0512106e..5ac2514d 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -28,6 +28,8 @@ <string name="encrypted_message">Decrypting message. Please wait…</string> <string name="conference_details">Conference Details</string> <string name="nick_in_use">Nickname is already in use</string> + <string name="admin">Admin</string> + <string name="owner">Owner</string> <string name="moderator">Moderator</string> <string name="participant">Participant</string> <string name="visitor">Visitor</string> @@ -46,6 +48,7 @@ <string name="new_conference">Create new conference</string> <string name="new_contact">Create new contact</string> <string name="contacts">Contacts</string> + <string name="search_jabber_id">Search or enter Jabber ID</string> <string name="choose_account">Choose account</string> <string name="multi_user_conference">Multi User Conference</string> <string name="trying_join_conference">Are you trying to join a conference?</string> @@ -57,6 +60,7 @@ <string name="yes">Yes</string> <string name="no">No</string> <string name="ok">Ok</string> + <string name="done">Done</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> @@ -185,9 +189,16 @@ <string name="mgmt_account_delete">Delete</string> <string name="mgmt_account_disable">Temporarily disable</string> <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="attach_record_voice">Record voice</string> <string name="account_settings">Account Settings</string> - <string name="save">Save</string> + <string name="account_settings_jabber_id">Jabber ID:</string> + <string name="account_settings_password">Password:</string> + <string name="account_settings_example_jabber_id">username@example.com</string> + <string name="account_settings_confirm_password">Confirm password:</string> + <string name="password">Password</string> + <string name="confirm_password">Confirm password</string> <string name="passwords_do_not_match">Passwords do not match</string> <string name="invalid_jid">This is not a valid Jabber ID</string> <string name="error_out_of_memory">Ouf of memory. Image is to large</string> @@ -198,4 +209,8 @@ <string name="contact_status_extended_away">extended away</string> <string name="contact_status_do_not_disturb">do not disturb</string> <string name="contact_status_offline">offline</string> + <string name="muc_details_conference">Conference</string> + <string name="muc_details_conference_subject">Conference Subject</string> + <string name="muc_details_your_nickname">Your nickname</string> + <string name="muc_details_other_members">Other Members</string> </resources>
\ No newline at end of file |