<?php
$lan = array(
'Your database is out of date, please make sure to upgrade' => 'Bạn cần nâng cấp cơ sở dữ liệu',
'Your version' => 'Phiên bản đang dùng',
'Latest version' => 'phiên bản mới nhất',
'phplist version' => 'phiên bản <a href="http://www.phplist.com">phplist</a>',
'Database has not been initialised' => 'Cơ sở dữ liệu chưa đuợc xây dựng',
'go to' => 'chuyển tới',
'Initialise Database' => 'Xây dựng cơ sở dữ liệu',
'to continue' => 'tiếp tục',
'A new version of PHPlist is available!' => 'Đã có phiên bản PHPList mới!',
'The new version may have fixed security issues,<br/>
so it is recommended to upgrade as soon as possible' => 'Phiên bản mới có thể chứa những đoạn sử lỗi,<br/>
do vậy bạn cần nâng cấp cáng sớm càng tốt',
'View what has changed' => 'Xem những thay đổi trong phiên bản mới',
'Download' => 'Tải về',
'System Functions' => 'Chức năng hệ thống',
'Setup ' => 'Cài đặt ',
'Check Database structure' => 'Kiểm tra cấu trúc cơ sở dữ liệu',
'View the eventlog' => 'Xem các sự kiện',
'Configuration functions' => 'Chức năng cấu hình',
'Configure Attributes' => 'Cấu hình thuộc tính',
'Control values for' => 'sửa đổi giá trị của',
'Control values for' => 'sửa đổi giá trị của',
'Control values for' => 'sửa đổi giá trị của',
'Configure Subscribe pages' => 'Cấu hình trang đăng ký',
'List and user functions' => 'Danh sách và chức năng hội viên',
'List the current lists' => 'Liệt kê danh sách hiện tại',
'List all Users' => 'Liệt kê tất cả hội viên',
'Reconcile the user database' => 'Dọn dẹp cơ sở dữ liệu hội viên',
'Import Users' => 'Nhập hội viên',
'Export Users' => 'Xuất hội viên',
'Administrator functions' => 'Chức năng quản trị viên',
'Add, edit and remove Administrators' => 'Thêm, sửa đổi và xóa quản trị viên',
'Configure attributes for administrators' => 'Cấu hình thuộc tính cho quản trị viên',
'Message functions' => 'Chức năng gửi thư',
'Configure Templates' => 'Cấu hình mẫu thư',
'List all Messages' => 'Quản lý thư',
'Process the Message queue' => 'Xử lý thư trong hàng đợi',
'RSS Functions' => 'Chức năng RSS',
'Get RSS feeds' => 'Tải về RSS feeds',
'View RSS items' => 'Xem các mục tin RSS ',
'Plugins' => 'Cắm thêm',
'Upgrade' => 'Nâng cấp',
'Change your details (e.g. password)' => 'sửa đổi chi tiết (vd. mật khẩu)',
'You have set TEST in config.php to 1, so it will only show what would be sent' => 'Bạn đặt giá trị 1 cho giá trị TEST trong tệp config.php, do vậy hệ thống chỉ hiển thị những gì sẽ được gửi đi',
# added at a later stage
'setup' => 'cài đặt',
'upgrade' => 'nâng cấp',
'dbcheck' => 'dbcheck',
'eventlog' => 'sự kiện',
'attributes' => 'thuộc tính',
'spage' => 'trang đăng ký',
'list' => 'danh sách',
'reconcileusers' => 'reconcileusers',
'import' => 'import',
'export' => 'export',
'admins' => 'quản trị viên',
'adminattributes' => 'thuộc tính quản trị viên',
'send' => 'soạn thư',
'templates' => 'templates',
'processqueue' => 'gửi thư trong hàng đợi',
'processbounces' => 'xử lý thư trả lại',
'getrss' => 'tải về RSS ',
'viewrss' => 'xem RSS',
'admin' => 'quản trị',
'preparesend' => 'preparesend',
'sendprepared' => 'sendprepared',
);
?>