For spanish, you can add the following lines to the cb pluging language file:
Code:
// String for cbinvited. Added by Carlos
CBTxt::addStrings( array(
'To' => 'Para',
'Sent' => 'Enviado',
'Accepted' => 'Aceptado',
'Status' => 'Estado',
'New Invite' => 'Nueva Invitaci贸n',
'Resend' => 'Reenviar',
'Edit' => 'Editar',
'Are you sure you want to delete this invite?' => '驴Seguro que deseas borrar esta invitaci贸n?',
'Delete' => 'Borrar',
'No invite search results found.' => 'No se han encontrado resultados.',
'You have no invites.' => 'No tienes invitaciones',
'This user has no invites.' => 'Este usuario no tiene invitaciones',
'Edit Invite' => 'Editar invitaci贸n',
'Create Invite' => 'Crear Invitaci贸n',
'(required)' => '(obligatorio)',
'Input invite email to address.' => 'Introduce las direcciones de correo separadas por comas',
'Subject' => 'Asunto',
'Input invite email subject; if left blank a subject will be applied.' => 'Introduce el asunto del mensaje; si lo dejas en blanco se agregar谩 uno autom谩ticamente.',
'Body' => 'Mensaje',
'Input private message to include with invite email.' => 'Introduce un mensaje privado a ser incluido en el correo.',
'Owner' => 'Propietario',
'Save' => 'Enviar',
'Cancel' => 'Cancelar',
'Are you sure you want to cancel? All unsaved data will be lost!' => '驴Est谩s seguro de querer cancelar esta operaci贸n? Toda la informaci贸n entrada se perder谩!',
'Not authorized.' => 'No autorizado.',
'Invite limit reached!' => 'L铆mite de invitaciones alcalzando',
'Comma seperated lists are not supported! Please use a single To address.' => 'Listas de direcciones separadas por comas no son aceptadas. Usa una direcci贸n a la vez.',
'To address not specified.' => 'Direcci贸n de envio no especicada',
'To address not valid: [to_address]' => 'Direcci贸n de envio no v谩lida: [to_address]',
'You can not invite your self.' => 'No te puedes invitar a ti mismo.',
'To address is already a user.' => 'La direcci贸n es de un usuario ya registrado',
'To address is already invited.' => 'Ya ha sido inviata esta direcci贸n.',
'Invite failed to save! Error: [error]' => 'La invitaci贸n fall贸 al guardarla! Error: [error]',
'Invite failed to send! Error: [error]' => 'La invitaci贸n fall贸 al ser enviada! Error: [error]',
'Invite sent successfully!' => 'La invitaci贸n se envi贸 con 茅xito!',
'Invite saved successfully!' => 'La invitaci贸n se guard贸 con 茅xito!',
'Invite already accepted and can not be resent.' => 'Invitaci贸n ya aceptada y no se puede reenviar.',
'Invite resend not applicable at this time.' => 'Reenvio de invitaci贸n no aplicable en este caso',
'Invite failed to send! Error: [error]' => 'Invitaci贸n fallida al enviar! Error: [error]',
'Invite sent successfully!' => 'Invitaci贸n enviada con 茅xito!',
'Invite already accepted and can not be deleted.' => 'Invitaci贸n ya aceptada y no se puede borrar',
'Invite failed to delete! Error: [error]' => 'Invitaci贸n fallida al borrar! Error: [error]',
'Invite deleted successfully!' => 'Invitaci贸n borrada con 茅xito!',
));