summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-17 00:45:46 +0200
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2012-08-17 00:45:46 +0200
commit70e8a7e25c40834830b0237f279d15f82dcd2a9e (patch)
treef0891ab44290b13035095dfeb3e62ed136231f34 /apps/user_ldap
parent1e6dc6751700a91faff463f8f2840cf24e742f37 (diff)
downloadnextcloud-server-70e8a7e25c40834830b0237f279d15f82dcd2a9e.tar.gz
nextcloud-server-70e8a7e25c40834830b0237f279d15f82dcd2a9e.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/l10n/ja_JP.php4
-rw-r--r--apps/user_ldap/l10n/th_TH.php6
2 files changed, 8 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/ja_JP.php b/apps/user_ldap/l10n/ja_JP.php
index f2a77907556..8d4473b4e28 100644
--- a/apps/user_ldap/l10n/ja_JP.php
+++ b/apps/user_ldap/l10n/ja_JP.php
@@ -26,9 +26,9 @@
"Turn off SSL certificate validation." => "SSL証明書の確認を無効にする。",
"If connection only works with this option, import the LDAP server's SSL certificate in your ownCloud server." => "接続がこのオプションでのみ動作する場合は、LDAPサーバのSSL証明書をownCloudサーバにインポートしてください。",
"Not recommended, use for testing only." => "推奨しません、テスト目的でのみ利用してください。",
-"User Display Name Field" => "ユーザ名の表示に利用するフィールド",
+"User Display Name Field" => "ユーザ表示名のフィールド",
"The LDAP attribute to use to generate the user`s ownCloud name." => "ユーザのownCloud名の生成に利用するLDAP属性。",
-"Group Display Name Field" => "グループ名の表示に利用するフィールド",
+"Group Display Name Field" => "グループ表示名のフィールド",
"The LDAP attribute to use to generate the groups`s ownCloud name." => "グループのownCloud名の生成に利用するLDAP属性。",
"in bytes" => "バイト",
"in seconds. A change empties the cache." => "秒。変更後にキャッシュがクリアされます。",
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" => "ช่วยเหลือ"
);