source: extensions/paMOOramics/language/lv_LV/plugin.lang.php @ 15469

Last change on this file since 15469 was 8824, checked in by ddtddt, 14 years ago

[extensions] - paMOOramics - add lv_LV (Latvian) thanks to Aivars Baldone

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 3.4 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based picture gallery                                  |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008      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
24
25$lang['pamooramics_description'] = 'paMOOramics ļauj rādīt un ritināt jūsu Piwigo panorāmā pateicoties :';
26$lang['pamooramics_and'] = 'un';
27$lang['pamooramics_by'] = 'ar';
28$lang['pamooramics_admin_form_legend'] = 'paMOOramics Konfigurācija';
29$lang['pamooramics_use_name'] = 'Aktivēt paMOOramics pēc faila nosaukuma';
30$lang['pamooramics_name'] = 'Meklējamais teksts, lai rādītu attēlus panorāmas režīmā';
31$lang['pamooramics_use_ratio'] = 'Aktivēt paMOOramics pēc w/h attiecības';
32$lang['pamooramics_ratio'] = 'Minimālā attiecība (platums/augstums (w/h)), lai varētu rādīt attēlus panorāmas režīmā';
33$lang['pamooramics_width'] = 'Panorāmas loga platums';
34$lang['pamooramics_border_size'] = 'Panorāmas robežu izmērs';
35$lang['pamooramics_border_color'] = 'Panorāmas robežu krāsa';
36$lang['pamooramics_activateslider'] = 'Aktivēt ritināšanu, pārbraucot ar peli';
37$lang['pamooramics_footer_color'] = 'Izgriezuma fona krāsa';
38$lang['pamooramics_caption_color'] = 'Apraksta teksta krāsa';
39$lang['pamooramics_enable_autoscroll'] = 'Atļaut autoritināšanu';
40$lang['pamooramics_autoscroll_speed'] = 'Autoritināšanas ātrums';
41$lang['pamooramics_autoscroll_onload'] = 'Sākt autoritināšanu ielādējot';
42$lang['pamooramics_picture_high'] = 'Klikšķiniet šeit, lai skatītu augstas izšķirtspējas panorāmu';
43$lang['pamooramics_displayfooter'] = 'Nerādīt izgriezumu (caption)';
44$lang['pamooramics_Slideshow_displayfooter'] = 'Nerādīt izgriezumu slaidrādei';
45$lang['pamooramics_save_config'] = 'Saglabāt';
46$lang['pamooramics_startAutoscroll'] = 'Sākt autoritināšanu';
47$lang['pamooramics_stopAutoscroll'] = 'Beigt autoritināšanu';
48$lang['pamooramics_loading'] = 'Ielādējas ...';
49$lang['pamooramics_clickMessage'] = 'Klikšķināt, lai pārvietotu kadru !';
50$lang['pamooramics_dragMessage'] = 'Velc mani, lai pārvietotu panorāmu !';
51?>
Note: See TracBrowser for help on using the repository browser.