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

Last change on this file since 17606 was 17606, checked in by TranslationTeam, 12 years ago

[smartalbums] Update lv_LV, thanks to : agrisans

File size: 3.5 KB
RevLine 
[16499]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['All these tags'] = 'Visi šie tagi';
9$lang['One of these tags'] = 'Viens no šien tagiem';
10$lang['None of these tags'] = 'Neviens no šiem tagiem';
11$lang['Only these tags'] = 'Tikai šie tagi';
12$lang['Added on'] = 'Pievienots';
13$lang['Added before'] = 'Pievienots pirms';
14$lang['Added after'] = 'Pievienots pēc';
15$lang['Created before'] = 'Izveidots pirms';
16$lang['Created after'] = 'Izveidots pēc';
17$lang['%d photo'] = '%d foto';
18$lang['%d photos'] = '%d foto';
19$lang['Add filters here'] = 'Pievienot filtrus šeit';
20$lang['This album is a SmartAlbum'] = 'Šis albūms ir SmartAlbum';
21$lang['Count'] = 'Skaits';
22$lang['Regenerate photos list of this SmartAlbum'] = 'Reģenerēt šī SmartAlbum fotogrāfiju sarakstu';
23$lang['Regenerate photos list of all SmartAlbums'] = 'Reģenerēt visu SmartAlbum fotogrāfiju sarakstu';
24$lang['Update albums on file upload'] = 'Veikt albūmu jauninājumu pie failu augšupielādes';
25$lang['All SmartAlbums'] = 'Visi SmartAlbumi';
26$lang['SmartAlbum deleted'] = 'SmartAlbum izdzēsts';
27$lang['SmartAlbum added'] = 'SmartAlbum pievienots';
28$lang['Only SmartAlbums are displayed on this page'] = 'Šajā lapā attēloti tikai  SmartAlbumi ';
29$lang['Don\'t show this message again'] = 'Nerādīt šo ziņojumu atkārtoti';
30
[16939]31$lang['can cause slowdowns'] = 'var izraisīt lēnu lejuplādi';
[16499]32$lang['Above'] = 'Virs';
33$lang['Author is empty'] = 'Lauks Autors ir tukšs';
34$lang['Begins with'] = 'Sākas ar';
35$lang['Bellow'] = 'Zem';
36$lang['Contains'] = 'Satur';
37$lang['Doesn\'t begin with'] = 'Nesākas ar';
38$lang['Doesn\'t contain'] = 'Nesatur';
39$lang['Doesn\'t end with'] = 'Nebeidzas ar';
40$lang['Ends with'] = 'Beidzas ar';
41$lang['Filters'] = 'Filtri';
42$lang['For "Is (not) in", separate each author by a comma'] = 'Priekš "Ir (vai) iekš", atdaliet katru autoru ar komatu';
43$lang['Hits must be an integer'] = 'Apskates rezultātam jābūt veselam skaitlim';
44$lang['Is in'] = 'Ir iekš';
45$lang['Is not in'] = 'Nav iekš';
46$lang['Is not'] = 'Nav';
47$lang['Is'] = 'Ir';
48$lang['Name is empty'] = 'Lauks Nosaukums ir tukšs';
49$lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Lai pasūtītu albūmus, lūdzu ejiet uz galveno albūmu izvēlni <a href="%s">pārvaldes lapa</a>';
50$lang['You can\'t use more than one level filter'] = 'Nav iespējams pielietot vairāk par vienu līmeņa filtru';
51$lang['You can\'t use more than one limit filter'] = 'Nav iespējams pielietot vairāk par vienu limitfiltru';
52$lang['create a new SmartAlbum'] = 'izveidot jaunu ViedoAlbumu (SmartAlbum)';
[16924]53$lang['Hits'] = 'Skatījumi';
54$lang['Max. number of photos'] = 'Foto maksimālais skaits';
[17606]55$lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'SmartAlbums tiek uzskatīti kā privāti ikvienam, un lietotājs var redzēt tā saturu tikai tad, ja tas ir pieejams citā albumā, kur viņam ir dota pieeja.';
56$lang['Exclude SmartAlbums from permissions management'] = 'Izslēgt SmartAlbums no atļauju pārvadības';
57$lang['Rating score must be an integer'] = 'Vērtējumam jābūt veselam skaitlim';
58$lang['limit_filter'] = 'Fotogrāfiju maksimālais skaits';
[11413]59?>
Note: See TracBrowser for help on using the repository browser.