[adminmultiview] Update bg_BG, thanks to : turnokopa

git-svn-id: http://piwigo.org/svn/trunk@15096 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
Piwigo-TranslationTeam
2012-05-18 13:34:52 +00:00
parent 0fca43358b
commit 8e827c99ae
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
AdminMultiView - Админ мулти изглед
Български [BG]
@@ -0,0 +1,7 @@
<?php
$url = '../';
header( 'Request-URI: '.$url );
header( 'Content-Location: '.$url );
header( 'Location: '.$url );
exit();
?>