diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-31 01:55:55 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2015-03-31 01:55:55 -0400 |
commit | 1d06d93d271210793baf575414ff0dd8f576dae0 (patch) | |
tree | 192d545d4c29b04ce61b5603d62a845de7466ac4 /apps | |
parent | 8e0fef74ffe570b9c159b91a9d8fb1ef7b526aef (diff) | |
download | nextcloud-server-1d06d93d271210793baf575414ff0dd8f576dae0.tar.gz nextcloud-server-1d06d93d271210793baf575414ff0dd8f576dae0.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/da.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/da.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/pt_BR.json | 1 | ||||
-rw-r--r-- | apps/files/l10n/sr.js | 1 | ||||
-rw-r--r-- | apps/files/l10n/sr.json | 1 | ||||
-rw-r--r-- | apps/files_external/l10n/da.js | 5 | ||||
-rw-r--r-- | apps/files_external/l10n/da.json | 5 | ||||
-rw-r--r-- | apps/files_external/l10n/es.js | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/es.json | 4 | ||||
-rw-r--r-- | apps/files_external/l10n/pt_BR.js | 5 | ||||
-rw-r--r-- | apps/files_external/l10n/pt_BR.json | 5 | ||||
-rw-r--r-- | apps/user_ldap/l10n/da.js | 32 | ||||
-rw-r--r-- | apps/user_ldap/l10n/da.json | 32 |
14 files changed, 62 insertions, 36 deletions
diff --git a/apps/files/l10n/da.js b/apps/files/l10n/da.js index 84289c65679..b9dfbe23ab2 100644 --- a/apps/files/l10n/da.js +++ b/apps/files/l10n/da.js @@ -102,6 +102,7 @@ OC.L10N.register( "Folder" : "Mappe", "Upload" : "Upload", "Cancel upload" : "Fortryd upload", + "No files in here" : "Her er ingen filer", "Upload some content or sync with your devices!" : "Overfør indhold eller synkronisér med dine enheder!", "No entries found in this folder" : "Der blev ikke fundet poster i denne mappe", "Select all" : "Vælg alle", diff --git a/apps/files/l10n/da.json b/apps/files/l10n/da.json index 5c6b681177b..3ba0f9abbd8 100644 --- a/apps/files/l10n/da.json +++ b/apps/files/l10n/da.json @@ -100,6 +100,7 @@ "Folder" : "Mappe", "Upload" : "Upload", "Cancel upload" : "Fortryd upload", + "No files in here" : "Her er ingen filer", "Upload some content or sync with your devices!" : "Overfør indhold eller synkronisér med dine enheder!", "No entries found in this folder" : "Der blev ikke fundet poster i denne mappe", "Select all" : "Vælg alle", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 8a62a6c9e18..7d23e67422b 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -101,6 +101,7 @@ OC.L10N.register( "Folder" : "Pasta", "Upload" : "Enviar", "Cancel upload" : "Cancelar envio", + "No files in here" : "Nenhum arquivo aqui", "Upload some content or sync with your devices!" : "Carregue algum conteúdo ou sincronize com seus dispositivos!", "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", "Select all" : "Selecionar tudo", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index cf65eeccc23..17c69e0607d 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -99,6 +99,7 @@ "Folder" : "Pasta", "Upload" : "Enviar", "Cancel upload" : "Cancelar envio", + "No files in here" : "Nenhum arquivo aqui", "Upload some content or sync with your devices!" : "Carregue algum conteúdo ou sincronize com seus dispositivos!", "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", "Select all" : "Selecionar tudo", diff --git a/apps/files/l10n/sr.js b/apps/files/l10n/sr.js index 9c1485ecd79..84d7397ec30 100644 --- a/apps/files/l10n/sr.js +++ b/apps/files/l10n/sr.js @@ -102,6 +102,7 @@ OC.L10N.register( "Folder" : "фасцикла", "Upload" : "Отпреми", "Cancel upload" : "Откажи отпремање", + "No files in here" : "Непостоје датотеке овде", "Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!", "No entries found in this folder" : "Нема ничега у овој фасцикли", "Select all" : "Означи све", diff --git a/apps/files/l10n/sr.json b/apps/files/l10n/sr.json index 5fa46bcea17..07bc3f43c10 100644 --- a/apps/files/l10n/sr.json +++ b/apps/files/l10n/sr.json @@ -100,6 +100,7 @@ "Folder" : "фасцикла", "Upload" : "Отпреми", "Cancel upload" : "Откажи отпремање", + "No files in here" : "Непостоје датотеке овде", "Upload some content or sync with your devices!" : "Отпремите неки садржај или синхронизујте са вашим уређајима!", "No entries found in this folder" : "Нема ничега у овој фасцикли", "Select all" : "Означи све", diff --git a/apps/files_external/l10n/da.js b/apps/files_external/l10n/da.js index 00b81fb0eec..54bf95a774a 100644 --- a/apps/files_external/l10n/da.js +++ b/apps/files_external/l10n/da.js @@ -44,6 +44,9 @@ OC.L10N.register( "URL" : "URL", "Secure https://" : "Sikker https://", "Public key" : "Offentlig nøgle", + "Storage with id \"%i\" not found" : "Lager med ID'et \"%i% er ikke fundet", + "Invalid mount point" : "Fokert monteringspunkt", + "Invalid storage backend \"%s\"" : "Forkert lager til backend \"%s\"en", "Access granted" : "Adgang godkendt", "Error configuring Dropbox storage" : "Fejl ved konfiguration af Dropbox plads", "Grant access" : "Godkend adgang", @@ -61,6 +64,7 @@ OC.L10N.register( "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Bemærk:</b> FTP understøttelsen i PHP er enten ikke aktiveret eller installeret. Montering af %s er ikke muligt. Anmod din systemadministrator om at installere det.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Bemærk:</b> \"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", "No external storage configured" : "Der er ingen konfigurerede eksterne lagre", + "You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger", "Name" : "Navn", "Storage type" : "Lagertype", "Scope" : "Anvendelsesområde", @@ -69,6 +73,7 @@ OC.L10N.register( "Configuration" : "Opsætning", "Available for" : "Tilgængelig for", "Add storage" : "Tilføj lager", + "Advanced settings" : "Avancerede indstillinger", "Delete" : "Slet", "Enable User External Storage" : "Aktivér ekstern opbevaring for brugere", "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager" diff --git a/apps/files_external/l10n/da.json b/apps/files_external/l10n/da.json index 6ad06336ef7..885d9d63925 100644 --- a/apps/files_external/l10n/da.json +++ b/apps/files_external/l10n/da.json @@ -42,6 +42,9 @@ "URL" : "URL", "Secure https://" : "Sikker https://", "Public key" : "Offentlig nøgle", + "Storage with id \"%i\" not found" : "Lager med ID'et \"%i% er ikke fundet", + "Invalid mount point" : "Fokert monteringspunkt", + "Invalid storage backend \"%s\"" : "Forkert lager til backend \"%s\"en", "Access granted" : "Adgang godkendt", "Error configuring Dropbox storage" : "Fejl ved konfiguration af Dropbox plads", "Grant access" : "Godkend adgang", @@ -59,6 +62,7 @@ "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Bemærk:</b> FTP understøttelsen i PHP er enten ikke aktiveret eller installeret. Montering af %s er ikke muligt. Anmod din systemadministrator om at installere det.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Bemærk:</b> \"%s\" er ikke installeret. Monteringen af %s er ikke mulig. Anmod din systemadministrator om at installere det.", "No external storage configured" : "Der er ingen konfigurerede eksterne lagre", + "You can add external storages in the personal settings" : "Du kan tilføje eksterne lagerenheder i de personlige indstillinger", "Name" : "Navn", "Storage type" : "Lagertype", "Scope" : "Anvendelsesområde", @@ -67,6 +71,7 @@ "Configuration" : "Opsætning", "Available for" : "Tilgængelig for", "Add storage" : "Tilføj lager", + "Advanced settings" : "Avancerede indstillinger", "Delete" : "Slet", "Enable User External Storage" : "Aktivér ekstern opbevaring for brugere", "Allow users to mount the following external storage" : "Tillad brugere at montere følgende som eksternt lager" diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index e54036d4f61..6f9ee1cbe45 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -15,7 +15,7 @@ OC.L10N.register( "Bucket" : "Depósito", "Amazon S3 and compliant" : "Amazon S3 y compatibilidad", "Access Key" : "Clave de Acceso", - "Secret Key" : "Clave Secreta", + "Secret Key" : "Clave secreta", "Hostname" : "Nombre de equipo", "Port" : "Puerto", "Region" : "Región", @@ -64,7 +64,7 @@ OC.L10N.register( "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> El soporte de FTP en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador del sistema que lo instale.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" no está instalado. No se puede montar %s. Pídale al administrador del sistema que lo instale.", "No external storage configured" : "No hay ningún almacenamiento externo configurado", - "You can add external storages in the personal settings" : "Puedes agregar almacenamientos externos en la configuración personal", + "You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal", "Name" : "Nombre", "Storage type" : "Tipo de almacenamiento", "Scope" : "Ámbito", diff --git a/apps/files_external/l10n/es.json b/apps/files_external/l10n/es.json index abf7cc689c5..857c26ae344 100644 --- a/apps/files_external/l10n/es.json +++ b/apps/files_external/l10n/es.json @@ -13,7 +13,7 @@ "Bucket" : "Depósito", "Amazon S3 and compliant" : "Amazon S3 y compatibilidad", "Access Key" : "Clave de Acceso", - "Secret Key" : "Clave Secreta", + "Secret Key" : "Clave secreta", "Hostname" : "Nombre de equipo", "Port" : "Puerto", "Region" : "Región", @@ -62,7 +62,7 @@ "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> El soporte de FTP en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador del sistema que lo instale.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" no está instalado. No se puede montar %s. Pídale al administrador del sistema que lo instale.", "No external storage configured" : "No hay ningún almacenamiento externo configurado", - "You can add external storages in the personal settings" : "Puedes agregar almacenamientos externos en la configuración personal", + "You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal", "Name" : "Nombre", "Storage type" : "Tipo de almacenamiento", "Scope" : "Ámbito", diff --git a/apps/files_external/l10n/pt_BR.js b/apps/files_external/l10n/pt_BR.js index 5b63c64641f..4abc66a1dcf 100644 --- a/apps/files_external/l10n/pt_BR.js +++ b/apps/files_external/l10n/pt_BR.js @@ -44,6 +44,9 @@ OC.L10N.register( "URL" : "URL", "Secure https://" : "https:// segura", "Public key" : "Chave pública", + "Storage with id \"%i\" not found" : "Armazenamento com id \"%i\" não encontrado", + "Invalid mount point" : "Ponto de montagem inválido", + "Invalid storage backend \"%s\"" : "Armazenamento backend inválido \"%s\"", "Access granted" : "Acesso concedido", "Error configuring Dropbox storage" : "Erro ao configurar armazenamento do Dropbox", "Grant access" : "Permitir acesso", @@ -61,6 +64,7 @@ OC.L10N.register( "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> O suporte FTP no PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" não está instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", "No external storage configured" : "Nenhum armazendo externo foi configurado", + "You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais", "Name" : "Nome", "Storage type" : "Tipo de armazenamento", "Scope" : "Escopo", @@ -69,6 +73,7 @@ OC.L10N.register( "Configuration" : "Configuração", "Available for" : "Disponível para", "Add storage" : "Adicionar Armazenamento", + "Advanced settings" : "Configurações avançadas", "Delete" : "Excluir", "Enable User External Storage" : "Habilitar Armazenamento Externo do Usuário", "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo" diff --git a/apps/files_external/l10n/pt_BR.json b/apps/files_external/l10n/pt_BR.json index 6e7890fc86a..2fb9a422265 100644 --- a/apps/files_external/l10n/pt_BR.json +++ b/apps/files_external/l10n/pt_BR.json @@ -42,6 +42,9 @@ "URL" : "URL", "Secure https://" : "https:// segura", "Public key" : "Chave pública", + "Storage with id \"%i\" not found" : "Armazenamento com id \"%i\" não encontrado", + "Invalid mount point" : "Ponto de montagem inválido", + "Invalid storage backend \"%s\"" : "Armazenamento backend inválido \"%s\"", "Access granted" : "Acesso concedido", "Error configuring Dropbox storage" : "Erro ao configurar armazenamento do Dropbox", "Grant access" : "Permitir acesso", @@ -59,6 +62,7 @@ "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> O suporte FTP no PHP não está habilitado ou instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> \"%s\" não está instalado. Montagem de %s não é possível. Por favor, solicite ao seu administrador do sistema para instalá-lo.", "No external storage configured" : "Nenhum armazendo externo foi configurado", + "You can add external storages in the personal settings" : "Você pode adicionar armazenamentos externos nas configurações pessoais", "Name" : "Nome", "Storage type" : "Tipo de armazenamento", "Scope" : "Escopo", @@ -67,6 +71,7 @@ "Configuration" : "Configuração", "Available for" : "Disponível para", "Add storage" : "Adicionar Armazenamento", + "Advanced settings" : "Configurações avançadas", "Delete" : "Excluir", "Enable User External Storage" : "Habilitar Armazenamento Externo do Usuário", "Allow users to mount the following external storage" : "Permitir que usuários montem o seguinte armazenamento externo" diff --git a/apps/user_ldap/l10n/da.js b/apps/user_ldap/l10n/da.js index 7d74051a2a9..aecaa21a614 100644 --- a/apps/user_ldap/l10n/da.js +++ b/apps/user_ldap/l10n/da.js @@ -1,10 +1,10 @@ OC.L10N.register( "user_ldap", { - "Failed to clear the mappings." : "Mislykkedes med at rydde afbildningerne.", + "Failed to clear the mappings." : "Mislykkedes med at rydde delingerne.", "Failed to delete the server configuration" : "Kunne ikke slette server konfigurationen", "The configuration is valid and the connection could be established!" : "Konfigurationen er korrekt og forbindelsen kunne etableres!", - "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurationen er gyldig, men Bind'en mislykkedes. Tjek venligst serverindstillingerne og akkreditiverne.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurationen er gyldig, men forbindelsen mislykkedes. Tjek venligst serverindstillingerne og akkreditiverne.", "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurationen er ugyldig. Se venligst i loggen for yderligere detaljer.", "No action specified" : "Der er ikke angivet en handling", "No configuration specified" : "Der er ikke angivet en konfiguration", @@ -15,7 +15,7 @@ OC.L10N.register( "Keep settings?" : "Behold indstillinger?", "{nthServer}. Server" : "{nthServer}. server", "Cannot add server configuration" : "Kan ikke tilføje serverkonfiguration", - "mappings cleared" : "afbildninger blev ryddet", + "mappings cleared" : "forbindelser blev ryddet", "Success" : "Succes", "Error" : "Fejl", "Please specify a Base DN" : "Angiv venligst en Base DN", @@ -27,8 +27,8 @@ OC.L10N.register( "Select groups" : "Vælg grupper", "Select object classes" : "Vælg objektklasser", "Select attributes" : "Vælg attributter", - "Connection test succeeded" : "Forbindelsestest lykkedes", - "Connection test failed" : "Forbindelsestest mislykkedes", + "Connection test succeeded" : "Forbindelsestesten lykkedes", + "Connection test failed" : "Forbindelsestesten mislykkedes", "Do you really want to delete the current Server Configuration?" : "Ønsker du virkelig at slette den nuværende Server Konfiguration?", "Confirm Deletion" : "Bekræft Sletning", "_%s group found_::_%s groups found_" : ["Der blev fundet %s gruppe","Der blev fundet %s grupper"], @@ -43,32 +43,32 @@ OC.L10N.register( "Save" : "Gem", "Test Configuration" : "Test Konfiguration", "Help" : "Hjælp", - "Groups meeting these criteria are available in %s:" : "Grupper som modsvarer disse kriterier er tilgængelige i %s:", + "Groups meeting these criteria are available in %s:" : "Grupper som opfylder disse kriterier er tilgængelige i %s:", "only those object classes:" : "kun disse objektklasser:", "only from those groups:" : "kun fra disse grupper:", - "Edit raw filter instead" : "Redigér det rå filter i stedet", + "Edit raw filter instead" : "Redigér rå filter i stedet", "Raw LDAP filter" : "Råt LDAP-filter", "The filter specifies which LDAP groups shall have access to the %s instance." : "Filteret angiver hvilke LDAP-grupper, der skal have adgang til instansen %s.", - "Test Filter" : "Testfilter", + "Test Filter" : "Test filter", "groups found" : "grupper blev fundet", "Users login with this attribute:" : "Brugeres login med dette attribut:", "LDAP Username:" : "LDAP-brugernavn:", - "LDAP Email Address:" : "LDAP-e-mailadresse:", + "LDAP Email Address:" : "LDAP e-mailadresse:", "Other Attributes:" : "Andre attributter:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definerer dét filter der anvendes, når der er forsøg på at logge ind. %%uuid erstattter brugernavnet i login-handlingen. Eksempel: \"uid=%%uuid\"", "1. Server" : "1. server", "%s. Server:" : "%s. server:", "Add Server Configuration" : "Tilføj Server Konfiguration", "Delete Configuration" : "Slet konfiguration", - "Host" : "Host", + "Host" : "Vært", "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du kan udelade protokollen, medmindre du skal bruge SSL. Start i så fald med ldaps://", "Port" : "Port", "User DN" : "Bruger DN", - "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." : "DN'et for klientbrugeren, for hvilken bindingen skal foretages, eks. uid=agent,dc=eksempel,dc=com. For anonym adgang lades DN og Password stå tomme.", + "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." : "DN'et for klientbrugeren, for hvilken forbindelsen skal foretages, eks. uid=agent,dc=eksempel,dc=com. For anonym adgang lades DN og Password stå tomme.", "Password" : "Kodeord", "For anonymous access, leave DN and Password empty." : "For anonym adgang, skal du lade DN og Adgangskode tomme.", "One Base DN per line" : "Ét Base DN per linje", - "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", + "You can specify Base DN for users and groups in the Advanced tab" : "Du kan specificere base DN for brugere og grupper i fanen Advanceret", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Undgår automatiske LDAP-forespørgsler. Bedre på større opsætninger, men kræver en del LDAP-kendskab.", "Manually enter LDAP filters (recommended for large directories)" : "Angiv LDAP-filtre manuelt (anbefales til større kataloger)", "Limit %s access to users meeting these criteria:" : "Begræns %s-adgangen til brugere som imødekommer disse kriterier:", @@ -90,13 +90,13 @@ OC.L10N.register( "Backup (Replica) Port" : "Port for sikkerhedskopi (replika)", "Disable Main Server" : "Deaktiver Hovedserver", "Only connect to the replica server." : "Forbind kun til replika serveren.", - "Case insensitive LDAP server (Windows)" : "LDAP-server som ikke er versalfølsom (Windows)", + "Case insensitive LDAP server (Windows)" : "LDAP-server som ikke er følsom over for store/små bogstaver (Windows)", "Turn off SSL certificate validation." : "Deaktiver SSL certifikat validering", "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." : "Anbefales ikke - bruges kun til testformål! Hvis forbindelse udelukkende fungerer med dette tilvalg, så importér LDAP-serverens SSL-certifikat i din %s-server.", - "Cache Time-To-Live" : "Cache Time-To-Live", + "Cache Time-To-Live" : "Cache levetid", "in seconds. A change empties the cache." : "i sekunder. En ændring vil tømme cachen.", "Directory Settings" : "Mappeindstillinger", - "User Display Name Field" : "User Display Name Field", + "User Display Name Field" : "Vist brugernavn felt", "The LDAP attribute to use to generate the user's display name." : "LDAP-attributten som skal bruges til at oprette brugerens viste navn.", "Base User Tree" : "Base Bruger Træ", "One User Base DN per line" : "Én bruger-Base DN per linje", @@ -107,7 +107,7 @@ OC.L10N.register( "Base Group Tree" : "Base Group Tree", "One Group Base DN per line" : "Ét gruppe-Base DN per linje", "Group Search Attributes" : "Attributter for gruppesøgning", - "Group-Member association" : "Group-Member association", + "Group-Member association" : "Guppemedlem forening", "Nested Groups" : "Indlejrede grupper", "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Når slået til, så vil grupper som rummer grupper blive understøttet. (Dette fungerer kun, hvis attributten for gruppemedlem indeholder DN'er.)", "Paging chunksize" : "Fragmentstørrelse for sideinddeling", diff --git a/apps/user_ldap/l10n/da.json b/apps/user_ldap/l10n/da.json index 6a9a7e64410..817af6fa381 100644 --- a/apps/user_ldap/l10n/da.json +++ b/apps/user_ldap/l10n/da.json @@ -1,8 +1,8 @@ { "translations": { - "Failed to clear the mappings." : "Mislykkedes med at rydde afbildningerne.", + "Failed to clear the mappings." : "Mislykkedes med at rydde delingerne.", "Failed to delete the server configuration" : "Kunne ikke slette server konfigurationen", "The configuration is valid and the connection could be established!" : "Konfigurationen er korrekt og forbindelsen kunne etableres!", - "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurationen er gyldig, men Bind'en mislykkedes. Tjek venligst serverindstillingerne og akkreditiverne.", + "The configuration is valid, but the Bind failed. Please check the server settings and credentials." : "Konfigurationen er gyldig, men forbindelsen mislykkedes. Tjek venligst serverindstillingerne og akkreditiverne.", "The configuration is invalid. Please have a look at the logs for further details." : "Konfigurationen er ugyldig. Se venligst i loggen for yderligere detaljer.", "No action specified" : "Der er ikke angivet en handling", "No configuration specified" : "Der er ikke angivet en konfiguration", @@ -13,7 +13,7 @@ "Keep settings?" : "Behold indstillinger?", "{nthServer}. Server" : "{nthServer}. server", "Cannot add server configuration" : "Kan ikke tilføje serverkonfiguration", - "mappings cleared" : "afbildninger blev ryddet", + "mappings cleared" : "forbindelser blev ryddet", "Success" : "Succes", "Error" : "Fejl", "Please specify a Base DN" : "Angiv venligst en Base DN", @@ -25,8 +25,8 @@ "Select groups" : "Vælg grupper", "Select object classes" : "Vælg objektklasser", "Select attributes" : "Vælg attributter", - "Connection test succeeded" : "Forbindelsestest lykkedes", - "Connection test failed" : "Forbindelsestest mislykkedes", + "Connection test succeeded" : "Forbindelsestesten lykkedes", + "Connection test failed" : "Forbindelsestesten mislykkedes", "Do you really want to delete the current Server Configuration?" : "Ønsker du virkelig at slette den nuværende Server Konfiguration?", "Confirm Deletion" : "Bekræft Sletning", "_%s group found_::_%s groups found_" : ["Der blev fundet %s gruppe","Der blev fundet %s grupper"], @@ -41,32 +41,32 @@ "Save" : "Gem", "Test Configuration" : "Test Konfiguration", "Help" : "Hjælp", - "Groups meeting these criteria are available in %s:" : "Grupper som modsvarer disse kriterier er tilgængelige i %s:", + "Groups meeting these criteria are available in %s:" : "Grupper som opfylder disse kriterier er tilgængelige i %s:", "only those object classes:" : "kun disse objektklasser:", "only from those groups:" : "kun fra disse grupper:", - "Edit raw filter instead" : "Redigér det rå filter i stedet", + "Edit raw filter instead" : "Redigér rå filter i stedet", "Raw LDAP filter" : "Råt LDAP-filter", "The filter specifies which LDAP groups shall have access to the %s instance." : "Filteret angiver hvilke LDAP-grupper, der skal have adgang til instansen %s.", - "Test Filter" : "Testfilter", + "Test Filter" : "Test filter", "groups found" : "grupper blev fundet", "Users login with this attribute:" : "Brugeres login med dette attribut:", "LDAP Username:" : "LDAP-brugernavn:", - "LDAP Email Address:" : "LDAP-e-mailadresse:", + "LDAP Email Address:" : "LDAP e-mailadresse:", "Other Attributes:" : "Andre attributter:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Definerer dét filter der anvendes, når der er forsøg på at logge ind. %%uuid erstattter brugernavnet i login-handlingen. Eksempel: \"uid=%%uuid\"", "1. Server" : "1. server", "%s. Server:" : "%s. server:", "Add Server Configuration" : "Tilføj Server Konfiguration", "Delete Configuration" : "Slet konfiguration", - "Host" : "Host", + "Host" : "Vært", "You can omit the protocol, except you require SSL. Then start with ldaps://" : "Du kan udelade protokollen, medmindre du skal bruge SSL. Start i så fald med ldaps://", "Port" : "Port", "User DN" : "Bruger DN", - "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." : "DN'et for klientbrugeren, for hvilken bindingen skal foretages, eks. uid=agent,dc=eksempel,dc=com. For anonym adgang lades DN og Password stå tomme.", + "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." : "DN'et for klientbrugeren, for hvilken forbindelsen skal foretages, eks. uid=agent,dc=eksempel,dc=com. For anonym adgang lades DN og Password stå tomme.", "Password" : "Kodeord", "For anonymous access, leave DN and Password empty." : "For anonym adgang, skal du lade DN og Adgangskode tomme.", "One Base DN per line" : "Ét Base DN per linje", - "You can specify Base DN for users and groups in the Advanced tab" : "You can specify Base DN for users and groups in the Advanced tab", + "You can specify Base DN for users and groups in the Advanced tab" : "Du kan specificere base DN for brugere og grupper i fanen Advanceret", "Avoids automatic LDAP requests. Better for bigger setups, but requires some LDAP knowledge." : "Undgår automatiske LDAP-forespørgsler. Bedre på større opsætninger, men kræver en del LDAP-kendskab.", "Manually enter LDAP filters (recommended for large directories)" : "Angiv LDAP-filtre manuelt (anbefales til større kataloger)", "Limit %s access to users meeting these criteria:" : "Begræns %s-adgangen til brugere som imødekommer disse kriterier:", @@ -88,13 +88,13 @@ "Backup (Replica) Port" : "Port for sikkerhedskopi (replika)", "Disable Main Server" : "Deaktiver Hovedserver", "Only connect to the replica server." : "Forbind kun til replika serveren.", - "Case insensitive LDAP server (Windows)" : "LDAP-server som ikke er versalfølsom (Windows)", + "Case insensitive LDAP server (Windows)" : "LDAP-server som ikke er følsom over for store/små bogstaver (Windows)", "Turn off SSL certificate validation." : "Deaktiver SSL certifikat validering", "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." : "Anbefales ikke - bruges kun til testformål! Hvis forbindelse udelukkende fungerer med dette tilvalg, så importér LDAP-serverens SSL-certifikat i din %s-server.", - "Cache Time-To-Live" : "Cache Time-To-Live", + "Cache Time-To-Live" : "Cache levetid", "in seconds. A change empties the cache." : "i sekunder. En ændring vil tømme cachen.", "Directory Settings" : "Mappeindstillinger", - "User Display Name Field" : "User Display Name Field", + "User Display Name Field" : "Vist brugernavn felt", "The LDAP attribute to use to generate the user's display name." : "LDAP-attributten som skal bruges til at oprette brugerens viste navn.", "Base User Tree" : "Base Bruger Træ", "One User Base DN per line" : "Én bruger-Base DN per linje", @@ -105,7 +105,7 @@ "Base Group Tree" : "Base Group Tree", "One Group Base DN per line" : "Ét gruppe-Base DN per linje", "Group Search Attributes" : "Attributter for gruppesøgning", - "Group-Member association" : "Group-Member association", + "Group-Member association" : "Guppemedlem forening", "Nested Groups" : "Indlejrede grupper", "When switched on, groups that contain groups are supported. (Only works if the group member attribute contains DNs.)" : "Når slået til, så vil grupper som rummer grupper blive understøttet. (Dette fungerer kun, hvis attributten for gruppemedlem indeholder DN'er.)", "Paging chunksize" : "Fragmentstørrelse for sideinddeling", |