Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions lang/en/intro.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
====== SMTP Testing ======
====== Thử nghiệm SMTP ======

This page allows you to trigger sending a test mail in DokuWiki. You can use it to check if you configured the SMTP plugin correctly.
Trang này cho phép bạn kích hoạt gửi thư kiểm tra trong DokuWiki. Bạn có thể sử dụng nó để kiểm tra xem bạn đã định cấu hình đúng tiện ích plugin SMTP chưa.

Give recipient's email addresses in the form below.
Cung cấp địa chỉ email của người nhận trong mẫu dưới đây.
9 changes: 7 additions & 2 deletions lang/en/lang.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
<?php

$lang['menu'] = 'Check SMTP configuration';
$lang['nofrom'] = 'You did not configure the \'mailfrom\' option. Sending mails will probably fail.';
/**
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html)
*
* @author admin baoz <admin@baoz.vn>
*/
$lang['menu'] = 'Kiểm tra cấu hình SMTP';
$lang['nofrom'] = 'Bạn đã không cấu hình tuỳ chọn \'thư tới từ\'. Việc gửi thư sẽ có thể thất bại';
29 changes: 15 additions & 14 deletions lang/en/settings.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<?php

$lang['smtp_host'] = 'Your outgoing SMTP server.';
$lang['smtp_port'] = 'The port your SMTP server listens on. Usually 25. 465 for SSL.';
$lang['smtp_ssl'] = 'What kind of encryption is used when communicating with your SMTP Server?'; // off, ssl, tls

$lang['smtp_ssl_o_'] = 'none';
$lang['smtp_ssl_o_ssl'] = 'SSL';
$lang['smtp_ssl_o_tls'] = 'TLS';

$lang['auth_user'] = 'If authentication is required, put your user name here.';
$lang['auth_pass'] = 'Password for the above user.';

$lang['localdomain'] = 'The name to be used during HELO phase of SMTP. Should be the FQDN of the webserver DokuWiki is running on. Leave empty for autodetection.';

$lang['debug'] = 'Print a full error log when sending fails? Disable when everything works!';
/**
* @license GPL 2 (https://www.gnu.org/licenses/gpl.html)
*
* @author admin baoz <admin@baoz.vn>
*/
$lang['smtp_host'] = 'Máy chủ SMTP ra ngoài của bạn.';
$lang['smtp_port'] = 'Cổng của máy chủ SMTP của bạn đang lắng nghe. Thông thường là 25. 465 cho SSL.';
$lang['smtp_ssl'] = 'Kiểu mã hoá nào được sử dụng khi liên lạc với máy chủ SMTP của bạn?';
$lang['smtp_ssl_o_'] = 'trống';
$lang['smtp_ssl_o_ssl'] = 'SSL';
$lang['smtp_ssl_o_tls'] = 'TLS';
$lang['auth_user'] = 'Nếu việc xác thực được yêu cầu, nhập tên người dùng của bạn tại đây.';
$lang['auth_pass'] = 'Mật khẩu cho người dùng trên.';
$lang['localdomain'] = 'Tên được sử dụng trong pha HELO của SMTP. Nên là FQDN của máy chủ trang web DokuWiki đang được chạy trên. Hãy để trống cho tác vụ tự động phát hiện.';
$lang['debug'] = 'In một nhật ký log đầy đủ của lỗi khi gửi đi thất bại chứ? Tắt đi khi tất cả mọi thứ hoạt động bình thường!';