source: extensions/UserCollections/language/lv_LV/plugin.lang.php @ 20102

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

[user_collections] Update lv_LV, thanks to : agrisans

  • Property svn:executable set to *
File size: 4.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['Add to collection'] = 'Pievienot kolekcijai';
24$lang['Clear'] = 'Tīrs';
25$lang['Collection name:'] = 'Kolekcijas nosaukums:';
26$lang['Collection'] = 'Kolekcija';
27$lang['Collections'] = 'Kolekcijas';
28$lang['Copied'] = 'Nokopēts';
29$lang['Copy to clipboard'] = 'Kopēt atmiņā';
30$lang['Create a new collection'] = 'Izveidot jaunu kolekciju';
31$lang['Invalid collection'] = 'Nederīga kolekcija';
32$lang['Please give a name'] = 'Lūdzu dodiet nosaukumu';
33$lang['Public collection'] = 'Publiska';
34$lang['Remove from collection'] = 'Izņemt no kolekcijas';
35$lang['Return to collections list'] = 'Atgriezties pie kolekciju saraksta';
36$lang['Saved collections'] = 'Saglabātās kolekcijas';
37$lang['See all my collections'] = 'Skatīt visas savas kolekcijas';
38$lang['This collection is empty'] = 'Šī kolekcija ir tukša';
39$lang['Unsaved collections'] = 'Nesaglabātās kolekcijas';
40$lang['by %s'] = 'ar %s';
41$lang['save'] = 'saglabāt';
42$lang['set active'] = 'aktivēt';
43$lang['%d more...'] = '%d vēl ...';
44$lang['Save'] = 'Saglabāt';
45$lang['You have %d collection'] = 'Jums ir %d kolekcija';
46$lang['You have %d collections'] = 'Jums ir %d kolekcijas';
47$lang['You have no collection'] = 'Jums nav kolekciju';
48$lang['active'] = 'aktīvs';
49$lang['The collection must be public in order to send it'] = 'Kolekcijai jābūt publiskai, lai to varētu nosūtītu';
50$lang['Send this collection my mail'] = 'Nosūtīt šo kolekciju uz manu e-pastu';
51$lang['Your name'] = 'Jūsu vārds';
52$lang['Your e-mail'] = 'Jūsu e-pasta adrese';
53$lang['Date added to collection, new &rarr; old'] = 'Kolekcijai pievienotais datums, jaunais &rarr; vecais';
54$lang['Date added to collection, old &rarr; new'] = 'Kolekcijai pievienotais datums, vecais &rarr; jaunais';
55$lang['Recipient name'] = 'Saņēmēja vārds';
56$lang['Please enter your name'] = 'Lūdzu ievadiet savu vārdu';
57$lang['Please enter the recipient name'] = 'Lūdzu ievadiet saņēmēja vārdu';
58$lang['Please enter your e-mail'] = 'Lūdzu ievadiet savu e-pasta adresi';
59$lang['Recipient e-mail'] = 'Saņēmēja e-pasta adrese';
60$lang['Preview'] = 'Priekšskats';
61$lang['Please enter the recipient e-mail'] = 'Lūdzu ievadiet saņēmēja e-pasta adresi';
62$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Sveiki <b>%s</b>, %s nosūtīja jums fotokolekciju no <a href="%s">%s</a>';
63$lang['Number of images'] = 'Attēlu skaits';
64$lang['Message (optional)'] = 'Ziņa (pēc izvēles)';
65$lang['Inactive'] = 'Neaktīvs';
66$lang['Fields'] = 'Lauki';
67$lang['Export image list'] = 'Eksportēt attēlu sarakstu';
68$lang['Error while sending e-mail'] = 'Kļūda sūtot e-pastu';
69$lang['Edit this collection'] = 'Labot šo kolekciju';
70$lang['E-mail sent successfully'] = 'E-pasts nosūtīts sekmīgi';
71$lang['Download CSV file'] = 'Lejupielādēt CSV failu';
72$lang['Delete this collection'] = 'Dzēst šo kolekciju';
73$lang['A photo collection by %s'] = ' %s foto kolekcijas';
74$lang['Allow users to send their public collections by mail'] = 'Atļaut lietotājiem sūtīt savas publiskās kolekcijas ar e-pastu';
75$lang['Allow users to set their collections as public'] = 'Atļaut lietotājiem iestatīt savas kolekcijas kā publiskas';
76$lang['Click here to view the complete collection'] = 'Uzklikšķināt šeit, lai redzētu visu kolekciju';
77$lang['Clear this collection'] = 'Dzēst šo kolekciju';
78$lang['Active'] = 'Aktīvs';
79?>
Note: See TracBrowser for help on using the repository browser.