source: extensions/SmartAlbums/language/lv_LV/plugin.lang.php @ 11413

Last change on this file since 11413 was 11413, checked in by ddtddt, 13 years ago

[extensions] - SmartAlbums - add lv_LV (Latvian) thanks to Aivars Baldone

File size: 2.0 KB
Line 
1<?php
2
3$lang['%d photos associated to album «%s»'] = '%d fotogrāfiju saistītas ar albūmu «%s»';
4$lang['No filter selected'] = 'Nav izvēlēts neviens no filtriem';
5$lang['No tag selected'] = 'Nav izvēlēts neviens no tagiem';
6$lang['Date string is malformed'] = 'Datuma rinda ir kļūdaina';
7$lang['Limit must be an integer'] = 'Limitam jābūt veselam skaitlim';
8$lang['You can\'t use more than one limit'] = 'Jūs nevarat lietot vairāk kā vienu limitu';
9$lang['All these tags'] = 'Visi šie tagi';
10$lang['One of these tags'] = 'Viens no šien tagiem';
11$lang['None of these tags'] = 'Neviens no šiem tagiem';
12$lang['Only these tags'] = 'Tikai šie tagi';
13$lang['Added on'] = 'Pievienots';
14$lang['Added before'] = 'Pievienots pirms';
15$lang['Added after'] = 'Pievienots pēc';
16$lang['Created on'] = 'Izveidots';
17$lang['Created before'] = 'Izveidots pirms';
18$lang['Created after'] = 'Izveidots pēc';
19$lang['%d photo'] = '%d foto';
20$lang['%d photos'] = '%d foto';
21$lang['tags filter'] = 'tagu filtrs';
22$lang['date filter'] = 'datuma filtrs';
23$lang['limit filter'] = 'limita filtrs';
24$lang['Add filters here'] = 'Pievienot filtrus šeit';
25$lang['This album is a SmartAlbum'] = 'Šis albūms ir SmartAlbum';
26$lang['Count'] = 'Skaits';
27$lang['Regenerate photos list of this SmartAlbum'] = 'Reģenerēt šī SmartAlbum fotogrāfiju sarakstu';
28$lang['Regenerate photos list of all SmartAlbums'] = 'Reģenerēt visu SmartAlbum fotogrāfiju sarakstu';
29$lang['Update albums on file upload'] = 'Update albums on file upload';
30$lang['All SmartAlbums'] = 'Visi SmartAlbumi';
31$lang['Add a SmartAlbum'] = 'Pievienot SmartAlbum';
32$lang['SmartAlbum deleted'] = 'SmartAlbum izdzēsts';
33$lang['SmartAlbum added'] = 'SmartAlbum pievienots';
34$lang['Only SmartAlbums are displayed on this page'] = 'Šajā lapā attēloti tikai  SmartAlbumi ';
35$lang['To order albums please go the main albums management page'] = 'Lai kārtotu albūmus, izvēlieties albūmu pārvaldības galveno lapu';
36$lang['Don\'t show this message again'] = 'Nerādīt šo ziņojumu atkārtoti';
37
38?>
Note: See TracBrowser for help on using the repository browser.