s_cAlertMsg := "Fichero <"+cFile+"> no encontrado."
ELSE
s_cAlertMsg := "File <"+cFile+"> not found."
@@ -1811,9 +1811,9 @@ FUNCTION CreateMakeFile( cFile, lCreateAndCompile )
CLS
IF s_nLang=1 // PT-BR
IF s_nlang == 1 // PT-BR
s_cAlertMsg := "NÆo h nenhum prg na pasta "+CurDir()+". Use o modo recursivo -r"
ELSEIF s_nLang=3 // Spanish
ELSEIF s_nlang == 3 // Spanish
s_cAlertMsg := "No hay ning£n prg en la carpeta "+CurDir()+". Use lo modo recursivo -r"
ELSE
s_cAlertMsg := "Does not have any prg in "+CurDir()+" folder. Use the recursive mode -r"
@@ -1865,9 +1865,9 @@ FUNCTION CreateMakeFile( cFile, lCreateAndCompile )
CLS
IF s_nLang=1 // PT-BR
IF s_nlang == 1 // PT-BR
s_cAlertMsg := "NÆo h nenhum prg na pasta "+CurDir()+". Use o modo recursivo -r"
ELSEIF s_nLang=3 // Spanish
ELSEIF s_nlang == 3 // Spanish
s_cAlertMsg := "No hay ning£n prg en la carpeta "+CurDir()+". Use lo modo recursivo -r"
ELSE
s_cAlertMsg := "Does not have any prg in "+CurDir()+" folder. Use the recursive mode -r"
@@ -2397,9 +2397,9 @@ Endif // Create and compile
IF nLenaSrc == 0
IF s_nLang=1 // PT-BR
IF s_nlang == 1 // PT-BR
s_cAlertMsg := "Nenhum prg foi encontrado."
ELSEIF s_nLang=3 // Spanish
ELSEIF s_nlang == 3 // Spanish
s_cAlertMsg := "Ning£n prg foi encontrado."
ELSE
s_cAlertMsg := "No one prg were found."
@@ -2423,9 +2423,9 @@ Endif // Create and compile
Attention( s_aLangMessages[ 41 ], 22 )
if s_nLang=1
if s_nlang == 1
s_cAlertMsg := "Selecione os PRGs a compilar"
elseif s_nLang=3
elseif s_nlang == 3
s_cAlertMsg := "Seleccione los PRG a compilar"
else
s_cAlertMsg := "Select the PRG files to compile"
@@ -2464,9 +2464,9 @@ Endif // Create and compile
cTopFile := ""
IF s_nLang=1 // PT
IF s_nlang == 1 // PT
s_cAlertMsg := "Nenhum PRG foi selecionado."
ELSEIF s_nLang=3
ELSEIF s_nlang == 3
s_cAlertMsg := "Ning£m PRG foi seleccionado."
ELSE
s_cAlertMsg := "No one PRG were selected."
@@ -2481,9 +2481,9 @@ Endif // Create and compile
IF !lCreateAndCompile
IF s_nLang=1 // PT
IF s_nlang == 1 // PT
s_cAlertMsg := "Informe o PRG principal da sua aplica‡Æo:"
ELSEIF s_nLang=3
ELSEIF s_nlang == 3
s_cAlertMsg := "Informe o PRG principale de su aplicacion:"
ELSE
s_cAlertMsg := "Inform the main PRG of your application:"
@@ -2507,9 +2507,9 @@ Endif // Create and compile
IF ! File( alltrim(cTopFile) )
IF s_nLang=1 // PT
IF s_nLang == 1 // PT
s_cAlertMsg := "Arquivo "+alltrim(cTopFile)+" nÆo encontrado."+iif(s_lRecursive," O flag -r est ativo. Informe o subdir tamb‚m se o PRG principal estiver dentro dele.","")
ELSEIF s_nLang=3
ELSEIF s_nLang == 3
s_cAlertMsg := "Fichero "+alltrim(cTopFile)+" no encontrado."+iif(s_lRecursive," Lo flag -r esta activado. Informe lo subdir tambi‚n si lo PRG principale ests dentro dele.","")
ELSE
s_cAlertMsg := "File "+alltrim(cTopFile)+" not found."+iif(s_lRecursive," The flag -r is active. Inform the subdir also if the main PRG is within it.","")
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.