Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
t-edson committed Jun 16, 2018
1 parent 2c28362 commit 17110b0
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion language/tra_FormPrincipal.pas
Expand Up @@ -188,6 +188,9 @@
acToolASMDebug.Hint := Trans('ASM &Debugger' , '&Depurador de ASM' , '',
'','ASM зневаджувач','ASM отладчик',
'Démarrer le Débogueur');
MenuItem51.Caption := Trans('&Select Compiler' , '&Elegir Compilador' , '',
'','','',
'');
acToolConfig.Caption := Trans('&Settings' , '&Configuración' , 'Kamachina',
'&Einstellungen','Налагодження','Настройки',
'&Paramètres');
Expand Down Expand Up @@ -220,5 +223,16 @@
MSG_FILSAVCOMP := Trans('File must be saved before compiling.', 'Archivo debe ser guardado antes de compilar', '',
'', '', '',
'Le fichier doit être sauvegardé pour compiler.');

MSG_BASEL_COMP := Trans('Baseline Compiler', 'Compilador Baseline', '',
'', '', '',
'');
MSG_MIDRAN_COMP := Trans('Mid-range Compiler', 'Compilador Mid-range', '',
'', '', '',
'');
MSG_ENMIDR_COMP := Trans('Enhanced Mid-range Compiler', 'Compilador Enhanced Mid-range', '',
'', '', '',
'');
MSG_PROJECT := Trans('Project: ', '', '',
'', '', '',
'');

0 comments on commit 17110b0

Please sign in to comment.