jdelauney / TGIFViewer

TGIFViewer composant visuel pour l'affichage d'animations au format GIF (Graphic Interchange Format) avec Free Pascal et Lazarus
Mozilla Public License 2.0
18 stars 2 forks source link

Msgbox not in english #7

Closed Alexey-T closed 6 years ago

Alexey-T commented 6 years ago

MessageDlg('Le fichier '+aFileName+' est introuvable !', mtError, [mbOK],0);

need english text.

Alexey-T commented 6 years ago
   dsInvalidBufferSize: AddError('Image #' + CurrentFrameIndex.ToString + ' : La taille du tampon d''entrée et de sortie sont invalides ( Taille <= 0)');
    dsInvalidInputBufferSize: AddError('Image #' + CurrentFrameIndex.ToString + ' : La taille du tampon d''entrée est invalide ( Taille <= 0)');
    dsInvalidOutputBufferSize: AddError('Image #' + CurrentFrameIndex.ToString + ' : La taille du tampon de sortie est invalide ( Taille <= 0)');
    dsBufferOverflow: AddError('Image #' + CurrentFrameIndex.ToString + ' : Le décodeur s''est arrêté pour empêcher un débordement de tampon');
jdelauney commented 6 years ago

Yes i'll see how to include translate message with i18n in a package

jdelauney commented 6 years ago

It's same issue for us French usesr when we have only text in english :wink: