// English Language
var language = 'italian';

var lang = {
   // Login
   'incorrectInfo': 'Username o password sbagliata!',
   'userBanned': 'Sei stato bannato!',
   
   // Buddylist
   'buddyList': 'Buddy List',
   'addBuddyButton': 'Add Buddy',
   'joinChatroomButton': 'Entra in una stanza',
   'removeBuddyButton': 'Remove Buddy',
   'IMAnyoneButton': 'IM Anyone',
   'changePasswordButton': 'Cambia Password',
   'toggleSoundButton': 'Toggle Sound',
   'signOff': 'Disconnetti',
   'offline': 'Offline',     // Automatic buddylist group
   'noSuchGroup': 'No such group on buddylist!',
   
   // Statuses
   'available': 'Disponibile',
   
   // Registration
   'registerSuccess': 'Registrato con successo!',
   'registerUsernameTaken': 'Hai scelto un Username gia esistente.',
   'registerUsernameBad': 'Username deve contenere solo lettere, numeri, _,<br />ed essere lungo da 3 a 16 caratteri.',
   'registerPasswordShort': 'Password deve essere lungo da 6 a 20 charatteri!',
   'registerInvalidEmail': 'Indirizzo Email non valido!',
   'registerEmailTaken': 'Un utente e gia registrato con questa email!',
   'registerFailed': 'Registratione Fallita! Riprova in seguito.',
   'registerPasswordsMatch': 'Le password non coincidono!',
   
   // Chatrooms
   'hasJoined': 'e\' entrato.',
   'hasLeft': 'e\' uscito.',
   
   // IMs
   'notifySentButOffline': 'Note: This user is currently offline, but they will receive this message when they log on.',
   'errorNotLoggedIn': 'Error: Your message could not be sent because the recipient is not logged in.',
   'errorMsgTooLong': 'Error: Your message could not be sent because it is too long.',
   'errorUnknown': 'Error: An unknown error occured while sending your message.',
   'bold': 'Bold',
   'italic': 'Italic',
   'underline': 'Underline',
   
   // New IM Dialog
   'newIM': 'Nuovo messaggio istantaneo...',
   'newIMPlease': 'Per favore scrivi lo Username della persona che vuoi aggiungere a COL MSN',
   'newIMProper': 'Per favore inserisci uno Username corretto!',
   'openIM': 'Open IM',
   
   // New Room Dialog
   'newRoom': 'Join a Chatroom...',
   'newRoomPlease': 'Please enter the name of the room you would like to join.',
   'alreadyInRoom': 'You are already in "%1"',
   'invalidRoom': 'Il nome scelto per la stanza non e\' valido.',
   'invalidRoomChars': 'Il nome della stanza contiene caratteri non validi!',
   'joinRoom': 'Entra',
   'roomname': 'Nome Stanza',
   
   // New Buddy Dialog
   'newBuddy': 'Add a Buddy',
   'newBuddyPlease': 'Please enter the name of the user you would like to add to your buddylist.',
   'noSuchUser': 'Non esiste questo utente!',
   'alreadyOnBuddylist':  'User is already on your buddy list!',
   'add': 'Aggiungi',
   'addtogroup': 'Aggiungi al gruppo',
   
   // Remove Buddy Dialog
   'removeBuddy': 'Remove Buddy',
   'removeBuddyAreYouSure': 'Are you sure you want to remove buddy "<b>%1</b>" from your buddylist?',
   
   // Block Buddy Dialog
   'blockBuddy': 'Block Buddy',
   'unblockBuddy': 'Unblock Buddy',
   'blockBuddyAreYouSure': 'Are you sure you want to block buddy "<b>%1</b>"?',
   'unblockBuddyAreYouSure': 'Are you sure you want to unblock buddy "<b>%1</b>"?',
   
   // Remove Group Dialog
   'removeGroup': 'Remove a Group',
   'removeGroupAreYouSure': 'Are you sure you want to remove group "<b>%1</b>" (and all users in it) from your buddylist?',
   
   // Change Password Dialog
   'changePassword': 'Change Password',
   'changePasswordInstructions': 'To change your password, please your current password, then your new password.',
   'currentPassword': 'Current Password',
   'newPassword': 'New Password',
   'confirmPassword': 'Confirm Password',
   'changeSuccess': "The password change was successful!\nPlease re-login now.",
   'currentPassInvalid': 'The "Current Password" you entered is invalid.',
   'changePasswordShort': 'Passwords must be 6 to 20 characters long!',
   'changeFailed': 'There was a problem processing your password change. Please try again later.',
   'changeNoMatch': 'Your passwords do not match!',
   'change': 'Change',
   
   // Reset Password
   'newPasswordEmailed': 'La tua nuova password e stata inviata all indirizzo email: %1',
   'noEmailOnRecord': 'There is no such email address for any username on record.',
   'problemResetting': 'Si e verificato un problema durante il reset della password.<br />Provare in seguito.',
   
   // Miscellaneous
   'autoreply': 'Auto-Reply',
   'signedOff': 'Ti sei disconnesso!',
   'reconnect': 'Reconnettiti',
   'onunload': 'Se procedi, sarai disconnesso dal messenger.',
   'ok': 'Ok',
   'cancel': 'Cancel',
   'username': 'Username',
   'email': 'Email',
   'search': 'Cerca',
   'searchAgain': 'Cerca ancora',
   
   // Admin - User Search
   'admin-userSearch': 'Ricerca utenti',
   'admin-chooseByAndSearch': 'Choose the search type and then enter the appropriate search information. Wildcards (*) are allowed.',
   'admin-searchType': 'Search Type',
   'admin-lastKnownIP': 'Last Known IP',
   'admin-lastActive': 'Last Active',
   'admin-status': 'Status',
   'admin-kick': 'Kick',
   'admin-ban': 'Ban',
   'admin-unban': 'Unban',
   'admin-makeAdmin': 'Make Admin',
   'admin-removeAdmin': 'Remove Admin',
   'admin-banned': 'Banned',
   'admin-admin': 'Admin'
};
   