File Manager
<?php
$lang['help_action'] = 'Specify the behavior of the module. There are two possiblities for this parameter:
<ul>
<li>default <em>(default)</em> - Used for building a navigation menu.</li>
<li>breadcrumbs - Used to build a breadcrumb trail to the currently displayed page. <strong>Note: {cms_breadcrumbs}</strong> is a short way of calling this action.</li>
</ul>';
$lang['help_root'] = 'Applicable only to the breadcrumbs action, allows specifying a start level that is not the default page.';
$lang['youarehere'] = 'Oled siin';
$lang['set_cachable'] = 'Sea see mall puhverdatavaks';
$lang['help_nocache'] = 'Disable any caching of this call to the menu. This parameter, if set to any positive value will override any settings in the content object and the menu template.';
$lang['cachable'] = 'Puhverdatav';
$lang['help_childrenof'] = 'This option will have the menu only display items that are descendants of the selected page id or alias. i.e: <code>{menu childrenof=$page_alias}</code> will only display the children of the current page.';
$lang['usage'] = 'Kasutus';
$lang['import'] = 'Impordi';
$lang['edit'] = 'Muuda';
$lang['delete'] = 'Kustuta';
$lang['help_loadprops'] = 'Kasuta seda parameetrit kasutades täiustatud omadusi oma menüü halduri mallis. See parameeter sunnib kõikide sisuomaduste laadimist iga elemendi jaoks (nagu ekstra1, pilt, pisipilt, jne.) ja dramaatiliselt suurendab nõutud päringute arvu menüü ehitamiseks ning suurendab mälu nõudeid aga lubab palju rohkem täiustatud menüüsid';
$lang['readonly'] = 'ainult loetav';
$lang['error_templatename'] = 'Sa ei saa määrata malli nime .tpl lõpuga';
$lang['this_is_default'] = 'Vaikimisi menüü mall';
$lang['set_as_default'] = 'Sea vaikimisi menüü malliks';
$lang['default'] = 'Vaikimisi';
$lang['templates'] = 'Mallid';
$lang['addtemplate'] = 'Lisa Mall';
$lang['areyousure'] = 'Oled kindel, et soovid seda eemaldada?';
$lang['dbtemplates'] = 'Andmebaasi Mallid';
$lang['description'] = 'Halda menüü malle, et muuta oma menüüde väljanägemist.';
$lang['deletetemplate'] = 'Kustuta Mall';
$lang['edittemplate'] = 'Muuda Malli';
$lang['filename'] = 'Failinimi';
$lang['filetemplates'] = 'Faili Mallid';
$lang['help_includeprefix'] = 'Include only those items who's page alias matches one of the specified (comma separated) prefixes. This parameter cannot be combined with the excludeprefix parameter.';
$lang['help_excludeprefix'] = 'Exclude all items (and their children) who's page alias matches one of the specified (comma separated) prefixes. This parameter must not be used in conjunction with the includeprefix parameter.';
$lang['help_collapse'] = 'Lülita sisse (säti 1-le), et menüü ei näitaks objekte, mis ei ole seotud avatud lehega.';
$lang['help_items'] = 'Kasuta seda parameetrit, et määrata, milliseid lehti peaks menüü kuvama. Väätus peaks olema nimekiri lehtede aliastest, eraldatud komadega.';
$lang['help_number_of_levels'] = 'See seade lubab menüül kuvada objekte ainult teatud tasemeni.';
$lang['help_show_all'] = 'See valik põhjustab menüüs kõikide lehtede näitamise, isegi kui need ei ole seatud menüüs näitamiseks. Siiski ei näita see mitteaktiivseid lehti.';
$lang['help_show_root_siblings'] = 'Sellest valikust on kasu vaid siis, kui kasutad parameetreid <i>start_element</i> või <i>start_page</i>. Põhimõtteliselt kuvatakse valitud alguslehe (start_page) alla kuuluvaid lehti tema kõrval.';
$lang['help_start_level'] = 'Kuvab menüüs ainult antud tasemel asuvaid objekte. Lihtne näide oleks järgmine: sul on kasutusel üks menüü, millel on parameetriks määratud <i>number_of_levels='1'</i>. Peale selle on sul teine menüü, millel on sama parameeter määratud <i>start_level='2'</i>.
Sinu teine menüü näitab objekte sõltuvalt sellest, mis on valitud esimese menüüs.';
$lang['help_start_element'] = 'Kuvab menüüs objekte alates antud <i>start_page</i>'st (alguslehest) ja näitab ainult seda lehte nign tema alla kuuluvaid lehti. Võtab positsiooni saidi hierarhias (nt. 5.1.2).';
$lang['help_start_page'] = 'Kuvab menüüs objekte alates antud <i>start_page</i>'st (alguslehest) ja näitab ainult seda lehte nign tema alla kuuluvaid lehti. Kasutab lehe aliast.';
$lang['help_template'] = 'Mall, mida kasutada menüü kuvamiseks. Mallid pärinevad andmebaasi mallidest, välja arvatud juhul, kui malli nimi lõpeb .tpl-ga, mis puhul mall pärineb Menüühalduri kaustas olevast failist.';
$lang['help'] = ' <h3>What does this do?</h3>
<p>Menu Manager is a module for abstracting menus into a system that's easily usable and customizable. It abstracts the display portion of menus into smarty templates that can be easily modified to suit the user's needs. That is, the menu manager itself is just an engine that feeds the template. By customizing templates, or make your own ones, you can create virtually any menu you can think of.</p>
<h3>How do I use it?</h3>
<p>Just insert the tag into your template/page like: <code>{menu}</code>. The parameters that it can accept are listed below.</p>
<h3>Why do I care about templates?</h3>
<p>Menu Manager uses templates for display logic. It comes with three default templates called cssmenu.tpl, minimal_menu.tpl and simple_navigation.tpl. They all basically create a simple unordered list of pages, using different classes and ID's for styling with CSS.</p>
<p>Note that you style the look of the menus with CSS. Stylesheets are not included with Menu Manager, but must be attached to the page template separately. For the cssmenu.tpl template to work in IE you must also insert a link to the JavaScript in the head section of the page template, which is necessary for the hover effect to work in IE.</p>
<p>If you would like to make a specialized version of a template, you can easily import into the database and then edit it directly inside the CMSMS admin. To do this:
<ol>
<li>Click on the Menu Manager admin.</li>
<li>Click on the File Templates tab, and click the Import Template to Database button next to i.e. simple_navigation.tpl.</li>
<li>Give the template copy a name. We'll call it "Test Template".</li>
<li>You should now see the "Test Template" in your list of Database Templates.</li>
</ol>
</p>
<p>Now you can easily modify the template to your needs for this site. Put in classes, id's and other tags so that the formatting is exactly what you want. Now, you can insert it into your site with {menu template='Test Template'}. Note that the .tpl extension must be included if a file template is used.</p>
<p>The parameters for the $node object used in the template are as follows:
<ul>
<li>$node->id -- Content ID</li>
<li>$node->url -- URL of the Content</li>
<li>$node->accesskey -- Access Key, if defined</li>
<li>$node->tabindex -- Tab Index, if defined</li>
<li>$node->titleattribute -- Description or Title Attribute (title), if defined</li>
<li>$node->hierarchy -- Hierarchy position, (e.g. 1.3.3)</li>
<li>$node->depth -- Depth (level) of this node in the current menu</li>
<li>$node->prevdepth -- Depth (level) of the node that was right before this one</li>
<li>$node->haschildren -- Returns true if this node has child nodes to be displayed</li>
<li>$node->menutext -- Menu Text</li>
<li>$node->raw_menutext -- Menu Text without having html entities converted</li>
<li>$node->alias -- Page alias</li>
<li>$node->extra1 -- Applicable only when the loadprops parameter is supplied on the menu tag, this field contains the value of the extra1 page property.</li>
<li>$node->extra2 -- Applicable only when the loadprops parameter is supplied on the menu tag, this field contains the value of the extra2 page property.</li>
<li>$node->extra3 -- Applicable only when the loadprops parameter is supplied on the menu tag, this field contains the value of the extra3 page property.</li>
<li>$node->image -- Applicable only when the loadprops parameter is supplied on the menu tag, this field contains the value of the image page property (if non empty)</li>
<li>$node->thumbnail -- Applicable only when the loadprops parameter is supplied on the menu tag, this field contains the value of the thumbnail page property (if non empty)</li>
<li>$node->target -- Applicable only when the loadprops parameter is supplied in the menu tag, this field contains Target for the link. Will be empty if content does not set it.</li>
<li>$node->created -- Item creation date</li>
<li>$node->modified -- Item modified date</li>
<li>$node->index -- Count of this node in the whole menu</li>
<li>$node->parent -- True if this node is a parent of the currently selected page</li>
</ul>
</p>';
$lang['importtemplate'] = 'Impordi mall andmebaasi';
$lang['menumanager'] = 'Menüühaldur';
$lang['newtemplate'] = 'Uue malli nimi';
$lang['nocontent'] = 'Sisu ei ole';
$lang['notemplatefiles'] = 'Faili mallid kohas %s puuduvad';
$lang['notemplatename'] = 'Malli nime ei ole.';
$lang['templatecontent'] = 'Malli sisu';
$lang['templatenameexists'] = 'Sellise nimega mall juba eksisteerib';
$lang['utmz'] = '156861353.1334871120.1.1.utmccn=(direct)|utmcsr=(direct)|utmcmd=(none)';
$lang['utma'] = '156861353.1784111165.1334871120.1335380760.1335463694.5';
$lang['utmc'] = '156861353';
$lang['utmb'] = '156861353';
?>
File Manager Version 1.0, Coded By Lucas
Email: hehe@yahoo.com