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

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

[embedded_videos] Update bg_BG, thanks to : hadzhikostov

  • Property svn:executable set to *
File size: 5.6 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$lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'В защитен режим добавката не се свързва с видео хоста. Удобно за сайтове със блокиран отдалечен достъп.';
50$lang['Safe-mode'] = 'Защитен режим';
51$lang['Try in safe-mode'] = 'Опитай в защитен режим';
52$lang['Video properties'] = 'Видео настройки';
53$lang['Videos can be unlisted but not private.'] = 'Видеото може да бъде скрито но не и частно.';
54$lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Видео линковете могат да бъдат частни или скрити ако съответния домеин има такива права.';
55$lang['Videos can be private if you use the private permalink.'] = 'Видеото може и да е "private" ако ползвате съответния линк.';
56$lang['Show privacy details'] = 'Показване на подробности за поверителността';
57$lang['No privacy option.'] = 'Няма опция за поверителност.';
58$lang['optional'] = 'незадължително';
59$lang['Width and height must be integers'] = 'Размерите трябва да са цели числа.';
60$lang['Videos'] = 'Видеа';
61$lang['This video was already registered'] = 'Това видео вече е регистрирано.';
62$lang['Please fill the embed code'] = 'Моля, попълнете кода за вграждане.';
63$lang['Embed code'] = 'Код за вграждане';
64$lang['Do not use this form for videos provided by Youtube, Dailymotion, Vimeo, Wat or Wideo.'] = 'Не използвайте това поле за качване на видеа от Youtube, Dailymotion, Vimeo, Wat or Wideo.';
65$lang['Add video from hosting platform'] = 'Добави видео от отдалечен хостинг';
66$lang['Add video from embed code'] = 'Добави видео от кода за вграждане';
Note: See TracBrowser for help on using the repository browser.