source: extensions/gvideo/language/et_EE/plugin.lang.php @ 22409

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

[embedded_videos] Update et_EE, thanks to : ddtddt

  • Property svn:executable set to *
File size: 3.9 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
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// +-----------------------------------------------------------------------+
23$lang['Get video description'] = 'Saa video kirjeldus';
24$lang['Get video tags'] = 'Saa video tag-id';
25$lang['Add a video'] = 'Lisa video';
26$lang['Add film effect'] = 'Lisa filmiefekt';
27$lang['Author name'] = 'Autori nimi';
28$lang['Author portrait'] = 'Autori pilt';
29$lang['Autoplay'] = 'Automaatesitlus';
30$lang['Change'] = 'Muuda';
31$lang['Changing the url will reset video description, name and thumbnail'] = 'Netiaadressi muutmisega algseadistatakse video kirjeldus, nimi ja pisipilt';
32$lang['Color'] = 'Värv';
33$lang['Common configuration'] = 'Üldised seadistused';
34$lang['Unable to contact host server'] = 'Ei saa host serveriga ühendust';
35$lang['Upload a new thumbnail'] = 'Lae üles uus pisipilt';
36$lang['Use common setting'] = 'Kasuta üldiseid seadeid';
37$lang['Video URL'] = 'Video URL';
38$lang['Video properties'] = 'Video atribuudid';
39$lang['Video size'] = 'Video suurus';
40$lang['Video successfully added. <a href="%s">View</a>'] = 'Video edukalt lisatud. <a href="%s">Vaata</a>';
41$lang['Video successfully updated'] = 'Video edukalt uuendatud';
42$lang['Logo'] = 'Logo';
43$lang['No privacy option.'] = 'Privaatseaded puuduvad';
44$lang['Please fill the video URL'] = 'Palun sisesta video URL';
45$lang['Safe-mode'] = 'Turvarežhiim';
46$lang['Show privacy details'] = 'Näita privaatsdetaile';
47$lang['Supported services'] = 'Toetatud teenused';
48$lang['The thumbnail was updated'] = 'Pisipilti uuendatud';
49$lang['Try in safe-mode'] = 'Proovi turvarežhiimis';
50$lang['Vimeo player'] = 'Vimeo mängija';
51$lang['Dailymotion player'] = 'Dailymotion mängija';
52$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'Turvarežhiimis plugin ei ürita host serveriga ühendust saada, see on kasulik lehtedel, kus puudub juurdepääs';
53$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Videod saavad olla privaatset ja nimekirjavälised, kui galerii leht on autoriseeritud domeenis (PRO).';
54$lang['Videos can be unlisted but not private.'] = 'Videod võivad olla nimekirjavälised, aga mitte privaatsed.';
55$lang['This element is a video added with "Embedded Video"'] = 'Antud element on video, lisatud "Embedded Video" poolt.';
56$lang['Videos can be private if you use the private permalink.'] = 'Privaatset permalinki kasutades on videod privaatsed.';
57?>
Note: See TracBrowser for help on using the repository browser.