| [ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['searchsubmit'] = 'Otsi'; 3 $lang['search'] = 'Otsing'; 4 $lang['param_submit'] = 'Tekst, mis paigutatakse otsingunupule'; 5 $lang['param_searchtext'] = 'Tekst, mis paigutatakse otsingukasti'; 6 $lang['prompt_searchtext'] = 'Algne otsingutekst'; 7 $lang['param_resultpage'] = 'Leht, millel näidata otsingu tulemusi. See võib olla nii lehe alias kui ka id. Võimaldab kuvada otsingu tulemusi otsingu vormist erineva malliga.'; 8 $lang['description'] = 'Moodul, millega saab otsida saidi ja teiste moodulite sisu.'; 9 $lang['reindexallcontent'] = 'Reindekseeri Kogu Sisu'; 10 $lang['reindexcomplete'] = 'Reindekseerimine Valmis!'; 11 $lang['stopwords'] = 'Stop-sõnad'; 12 $lang['searchresultsfor'] = 'Otsingu tulemused'; 13 $lang['noresultsfound'] = 'Vasteid ei leitud!'; 14 $lang['timetaken'] = 'Ajakulu'; 15 $lang['usestemming'] = 'Use Word Stemming (English Only):'; 16 $lang['searchtemplate'] = 'Otsingu Mall'; 17 $lang['resulttemplate'] = 'Tulemuste Mall'; 18 $lang['submit'] = 'Saada'; 19 $lang['sysdefaults'] = 'Taasta algseaded'; 20 $lang['searchtemplateupdated'] = 'Otsingu Mall Uuendatud'; 21 $lang['resulttemplateupdated'] = 'Tulemuste Mall uuendatud'; 22 $lang['restoretodefaultsmsg'] = 'See operatsioon taastab mallide algseaded. Oled kindel, et soovid jätkata?'; 23 $lang['options'] = 'Valikud'; 24 $lang['eventdesc-SearchInitiated'] = 'Saadetakse otsingu alustamisel.'; 25 $lang['eventdesc-SearchCompleted'] = 'Saadetakse otsingu lõpetamisel.'; 26 $lang['eventdesc-SearchItemAdded'] = 'Saadetakse uue objekti indekseerimisel.'; 27 $lang['eventdesc-SearchItemDeleted'] = 'Saadetakse objekti kustutamisel indeksist.'; 28 $lang['eventdesc-SearchAllItemsDeleted'] = 'Saadetakse kõikide objektide kustutamisel indeksist.'; 29 $lang['eventhelp-SearchInitiated'] = '<p>Saadetakse otsingu alustamisel.</p> 30 <h4>Parameetrid</h4> 31 <ol> 32 <li>Tekst, mida otsiti.</li> 33 </ol> 34 '; 35 $lang['eventhelp-SearchCompleted'] = '<p>Saadetakse otsingu lõpetamisel.</p> 36 <h4>Parameetrid</h4> 37 <ol> 38 <li>Tekst, mida otsiti.</li> 39 <li>Tulemuste kogum.</li> 40 </ol> 41 '; 42 $lang['eventhelp-SearchItemAdded'] = '<p>Saadetakse uue objekti indekseerimisel.</p> 43 <h4>Parameetrid</h4> 44 <ol> 45 <li>Mooduli nimi.</li> 46 <li>Objekti id.</li> 47 <li>Lisaatribuut.</li> 48 <li>Sisu, mida indekseerida ja lisada.</li> 49 </ol> 50 '; 51 $lang['eventhelp-SearchItemDeleted'] = '<p>Saadetakse objekti kustutamisel indeksist.</p> 52 <h4>Parameetrid</h4> 53 <ol> 54 <li>Mooduli nimi.</li> 55 <li>Objekti id.</li> 56 <li>Lisaatribuut.</li> 57 </ol> 58 '; 59 $lang['eventhelp-SearchAllItemsDeleted'] = '<p>Saadetakse kõikide objektide kustutamisel indeksist.</p> 60 <h4>Parameetrid</h4> 61 <ul> 62 <li>Puuduvad</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>&lt;!-- pageAttribute: NotSearchable --&gt;</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>&lt;!-- pageAttribute: NotSearchable --&gt;</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 $lang['utma'] = '156861353.1915733459.1154894748.1160669153.1160741959.8'; 73 $lang['utmz'] = '156861353.1154894748.1.1.utmccn=(referral)|utmcsr=bealers.com|utmcct=/2006/04/22/adding-arbitrary-php-to-a-cms-made-simple-website/|utmcmd=referral'; 74 $lang['utmb'] = '156861353'; 75 $lang['utmc'] = '156861353'; 76 ?>
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 |