[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['searchsubmit'] = 'WyĆlij'; 3 $lang['search'] = 'Szukaj'; 4 $lang['param_submit'] = 'Tekst na guziku wysyĆania'; 5 $lang['param_searchtext'] = 'Tekst w polu wyszukiwania'; 6 $lang['prompt_searchtext'] = 'DomyĆlny tekst wyszukiwania'; 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'] = 'Module for search site and other module's contents.'; 9 $lang['reindexallcontent'] = 'Przeindeksuj caĆÄ zawartoĆÄ'; 10 $lang['reindexcomplete'] = 'Przeindeksowanie zakoĆczone!'; 11 $lang['stopwords'] = 'Stop Words'; 12 $lang['searchresultsfor'] = 'Wyniki wyszukiwania dla'; 13 $lang['noresultsfound'] = 'Nic nie znaleziono!'; 14 $lang['timetaken'] = 'Czas wyszukiwania'; 15 $lang['usestemming'] = 'Use Word Stemming (English Only)'; 16 $lang['searchtemplate'] = 'Szablon wyszukiwania'; 17 $lang['resulttemplate'] = 'Szablon wyników'; 18 $lang['submit'] = 'WyĆlij'; 19 $lang['sysdefaults'] = 'PrzywróÄ domyĆlne'; 20 $lang['searchtemplateupdated'] = 'Szablon wyszukiwania uaktualniono'; 21 $lang['resulttemplateupdated'] = 'Szablon wyników uaktualniono'; 22 $lang['restoretodefaultsmsg'] = 'This operation will restore the template contents to their system defaults. Are you sure you want to procede?'; 23 $lang['options'] = 'Opcje'; 24 $lang['eventdesc-SearchInitiated'] = 'WyĆlij, gdy rozpoczÄto wyszukiwanie.'; 25 $lang['eventdesc-SearchCompleted'] = 'WyĆlij, gdy zakoĆczono wyszukiwanie.'; 26 $lang['eventdesc-SearchItemAdded'] = 'WyĆlij, gdy zaindeksowano nowy element.'; 27 $lang['eventdesc-SearchItemDeleted'] = 'WyĆlij, gdy element zostaĆ usuniÄty z indeksu.'; 28 $lang['eventdesc-SearchAllItemsDeleted'] = 'WyĆlij, gdy wszystkie elementy zostaĆy usuniÄte z indeksu.'; 29 $lang['eventhelp-SearchInitiated'] = '<p>WyĆlij, gdy rozpoczÄto wyszukiwanie.</p> 30 <h4>Parametry</h4> 31 <ol> 32 <li>Tekst, którego szukano.</li> 33 </ol> 34 '; 35 $lang['eventhelp-SearchCompleted'] = '<p>WyĆlij, gdy zakoĆczono wyszukiwanie.</p> 36 <h4>Parametry</h4> 37 <ol> 38 <li>Tekst, którego szukano.</li> 39 <li>Tablica wyników wyszukiwania.</li> 40 </ol> 41 '; 42 $lang['eventhelp-SearchItemAdded'] = '<p>Sent when a new item is indexed.</p> 43 <h4>Parameters</h4> 44 <ol> 45 <li>Module name.</li> 46 <li>Id of the item.</li> 47 <li>Additional Attribute.</li> 48 <li>Content to index and add.</li> 49 </ol> 50 '; 51 $lang['eventhelp-SearchItemDeleted'] = '<p>Sent when an item is deleted from the index.</p> 52 <h4>Parameters</h4> 53 <ol> 54 <li>Module name.</li> 55 <li>Id of the item.</li> 56 <li>Additional Attribute.</li> 57 </ol> 58 '; 59 $lang['eventhelp-SearchAllItemsDeleted'] = '<p>Sent when all items are deleted from the index.</p> 60 <h4>Parameters</h4> 61 <ul> 62 <li>None</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.531216200.1148077539.1164806296.1164808481.87'; 74 $lang['utmz'] = '156861353.1162828168.77.6.utmccn=(referral)|utmcsr=forum.cmsmadesimple.org|utmcct=/index.php|utmcmd=referral'; 75 ?>
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 |