uinAndPassword property key renamed to AimUinAndPassword

cusax-fix
Yana Stamcheva 18 years ago
parent cfc0915d1c
commit a48515ce36

@ -382,7 +382,7 @@ protocolNameAim=AIM
protocolDescriptionAim=The AIM service protocol
id=AIM Screenname:
password=Password:
uinAndPassword=UIN and Password
aimUinAndPassword=UIN and Password
registerNewAccount=Register new account
aimRegisterNewAccountText=In case you don't have an AIM account, click on this button to create a new one.
existingAccount=* The account you entered is already installed.

@ -381,7 +381,7 @@ protocolDescription=Das AOL/ICQ-Protokoll
uin=ICQ UIN:
password=Passwort:
rememberPassword=Speichere Passwort
uinAndPassword=UIN und Passwort
aimUinAndPassword=UIN und Passwort
registerNewAccount=Erstelle neues Benutzerkonto
registerNewAccountText=Wenn Sie kein ICQ-Benutzerkonto haben, können Sie hier eines anlegen.
existingAccount=* Dieses Benutzerkonto existiert bereits.

@ -341,7 +341,7 @@ protocolName=servizio messaggi istantanei (AIM)
protocolDescription=descrizione di protocollo per il servizio AIM
id=nome schermo AIM
password=password
uinAndPassword=UIN e password
aimUinAndPassword=UIN e password
registerNewAccount=registra nuovo account
registerNewAccountText=se non hai un account AIM, premi questo tasto per crearne uno nuovo
existingAccount=l'account immesso e' gia' stato installato

@ -164,7 +164,7 @@ private void init()
uinPassPanel.add(rememberPassBox, BorderLayout.SOUTH);
uinPassPanel.setBorder(BorderFactory.createTitledBorder(Resources
.getString("uinAndPassword")));
.getString("aimUinAndPassword")));
mainPanel.add(uinPassPanel);

@ -162,7 +162,7 @@ private void init()
uinPassPanel.add(rememberPassBox, BorderLayout.SOUTH);
uinPassPanel.setBorder(BorderFactory.createTitledBorder(Resources
.getString("uinAndPassword")));
.getString("aimUinAndPassword")));
mainPanel.add(uinPassPanel);

Loading…
Cancel
Save