Changeset 10731

Show
Ignore:
Timestamp:
05/01/11 17:40:02 (2 years ago)
Author:
ddtddt
Message:

[extensions] - ExtendedDescription - update CZ thanks to webprostor.eu

Location:
extensions/ExtendedDescription/language/cs_CZ
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • extensions/ExtendedDescription/language/cs_CZ/help.html

    r8314 r10731  
    8585- ale zůstane viditelná při prohlížení kategorie</p> 
    8686 
    87 <!-- TODO --> 
    88 <h3>Redirected category</h3> 
     87<h3>Přesměrování kategorie</h3> 
    8988 
    9089<ul> 
    9190  <li><b>[redirect http://piwigo.org]</b></li> 
    9291</ul> 
    93 <p>Insert this tag into a category description to redirect it to the URL of your choice.</p> 
     92<p>Vložení tohoto tagu do popisu kategorie způsobí přesměrování na URL dle vaší volby.Zde směruje na piwigo.org.</p> 
    9493 
    9594<ul> 
    9695  <li><b>[redirect img=xx]</b></li> 
    9796</ul> 
    98 <p>Redirect to an image of your gallery where xx is the photo identifier; you can add the category identifier next to the photo identifier: <code>xx.ccc</code>.</p> 
     97<p>Směrování na obrázek z vaší galerie kde xx je identifikátor ID fotky; také lze přidat ID kategorie vedle ID obrázku: <code>xx.ccc</code>.</p> 
    9998 
    10099<ul> 
    101100  <li><b>[redirect cat=xx]</b></li> 
    102101</ul> 
    103 <p>Redirect to a category of your gallery where xx the category identifier.</p> 
     102<p>Směruje na danou kategorii ve vaší fotogalerii kde xx je ID kategorie.</p> 
    104103 
    105104<ul> 
    106105  <li><b>[redirect search=xx]</b></li> 
    107106</ul> 
    108 <p>Redirect to a search page of your gallery where xx is the search identifier.</p> 
     107<p>Směruje na vyhledávací stránku ve vaší fotogalerii kde xx je ID daného vyhledávání.</p> 
  • extensions/ExtendedDescription/language/cs_CZ/plugin.lang.php

    r8314 r10731  
    22 
    33$lang['ExtendedDesc_help'] = 'Používat elementy rozšířeného popisu......'; 
    4 /*TODO*/$lang['This category is redirected to %s'] = 'This category is redirected to %s'; 
     4$lang['This category is redirected to %s'] = 'Tato kategorie je přesměrována na %s'; 
    55 
    66?>