source: extensions/BatchDownloader/language/lv_LV/plugin.lang.php @ 20606

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

[batch_downloader] Update lv_LV, thanks to : agrisans

  • Property svn:executable set to *
File size: 5.3 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['<b>Warning:</b> all files will be deleted within %d hours'] = '<b>Uzmanību:</b> visi faili %d stundu laikā tiks izdzēsti';
24$lang['Archive comment'] = 'Arhīva komentārs';
25$lang['Archive prefix'] = 'Arhīva prefikss';
26$lang['Archives'] = 'Arhīvi';
27$lang['Batch Downloader'] = 'Grupas Lejuplādētājs';
28$lang['Cancel this download'] = 'Atcelt šo lejuplādi';
29$lang['Cancel this set'] = 'Atcelt šo sarakstu';
30$lang['Confirm the download of %d pictures?'] = 'Apstiprināt %d attēlu lejuplādi ';
31$lang['Delete downloads after'] = 'Dzēst lejuplādes pēc';
32$lang['Delete this set'] = 'Dzēst šo sarakstu';
33$lang['Download all pictures of this selection'] = 'Lejupielādēt visas šīs atlases bildes';
34$lang['Download history'] = 'Lejuplādes vēsture';
35$lang['Download info'] = 'Lejuplādes informācija';
36$lang['Download links'] = 'Lejuplādes saites';
37$lang['Download permissions'] = 'Lejuplādes atļaujas';
38$lang['Download set deleted'] = 'Lejuplādes saraksts izdzēsts';
39$lang['Downloads'] = 'Lejuplādes';
40$lang['Edit the set'] = 'Rediģēt sarakstu';
41$lang['Estimated number of archives'] = 'Aplēstais arhīvu skaits';
42$lang['Estimated size'] = 'Aplēstais izmērs';
43$lang['Generate ZIP'] = 'Izveidot ZIP';
44$lang['Maximum number of photos per download set'] = 'Maksimālais attēlu skaits lejuplādes sarakstā';
45$lang['Maximum photo size'] = 'Maksimālais attēla izmērs';
46$lang['Maximum size of each archive (in Megabytes)'] = 'Katra arhīva maksimālais lielums (Megabaitos)';
47$lang['Number of archives'] = 'Arhīvu Nr.';
48$lang['Number of images'] = 'Attēlu Nr.';
49$lang['Random'] = 'Gadījuma';
50$lang['Remove all finished downloads'] = 'Izdzēst visas pabeigtās lejuplādes';
51$lang['Remove from download set'] = 'Izdzēst no lejuplādes saraksta';
52$lang['Return to download page'] = 'Atgriezties lejuplādes lapā';
53$lang['Set type'] = 'Iestatīt tipu';
54$lang['The archive is downloading, if the download doesn\'t start automatically please <a href="%s">click here</a>'] = 'Šis arhīvs tiek lejuplādēts, ja lejuplāde nesākas automātiski, lūdzu <a href="%s">klikšķiniet šeit</a>';
55$lang['Total size'] = 'Absolūtais izmērs';
56$lang['User collection'] = 'Lietotāja kolekcija';
57$lang['User groups'] = 'Lietotāju grupas';
58$lang['Warning: ZipArchive doesn\'t accept special characters like accentuated ones, angle quotes (») and non-latin alphabets.'] = 'Uzmanību: Zip Arhīvs neatbalsta speciālos simbolus, kā šādas (»)pēdiņas un nelatīņu alfabētus.';
59$lang['Whole gallery'] = 'Visa galerija';
60$lang['You can not edit this set'] = 'Jūs nevarat rediģēt šo sarakstu';
61$lang['You choose to download %d pictures, but the system is limited to %d. You can edit the set, or the last %d pictures will not be downloaded.'] = 'Jūs esat izvēlējies lejuplādēt %d bildes, bet sistēmā ir noteikts %d limits. Jūs varat rediģēt sarakstu vai arī beidzamās %d bildes netiks lejupielādētas.';
62$lang['done'] = 'darīts';
63$lang['download'] = 'lejuplādēt';
64$lang['hours'] = 'stundas';
65$lang['real number of archives can differ'] = 'reālais arhīvu skaits var atšķirties';
66$lang['Unable to find ZipArchive PHP extension, Batch Downloader will use PclZip instead, but with degraded performance.'] = 'Nevar atrast ZipArchive PHP paplašinājumu, tā vietā grupas Lejupielādētājs izmantos PclZip, bet tas mazinās veiktspēju.';
67$lang['Starting download Archive #%d will destroy Archive #%d, be sure you finish the download. Continue ?'] = 'Sākot lejupielādēt Arhīvu #%d tiks iznīcināts Arhīvs #%d, pārliecinieties, ka lejupielāde ir pabeigta.
68Turpināt?   ';
69$lang['Warning: Only registered users can use Batch Downloader.'] = 'Uzmanību: Grupas Lejupielādētāju var izmantot tikai reģistrētie lietotāji.';
70?>
Note: See TracBrowser for help on using the repository browser.