1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-09 13:22:24 +03:00

0022312: Translation of french commentaries in OCCT files

This commit is contained in:
YSN
2011-10-27 07:50:55 +00:00
committed by bugmaster
parent b2342827fa
commit 0d9695538c
214 changed files with 8746 additions and 10449 deletions

View File

@@ -421,7 +421,7 @@ Standard_Boolean CDF_Application::FindReader(const TCollection_ExtendedString& a
TCollection_ExtendedString theFormat=PCDM_ReadWriter::FileFormat(aFileName);
// Si le format est dans le fichier, tant mieux. Sinon on se base sur l'extension.
// It is good if the format is in the file. Otherwise base on the extension.
if(theFormat.Length()==0) {
ResourceName=UTL::Extension(aFileName);
@@ -445,7 +445,7 @@ Standard_Boolean CDF_Application::Format(const TCollection_ExtendedString& aFile
{
theFormat = PCDM_ReadWriter::FileFormat(aFileName);
// Si le format est dans le fichier, tant mieux. Sinon on se base sur l'extension.
// It is good if the format is in the file. Otherwise base on the extension.
if(theFormat.Length()==0) {
TCollection_ExtendedString ResourceName;
ResourceName=UTL::Extension(aFileName);