[ Index ]
 

Code source de CMS made simple 1.0.5

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/Search/lang/ext/ -> es_ES.php (source)

   1  <?php
   2  $lang['searchsubmit'] = 'Enviar';
   3  $lang['search'] = 'Buscar';
   4  $lang['param_submit'] = 'Texto a poner en el bot&oacute;n enviar';
   5  $lang['param_searchtext'] = 'Texto a poner en la b&uacute;squeda';
   6  $lang['prompt_searchtext'] = 'Texto a Buscar por Defecto';
   7  $lang['param_resultpage'] = 'P&aacute;gina para mostrar resultados.  Puede ser un alias de p&aacute;gina o un id.  Se usa para poder visualizar resultados con una plantilla diferente de la de b&uacute;squeda';
   8  $lang['description'] = 'M&oacute;dulo para buscar en el sitio y contenidos.';
   9  $lang['reindexallcontent'] = 'Reindexar Todo el Contenido';
  10  $lang['reindexcomplete'] = '&iexcl;Reindexado Completo!';
  11  $lang['stopwords'] = 'Palabras Stop';
  12  $lang['searchresultsfor'] = 'Resultados para ';
  13  $lang['noresultsfound'] = '&iexcl;No se encuantran Resultados!';
  14  $lang['timetaken'] = 'Tiempo';
  15  $lang['usestemming'] = 'Word Stemming (Solo Ingles)';
  16  $lang['searchtemplate'] = 'Plantilla de B&uacute;squeda';
  17  $lang['resulttemplate'] = 'Plantilla de Resultado';
  18  $lang['submit'] = 'Enviar';
  19  $lang['sysdefaults'] = 'Restaurar Defecto';
  20  $lang['searchtemplateupdated'] = 'Plantilla de B&uacute;squeda Actualizada';
  21  $lang['resulttemplateupdated'] = 'Plantilla de Resultados Actualizada';
  22  $lang['restoretodefaultsmsg'] = 'Esta opci&oacute;n restaura la plantilla a la original del sistema. &iquest;Seguro que quieres continuar?';
  23  $lang['options'] = 'Opciones';
  24  $lang['eventdesc-SearchInitiated'] = 'Se envia al iniciar una b&uacute;squeda.';
  25  $lang['eventdesc-SearchCompleted'] = 'Se envia al finalizar una b&uacute;squeda.';
  26  $lang['eventdesc-SearchItemAdded'] = 'Se envia al indexar un nuevo elemento.';
  27  $lang['eventdesc-SearchItemDeleted'] = 'Se envia al eleiminar un elemento del indice.';
  28  $lang['eventdesc-SearchAllItemsDeleted'] = 'Se envia al eliminar todos los elementos del indice.';
  29  $lang['eventhelp-SearchInitiated'] = '<p>Se envia al iniciar una b&uacute;squeda.</p>
  30  <h4>Par&aacute;metros</h4>
  31  <ol>
  32  <li>Texto que se busc&oacute;.</li>
  33  </ol>
  34  ';
  35  $lang['eventhelp-SearchCompleted'] = '<p>Se envia al finalizar una b&uacute;squeda.</p>
  36  <h4>Par&aacute;metros</h4>
  37  <ol>
  38  <li>Texto que se busc&oacute;.</li>
  39  <li>Array del resultado completo.</li>
  40  </ol>
  41  ';
  42  $lang['eventhelp-SearchItemAdded'] = '<p>Se envia al indexar un nuevo elemento.</p>
  43  <h4>Par&aacute;metros</h4>
  44  <ol>
  45  <li>Nombre del M&oacute;dulo</li>
  46  <li>Id del elemento.</li>
  47  <li>Atributo Adicional.</li>
  48  <li>Contenido a a&ntilde;adir e indexar.</li>
  49  </ol>
  50  ';
  51  $lang['eventhelp-SearchItemDeleted'] = '<p>Se envia al eleiminar un elemento del indice.</p>
  52  <h4>Par&aacute;metros</h4>
  53  <ol>
  54  <li>Nombre del M&oacute;dulo</li>
  55  <li>Id del elemento.</li>
  56  <li>Atributo Adicional.</li>
  57  </ol>
  58  ';
  59  $lang['eventhelp-SearchAllItemsDeleted'] = '<p>Se envia al eliminar todos los elementos del indice.</p>
  60  <h4>Par&aacute;metros</h4>
  61  <ul>
  62  <li>Ninguno</li>
  63  </ul>
  64  ';
  65  $lang['help'] = '<h3>What does this do?</h3>
  66  <p>Search is a module for searching &quot;core&quot; content along with certain registered modules.  You put in a word or two and it gives you back matching, relevent results.</p>
  67  <h3>How do I use it?</h3>
  68  <p>The easiest way to use it is with the {search} wrapper tag (wraps the module in a tag, to simplify the syntax). This will insert the module into your template or page anywhere you wish, and display the search form.  The code would look something like: <code>{search}</code></p>
  69  <h4>How do i prevent certain content from being indexed</h4>
  70  <p>The search module will not search any &quot;inactive&quot; pages. However on occasion, when you are using the CustomContent module, or other smarty logic to show different content to different groups of users, it may be advisiable to prevent the entire page from being indexed even when it is live.  To do this include the following tag anywhere on the page <em><!-- pageAttribute: NotSearchable --></em> When the search module sees this tag in the page it will not index any content for that page.</p>
  71  <p>The <em><!-- pageAttribute: NotSearchable --></em> tag can be placed in the template as well.  if this is done, none of the pages attached to that template will be indexed.  Those pages will be re-indexed if the tag is removed</p>
  72  ';
  73  $lang['utmc'] = '156861353';
  74  $lang['utma'] = '156861353.1948897461.1149099150.1154967493.1154971235.28';
  75  $lang['utmz'] = '156861353.1154971235.28.3.utmccn=(referral)|utmcsr=cmsmadesimple.org|utmcct=/|utmcmd=referral';
  76  ?>


Généré le : Tue Apr 3 18:50:37 2007 par Balluche grâce à PHPXref 0.7