diff options
Diffstat (limited to 'apps/user_ldap/l10n/ca.js')
-rw-r--r-- | apps/user_ldap/l10n/ca.js | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ca.js b/apps/user_ldap/l10n/ca.js index 6c57d092fe6..1c8b4d7c913 100644 --- a/apps/user_ldap/l10n/ca.js +++ b/apps/user_ldap/l10n/ca.js @@ -155,6 +155,8 @@ OC.L10N.register( "One User Base DN per line" : "Una DN Base d'Usuari per línia", "User Search Attributes" : "Atributs de cerca d'usuari", "Optional; one attribute per line" : "Opcional; Un atribut per línia", + "Disable users missing from LDAP" : "Inhabilita els usuaris que falten a LDAP", + "When switched on, users imported from LDAP which are then missing will be disabled" : "Quan estigui activat, es desactivaran els usuaris importats des de LDAP que després faltin", "Group Display Name Field" : "Camp per mostrar el nom del grup", "The LDAP attribute to use to generate the groups's display name." : "Atribut LDAP a usar per generar el nom a mostrar del grup.", "Base Group Tree" : "Arbre base de grups", @@ -183,6 +185,25 @@ OC.L10N.register( "Leave empty for username (default). Otherwise, specify an LDAP/AD attribute." : "Deixar buit pel nom d'usuari (per defecte). Altrament, especificar un atribut LDAP/AD.", "\"$home\" Placeholder Field" : "Camp de marcador de posició \"$home\"", "$home in an external storage configuration will be replaced with the value of the specified attribute" : "En la configuració d'un emmagatzematge extern es reemplaçarà $home amb el valor de l'atribut especificat", + "User Profile Attributes" : "Atributs del perfil d'usuari", + "Phone Field" : "Camp de telèfon", + "User profile Phone will be set from the specified attribute" : "Perfil d'usuari El telèfon s'establirà a partir de l'atribut especificat", + "Website Field" : "Camp del lloc web", + "User profile Website will be set from the specified attribute" : "Perfil d'usuari Lloc web s'establirà a partir de l'atribut especificat", + "Address Field" : "Camp d’adreça", + "User profile Address will be set from the specified attribute" : "Perfil d'usuari L'adreça s'establirà a partir de l'atribut especificat", + "Twitter Field" : "Camp de Twitter", + "User profile Twitter will be set from the specified attribute" : "El perfil d'usuari de Twitter s'establirà a partir de l'atribut especificat", + "Fediverse Field" : "Camp Fediverse", + "User profile Fediverse will be set from the specified attribute" : "El perfil d'usuari Fediverse s'establirà a partir de l'atribut especificat", + "Organisation Field" : "Camp de l'organització", + "User profile Organisation will be set from the specified attribute" : "Organització del Perfil d'usuari s'establirà a partir de l'atribut especificat", + "Role Field" : "Camp de rol", + "User profile Role will be set from the specified attribute" : "El rol del perfil d'usuari s'establirà a partir de l'atribut especificat", + "Headline Field" : "Camp de titular", + "User profile Headline will be set from the specified attribute" : "El títol del perfil d'usuari s'establirà a partir de l'atribut especificat", + "Biography Field" : "Camp de Biografia", + "User profile Biography will be set from the specified attribute" : "La biografia del perfil d'usuari s'establirà a partir de l'atribut especificat", "Internal Username" : "Nom d'usuari intern", "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. Changes will have effect only on newly mapped (added) LDAP users. Leave it empty for default behavior." : "Per defecte, el nom d'usuari intern es crearà a partir de l'atribut UUID. S'assegura que el nom d'usuari és únic i que els caràcters no s'han de convertir. El nom d'usuari intern té la restricció que només es permeten aquests caràcters: [a-zA-Z0-9_.@-]. Altres caràcters es substitueixen per la seva correspondència ASCII o simplement s'ometen. En les col·lisions, s'afegirà/augmentarà un nombre. El nom d'usuari intern s'utilitza per identificar un usuari internament. També és el nom per defecte de la carpeta d'inici de l'usuari. També forma part dels URL remots, per exemple, per a tots els serveis DAV. Amb aquest paràmetre, es pot anul·lar el comportament per defecte. Els canvis només tindran efecte en els usuaris LDAP (afegits) recentment assignats. Deixeu-lo buit per al comportament per defecte.", "Internal Username Attribute:" : "Atribut nom d'usuari intern:", |