diff options
author | Damian Minkov <damencho@jitsi.org> | 2011-11-04 07:44:16 +0000 |
---|---|---|
committer | Damian Minkov <damencho@jitsi.org> | 2011-11-04 07:44:16 +0000 |
commit | 3186bca42c2fb5c62d7cea630e37e9173ecff6b3 (patch) | |
tree | 7ec10f608383ad1b0b4383d622d9c4c2c1139cde /resources/languages | |
parent | c84999149c6dee4b4f5edf7e223e44fb7fa46a1b (diff) | |
download | jitsi-3186bca42c2fb5c62d7cea630e37e9173ecff6b3.zip jitsi-3186bca42c2fb5c62d7cea630e37e9173ecff6b3.tar.gz jitsi-3186bca42c2fb5c62d7cea630e37e9173ecff6b3.tar.bz2 |
Separates xcap contactlist implementation and adds option for contacts retrieval from XiVO.
Diffstat (limited to 'resources/languages')
-rw-r--r-- | resources/languages/resources.properties | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 63fb1ee..2c0f4ba 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -40,6 +40,7 @@ service.gui.ADD_CONTACT_ERROR=Failed to add contact with id: {0} service.gui.ADD_CONTACT_ERROR_TITLE=Add contact Error
service.gui.ADD_CONTACT_EXIST_ERROR=The contact {0} already exists in your contact list.
service.gui.ADD_CONTACT_NETWORK_ERROR=Failed to add contact with id: {0}. Network failure occurred.
+service.gui.ADD_CONTACT_NOT_SUPPORTED=Failed to add contact with id: {0}. Operation not supported.
service.gui.ADD_CONTACT_IDENTIFIER=In the field below enter the identifier of the contact you would like to add.
service.gui.ADD_CONTACT_WIZARD=Add contact wizard
service.gui.ADD_GROUP_LOCAL_ERROR=Failed to add group with name: {0}. The problem occurred during a local IO operation.
@@ -138,6 +139,7 @@ service.gui.CONTACT_NOT_SUPPORTING_CHAT_CONF=The chosen {0} contact doesn''t sup service.gui.CONTACT_PAUSED_TYPING={0} paused typing the message
service.gui.CONTACT_TYPING={0} is typing a message
service.gui.CONTACT_INFO=&Contact info
+service.gui.CONTACTLIST=Contactlist
service.gui.CONTACTS=Contacts
service.gui.COPY=&Copy
service.gui.COPY_LINK=Copy &link
@@ -922,12 +924,12 @@ plugin.sipaccregwizz.DISPLAY_NAME=Display name plugin.sipaccregwizz.EXISTING_ACCOUNT=Existing SIP account
plugin.sipaccregwizz.CREATE_ACCOUNT=Create a free SIP account
plugin.sipaccregwizz.CREATE_ACCOUNT_TITLE=Create account
-plugin.sipaccregwizz.XCAP_OPTIONS=XCAP Options
-plugin.sipaccregwizz.XCAP_ENABLE=Enable XCAP stored contacts
+plugin.sipaccregwizz.XCAP_OPTIONS=Contactlist Options
+plugin.sipaccregwizz.CLIST_TYPE=Type
plugin.sipaccregwizz.XCAP_USE_SIP_CREDENTIALS=Use SIP credentials
plugin.sipaccregwizz.XCAP_USER=User
plugin.sipaccregwizz.XCAP_PASSWORD=Password
-plugin.sipaccregwizz.XCAP_SERVER_URI=Server URI
+plugin.sipaccregwizz.XCAP_SERVER_URI=Server URI/Address
plugin.sipaccregwizz.VOICEMAIL_URI=Voicemail URI
plugin.sipaccregwizz.NOT_SAME_PASSWORD=Your passwords did not match.
plugin.sipaccregwizz.NO_CERTIFICATE=<none> (use regular authentication)
|