source: extensions/WiredForSound/language/bg_BG/plugin.lang.php @ 27743

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

[wired_for_sound] Add bg_BG, thanks to : turnokopa

  • 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-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['wfs_no_mp3'] = 'Няма звуков файл в избраната директория';
24$lang['wfs_associate_category'] = 'Wired For Sound за тази категория';
25$lang['wfs_associate_image'] = 'Wired For Sound за тази снимка';
26$lang['wfs_associate_sound'] = 'Wired For Sound - добавете звук';
27$lang['wfs_apply_only_this_cat'] = 'Свързване само в текущата директория';
28$lang['wfs_actual_file'] = 'Текущ свързан файл';
29$lang['wfs_loop'] = 'Autoloop';
30$lang['wfs_volume'] = 'Размер';
31$lang['wfs_default_volume'] = 'Размер по подразбиране';
32$lang['wfs_medium'] = 'Среден';
33$lang['wfs_associate_to_cat'] = 'Линк към текущата директория';
34$lang['wfs_no_path'] = 'Не намерена директория';
35$lang['wfs_only_this_cat'] = 'Текуща категория само';
36$lang['wfs_player_width'] = 'Ширина на плейър';
37$lang['wfs_path'] = 'Път на директорията';
38$lang['wfs_optional'] = 'опция';
39$lang['wfs_show_default_path'] = 'Покажи директорията по подразбиране';
40$lang['wfs_litle'] = 'Малък';
41$lang['wfs_large'] = 'Голям';
42$lang['wfs_file'] = 'Файл';
43$lang['wfs_delete'] = 'Примахни линк';
44$lang['wfs_default_directory'] = 'Директория по подразбиране';
45$lang['wfs_configuration'] = 'Конфигурация';
46$lang['wfs_conf_saved'] = 'Кофигурацията беше записана.';
47$lang['wfs_change_path'] = 'Смяна на директория';
48$lang['wfs_back_cat'] = 'Обратно към категорията';
49$lang['wfs_back_pic'] = 'Обратно към снимката';
50$lang['wfs_autostart'] = 'Автоматично зареждане';
51$lang['wfs_associate_to_pic'] = 'Линк към снимката';
52$lang['wfs_all_cat'] = 'Всички категории';
53?>
Note: See TracBrowser for help on using the repository browser.