Quote Originally Posted by Roland Chastain View Post
By the way, there would be three new messages to translate, if you would.

Code:
    'Please wait...', // txWaiting
    'UCI protocol accepted.'#10#10'Engine name: %s'#10'Author: %s', // txUciOk
    'Cannot connect to the engine.', // txConnectionFailure
Here you have:
Code:
    'Espere, por favor...', // txWaiting
    'Protocolo UCI aceptado.'#10#10'Nombre del motor: %s'#10'Autor: %s', // txUciOk
    'No pudo conectarse al motor.', // txConnectionFailure
The first one can be also "Espere un momento, por favor..." ("Please wait a minute/moment...").