Changeset 8342


Ignore:
Timestamp:
Dec 28, 2010, 2:12:11 PM (13 years ago)
Author:
ddtddt
Message:

[extensions] - ExtendedDescription - update lv_LV (Latvian) thanks to Aivars Baldone

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

Legend:

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

    r8314 r8342  
    8484- paliks redzama iekšpus kategorijas</p>
    8585
    86 <!-- TODO -->
    87 <h3>Redirected category</h3>
     86<h3>Novirzītā kategorija</h3>
    8887
    8988<ul>
    90   <li><b>[redirect http://piwigo.org]</b></li>
     89<li><b>[redirect http://piwigo.org]</b></li>
    9190</ul>
    92 <p>Insert this tag into a category description to redirect it to the URL of your choice.</p>
     91<p>Ievietojiet šo iezīmi (tagu) kategorijas aprakstā, lai to novirzītu uz jūsu izvēlēto URL.</p>
    9392
    9493<ul>
    95   <li><b>[redirect img=xx]</b></li>
     94<li><b>[redirect img=xx]</b></li>
    9695</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>
     96<p>Novirzīt uz jūsu galerijas attēlu, kur xx ir foto identifikators; iespējams pievienot arī kategorijas identifikatoru turpat aiz foto identifikatora: <code>xx.ccc</code>.</p>
    9897
    9998<ul>
    100   <li><b>[redirect cat=xx]</b></li>
     99<li><b>[redirect cat=xx]</b></li>
    101100</ul>
    102 <p>Redirect to a category of your gallery where xx the category identifier.</p>
     101<p>Novirzīt uz jūsu galerijas kategoriju, kur xx ir kategorijas identifikators.</p>
    103102
    104103<ul>
    105   <li><b>[redirect search=xx]</b></li>
     104<li><b>[redirect search=xx]</b></li>
    106105</ul>
    107 <p>Redirect to a search page of your gallery where xx is the search identifier.</p>
     106<p>Novirzīt uz jūsu galerijas meklēšanas lapu, kur xx ir meklēšanas identifikators.</p>
  • extensions/ExtendedDescription/language/lv_LV/plugin.lang.php

    r8314 r8342  
    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';
     4$lang['This category is redirected to %s'] = 'Šī kategorija ir novirzīta uz %s';
    55
    66?>
Note: See TracChangeset for help on using the changeset viewer.