[ Index ]
 

Code source de CMS made simple 1.0.5

Accdez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/modules/MenuManager/lang/ext/ -> cs_CZ.php (source)

   1  <?php
   2  $lang['addtemplate'] = 'Přidat &scaron;ablonu';
   3  $lang['areyousure'] = 'Jsi si jist&yacute; smaz&aacute;n&iacute;m?';
   4  $lang['changelog'] = '    <ul>
   5      <li>
   6      <p>Verze: 1.0</p>
   7      <p>Poč&aacute;tečn&iacute; verze.</p>
   8      </li> 
   9      </ul> ';
  10  $lang['dbtemplates'] = 'Datab&aacute;zov&eacute; &scaron;ablony';
  11  $lang['description'] = 'Spravovat &scaron;ablony menu pro zobrazen&iacute; menu v jak&eacute;koliv představiteln&eacute; podobě.';
  12  $lang['deletetemplate'] = 'Smazat &scaron;ablonu';
  13  $lang['edittemplate'] = 'Upravit &scaron;ablonu';
  14  $lang['filename'] = 'Jm&eacute;no souboru';
  15  $lang['filetemplates'] = '&Scaron;ablony souboru';
  16  $lang['help_collapse'] = 'Zapni (nastav na 1) pro ukryt&iacute; položek menu, kter&eacute; se nevztahuj&iacute; k pr&aacute;vě vybran&eacute; str&aacute;nce.';
  17  $lang['help_items'] = 'Použijte tuto položku pro vybr&aacute;n&iacute; seznamu str&aacute;nek, kter&eacute; m&aacute; toto menu zobrazit.  Hodnotou by měl b&yacute;t seznam jmen str&aacute;nek oddělen&yacute;ch č&aacute;rkami.';
  18  $lang['help_number_of_levels'] = 'Toto nastaven&iacute; povol&iacute; zobrazen&iacute; menu pouze po určitou hloubku &uacute;rovn&iacute;.';
  19  $lang['help_show_all'] = 'Tato volba způsob&iacute; zobrazen&iacute; v&scaron;ech položek menu i přes nastaven&iacute; nezobrazov&aacute;n&iacute; v menu. Toto i nad&aacute;le nezobraz&iacute; inaktivn&iacute; str&aacute;nky.';
  20  $lang['help_show_root_siblings'] = 'Tato volba je užitečn&aacute; pouze pokud jsou použity elementy start_element nebo start_page.  Zobraz&iacute; sourozence po straně vybran&eacute;ho start_page/elementu.';
  21  $lang['help_start_level'] = 'Tato možnost způsob&iacute;, že menu zobraz&iacute; pouze položky zač&iacute;naj&iacute;c&iacute; na určit&eacute; &uacute;rovni.  Snadn&yacute;m př&iacute;kladem může b&yacute;t situace, kdy m&aacute;me 1 menu na str&aacute;nce s number_of_levels=&#039;1&#039;.  Pak, jako druh&eacute; menu, m&aacute;te start_level=&#039;2&#039;.  Teď va&scaron;e druh&eacute; menu uk&aacute;že položky založen&eacute; na tom, co je vybr&aacute;no v 1. menu.';
  22  $lang['help_start_element'] = 'Menu začne zobrazovat určen&yacute; start_element given start_element a ukazuje pouze tento element a jeho potomky.  Přeb&iacute;r&aacute; hierarchickou pozici (např.. 5.1.2).';
  23  $lang['help_start_page'] = 'Menu začne zobrazovat určitou start_page a ukazuje pouze tento element a jeho potomky. Přeb&iacute;r&aacute; jm&eacute;no str&aacute;nky.';
  24  $lang['help_template'] = '&Scaron;ablona pro zobrazen&iacute; menu.  &Scaron;ablony budou vytvořeny podle datab&aacute;zov&yacute;ch &scaron;ablon, poze pokud jm&eacute;no &scaron;ablony konč&iacute; na .tpl, signalizuje to um&iacute;stěn&iacute; &scaron;ablony v adres&aacute;ři &scaron;ablon MenuManageru. ';
  25  $lang['help'] = '    <h3>What does this do?</h3>
  26      <p>Menu Manager is a module for abstracting menus into a system that&#039;s easily usable and customizable.  It abstracts the display portion of menus into smarty templates that can be easily modified to suit the user&#039;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>
  27      <h3>How do I use it?</h3>
  28      <p>Just insert the tag into your template/page like: <code>{cms_module module=&#039;menumanager&#039;}</code>.  The parameters that it can accept are listed below.</p>
  29      <h3>Why do I care about templates?</h3>
  30      <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&#039;s for styling with CSS.  They are similar to the menu systems included in previous versions: bulletmenu, CSSMenu and EllNav.</p>
  31      <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>
  32      <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:
  33          <ol>
  34              <li>Click on the Menu Manager admin.</li>
  35              <li>Click on the File Templates tab, and click the Import Template to Database button next to bulletmenu.tpl.</li>
  36              <li>Give the template copy a name.  We&#039;ll call it &quot;Test Template&quot;.</li>
  37              <li>You should now see the &quot;Test Template&quot; in your list of Database Templates.</li>
  38          </ol>
  39      </p>
  40      <p>Now you can easily modify the template to your needs for this site.  Put in classes, id&#039;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=&#039;menumanager&#039; template=&#039;Test Template&#039;}. Note that the .tpl extension must be included if a file template is used.</p>
  41      <p>The parameters for the $node object used in the template are as follows:
  42          <ul>
  43              <li>$node->id -- Content ID</li>
  44              <li>$node->url -- URL of the Content</li>
  45              <li>$node->accesskey -- Access Key, if defined</li>
  46              <li>$node->tabindex -- Tab Index, if defined</li>
  47              <li>$node->titleattribute -- Title Attribute (title), if defined</li>
  48              <li>$node->hierarchy -- Hierarchy position, (e.g. 1.3.3)</li>
  49              <li>$node->depth -- Depth (level) of this node in the current menu</li>
  50              <li>$node->prevdepth -- Depth (level) of the node that was right before this one</li>
  51              <li>$node->haschildren -- Returns true if this node has child nodes to be displayed</li>
  52              <li>$node->menutext -- Menu Text</li>
  53              <li>$node->index -- Count of this node in the whole menu</li>
  54              <li>$node->parent -- True if this node is a parent of the currently selected page</li>
  55          </ul>
  56      </p>';
  57  $lang['importtemplate'] = 'Importovat &scaron;ablonu nebo datab&aacute;zi';
  58  $lang['menumanager'] = 'Spr&aacute;vce menu';
  59  $lang['newtemplate'] = 'Jm&eacute;no nov&eacute; &scaron;ablony';
  60  $lang['nocontent'] = 'Nespecifikov&aacute;n ž&aacute;dn&yacute; obsah';
  61  $lang['notemplatefiles'] = 'Ž&aacute;dn&eacute; soubory &scaron;ablon v %s';
  62  $lang['notemplatename'] = '&Scaron;ablona nebyla pojmenov&aacute;na.';
  63  $lang['templatecontent'] = 'Obsah &scaron;ablony';
  64  $lang['templatenameexists'] = '&Scaron;ablona s t&iacute;mto jm&eacute;nem již existuje';
  65  $lang['utmz'] = '156861353.1171218573.11.2.utmccn=(referral)|utmcsr=dev.cmsmadesimple.org|utmcct=/projects/czech/|utmcmd=referral';
  66  $lang['utma'] = '156861353.659783585.1156179136.1171216770.1171218573.11';
  67  $lang['utmb'] = '156861353';
  68  $lang['utmc'] = '156861353';
  69  ?>


Gnr le : Tue Apr 3 18:50:37 2007 par Balluche grce PHPXref 0.7