Changeset: 646 - Cambiada la verificación de SP2 (5815) a SP1 (3504), ya que no hace falta realmente el SP2, pero sí el SP1 (Ryan Harris)
This commit is contained in:
@@ -1924,8 +1924,8 @@ DEFINE CLASS c_foxbin2prg AS CUSTOM
|
||||
* EXIT
|
||||
*ENDIF
|
||||
|
||||
IF VERSION(5) < 900 OR INT( VAL( SUBSTR( VERSION(4), RAT('.', VERSION(4)) + 1 ) ) ) < 5815
|
||||
ERROR C_INCORRECT_VFP9_VERSION__MISSING_SP2_LOC
|
||||
IF VERSION(5) < 900 OR INT( VAL( SUBSTR( VERSION(4), RAT('.', VERSION(4)) + 1 ) ) ) < 3504
|
||||
ERROR C_INCORRECT_VFP9_VERSION__MISSING_SP1_LOC
|
||||
ENDIF
|
||||
|
||||
*-- Determino el tipo de InputFile (Archivo o Directorio)
|
||||
@@ -22188,7 +22188,7 @@ DEFINE CLASS CL_LANG AS Custom
|
||||
C_GENERATED_FILE_SIZE_LOC = ""
|
||||
C_GENERATING_BINARY_LOC = ""
|
||||
C_INCLUDING_CLASS_LOC = ""
|
||||
C_INCORRECT_VFP9_VERSION__MISSING_SP2_LOC = ""
|
||||
C_INCORRECT_VFP9_VERSION__MISSING_SP1_LOC = ""
|
||||
C_INTERACTIVE_DIRECTORY_SELECTION_LOC = ""
|
||||
C_IS_A_FILE_LOC = ""
|
||||
C_IS_A_DIRECTORY_LOC = ""
|
||||
@@ -22336,7 +22336,7 @@ DEFINE CLASS CL_LANG AS Custom
|
||||
.C_GENERATED_FILE_SIZE_LOC = "Taille du fichier g<>n<EFBFBD>r<EFBFBD>"
|
||||
.C_GENERATING_BINARY_LOC = "G<>n<EFBFBD>ration Binaire"
|
||||
.C_INCLUDING_CLASS_LOC = "Including class"
|
||||
.C_INCORRECT_VFP9_VERSION__MISSING_SP2_LOC = "SourceSafe Compatibilit<69> ModeIncorrect VFP 9 Version - SP2 manquant! Pr<50>vue: 5185 ou plus tard, r<>elle: " + VERSION(4)
|
||||
.C_INCORRECT_VFP9_VERSION__MISSING_SP1_LOC = "SourceSafe Compatibilit<69> ModeIncorrect VFP 9 Version - SP1 manquant! Pr<50>vue: 3504 ou plus tard, r<>elle: " + VERSION(4)
|
||||
.C_INTERACTIVE_DIRECTORY_SELECTION_LOC = "S<>lection r<>pertoire interactive"
|
||||
.C_IS_A_FILE_LOC = "est un FICHIER"
|
||||
.C_IS_A_DIRECTORY_LOC = "est un R<>PERTOIRE"
|
||||
@@ -22420,7 +22420,7 @@ DEFINE CLASS CL_LANG AS Custom
|
||||
.C_GENERATING_BINARY_LOC = "Generando Binario"
|
||||
.C_MENU_NOT_IN_VFP9_FORMAT_LOC = "El Men<65> [<<THIS.c_InputFile>>] NO est<73> en formato VFP 9! - Por favor convertirlo a VFP 9 con MODIFY MENU '<<THIS.c_InputFile>>'"
|
||||
.C_INCLUDING_CLASS_LOC = "Incluyendo clase"
|
||||
.C_INCORRECT_VFP9_VERSION__MISSING_SP2_LOC = "Versi<73>n Incorrecta de VFP 9 - Falta el SP2! Esperado: 5185 o posterior, actual: " + VERSION(4)
|
||||
.C_INCORRECT_VFP9_VERSION__MISSING_SP1_LOC = "Versi<73>n Incorrecta de VFP 9 - Falta el SP1! Esperado: 3504 o posterior, actual: " + VERSION(4)
|
||||
.C_INTERACTIVE_DIRECTORY_SELECTION_LOC = "Selecci<63>n Interactiva de Directorio"
|
||||
.C_IS_A_FILE_LOC = "es un ARCHIVO"
|
||||
.C_IS_A_DIRECTORY_LOC = "es un DIRECTORIO"
|
||||
@@ -22502,7 +22502,7 @@ DEFINE CLASS CL_LANG AS Custom
|
||||
.C_GENERATED_FILE_SIZE_LOC = "Generierte Dateigr<67><72>e"
|
||||
.C_GENERATING_BINARY_LOC = "Gene Binary"
|
||||
.C_INCLUDING_CLASS_LOC = "einschlie<69>lich Klasse"
|
||||
.C_INCORRECT_VFP9_VERSION__MISSING_SP2_LOC = "Source Kompatibilit<69>t ModeIncorrect VFP 9 Version - Fehlende SP2! Erwartet: 5185 oder sp<73>ter, aktuell:" + VERSION(4)
|
||||
.C_INCORRECT_VFP9_VERSION__MISSING_SP1_LOC = "Source Kompatibilit<69>t ModeIncorrect VFP 9 Version - Fehlende SP1! Erwartet: 3504 oder sp<73>ter, aktuell:" + VERSION(4)
|
||||
.C_INTERACTIVE_DIRECTORY_SELECTION_LOC = "Ausw<73>hlen interaktive Verzeichnis"
|
||||
.C_IS_A_FILE_LOC = "ist eine DATEI"
|
||||
.C_IS_A_DIRECTORY_LOC = "ist ein VERZEICHNIS"
|
||||
@@ -22585,7 +22585,7 @@ DEFINE CLASS CL_LANG AS Custom
|
||||
.C_GENERATED_FILE_SIZE_LOC = "Generated file size"
|
||||
.C_GENERATING_BINARY_LOC = "Generating Binary"
|
||||
.C_INCLUDING_CLASS_LOC = "Including class"
|
||||
.C_INCORRECT_VFP9_VERSION__MISSING_SP2_LOC = "Incorrect VFP 9 version - Missing SP2! Expected: 5185 or later, actual: " + VERSION(4)
|
||||
.C_INCORRECT_VFP9_VERSION__MISSING_SP1_LOC = "Incorrect VFP 9 version - Missing SP1! Expected: 3504 or later, actual: " + VERSION(4)
|
||||
.C_INTERACTIVE_DIRECTORY_SELECTION_LOC = "Interactive Directory Selection"
|
||||
.C_IS_A_FILE_LOC = "is a FILE"
|
||||
.C_IS_A_DIRECTORY_LOC = "is a DIRECTORY"
|
||||
|
||||
Reference in New Issue
Block a user