aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorPiwigo-TranslationTeam <translate-github@piwigo.org>2012-05-18 13:35:05 +0000
committerPiwigo-TranslationTeam <translate-github@piwigo.org>2012-05-18 13:35:05 +0000
commit3805085196a0bbad6b9dca140f76d3592a63b20a (patch)
treed678f070f66279778acc9c42008593cca337ec4e /plugins
parent6967745ec63a6ab29356e441834984c1146cae13 (diff)
[localfileseditor] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15098 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins')
-rwxr-xr-xplugins/LocalFilesEditor/language/bg_BG/description.txt2
-rw-r--r--plugins/LocalFilesEditor/language/bg_BG/index.php7
-rwxr-xr-xplugins/LocalFilesEditor/language/bg_BG/plugin.lang.php53
3 files changed, 62 insertions, 0 deletions
diff --git a/plugins/LocalFilesEditor/language/bg_BG/description.txt b/plugins/LocalFilesEditor/language/bg_BG/description.txt
new file mode 100755
index 000000000..09678d7d6
--- /dev/null
+++ b/plugins/LocalFilesEditor/language/bg_BG/description.txt
@@ -0,0 +1,2 @@
+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
new file mode 100644
index 000000000..ec6605317
--- /dev/null
+++ b/plugins/LocalFilesEditor/language/bg_BG/index.php
@@ -0,0 +1,7 @@
+<?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
new file mode 100755
index 000000000..ac42146dc
--- /dev/null
+++ b/plugins/LocalFilesEditor/language/bg_BG/plugin.lang.php
@@ -0,0 +1,53 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | Piwigo - a PHP based photo gallery |
+// +-----------------------------------------------------------------------+
+// | Copyright(C) 2008-2012 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'] = 'Файлът не съществува и ще бъде създаден от LocalFiles Редактора';
+$lang['locfiledit_onglet_css'] = 'CSS';
+$lang['locfiledit_onglet_lang'] = 'Езици';
+$lang['locfiledit_onglet_localconf'] = 'Local config';
+$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