[ Index ] |
|
Code source de CMS made simple 1.0.5 |
1 <?php 2 $lang['addtemplate'] = 'Tilføj skabelon'; 3 $lang['areyousure'] = 'Er du sikker på dette skal slettes?'; 4 $lang['changelog'] = ' <ul> 5 <li>1.1 -- Added handling of target parameter, mainly for the Link content type</li> 6 <li>1.0 -- Initial Release</li> 7 </ul> '; 8 $lang['dbtemplates'] = 'Database skabeloner'; 9 $lang['description'] = 'Håndtér menu skabeloner så menu'er kan vises på enhver tænkeligt måde.'; 10 $lang['deletetemplate'] = 'Slet skabelon'; 11 $lang['edittemplate'] = 'Redigér skabelon'; 12 $lang['filename'] = 'Filnavn'; 13 $lang['filetemplates'] = 'Fil skabelon'; 14 $lang['help_collapse'] = 'Slå til (sæt til 1) for at lade menu'en skjule punkter der ikke er relaterede til den valgte side.'; 15 $lang['help_items'] = 'Brug dette punkt til at vælge en liste af sider som denne menu skal vise. Værdien skal være en list af side-alias'er adskilt af kommaer.'; 16 $lang['help_number_of_levels'] = 'Denne indstilling vil gøre at menu'en kun viser et bestemt antal niveau'er.'; 17 $lang['help_show_all'] = 'Dette parameter vil tvinge menuen til at vise alle menupunkter selvom de er sat til ikke at blive vist. Inaktive menupunkter vil dog stadig ikke blive vist.'; 18 $lang['help_show_root_siblings'] = 'Denne indstilling er nyttig hvis start_element eller start_page benyttes. Der kan angives at "søskende", dvs. punkter på samme niveau, skal vises ved sidenaf det valgte start_element/start_page.'; 19 $lang['help_start_level'] = 'Denne indstilling gør at menu'et kun viser punkter startende fra det angivne niveau. Et hurtigt eksempel kunne være hvis du havde en menu på siden med number_of_levels='1'. Og som en anden menu havde du start_leve='2'. Så ville din anden menu vise menupunkter baseret på hvad du havde valgt i første menu.'; 20 $lang['help_start_element'] = 'Lad menu'en starte ved menu-punktet start_element, og vis kun dette og det's underpunkter. skal være en gyldig hierarkisk position (f.eks. 5.1.2).'; 21 $lang['help_start_page'] = 'Lad menu'en starte ved den angivne menu-punkt start_page og vis kun dette og dets underpunkter. SKal være et gyldgt side-alias.'; 22 $lang['help_template'] = 'Den skabelon der skal bruge til visning af menuen. Skabeloner hentes fra database-skabeloner med mindre skabelon-navnet ender på ".tpl", hvor de i stedet hentes fra en fil i underfolderen "templates" der ligger i MenuManager'eren folder.'; 23 $lang['help'] = ' <h3>What does this do?</h3> 24 <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> 25 <h3>How do I use it?</h3> 26 <p>Just insert the tag into your template/page like: <code>{cms_module module='menumanager'}</code>. The parameters that it can accept are listed below.</p> 27 <h3>Why do I care about templates?</h3> 28 <p>Menu Manager uses templates for display logic. It comes with three default templates called bulletmenu.tpl, cssmenu.tpl and ellnav.tpl. They all basically create a simple unordered list of pages, using different classes and ID's for styling with CSS. They are similar to the menu systems included in previous versions: bulletmenu, CSSMenu and EllNav.</p> 29 <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> 30 <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: 31 <ol> 32 <li>Click on the Menu Manager admin.</li> 33 <li>Click on the File Templates tab, and click the Import Template to Database button next to bulletmenu.tpl.</li> 34 <li>Give the template copy a name. We'll call it "Test Template".</li> 35 <li>You should now see the "Test Template" in your list of Database Templates.</li> 36 </ol> 37 </p> 38 <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 {cms_module module='menumanager' template='Test Template'}. Note that the .tpl extension must be included if a file template is used.</p> 39 <p>The parameters for the $node object used in the template are as follows: 40 <ul> 41 <li>$node->id -- Content ID</li> 42 <li>$node->url -- URL of the Content</li> 43 <li>$node->accesskey -- Access Key, if defined</li> 44 <li>$node->tabindex -- Tab Index, if defined</li> 45 <li>$node->titleattribute -- Title Attribute (title), if defined</li> 46 <li>$node->hierarchy -- Hierarchy position, (e.g. 1.3.3)</li> 47 <li>$node->depth -- Depth (level) of this node in the current menu</li> 48 <li>$node->prevdepth -- Depth (level) of the node that was right before this one</li> 49 <li>$node->haschildren -- Returns true if this node has child nodes to be displayed</li> 50 <li>$node->menutext -- Menu Text</li> 51 <li>$node->index -- Count of this node in the whole menu</li> 52 <li>$node->parent -- True if this node is a parent of the currently selected page</li> 53 </ul> 54 </p>'; 55 $lang['importtemplate'] = 'Importér skabelon til databasen'; 56 $lang['menumanager'] = 'Menu Håndtering'; 57 $lang['newtemplate'] = 'Nyt skabelon navn'; 58 $lang['nocontent'] = 'Intet indhold angivet'; 59 $lang['notemplatefiles'] = 'Ingen fil skabeloner i %s'; 60 $lang['notemplatename'] = 'Intet skabelon navn angivet.'; 61 $lang['templatecontent'] = 'Skabelon indhold'; 62 $lang['templatenameexists'] = 'En skabelon med dette navn eksisterer allerede'; 63 $lang['utma'] = '156861353.146759054.1148047847.1169033971.1169651902.19'; 64 $lang['utmz'] = '156861353.1156503744.7.2.utmccn=(referral)|utmcsr=forum.cmsmadesimple.org|utmcct=/index.php/topic,6094.0.html|utmcmd=referral'; 65 ?>
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 |