diff options
Diffstat (limited to 'language/vi_VN/upgrade.lang.php')
-rw-r--r-- | language/vi_VN/upgrade.lang.php | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/language/vi_VN/upgrade.lang.php b/language/vi_VN/upgrade.lang.php new file mode 100644 index 000000000..641c4a4aa --- /dev/null +++ b/language/vi_VN/upgrade.lang.php @@ -0,0 +1,40 @@ +<?php +// +-----------------------------------------------------------------------+ +// | Piwigo - a PHP based picture gallery | +// +-----------------------------------------------------------------------+ +// | Copyright(C) 2008-2010 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. | +// +-----------------------------------------------------------------------+ +// Vietnamese version is translated by Em Ku, Vietnam Piwigor! +$lang['Upgrade'] = 'Nâng cấp'; +$lang['Upgrade from version %s to %s'] = 'Nâng cấp từ phiên bản %s lên phiên bản %s'; +$lang['Statistics'] = 'Thống kê'; +$lang['total upgrade time'] = 'tổng thời gian nâng cấp'; +$lang['total SQL time'] = 'tổng thời gian truy vấn SQL'; +$lang['SQL queries'] = 'Truy vấn SQL'; +$lang['Upgrade informations'] = 'Thông tin bản nâng cấp'; +$lang['Perform a maintenance check in [Administration>Specials>Maintenance] if you encounter any problem.'] = 'Chạy chế độ kiểm tra bảo trì trong mục [Administration>Specials>Maintenance] trong trường hợp bạn gặp lỗi.'; +$lang['Only administrator can run upgrade: please sign in below.'] = 'Chỉ có Quản trị mới có thể nâng cấp: vui lòng đăng nhập trước.'; +$lang['You do not have access rights to run upgrade'] = 'Bạn không có đủ quyền hạn để có thể nâng cấp hệ thống'; + +// Upgrade informations from upgrade_1.3.1.php +$lang['All sub-categories of private categories become private'] = 'Tất cả các đề mục con của những đề mục riêng đều được gán thuộc tính riêng tư.'; +$lang['User permissions and group permissions have been erased'] = 'Sự cho phép người dùng và nhóm người dùng đã được xóa bỏ.'; +$lang['Only thumbnails prefix and webmaster mail address have been saved from previous configuration'] = 'Chỉ có hình thu nhỏ đứng trước và địa chỉ email của webmaster mới được lưu lại từ cấu hình của phiên bản cũ.'; + +?>
\ No newline at end of file |