[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['searchsubmit'] = 'Odeslat'; 3 $lang['search'] = 'Hledat'; 4 $lang['param_submit'] = 'Text pro vložení do odesílacího tlačítka'; 5 $lang['param_searchtext'] = 'Text pro vložení do vyhledávacího pole'; 6 $lang['prompt_searchtext'] = 'Výchozí text pro vyhledávání'; 7 $lang['param_resultpage'] = 'Stránka pro zobrazení výsledků hledání. Toto může být jak alias stránky tak id. Používá se pro zobrazení výsledků v jiné šabloně než formulář pro vyhledávání'; 8 $lang['description'] = 'Modul pro prohledávání stránek a obsahu jiných modulů.'; 9 $lang['reindexallcontent'] = 'Reindexovat veškerý obsah'; 10 $lang['reindexcomplete'] = 'Reindex hotov!'; 11 $lang['stopwords'] = 'Slova pro ukončení'; 12 $lang['searchresultsfor'] = 'Hledat výsledek pro'; 13 $lang['noresultsfound'] = 'Nic nenalezeno!'; 14 $lang['timetaken'] = 'Čas'; 15 $lang['usestemming'] = 'Use Word Stemming (English Only)'; 16 $lang['searchtemplate'] = 'Šablona pro vyhledávání'; 17 $lang['resulttemplate'] = 'Šablona pro výsledky'; 18 $lang['submit'] = 'Odeslat'; 19 $lang['sysdefaults'] = 'Nastavit výchozí'; 20 $lang['searchtemplateupdated'] = 'Šablona pro vyhledávání aktualizována'; 21 $lang['resulttemplateupdated'] = 'Šablona pro výsledky aktualizována'; 22 $lang['restoretodefaultsmsg'] = 'Tato operace nastaví obsahy šablon na výchozí. Opravdu to chcete provést?'; 23 $lang['options'] = 'Volby'; 24 $lang['eventdesc-SearchInitiated'] = 'Odeslat po startu hledání.'; 25 $lang['eventdesc-SearchCompleted'] = 'Odeslat po dokončení vyhledávání.'; 26 $lang['eventdesc-SearchItemAdded'] = 'Odeslat po indexaci nové položky.'; 27 $lang['eventdesc-SearchItemDeleted'] = 'Odeslat po smazání položky z indexu.'; 28 $lang['eventdesc-SearchAllItemsDeleted'] = 'Odeslat po smazání všech položek z indexu.'; 29 $lang['eventhelp-SearchInitiated'] = '<p>Odeslat po startu hledání.</p> 30 <h4>Parametry</h4> 31 <ol> 32 <li>Text pro vyhledávání.</li> 33 </ol> 34 '; 35 $lang['eventhelp-SearchCompleted'] = '<p>Odeslat po dokončení vyhledávání.</p> 36 <h4>Parametry</h4> 37 <ol> 38 <li>Text, ktery byl hledán.</li> 39 <li>Pole výsledků.</li> 40 </ol> 41 '; 42 $lang['eventhelp-SearchItemAdded'] = '<p>Odeslat po indexaci nové položky.</p> 43 <h4>Parametry</h4> 44 <ol> 45 <li>Jméno modulu.</li> 46 <li>Id položky.</li> 47 <li>Dodatečný atribut.</li> 48 <li>Content to index and add.</li> 49 </ol> 50 '; 51 $lang['eventhelp-SearchItemDeleted'] = '<p>Odeslat po smazání položky z indexu.</p> 52 <h4>Parametry</h4> 53 <ol> 54 <li>Jméno modulu.</li> 55 <li>Id položky.</li> 56 <li>Dodatečný atribut.</li> 57 </ol> 58 '; 59 $lang['eventhelp-SearchAllItemsDeleted'] = '<p>Odeslat po smazání všech položek z indexu.</p> 60 <h4>Parametry</h4> 61 <ul> 62 <li>Žádné</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['utmz'] = '156861353.1156179136.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)'; 74 $lang['utmb'] = '156861353'; 75 $lang['utma'] = '156861353.659783585.1156179136.1156179136.1156179305.2'; 76 $lang['utmc'] = '156861353'; 77 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Gnr le : Tue Apr 3 18:50:37 2007 | par Balluche grce PHPXref 0.7 |