source: extensions/imgpreview/language/bg_BG/plugin.lang.php @ 21168

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

[image_preview] Add bg_BG, thanks to : picsvet

  • Property svn:executable set to *
File size: 3.7 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['imgp_conf_updated'] = 'Актуализация';
24$lang['imgp_howitworks'] = '<a href="http://www.planete-flop.fr">Flop25</a> -създателите на този плъгин препоръчват:
25<ul>
26<li><a href="http://piwigo.org/ext/extension_view.php?eid=190">PWG Подръжка</a> by P@t : този плъгин добавя модули в галерията ви.</li>
27<li><a href="http://piwigo.org/ext/extension_view.php?eid=527">Зададете икони</a> by Flop25 : този плъгин ви позволява да използвате други икони за всякакви теми</li>
28<li><a href="http://piwigo.org/ext/extension_view.php?eid=231">Flop стил</a> by Flop25 : флоп стил е "шаблон продължение" дава възможност за промени на малка част от Piwigo като изглед на категории</li>
29<li><a href="http://piwigo.org/ext/">повече за piwigo.org</a></li>
30</ul>
31<br>
32За дизайнерите: появилото се персонализира с номер # подсказка (с изображение или диапазон на текста)<br>
33<br>
34Този плъгин използва модифицирана версия на :<br>
35 
36 * imgPreview jQuery plugin<br>
37 * Copyright (c) 2009 James Padolsey<br>
38 * j@qd9.co.uk | http://james.padolsey.com<br>
39 * Dual лицензиран под MIT and GPL.<br>
40 * Обновена: 09/02/09<br>
41 * @автор James Padolsey<br>
42 * @версия 0.22<br>
43';
44$lang['imgp_showtitle'] = 'Показване името на снимката';
45$lang['imgp_send'] = 'Подаване!';
46$lang['imgp_preloadImages'] = 'Заредени снимки (не се препоръчва на бавен хост)';
47$lang['imgp_opacity'] = '(Непрозрачност)Задържане на курсора на мишката';
48$lang['imgp_max_width'] = 'максимална ширина на картината';
49$lang['imgp_max_height'] = 'максимална височина на снимката';
50?>
Note: See TracBrowser for help on using the repository browser.