nextcloud/apps/user_ldap/l10n/th_TH.php

17 lines
1.2 KiB
PHP
Raw Normal View History

2012-08-15 04:07:20 +04:00
<?php $TRANSLATIONS = array(
"Host" => "โฮสต์",
2012-08-17 02:45:46 +04:00
"Base DN" => "DN ฐาน",
"User DN" => "DN ของผู้ใช้งาน",
2012-08-15 04:07:20 +04:00
"Password" => "รหัสผ่าน",
2012-08-17 02:45:46 +04:00
"For anonymous access, leave DN and Password empty." => "สำหรับการเข้าถึงโดยบุคคลนิรนาม ให้เว้นว่าง DN และรหัสผ่านไว้",
2012-08-15 04:07:20 +04:00
"Group Filter" => "ตัวกรองข้อมูลกลุ่ม",
"Port" => "พอร์ต",
"Use TLS" => "ใช้ TLS",
2012-08-17 02:45:46 +04:00
"Turn off SSL certificate validation." => "ปิดใช้งานการตรวจสอบความถูกต้องของใบรับรองความปลอดภัย SSL",
2012-08-15 04:07:20 +04:00
"Not recommended, use for testing only." => "ไม่แนะนำให้ใช้งาน, ใช้สำหรับการทดสอบเท่านั้น",
2012-08-17 02:45:46 +04:00
"User Display Name Field" => "ช่องแสดงชื่อผู้ใช้งานที่ต้องการ",
"Group Display Name Field" => "ช่องแสดงชื่อกลุ่มที่ต้องการ",
2012-08-15 04:07:20 +04:00
"in bytes" => "ในหน่วยไบต์",
"Help" => "ช่วยเหลือ"
);