File Manager
<?php
$lang['use_or'] = 'Find results that match ANY word';
$lang['param_detailpage'] = 'Used only for matching results from modules, this parameter allows specifying a different detail page for the results. This is useful if, for example, you always display your detail views in a page with a different template. <em>(<strong>Note:</strong> modules have the ability to override this parameter.)</em>';
$lang['prompt_resultpage'] = 'Page for individual module results <em>(Note modules may optionally override this)</em>';
$lang['search_method'] = 'Pretty Urls Compatibility via Method POST, default value is always GET, to make this work just put {search search_method="post"} ';
$lang['export_to_csv'] = 'Eksportuj do pliku CSV';
$lang['prompt_savephrases'] = 'Track Search Phrases, not Individual Words';
$lang['word'] = 'Słowo';
$lang['count'] = 'Ilość';
$lang['confirm_clearstats'] = 'Czy napewno wyczyścić statystyki?';
$lang['clear'] = 'Wyczyść';
$lang['statistics'] = 'Statystyki';
$lang['param_action'] = 'Specify the mode of operation for the module. Acceptable values are 'default', and 'keywords'. The keywords action can be used to generate a comma seperated list of words suitable for use in a keywords meta tag.';
$lang['param_count'] = 'Used with the keywords action, this parameter will limit the output to the specified number of words';
$lang['param_pageid'] = 'Applicable only with the keywords action, this parameter can be used to specify a different pageid to return results for';
$lang['param_inline'] = 'If true, the output from the search form will replace the original content of the 'search' tag in the originating content block. Use this parameter if your template has multiple content blocks, and you do not want the output of the search to replace the default content block';
$lang['param_passthru'] = 'Pass named parameters down to specified modules. The format of each of these parameters is: "passtru_MODULENAME_PARAMNAME='value'" i.e.: passthru_News_detailpage='newsdetails'"';
$lang['param_modules'] = 'Limit search results to values indexed from the specified (comma separated) list of modules';
$lang['searchsubmit'] = 'Wyślij';
$lang['search'] = 'Szukaj';
$lang['param_submit'] = 'Tekst na guziku wysyłania';
$lang['param_searchtext'] = 'Tekst w polu wyszukiwania';
$lang['prompt_searchtext'] = 'Domyślny tekst wyszukiwania';
$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';
$lang['prompt_alpharesults'] = 'Sort results alphabetically instead of by weight';
$lang['description'] = 'Module for search site and other module's contents.';
$lang['reindexallcontent'] = 'Przeindeksuj całą zawartość';
$lang['reindexcomplete'] = 'Przeindeksowanie zakończone!';
$lang['stopwords'] = 'Nie indeksuj tych słów';
$lang['searchresultsfor'] = 'Wyniki wyszukiwania dla';
$lang['noresultsfound'] = 'Nic nie znaleziono!';
$lang['timetaken'] = 'Czas wyszukiwania';
$lang['usestemming'] = 'Use Word Stemming (English Only)';
$lang['searchtemplate'] = 'Szablon wyszukiwania';
$lang['resulttemplate'] = 'Szablon wyników';
$lang['submit'] = 'Wyślij';
$lang['sysdefaults'] = 'Przywróć domyślne';
$lang['searchtemplateupdated'] = 'Szablon wyszukiwania uaktualniono';
$lang['resulttemplateupdated'] = 'Szablon wyników uaktualniono';
$lang['restoretodefaultsmsg'] = 'Ta operacja przywróci domyślny szablon. Czy kontynuować?';
$lang['options'] = 'Opcje';
$lang['eventdesc-SearchInitiated'] = 'Wyślij, gdy rozpoczęto wyszukiwanie.';
$lang['eventdesc-SearchCompleted'] = 'Wyślij, gdy zakończono wyszukiwanie.';
$lang['eventdesc-SearchItemAdded'] = 'Wyślij, gdy zaindeksowano nowy element.';
$lang['eventdesc-SearchItemDeleted'] = 'Wyślij, gdy element został usunięty z indeksu.';
$lang['eventdesc-SearchAllItemsDeleted'] = 'Wyślij, gdy wszystkie elementy zostały usunięte z indeksu.';
$lang['eventhelp-SearchInitiated'] = '<p>Wyślij, gdy rozpoczęto wyszukiwanie.</p>
<h4>Parametry</h4>
<ol>
<li>Tekst, którego szukano.</li>
</ol>
';
$lang['eventhelp-SearchCompleted'] = '<p>Wyślij, gdy zakończono wyszukiwanie.</p>
<h4>Parametry</h4>
<ol>
<li>Tekst, którego szukano.</li>
<li>Tablica wyników wyszukiwania.</li>
</ol>
';
$lang['eventhelp-SearchItemAdded'] = '<p>Sent when a new item is indexed.</p>
<h4>Parameters</h4>
<ol>
<li>Module name.</li>
<li>Id of the item.</li>
<li>Additional Attribute.</li>
<li>Content to index and add.</li>
</ol>
';
$lang['eventhelp-SearchItemDeleted'] = '<p>Sent when an item is deleted from the index.</p>
<h4>Parameters</h4>
<ol>
<li>Module name.</li>
<li>Id of the item.</li>
<li>Additional Attribute.</li>
</ol>
';
$lang['eventhelp-SearchAllItemsDeleted'] = '<p>Sent when all items are deleted from the index.</p>
<h4>Parameters</h4>
<ul>
<li>None</li>
</ul>
';
$lang['help'] = '<h3>What does this do?</h3>
<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>
<h3>How do I use it?</h3>
<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>
<h4>How do i prevent certain content from being indexed</h4>
<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>
<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>
';
$lang['utma'] = '156861353.130117701.1281030249.1290439859.1290700279.22';
$lang['utmz'] = '156861353.1290700279.22.18.utmccn=(referral)|utmcsr=dev.cmsmadesimple.org|utmcct=/projects/gallery|utmcmd=referral';
$lang['qca'] = 'P0-1706049120-1281030249820';
$lang['utmb'] = '156861353';
$lang['utmc'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com