aboutsummaryrefslogtreecommitdiffstats
path: root/language/vi_VN/upgrade.lang.php
diff options
context:
space:
mode:
authorddtddt <ddtddt@piwigo.org>2010-04-04 21:38:12 +0000
committerddtddt <ddtddt@piwigo.org>2010-04-04 21:38:12 +0000
commit69756042c7d893a551ba7c0e1f1224b7c70ff397 (patch)
treedaf51035ac5b9ce8717b869f76145d14f9833936 /language/vi_VN/upgrade.lang.php
parent50979aed0b88826de4a433be45ff0058f7f29d83 (diff)
[trunk] update vi thanks to Em Ku
git-svn-id: http://piwigo.org/svn/trunk@5648 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/vi_VN/upgrade.lang.php')
-rw-r--r--language/vi_VN/upgrade.lang.php40
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