msgid ""
msgstr ""
"Project-Id-Version: ec_ldap 1.3.2\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2022-06-15T09:25:56+00:00\n"
"PO-Revision-Date: 2022-06-15T09:25:56+00:00\n"
"Language: th_TH\n"
"Plural-Forms: nplurals=1; plural=0;\n"

#: packages/ec_ldap/controller.php:28
msgid "ExchangeCore LDAP Authentication"
msgstr ""

#: packages/ec_ldap/controller.php:33
msgid "Provides LDAP user authentication and group mappings"
msgstr ""

#: packages/ec_ldap/controller.php:40
msgid "Installation requires PHP 5.4 or greater. %s is currently installed."
msgstr ""

#: packages/ec_ldap/controller.php:44
msgid "Installation requires the PHP LDAP extension."
msgstr ""

#: packages/ec_ldap/jobs/ec_ldap_user_remove.php:18
msgid "Remove/Deactivate LDAP Users"
msgstr ""

#: packages/ec_ldap/jobs/ec_ldap_user_remove.php:23
msgid "Responsible for deactivating/removing users who no longer exist in LDAP"
msgstr ""

#: packages/ec_ldap/jobs/ec_ldap_user_remove.php:51
#: packages/ec_ldap/jobs/ec_ldap_user_remove.php:53
#: packages/ec_ldap/jobs/ec_ldap_user_sync.php:77
#: packages/ec_ldap/jobs/ec_ldap_user_sync.php:79
msgid "Could not connect to directory using admin credentials"
msgstr ""

#: packages/ec_ldap/jobs/ec_ldap_user_remove.php:63
#: packages/ec_ldap/jobs/ec_ldap_user_sync.php:89
msgid "Users Synchronized"
msgstr ""

#: packages/ec_ldap/jobs/ec_ldap_user_sync.php:19
msgid "Synchronizes LDAP Users"
msgstr ""

#: packages/ec_ldap/jobs/ec_ldap_user_sync.php:25
msgid "Responsible for adding new users and updating existing ones This job may take a long time to run on large LDAP servers or when multiple directories are configured."
msgstr ""

#: packages/ec_ldap/views/dialog/new_group_mapping.php:19
#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/group_mapping.php:22
msgid "LDAP Group"
msgstr ""

#: packages/ec_ldap/views/dialog/new_group_mapping.php:23
#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/group_mapping.php:23
msgid "Concrete5 Group"
msgstr ""

#: packages/ec_ldap/views/dialog/new_group_mapping.php:30
msgid "Close"
msgstr "ปิด"

#: packages/ec_ldap/views/dialog/new_group_mapping.php:32
#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/add.php:18
msgid "Add"
msgstr "เพิ่ม"

#: packages/ec_ldap/src/Events/User.php:39
msgid "This user is restricted to LDAP authentication only"
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:185
msgid "A display name must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:189
msgid "An admin username must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:193
msgid "An admin password must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:197
msgid "At least one server must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:211
msgid "An base DN must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:215
msgid "A user object filter must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:219
msgid "A username attribute must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:223
msgid "A user email attribute must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:227
msgid "A group object filter must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:231
msgid "A group name attribute must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:235
msgid "A group membership attribute must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:239
msgid "A group membership reference attribute must be provided."
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:271
msgid "Error binding to %s: %s"
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:281
#: packages/ec_ldap/src/Models/Directory.php:285
msgid "Error connecting to %s: %s"
msgstr ""

#: packages/ec_ldap/src/Models/Directory.php:439
msgid "Could not connect to directory server"
msgstr ""

#: packages/ec_ldap/src/Models/DirectoryGroup.php:85
msgid "A concrete5 group must be selected."
msgstr ""

#: packages/ec_ldap/src/Models/DirectoryGroup.php:89
msgid "An LDAP group must be selected."
msgstr ""

#: packages/ec_ldap/src/Models/DirectoryGroup.php:93
msgid "Group mappings must be unique."
msgstr ""

#: packages/ec_ldap/src/Models/DirectoryUser.php:441
msgid "Do Nothing"
msgstr ""

#: packages/ec_ldap/src/Models/DirectoryUser.php:442
msgid "Deactivate User"
msgstr "ปิดใช้งานผู้ใช้"

#: packages/ec_ldap/src/Models/DirectoryUser.php:443
msgid "Delete User"
msgstr "ลบผู้ใช้"

#: packages/ec_ldap/src/Ldap/Connection.php:174
msgid "Unable to start tls for connection"
msgstr ""

#: packages/ec_ldap/src/Ldap/Connection.php:238
msgid "You must set up a connection before binding to it."
msgstr ""

#: packages/ec_ldap/src/Ldap/Connection.php:311
msgid "Unknown error has occurred"
msgstr ""

#: packages/ec_ldap/src/Ldap/Connection.php:358
msgid "You must be connected to retrieve an error"
msgstr ""

#. Detailed debug information
#: packages/ec_ldap/src/Helpers/Logger.php:110
msgctxt "Log level"
msgid "Debug"
msgstr ""

#. Interesting events
#: packages/ec_ldap/src/Helpers/Logger.php:112
msgctxt "Log level"
msgid "Info"
msgstr ""

#. Uncommon events
#: packages/ec_ldap/src/Helpers/Logger.php:114
msgctxt "Log level"
msgid "Notice"
msgstr ""

#. Exceptional occurrences that are not errors
#: packages/ec_ldap/src/Helpers/Logger.php:116
msgctxt "Log level"
msgid "Warning"
msgstr ""

#. Runtime errors
#: packages/ec_ldap/src/Helpers/Logger.php:118
msgctxt "Log level"
msgid "Error"
msgstr "ผิดพลาด"

#. Critical conditions
#: packages/ec_ldap/src/Helpers/Logger.php:120
msgctxt "Log level"
msgid "Critical"
msgstr ""

#. Action must be taken immediately
#: packages/ec_ldap/src/Helpers/Logger.php:122
msgctxt "Log level"
msgid "Alert"
msgstr ""

#. Urgent alert
#: packages/ec_ldap/src/Helpers/Logger.php:124
msgctxt "Log level"
msgid "Emergency"
msgstr ""

#: packages/ec_ldap/src/Helpers/Logger.php:135
msgctxt "Log channel"
msgid "Application"
msgstr "ไฟล์"

#: packages/ec_ldap/src/Helpers/Logger.php:137
msgctxt "Log channel"
msgid "Sent Emails"
msgstr ""

#: packages/ec_ldap/src/Helpers/Logger.php:139
msgctxt "Log channel"
msgid "Exceptions"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/controller.php:63
msgid "Please provide both username and password."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/controller.php:73
msgid "No directory is configured to connect to."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/controller.php:83
msgid "Could not connect to the LDAP directory: "
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/controller.php:105
msgid "Invalid username and password combination"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/controller.php:162
msgid "Disabled"
msgstr "ปิดใช้งาน"

#: packages/ec_ldap/authentication/ec_ldap/form.php:18
msgid "Attach an LDAP account."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/form.php:24
#: packages/ec_ldap/authentication/ec_ldap/form.php:71
msgid "Email Address"
msgstr "ที่อยู่อีเมล์"

#: packages/ec_ldap/authentication/ec_ldap/form.php:25
#: packages/ec_ldap/authentication/ec_ldap/form.php:72
msgid "Username"
msgstr "ชื่อผู้ใช้"

#: packages/ec_ldap/authentication/ec_ldap/form.php:35
msgid "Attach account"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/form.php:42
msgid "Sign in with an LDAP account."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/form.php:51
msgid "Directory"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/form.php:82
msgid "Log in"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:13
msgid "Sync Settings"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:15
msgid "Queue Batch Size"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:17
msgid "Number of users that will be fetched at a time while running the sync job. A higher number will reduce the amount of time needed however running too many users may result in a timeout."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:23
msgid "Deleted LDAP User Action"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:29
msgid "Action to perform if a user is deleted from the LDAP directory. A user is considered deleted if the directory filters no longer result in the user being found in LDAP."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:34
msgid "Delete Timer Minutes"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:36
msgid ""
"The number of minutes to not check a user for the delete job after the user's\n"
"                last sync time."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:44
msgid "Link a concrete5 and LDAP user if the email matches."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:46
msgid "This option is generally safe if you force email validation. Accounts will only be linked if the concrete5 email is validation. If public registration is turned on validation this can create a serious security vulnerability."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:55
msgid "Only allow LDAP users to log in with LDAP authentication"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:67
msgid "Automatic Directory Selection"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:73
msgid "Network Settings"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:75
msgid "LDAP Network Timeout"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:77
msgid "The number of seconds to wait for an ldap server to timeout before trying to use the next configured server in the directory."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:82
msgid "LDAP Time Limit"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:84
msgid "The maximum number of seconds an ldap query can take to run before timing out. Note: The actual time limit for operations is also bound by the server's configured maximum time. The lesser of these two settings is the actual time limit."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:90
msgid "LDAP Cache TTL"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:92
msgid "The number of seconds an ldap object should be cached for. A higher value will reduce the number of LDAP queries made, especially during sync. To disable the cache set this value to  -1."
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:99
msgid "Debug Settings"
msgstr "ตั้งค่าการตรวจสอบความผิดพลาด"

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:101
msgid "Log Level"
msgstr ""

#: packages/ec_ldap/authentication/ec_ldap/type_form.php:107
msgid "The minimum level of detail to be logged to the concrete5 log for the \"ec_ldap\"channel."
msgstr ""

#: packages/ec_ldap/controllers/utility/assets_localization.php:16
msgid "Active Directory preset loaded"
msgstr ""

#: packages/ec_ldap/controllers/utility/assets_localization.php:17
msgid "Do you really want to delete this directory?"
msgstr ""

#: packages/ec_ldap/controllers/utility/assets_localization.php:18
msgid "Are you sure you want to delete this mapping?"
msgstr ""

#: packages/ec_ldap/controllers/utility/assets_localization.php:19
msgid "Search for LDAP group"
msgstr ""

#: packages/ec_ldap/controllers/utility/assets_localization.php:20
msgid "Search for concrete5 group"
msgstr ""

#: packages/ec_ldap/controllers/utility/directory.php:38
msgid "Directory saved successfully."
msgstr ""

#: packages/ec_ldap/controllers/utility/directory.php:71
#: packages/ec_ldap/controllers/utility/directory.php:103
msgid "Access is denied."
msgstr ""

#: packages/ec_ldap/controllers/utility/directory.php:94
msgid "Directory group mapping deleted successfully."
msgstr ""

#: packages/ec_ldap/controllers/utility/directory.php:129
msgid "%s (%s)"
msgstr "%s (%s)"

#: packages/ec_ldap/controllers/utility/directory.php:165
msgid "An error occurred while saving the directory priorities."
msgstr ""

#: packages/ec_ldap/controllers/utility/directory.php:171
msgid "Directory priorities were successfully saved."
msgstr ""

#: packages/ec_ldap/controllers/dialog/new_group_mapping.php:37
msgid "An error occurred while getting groups from LDAP."
msgstr ""

#: packages/ec_ldap/controllers/single_page/dashboard/system/registration/authentication/ec_ldap/edit.php:22
#: packages/ec_ldap/controllers/single_page/dashboard/system/registration/authentication/ec_ldap/edit.php:101
msgid "The directory was saved."
msgstr ""

#: packages/ec_ldap/controllers/single_page/dashboard/system/registration/authentication/ec_ldap.php:34
msgid "The directory was deleted."
msgstr ""

#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/add.php:7
#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/edit.php:11
msgid "Load Active Directory Preset"
msgstr ""

#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/add.php:17
#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/edit.php:24
msgid "Cancel"
msgstr "ยกเลิก"

#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/edit.php:13
msgid "Group Mapping"
msgstr ""

#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/edit.php:25
msgid "Save"
msgstr "บันทึก"

#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/edit.php:33
msgid "Delete Directory"
msgstr ""

#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/group_mapping.php:14
#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/group_mapping.php:15
msgid "Add Group Mapping"
msgstr ""

#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/group_mapping.php:38
msgid "Delete"
msgstr "ลบ"

#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/view.php:7
msgid "Add Directory"
msgstr ""

#: packages/ec_ldap/single_pages/dashboard/system/registration/authentication/ec_ldap/view.php:13
#: packages/ec_ldap/elements/directory_config_form.php:17
msgid "Display Name"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:14
msgid "Basic Details"
msgstr "รายละเอียดพื้นฐาน"

#: packages/ec_ldap/elements/directory_config_form.php:24
msgid "Domain Access Account Username"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:30
msgid "Domain Access Account Password"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:38
msgid "LDAP Servers"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:41
msgid "Add Additional Server"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:76
msgid "Preferred Server Selection"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:80
msgid "In Order"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:81
msgid "Random"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:87
msgid "Directory Type"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:91
msgid "Generic LDAP"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:92
msgid "Active Directory"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:93
msgid "Apple Open Directory"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:101
msgid "LDAP Schema"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:103
msgid "Base DN"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:106
msgid "The starting DN for this directory to use for all of its LDAP queries to the server, regardless as to the type of object it is querying for."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:111
msgid "Additional User DN"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:114
msgid "This is prepended to the base DN and is used as the DN when querying for user objects. This can be left blank."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:119
msgid "Additional Group DN"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:122
msgid "This is prepended to the base DN and is used as the DN when querying for group objects. This can be left blank."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:129
msgid "User Schema"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:131
msgid "User Object Filter"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:134
msgid "This is an LDAP filter that is applied when querying for user objects from your directory. This filter should be set up so that only user ldap objects are returned when the filter is applied. Usually this involves using an objectcategory or objectclass filter."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:140
msgid "Username Attribute"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:143
msgid "This should be the attribute that contains the data of the username, which is used to create the concrete5 account username and is used as the username the user logs in with."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:148
msgid "Alternate Username Attribute"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:151
msgid "This is an optional attribute that can be used as the login username. The Username Attribute will be used for the concrete5 account. This is only used to authenticate the user."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:156
msgid "User Email Attribute"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:159
msgid "This is the attribute that contains the user's email address."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:163
msgid "User Unique ID Attribute"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:166
msgid "This is used as a unique identifier for the user object. We use this in order to check for any existing links from an LDAP user to a concrete5 user before we attempt to create a concrete5 user when synchronizing."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:172
msgid "Remote Auth Username Attribute"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:175
msgid "If HTTP Header authentication is enabled the header value is checked against this attribute."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:181
msgid "Group Schema"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:183
msgid "Group Object Filter"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:186
msgid "This is an LDAP filter that is applied when querying for group objects from your directory. This filter should be set up so that only group ldap objects are returned when the filter is applied."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:192
msgid "Group Name Attribute"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:195
msgid "This is the user friendly group name that is displayed when setting up a group mapping."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:199
msgid "Group Membership Attribute"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:202
msgid "This is the attribute which contains a list of users (or other groups) which belong to the group."
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:207
msgid "Group Membership Reference Attribute"
msgstr ""

#: packages/ec_ldap/elements/directory_config_form.php:210
msgid "This is the LDAP attribute value from a user that will be present in the group membership attribute. \"DN\" can be used here if the membership attribute contains DNs."
msgstr ""

#: packages/ec_ldap/elements/directory_host_config.php:17
msgid "Hostname"
msgstr ""

#: packages/ec_ldap/elements/directory_host_config.php:28
msgid "Port"
msgstr ""

#: packages/ec_ldap/elements/directory_host_config.php:34
msgid "Encryption"
msgstr "การเข้ารหัส"

#: packages/ec_ldap/elements/directory_host_config.php:39
msgid "None"
msgstr "ไม่มี"

#: packages/ec_ldap/elements/directory_host_config.php:40
msgid "LDAPS"
msgstr ""

#: packages/ec_ldap/elements/directory_host_config.php:41
msgid "StartTLS"
msgstr ""

#: packages/ec_ldap/elements/directory_host_config.php:60
msgid "Remove Server"
msgstr ""
