Changeset 267


Ignore:
Timestamp:
08/24/07 14:42:30 (17 years ago)
Author:
pinsard
Message:

some translation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.pro

    r231 r267  
    2929; 
    3030@common 
    31  
     31; 
    3232  case event.value of 
    3333    'Open' :begin 
     
    149149      tracecadre, smallin, /erase 
    150150      tracecadre, smallout, /erase 
    151       filename = xquestion('dans quelle fichier gif voulez vous sauver !C l''ecran de xxx?', 'xxx_image.gif') 
     151      filename = xquestion('In which GIF file do you want to save xxx screen ?', 'xxx_image.gif') 
    152152      if rstrpos(filename, '.gif') NE strlen(filename)-4 then filename = filename+'.gif' 
    153153      filename = isafile(file = filename, io = imagedir, /new) 
     
    160160      ENDIF 
    161161; We recuperate the name of the file 
    162       filename = xquestion('dans quelle procedure IDL voulez vous sauver !C la realisation de ce graph?', 'xxx_figure.pro') 
     162      filename = xquestion('In which IDL file do you want to save commands for this graph ?', 'xxx_figure.pro') 
    163163; We complete it by a .pro 
    164164      if rstrpos(filename, '.pro') NE strlen(filename)-4 then filename = filename+'.pro' 
Note: See TracChangeset for help on using the changeset viewer.