Diskinfo help for spanish translation
Posted: Wed Mar 04, 2015 3:40 pm
Hello,
for my new project ( metro-style looking )
I will include Diskinfo, but with a modern looking style.
It will be completely redesigned.
because it is in spanish, I need some translations. ( english )
MsgInfo( "Debe colocar la ruta del recuso",;
"Mensaje del Sistema" )
MsgAlert( "Recurso no encontrado, por favor verifique" + CRLF + CRLF +;
"NOTA: EL TIEMPO QUE TARDA EN VERIFICAR SI ESXISTE O NO" + CRLF +;
"EL RECURSO DE RED ES DETERMINADO POR EL S.O., YA QUE SE" + CRLF +;
"INTENTA CONSEGUIR POR TODOS LOS MEDIOS EL RECURSO. OJO",;
"Mensaje del Sistema" )
// Verifica si es un Recurso de Red tipo UNC \\SERVIDOR\RECURSO
If ::lResourceUNC // Add By Antonio Castro 26/03/08
::nDiskType := 8 // Nuevo tipo agregado que no devuelve el API )
cDrive := cDrive + "\" // Termina en \ si es un recurso UNC \\SERVIDOR\RECURSO\
// esto es para que trabajen las funciones del API
::cDriveType := acDrive[ ::nDiskType ]
::cLabel := "No disponible"
::cFileSystem := "Desconocido"
best regards
Uwe
for my new project ( metro-style looking )
I will include Diskinfo, but with a modern looking style.
It will be completely redesigned.
because it is in spanish, I need some translations. ( english )
MsgInfo( "Debe colocar la ruta del recuso",;
"Mensaje del Sistema" )
MsgAlert( "Recurso no encontrado, por favor verifique" + CRLF + CRLF +;
"NOTA: EL TIEMPO QUE TARDA EN VERIFICAR SI ESXISTE O NO" + CRLF +;
"EL RECURSO DE RED ES DETERMINADO POR EL S.O., YA QUE SE" + CRLF +;
"INTENTA CONSEGUIR POR TODOS LOS MEDIOS EL RECURSO. OJO",;
"Mensaje del Sistema" )
// Verifica si es un Recurso de Red tipo UNC \\SERVIDOR\RECURSO
If ::lResourceUNC // Add By Antonio Castro 26/03/08
::nDiskType := 8 // Nuevo tipo agregado que no devuelve el API )
cDrive := cDrive + "\" // Termina en \ si es un recurso UNC \\SERVIDOR\RECURSO\
// esto es para que trabajen las funciones del API
::cDriveType := acDrive[ ::nDiskType ]
::cLabel := "No disponible"
::cFileSystem := "Desconocido"
best regards
Uwe