diff options
Diffstat (limited to 'apps/user_ldap/l10n/th_TH.php')
-rw-r--r-- | apps/user_ldap/l10n/th_TH.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/th_TH.php b/apps/user_ldap/l10n/th_TH.php index 8b2e6423ac4..424da7de4b8 100644 --- a/apps/user_ldap/l10n/th_TH.php +++ b/apps/user_ldap/l10n/th_TH.php @@ -1,10 +1,16 @@ <?php $TRANSLATIONS = array( "Host" => "โฮสต์", +"Base DN" => "DN ฐาน", +"User DN" => "DN ของผู้ใช้งาน", "Password" => "รหัสผ่าน", +"For anonymous access, leave DN and Password empty." => "สำหรับการเข้าถึงโดยบุคคลนิรนาม ให้เว้นว่าง DN และรหัสผ่านไว้", "Group Filter" => "ตัวกรองข้อมูลกลุ่ม", "Port" => "พอร์ต", "Use TLS" => "ใช้ TLS", +"Turn off SSL certificate validation." => "ปิดใช้งานการตรวจสอบความถูกต้องของใบรับรองความปลอดภัย SSL", "Not recommended, use for testing only." => "ไม่แนะนำให้ใช้งาน, ใช้สำหรับการทดสอบเท่านั้น", +"User Display Name Field" => "ช่องแสดงชื่อผู้ใช้งานที่ต้องการ", +"Group Display Name Field" => "ช่องแสดงชื่อกลุ่มที่ต้องการ", "in bytes" => "ในหน่วยไบต์", "Help" => "ช่วยเหลือ" ); |