msgid ""
msgstr ""
"Project-Id-Version: md_ldap 0.0.6\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: 2025-02-28T01:31:48+00:00\n"
"PO-Revision-Date: 2025-02-28T01:31:48+00:00\n"
"Language: ca\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0) ? 1 : 2);\n"

#: packages/md_ldap/config/install.xml:9
msgid "LDAP Directories"
msgstr ""

#: packages/md_ldap/config/install.xml:17
msgid "Add LDAP Directory"
msgstr ""

#: packages/md_ldap/config/install.xml:32
msgid "Edit LDAP Directory"
msgstr ""

#: packages/md_ldap/config/install.xml:47
msgid "LDAP Directory Group Mappings"
msgstr ""

#: packages/md_ldap/controller.php:26
msgid "Macareux LDAP Authentication"
msgstr ""

#: packages/md_ldap/controller.php:31
msgid "Provides LDAP authentication integration for Concrete CMS."
msgstr ""

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

#: packages/md_ldap/blocks/md_ldap_login/controller.php:23
msgid "Macareux LDAP Login"
msgstr ""

#: packages/md_ldap/blocks/md_ldap_login/controller.php:35
msgid "A block to login using LDAP"
msgstr ""

#: packages/md_ldap/blocks/md_ldap_login/controller.php:59
msgid "Invalid CSRF token."
msgstr ""

#: packages/md_ldap/blocks/md_ldap_login/controller.php:65
msgid "Login successful."
msgstr ""

#: packages/md_ldap/blocks/md_ldap_login/controller.php:79
#: packages/md_ldap/authentication/md_ldap/controller.php:68
msgid "Please provide both username and password."
msgstr "Especifiqueu el nom d'usuari i la contrasenya."

#: packages/md_ldap/blocks/md_ldap_login/controller.php:89
#: packages/md_ldap/authentication/md_ldap/controller.php:189
msgid "No directory is configured to connect to."
msgstr ""

#: packages/md_ldap/blocks/md_ldap_login/controller.php:99
#: packages/md_ldap/authentication/md_ldap/controller.php:76
msgid "Could not connect to the LDAP directory: "
msgstr ""

#: packages/md_ldap/blocks/md_ldap_login/controller.php:124
#: packages/md_ldap/authentication/md_ldap/controller.php:88
msgid "Invalid username and password combination"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:14
msgid "Basic Details"
msgstr "Detalls"

#: packages/md_ldap/elements/directory_config_form.php:17
#: packages/md_ldap/single_pages/dashboard/system/md_ldap/view.php:17
msgid "Display Name"
msgstr ""

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

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

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

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

#: packages/md_ldap/elements/directory_config_form.php:75
msgid "Preferred Server Selection"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:79
msgid "In Order"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:80
msgid "Random"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:86
msgid "Directory Type"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:90
msgid "Generic LDAP"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:91
msgid "Active Directory"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:92
msgid "Apple Open Directory"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:100
msgid "LDAP Schema"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:102
msgid "Base DN"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:105
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/md_ldap/elements/directory_config_form.php:110
msgid "Additional User DN"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:113
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/md_ldap/elements/directory_config_form.php:118
msgid "Additional Group DN"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:121
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/md_ldap/elements/directory_config_form.php:128
msgid "User Schema"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:130
msgid "User Object Filter"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:133
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/md_ldap/elements/directory_config_form.php:139
msgid "Username Attribute"
msgstr ""

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

#: packages/md_ldap/elements/directory_config_form.php:147
msgid "Alternate Username Attribute"
msgstr ""

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

#: packages/md_ldap/elements/directory_config_form.php:155
msgid "User Email Attribute"
msgstr ""

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

#: packages/md_ldap/elements/directory_config_form.php:162
msgid "User Unique ID Attribute"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:165
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 Concrete CMS user before we attempt to create a Concrete CMS user when synchronizing."
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:171
msgid "Remote Auth Username Attribute"
msgstr ""

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

#: packages/md_ldap/elements/directory_config_form.php:180
msgid "Group Schema"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:182
msgid "Group Object Filter"
msgstr ""

#: packages/md_ldap/elements/directory_config_form.php:185
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. It is possible to apply additional custom filters with \",\". Also, it is possible to use \"{{name}}\" as search name variable for filters."
msgstr ""

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

#: packages/md_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/md_ldap/elements/directory_config_form.php:199
msgid "Group Membership Attribute"
msgstr ""

#: packages/md_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/md_ldap/elements/directory_config_form.php:207
msgid "Group Membership Reference Attribute"
msgstr ""

#: packages/md_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/md_ldap/elements/directory_host_config.php:17
msgid "Hostname"
msgstr ""

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

#: packages/md_ldap/elements/directory_host_config.php:34
msgid "Encryption"
msgstr ""

#: packages/md_ldap/elements/directory_host_config.php:39
msgid "None"
msgstr "Res"

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

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

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

#: packages/md_ldap/elements/login_form.php:17
msgid "Attach an LDAP account."
msgstr ""

#: packages/md_ldap/elements/login_form.php:23
#: packages/md_ldap/elements/login_form.php:67
msgid "Email Address"
msgstr "Correu electrònic"

#: packages/md_ldap/elements/login_form.php:24
#: packages/md_ldap/elements/login_form.php:68
msgid "Username"
msgstr "Nom d'usuari"

#: packages/md_ldap/elements/login_form.php:34
msgid "Attach account"
msgstr ""

#: packages/md_ldap/elements/login_form.php:41
msgid "Sign in with an LDAP account."
msgstr ""

#: packages/md_ldap/elements/login_form.php:50
msgid "Directory"
msgstr "Directori"

#: packages/md_ldap/elements/login_form.php:78
msgid "Log in"
msgstr ""

#: packages/md_ldap/views/dialog/new_group_mapping.php:24
#: packages/md_ldap/single_pages/dashboard/system/md_ldap/group_mapping.php:26
msgid "LDAP Group"
msgstr ""

#: packages/md_ldap/views/dialog/new_group_mapping.php:28
#: packages/md_ldap/single_pages/dashboard/system/md_ldap/group_mapping.php:27
msgid "Concrete CMS Group"
msgstr ""

#: packages/md_ldap/views/dialog/new_group_mapping.php:35
msgid "Close"
msgstr "Tanca"

#: packages/md_ldap/views/dialog/new_group_mapping.php:37
#: packages/md_ldap/single_pages/dashboard/system/md_ldap/add.php:24
msgid "Add"
msgstr "Afegeix"

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

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

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

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

#: packages/md_ldap/controllers/dialog/assets_localization.php:20
msgid "Search for Concrete CMS group"
msgstr ""

#: packages/md_ldap/controllers/dialog/directory.php:28
msgid "Please select a Concrete CMS group."
msgstr ""

#: packages/md_ldap/controllers/dialog/directory.php:38
msgid "Please select an LDAP group."
msgstr ""

#: packages/md_ldap/controllers/dialog/directory.php:56
msgid "Directory saved successfully."
msgstr ""

#: packages/md_ldap/controllers/dialog/directory.php:83
#: packages/md_ldap/controllers/dialog/directory.php:111
msgid "Access is denied."
msgstr ""

#: packages/md_ldap/controllers/dialog/directory.php:104
msgid "Directory group mapping deleted successfully."
msgstr ""

#: packages/md_ldap/controllers/dialog/directory.php:141
#: packages/md_ldap/controllers/dialog/directory.php:146
msgid "%s (%s)"
msgstr "%s (%s)"

#: packages/md_ldap/controllers/dialog/directory.php:183
msgid "An error occurred while saving the directory priorities."
msgstr ""

#: packages/md_ldap/controllers/dialog/directory.php:190
msgid "Directory priorities were successfully saved."
msgstr ""

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

#: packages/md_ldap/controllers/single_page/dashboard/system/md_ldap/edit.php:32
#: packages/md_ldap/controllers/single_page/dashboard/system/md_ldap/edit.php:89
msgid "The directory was saved."
msgstr ""

#: packages/md_ldap/controllers/single_page/dashboard/system/md_ldap.php:33
msgid "The directory was deleted."
msgstr ""

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

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

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

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

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

#: packages/md_ldap/src/Entity/Directory.php:245
msgid "A display name must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:249
msgid "An admin username must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:253
msgid "An admin password must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:257
msgid "At least one server must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:271
msgid "An base DN must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:275
msgid "A user object filter must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:279
msgid "A username attribute must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:283
msgid "A user email attribute must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:287
msgid "A group object filter must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:291
msgid "A group name attribute must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:295
msgid "A group membership attribute must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:299
msgid "A group membership reference attribute must be provided."
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:331
msgid "Error binding to %s: %s"
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:341
#: packages/md_ldap/src/Entity/Directory.php:345
msgid "Error connecting to %s: %s"
msgstr ""

#: packages/md_ldap/src/Entity/Directory.php:508
msgid "Could not connect to directory server"
msgstr ""

#: packages/md_ldap/src/Entity/DirectoryGroup.php:79
msgid "A Concrete CMS group must be selected."
msgstr ""

#: packages/md_ldap/src/Entity/DirectoryGroup.php:83
msgid "An LDAP group must be selected."
msgstr ""

#: packages/md_ldap/src/Entity/DirectoryGroup.php:87
msgid "Group mappings must be unique."
msgstr ""

#: packages/md_ldap/src/Entity/DirectoryUser.php:434
msgid "Do Nothing"
msgstr ""

#: packages/md_ldap/src/Entity/DirectoryUser.php:435
msgid "Deactivate User"
msgstr ""

#: packages/md_ldap/src/Entity/DirectoryUser.php:436
msgid "Delete User"
msgstr "Esborra l'usuari"

#: packages/md_ldap/src/Tasks/MdLdapUserRemoveController.php:18
msgid "Remove/Deactivate LDAP Users"
msgstr ""

#: packages/md_ldap/src/Tasks/MdLdapUserRemoveController.php:23
msgid "Responsible for deactivating/removing users who no longer exist in LDAP"
msgstr ""

#: packages/md_ldap/src/Tasks/MdLdapUserRemoveController.php:38
#: packages/md_ldap/src/Tasks/MdLdapUserSyncController.php:71
msgid "Could not connect to LDAP server."
msgstr ""

#: packages/md_ldap/src/Tasks/MdLdapUserRemoveController.php:44
msgid "Started Ldap user  remove."
msgstr ""

#: packages/md_ldap/src/Tasks/MdLdapUserSyncController.php:21
msgid "Synchronizes LDAP Users"
msgstr ""

#: packages/md_ldap/src/Tasks/MdLdapUserSyncController.php:27
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/md_ldap/src/Tasks/MdLdapUserSyncController.php:76
msgid "Started Ldap user  sync."
msgstr ""

#: packages/md_ldap/single_pages/dashboard/system/md_ldap/add.php:13
#: packages/md_ldap/single_pages/dashboard/system/md_ldap/edit.php:13
msgid "Load Active Directory Preset"
msgstr ""

#: packages/md_ldap/single_pages/dashboard/system/md_ldap/add.php:23
#: packages/md_ldap/single_pages/dashboard/system/md_ldap/edit.php:26
msgid "Cancel"
msgstr "Cancel·la"

#: packages/md_ldap/single_pages/dashboard/system/md_ldap/edit.php:15
msgid "Group Mapping"
msgstr ""

#: packages/md_ldap/single_pages/dashboard/system/md_ldap/edit.php:27
msgid "Save"
msgstr "Desa"

#: packages/md_ldap/single_pages/dashboard/system/md_ldap/edit.php:35
msgid "Delete Directory"
msgstr ""

#: packages/md_ldap/single_pages/dashboard/system/md_ldap/group_mapping.php:18
#: packages/md_ldap/single_pages/dashboard/system/md_ldap/group_mapping.php:19
msgid "Add Group Mapping"
msgstr ""

#: packages/md_ldap/single_pages/dashboard/system/md_ldap/group_mapping.php:44
msgid "Delete"
msgstr "Esborra"

#: packages/md_ldap/single_pages/dashboard/system/md_ldap/view.php:11
msgid "Add Directory"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/controller.php:220
msgid "Disabled"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:16
msgid "Sync Settings"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:18
msgid "Queue Batch Size"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:20
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/md_ldap/authentication/md_ldap/type_form.php:26
msgid "Deleted LDAP User Action"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:32
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/md_ldap/authentication/md_ldap/type_form.php:37
msgid "Delete Timer Minutes"
msgstr ""

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

#: packages/md_ldap/authentication/md_ldap/type_form.php:47
msgid "Link a Concrete CMS and LDAP user if the email matches."
msgstr ""

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

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

#: packages/md_ldap/authentication/md_ldap/type_form.php:70
msgid "Automatic Directory Selection"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:76
msgid "Network Settings"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:78
msgid "LDAP Network Timeout"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:80
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/md_ldap/authentication/md_ldap/type_form.php:85
msgid "LDAP Time Limit"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:87
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/md_ldap/authentication/md_ldap/type_form.php:93
msgid "LDAP Cache TTL"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:95
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/md_ldap/authentication/md_ldap/type_form.php:102
msgid "Debug Settings"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:104
msgid "Log Level"
msgstr ""

#: packages/md_ldap/authentication/md_ldap/type_form.php:110
msgid "The minimum level of detail to be logged to the Concrete CMS log for the \"md_ldap\"channel."
msgstr ""
