From 79df57b96faeba32fe9648315442e129f1f570c1 Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 8 Sep 2011 11:52:02 +0000 Subject: bug fixed: the "Learn more" language key needs to be in admin.lang.php, not in install.lang.php git-svn-id: http://piwigo.org/svn/trunk@12105 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/vi_VN/admin.lang.php | 1 + language/vi_VN/install.lang.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'language/vi_VN') diff --git a/language/vi_VN/admin.lang.php b/language/vi_VN/admin.lang.php index 70ff5033e..2cb263f06 100644 --- a/language/vi_VN/admin.lang.php +++ b/language/vi_VN/admin.lang.php @@ -846,4 +846,5 @@ $lang['Maximum file size: %sB.'] = 'Kích thước file lớn nhất: %sB.'; $lang['Allowed file types: %s.'] = 'Loại file cho phép dùng: %s.'; $lang['Approximate maximum resolution: %dM pixels (that\'s %dx%d pixels).'] = 'Độ phân giải lớn nhất ước chừng: %dM pixels (đó là %dx%d pixels).'; $lang['Manage Permissions'] = 'Quản lý Quyền Hạn'; +$lang['Learn more'] = 'Tìm hiểu thêm'; ?> \ No newline at end of file diff --git a/language/vi_VN/install.lang.php b/language/vi_VN/install.lang.php index 18799fe32..ae8c1bdd1 100644 --- a/language/vi_VN/install.lang.php +++ b/language/vi_VN/install.lang.php @@ -68,7 +68,6 @@ $lang['An alternate solution is to copy the text in the box above and paste it i $lang['Creation of config file local/config/database.inc.php failed.'] = 'Việc tạo ra tệp tin cấu hình local/config/database.inc.php đã bị lỗi.'; $lang['Download the config file'] = 'Tải tệp tin cấu hình xuống'; $lang['You can download the config file and upload it to local/config directory of your installation.'] = 'Bạn có thể tải tệp tin cấu hình và upload nó vào thư mục local/config của thư mục cài đặt Piwigo.'; -$lang['Learn more'] = 'Tìm hiểu thêm'; $lang['Just another Piwigo gallery'] = 'Lại thêm một thư viện Piwigo nữa'; $lang['Welcome to my photo gallery'] = 'Chào mừng bạn đến với thư viện hình của tôi'; ?> \ No newline at end of file -- cgit v1.2.3