source: extensions/akBookStyle/trunk/language/lv_LV/plugin.lang.php @ 10975

Last change on this file since 10975 was 10975, checked in by nikrou, 13 years ago

Update to make plugin compatible with piwigo 2.2

File size: 3.2 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | akBookStyle  - a plugin for Piwigo                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2009-2011 Nicolas Roudaire        http://www.nikrou.net  |
6// | Copyright(C) 2009      vdigital                                       |
7// +-----------------------------------------------------------------------+
8// | This program is free software; you can redistribute it and/or modify  |
9// | it under the terms of the GNU General Public License as published by  |
10// | the Free Software Foundation                                          |
11// |                                                                       |
12// | This program is distributed in the hope that it will be useful, but   |
13// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
14// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
15// | General Public License for more details.                              |
16// |                                                                       |
17// | You should have received a copy of the GNU General Public License     |
18// | along with this program; if not, write to the Free Software           |
19// | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,            |
20// | MA 02110-1301 USA                                                     |
21// +-----------------------------------------------------------------------+
22
23$lang['That plugin give an alternate presentation for galleries. It gives you in a whole page access to medium image and thumbnails.'] = "Šis spraudnis nodrošina galeriju alternatīvu izskatu. Tas dod iespēju visā lapas laukumā piekļūt vidēja lieluma attēliem un sīkbildēm.";
24$lang['Main configuration'] = "Pamatkonfigurācija";
25$lang['Applicable categorie(s)'] = "Pielietojamās kategorijas";
26$lang['Applicable category has been updated'] = "Pielietojamā kategorija ir atjaunināta";
27$lang['Applicable categories have been updated'] = "Pielietojamās kategorijas ir atjauninātas";
28$lang['Number of thumbnails per page'] = "Sīkbilžu skaits lapā";
29$lang['Thumbnails per page have been updated'] = "Sīkbilžu skaits lapā ir atjaunināts";
30$lang['Number of column'] = "Kolonu skaits";
31$lang['Thumbnail size has been updated'] = "Sīkbildes izmēri ir atjaunināti";
32$lang['Thumbnail size'] = "Sīkbildes izmērs";
33$lang['Click'] = "klikšķināt";
34$lang['Mouseover'] = "pārvilkt ar peli";
35$lang['Event to show medium picture.'] = "Pasākums, lai parādītu vidēja izmēra attēlu.";
36$lang['Event to show medium picture has been updated.'] = " Pasākums, lai parādītu vidēja izmēra attēlu ir atjaunināts.";
37$lang['Thumbnails location'] = "Sīkbildes atrašanās vieta";
38$lang['Thumbnails location has been changed'] = "Sīkbildes atrašanās vieta ir izmainīta";
39$lang['Top'] = "Augšā";
40$lang['Left'] = "Pa kreisi";
41$lang['Bottom'] = "Apakšā";
42$lang['Right'] = "Pa labi";
43$lang['or number of lines for Top/Bottom'] = "vai rindu skaits Augšai/Apakšai";
44$lang['Next image'] = "Nākošais attēls";
45$lang['Next page'] = "Nākošā lapa";
46$lang['Previous image'] = "Iepriekšējais attēls";
47$lang['Previous page'] = "Iepriekšējā lapa";
48?>
Note: See TracBrowser for help on using the repository browser.