| [ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['searchsubmit'] = 'Enviar'; 3 $lang['search'] = 'Pesquisa'; 4 $lang['param_submit'] = 'Texto para exibir no botão enviar'; 5 $lang['param_searchtext'] = 'Texto para exibir na caixa de pesquisa'; 6 $lang['prompt_searchtext'] = 'Texto padrã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ódulo para pesquisar no site e no conteúdo dos outros módulos.'; 9 $lang['reindexallcontent'] = 'Reindexar todo o conteúdo'; 10 $lang['reindexcomplete'] = 'Reindexação concluí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ê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ões'; 20 $lang['searchtemplateupdated'] = 'Modelo Visual de pesquisa atualiazado'; 21 $lang['resulttemplateupdated'] = 'Modelo Visual de Resultados Atualizados'; 22 $lang['restoretodefaultsmsg'] = 'Esta operação irá restaurar o modelo visual para o padrão do sistema. Você tem certeza que quer continuar?'; 23 $lang['options'] = 'Opçõ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 é indexado.'; 27 $lang['eventdesc-SearchItemDeleted'] = 'Enviado quando um item é deletado do índice.'; 28 $lang['eventdesc-SearchAllItemsDeleted'] = 'Enviado quando todos os itens são deletados do índice.'; 29 $lang['eventhelp-SearchInitiated'] = '<p>Enviado quando uma busca se inicia.</p> 30 <h4>Parâ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â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 é indexado.</p> 43 <h4>Parâmetros</h4> 44 <ol> 45 <li>Nome do módulo.</li> 46 <li>Id do item.</li> 47 <li>Atributo Adicional.</li> 48 <li>Conteúdo a indexar e adicionar.</li> 49 </ol> 50 '; 51 $lang['eventhelp-SearchItemDeleted'] = '<p>Enviado quando um item é deletado do índice..</p> 52 <h4>Parâmetros</h4> 53 <ol> 54 <li>Nome do mó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ão deletados do índice.</p> 60 <h4>Parâ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 "core" 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 "inactive" 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 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |