source: extensions/gvideo/language/bg_BG/plugin.lang.php @ 19139

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

[gvideo] Update bg_BG, thanks to : picsvet

  • Property svn:executable set to *
File size: 3.5 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 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['Video URL'] = 'Видео URL';
24$lang['Video size'] = 'Видео размер';
25$lang['Video successfully added. <a href="%s">View</a>'] = 'Видеото е добавено успешно. <a href="%s">
26Преглед</a>';
27$lang['Video successfully updated'] = 'Видеото е актуализирано успешно';
28$lang['Vimeo player'] = 'Vimeo плейър';
29$lang['Add a video'] = 'Добави видео';
30$lang['Add film effect'] = 'Добави филмов ефект';
31$lang['Author name'] = 'Име на автора';
32$lang['Author portrait'] = 'Портрет на автора';
33$lang['Autoplay'] = 'Автостарт';
34$lang['Change'] = 'Промяна';
35$lang['Changing the url will reset video description, name and thumbnail'] = 'Промяна на URL ще нулира описанието,името и малката снимка на видеото ';
36$lang['Color'] = 'Цвят';
37$lang['Common configuration'] = 'Общата конфигурация';
38$lang['Dailymotion player'] = 'Dailymotion плейър';
39$lang['Get video description'] = 'Вземи видео описание';
40$lang['Get video tags'] = 'Вземи видео тагове';
41$lang['Logo'] = 'Лого';
42$lang['Please fill the video URL'] = 'Моля,въведете видео URL';
43$lang['Supported services'] = 'Поддържани услуги';
44$lang['The thumbnail was updated'] = 'Миниизображението беше актуализирано';
45$lang['This element is a video added with "Embedded Video"'] = 'Този елемент е видео добавено със "Embedded Video"';
46$lang['Unable to contact host server'] = 'Не може да се свържете с хост сървъра';
47$lang['Upload a new thumbnail'] = 'Качване на нова умалена снимка';
48$lang['Use common setting'] = 'Използвайте настройката';
49?>
Note: See TracBrowser for help on using the repository browser.