Ignore:
Timestamp:
Dec 27, 2010, 5:13:53 PM (13 years ago)
Author:
patdenice
Message:

Add [redirect] tag.
Move history to changelog.txt.

Location:
extensions/ExtendedDescription/language/lv_LV
Files:
2 edited

Legend:

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

    r7419 r8314  
    8383- netiks rādīta sīkbilžu lapā<br>
    8484- paliks redzama iekšpus kategorijas</p>
     85
     86<!-- TODO -->
     87<h3>Redirected category</h3>
     88
     89<ul>
     90  <li><b>[redirect http://piwigo.org]</b></li>
     91</ul>
     92<p>Insert this tag into a category description to redirect it to the URL of your choice.</p>
     93
     94<ul>
     95  <li><b>[redirect img=xx]</b></li>
     96</ul>
     97<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>
     98
     99<ul>
     100  <li><b>[redirect cat=xx]</b></li>
     101</ul>
     102<p>Redirect to a category of your gallery where xx the category identifier.</p>
     103
     104<ul>
     105  <li><b>[redirect search=xx]</b></li>
     106</ul>
     107<p>Redirect to a search page of your gallery where xx is the search identifier.</p>
  • extensions/ExtendedDescription/language/lv_LV/plugin.lang.php

    r7419 r8314  
    22
    33$lang['ExtendedDesc_help'] = 'Lietot Paplašinātā Apraksta iezīmes...';
     4/*TODO*/$lang['This category is redirected to %s'] = 'This category is redirected to %s';
    45
    56?>
Note: See TracChangeset for help on using the changeset viewer.