[ 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/ -> pt_BR.php (source)

   1  <?php
   2  $lang['searchsubmit'] = 'Enviar';
   3  $lang['search'] = 'Pesquisa';
   4  $lang['param_submit'] = 'Texto para exibir no bot&atilde;o enviar';
   5  $lang['param_searchtext'] = 'Texto para exibir na caixa de pesquisa';
   6  $lang['prompt_searchtext'] = 'Texto padr&atilde;o para a busca';
   7  $lang['param_resultpage'] = 'Page to display search results in.  This can either be a page alias or an id.  Used to allow search results to be displayed in a different template from the search form';
   8  $lang['description'] = 'M&oacute;dulo para pesquisar no site e no conte&uacute;do dos outros m&oacute;dulos.';
   9  $lang['reindexallcontent'] = 'Reindexar todo o conte&uacute;do';
  10  $lang['reindexcomplete'] = 'Reindexa&ccedil;&atilde;o conclu&iacute;da!';
  11  $lang['stopwords'] = 'Palavras Chave';
  12  $lang['searchresultsfor'] = 'Buscar resultados para';
  13  $lang['noresultsfound'] = 'Nenhum resultado encontrado!';
  14  $lang['timetaken'] = 'Tempo gasto';
  15  $lang['usestemming'] = 'Fazer busca por radical (Somente Ingl&ecirc;s)';
  16  $lang['searchtemplate'] = 'Modelo Visual de Pesquisa';
  17  $lang['resulttemplate'] = 'Modelo Visual dos Resultados';
  18  $lang['submit'] = 'Enviar';
  19  $lang['sysdefaults'] = 'Restaurar para os padr&otilde;es';
  20  $lang['searchtemplateupdated'] = 'Modelo Visual de pesquisa atualiazado';
  21  $lang['resulttemplateupdated'] = 'Modelo Visual de Resultados Atualizados';
  22  $lang['restoretodefaultsmsg'] = 'Esta opera&ccedil;&atilde;o ir&aacute; restaurar o modelo visual para o padr&atilde;o do sistema. Voc&ecirc; tem certeza que quer continuar?';
  23  $lang['options'] = 'Op&ccedil;&otilde;es';
  24  $lang['eventdesc-SearchInitiated'] = 'Enviado quando uma busca se inicia.';
  25  $lang['eventdesc-SearchCompleted'] = 'Enviado quando uma busca termina.';
  26  $lang['eventdesc-SearchItemAdded'] = 'Enviado quando um novo item &eacute; indexado.';
  27  $lang['eventdesc-SearchItemDeleted'] = 'Enviado quando um item &eacute; deletado do &iacute;ndice.';
  28  $lang['eventdesc-SearchAllItemsDeleted'] = 'Enviado quando todos os itens s&atilde;o deletados do &iacute;ndice.';
  29  $lang['eventhelp-SearchInitiated'] = '<p>Enviado quando uma busca se inicia.</p>
  30  <h4>Par&acirc;metros</h4>
  31  <ol>
  32  <li>Texto o qual foi pesquisado.</li>
  33  </ol>
  34  ';
  35  $lang['eventhelp-SearchCompleted'] = '<p>Enviado quando uma busca termina..</p>
  36  <h4>Par&acirc;metros</h4>
  37  <ol>
  38  <li>Texto o qual foi pesquisado.</li>
  39  <li>Conjunto dos resultados encontrados.</li>
  40  </ol>
  41  ';
  42  $lang['eventhelp-SearchItemAdded'] = '<p>Enviado quando um novo item &eacute; indexado.</p>
  43  <h4>Par&acirc;metros</h4>
  44  <ol>
  45  <li>Nome do m&oacute;dulo.</li>
  46  <li>Id do item.</li>
  47  <li>Atributo Adicional.</li>
  48  <li>Conte&uacute;do a indexar e adicionar.</li>
  49  </ol>
  50  ';
  51  $lang['eventhelp-SearchItemDeleted'] = '<p>Enviado quando um item &eacute; deletado do &iacute;ndice..</p>
  52  <h4>Par&acirc;metros</h4>
  53  <ol>
  54  <li>Nome do m&oacute;dulo.</li>
  55  <li>Id do item.</li>
  56  <li>Atributo Adicional.</li>
  57  </ol>
  58  ';
  59  $lang['eventhelp-SearchAllItemsDeleted'] = '<p>Enviado quando todos os itens s&atilde;o deletados do &iacute;ndice.</p>
  60  <h4>Par&acirc;metros</h4>
  61  <ul>
  62  <li>Nenhum</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['utma'] = '156861353.26842421.1156151266.1156831856.1157890298.3';
  74  $lang['utmz'] = '156861353.1157890298.3.2.utmccn=(referral)|utmcsr=forum.cmsmadesimple.org|utmcct=/index.php/topic,5874.msg36269.html|utmcmd=referral';
  75  $lang['utmb'] = '156861353';
  76  $lang['utmc'] = '156861353';
  77  ?>


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