Ignore:
Timestamp:
2003-06-24T15:08:30+12:00 (21 years ago)
Author:
kjdon
Message:

I changed some english macros - textsome and textall, so that the test on cgiargb was moved out of the text stuff - so now there are textsome, textall, textranked, textboolean, textnatural macros. so I fixed up all teh other languages to reflect those changes. also the textformsimple/advancedsearch macros now use gformselection instead of gselection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/macros/spanish.dm

    r3764 r4787  
    567567
    568568_texticonthispage_ [l=es] {buscar}
    569 _textsome_ [l=es] {_If_(_cgiargb_,clasificado,algunas de)}
    570 _textall_ [l=es] {_If_(_cgiargb_,booleano,todas)}
    571 _textformsome_ [l=es] {_If_(_cgiargb_,ranked,algunas de)}
    572 _textformall_ [l=es] {_If_(_cgiargb_,natural,todas)}
     569_textsome_  [l=es]{algunas de}
     570_textall_  [l=es]{todas}
     571_textboolean_ [l=es] {booleano}
     572_textranked_  [l=es]{clasificado}
     573_textnatural_  [l=es]{natural}
     574#_textsome_ [l=es] {_If_(_cgiargb_,clasificado,algunas de)}
     575#_textall_ [l=es] {_If_(_cgiargb_,booleano,todas)}
     576#_textformsome_ [l=es] {_If_(_cgiargb_,ranked,algunas de)}
     577#_textformall_ [l=es] {_If_(_cgiargb_,natural,todas)}
    573578_texticonqueryresultsbar_ [l=es] {}
    574579_texticonsearchhistorybar_ [l=es] {historial de búsquedas}
     
    605610# within the server some or all of them may remain unset
    606611
    607 _textsimplesearch_ [l=es] {Buscar _If_(_hselection_, _hselection_)_If_(_jselection_,_textjselect_)_If_(_nselection_, en idioma _nselection_)
     612_textsimplesearch_ [l=es] {Buscar _If_(_hselection_, _hselection_)_If_(_jselection_,_textjselect_) _If_(_gselection_, at _gselection_ level) _If_(_nselection_, en idioma _nselection_)
    608613que contengan _querytypeselection_ las palabras}
    609614
    610 _textadvancedsearch_ [l=es] {Buscar _If_(_hselection_, _hselection_, _defaultindextext_)_If_(_jselection_,_textjselect_)_If_(_nselection_, en idioma _nselection_)
     615_textadvancedsearch_ [l=es] {Buscar _If_(_hselection_, _hselection_, _defaultindextext_)_If_(_jselection_,_textjselect_) _If_(_gselection_, at _gselection_ level) _If_(_nselection_, en idioma _nselection_)
    611616utilizando la consulta _querytypeselection_}
    612617
    613618_textformsimplesearch_ [l=es] {Buscar_If_(_hselection_, _hselection_)
    614 _If_(_jselection_, _textjselect_) _If_(_gselection_, at _gselection_
     619_If_(_jselection_, _textjselect_) _If_(_gformselection_, at _gformselection_
    615620level) _If_(_nselection_, in _nselection_ language) que contengan
    616621_formquerytypeselection_ de}
    617622
    618623_textformadvancedsearch_ [l=es] {Buscar _If_(_hselection_, _hselection_,
    619 _defaultindextext_) _If_(_jselection_,_textjselect_) _If_(_gselection_,
    620 at _gselection_ level)_If_(_nselection_, in _nselection_ language) y
     624_defaultindextext_) _If_(_jselection_,_textjselect_) _If_(_gformselection_,
     625at _gformselection_ level)_If_(_nselection_, in _nselection_ language) y
    621626 presentar los resultados por orden _formquerytypeselection_ }
    622627
Note: See TracChangeset for help on using the changeset viewer.