diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-26 00:07:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-26 00:07:43 +0000 |
commit | e5fe41e16bbcbd8f11c618db43fdd312f625cd3b (patch) | |
tree | 88d652a240cd3b4400ce258a317483bb9dee0c75 /apps | |
parent | 6db6911a13bf2d2d219422d25a0a4a4406dce8ef (diff) | |
download | nextcloud-server-e5fe41e16bbcbd8f11c618db43fdd312f625cd3b.tar.gz nextcloud-server-e5fe41e16bbcbd8f11c618db43fdd312f625cd3b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
36 files changed, 348 insertions, 20 deletions
diff --git a/apps/comments/l10n/pt_BR.js b/apps/comments/l10n/pt_BR.js index edc986c1b7b..4fe8461b7db 100644 --- a/apps/comments/l10n/pt_BR.js +++ b/apps/comments/l10n/pt_BR.js @@ -10,7 +10,7 @@ OC.L10N.register( "Edit comment" : "Editar comentário", "[Deleted user]" : "[Usuário excluído]", "No comments yet, start the conversation!" : "Nenhum comentário ainda, inicie uma conversa!", - "More comments …" : "Mais comentários ...", + "More comments …" : "Mais comentários...", "Save" : "Salvar", "Allowed characters {count} of {max}" : "{count} de {max} caracteres permitidos", "Error occurred while retrieving comment with id {id}" : "Ocorreu um erro durante a recuperação do comentário com id {id}", diff --git a/apps/comments/l10n/pt_BR.json b/apps/comments/l10n/pt_BR.json index 5b4e994632f..4ad90950735 100644 --- a/apps/comments/l10n/pt_BR.json +++ b/apps/comments/l10n/pt_BR.json @@ -8,7 +8,7 @@ "Edit comment" : "Editar comentário", "[Deleted user]" : "[Usuário excluído]", "No comments yet, start the conversation!" : "Nenhum comentário ainda, inicie uma conversa!", - "More comments …" : "Mais comentários ...", + "More comments …" : "Mais comentários...", "Save" : "Salvar", "Allowed characters {count} of {max}" : "{count} de {max} caracteres permitidos", "Error occurred while retrieving comment with id {id}" : "Ocorreu um erro durante a recuperação do comentário com id {id}", diff --git a/apps/encryption/l10n/nb.js b/apps/encryption/l10n/nb.js index 7f5cc3eccaa..d78770c9828 100644 --- a/apps/encryption/l10n/nb.js +++ b/apps/encryption/l10n/nb.js @@ -23,6 +23,7 @@ OC.L10N.register( "Private key password successfully updated." : "Passord for privat nøkkel ble oppdatert.", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Du må migrere krypteringsnøklene din fra den gamle krypteringen (ownCloud <= 8.0) til den nye. Kjør 'occ encryption:migrate' eller kontakt en administrator", "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ugyldig privat nøkkel for Krypteringsappen. Oppdater passordet for din private nøkkel i dine personlige innstillinger for å gjenopprette tilgang til de krypterte filene dine.", + "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Program for kryptering er aktivert, men nøklene dine er ikke satt opp. Logg ut og inn igjen.", "Encryption app is enabled and ready" : "Krypteringsappen er aktivert og klar", "Bad Signature" : "Feil signatur", "Missing Signature" : "Manglende signatur", diff --git a/apps/encryption/l10n/nb.json b/apps/encryption/l10n/nb.json index e23fd405eae..27bc9150b70 100644 --- a/apps/encryption/l10n/nb.json +++ b/apps/encryption/l10n/nb.json @@ -21,6 +21,7 @@ "Private key password successfully updated." : "Passord for privat nøkkel ble oppdatert.", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please run 'occ encryption:migrate' or contact your administrator" : "Du må migrere krypteringsnøklene din fra den gamle krypteringen (ownCloud <= 8.0) til den nye. Kjør 'occ encryption:migrate' eller kontakt en administrator", "Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "Ugyldig privat nøkkel for Krypteringsappen. Oppdater passordet for din private nøkkel i dine personlige innstillinger for å gjenopprette tilgang til de krypterte filene dine.", + "Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "Program for kryptering er aktivert, men nøklene dine er ikke satt opp. Logg ut og inn igjen.", "Encryption app is enabled and ready" : "Krypteringsappen er aktivert og klar", "Bad Signature" : "Feil signatur", "Missing Signature" : "Manglende signatur", diff --git a/apps/federation/l10n/tr.js b/apps/federation/l10n/tr.js index a35e7a0ad56..d66974eec5b 100644 --- a/apps/federation/l10n/tr.js +++ b/apps/federation/l10n/tr.js @@ -7,7 +7,7 @@ OC.L10N.register( "Could not add server" : "Sunucu eklenemedi", "Federation" : "Birleşim", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Birleşim, diğer güvenilir sunucularla dosya/klasör paylaşımı yapılmasını sağlar. Örneğin, bu işlem birleştirilmiş paylaşım için dış kullanıcıların otomatik olarak tamamlanmasını sağlar.", - "Add server automatically once a federated share was created successfully" : "Bir birleşik paylaşım eklendiğinde sunucu otomatik olarak eklensin", + "Add server automatically once a federated share was created successfully" : "Bir birleşmiş paylaşım eklendiğinde sunucu otomatik olarak eklensin", "Trusted servers" : "Güvenilen sunucular", "+ Add trusted server" : "+ Güvenilir sunucu ekle", "Trusted server" : "Güvenilen sunucu", diff --git a/apps/federation/l10n/tr.json b/apps/federation/l10n/tr.json index 5f83bc43ac5..797b0dd0b83 100644 --- a/apps/federation/l10n/tr.json +++ b/apps/federation/l10n/tr.json @@ -5,7 +5,7 @@ "Could not add server" : "Sunucu eklenemedi", "Federation" : "Birleşim", "Federation allows you to connect with other trusted servers to exchange the user directory. For example this will be used to auto-complete external users for federated sharing." : "Birleşim, diğer güvenilir sunucularla dosya/klasör paylaşımı yapılmasını sağlar. Örneğin, bu işlem birleştirilmiş paylaşım için dış kullanıcıların otomatik olarak tamamlanmasını sağlar.", - "Add server automatically once a federated share was created successfully" : "Bir birleşik paylaşım eklendiğinde sunucu otomatik olarak eklensin", + "Add server automatically once a federated share was created successfully" : "Bir birleşmiş paylaşım eklendiğinde sunucu otomatik olarak eklensin", "Trusted servers" : "Güvenilen sunucular", "+ Add trusted server" : "+ Güvenilir sunucu ekle", "Trusted server" : "Güvenilen sunucu", diff --git a/apps/files/l10n/nb.js b/apps/files/l10n/nb.js index 8675b60910d..0ed0a39e018 100644 --- a/apps/files/l10n/nb.js +++ b/apps/files/l10n/nb.js @@ -69,6 +69,7 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n byte","%n Byte"], "Favorited" : "Er favoritt", "Favorite" : "Gjør til favoritt", + "Copy direct link (only works for users who have access to this file/folder)" : "Kopier direkte lenke (virker bare for brukere som har tilgang til denne fila/mappa)", "Folder" : "Mappe", "New folder" : "Ny mappe", "Upload" : "Last opp", @@ -120,6 +121,7 @@ OC.L10N.register( "Select all" : "Velg alle", "Upload too large" : "Filen er for stor", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filene du prøver å laste opp er for store til å laste opp til denne tjeneren.", + "No favorites yet" : "Ingen favoritter enda", "Files and folders you mark as favorite will show up here" : "Filer og mapper som du gjør til favoritter vises her", "Shared with you" : "Delt med deg", "Shared with others" : "Delt med andre", diff --git a/apps/files/l10n/nb.json b/apps/files/l10n/nb.json index 6109ae1eacb..2c5686e659e 100644 --- a/apps/files/l10n/nb.json +++ b/apps/files/l10n/nb.json @@ -67,6 +67,7 @@ "_%n byte_::_%n bytes_" : ["%n byte","%n Byte"], "Favorited" : "Er favoritt", "Favorite" : "Gjør til favoritt", + "Copy direct link (only works for users who have access to this file/folder)" : "Kopier direkte lenke (virker bare for brukere som har tilgang til denne fila/mappa)", "Folder" : "Mappe", "New folder" : "Ny mappe", "Upload" : "Last opp", @@ -118,6 +119,7 @@ "Select all" : "Velg alle", "Upload too large" : "Filen er for stor", "The files you are trying to upload exceed the maximum size for file uploads on this server." : "Filene du prøver å laste opp er for store til å laste opp til denne tjeneren.", + "No favorites yet" : "Ingen favoritter enda", "Files and folders you mark as favorite will show up here" : "Filer og mapper som du gjør til favoritter vises her", "Shared with you" : "Delt med deg", "Shared with others" : "Delt med andre", diff --git a/apps/files/l10n/pt_BR.js b/apps/files/l10n/pt_BR.js index 6e1bc7894c2..0008e239b4f 100644 --- a/apps/files/l10n/pt_BR.js +++ b/apps/files/l10n/pt_BR.js @@ -52,7 +52,7 @@ OC.L10N.register( "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"], "_%n file_::_%n files_" : ["%n arquivo","%n arquivos"], "{dirs} and {files}" : "{dirs} e {files}", - "_including %n hidden_::_including %n hidden_" : ["incluindo %n escondido","incluindo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluindo %n escondido","incluindo %n oculto(s)"], "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar arquivos aqui", "_Uploading %n file_::_Uploading %n files_" : ["Enviando %n arquivo","Enviando %n arquivos"], "New" : "Novo", diff --git a/apps/files/l10n/pt_BR.json b/apps/files/l10n/pt_BR.json index 2648c0a8bc8..0a288976a10 100644 --- a/apps/files/l10n/pt_BR.json +++ b/apps/files/l10n/pt_BR.json @@ -50,7 +50,7 @@ "_%n folder_::_%n folders_" : ["%n pasta","%n pastas"], "_%n file_::_%n files_" : ["%n arquivo","%n arquivos"], "{dirs} and {files}" : "{dirs} e {files}", - "_including %n hidden_::_including %n hidden_" : ["incluindo %n escondido","incluindo %n ocultos"], + "_including %n hidden_::_including %n hidden_" : ["incluindo %n escondido","incluindo %n oculto(s)"], "You don’t have permission to upload or create files here" : "Você não tem permissão para enviar ou criar arquivos aqui", "_Uploading %n file_::_Uploading %n files_" : ["Enviando %n arquivo","Enviando %n arquivos"], "New" : "Novo", diff --git a/apps/files_versions/l10n/pt_BR.js b/apps/files_versions/l10n/pt_BR.js index 08d063a2d2c..86f0fdae181 100644 --- a/apps/files_versions/l10n/pt_BR.js +++ b/apps/files_versions/l10n/pt_BR.js @@ -7,7 +7,7 @@ OC.L10N.register( "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Restore" : "Restaurar", "No earlier versions available" : "Não há versões mais novas disponíveis", - "More versions …" : "Mais versões ...", + "More versions …" : "Mais versões...", "No versions available" : "Não há versões disponíveis", "More versions..." : "Mais versões..." }, diff --git a/apps/files_versions/l10n/pt_BR.json b/apps/files_versions/l10n/pt_BR.json index 9da5f7efac2..006c224a16e 100644 --- a/apps/files_versions/l10n/pt_BR.json +++ b/apps/files_versions/l10n/pt_BR.json @@ -5,7 +5,7 @@ "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"], "Restore" : "Restaurar", "No earlier versions available" : "Não há versões mais novas disponíveis", - "More versions …" : "Mais versões ...", + "More versions …" : "Mais versões...", "No versions available" : "Não há versões disponíveis", "More versions..." : "Mais versões..." },"pluralForm" :"nplurals=2; plural=(n > 1);" diff --git a/apps/sharebymail/l10n/nb.js b/apps/sharebymail/l10n/nb.js index df239d676a5..0e308b95a11 100644 --- a/apps/sharebymail/l10n/nb.js +++ b/apps/sharebymail/l10n/nb.js @@ -17,14 +17,20 @@ OC.L10N.register( "%s shared »%s« with you on behalf of %s." : "%s delte »%s« med deg på vegne av %s.", "Click the button below to open it." : "Klikk på knappen nedenfor for å åpne den.", "Open »%s«" : "Åpne »%s«", + "%s via %s" : "%s via %s", "Password to access »%s« shared to you by %s" : "Passord for å benytte »%s« tildelt deg av %s", - "Password to access »%s«" : "Passord for å benytte »%s«", + "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s delte «%s» med deg.\nDu skal allerede ha mottatt en annen e-post med en lenke til innholdet.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s delte «%s» med deg. Du skal allerede ha mottatt en annen e-post med en lenke til innholdet.", + "Password to access »%s«" : "Passord for å benytte »%s«", "It is protected with the following password: %s" : "Den er beskyttet med følgende passord: %s", + "Password to access »%s« shared with %s" : "Passord for å benytte »%s« delt med %s", + "This is the password: %s" : "Dette er passordet: %s", + "You can choose a different password at any time in the share dialog." : "Du kan velge et annet passord når som helst i delingsdialogvinduet.", "Could not find share" : "Delingen ble ikke funnet", "Share by mail" : "Del via e-post", "Send a personalized link to a file or folder by mail." : "Send en personalisert lenke til ei fil eller mappe via e-post.", "Send password by mail" : "Send passord via e-post", + "Enforce password protection" : "Krev passordbeskyttelse", "Failed to create the E-mail" : "Feilet ved opprettelse av epost", "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hei,\n\n%s delte »%s« med deg på vegne av %s.\n\n%s\n\n", "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hei,\n\n%s delte »%s« med deg.\n\n%s\n\n", diff --git a/apps/sharebymail/l10n/nb.json b/apps/sharebymail/l10n/nb.json index 1d5da6275a6..06f4d73e218 100644 --- a/apps/sharebymail/l10n/nb.json +++ b/apps/sharebymail/l10n/nb.json @@ -15,14 +15,20 @@ "%s shared »%s« with you on behalf of %s." : "%s delte »%s« med deg på vegne av %s.", "Click the button below to open it." : "Klikk på knappen nedenfor for å åpne den.", "Open »%s«" : "Åpne »%s«", + "%s via %s" : "%s via %s", "Password to access »%s« shared to you by %s" : "Passord for å benytte »%s« tildelt deg av %s", - "Password to access »%s«" : "Passord for å benytte »%s«", + "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s delte «%s» med deg.\nDu skal allerede ha mottatt en annen e-post med en lenke til innholdet.\n", "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s delte «%s» med deg. Du skal allerede ha mottatt en annen e-post med en lenke til innholdet.", + "Password to access »%s«" : "Passord for å benytte »%s«", "It is protected with the following password: %s" : "Den er beskyttet med følgende passord: %s", + "Password to access »%s« shared with %s" : "Passord for å benytte »%s« delt med %s", + "This is the password: %s" : "Dette er passordet: %s", + "You can choose a different password at any time in the share dialog." : "Du kan velge et annet passord når som helst i delingsdialogvinduet.", "Could not find share" : "Delingen ble ikke funnet", "Share by mail" : "Del via e-post", "Send a personalized link to a file or folder by mail." : "Send en personalisert lenke til ei fil eller mappe via e-post.", "Send password by mail" : "Send passord via e-post", + "Enforce password protection" : "Krev passordbeskyttelse", "Failed to create the E-mail" : "Feilet ved opprettelse av epost", "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hei,\n\n%s delte »%s« med deg på vegne av %s.\n\n%s\n\n", "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hei,\n\n%s delte »%s« med deg.\n\n%s\n\n", diff --git a/apps/systemtags/l10n/pt_BR.js b/apps/systemtags/l10n/pt_BR.js index c7a53c0c458..cae367c449d 100644 --- a/apps/systemtags/l10n/pt_BR.js +++ b/apps/systemtags/l10n/pt_BR.js @@ -6,7 +6,7 @@ OC.L10N.register( "Create" : "Criar", "Select tag…" : "Selecionar etiqueta...", "Tagged files" : "Arquivos etiquetados", - "Select tags to filter by" : "Selecionar etiquetas para filtrar por", + "Select tags to filter by" : "Selecione etiquetas a filtrar", "No tags found" : "Nenhuma etiqueta encontrada", "Please select tags to filter by" : "Por favor selecione etiquetas a filtrar", "No files found for the selected tags" : "Nenhum arquivo encontrado para as etiquetas selecionadas", @@ -15,7 +15,7 @@ OC.L10N.register( "%1$s added system tag %2$s" : "%1$s adicionou a etiqueta de sistema %2$s", "{actor} added system tag {systemtag}" : "{actor} adicionou a etiqueta de sistema {systemtag}", "Removed system tag %1$s" : "Excluída a etiqueta da sistema %1$s", - "Removed system tag {systemtag}" : "Excluiu a etiqueta de sistema {systemtag}", + "Removed system tag {systemtag}" : "Etiqueta de sistema excluída {systemtag}", "%1$s removed system tag %2$s" : "%1$s excluiu a etiqueta de sistema %2$s", "{actor} removed system tag {systemtag}" : "{actor} excluiu a etiqueta de sistema {systemtag}", "You created system tag %1$s" : "Você criou a etiqueta de sistema %1$s", @@ -39,14 +39,14 @@ OC.L10N.register( "%1$s removed system tag %3$s from %2$s" : "%1$s excluiu a etiqueta de sistema %3$s de %2$s", "{actor} removed system tag {systemtag} from {file}" : "{actor} excluiu a etiqueta de sistema {systemtag} de {file}", "%s (restricted)" : "%s (restrito)", - "%s (invisible)" : "%s (invisivel)", + "%s (invisible)" : "%s (invisível)", "<strong>System tags</strong> for a file have been modified" : "<strong>As etiquetas de sistema</strong> para um arquivo foram modificadas", "Collaborative tags" : "Etiquetas colaborativas", "Name" : "Nome", "Delete" : "Excluir", "Public" : "Público", "Restricted" : "Restrito", - "Invisible" : "Oculto", + "Invisible" : "Invisível", "Reset" : "Redefinir", "No files in here" : "Nenhum arquivo aqui", "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", diff --git a/apps/systemtags/l10n/pt_BR.json b/apps/systemtags/l10n/pt_BR.json index 82398c2a8ea..01bd5185198 100644 --- a/apps/systemtags/l10n/pt_BR.json +++ b/apps/systemtags/l10n/pt_BR.json @@ -4,7 +4,7 @@ "Create" : "Criar", "Select tag…" : "Selecionar etiqueta...", "Tagged files" : "Arquivos etiquetados", - "Select tags to filter by" : "Selecionar etiquetas para filtrar por", + "Select tags to filter by" : "Selecione etiquetas a filtrar", "No tags found" : "Nenhuma etiqueta encontrada", "Please select tags to filter by" : "Por favor selecione etiquetas a filtrar", "No files found for the selected tags" : "Nenhum arquivo encontrado para as etiquetas selecionadas", @@ -13,7 +13,7 @@ "%1$s added system tag %2$s" : "%1$s adicionou a etiqueta de sistema %2$s", "{actor} added system tag {systemtag}" : "{actor} adicionou a etiqueta de sistema {systemtag}", "Removed system tag %1$s" : "Excluída a etiqueta da sistema %1$s", - "Removed system tag {systemtag}" : "Excluiu a etiqueta de sistema {systemtag}", + "Removed system tag {systemtag}" : "Etiqueta de sistema excluída {systemtag}", "%1$s removed system tag %2$s" : "%1$s excluiu a etiqueta de sistema %2$s", "{actor} removed system tag {systemtag}" : "{actor} excluiu a etiqueta de sistema {systemtag}", "You created system tag %1$s" : "Você criou a etiqueta de sistema %1$s", @@ -37,14 +37,14 @@ "%1$s removed system tag %3$s from %2$s" : "%1$s excluiu a etiqueta de sistema %3$s de %2$s", "{actor} removed system tag {systemtag} from {file}" : "{actor} excluiu a etiqueta de sistema {systemtag} de {file}", "%s (restricted)" : "%s (restrito)", - "%s (invisible)" : "%s (invisivel)", + "%s (invisible)" : "%s (invisível)", "<strong>System tags</strong> for a file have been modified" : "<strong>As etiquetas de sistema</strong> para um arquivo foram modificadas", "Collaborative tags" : "Etiquetas colaborativas", "Name" : "Nome", "Delete" : "Excluir", "Public" : "Público", "Restricted" : "Restrito", - "Invisible" : "Oculto", + "Invisible" : "Invisível", "Reset" : "Redefinir", "No files in here" : "Nenhum arquivo aqui", "No entries found in this folder" : "Nenhuma entrada foi encontrada nesta pasta", diff --git a/apps/user_ldap/l10n/de.js b/apps/user_ldap/l10n/de.js index 5c900a76025..723a2ab4149 100644 --- a/apps/user_ldap/l10n/de.js +++ b/apps/user_ldap/l10n/de.js @@ -12,6 +12,13 @@ OC.L10N.register( "No data specified" : "Keine Daten angegeben", " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden", "Action does not exist" : "Aktion existiert nicht", + "LDAP user and group backend" : "LDAP Nutzer- und Gruppen-Backend", + "Renewing …" : "Erneuere ...", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Passables Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", "The Base DN appears to be wrong" : "Die Base-DN scheint falsch zu sein", "Testing configuration…" : "Teste Konfiguration…", "Configuration incorrect" : "Konfiguration falsch", @@ -48,6 +55,8 @@ OC.L10N.register( "Please provide a login name to test against" : "Bitte gib einen Benutzernamen an, um gegen diesen zu testen", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Das Gruppenfeld wurde deaktiviert, da der LDAP / AD-Server memberOf nicht unterstützt.", "Password change rejected. Hint: " : "Passwortändertung verweigert. Hinweis:", + "Please login with the new password" : "Bitte mit dem neuen Passwort anmelden", + "Your password will expire within %s day(s)." : "Dein Passwort läuft in %s Tag(en) ab.", "LDAP / AD integration" : "LDAP / AD Integration", "_%s group found_::_%s groups found_" : ["%s Gruppe gefunden","%s Gruppen gefunden"], "_%s user found_::_%s users found_" : ["%s Benutzer gefunden","%s Benutzer gefunden"], @@ -101,6 +110,15 @@ OC.L10N.register( "Saving" : "Speichern", "Back" : "Zurück", "Continue" : "Fortsetzen", + "Please renew your password." : "Bitte erneuere Dein Passwort", + "An internal error occurred." : "Es ist ein interner Fehler aufgetreten.", + "Please try again or contact your administrator." : "Bitte versuche es noch einmal oder kontaktiere den Administrator.", + "Current password" : "Aktuelles Passwort", + "New password" : "Neues Passwort", + "Renew password" : "Bitte erneuere Dein Passwort", + "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", + "Wrong password." : "Falsches Passwort.", + "Cancel" : "Abbrechen", "LDAP" : "LDAP", "Server" : "Server", "Users" : "Benutzer", @@ -146,6 +164,8 @@ OC.L10N.register( "Enable LDAP password changes per user" : "LDAP-Passwortänderungen pro Nutzer aktivieren", "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." : "LDAP-Nutzern die Änderung ihrer Passwörter erlauben und Super-Administratoren sowie Gruppen-Administratoren die Passwortänderung ihrer LDAP-Nutzer erlauben. \nDies funktioniert nur, wenn die Zugriffsrichtlinien auf dem LDAP-Server entsprechend konfiguriert sind. Da Passwörter im Klartext an den LDAP-Server gesendet werden, muss die Transportverschlüsselung verwendet werden und das Passwort-Hashing auf dem LDAP-Server sollte konfiguriert werden.", "(New password is sent as plain text to LDAP)" : "(Das neue Passwort wurde als einfacher Text an LDAP gesendet)", + "Default password policy DN" : "Standard Passwort-Regeln DN", + "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." : "Die DN einer Standard-Passwort-Policy, welche für den Umgang mit ablaufenden Passwörtern verwendet wird. Dies funktioniert nur wenn Passwort-Änderungen pro Benutzer via LDAP aktiviert ist. Und funktioniert nur mit OpenLDAP. Lasse dieses Feld leer um den Umgang mit ablaufenden Passwörtern zu deaktivieren.", "Special Attributes" : "Spezielle Eigenschaften", "Quota Field" : "Kontingent Feld", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird das Standard-Kontingent des Benutzers verwendet. Andernfall trage ein LDAP/AD-Attribut ein.", diff --git a/apps/user_ldap/l10n/de.json b/apps/user_ldap/l10n/de.json index 400f2f416ed..d4ee92b54d6 100644 --- a/apps/user_ldap/l10n/de.json +++ b/apps/user_ldap/l10n/de.json @@ -10,6 +10,13 @@ "No data specified" : "Keine Daten angegeben", " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden", "Action does not exist" : "Aktion existiert nicht", + "LDAP user and group backend" : "LDAP Nutzer- und Gruppen-Backend", + "Renewing …" : "Erneuere ...", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Passables Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", "The Base DN appears to be wrong" : "Die Base-DN scheint falsch zu sein", "Testing configuration…" : "Teste Konfiguration…", "Configuration incorrect" : "Konfiguration falsch", @@ -46,6 +53,8 @@ "Please provide a login name to test against" : "Bitte gib einen Benutzernamen an, um gegen diesen zu testen", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Das Gruppenfeld wurde deaktiviert, da der LDAP / AD-Server memberOf nicht unterstützt.", "Password change rejected. Hint: " : "Passwortändertung verweigert. Hinweis:", + "Please login with the new password" : "Bitte mit dem neuen Passwort anmelden", + "Your password will expire within %s day(s)." : "Dein Passwort läuft in %s Tag(en) ab.", "LDAP / AD integration" : "LDAP / AD Integration", "_%s group found_::_%s groups found_" : ["%s Gruppe gefunden","%s Gruppen gefunden"], "_%s user found_::_%s users found_" : ["%s Benutzer gefunden","%s Benutzer gefunden"], @@ -99,6 +108,15 @@ "Saving" : "Speichern", "Back" : "Zurück", "Continue" : "Fortsetzen", + "Please renew your password." : "Bitte erneuere Dein Passwort", + "An internal error occurred." : "Es ist ein interner Fehler aufgetreten.", + "Please try again or contact your administrator." : "Bitte versuche es noch einmal oder kontaktiere den Administrator.", + "Current password" : "Aktuelles Passwort", + "New password" : "Neues Passwort", + "Renew password" : "Bitte erneuere Dein Passwort", + "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", + "Wrong password." : "Falsches Passwort.", + "Cancel" : "Abbrechen", "LDAP" : "LDAP", "Server" : "Server", "Users" : "Benutzer", @@ -144,6 +162,8 @@ "Enable LDAP password changes per user" : "LDAP-Passwortänderungen pro Nutzer aktivieren", "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." : "LDAP-Nutzern die Änderung ihrer Passwörter erlauben und Super-Administratoren sowie Gruppen-Administratoren die Passwortänderung ihrer LDAP-Nutzer erlauben. \nDies funktioniert nur, wenn die Zugriffsrichtlinien auf dem LDAP-Server entsprechend konfiguriert sind. Da Passwörter im Klartext an den LDAP-Server gesendet werden, muss die Transportverschlüsselung verwendet werden und das Passwort-Hashing auf dem LDAP-Server sollte konfiguriert werden.", "(New password is sent as plain text to LDAP)" : "(Das neue Passwort wurde als einfacher Text an LDAP gesendet)", + "Default password policy DN" : "Standard Passwort-Regeln DN", + "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." : "Die DN einer Standard-Passwort-Policy, welche für den Umgang mit ablaufenden Passwörtern verwendet wird. Dies funktioniert nur wenn Passwort-Änderungen pro Benutzer via LDAP aktiviert ist. Und funktioniert nur mit OpenLDAP. Lasse dieses Feld leer um den Umgang mit ablaufenden Passwörtern zu deaktivieren.", "Special Attributes" : "Spezielle Eigenschaften", "Quota Field" : "Kontingent Feld", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird das Standard-Kontingent des Benutzers verwendet. Andernfall trage ein LDAP/AD-Attribut ein.", diff --git a/apps/user_ldap/l10n/de_DE.js b/apps/user_ldap/l10n/de_DE.js index b5398d54b27..54e8647ecec 100644 --- a/apps/user_ldap/l10n/de_DE.js +++ b/apps/user_ldap/l10n/de_DE.js @@ -12,6 +12,13 @@ OC.L10N.register( "No data specified" : "Keine Daten angegeben", " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden", "Action does not exist" : "Aktion existiert nicht", + "LDAP user and group backend" : "LDAP Nutzer- und Gruppen-Backend", + "Renewing …" : "Erneuere ...", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Passables Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", "The Base DN appears to be wrong" : "Die Base-DN scheint falsch zu sein", "Testing configuration…" : "Teste Konfiguration", "Configuration incorrect" : "Konfiguration nicht korrekt", @@ -48,6 +55,8 @@ OC.L10N.register( "Please provide a login name to test against" : "Bitte geben Sie einen Benutzernamen an, um gegen diesen zu testen", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Das Gruppenfeld wurde deaktiviert, da der LDAP / AD-Server memberOf nicht unterstützt.", "Password change rejected. Hint: " : "Passwortändertung verweigert. Hinweis:", + "Please login with the new password" : "Bitte mit dem neuen Passwort anmelden", + "Your password will expire within %s day(s)." : "Ihr Passwort läuft in %s Tag(en) ab.", "LDAP / AD integration" : "LDAP/AD-Integration", "_%s group found_::_%s groups found_" : ["%s Gruppe gefunden","%s Gruppen gefunden"], "_%s user found_::_%s users found_" : ["%s Benutzer gefunden","%s Benutzer gefunden"], @@ -101,6 +110,15 @@ OC.L10N.register( "Saving" : "Speichern", "Back" : "Zurück", "Continue" : "Fortsetzen", + "Please renew your password." : "Bitte erneuern Sie Ihr Passwort", + "An internal error occurred." : "Es ist ein interner Fehler aufgetreten.", + "Please try again or contact your administrator." : "Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator.", + "Current password" : "Aktuelles Passwort", + "New password" : "Neues Passwort", + "Renew password" : "Bitte erneuern Sie Ihr Passwort", + "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", + "Wrong password." : "Falsches Passwort.", + "Cancel" : "Abbrechen", "LDAP" : "LDAP", "Server" : "Server", "Users" : "Benutzer", @@ -146,6 +164,8 @@ OC.L10N.register( "Enable LDAP password changes per user" : "LDAP-Passwortänderungen pro Nutzer aktivieren", "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." : "LDAP-Nutzern die Änderung ihrer Passwörter erlauben und Super-Administratoren sowie Gruppen-Administratoren die Passwortänderung ihrer LDAP-Nutzer erlauben. \nDies funktioniert nur, wenn die Zugriffsrichtlinien auf dem LDAP-Server entsprechend konfiguriert sind. Da Passwörter im Klartext an den LDAP-Server gesendet werden, muss die Transportverschlüsselung verwendet werden und das Passwort-Hashing auf dem LDAP-Server sollte konfiguriert werden.", "(New password is sent as plain text to LDAP)" : "(Das neue Passwort wurde als einfacher Text an LDAP gesendet)", + "Default password policy DN" : "Standard Passwort-Regeln DN", + "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." : "Die DN einer Standard-Passwort-Policy, welche für den Umgang mit ablaufenden Passwörtern verwendet wird. Dies funktioniert nur wenn Passwort-Änderungen pro Benutzer via LDAP aktiviert ist. Und funktioniert nur mit OpenLDAP. Lassen Sie dieses Feld leer um den Umgang mit ablaufenden Passwörtern zu deaktivieren.", "Special Attributes" : "Spezielle Eigenschaften", "Quota Field" : "Kontingent-Feld", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird das Standard-Kontingent des Benutzers verwendet. Andernfall trage ein LDAP/AD-Attribut ein.", diff --git a/apps/user_ldap/l10n/de_DE.json b/apps/user_ldap/l10n/de_DE.json index f6c594ce357..8108453ef58 100644 --- a/apps/user_ldap/l10n/de_DE.json +++ b/apps/user_ldap/l10n/de_DE.json @@ -10,6 +10,13 @@ "No data specified" : "Keine Daten angegeben", " Could not set configuration %s" : "Die Konfiguration %s konnte nicht gesetzt werden", "Action does not exist" : "Aktion existiert nicht", + "LDAP user and group backend" : "LDAP Nutzer- und Gruppen-Backend", + "Renewing …" : "Erneuere ...", + "Very weak password" : "Sehr schwaches Passwort", + "Weak password" : "Schwaches Passwort", + "So-so password" : "Passables Passwort", + "Good password" : "Gutes Passwort", + "Strong password" : "Starkes Passwort", "The Base DN appears to be wrong" : "Die Base-DN scheint falsch zu sein", "Testing configuration…" : "Teste Konfiguration", "Configuration incorrect" : "Konfiguration nicht korrekt", @@ -46,6 +53,8 @@ "Please provide a login name to test against" : "Bitte geben Sie einen Benutzernamen an, um gegen diesen zu testen", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Das Gruppenfeld wurde deaktiviert, da der LDAP / AD-Server memberOf nicht unterstützt.", "Password change rejected. Hint: " : "Passwortändertung verweigert. Hinweis:", + "Please login with the new password" : "Bitte mit dem neuen Passwort anmelden", + "Your password will expire within %s day(s)." : "Ihr Passwort läuft in %s Tag(en) ab.", "LDAP / AD integration" : "LDAP/AD-Integration", "_%s group found_::_%s groups found_" : ["%s Gruppe gefunden","%s Gruppen gefunden"], "_%s user found_::_%s users found_" : ["%s Benutzer gefunden","%s Benutzer gefunden"], @@ -99,6 +108,15 @@ "Saving" : "Speichern", "Back" : "Zurück", "Continue" : "Fortsetzen", + "Please renew your password." : "Bitte erneuern Sie Ihr Passwort", + "An internal error occurred." : "Es ist ein interner Fehler aufgetreten.", + "Please try again or contact your administrator." : "Bitte versuchen Sie es noch einmal oder kontaktieren Sie Ihren Administrator.", + "Current password" : "Aktuelles Passwort", + "New password" : "Neues Passwort", + "Renew password" : "Bitte erneuern Sie Ihr Passwort", + "Wrong password. Reset it?" : "Falsches Passwort. Soll es zurückgesetzt werden?", + "Wrong password." : "Falsches Passwort.", + "Cancel" : "Abbrechen", "LDAP" : "LDAP", "Server" : "Server", "Users" : "Benutzer", @@ -144,6 +162,8 @@ "Enable LDAP password changes per user" : "LDAP-Passwortänderungen pro Nutzer aktivieren", "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." : "LDAP-Nutzern die Änderung ihrer Passwörter erlauben und Super-Administratoren sowie Gruppen-Administratoren die Passwortänderung ihrer LDAP-Nutzer erlauben. \nDies funktioniert nur, wenn die Zugriffsrichtlinien auf dem LDAP-Server entsprechend konfiguriert sind. Da Passwörter im Klartext an den LDAP-Server gesendet werden, muss die Transportverschlüsselung verwendet werden und das Passwort-Hashing auf dem LDAP-Server sollte konfiguriert werden.", "(New password is sent as plain text to LDAP)" : "(Das neue Passwort wurde als einfacher Text an LDAP gesendet)", + "Default password policy DN" : "Standard Passwort-Regeln DN", + "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." : "Die DN einer Standard-Passwort-Policy, welche für den Umgang mit ablaufenden Passwörtern verwendet wird. Dies funktioniert nur wenn Passwort-Änderungen pro Benutzer via LDAP aktiviert ist. Und funktioniert nur mit OpenLDAP. Lassen Sie dieses Feld leer um den Umgang mit ablaufenden Passwörtern zu deaktivieren.", "Special Attributes" : "Spezielle Eigenschaften", "Quota Field" : "Kontingent-Feld", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Ohne Eingabe wird das Standard-Kontingent des Benutzers verwendet. Andernfall trage ein LDAP/AD-Attribut ein.", diff --git a/apps/user_ldap/l10n/el.js b/apps/user_ldap/l10n/el.js index 17b52f69eb6..bb01c24533c 100644 --- a/apps/user_ldap/l10n/el.js +++ b/apps/user_ldap/l10n/el.js @@ -12,6 +12,9 @@ OC.L10N.register( "No data specified" : "Δεν προσδιορίστηκαν δεδομένα", " Could not set configuration %s" : "Αδυναμία ρύθμισης %s", "Action does not exist" : "Η ενέργεια δεν υπάρχει", + "Weak password" : "Ασθενές συνηματικό", + "Good password" : "Καλό συνθηματικό", + "Strong password" : "Ισχυρό συνθηματικό", "The Base DN appears to be wrong" : "Το Base DN φαίνεται να είναι εσφαλμένο", "Testing configuration…" : "Γίνεται δοκιμή ρυθμίσεων...", "Configuration incorrect" : "Η διαμόρφωση είναι λανθασμένη", diff --git a/apps/user_ldap/l10n/el.json b/apps/user_ldap/l10n/el.json index 6a4544be892..83db36afa19 100644 --- a/apps/user_ldap/l10n/el.json +++ b/apps/user_ldap/l10n/el.json @@ -10,6 +10,9 @@ "No data specified" : "Δεν προσδιορίστηκαν δεδομένα", " Could not set configuration %s" : "Αδυναμία ρύθμισης %s", "Action does not exist" : "Η ενέργεια δεν υπάρχει", + "Weak password" : "Ασθενές συνηματικό", + "Good password" : "Καλό συνθηματικό", + "Strong password" : "Ισχυρό συνθηματικό", "The Base DN appears to be wrong" : "Το Base DN φαίνεται να είναι εσφαλμένο", "Testing configuration…" : "Γίνεται δοκιμή ρυθμίσεων...", "Configuration incorrect" : "Η διαμόρφωση είναι λανθασμένη", diff --git a/apps/user_ldap/l10n/es_MX.js b/apps/user_ldap/l10n/es_MX.js index 1767af523a4..6c1fdcd0143 100644 --- a/apps/user_ldap/l10n/es_MX.js +++ b/apps/user_ldap/l10n/es_MX.js @@ -12,6 +12,12 @@ OC.L10N.register( "No data specified" : "No se han especificado datos", " Could not set configuration %s" : "No fue posible establecer la configuración %s", "Action does not exist" : "La acción no existe", + "Renewing …" : "Renovando ...", + "Very weak password" : "Contraseña muy debil", + "Weak password" : "Contraseña debill", + "So-so password" : "Contraseña aceptable", + "Good password" : "Buena contraseña", + "Strong password" : "Contraseña fuerte", "The Base DN appears to be wrong" : "El DN Base parece estar incorrecto", "Testing configuration…" : "Probando configuracion... ", "Configuration incorrect" : "Configuración Incorrecta", @@ -48,6 +54,8 @@ OC.L10N.register( "Please provide a login name to test against" : "Favor de proporcionar un nombre de usuario contra el cual probar", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "El cuadro de grupo está deshabilitado, porque el servidor LDAP / AD no soporta memberOf.", "Password change rejected. Hint: " : "Cambio de contraseña rechazado. Pista: ", + "Please login with the new password" : "Favor de iniciar sesion con la nueva contraseña", + "Your password will expire within %s day(s)." : "Su contraseña expirará dentro de %s día(s).", "LDAP / AD integration" : "Integración con LDAP / AD", "_%s group found_::_%s groups found_" : ["Grupo %s encontrado","%s grupos encontrados"], "_%s user found_::_%s users found_" : ["Usuario %s encontrado","%s usuarios encontrados"], @@ -101,6 +109,15 @@ OC.L10N.register( "Saving" : "Guardando", "Back" : "Atrás", "Continue" : "Continuar", + "Please renew your password." : "Favor de renovar su contraseña.", + "An internal error occurred." : "Se presentó un error interno. ", + "Please try again or contact your administrator." : "Favor de intentarlo de nuevo o contacte a su administrador. ", + "Current password" : "Contraseña actual", + "New password" : "Nueva contraseña", + "Renew password" : "Renovar contraseña", + "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Desea restablecerla?", + "Wrong password." : "Contraseña incorrecta. ", + "Cancel" : "Cancelar", "LDAP" : "LDAP", "Server" : "Servidor", "Users" : "Usuarios", diff --git a/apps/user_ldap/l10n/es_MX.json b/apps/user_ldap/l10n/es_MX.json index 870706a73ca..6c82def13dc 100644 --- a/apps/user_ldap/l10n/es_MX.json +++ b/apps/user_ldap/l10n/es_MX.json @@ -10,6 +10,12 @@ "No data specified" : "No se han especificado datos", " Could not set configuration %s" : "No fue posible establecer la configuración %s", "Action does not exist" : "La acción no existe", + "Renewing …" : "Renovando ...", + "Very weak password" : "Contraseña muy debil", + "Weak password" : "Contraseña debill", + "So-so password" : "Contraseña aceptable", + "Good password" : "Buena contraseña", + "Strong password" : "Contraseña fuerte", "The Base DN appears to be wrong" : "El DN Base parece estar incorrecto", "Testing configuration…" : "Probando configuracion... ", "Configuration incorrect" : "Configuración Incorrecta", @@ -46,6 +52,8 @@ "Please provide a login name to test against" : "Favor de proporcionar un nombre de usuario contra el cual probar", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "El cuadro de grupo está deshabilitado, porque el servidor LDAP / AD no soporta memberOf.", "Password change rejected. Hint: " : "Cambio de contraseña rechazado. Pista: ", + "Please login with the new password" : "Favor de iniciar sesion con la nueva contraseña", + "Your password will expire within %s day(s)." : "Su contraseña expirará dentro de %s día(s).", "LDAP / AD integration" : "Integración con LDAP / AD", "_%s group found_::_%s groups found_" : ["Grupo %s encontrado","%s grupos encontrados"], "_%s user found_::_%s users found_" : ["Usuario %s encontrado","%s usuarios encontrados"], @@ -99,6 +107,15 @@ "Saving" : "Guardando", "Back" : "Atrás", "Continue" : "Continuar", + "Please renew your password." : "Favor de renovar su contraseña.", + "An internal error occurred." : "Se presentó un error interno. ", + "Please try again or contact your administrator." : "Favor de intentarlo de nuevo o contacte a su administrador. ", + "Current password" : "Contraseña actual", + "New password" : "Nueva contraseña", + "Renew password" : "Renovar contraseña", + "Wrong password. Reset it?" : "Contraseña incorrecta. ¿Desea restablecerla?", + "Wrong password." : "Contraseña incorrecta. ", + "Cancel" : "Cancelar", "LDAP" : "LDAP", "Server" : "Servidor", "Users" : "Usuarios", diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js index 03c9a609712..aea2afe9a16 100644 --- a/apps/user_ldap/l10n/fr.js +++ b/apps/user_ldap/l10n/fr.js @@ -12,6 +12,12 @@ OC.L10N.register( "No data specified" : "Aucune donnée spécifiée", " Could not set configuration %s" : "Impossible d'appliquer la configuration %s", "Action does not exist" : "L'action n'existe pas", + "Renewing …" : "Renouvellement en cours...", + "Very weak password" : "Mot de passe très faible", + "Weak password" : "Mot de passe faible", + "So-so password" : "Mot de passe tout juste acceptable", + "Good password" : "Mot de passe de sécurité suffisante", + "Strong password" : "Mot de passe fort", "The Base DN appears to be wrong" : "Le DN de base est erroné", "Testing configuration…" : "Test de configuration", "Configuration incorrect" : "Configuration incorrecte", @@ -48,6 +54,8 @@ OC.L10N.register( "Please provide a login name to test against" : "Veuillez indiquer un identifiant de connexion avec lequel tester.", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Les groupes sont désactivés car le serveur LDAP / AD ne prend pas en charge memberOf.", "Password change rejected. Hint: " : "La modification du mot de passe a été rejetée. Indice :", + "Please login with the new password" : "Veuillez vous connecter avec le nouveau mot de passe", + "Your password will expire within %s day(s)." : "Votre mot de passe va expirer dans %s jour(s).", "LDAP / AD integration" : "Intégration LDAP/AD", "_%s group found_::_%s groups found_" : ["%s groupe trouvé","%s groupes trouvés"], "_%s user found_::_%s users found_" : ["%s utilisateur trouvé","%s utilisateurs trouvés"], @@ -101,6 +109,15 @@ OC.L10N.register( "Saving" : "Enregistrement...", "Back" : "Retour", "Continue" : "Poursuivre", + "Please renew your password." : "Veuillez renouveler votre mot de passe.", + "An internal error occurred." : "Une erreur interne est survenue.", + "Please try again or contact your administrator." : "Veuillez réessayer ou contactez votre administrateur.", + "Current password" : "Mot de passe actuel", + "New password" : "Nouveau mot de passe", + "Renew password" : "Renouveler le mot de passe", + "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?", + "Wrong password." : "Mot de passe incorrect.", + "Cancel" : "Annuler", "LDAP" : "LDAP", "Server" : "Serveur", "Users" : "Utilisateurs", diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json index 05276581399..b396d11f106 100644 --- a/apps/user_ldap/l10n/fr.json +++ b/apps/user_ldap/l10n/fr.json @@ -10,6 +10,12 @@ "No data specified" : "Aucune donnée spécifiée", " Could not set configuration %s" : "Impossible d'appliquer la configuration %s", "Action does not exist" : "L'action n'existe pas", + "Renewing …" : "Renouvellement en cours...", + "Very weak password" : "Mot de passe très faible", + "Weak password" : "Mot de passe faible", + "So-so password" : "Mot de passe tout juste acceptable", + "Good password" : "Mot de passe de sécurité suffisante", + "Strong password" : "Mot de passe fort", "The Base DN appears to be wrong" : "Le DN de base est erroné", "Testing configuration…" : "Test de configuration", "Configuration incorrect" : "Configuration incorrecte", @@ -46,6 +52,8 @@ "Please provide a login name to test against" : "Veuillez indiquer un identifiant de connexion avec lequel tester.", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Les groupes sont désactivés car le serveur LDAP / AD ne prend pas en charge memberOf.", "Password change rejected. Hint: " : "La modification du mot de passe a été rejetée. Indice :", + "Please login with the new password" : "Veuillez vous connecter avec le nouveau mot de passe", + "Your password will expire within %s day(s)." : "Votre mot de passe va expirer dans %s jour(s).", "LDAP / AD integration" : "Intégration LDAP/AD", "_%s group found_::_%s groups found_" : ["%s groupe trouvé","%s groupes trouvés"], "_%s user found_::_%s users found_" : ["%s utilisateur trouvé","%s utilisateurs trouvés"], @@ -99,6 +107,15 @@ "Saving" : "Enregistrement...", "Back" : "Retour", "Continue" : "Poursuivre", + "Please renew your password." : "Veuillez renouveler votre mot de passe.", + "An internal error occurred." : "Une erreur interne est survenue.", + "Please try again or contact your administrator." : "Veuillez réessayer ou contactez votre administrateur.", + "Current password" : "Mot de passe actuel", + "New password" : "Nouveau mot de passe", + "Renew password" : "Renouveler le mot de passe", + "Wrong password. Reset it?" : "Mot de passe incorrect. Réinitialiser ?", + "Wrong password." : "Mot de passe incorrect.", + "Cancel" : "Annuler", "LDAP" : "LDAP", "Server" : "Serveur", "Users" : "Utilisateurs", diff --git a/apps/user_ldap/l10n/nb.js b/apps/user_ldap/l10n/nb.js index 302b7f3d690..5d470f02fc0 100644 --- a/apps/user_ldap/l10n/nb.js +++ b/apps/user_ldap/l10n/nb.js @@ -12,6 +12,12 @@ OC.L10N.register( "No data specified" : "Ingen data spesifisert", " Could not set configuration %s" : "Klarte ikke å utføre oppsett %s", "Action does not exist" : "Handlingen finnes ikke", + "Renewing …" : "Fornyer…", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "So-so password" : "Bob-bob-passord", + "Good password" : "Bra passord", + "Strong password" : "Sterkt passord", "The Base DN appears to be wrong" : "Basis-DN ser ut til å være feil", "Testing configuration…" : "Tester konfigurasjonen...", "Configuration incorrect" : "Oppsettet er galt", @@ -47,6 +53,8 @@ OC.L10N.register( "Please provide a login name to test against" : "Oppgi et påloggingsnavn å teste mot", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Gruppeboksen ble deaktivert fordi LDAP- / AD-tjeneren ikke støtter memberOf.", "Password change rejected. Hint: " : "Passordendring avslått. Hint:", + "Please login with the new password" : "Logg inn med det nye passordet", + "Your password will expire within %s day(s)." : "Passordet ditt vil utløpe innen %s dag(er).", "LDAP / AD integration" : "LDAP / AD integrasjon", "_%s group found_::_%s groups found_" : ["%s gruppe funnet","%s grupper funnet"], "_%s user found_::_%s users found_" : ["%s bruker funnet","%s brukere funnet"], @@ -97,6 +105,15 @@ OC.L10N.register( "Saving" : "Lagrer", "Back" : "Tilbake", "Continue" : "Fortsett", + "Please renew your password." : "Forny passordet ditt.", + "An internal error occurred." : "En intern feil oppstod", + "Please try again or contact your administrator." : "Prøv igjen eller kontakt en administrator.", + "Current password" : "Nåværende passord", + "New password" : "Nytt passord", + "Renew password" : "Forny passord", + "Wrong password. Reset it?" : "Feilpassord. Tilbakestill?", + "Wrong password." : "Feil passord.", + "Cancel" : "Avbryt", "LDAP" : "LDAP", "Server" : "Tjener", "Users" : "Brukere", diff --git a/apps/user_ldap/l10n/nb.json b/apps/user_ldap/l10n/nb.json index 0ab5032333b..7da50250c38 100644 --- a/apps/user_ldap/l10n/nb.json +++ b/apps/user_ldap/l10n/nb.json @@ -10,6 +10,12 @@ "No data specified" : "Ingen data spesifisert", " Could not set configuration %s" : "Klarte ikke å utføre oppsett %s", "Action does not exist" : "Handlingen finnes ikke", + "Renewing …" : "Fornyer…", + "Very weak password" : "Veldig svakt passord", + "Weak password" : "Svakt passord", + "So-so password" : "Bob-bob-passord", + "Good password" : "Bra passord", + "Strong password" : "Sterkt passord", "The Base DN appears to be wrong" : "Basis-DN ser ut til å være feil", "Testing configuration…" : "Tester konfigurasjonen...", "Configuration incorrect" : "Oppsettet er galt", @@ -45,6 +51,8 @@ "Please provide a login name to test against" : "Oppgi et påloggingsnavn å teste mot", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Gruppeboksen ble deaktivert fordi LDAP- / AD-tjeneren ikke støtter memberOf.", "Password change rejected. Hint: " : "Passordendring avslått. Hint:", + "Please login with the new password" : "Logg inn med det nye passordet", + "Your password will expire within %s day(s)." : "Passordet ditt vil utløpe innen %s dag(er).", "LDAP / AD integration" : "LDAP / AD integrasjon", "_%s group found_::_%s groups found_" : ["%s gruppe funnet","%s grupper funnet"], "_%s user found_::_%s users found_" : ["%s bruker funnet","%s brukere funnet"], @@ -95,6 +103,15 @@ "Saving" : "Lagrer", "Back" : "Tilbake", "Continue" : "Fortsett", + "Please renew your password." : "Forny passordet ditt.", + "An internal error occurred." : "En intern feil oppstod", + "Please try again or contact your administrator." : "Prøv igjen eller kontakt en administrator.", + "Current password" : "Nåværende passord", + "New password" : "Nytt passord", + "Renew password" : "Forny passord", + "Wrong password. Reset it?" : "Feilpassord. Tilbakestill?", + "Wrong password." : "Feil passord.", + "Cancel" : "Avbryt", "LDAP" : "LDAP", "Server" : "Tjener", "Users" : "Brukere", diff --git a/apps/user_ldap/l10n/pt_BR.js b/apps/user_ldap/l10n/pt_BR.js index 19e38261e75..c60862a804d 100644 --- a/apps/user_ldap/l10n/pt_BR.js +++ b/apps/user_ldap/l10n/pt_BR.js @@ -12,6 +12,13 @@ OC.L10N.register( "No data specified" : "Nenhum dado especificado", " Could not set configuration %s" : "Não foi possível definir a configuração %s", "Action does not exist" : "A ação não existe", + "LDAP user and group backend" : "Backend LDAP de usuário e grupo", + "Renewing …" : "Renovando...", + "Very weak password" : "Senha muito fraca", + "Weak password" : "Senha fraca", + "So-so password" : "Senha mediana", + "Good password" : "Senha boa", + "Strong password" : "Senha forte", "The Base DN appears to be wrong" : "A Base DN parece estar errada", "Testing configuration…" : "Testando configuração...", "Configuration incorrect" : "Configuração incorreta", @@ -48,6 +55,8 @@ OC.L10N.register( "Please provide a login name to test against" : "Por favor, forneça um nome de login para testar", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "A caixa do grupo foi desativada pois o servidor LDAP / AD não suporta memberOf.", "Password change rejected. Hint: " : "Troca de senha rejeitada. Dica:", + "Please login with the new password" : "Logue-se com a nova senha", + "Your password will expire within %s day(s)." : "Sua senha vai expirar dentro de %s dia(s).", "LDAP / AD integration" : "Integração LDAP / AD", "_%s group found_::_%s groups found_" : ["grupo% s encontrado","grupos% s encontrado"], "_%s user found_::_%s users found_" : ["usuário %s encontrado","%s usuários encontrados"], @@ -70,7 +79,7 @@ OC.L10N.register( "LDAP / AD Username:" : "Nome do usuário LDAP / AD:", "Allows login against the LDAP / AD username, which is either uid or sAMAccountName and will be detected." : "Permite login com nome de usuário LDAP / AD, o qual é ou uid ou sAMAccountName e será detectado.", "LDAP / AD Email Address:" : "Endereço de email LDAP / AD:", - "Allows login against an email attribute. Mail and mailPrimaryAddress will be allowed." : "Permite o login com um atributo de e-mail. Email e mailPrimaryAddress serão permitidos.", + "Allows login against an email attribute. Mail and mailPrimaryAddress will be allowed." : "Permite o login com um atributo de email. Email e mailPrimaryAddress serão permitidos.", "Other Attributes:" : "Outros Atributos:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define o filtro a ser aplicado, quando o login for feito. %% UID substitui o nome do usuário na ação de login. Exemplo: \"uid=%% UID\"", "Test Loginname" : "Testar Loginname", @@ -101,6 +110,15 @@ OC.L10N.register( "Saving" : "Salvando", "Back" : "Voltar", "Continue" : "Continuar", + "Please renew your password." : "Por favor, redigite sua senha.", + "An internal error occurred." : "Um erro interno aconteceu.", + "Please try again or contact your administrator." : "Por favor tente novamente ou contacte o administrador.", + "Current password" : "Senha atual", + "New password" : "Senha nova", + "Renew password" : "Renovar a senha", + "Wrong password. Reset it?" : "Senha errada. Redefini-la?", + "Wrong password." : "Senha errada.", + "Cancel" : "Cancelar", "LDAP" : "LDAP", "Server" : "Servidor", "Users" : "Usuários", @@ -146,6 +164,8 @@ OC.L10N.register( "Enable LDAP password changes per user" : "Habilitar alteração de senha LDAP por usuário", "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." : "Permite que usuários LDAP alterem senha e permite que o Super Administrador e o Administradores de grupo troquem a senha dos usuários LDAP. Só funciona quando as políticas de controle de acesso estão configuradas de acordo com o servidor LDAP. As senhas são enviadas em texto puro ao servidor LDAP. Criptografia de transporte deve ser usada e a hash da senha deve ser configurada no servidor LDAP. ", "(New password is sent as plain text to LDAP)" : "(Nova senha é enviada como texto puro para o LDAP)", + "Default password policy DN" : "Política DN de senha padrão", + "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." : "O DN da política de senha padrão que será usada para gerenciar a expiração de senha. Funciona somente quando as alterações por usuários das senhas LDAP estão habilitadas e é somente suportado por OpenLDAP. Deixe em branco para desabilitar a expiração de senha.", "Special Attributes" : "Atributos especiais", "Quota Field" : "Campo de cota", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para a cota padrão do usuário. Caso contrário, especifique um atributo LDAP/AD", diff --git a/apps/user_ldap/l10n/pt_BR.json b/apps/user_ldap/l10n/pt_BR.json index c131ae55e2f..fb01a1d2224 100644 --- a/apps/user_ldap/l10n/pt_BR.json +++ b/apps/user_ldap/l10n/pt_BR.json @@ -10,6 +10,13 @@ "No data specified" : "Nenhum dado especificado", " Could not set configuration %s" : "Não foi possível definir a configuração %s", "Action does not exist" : "A ação não existe", + "LDAP user and group backend" : "Backend LDAP de usuário e grupo", + "Renewing …" : "Renovando...", + "Very weak password" : "Senha muito fraca", + "Weak password" : "Senha fraca", + "So-so password" : "Senha mediana", + "Good password" : "Senha boa", + "Strong password" : "Senha forte", "The Base DN appears to be wrong" : "A Base DN parece estar errada", "Testing configuration…" : "Testando configuração...", "Configuration incorrect" : "Configuração incorreta", @@ -46,6 +53,8 @@ "Please provide a login name to test against" : "Por favor, forneça um nome de login para testar", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "A caixa do grupo foi desativada pois o servidor LDAP / AD não suporta memberOf.", "Password change rejected. Hint: " : "Troca de senha rejeitada. Dica:", + "Please login with the new password" : "Logue-se com a nova senha", + "Your password will expire within %s day(s)." : "Sua senha vai expirar dentro de %s dia(s).", "LDAP / AD integration" : "Integração LDAP / AD", "_%s group found_::_%s groups found_" : ["grupo% s encontrado","grupos% s encontrado"], "_%s user found_::_%s users found_" : ["usuário %s encontrado","%s usuários encontrados"], @@ -68,7 +77,7 @@ "LDAP / AD Username:" : "Nome do usuário LDAP / AD:", "Allows login against the LDAP / AD username, which is either uid or sAMAccountName and will be detected." : "Permite login com nome de usuário LDAP / AD, o qual é ou uid ou sAMAccountName e será detectado.", "LDAP / AD Email Address:" : "Endereço de email LDAP / AD:", - "Allows login against an email attribute. Mail and mailPrimaryAddress will be allowed." : "Permite o login com um atributo de e-mail. Email e mailPrimaryAddress serão permitidos.", + "Allows login against an email attribute. Mail and mailPrimaryAddress will be allowed." : "Permite o login com um atributo de email. Email e mailPrimaryAddress serão permitidos.", "Other Attributes:" : "Outros Atributos:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" : "Define o filtro a ser aplicado, quando o login for feito. %% UID substitui o nome do usuário na ação de login. Exemplo: \"uid=%% UID\"", "Test Loginname" : "Testar Loginname", @@ -99,6 +108,15 @@ "Saving" : "Salvando", "Back" : "Voltar", "Continue" : "Continuar", + "Please renew your password." : "Por favor, redigite sua senha.", + "An internal error occurred." : "Um erro interno aconteceu.", + "Please try again or contact your administrator." : "Por favor tente novamente ou contacte o administrador.", + "Current password" : "Senha atual", + "New password" : "Senha nova", + "Renew password" : "Renovar a senha", + "Wrong password. Reset it?" : "Senha errada. Redefini-la?", + "Wrong password." : "Senha errada.", + "Cancel" : "Cancelar", "LDAP" : "LDAP", "Server" : "Servidor", "Users" : "Usuários", @@ -144,6 +162,8 @@ "Enable LDAP password changes per user" : "Habilitar alteração de senha LDAP por usuário", "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." : "Permite que usuários LDAP alterem senha e permite que o Super Administrador e o Administradores de grupo troquem a senha dos usuários LDAP. Só funciona quando as políticas de controle de acesso estão configuradas de acordo com o servidor LDAP. As senhas são enviadas em texto puro ao servidor LDAP. Criptografia de transporte deve ser usada e a hash da senha deve ser configurada no servidor LDAP. ", "(New password is sent as plain text to LDAP)" : "(Nova senha é enviada como texto puro para o LDAP)", + "Default password policy DN" : "Política DN de senha padrão", + "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." : "O DN da política de senha padrão que será usada para gerenciar a expiração de senha. Funciona somente quando as alterações por usuários das senhas LDAP estão habilitadas e é somente suportado por OpenLDAP. Deixe em branco para desabilitar a expiração de senha.", "Special Attributes" : "Atributos especiais", "Quota Field" : "Campo de cota", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Deixe vazio para a cota padrão do usuário. Caso contrário, especifique um atributo LDAP/AD", diff --git a/apps/user_ldap/l10n/ru.js b/apps/user_ldap/l10n/ru.js index d8b0a723750..a571f68dffe 100644 --- a/apps/user_ldap/l10n/ru.js +++ b/apps/user_ldap/l10n/ru.js @@ -12,6 +12,13 @@ OC.L10N.register( "No data specified" : "Нет данных", " Could not set configuration %s" : "Невозможно создать конфигурацию %s", "Action does not exist" : "Действия не существует", + "LDAP user and group backend" : "Интерфейс польщователей и групп LDAP", + "Renewing …" : "Обновляется…", + "Very weak password" : "Очень слабый пароль", + "Weak password" : "Слабый пароль", + "So-so password" : "Так себе пароль", + "Good password" : "Хороший пароль", + "Strong password" : "Надёжный пароль", "The Base DN appears to be wrong" : "База поиска DN по всей видимости указана неправильно", "Testing configuration…" : "Проверка конфигурации...", "Configuration incorrect" : "Конфигурация некорректна", @@ -48,6 +55,8 @@ OC.L10N.register( "Please provide a login name to test against" : "Пожалуйста укажите логин для проверки", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Настройка групп была отключена, так как сервер LDAP / AD не поддерживает memberOf.", "Password change rejected. Hint: " : "Смена пароля отклонена. Подсказка:", + "Please login with the new password" : "Войдите в систему со своим новым паролем", + "Your password will expire within %s day(s)." : "Срок действия пароля истечёт через %s дней (дня).", "LDAP / AD integration" : "Интеграция LDAP / AD", "_%s group found_::_%s groups found_" : ["%s группа найдена","%s группы найдены","%s групп найдено","%s групп найдено"], "_%s user found_::_%s users found_" : ["%s пользователь найден","%s пользователя найдено","%s пользователей найдено","%s пользователей найдено"], @@ -101,6 +110,15 @@ OC.L10N.register( "Saving" : "Сохраняется", "Back" : "Назад", "Continue" : "Продолжить", + "Please renew your password." : "Обновите свой пароль.", + "An internal error occurred." : "Произошла внутренняя ошибка.", + "Please try again or contact your administrator." : "Попробуйте ещё раз или свяжитесь с вашим администратором.", + "Current password" : "Текущий пароль", + "New password" : "Новый пароль", + "Renew password" : "Обновление пароля", + "Wrong password. Reset it?" : "Неправильный пароль. Сбросить его?", + "Wrong password." : "Неправильный пароль.", + "Cancel" : "Отмена", "LDAP" : "LDAP", "Server" : "Сервер", "Users" : "Пользователи", @@ -146,6 +164,8 @@ OC.L10N.register( "Enable LDAP password changes per user" : "Позволить пользователю изменять пароль LDAP", "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." : "Позволить пользователям менять свои пароли LDAP и позволить Супер Администраторам и Администраторам Групп менять пароли своих пользователей LDAP. Работает только в случае, когда политики управления доступом настроены соответствующим образом на сервере LDAP. Поскольку пароли пересылаются простым текстом на сервер LDAP, необходимо использовать шифрование канала передачи и хеширование паролей на сервере LDAP.", "(New password is sent as plain text to LDAP)" : "(Новый пароль отправлен в LDAP простым текстом)", + "Default password policy DN" : "Политики DN пароля по умолчанию", + "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." : "Политики DN пароля по умолчанию, которая будет использоваться для обработки истечения срока действия пароля. Работает только тогда, когда включены изменения пароля LDAP для каждого пользователя и поддерживается только OpenLDAP. Оставьте пустым, чтобы отключить обработку истечения срока действия пароля.", "Special Attributes" : "Специальные атрибуты", "Quota Field" : "Поле квоты", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Оставьте пустым для использования квоты по умолчанию. Иначе укажите атрибут LDAP/AD.", diff --git a/apps/user_ldap/l10n/ru.json b/apps/user_ldap/l10n/ru.json index 00603469ec8..a84f416273c 100644 --- a/apps/user_ldap/l10n/ru.json +++ b/apps/user_ldap/l10n/ru.json @@ -10,6 +10,13 @@ "No data specified" : "Нет данных", " Could not set configuration %s" : "Невозможно создать конфигурацию %s", "Action does not exist" : "Действия не существует", + "LDAP user and group backend" : "Интерфейс польщователей и групп LDAP", + "Renewing …" : "Обновляется…", + "Very weak password" : "Очень слабый пароль", + "Weak password" : "Слабый пароль", + "So-so password" : "Так себе пароль", + "Good password" : "Хороший пароль", + "Strong password" : "Надёжный пароль", "The Base DN appears to be wrong" : "База поиска DN по всей видимости указана неправильно", "Testing configuration…" : "Проверка конфигурации...", "Configuration incorrect" : "Конфигурация некорректна", @@ -46,6 +53,8 @@ "Please provide a login name to test against" : "Пожалуйста укажите логин для проверки", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "Настройка групп была отключена, так как сервер LDAP / AD не поддерживает memberOf.", "Password change rejected. Hint: " : "Смена пароля отклонена. Подсказка:", + "Please login with the new password" : "Войдите в систему со своим новым паролем", + "Your password will expire within %s day(s)." : "Срок действия пароля истечёт через %s дней (дня).", "LDAP / AD integration" : "Интеграция LDAP / AD", "_%s group found_::_%s groups found_" : ["%s группа найдена","%s группы найдены","%s групп найдено","%s групп найдено"], "_%s user found_::_%s users found_" : ["%s пользователь найден","%s пользователя найдено","%s пользователей найдено","%s пользователей найдено"], @@ -99,6 +108,15 @@ "Saving" : "Сохраняется", "Back" : "Назад", "Continue" : "Продолжить", + "Please renew your password." : "Обновите свой пароль.", + "An internal error occurred." : "Произошла внутренняя ошибка.", + "Please try again or contact your administrator." : "Попробуйте ещё раз или свяжитесь с вашим администратором.", + "Current password" : "Текущий пароль", + "New password" : "Новый пароль", + "Renew password" : "Обновление пароля", + "Wrong password. Reset it?" : "Неправильный пароль. Сбросить его?", + "Wrong password." : "Неправильный пароль.", + "Cancel" : "Отмена", "LDAP" : "LDAP", "Server" : "Сервер", "Users" : "Пользователи", @@ -144,6 +162,8 @@ "Enable LDAP password changes per user" : "Позволить пользователю изменять пароль LDAP", "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." : "Позволить пользователям менять свои пароли LDAP и позволить Супер Администраторам и Администраторам Групп менять пароли своих пользователей LDAP. Работает только в случае, когда политики управления доступом настроены соответствующим образом на сервере LDAP. Поскольку пароли пересылаются простым текстом на сервер LDAP, необходимо использовать шифрование канала передачи и хеширование паролей на сервере LDAP.", "(New password is sent as plain text to LDAP)" : "(Новый пароль отправлен в LDAP простым текстом)", + "Default password policy DN" : "Политики DN пароля по умолчанию", + "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." : "Политики DN пароля по умолчанию, которая будет использоваться для обработки истечения срока действия пароля. Работает только тогда, когда включены изменения пароля LDAP для каждого пользователя и поддерживается только OpenLDAP. Оставьте пустым, чтобы отключить обработку истечения срока действия пароля.", "Special Attributes" : "Специальные атрибуты", "Quota Field" : "Поле квоты", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Оставьте пустым для использования квоты по умолчанию. Иначе укажите атрибут LDAP/AD.", diff --git a/apps/user_ldap/l10n/tr.js b/apps/user_ldap/l10n/tr.js index 542754b8227..cc41ed59a3a 100644 --- a/apps/user_ldap/l10n/tr.js +++ b/apps/user_ldap/l10n/tr.js @@ -12,6 +12,13 @@ OC.L10N.register( "No data specified" : "Herhangi bir veri belirtilmemiş", " Could not set configuration %s" : "%s yapılandırması ayarlanamadı", "Action does not exist" : "İşlem bulunamadı", + "LDAP user and group backend" : "LDAP kullanıcı ve grup arka yüzü", + "Renewing …" : "Yenileniyor...", + "Very weak password" : "Parola çok zayıf", + "Weak password" : "Parola zayıf", + "So-so password" : "Parola idare eder", + "Good password" : "Parola iyi", + "Strong password" : "Parola güçlü", "The Base DN appears to be wrong" : "Base DN hatalı gibi görünüyor", "Testing configuration…" : "Yapılandırma sınanıyor...", "Configuration incorrect" : "Yapılandırma hatalı", @@ -48,6 +55,8 @@ OC.L10N.register( "Please provide a login name to test against" : "Lütfen deneme için kullanılacak bir kullanıcı adı yazın", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "LDAP / AD sunucusu memberOf parametresini desteklemediğinden grup kutusu devre dışı.", "Password change rejected. Hint: " : "Parola değişimi reddedildi. İpucu:", + "Please login with the new password" : "Lütfen yeni parolanız ile oturum açın", + "Your password will expire within %s day(s)." : "Parolanızın süresi %s gün içinde dolacak.", "LDAP / AD integration" : "LDAP / AD bütünleştirmesi", "_%s group found_::_%s groups found_" : ["%s grup bulundu","%s grup bulundu"], "_%s user found_::_%s users found_" : ["%s kullanıcı bulundu","%s kullanıcı bulundu"], @@ -101,6 +110,15 @@ OC.L10N.register( "Saving" : "Kaydediliyor", "Back" : "Geri", "Continue" : "Devam", + "Please renew your password." : "Lütfen parolanızı yenileyin.", + "An internal error occurred." : "İçeride bir sorun çıktı.", + "Please try again or contact your administrator." : "Lütfen yeniden deneyin ya da yöneticinizle görüşün.", + "Current password" : "Geçerli parola", + "New password" : "Yeni parola", + "Renew password" : "Parolayı yenile", + "Wrong password. Reset it?" : "Parola hatalı. Sıfırlamak ister misiniz?", + "Wrong password." : "Parola hatalı.", + "Cancel" : "İptal", "LDAP" : "LDAP", "Server" : "Sunucu", "Users" : "Kullanıcılar", @@ -146,6 +164,8 @@ OC.L10N.register( "Enable LDAP password changes per user" : "Kullanıcılar LDAP parolalarını değiştirebilsin", "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." : " Bu seçenek etkinleştirildiğinde, LDAP kullanıcıları kendi parolalarını değiştirebilir ve Süper Yöneticiler ile Grup Yöneticileri kendi LDAP kullanıcılarının parolalarını değiştirebilir. Yalnız erişim denetimi ilkeleri LDAP sunucuya uygun olarak yapılandırılmış ise çalışır. Parolalar LDAp sunucuya düz metin biçiminde aktarıldığından, LDAP sunucu üzerinde aktarım şifrelemesi ve parola karması kullanılmalıdır.", "(New password is sent as plain text to LDAP)" : "(Yeni parola LDAP üzerine düz metin olarak gönderildi)", + "Default password policy DN" : "Varsayılan parola ilkesi DN", + "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." : "Parola süresinin sona erme işlemleri için kullanılacak varsayılan parola ilkesi için DN. Yalnız her kullanıcı için LDAP parola değişikliği etkinleştirilmiş ise çalışır ve yalnız OpenLDAP tarafından desteklenir. Parola süresi sona erme işlemlerini devre dışı bırakmak için boş bırakın.", "Special Attributes" : "Özel Öznitelikler", "Quota Field" : "Kota Alanı", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Kullanıcının varsayılan kotasının kullanılması için boş bırakın ya da bir LDAP/AD özniteliği belirtin.", diff --git a/apps/user_ldap/l10n/tr.json b/apps/user_ldap/l10n/tr.json index b7980323552..b58444d4da6 100644 --- a/apps/user_ldap/l10n/tr.json +++ b/apps/user_ldap/l10n/tr.json @@ -10,6 +10,13 @@ "No data specified" : "Herhangi bir veri belirtilmemiş", " Could not set configuration %s" : "%s yapılandırması ayarlanamadı", "Action does not exist" : "İşlem bulunamadı", + "LDAP user and group backend" : "LDAP kullanıcı ve grup arka yüzü", + "Renewing …" : "Yenileniyor...", + "Very weak password" : "Parola çok zayıf", + "Weak password" : "Parola zayıf", + "So-so password" : "Parola idare eder", + "Good password" : "Parola iyi", + "Strong password" : "Parola güçlü", "The Base DN appears to be wrong" : "Base DN hatalı gibi görünüyor", "Testing configuration…" : "Yapılandırma sınanıyor...", "Configuration incorrect" : "Yapılandırma hatalı", @@ -46,6 +53,8 @@ "Please provide a login name to test against" : "Lütfen deneme için kullanılacak bir kullanıcı adı yazın", "The group box was disabled, because the LDAP / AD server does not support memberOf." : "LDAP / AD sunucusu memberOf parametresini desteklemediğinden grup kutusu devre dışı.", "Password change rejected. Hint: " : "Parola değişimi reddedildi. İpucu:", + "Please login with the new password" : "Lütfen yeni parolanız ile oturum açın", + "Your password will expire within %s day(s)." : "Parolanızın süresi %s gün içinde dolacak.", "LDAP / AD integration" : "LDAP / AD bütünleştirmesi", "_%s group found_::_%s groups found_" : ["%s grup bulundu","%s grup bulundu"], "_%s user found_::_%s users found_" : ["%s kullanıcı bulundu","%s kullanıcı bulundu"], @@ -99,6 +108,15 @@ "Saving" : "Kaydediliyor", "Back" : "Geri", "Continue" : "Devam", + "Please renew your password." : "Lütfen parolanızı yenileyin.", + "An internal error occurred." : "İçeride bir sorun çıktı.", + "Please try again or contact your administrator." : "Lütfen yeniden deneyin ya da yöneticinizle görüşün.", + "Current password" : "Geçerli parola", + "New password" : "Yeni parola", + "Renew password" : "Parolayı yenile", + "Wrong password. Reset it?" : "Parola hatalı. Sıfırlamak ister misiniz?", + "Wrong password." : "Parola hatalı.", + "Cancel" : "İptal", "LDAP" : "LDAP", "Server" : "Sunucu", "Users" : "Kullanıcılar", @@ -144,6 +162,8 @@ "Enable LDAP password changes per user" : "Kullanıcılar LDAP parolalarını değiştirebilsin", "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." : " Bu seçenek etkinleştirildiğinde, LDAP kullanıcıları kendi parolalarını değiştirebilir ve Süper Yöneticiler ile Grup Yöneticileri kendi LDAP kullanıcılarının parolalarını değiştirebilir. Yalnız erişim denetimi ilkeleri LDAP sunucuya uygun olarak yapılandırılmış ise çalışır. Parolalar LDAp sunucuya düz metin biçiminde aktarıldığından, LDAP sunucu üzerinde aktarım şifrelemesi ve parola karması kullanılmalıdır.", "(New password is sent as plain text to LDAP)" : "(Yeni parola LDAP üzerine düz metin olarak gönderildi)", + "Default password policy DN" : "Varsayılan parola ilkesi DN", + "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." : "Parola süresinin sona erme işlemleri için kullanılacak varsayılan parola ilkesi için DN. Yalnız her kullanıcı için LDAP parola değişikliği etkinleştirilmiş ise çalışır ve yalnız OpenLDAP tarafından desteklenir. Parola süresi sona erme işlemlerini devre dışı bırakmak için boş bırakın.", "Special Attributes" : "Özel Öznitelikler", "Quota Field" : "Kota Alanı", "Leave empty for user's default quota. Otherwise, specify an LDAP/AD attribute." : "Kullanıcının varsayılan kotasının kullanılması için boş bırakın ya da bir LDAP/AD özniteliği belirtin.", diff --git a/apps/workflowengine/l10n/el.js b/apps/workflowengine/l10n/el.js index 3661a6ed2c3..a8ea95f7aee 100644 --- a/apps/workflowengine/l10n/el.js +++ b/apps/workflowengine/l10n/el.js @@ -57,6 +57,7 @@ OC.L10N.register( "Check %s is invalid" : "Έλεγχος %s δεν είναι έγκυρος", "Check #%s does not exist" : "Έλεγχος #%s δεν υπάρχει", "Workflow" : "Ροή εργασίας", + "Open documentation" : "Άνοιγμ τεκμηρίωσης", "Add rule group" : "Προσθέστε κανόνα ομάδας", "Short rule description" : "Μικρή περιγραφή κανόνα", "Add rule" : "Προσθέστε κανόνα", diff --git a/apps/workflowengine/l10n/el.json b/apps/workflowengine/l10n/el.json index cd2cb6c1ee1..3dbeb509abf 100644 --- a/apps/workflowengine/l10n/el.json +++ b/apps/workflowengine/l10n/el.json @@ -55,6 +55,7 @@ "Check %s is invalid" : "Έλεγχος %s δεν είναι έγκυρος", "Check #%s does not exist" : "Έλεγχος #%s δεν υπάρχει", "Workflow" : "Ροή εργασίας", + "Open documentation" : "Άνοιγμ τεκμηρίωσης", "Add rule group" : "Προσθέστε κανόνα ομάδας", "Short rule description" : "Μικρή περιγραφή κανόνα", "Add rule" : "Προσθέστε κανόνα", |