# Vietnamese translation of SimpleTest (6.x-2.8)
# Copyright (c) 2013 by the Vietnamese translation team
#
msgid ""
msgstr ""
"Project-Id-Version: SimpleTest (6.x-2.8)\n"
"POT-Creation-Date: 2013-02-22 05:02+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Vietnamese\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"

msgid "Status"
msgstr "Trạng thái"
msgid "Development"
msgstr "Phát triển"
msgid "Group"
msgstr "Nhóm"
msgid "Description"
msgstr "Mô tả"
msgid "Enabled"
msgstr "Bật"
msgid "Test"
msgstr "Thử nghiệm"
msgid "Message"
msgstr "Thông điệp"
msgid "Filename"
msgstr "Tên tập tin"
msgid "Error"
msgstr "Lỗi"
msgid "php"
msgstr "php"
msgid "Not found"
msgstr "Không tìm thấy"
msgid "Line"
msgstr "Dòng"
msgid "Role"
msgstr "Vai trò"
msgid "User login"
msgstr "Đăng nhập"
msgid "Log in"
msgstr "Đăng nhập"
msgid "Function"
msgstr "Chức năng"
msgid "The username %name has been blocked."
msgstr "Người dùng %name đã bị khóa"
msgid "The name %name is a reserved username."
msgstr "Tên %name là một tên đăng nhập dành riêng cho hệ thống."
msgid "Logout"
msgstr "Thoát"
msgid "Browser"
msgstr "Trình duyệt"
msgid "Testing"
msgstr "Kiểm tra"
msgid "-n/a-"
msgstr "-n/a-"
msgid "Found the @submit button"
msgstr "Tìm thấy nút @submit"
msgid "Failed to set field @name to @value"
msgstr "Đặt giá trị @value cho trường @name thất bại"
msgid ""
"After the tests have run, a message will be displayed next to each "
"test group indicating whether tests within it passed, failed, or had "
"exceptions. A pass means that a test returned the expected results, "
"while fail means that it did not. An exception normally indicates an "
"error outside of the test, such as a PHP warning or notice. If there "
"were fails or exceptions, the results are expanded, and the tests that "
"had issues will be indicated in red or pink rows. Use these results to "
"refine your code and tests until all tests return a pass."
msgstr ""
"Sau khi chạy các test, một thông báo sẽ hiển thị bên "
"cạnh mỗi nhóm kiểm tra chỉ ra kiểm tra là thành công, "
"thất bại hay có ngoại lệ. Thành công có nghĩa là kiểm "
"tra đã trả về kết quả mong muốn, ngược lại là thất "
"bại. Ngoại lệ chỉ ra một lỗi bên ngoài của kiểm tra, "
"chẳng hạn các thông báo hay cảnh báo của PHP. Nếu thất "
"bại hoặc có ngoại lệ thì kết quả sẽ được mở "
"rộng, và kiểm tra sẽ đưa ra các dòng màu hồng hoặc "
"đỏ. Sử dụng các kết quả này để tinh chỉnh mã lệnh "
"của bạn và các kiểm tra cho đến khi tất cả các kiểm "
"tra thành công."
msgid ""
"For more information, see the online handbook entry for <a "
"href=\"@simpletest\">SimpleTest module</a>."
msgstr ""
"Để biết thêm thông tin, xem sổ tay trực tuyến trang <a "
"href=\"@simpletest\">SimpleTest module</a>."
msgid "Removed @count temporary directories."
msgstr "Đã xóa @count thư mục tạm thời."
msgid "No temporary directories to remove."
msgstr "Không có thư mục tạm thời nào để xóa."
msgid ""
"Run tests against Drupal core and your active modules. These tests "
"help assure that your site code is working as designed."
msgstr ""
"Chạy các test cho phần nhân Drupal và các module đang hoạt "
"động của bạn. Các test này giúp bạn chắc chắn rằng "
"mã nguồn site của bạn đang làm việc đúng như thiết "
"kế."
msgid "cURL"
msgstr "cURL"
msgid "Created content type %type."
msgstr "Nội dung thể loại %type đã được tạo."
msgid "User created with name %name and pass %pass"
msgstr "Đã tạo người dùng với tên: %name và mật khẩu: %pass"
msgid "Created permissions: @perms"
msgstr "Quyền hạn @perms đã được tạo"
msgid "Invalid permission %permission."
msgstr "Quyền hạn %permission không đúng."
msgid "Username field found."
msgstr "Tìm thấy trường: tên người dùng."
msgid "Password field found."
msgstr "Tìm thấy trường: mật khẩu."
msgid "!method @url returned @status (!length)."
msgstr "!method @url trả về @status (!length)."
msgid "Valid HTML found on \"@path\""
msgstr "HTML hợp lệ tìm thấy ở \"@path\""
msgid "Parsed page successfully."
msgstr "Trích xuất trang thành công."
msgid "Found the requested form fields at @path"
msgstr "Tìm thấy biểu mẫu yêu cầu tại @path"
msgid "Found field by name @name"
msgstr "Veld gevonden op de naam @name"
msgid "Did not find field by name @name"
msgstr "Không tìm thấy trường có tên @name"
msgid "Found field by id @id"
msgstr "Tìm thấy trường có id @id"
msgid "Did not find field by id @id"
msgstr "Không tìm thấy trường có id @id"
msgid "HTTP response expected !code, actual !curl_code"
msgstr "Kết quả HTTP lý thuyết !code, thực tế !curl_code"
msgid "The website encountered an unexpected error. Please try again later."
msgstr ""
"Site đã bị gặp lỗi không mong muốn. Vui lòng thử lại "
"sau."
msgid "Tests"
msgstr "Các phép thử"
msgid "Run tests"
msgstr "Kích hoạt các phép thử"
msgid "Clean test environment"
msgstr "Dọn dẹp môi trường thử nghiệm"
msgid ""
"Remove tables with the prefix \"simpletest\" and temporary directories "
"that are left over from tests that crashed. This is intended for "
"developers when creating tests."
msgstr ""
"Xóa các bảng với tiếp đầu ngữ \"simpletest\" và các "
"thư mục tạm còn bỏ sót sau khi phép thử thất bại. "
"Tính năng này được thiết kế cho các lập trình viên khi "
"tạo các phép thử."
msgid "Clean environment"
msgstr "Dọn dẹp môi trường"
msgid "No tests to display."
msgstr "Không có phép thử nào để hiển thị."
msgid "@pass, @fail, and @exception"
msgstr "@pass, @fail và @exception"
msgid "No test(s) selected."
msgstr "Chưa chọn phép thử nào."
msgid "Processing test @num of @max - %test."
msgstr "Đang thực hiện phép thử @num trong số @max - %test."
msgid "@name: @summary"
msgstr "@name: @summary"
msgid "Processed test @num of @max - %test."
msgstr "Hoàn thành phép thử @num trong số @max - %test."
msgid "1 pass"
msgid_plural "@count passes"
msgstr[0] "1 đạt"
msgstr[1] "@count đạt"
msgid "1 fail"
msgid_plural "@count fails"
msgstr[0] "1 thất bại"
msgstr[1] "@count thất bại"
msgid "1 exception"
msgid_plural "@count exceptions"
msgstr[0] "1 biệt lệ"
msgstr[1] "@count biệt lệ"
msgid "PHP DOMDocument class"
msgstr "Lớp PHP DOMDocument"
msgid "Provides a framework for unit and functional testing."
msgstr "Cung cấp một framework cho kiểm thử chức năng."
