diff options
Diffstat (limited to 'plugins/LocalFilesEditor/language/bg_BG')
-rwxr-xr-x | plugins/LocalFilesEditor/language/bg_BG/description.txt | 2 | ||||
-rw-r--r-- | plugins/LocalFilesEditor/language/bg_BG/index.php | 7 | ||||
-rwxr-xr-x | plugins/LocalFilesEditor/language/bg_BG/plugin.lang.php | 52 |
3 files changed, 0 insertions, 61 deletions
diff --git a/plugins/LocalFilesEditor/language/bg_BG/description.txt b/plugins/LocalFilesEditor/language/bg_BG/description.txt deleted file mode 100755 index 09678d7d6..000000000 --- a/plugins/LocalFilesEditor/language/bg_BG/description.txt +++ /dev/null @@ -1,2 +0,0 @@ -LocalFilesEditor - Редактор на локални файлове
-Български [BG]
\ No newline at end of file diff --git a/plugins/LocalFilesEditor/language/bg_BG/index.php b/plugins/LocalFilesEditor/language/bg_BG/index.php deleted file mode 100644 index ec6605317..000000000 --- a/plugins/LocalFilesEditor/language/bg_BG/index.php +++ /dev/null @@ -1,7 +0,0 @@ -<?php -$url = '../'; -header( 'Request-URI: '.$url ); -header( 'Content-Location: '.$url ); -header( 'Location: '.$url ); -exit(); -?> diff --git a/plugins/LocalFilesEditor/language/bg_BG/plugin.lang.php b/plugins/LocalFilesEditor/language/bg_BG/plugin.lang.php deleted file mode 100755 index e6f32a3ac..000000000 --- a/plugins/LocalFilesEditor/language/bg_BG/plugin.lang.php +++ /dev/null @@ -1,52 +0,0 @@ -<?php -// +-----------------------------------------------------------------------+ -// | Piwigo - a PHP based photo gallery | -// +-----------------------------------------------------------------------+ -// | Copyright(C) 2008-2014 Piwigo Team http://piwigo.org | -// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | -// | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | -// +-----------------------------------------------------------------------+ -// | This program is free software; you can redistribute it and/or modify | -// | it under the terms of the GNU General Public License as published by | -// | the Free Software Foundation | -// | | -// | This program is distributed in the hope that it will be useful, but | -// | WITHOUT ANY WARRANTY; without even the implied warranty of | -// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | -// | General Public License for more details. | -// | | -// | You should have received a copy of the GNU General Public License | -// | along with this program; if not, write to the Free Software | -// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, | -// | USA. | -// +-----------------------------------------------------------------------+ -$lang['locfiledit_bak_loaded1'] = 'Архивният файл е зареден.'; -$lang['locfiledit_bak_loaded2'] = 'Трябва да запишете файла за да го възстановите.'; -$lang['locfiledit_cant_save'] = 'Този файл е забранен за запис. Проверете папка "local/" дали е разришен записа(chmod).'; -$lang['locfiledit_choose_file'] = 'Избери файл за редактиране'; -$lang['locfiledit_edit'] = 'Редакция'; -$lang['locfiledit_empty_filename'] = 'Трябва да попълните име на файл.'; -$lang['locfiledit_empty_page'] = 'Празна страница'; -$lang['locfiledit_file_already_exists'] = 'Файлът вече съществува.'; -$lang['locfiledit_filename_error'] = 'Забранен символ в името на файла.'; -$lang['locfiledit_model_error'] = 'Трябва да изберете модел.'; -$lang['locfiledit_model'] = 'Модел'; -$lang['locfiledit_new_filename'] = 'Име на файл'; -$lang['locfiledit_new_tpl'] = 'Създайте нов файл'; -$lang['locfiledit_newfile'] = 'Файлът не съществува докато не въведете някаква информация отдолу. След като е въведена информация и е записана, файлът ще бъде създаден.'; -$lang['locfiledit_onglet_css'] = 'CSS'; -$lang['locfiledit_onglet_lang'] = 'Езици'; -$lang['locfiledit_onglet_localconf'] = 'Локална конфигурация'; -$lang['locfiledit_onglet_plug'] = 'Персонални допълниния'; -$lang['locfiledit_onglet_tpl'] = 'Шаблони'; -$lang['locfiledit_parent_directory'] = 'Родителска директория'; -$lang['locfiledit_restore_confirm'] = 'Моля потвърдете? -Възстановяването няма да е възможно до следващ запис.'; -$lang['locfiledit_restore'] = 'Възтанови архивния файл'; -$lang['locfiledit_save_bak'] = 'Архивно копие ще бъде създадено след записа.'; -$lang['locfiledit_save_config'] = 'Файла е записан успешно.'; -$lang['locfiledit_save_file'] = 'Запис на файла'; -$lang['locfiledit_saved_bak'] = 'Архивно копие е създадено (%s)'; -$lang['locfiledit_show_default'] = 'Покажи референтния файл:'; -$lang['locfiledit_syntax_error'] = 'Синтактична грешка! Файлът не може да бъде записан.'; -$lang['locfiledit_webmaster_only'] = 'Само уебмастъри могат да създават и променят локални файлове.';
\ No newline at end of file |