source: extensions/GDThumb/language/lv_LV/plugin.lang.php

Last change on this file was 31742, checked in by TranslationTeam, 7 years ago

Add lv_LV, thanks to agrisans

  • Property svn:executable set to *
File size: 5.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2016 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['Masonry Type'] = 'Mūra tips';
24$lang['Animate thumbnail on hover'] = 'Animēt sīkbildi kursoram pārejot';
25$lang['Changelog'] = 'Changelog';
26$lang['Coffee Fund'] = 'Kafijas Fonds';
27$lang['Big thumb cannot be used in Slide mode. Disabled'] = 'Lielu sīkattēlu nevar izmantot slaidu režīmā. Atslēgts';
28$lang['Block for Panoramic Photo Page'] = 'Veidod bloku panorāmas fotoattēla Lapai';
29$lang['Cache have been generated'] = 'Kešatmiņa ir izveidota';
30$lang['Show thumbnails caption'] = 'Rādīt sīktēla atlasi ';
31$lang['Slide'] = 'Slaids';
32$lang['Thumbnails max height'] = 'Sīkattēla maksimālais augstums';
33$lang['Thumbnails max height must be an integer'] = 'Sīkattēla maksimālajam augstumam jābūt veselam skaitlim';
34$lang['Title Display Mode (Album)'] = 'Virsraksta atainošanas režīms (Albūms)';
35$lang['Title Display Mode (Photo)'] = 'Virsraksta atainošanas režīms (Foto)';
36$lang['Use Description if Set'] = 'Izmantojiet aprakstu, ja iestatīts';
37$lang['Vertical'] = 'Vertikāls';
38$lang['This Thumb mode cannot be used in Slide mode. Changed to default'] = 'Šo Thumb režīmu nevar izmantot slaidrādes režīmā. Mainīts uz noklusējuma režīmu';
39$lang['Thumb animation cannot be used in Slide mode. Disabled'] = 'Thumb animāciju nevar izmantot slaidu režīmā. Atslēgta';
40$lang['Thumbnail Mode'] = 'Sīkbilžu Režīms';
41$lang['Stop'] = 'Beigt';
42$lang['Start'] = 'Sākt';
43$lang['Purge thumbnails cache'] = 'Izdzēš sīkbilžu kešatmiņu';
44$lang['Photo # if FileName Detected'] = 'Photo #, ja Noteikts FileName';
45$lang['Normalize Photo Title'] = 'Normalizē Foto Nosaukumu';
46$lang['Finds images that have not been cached and creates the cached version.'] = 'Atrod attēlus, kas nav kešatmiņā un izveido "kešotu" versiju.';
47$lang['Delete images in GDThumb cache.'] = 'Izdzēst attēlus no GDThumb kešatmiņas.';
48$lang['Crop (Default)'] = 'Apgriezt (pēc noklusējums)';
49$lang['Merged with Description'] = 'Sapludināti ar Aprakstu';
50$lang['Pre-cache thumbnails'] = 'Ievietot sīkattēlus kešatmiņā';
51$lang['Prevent word wrap'] = 'Novērst teksta aplaušanu';
52$lang['Rating:'] = 'Vērtējums:';
53$lang['Square'] = 'Kvadrāts';
54$lang['Overlay Bottom (Static)'] = 'Apakšas pārklājums (Statisks)';
55$lang['Overlay Bottom'] = 'Apakšas pārklājums';
56$lang['Overlay Ex'] = 'EX Pārklājums';
57$lang['Pause'] = 'Pauze';
58$lang['Overlay Top (Static)'] = 'Augšas pārklājums (Statisks)';
59$lang['Overlay Top'] = 'Augšas pārklājums';
60$lang['Overlay'] = 'Pārklājums';
61$lang['Number of photos per page must be an integer'] = 'Fotoattēlu skaitam lappusē jābūt veselam skaitlim';
62$lang['Metadata Display Mode'] = 'Metadatu atainošanas režīms';
63$lang['Merged (Default)'] = 'Sapludinātās (pēc noklusējuma)';
64$lang['Margin between thumbnails must be an integer'] = 'Atstarpei starp sīkattēliem jābūt veselam skaitlim';
65$lang['Margin between thumbnails'] = 'Atstarpe starp sīkattēliem';
66$lang['Double the size of the first thumbnail'] = 'Dubultot pirmā sīkattēla izmēru';
67$lang['Cache the big thumbnails (recommended)'] = 'Lietot kešatmiņu lielajiem sīkattēliem (ieteicams)';
68$lang['Cache Informations'] = 'Kešatmiņas informācija';
69$lang['Follow'] = 'Sekot';
70$lang['Do not Normalize (Default)'] = 'Ne Normalizēt (Pēc noklusējuma)';
71$lang['Horizontal (Default)'] = 'Horizontāli (Pēc noklusējuma)';
72$lang['%d visits'] = '%d apmeklējumi';
73$lang['%d visit'] = '%d apmeklējms';
74$lang['%d files'] = '%d faili';
75$lang['%d file'] = '%d fails';
Note: See TracBrowser for help on using the repository browser.