Changeset 10560 for extensions/ExtendedDescription/language/sk_SK
- Timestamp:
- Apr 22, 2011, 9:04:05 AM (14 years ago)
- Location:
- extensions/ExtendedDescription/language/sk_SK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ExtendedDescription/language/sk_SK/help.html
r8314 r10560 86 86 - zostane viditeľné vo vnútri kategórie</p> 87 87 88 <!-- TODO --> 89 <h3>Redirected category</h3> 88 <h3>Presmerovanie kategórie</h3> 90 89 91 90 <ul> 92 <li><b>[redirect http://piwigo.org]</b></li> 93 </ul> 94 <p>Insert this tag into a category description to redirect it to the URL of your choice.</p> 91 <li><b>[redirect http://piwigo.org]</b></li> </ul> <p>Vložiť toto kľúčové 92 slovo do popisu kategórie na presmerovanie na URL Vašej voľby.</p> 95 93 96 94 <ul> 97 95 <li><b>[redirect img=xx]</b></li> 98 96 </ul> 99 <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>Presmerovanie na fotografiu Vašej galérie, kde xx je identifikátor 98 fotografie; môžete pridať ďalší identifikátor kategórie pre fotografiu: 99 <code>xx.ccc</code>.</p> 100 100 101 101 <ul> 102 102 <li><b>[redirect cat=xx]</b></li> 103 103 </ul> 104 <p>Redirect to a category of your gallery where xx the category identifier.</p> 104 <p>Presmerovanie na kategóriu Vašej galérie, kde xx je identifikátor 105 kategórie.</p> 105 106 106 107 <ul> 107 108 <li><b>[redirect search=xx]</b></li> 108 109 </ul> 109 <p>Redirect to a search page of your gallery where xx is the search identifier.</p> 110 <p>Presmerovanie na vyhľadávaciu stránku Vašej galérie, kde xx je 111 identifikátor vyhľadávnia.</p> 112 -
extensions/ExtendedDescription/language/sk_SK/plugin.lang.php
r8314 r10560 2 2 3 3 $lang['ExtendedDesc_help'] = 'Použiť rozšírený popis kľúčových slov...'; 4 /*TODO*/$lang['This category is redirected to %s'] = 'This category is redirected to%s';4 $lang['This category is redirected to %s'] = 'Táto kategória je presmerovaná na %s'; 5 5 6 6 ?>
Note: See TracChangeset
for help on using the changeset viewer.