diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-10-02 05:46:30 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-10-02 05:46:30 +0000 |
commit | f9541794e1a6965a4ea424cdd2cb5baa1eac686a (patch) | |
tree | e0c68f9086e036228cb472144fcb9ee548fc5b2d /plugins/c13y_upgrade/language/vi_VN/plugin.lang.php | |
parent | 5aee5827dbbf45662b42a22faae811ae8280d4e1 (diff) |
[branche2.1] - admin_multi_view / language_switch / c13y_upgrade - Add VN thanks to Em Ku
git-svn-id: http://piwigo.org/svn/branches/2.1@7069 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'plugins/c13y_upgrade/language/vi_VN/plugin.lang.php')
-rw-r--r-- | plugins/c13y_upgrade/language/vi_VN/plugin.lang.php | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/plugins/c13y_upgrade/language/vi_VN/plugin.lang.php b/plugins/c13y_upgrade/language/vi_VN/plugin.lang.php new file mode 100644 index 000000000..5ea7437f7 --- /dev/null +++ b/plugins/c13y_upgrade/language/vi_VN/plugin.lang.php @@ -0,0 +1,31 @@ +<?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. | +// +-----------------------------------------------------------------------+ + +// --------- Starting below: New or revised $lang ---- from Butterfly (1.8) +$lang['c13y_upgrade_no_anomaly'] = 'Không có sự bất thường nào được phát hiện sau khi nâng cấp ứng dụng, plugin "Dò tìm bản nâng cấp" đã được tắt.'; +$lang['c13y_dbl_email_user'] = 'Người dùng có cùng địa chỉ email'; +$lang['c13y_correction_dbl_email_user'] = 'Xóa các người dùng có trùng tên'; +$lang['c13y_obsolete_plugin'] = 'Plugin lỗi thời'; +$lang['c13y_correction_obsolete_plugin'] = '"%s" plugin đã được kèm theo trong phiên bản của ứng dụng này và bạn bắt buộc phải gỡ bỏ nó ra.'; + +?>
\ No newline at end of file |