source: extensions/community/language/lv_LV/plugin.lang.php @ 23063

Last change on this file since 23063 was 23063, checked in by TranslationTeam, 11 years ago

[community] Update lv_LV, thanks to : agrisans

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 4.6 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009      Pierrick LE GALL             http://piwigo.org |
6// +-----------------------------------------------------------------------+
7// | This program is free software; you can redistribute it and/or modify  |
8// | it under the terms of the GNU General Public License as published by  |
9// | the Free Software Foundation                                          |
10// |                                                                       |
11// | This program is distributed in the hope that it will be useful, but   |
12// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
13// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
14// | General Public License for more details.                              |
15// |                                                                       |
16// | You should have received a copy of the GNU General Public License     |
17// | along with this program; if not, write to the Free Software           |
18// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
19// | USA.                                                                  |
20// +-----------------------------------------------------------------------+
21
22$lang['Add a permission'] = 'Pievienot atļauju';
23$lang['Who?'] = 'Kas?';
24$lang['any visitor'] = 'jebkurš lietotājs';
25$lang['any registered user'] = 'jebkurš reģistrēts lietotājs';
26$lang['a specific user'] = 'īpašs lietotājs';
27$lang['a group'] = 'grupa';
28$lang['Where?'] = 'Kur?';
29$lang['The whole gallery'] = 'Visa galerija';
30$lang['ability to create sub-albums'] = 'spēja veidot apakšalbūmus';
31$lang['Which level of trust?'] = 'Kurš uzticības līmenis?';
32$lang['sub-albums creation'] = 'apakšalbūmu izveide';
33$lang['Upload Permissions'] = 'Augšupielādēt Atļaujas';
34$lang['Pending Photos'] = 'Gaidāmās Fotogrāfijas';
35$lang['Permission added'] = 'Atļauja pievienota';
36$lang['Permission removed'] = 'Atļauja noņemta';
37$lang['%s (the user)'] = '%s (lietotājs)';
38$lang['%s (the group)'] = '%s (grupa)';
39$lang['low trust'] = 'zems uzticības līmenis';
40$lang['uploaded photos must be validated by an administrator'] = 'administratoram jāvalidē augšupielādētās fotogrāfijas';
41$lang['high trust'] = 'augsts uzticības līmenis';
42$lang['uploaded photos are directly displayed in the gallery'] = 'augšupielādētās fotogrāfijas pa tiešo tiks parādītas galerijā';
43$lang['%d photos validated'] = '%d fotogrāfijas validētas';
44$lang['%d photos rejected'] = '%d fotogrāfijas noraidītas';
45$lang['web size'] = 'tīkla izmērs';
46$lang['Zoom'] = 'Tālummaiņa';
47$lang['Upload your own photos'] = 'Augšupielādējiet savas fotogrāfijas';
48$lang['%d photos uploaded by %s'] = '%d fotogrāfijas augšupielādējis %s';
49$lang['Validation page: %s'] = 'Validācijas lapa: %s';
50$lang['%d photos uploaded into album "%s"'] = '%d fotogrāfijas augšupielādētas albūmā "%s"';
51$lang['Hi administrators,'] = 'Sveiki administratori,';
52$lang['No album, this photo is orphan'] = 'Albūms neeksistē, šī fotogrāfija ir pamesta';
53$lang['Cancel'] = 'Atcelt';
54$lang['Permission updated'] = 'Piekļuves atļauja atjaunināta';
55$lang['Delete permission'] = 'Dzēst piekļuves atļauju';
56$lang['%u pending photos'] = '%u rindā gaidošas fotogrāfijas';
57$lang['Level 16'] = 'Notiek gaidīšana';
58$lang['Edit a permission'] = 'Rediģēt atļauju';
59$lang['Your photos are waiting for validation, administrators have been notified'] = 'Jūsu fotogrāfijas gaida validāciju, administratoriem ir paziņots';
60
61$lang['Set Photo Properties'] = 'Iestatīt Foto īpašības';
62$lang['Maximum number of photos reached (%u)'] = 'Sasniegts maksimālais fotogrāfiju daudzums (%u) ';
63$lang['Available %s.'] = 'Pieejams %s.';
64$lang['Available quota %s.'] = 'Pieejamā kvota %s.';
65$lang['Photo %s rejected.'] = '%s fotogrāfiju noraidīts.';
66$lang['no limit'] = 'bez limita';
67$lang['How much disk space?'] = 'Cik daudz diska vietas?';
68$lang['How many photos?'] = 'Cik daudz fotogrāfiju?';
69$lang['%s out of %s'] = '%s no %s';
70$lang['Disk usage quota reached (%uMB)'] = 'Sasniegta Diska izmantošanas kvota (%uMB)';
71$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'Fails %s pārāk liels (%uMB),  %uMB kvota pārsniegta';
72$lang['up to %d photos (for each user)'] = 'līdz %d fotogrāfiju (katram lietotājam)';
73$lang['up to %dMB (for each user)'] = 'līdz %dMB (katram lietotājam)';
74?>
Note: See TracBrowser for help on using the repository browser.