diff options
author | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-05-18 13:34:58 +0000 |
---|---|---|
committer | Piwigo-TranslationTeam <translate-github@piwigo.org> | 2012-05-18 13:34:58 +0000 |
commit | 6967745ec63a6ab29356e441834984c1146cae13 (patch) | |
tree | ba0798a1d12c46bfa1ef1e1ff78b90afa4b14a41 /plugins | |
parent | 8e827c99ae3a551977f02b465b22421b0868869a (diff) |
[language_switch] Update bg_BG, thanks to : turnokopa
git-svn-id: http://piwigo.org/svn/trunk@15097 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rwxr-xr-x | plugins/language_switch/language/bg_BG/description.txt | 2 | ||||
-rw-r--r-- | plugins/language_switch/language/bg_BG/index.php | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/plugins/language_switch/language/bg_BG/description.txt b/plugins/language_switch/language/bg_BG/description.txt new file mode 100755 index 000000000..c35a94ee3 --- /dev/null +++ b/plugins/language_switch/language/bg_BG/description.txt @@ -0,0 +1,2 @@ +Language Switch - Промяна на език
+Български [BG]
\ No newline at end of file diff --git a/plugins/language_switch/language/bg_BG/index.php b/plugins/language_switch/language/bg_BG/index.php new file mode 100644 index 000000000..ec6605317 --- /dev/null +++ b/plugins/language_switch/language/bg_BG/index.php @@ -0,0 +1,7 @@ +<?php +$url = '../'; +header( 'Request-URI: '.$url ); +header( 'Content-Location: '.$url ); +header( 'Location: '.$url ); +exit(); +?> |