diff options
Diffstat (limited to 'resources')
-rw-r--r-- | resources/images/images.properties | 4 | ||||
-rw-r--r-- | resources/images/protocol/iptel/sip-connecting.gif | bin | 0 -> 2064 bytes | |||
-rw-r--r-- | resources/images/protocol/iptel/sip16x16-away.png | bin | 0 -> 815 bytes | |||
-rw-r--r-- | resources/images/protocol/iptel/sip16x16-busy.png | bin | 0 -> 801 bytes | |||
-rw-r--r-- | resources/images/protocol/iptel/sip16x16-offline.png | bin | 0 -> 447 bytes | |||
-rw-r--r-- | resources/images/protocol/iptel/sip16x16-online.png | bin | 0 -> 655 bytes | |||
-rw-r--r-- | resources/images/protocol/iptel/sip16x16-phone.png | bin | 0 -> 777 bytes | |||
-rw-r--r-- | resources/images/protocol/iptel/sip16x16.png | bin | 0 -> 655 bytes | |||
-rw-r--r-- | resources/images/protocol/iptel/sip32x32.png | bin | 0 -> 1142 bytes | |||
-rw-r--r-- | resources/images/protocol/iptel/sip48x48.png | bin | 0 -> 1986 bytes | |||
-rw-r--r-- | resources/images/protocol/iptel/sip64x64.png | bin | 0 -> 7115 bytes | |||
-rw-r--r-- | resources/languages/resources.properties | 6 |
12 files changed, 10 insertions, 0 deletions
diff --git a/resources/images/images.properties b/resources/images/images.properties index e770063..614c6a7 100644 --- a/resources/images/images.properties +++ b/resources/images/images.properties @@ -339,6 +339,10 @@ service.protocol.jabber.JABBER_64x64=resources/images/protocol/jabber/logo48x48. service.protocol.googletalk.GTALK_16x16=resources/images/protocol/googletalk/status16x16-online.png service.protocol.googletalk.GTALK_64x64=resources/images/protocol/googletalk/logo48x48.png +# iptel accregwizz +service.protocol.iptel.IPTEL_16x16=resources/images/protocol/iptel/sip16x16.png +service.protocol.iptel.IPTEL_64x64=resources/images/protocol/iptel/sip64x64.png + # facebook accregwizz service.protocol.facebook.FACEBOOK_16x16=resources/images/protocol/facebook/facebook-online.png service.protocol.facebook.FACEBOOK_32x32=resources/images/protocol/facebook/facebook32.png diff --git a/resources/images/protocol/iptel/sip-connecting.gif b/resources/images/protocol/iptel/sip-connecting.gif Binary files differnew file mode 100644 index 0000000..50362a0 --- /dev/null +++ b/resources/images/protocol/iptel/sip-connecting.gif diff --git a/resources/images/protocol/iptel/sip16x16-away.png b/resources/images/protocol/iptel/sip16x16-away.png Binary files differnew file mode 100644 index 0000000..a67aec9 --- /dev/null +++ b/resources/images/protocol/iptel/sip16x16-away.png diff --git a/resources/images/protocol/iptel/sip16x16-busy.png b/resources/images/protocol/iptel/sip16x16-busy.png Binary files differnew file mode 100644 index 0000000..00938b6 --- /dev/null +++ b/resources/images/protocol/iptel/sip16x16-busy.png diff --git a/resources/images/protocol/iptel/sip16x16-offline.png b/resources/images/protocol/iptel/sip16x16-offline.png Binary files differnew file mode 100644 index 0000000..3b9a39e --- /dev/null +++ b/resources/images/protocol/iptel/sip16x16-offline.png diff --git a/resources/images/protocol/iptel/sip16x16-online.png b/resources/images/protocol/iptel/sip16x16-online.png Binary files differnew file mode 100644 index 0000000..a078fdf --- /dev/null +++ b/resources/images/protocol/iptel/sip16x16-online.png diff --git a/resources/images/protocol/iptel/sip16x16-phone.png b/resources/images/protocol/iptel/sip16x16-phone.png Binary files differnew file mode 100644 index 0000000..d2464f6 --- /dev/null +++ b/resources/images/protocol/iptel/sip16x16-phone.png diff --git a/resources/images/protocol/iptel/sip16x16.png b/resources/images/protocol/iptel/sip16x16.png Binary files differnew file mode 100644 index 0000000..bdf6213 --- /dev/null +++ b/resources/images/protocol/iptel/sip16x16.png diff --git a/resources/images/protocol/iptel/sip32x32.png b/resources/images/protocol/iptel/sip32x32.png Binary files differnew file mode 100644 index 0000000..9c219b7 --- /dev/null +++ b/resources/images/protocol/iptel/sip32x32.png diff --git a/resources/images/protocol/iptel/sip48x48.png b/resources/images/protocol/iptel/sip48x48.png Binary files differnew file mode 100644 index 0000000..6c0c314 --- /dev/null +++ b/resources/images/protocol/iptel/sip48x48.png diff --git a/resources/images/protocol/iptel/sip64x64.png b/resources/images/protocol/iptel/sip64x64.png Binary files differnew file mode 100644 index 0000000..c7522d9 --- /dev/null +++ b/resources/images/protocol/iptel/sip64x64.png diff --git a/resources/languages/resources.properties b/resources/languages/resources.properties index 96f1465..d3dfc1b 100644 --- a/resources/languages/resources.properties +++ b/resources/languages/resources.properties @@ -762,6 +762,12 @@ plugin.googletalkaccregwizz.USERNAME=Google Talk username plugin.googletalkaccregwizz.REGISTER_NEW_ACCOUNT_TEXT=In case you don't have a Google Talk account, click on this button to create a new one.
plugin.googletalkaccregwizz.NEW_ACCOUNT_TITLE=Google Talk new account registration
+# iptel accregwizz
+plugin.iptelaccregwizz.PROTOCOL_NAME=iptel.org
+plugin.iptelaccregwizz.PROTOCOL_DESCRIPTION=iptel.org, the IP Telecommunications Portal
+plugin.iptelaccregwizz.USERNAME=Username
+plugin.iptelaccregwizz.NEW_ACCOUNT_TITLE=Subscribe to iptel.org
+
# key binding chooser
plugin.keybindings.CHAT_CLOSE=Close Chat Window
plugin.keybindings.CHAT_COPY=Copy
|