Index: /extensions/lightbox/language/vi_VN/plugin.lang.php
===================================================================
--- /extensions/lightbox/language/vi_VN/plugin.lang.php	(revision 9769)
+++ /extensions/lightbox/language/vi_VN/plugin.lang.php	(revision 9769)
@@ -0,0 +1,33 @@
+<?php
+
+$lang['lb_display'] = 'Hiển thị';
+$lang['lb_display_name'] = 'Hiển thị tựa đề ảnh';
+$lang['lb_name_link'] = 'Liên kết tựa đề';
+$lang['lb_none'] = 'Không';
+$lang['lb_picture'] = 'Trang ảnh';
+$lang['lb_high'] = 'Ảnh định dạng cao';
+
+$lang['lb_display_arrows'] = 'Hiển thị mũi tên điều hướng';
+$lang['lb_all_category'] = 'Sử dụng tất cả ảnh trong đề mục';
+$lang['lb_yes'] = 'Có';
+$lang['lb_no'] = 'Không';
+
+$lang['lb_theme_transition'] = 'Giao diện & chuyển tiếp';
+$lang['lb_transition'] = 'Chuyển tiếp';
+$lang['lb_theme'] = 'Giao diện';
+$lang['lb_transition_elastic'] = 'Co giãn được';
+$lang['lb_transition_fade'] = 'Làm phai màu';
+$lang['lb_transition_none'] = 'Không';
+$lang['lb_transition_speed'] = 'Tốc độ chuyển tiếp';
+
+$lang['lb_dimensions'] = 'Kích thước';
+$lang['lb_initial_width'] = 'Chiều rộng ban đầu';
+$lang['lb_initial_height'] = 'Chiều cao ban đầu';
+
+$lang['lb_fixed_width'] = 'Chiều rộng cố định';
+$lang['lb_fixed_height'] = 'Chiều cao ban đầu';
+
+$lang['lb_configuration_saved'] = 'Cấu hình đã được lưu';
+$lang['lb_default_parameters'] = 'Cấu hình mặc định';
+$lang['lb_default_parameters_saved'] = 'Cấu hình mặc định đã được lưu';
+?>
Index: /extensions/lightbox/language/vi_VN/index.php
===================================================================
--- /extensions/lightbox/language/vi_VN/index.php	(revision 9769)
+++ /extensions/lightbox/language/vi_VN/index.php	(revision 9769)
@@ -0,0 +1,33 @@
+<?php
+// +-----------------------------------------------------------------------+
+// | PhpWebGallery - a PHP based picture gallery                           |
+// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
+// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
+// +-----------------------------------------------------------------------+
+// | file          : $Id$
+// | last update   : $Date$
+// | last modifier : $Author$
+// | revision      : $Revision$
+// +-----------------------------------------------------------------------+
+// | 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.                                                                  |
+// +-----------------------------------------------------------------------+
+
+// Recursive call
+$url = '../';
+header( 'Request-URI: '.$url );
+header( 'Content-Location: '.$url );
+header( 'Location: '.$url );
+exit();
+?>
