From 701c3c6091574482b0be0a9af572b55e40eab856 Mon Sep 17 00:00:00 2001 From: ddtddt Date: Mon, 5 Sep 2011 18:40:11 +0000 Subject: =?UTF-8?q?[trunk]=20-=20language=20-=20update=20vi=5FVN=20-=20Ti?= =?UTF-8?q?=E1=BA=BFng=20Vi=E1=BB=87t=20-=20Vietnamese=20Thanks=20to=20Em?= =?UTF-8?q?=20Ku=20=20-=20feature:2320?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/trunk@12062 68402e56-0260-453c-a942-63ccdbb3a9ee --- language/vi_VN/common.lang.php | 20 ++++++++++++++++++++ language/vi_VN/install.lang.php | 2 ++ 2 files changed, 22 insertions(+) (limited to 'language/vi_VN') diff --git a/language/vi_VN/common.lang.php b/language/vi_VN/common.lang.php index 86a0b388e..a1a0440ca 100644 --- a/language/vi_VN/common.lang.php +++ b/language/vi_VN/common.lang.php @@ -351,4 +351,24 @@ $lang['The number of photos per page must be a not null scalar'] = 'Số hình t $lang['Number of photos per page'] = 'Số hình trên mỗi trang'; $lang['%d rates'] = '%d hạng'; $lang['Rating score'] = 'Bảng xếp hạng'; +$lang['Enter a username or email address'] = 'Nhập tên người dùng hoặc địa chỉ email'; +$lang['Invalid username or email'] = 'Tên người dùng hoặc địa chỉ email không hợp lệ'; +$lang['Password reset is not allowed for this user'] = 'Không được phép đặt lại mật khẩu cho người dùng này'; +$lang['User "%s" has no email address, password reset is not possible'] = 'Người dùng "%s" không có địa chỉ email, nên việc đặt lại mật khẩu là không thể được'; +$lang['Someone requested that the password be reset for the following user account:'] = 'Có người yêu cầu đặt lại mật khẩu cho những người dùng sau:'; +$lang['Username "%s" on gallery %s'] = 'Người dùng "%s" trên thư viện hình %s'; +$lang['To reset your password, visit the following address:'] = 'Để đặt lại mật khẩu, hãy vào những địa chỉ sau:'; +$lang['If this was a mistake, just ignore this email and nothing will happen.'] = 'Nếu đây là do nhầm lẫn, thì chỉ việc bỏ qua bỏ qua email này và không có việc gì sẽ xảy ra.'; +$lang['Password Reset'] = 'Cài đặt lại mật khẩu'; +$lang['Check your email for the confirmation link'] = 'Kiểm tra email để nhận liên kết xác nhận'; +$lang['Invalid key'] = 'Key không hợp lệ'; +$lang['The passwords do not match'] = 'Mật khẩu không trùng'; +$lang['Your password has been reset'] = 'Mật khẩu của bạn đã được đặt lại'; +$lang['Return to home page'] = 'Trở lại trang chủ'; +$lang['Please enter your username or email address.'] = 'Vui lòng nhập tên người dùng và địa chỉ email.'; +$lang['You will receive a link to create a new password via email.'] = 'Bạn sẽ nhận được một liên kết để tạo mật khẩu mới qua email.'; +$lang['Username or email'] = 'Người dùng hoặc email'; +$lang['Change my password'] = 'Đổi mật khẩu của tôi'; +$lang['Enter your new password below.'] = 'Nhập mật khẩu mới của bạn ở dưới.'; + ?> \ No newline at end of file diff --git a/language/vi_VN/install.lang.php b/language/vi_VN/install.lang.php index 26af5e486..54c121ed0 100644 --- a/language/vi_VN/install.lang.php +++ b/language/vi_VN/install.lang.php @@ -72,4 +72,6 @@ $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['SQLite and PostgreSQL are currently in experimental state.'] = 'SQLite và PostgreSQL hiện đang được thử nghiệm.'; $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