source: extensions/piwigo_videojs/language/et_EE/plugin.lang.php @ 24801

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

[piwigo_videojs] Update et_EE, thanks to : Eggy

  • Property svn:executable set to *
File size: 3.1 KB
RevLine 
[24741]1<?php
2// +-----------------------------------------------------------------------+
[24801]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// +-----------------------------------------------------------------------+
[24741]23$lang['PRELOAD_DESC'] = 'Eellaadimise atribuut ütleb lehitsejale, kas video infot peaks hakkama alla laadima kui video tag on laetud.';
24$lang['SKIN_DESC'] = 'Vali stiil, mida mängijal rakendada';
25$lang['WIDTH_DESC'] = 'Maksimaalse laiuse atribuut valib video laiuse kui suurem siis see jagatakse 2-ga.';
26$lang['AUTOPLAY'] = 'Automaatesitus';
27$lang['AUTOPLAY_DESC'] = 'Sisselülitatud automaatesitusega alustab video mängimist lehe laadimisel. Ei ole toetatud Apple\'i iOS seadmetes.';
28$lang['CONTROLS'] = 'Juhtmikud';
29$lang['CONTROLS_DESC'] = 'Juhtmikute valik tekitab video mängimise ajal kontrollnupud';
30$lang['CUSTOMCSS'] = 'Isikupärastatud CSS';
31$lang['CUSTOMCSS_DESC'] = 'Isikupärastatud CSS, et saaks kopeerida ja kleepid VideoJS veebilehelt.';
32$lang['HTML5'] = 'HTML5 video siltide seadistused';
33$lang['LOOP'] = 'Silmusmängimine';
34$lang['LOOP_DESC'] = 'Silmusmängimine alustab uuesti video mängimist, kui see on lõpuni käinud';
35$lang['PLUGIN'] = 'Plugin-i seaded';
36$lang['PRELOAD'] = 'Eellaadimine';
37$lang['SKIN'] = 'Nahk';
38$lang['WIDTH'] = 'Maksimaalne laius';
[24801]39$lang['THUMBNAILS'] = 'Pisipildid';
40$lang['THUMBNAILS_DESC'] = 'Kuva pisipilte üleval olekuribal.';
41$lang['UPSCALE'] = 'Suurenda';
42$lang['UPSCALE_DESC'] = 'Kui video suurus on väiksem, kui max laius siis suurenda videot max laiuseni.';
43$lang['VIDEOJSPLUGIN'] = 'VideoJS plugin';
44$lang['WATERMARK'] = 'Vesimärk';
45$lang['WATERMARK_DESC'] = 'Kuva vesimärki videol';
46$lang['ZOOMROTATE'] = 'SuurendaKeera';
47$lang['ZOOMROTATE_DESC'] = 'Keera ja suurenda videot, kui võimalik, kasuta keeramiseks metainfot.';
[24741]48?>
Note: See TracBrowser for help on using the repository browser.