Renames some protocols, jabber to XMPP, Yahoo! and Google Talk.

cusax-fix
Damian Minkov 14 years ago
parent 4837607911
commit 5a2c5117b3

@ -800,9 +800,9 @@ plugin.ircaccregwizz.HOST=Hostname:
plugin.ircaccregwizz.IRC_SERVER=Server
# jabber accregwizz
plugin.jabberaccregwizz.PROTOCOL_NAME=Jabber
plugin.jabberaccregwizz.PROTOCOL_DESCRIPTION=The Jabber protocol
plugin.jabberaccregwizz.USERNAME=Jabber username
plugin.jabberaccregwizz.PROTOCOL_NAME=XMPP
plugin.jabberaccregwizz.PROTOCOL_DESCRIPTION=The XMPP protocol
plugin.jabberaccregwizz.USERNAME=XMPP username
plugin.jabberaccregwizz.PASSWORD_CONFIRM=Confirm password
plugin.jabberaccregwizz.USERNAME_AND_PASSWORD=ID and Password
plugin.jabberaccregwizz.CSERVER=Server
@ -810,9 +810,9 @@ plugin.jabberaccregwizz.SERVER=Connect Server
plugin.jabberaccregwizz.ENABLE_KEEP_ALIVE=Enable keep alive
plugin.jabberaccregwizz.ENABLE_GMAIL_NOTIFICATIONS=Enable Gmail notifications for new messages
plugin.jabberaccregwizz.ENABLE_GOOGLE_CONTACTS_SOURCE=Enable Google Contacts search
plugin.jabberaccregwizz.NEW_ACCOUNT_TITLE=Jabber new account registration
plugin.jabberaccregwizz.REGISTER_NEW_ACCOUNT_TEXT=Create a new Jabber account
plugin.jabberaccregwizz.CHOOSE_SERVER_TITLE=Jabber new account server chooser
plugin.jabberaccregwizz.NEW_ACCOUNT_TITLE=XMPP new account registration
plugin.jabberaccregwizz.REGISTER_NEW_ACCOUNT_TEXT=Create a new XMPP account
plugin.jabberaccregwizz.CHOOSE_SERVER_TITLE=XMPP new account server chooser
plugin.jabberaccregwizz.CHOOSE_SERVER_TEXT=Choose the server for your new account in the list below.
plugin.jabberaccregwizz.CHOOSE=&Choose
plugin.jabberaccregwizz.SERVER_COLUMN=Server
@ -846,7 +846,7 @@ plugin.jabberaccregwizz.EDIT_JINGLE_NODE=Edit Jingle Node
plugin.jabberaccregwizz.JID_ADDRESS=JID Address
plugin.jabberaccregwizz.ADDITIONAL_JINGLE_NODES=Additional Jingle Nodes
plugin.jabberaccregwizz.USE_UPNP=Use UPnP
plugin.jabberaccregwizz.EXISTING_ACCOUNT=Existing Jabber account
plugin.jabberaccregwizz.EXISTING_ACCOUNT=Existing XMPP account
plugin.jabberaccregwizz.DOMAIN_BYPASS_CAPS=Domain that will use GTalk call
plugin.jabberaccregwizz.TELEPHONY_DOMAIN=Telephony domain
plugin.jabberaccregwizz.ALLOW_NON_SECURE=Allow non-secure connections
@ -1008,8 +1008,8 @@ plugin.whiteboard.DELETE=Delete
plugin.whiteboard.PROPERTIES=Properties
# yahoo accregwizz
plugin.yahooaccregwizz.PROTOCOL_NAME=YAHOO
plugin.yahooaccregwizz.PROTOCOL_DESCRIPTION=A protocol to connect and chat on the Yahoo Service.
plugin.yahooaccregwizz.PROTOCOL_NAME=Yahoo!
plugin.yahooaccregwizz.PROTOCOL_DESCRIPTION=A protocol to connect and chat on the Yahoo! Service.
plugin.yahooaccregwizz.USERNAME=Username:
plugin.yahooaccregwizz.USERID_AND_PASSWORD=ID and Password
@ -1024,7 +1024,7 @@ plugin.zeroaccregwizz.USERID_AND_PASSWORD=ID and Password
plugin.zeroaccregwizz.USERID=User ID
# gtalk accregwizz
plugin.googletalkaccregwizz.PROTOCOL_NAME=GOOGLE TALK
plugin.googletalkaccregwizz.PROTOCOL_NAME=Google Talk
plugin.googletalkaccregwizz.PROTOCOL_DESCRIPTION=The Google Talk protocol
plugin.googletalkaccregwizz.USERNAME=Google Talk user name
plugin.googletalkaccregwizz.REGISTER_NEW_ACCOUNT_TEXT=In case you don't have a Google Talk account,</br> click on this button to create a new one.

@ -54,7 +54,7 @@ public interface ProtocolNames
/**
* The Yahoo! messenger protcool.
*/
public static final String YAHOO = "Yahoo";
public static final String YAHOO = "Yahoo!";
/**
* The Skype protcool.

Loading…
Cancel
Save