source: extensions/piwigo_videojs/language/lv_LV/plugin.lang.php @ 24800

Last change on this file since 24800 was 24800, checked in by TranslationTeam, 10 years ago

[piwigo_videojs] Update lv_LV, thanks to : agrisans

  • Property svn:executable set to *
File size: 2.7 KB
RevLine 
[24710]1<?php
2// +-----------------------------------------------------------------------+
[24800]3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 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// +-----------------------------------------------------------------------+
[24710]23$lang['PRELOAD_DESC'] = 'Priekšielādes atribūts informē pārlūku vai video datus vajadzētu sākt lejupielādēt tiklīdz video tags ir lejupielādēts.';
24$lang['WIDTH_DESC'] = 'Max platuma atribūts iestāda displeja video platumu, ja tas ir lielāks to izdala ar 2.';
25$lang['CONTROLS_DESC'] = 'Kontroles opcija nosaka, ar ko spēlētājs var mijiedarboties ar lietotāju';
26$lang['AUTOPLAY_DESC'] = 'Ja Autoplay ir stāvoklī true, video sāks spēlēt tiklīdz lapa tiek ielādēta (bez jebkādas mijiedarbības ar lietotāju). Neatbalsta Apple iOS ierīces.';
27$lang['LOOP_DESC'] = 'Cilpas atribūts izraisa video atsākšanos, tiklīdz tas beidzas.';
28$lang['CUSTOMCSS_DESC'] = 'Izvēles CSS, ko iekopēt no VideoJS mājas lapas';
29$lang['SKIN_DESC'] = 'Izvēlaties sava plejera stilu';
30$lang['PRELOAD'] = 'Iepriekšielāde';
31$lang['WIDTH'] = 'MaxPlatums';
32$lang['SKIN'] = 'Izskats';
33$lang['CONTROLS'] = 'Vadība';
34$lang['HTML5'] = 'HTML5 video tag iestatījumi';
35$lang['PLUGIN'] = 'Spraudņa iestatījumi';
36$lang['LOOP'] = 'Cilpa';
37$lang['CUSTOMCSS'] = 'Izvēles CSS';
38$lang['AUTOPLAY'] = 'Autopalaišana';
[24800]39$lang['WATERMARK'] = 'Ūdenszīme';
[24710]40?>
Note: See TracBrowser for help on using the repository browser.