Ignore:
Timestamp:
02/18/13 15:25:37 (11 years ago)
Author:
ymipsl
Message:

suppress warning due to french accents -> english traduction of error messages

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/context.cpp

    r369 r421  
    7676         ERROR(" CContext::solveCalendar(void)", 
    7777               << "[ context id = " << this->getId() << " ] " 
    78                << "Impossible de définir un calendrier (un attribut est manquant)."); 
     78               << "Impossible to define a calendar (an attribute is missing)."); 
    7979 
    8080#define DECLARE_CALENDAR(MType  , mtype)                              \ 
     
    9595      ERROR("CContext::solveCalendar(void)", 
    9696            << "[ calendar_type = " << calendar_type.getValue() << " ] " 
    97             << "Le calendrier n'est pas définie dans le code !"); 
     97            << "The calendar is not defined !"); 
    9898   } 
    9999    
     
    117117 
    118118      if (node.getElementName().compare(CContext::GetName())) 
    119          DEBUG("Le noeud est mal nommé mais sera traité comme un contexte !"); 
     119         DEBUG("Le noeud is wrong defined but will be considered as a context !"); 
    120120 
    121121      if (!(node.goToChildElement())) 
     
    132132 
    133133            if (attributes.end() != attributes.find("id")) 
    134             { DEBUG(<< "Le noeud de définition possÚde un identifiant," 
    135                     << " ce dernier ne sera pas pris en compte lors du traitement !"); } 
     134            { DEBUG(<< "Definition node has an id," 
     135                    << "it will not be taking account !"); } 
    136136 
    137137#define DECLARE_NODE(Name_, name_)    \ 
     
    141141#include "node_type.conf" 
    142142 
    143             DEBUG(<< "L'élément nommé \'"     << name 
    144                   << "\' dans le contexte \'" << CContext::getCurrent()->getId() 
    145                   << "\' ne représente pas une définition !"); 
     143            DEBUG(<< "The element \'"     << name 
     144                  << "\' in the context \'" << CContext::getCurrent()->getId() 
     145                  << "\' is not a definition !"); 
    146146 
    147147         } while (node.goToNextElement()); 
Note: See TracChangeset for help on using the changeset viewer.