You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

it.js 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194
  1. OC.L10N.register(
  2. "user_ldap",
  3. {
  4. "Failed to clear the mappings." : "Cancellazione delle associazioni non riuscita.",
  5. "Failed to delete the server configuration" : "Eliminazione della configurazione del server non riuscita",
  6. "Invalid configuration: Anonymous binding is not allowed." : "La configurazione non è valida: l'associazione anonima non è consentita.",
  7. "Valid configuration, connection established!" : "Configurazione valida, connessione stabilita!",
  8. "Valid configuration, but binding failed. Please check the server settings and credentials." : "Configurazione valida, ma associazione non riuscita. Controlla le impostazioni del server e le credenziali.",
  9. "Invalid configuration. Please have a look at the logs for further details." : "Configurazione non valida. Controlla i log per ulteriori dettagli.",
  10. "No action specified" : "Nessuna azione specificata",
  11. "No configuration specified" : "Nessuna configurazione specificata",
  12. "No data specified" : "Nessun dato specificato",
  13. " Could not set configuration %s" : "Impossibile impostare la configurazione %s",
  14. "Action does not exist" : "L'azione non esiste",
  15. "Renewing …" : "Rinnovo...",
  16. "Very weak password" : "Password molto debole",
  17. "Weak password" : "Password debole",
  18. "So-so password" : "Password così-così",
  19. "Good password" : "Password buona",
  20. "Strong password" : "Password forte",
  21. "The Base DN appears to be wrong" : "Il DN base sembra essere errato",
  22. "Testing configuration…" : "Prova della configurazione...",
  23. "Configuration incorrect" : "Configurazione non corretta",
  24. "Configuration incomplete" : "Configurazione incompleta",
  25. "Configuration OK" : "Configurazione corretta",
  26. "Select groups" : "Seleziona i gruppi",
  27. "Select object classes" : "Seleziona le classi di oggetti",
  28. "Please check the credentials, they seem to be wrong." : "Controlla le credenziali, sembrano essere errate.",
  29. "Please specify the port, it could not be auto-detected." : "Specifica la porta, potrebbe non essere rilevata automaticamente.",
  30. "Base DN could not be auto-detected, please revise credentials, host and port." : "Il DN base non può essere rilevato automaticamente, controlla le credenziali, l'host e la porta.",
  31. "Could not detect Base DN, please enter it manually." : "Impossibile rilevare il DN base, digitalo manualmente.",
  32. "{nthServer}. Server" : "{nthServer}. server",
  33. "No object found in the given Base DN. Please revise." : "Nessun oggetto trovato nel DN base specificato. Controlla.",
  34. "More than 1,000 directory entries available." : "Più di 1.000 cartelle disponibili.",
  35. "_{objectsFound} entry available within the provided Base DN_::_{objectsFound} entries available within the provided Base DN_" : ["{objectsFound} voce disponibile all'interno del DN base fornito","{objectsFound} voci disponibili all'interno del DN base fornito"],
  36. "An error occurred. Please check the Base DN, as well as connection settings and credentials." : "Si è verificato un errore. Controlla il DN base, così come le impostazioni di connessione e le credenziali.",
  37. "Do you really want to delete the current Server Configuration?" : "Vuoi davvero eliminare la configurazione attuale del server?",
  38. "Confirm Deletion" : "Conferma l'eliminazione",
  39. "Mappings cleared successfully!" : "Associazioni cancellate correttamente!",
  40. "Error while clearing the mappings." : "Errore durante la cancellazione delle associazioni.",
  41. "Anonymous bind is not allowed. Please provide a User DN and Password." : "L'associazione anonima non è consentita. Fornisci un DN utente e la password.",
  42. "LDAP Operations error. Anonymous bind might not be allowed." : "Errore delle operazioni LDAP. L'associazione anonima potrebbe non essere consentita.",
  43. "Saving failed. Please make sure the database is in Operation. Reload before continuing." : "Salvataggio non riuscito. Assicurati che il database sia operativo. Ricarica prima di continuare.",
  44. "Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Il cambio di modalità abiliterà le query LDAP automatiche. In base alla dimensione di LDAP, potrebbero richiedere del tempo. Vuoi ancora cambiare modalità?",
  45. "Mode switch" : "Cambio modalità",
  46. "Select attributes" : "Seleziona gli attributi",
  47. "User not found. Please check your login attributes and username. Effective filter (to copy-and-paste for command-line validation): <br/>" : "Utente non trovato. Controlla i tuoi attributi di accesso e il nome utente.\nFiltro effettivo (copiare e incollare per la convalida della riga di comando):<br/>",
  48. "User found and settings verified." : "Utente trovato e impostazioni verificate.",
  49. "Consider narrowing your search, as it encompassed many users, only the first one of whom will be able to log in." : "Valuta di restringere la tua ricerca, poiché ha incluso molti utenti, solo il primo dei quali sarà in grado di accedere.",
  50. "An unspecified error occurred. Please check log and settings." : "Si è verificato un errore non specificato. Controlla le impostazioni e il file di log.",
  51. "The search filter is invalid, probably due to syntax issues like uneven number of opened and closed brackets. Please revise." : "Il filtro di ricerca non è valido, probabilmente a causa di problemi di sintassi come un numero dispari di parentesi aperte e chiuse. Controlla.",
  52. "A connection error to LDAP / AD occurred, please check host, port and credentials." : "Si è verificato un errore di connessione a LDAP / AD, controlla l'host, la porta e le credenziali.",
  53. "The \"%uid\" placeholder is missing. It will be replaced with the login name when querying LDAP / AD." : "Manca il segnaposto \"%uid\". Sarà sostituito con il nome di accesso nelle interrogazioni LDAP / AD.",
  54. "Please provide a login name to test against" : "Fornisci un nome di accesso da provare",
  55. "The group box was disabled, because the LDAP / AD server does not support memberOf." : "La casella dei gruppi è stata disabilitata, poiché il server LDAP / AD non supporta memberOf.",
  56. "Password change rejected. Hint: " : "Cambio password rifiutato. Suggerimento:",
  57. "Please login with the new password" : "Accedi con la nuova password",
  58. "LDAP User backend" : "Motore Utenti LDAP",
  59. "Your password will expire tomorrow." : "La tua password scadrà domani.",
  60. "Your password will expire today." : "La tua password scadrà oggi.",
  61. "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["La tua password scadrà tra %n giorno.","La tua password scadrà oggi tra %n giorni."],
  62. "LDAP / AD integration" : "Integrazione LDAP / AD",
  63. "_%s group found_::_%s groups found_" : ["%s gruppo trovato","%s gruppi trovati"],
  64. "_%s user found_::_%s users found_" : ["%s utente trovato","%s utenti trovati"],
  65. "Could not detect user display name attribute. Please specify it yourself in advanced LDAP settings." : "Impossibile rilevare l'attributo nome visualizzato dell'utente. Specificalo nelle impostazioni avanzate di LDAP.",
  66. "Could not find the desired feature" : "Impossibile trovare la funzionalità desiderata",
  67. "Invalid Host" : "Host non valido",
  68. "LDAP user and group backend" : "Motore utenti e gruppi LDAP",
  69. "This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Questa applicazione consente agli amministratori di collegare Nextcloud a una directory di utenti basata su LDAP.",
  70. "This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Questa applicazione consente agli amministratori di collegare Nextcloud a una directory di utenti basata su LDAP per l'autenticazione e la creazione di utenti, gruppi e attributi utente. Gli amministratori possono configurare questa applicazione per collegare una o più directory LDAP o Active Directory tramite un'interfaccia LDAP. Gli attributi come quota utente, email, immagini personali, appartenenza ai gruppi e altro possono essere portati in Nextcloud da una directory con le interrogazioni e i filtri appropriati.\n\nUn utente accede a Nextcloud con le proprie credenziali LDAP o AD, e l'accesso viene accordato sulla base della richiesta di autenticazione gestita dal server LDAP o AD. Nextcloud non memorizza le password LDAP o AD, piuttosto queste credenziali sono utilizzate per autenticare un utente e poi Nextcloud utilizza una sessione per l'ID utente. Altre informazioni sono disponibili nella documentazione relativa a Motore utenti e gruppi LDAP.",
  71. "Test Configuration" : "Prova configurazione",
  72. "Help" : "Aiuto",
  73. "Groups meeting these criteria are available in %s:" : "I gruppi che corrispondono a questi criteri sono disponibili in %s:",
  74. "Only these object classes:" : "Solo queste classi di oggetti:",
  75. "Only from these groups:" : "Solo da questi gruppi:",
  76. "Search groups" : "Cerca gruppi",
  77. "Available groups" : "Gruppi disponibili",
  78. "Selected groups" : "Gruppi selezionati",
  79. "Edit LDAP Query" : "Modifica query LDAP",
  80. "LDAP Filter:" : "Filtro LDAP:",
  81. "The filter specifies which LDAP groups shall have access to the %s instance." : "Il filtro specifica quali gruppi LDAP devono avere accesso all'istanza %s.",
  82. "Verify settings and count the groups" : "Verifica le impostazioni e conta i gruppi",
  83. "When logging in, %s will find the user based on the following attributes:" : "Quando accedi, %s troverà l'utente sulla base dei seguenti attributi:",
  84. "LDAP / AD Username:" : "Nome utente LDAP / AD:",
  85. "Allows login against the LDAP / AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Consente l'accesso tramite il nome utente LDAP / AD, può essere sia \"uid\" o \"sAMAccountName\" e sarà rilevato.",
  86. "LDAP / AD Email Address:" : "Indirizzo email LDAP / AD:",
  87. "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Consente l'accesso tramite l'attributo email. \"mail\" e \"mailPrimaryAddress\" sono consentiti.",
  88. "Other Attributes:" : "Altri attributi:",
  89. "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Definisce i filtri da applicare quando viene eseguito il tentativo di accesso. \"%%uid\" rimpiazza il nome utente nell'azione di accesso. Esempio: \"uid=%%uid\"",
  90. "Test Loginname" : "Prova nome di accesso",
  91. "Verify settings" : "Verifica impostazioni",
  92. "%s. Server:" : "%s. server:",
  93. "Add a new configuration" : "Aggiungi una nuova configurazione",
  94. "Copy current configuration into new directory binding" : "Copia la configurazione attuale nella nuova cartella associata",
  95. "Delete the current configuration" : "Elimina la configurazione attuale",
  96. "Host" : "Host",
  97. "You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "È possibile omettere il protocollo, a meno che non sia necessario SSL. In questo caso, inizia con ldaps://",
  98. "Port" : "Porta",
  99. "Detect Port" : "Rileva porta",
  100. "User DN" : "DN utente",
  101. "The DN of the client user with which the bind shall be done, e.g. uid=agent,dc=example,dc=com. For anonymous access, leave DN and Password empty." : "Il DN per il client dell'utente con cui deve essere associato, ad esempio uid=agente,dc=esempio,dc=com. Per l'accesso anonimo, lasciare vuoti i campi DN e Password",
  102. "Password" : "Password",
  103. "For anonymous access, leave DN and Password empty." : "Per l'accesso anonimo, lascia vuoti i campi DN e Password",
  104. "Save Credentials" : "Salva credenziali",
  105. "One Base DN per line" : "Un DN base per riga",
  106. "You can specify Base DN for users and groups in the Advanced tab" : "Puoi specificare un DN base per gli utenti ed i gruppi nella scheda Avanzate",
  107. "Detect Base DN" : "Rileva DN base",
  108. "Test Base DN" : "Rileva DN base",
  109. "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Impedisce le richieste LDAP automatiche. Meglio per installazioni più grandi, ma richiede una certa conoscenza di LDAP.",
  110. "Manually enter LDAP filters (recommended for large directories)" : "Digita manualmente i filtri LDAP (consigliato per directory grandi)",
  111. "Listing and searching for users is constrained by these criteria:" : "L'elencazione e la ricerca di utenti è vincolata da questi criteri:",
  112. "The most common object classes for users are organizationalPerson, person, user, and inetOrgPerson. If you are not sure which object class to select, please consult your directory admin." : "Le classi di oggetti più comuni per gli utenti sono organizationalPerson, person, user, e inetOrgPerson. Se non sei sicuro su quale classe di oggetti selezionare, consulta l'amministratore della tua directory.",
  113. "The filter specifies which LDAP users shall have access to the %s instance." : "Il filtro specifica quali utenti LDAP devono avere accesso all'istanza %s.",
  114. "Verify settings and count users" : "Verifica le impostazioni e conta gli utenti",
  115. "Saving" : "Salvataggio",
  116. "Back" : "Indietro",
  117. "Continue" : "Continua",
  118. "Please renew your password." : "Rinnova la tua password.",
  119. "An internal error occurred." : "Si è verificato un errore interno.",
  120. "Please try again or contact your administrator." : "Prova ancora o contatta il tuo amministratore.",
  121. "Current password" : "Password attuale",
  122. "New password" : "Nuova password",
  123. "Renew password" : "Rinnova la password",
  124. "Wrong password." : "Password errata.",
  125. "Cancel" : "Annulla",
  126. "Server" : "Server",
  127. "Users" : "Utenti",
  128. "Login Attributes" : "Attributi di accesso",
  129. "Groups" : "Gruppi",
  130. "Expert" : "Esperto",
  131. "Advanced" : "Avanzate",
  132. "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "<b>Avviso:</b> il modulo PHP LDAP non è installato, il motore non funzionerà. Chiedi al tuo amministratore di sistema di installarlo.",
  133. "Connection Settings" : "Impostazioni di connessione",
  134. "Configuration Active" : "Configurazione attiva",
  135. "When unchecked, this configuration will be skipped." : "Se deselezionata, questa configurazione sarà saltata.",
  136. "Backup (Replica) Host" : "Host di backup (Replica)",
  137. "Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Fornisci un host di backup opzionale. Deve essere una replica del server AD/LDAP principale.",
  138. "Backup (Replica) Port" : "Porta di backup (Replica)",
  139. "Disable Main Server" : "Disabilita server principale",
  140. "Only connect to the replica server." : "Collegati solo al server di replica.",
  141. "Turn off SSL certificate validation." : "Disattiva il controllo del certificato SSL.",
  142. "Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your %s server." : "Non consigliata, da utilizzare solo per test! Se la connessione funziona solo con questa opzione, importa il certificate SSL del server LDAP sul tuo server %s.",
  143. "Cache Time-To-Live" : "Tempo di vita della cache",
  144. "in seconds. A change empties the cache." : "in secondi. Il cambio svuota la cache.",
  145. "Directory Settings" : "Impostazioni delle cartelle",
  146. "User Display Name Field" : "Campo per la visualizzazione del nome utente",
  147. "The LDAP attribute to use to generate the user's display name." : "L'attributo LDAP da usare per generare il nome visualizzato dell'utente.",
  148. "2nd User Display Name Field" : "Campo per il secondo nome visualizzato dell'utente",
  149. "Optional. An LDAP attribute to be added to the display name in brackets. Results in e.g. »John Doe (john.doe@example.org)«." : "Facoltativo. Un attributo LDAP da aggiungere al nome visualizzato tra parentesi. Ad es. »Mario Rossi (mario.rossi@esempio.org)«.",
  150. "Base User Tree" : "Struttura base dell'utente",
  151. "One User Base DN per line" : "Un DN base utente per riga",
  152. "User Search Attributes" : "Attributi di ricerca utente",
  153. "Optional; one attribute per line" : "Opzionale; un attributo per riga",
  154. "Group Display Name Field" : "Campo per la visualizzazione del nome del gruppo",
  155. "The LDAP attribute to use to generate the groups's display name." : "L'attributo LDAP da usare per generare il nome visualizzato del gruppo.",
  156. "Base Group Tree" : "Struttura base del gruppo",
  157. "One Group Base DN per line" : "Un DN base gruppo per riga",
  158. "Group Search Attributes" : "Attributi di ricerca gruppo",
  159. "Group-Member association" : "Associazione gruppo-utente ",
  160. "Dynamic Group Member URL" : "URL membro di gruppo dinamico",
  161. "The LDAP attribute that on group objects contains an LDAP search URL that determines what objects belong to the group. (An empty setting disables dynamic group membership functionality.)" : "L'attributo LDAP che sugli oggetti di gruppo contiene un URL di ricerca LDAP che determina quali oggetti appartengono al gruppo. (Un valore vuoto disabilità la funzionalità di appartenenza ai gruppi dinamica)",
  162. "Nested Groups" : "Gruppi nidificati",
  163. "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Quando è attivato, i gruppi che contengono altri gruppi sono supportati. (Funziona solo se l'attributo del gruppo membro contiene DN.)",
  164. "Paging chunksize" : "Dimensione del blocco di paginazione",
  165. "Chunksize used for paged LDAP searches that may return bulky results like user or group enumeration. (Setting it 0 disables paged LDAP searches in those situations.)" : "Dimensione del blocco per le ricerche LDAP paginate che potrebbero restituire risultati pesanti come l'enumerazione di utenti o gruppi.(L'impostazione a 0 disabilita le ricerche LDAP paginate in questi casi.)",
  166. "Enable LDAP password changes per user" : "Abilita le modifiche per utente della password LDAP",
  167. "Allow LDAP users to change their password and allow Super Administrators and Group Administrators to change the password of their LDAP users. Only works when access control policies are configured accordingly on the LDAP server. As passwords are sent in plaintext to the LDAP server, transport encryption must be used and password hashing should be configured on the LDAP server." : "Consente agli utenti LDAP di cambiare la propria password e consente al super amministratore e agli amministratori dei gruppi di cambiare la password dei rispettivi utenti LDAP. Funziona solo se i criteri di controllo di accesso sono configurati in accordo sul server LDAP. Poiché le password sono inviate in chiaro al server LDAP, è necessario utilizzare la cifratura del trasporto e configurare la creazione di un hash della password sul server LDAP.",
  168. "(New password is sent as plain text to LDAP)" : "(La nuova password è inviata in chiaro a LDAP)",
  169. "Default password policy DN" : "DN criterio predefinito delle password",
  170. "The DN of a default password policy that will be used for password expiry handling. Works only when LDAP password changes per user are enabled and is only supported by OpenLDAP. Leave empty to disable password expiry handling." : "Il DN di un criterio predefinito delle password che sarà utilizzato per la gestione della scadenza delle password. Funziona solo quando la password LDAP è modificabile dall'utente ed è supportata solo da OpenLDAP. Lascia vuoto per disabilitare la gestione della scadenza delle password.",
  171. "Special Attributes" : "Attributi speciali",
  172. "Quota Field" : "Campo Quota",
  173. "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Lascia vuoto per la quota utente predefinita. Altrimenti, specifica un attributo LDAP/AD.",
  174. "Quota Default" : "Quota predefinita",
  175. "Override default quota for LDAP users who do not have a quota set in the Quota Field." : "Applica la quota predefinita per gli utenti LDAP che non hanno un valore impostato nel campo Quota.",
  176. "Email Field" : "Campo Email",
  177. "Set the user's email from their LDAP attribute. Leave it empty for default behaviour." : "Imposta l'indirizzo di posta degli utenti dal loro attributo LDAP. Lascialo vuoto per il comportamento predefinito.",
  178. "User Home Folder Naming Rule" : "Regola di assegnazione del nome della cartella utente",
  179. "Leave empty for user name (default). Otherwise, specify an LDAP/AD attribute." : "Lascia vuoto per il nome utente (predefinito). Altrimenti, specifica un attributo LDAP/AD.",
  180. "\"$home\" Placeholder Field" : "Segnaposto \"$home\"",
  181. "$home in an external storage configuration will be replaced with the value of the specified attribute" : "$home nella configurazione di un'archiviazione esterna sarà sostituita con il valore dell'attributo specificato",
  182. "Internal Username" : "Nome utente interno",
  183. "By default the internal username will be created from the UUID attribute. It makes sure that the username is unique and characters do not need to be converted. The internal username has the restriction that only these characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced with their ASCII correspondence or simply omitted. On collisions a number will be added/increased. The internal username is used to identify a user internally. It is also the default name for the user home folder. It is also a part of remote URLs, for instance for all *DAV services. With this setting, the default behavior can be overridden. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users." : "In modo predefinito, il nome utente interno sarà creato dall'attributo UUID. Ciò assicura che il nome utente sia univoco e che non sia necessario convertire i caratteri. Il nome utente interno consente l'uso di determinati caratteri: [ a-zA-Z0-9_.@- ]. Altri caratteri sono sostituiti con il corrispondente ASCII o sono semplicemente omessi. In caso di conflitto, sarà aggiunto/incrementato un numero. Il nome utente interno è utilizzato per identificare un utente internamente. Rappresenta, inoltre, il nome predefinito per la cartella home dell'utente in ownCloud. Costituisce anche una parte di URL remoti, ad esempio per tutti i servizi *DAV. Con questa impostazione, il comportamento predefinito può essere scavalcato. Lascialo vuoto per ottenere il comportamento predefinito. Le modifiche avranno effetto solo sui nuovo utenti LDAP associati (aggiunti).",
  184. "Internal Username Attribute:" : "Attributo nome utente interno:",
  185. "Override UUID detection" : "Ignora rilevamento UUID",
  186. "By default, the UUID attribute is automatically detected. The UUID attribute is used to doubtlessly identify LDAP users and groups. Also, the internal username will be created based on the UUID, if not specified otherwise above. You can override the setting and pass an attribute of your choice. You must make sure that the attribute of your choice can be fetched for both users and groups and it is unique. Leave it empty for default behavior. Changes will have effect only on newly mapped (added) LDAP users and groups." : "In modo predefinito, l'attributo UUID viene rilevato automaticamente. L'attributo UUID è utilizzato per identificare senza alcun dubbio gli utenti e i gruppi LDAP. Inoltre, il nome utente interno sarà creato sulla base dell'UUID, se non è specificato in precedenza. Puoi ignorare l'impostazione e fornire un attributo di tua scelta. Assicurati che l'attributo scelto possa essere ottenuto sia per gli utenti che per i gruppi e che sia univoco. Lascialo vuoto per ottenere il comportamento predefinito. Le modifiche avranno effetto solo sui nuovi utenti e gruppi LDAP associati (aggiunti).",
  187. "UUID Attribute for Users:" : "Attributo UUID per gli utenti:",
  188. "UUID Attribute for Groups:" : "Attributo UUID per i gruppi:",
  189. "Username-LDAP User Mapping" : "Associazione Nome utente-Utente LDAP",
  190. "Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "I nomi utente sono utilizzati per archiviare e assegnare i metadati. Per identificare con precisione e riconoscere gli utenti, ogni utente LDAP avrà un nome utente interno. Il nome utente creato. Ciò richiede un'associazione tra il nome utente e l'utente LDAP. Il nome utente creato è associato allo UUID dell'utente LDAP. In aggiunta, il DN viene memorizzato in cache per ridurre l'interazione con LDAP, ma non è utilizzato per l'identificazione. Se il DN cambia, le modifiche saranno rilevate. Il nome utente interno è utilizzato dappertutto. La cancellazione delle associazioni lascerà tracce residue ovunque e interesserà tutta la configurazione LDAP. Non cancellare mai le associazioni in un ambiente di produzione, ma solo in una fase sperimentale o di test.",
  191. "Clear Username-LDAP User Mapping" : "Cancella associazione Nome utente-Utente LDAP",
  192. "Clear Groupname-LDAP Group Mapping" : "Cancella associazione Nome gruppo-Gruppo LDAP"
  193. },
  194. "nplurals=2; plural=(n != 1);");