fix(l10n): Update translations from Transifex
Some checks are pending
CodeQL Advanced / Analyze (actions) (push) Waiting to run
CodeQL Advanced / Analyze (javascript-typescript) (push) Waiting to run
Integration sqlite / changes (push) Waiting to run
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, --tags ~@large files_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, capabilities_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, collaboration_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, comments_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, dav_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, federation_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, file_conversions) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, files_reminders) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, filesdrop_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, ldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, openldap_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, openldap_numerical_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, remoteapi_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, routing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, setup_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, sharees_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, sharing_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, theming_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite (stable33, 8.4, stable33, videoverification_features) (push) Blocked by required conditions
Integration sqlite / integration-sqlite-summary (push) Blocked by required conditions

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
This commit is contained in:
Nextcloud bot 2026-03-29 00:34:04 +00:00
parent c4dc75ccf5
commit 04a0bf182c
No known key found for this signature in database
GPG key ID: 130DAB86D3FB356C
36 changed files with 152 additions and 82 deletions

View file

@ -32,6 +32,6 @@ OC.L10N.register(
"Comment deleted" : "Kommentar gelöscht",
"An error occurred while trying to delete the comment" : "Es ist ein Fehler beim Löschen des Kommentars aufgetreten",
"An error occurred while trying to create the comment" : "Es ist ein Fehler beim Erstellen des Kommentars aufgetreten",
"Write a comment …" : "Einen Kommentar schreiben …"
"Write a comment …" : "Einen Kommentar schreiben …"
},
"nplurals=2; plural=(n != 1);");

View file

@ -30,6 +30,6 @@
"Comment deleted" : "Kommentar gelöscht",
"An error occurred while trying to delete the comment" : "Es ist ein Fehler beim Löschen des Kommentars aufgetreten",
"An error occurred while trying to create the comment" : "Es ist ein Fehler beim Erstellen des Kommentars aufgetreten",
"Write a comment …" : "Einen Kommentar schreiben …"
"Write a comment …" : "Einen Kommentar schreiben …"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -32,6 +32,6 @@ OC.L10N.register(
"Comment deleted" : "Kommentar gelöscht",
"An error occurred while trying to delete the comment" : "Es ist ein Fehler beim Löschen des Kommentars aufgetreten",
"An error occurred while trying to create the comment" : "Es ist ein Fehler beim Erstellen des Kommentars aufgetreten",
"Write a comment …" : "Schreiben Sie einen Kommentar …"
"Write a comment …" : "Einen Kommentar schreiben …"
},
"nplurals=2; plural=(n != 1);");

View file

@ -30,6 +30,6 @@
"Comment deleted" : "Kommentar gelöscht",
"An error occurred while trying to delete the comment" : "Es ist ein Fehler beim Löschen des Kommentars aufgetreten",
"An error occurred while trying to create the comment" : "Es ist ein Fehler beim Erstellen des Kommentars aufgetreten",
"Write a comment …" : "Schreiben Sie einen Kommentar …"
"Write a comment …" : "Einen Kommentar schreiben …"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -43,9 +43,14 @@ OC.L10N.register(
"Recovery key password" : "Mot de passe de la clé de récupération",
"Passwords fields do not match" : "Les deux mots de passe ne correspondent pas",
"Repeat recovery key password" : "Répétez le mot de passe de la clé de récupération",
"An error occurred while updating the recovery key settings. Please try again." : "Une erreur est survenue lors de la mise à jour des paramètres de la clé de récupération. Veuillez essayer à nouveau.",
"Change recovery key password" : "Modifier le mot de passe de la clé de récupération",
"Old recovery key password" : "Ancien mot de passe de la clé de récupération",
"New recovery key password" : "Nouveau mot de passe de la clé de récupération",
"Repeat new recovery key password" : "Répétez le nouveau mot de passe de la clé de récupération",
"An error occurred while changing the recovery key password. Please try again." : "Une erreur est survenue lors de la modification de la clé de récupération. Veuillez essayer à nouveau.",
"Update private key password" : "Mettre à jour le mot de passe de la clé privée",
"Your private key password no longer matches your log-in password. Set your old private key password to your current log-in password." : "Votre mot de passe de clé privée ne correspond plus à votre mot de passe de connexion. Définissez votre ancien mot de passe de clé privée à la valeur actuelle du mot de passe de connexion.",
"If you do not remember your old password you can ask your administrator to recover your files." : "Si vous ne vous souvenez pas de votre ancien mot de passe, vous pouvez demander à votre administrateur de récupérer vos fichiers.",
"Old log-in password" : "Ancien mot de passe de connexion",
"Current log-in password" : "Actuel mot de passe de connexion",

View file

@ -41,9 +41,14 @@
"Recovery key password" : "Mot de passe de la clé de récupération",
"Passwords fields do not match" : "Les deux mots de passe ne correspondent pas",
"Repeat recovery key password" : "Répétez le mot de passe de la clé de récupération",
"An error occurred while updating the recovery key settings. Please try again." : "Une erreur est survenue lors de la mise à jour des paramètres de la clé de récupération. Veuillez essayer à nouveau.",
"Change recovery key password" : "Modifier le mot de passe de la clé de récupération",
"Old recovery key password" : "Ancien mot de passe de la clé de récupération",
"New recovery key password" : "Nouveau mot de passe de la clé de récupération",
"Repeat new recovery key password" : "Répétez le nouveau mot de passe de la clé de récupération",
"An error occurred while changing the recovery key password. Please try again." : "Une erreur est survenue lors de la modification de la clé de récupération. Veuillez essayer à nouveau.",
"Update private key password" : "Mettre à jour le mot de passe de la clé privée",
"Your private key password no longer matches your log-in password. Set your old private key password to your current log-in password." : "Votre mot de passe de clé privée ne correspond plus à votre mot de passe de connexion. Définissez votre ancien mot de passe de clé privée à la valeur actuelle du mot de passe de connexion.",
"If you do not remember your old password you can ask your administrator to recover your files." : "Si vous ne vous souvenez pas de votre ancien mot de passe, vous pouvez demander à votre administrateur de récupérer vos fichiers.",
"Old log-in password" : "Ancien mot de passe de connexion",
"Current log-in password" : "Actuel mot de passe de connexion",

View file

@ -399,10 +399,10 @@ OC.L10N.register(
"Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" in \"{newName}\" umbenannt",
"Clear filter" : "Filter zurücksetzen",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Search everywhere …" : "Überall suchen …",
"Search everywhere …" : "Überall suchen …",
"Search here …" : "Hier suchen …",
"Preparing …" : "Bereite vor …",
"Submitting fields …" : "Felder werden übermittelt …",
"Preparing …" : "Bereite vor …",
"Submitting fields …" : "Felder werden übermittelt …",
"Shared by link" : "Über einen Link geteilt",
"Shared" : "Geteilt",
"You" : "Du",
@ -410,8 +410,8 @@ OC.L10N.register(
"Unable to change the favorite state of the file" : "Der Favoriten-Status der Datei kann nicht geändert werden",
"Error while loading the file data" : "Fehler beim Laden der Datei-Daten",
"Tags" : "Schlagworte",
"Save as …" : "Speichern als …",
"Converting files …" : "Dateien werden konvertiert …",
"Converting file …" : "Datei wird konvertiert …"
"Save as …" : "Speichern als …",
"Converting files …" : "Dateien werden konvertiert …",
"Converting file …" : "Datei wird konvertiert …"
},
"nplurals=2; plural=(n != 1);");

View file

@ -397,10 +397,10 @@
"Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" in \"{newName}\" umbenannt",
"Clear filter" : "Filter zurücksetzen",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Search everywhere …" : "Überall suchen …",
"Search everywhere …" : "Überall suchen …",
"Search here …" : "Hier suchen …",
"Preparing …" : "Bereite vor …",
"Submitting fields …" : "Felder werden übermittelt …",
"Preparing …" : "Bereite vor …",
"Submitting fields …" : "Felder werden übermittelt …",
"Shared by link" : "Über einen Link geteilt",
"Shared" : "Geteilt",
"You" : "Du",
@ -408,8 +408,8 @@
"Unable to change the favorite state of the file" : "Der Favoriten-Status der Datei kann nicht geändert werden",
"Error while loading the file data" : "Fehler beim Laden der Datei-Daten",
"Tags" : "Schlagworte",
"Save as …" : "Speichern als …",
"Converting files …" : "Dateien werden konvertiert …",
"Converting file …" : "Datei wird konvertiert …"
"Save as …" : "Speichern als …",
"Converting files …" : "Dateien werden konvertiert …",
"Converting file …" : "Datei wird konvertiert …"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -399,10 +399,10 @@ OC.L10N.register(
"Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" in \"{newName}\" umbenannt",
"Clear filter" : "Filter zurücksetzen",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Search everywhere …" : "Überall suchen …",
"Search here …" : "Hier suchen …",
"Preparing …" : "Bereite vor …",
"Submitting fields …" : "Felder werden übermittelt …",
"Search everywhere …" : "Überall suchen …",
"Search here …" : "Hier suchen …",
"Preparing …" : "Bereite vor …",
"Submitting fields …" : "Felder werden übermittelt …",
"Shared by link" : "Über einen Link geteilt",
"Shared" : "Geteilt",
"You" : "Sie",
@ -410,8 +410,8 @@ OC.L10N.register(
"Unable to change the favorite state of the file" : "Der Favoriten-Status der Datei kann nicht geändert werden",
"Error while loading the file data" : "Fehler beim Laden der Datei-Daten",
"Tags" : "Schlagworte",
"Save as …" : "Speichern als …",
"Converting files …" : "Dateien werden konvertiert …",
"Converting file …" : "Datei wird konvertiert …"
"Save as …" : "Speichern als …",
"Converting files …" : "Dateien werden konvertiert …",
"Converting file …" : "Datei wird konvertiert …"
},
"nplurals=2; plural=(n != 1);");

View file

@ -397,10 +397,10 @@
"Renamed \"{oldName}\" to \"{newName}\"" : "\"{oldName}\" in \"{newName}\" umbenannt",
"Clear filter" : "Filter zurücksetzen",
"Open file sidebar" : "Datei-Seitenleiste öffnen",
"Search everywhere …" : "Überall suchen …",
"Search here …" : "Hier suchen …",
"Preparing …" : "Bereite vor …",
"Submitting fields …" : "Felder werden übermittelt …",
"Search everywhere …" : "Überall suchen …",
"Search here …" : "Hier suchen …",
"Preparing …" : "Bereite vor …",
"Submitting fields …" : "Felder werden übermittelt …",
"Shared by link" : "Über einen Link geteilt",
"Shared" : "Geteilt",
"You" : "Sie",
@ -408,8 +408,8 @@
"Unable to change the favorite state of the file" : "Der Favoriten-Status der Datei kann nicht geändert werden",
"Error while loading the file data" : "Fehler beim Laden der Datei-Daten",
"Tags" : "Schlagworte",
"Save as …" : "Speichern als …",
"Converting files …" : "Dateien werden konvertiert …",
"Converting file …" : "Datei wird konvertiert …"
"Save as …" : "Speichern als …",
"Converting files …" : "Dateien werden konvertiert …",
"Converting file …" : "Datei wird konvertiert …"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}

View file

@ -177,7 +177,7 @@ OC.L10N.register(
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die cURL-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte zur Installation an die Systemadministration wenden.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die FTP-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte zur Installation an die Systemadministration wenden.",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" ist nicht installiert. Das Hinzufügen von %2$s ist nicht möglich. Bitte zur Installation an die Systemadministration wenden.",
"Checking storage …" : "Prüfe Speicher …",
"Checking storage …" : "Prüfe Speicher …",
"Type to select account or group." : "Tippen, um ein Konto oder eine Gruppe auszuwählen.",
"(Group)" : "(Gruppe)",
"Check for changes" : "Auf Änderungen prüfen",
@ -189,7 +189,7 @@ OC.L10N.register(
"It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Der Speicher ist danach in {instanceName} nicht mehr verfügbar und die Dateien und Ordner werden auf jedem aktuell verbundenen Synchronisierungsclient gelöscht. Auf dem externen Speicher selbst werden jedoch keine Dateien und Ordner gelöscht.",
"Delete storage?" : "Speicher löschen?",
"Click to recheck the configuration" : "Hier klicken, um die Konfiguration erneut zu prüfen",
"Saving …" : "Speichern …",
"Saving …" : "Speichere …",
"Failed to save global credentials" : "Globale Anmeldeinformationen konnten nicht gespeichert werden",
"Failed to save global credentials: {message}" : "Globale Anmeldeinformationen konnten nicht gespeichert werden: {message}",
"No external storage configured or you don't have the permission to configure them" : "Es ist kein externer Speicher eingerichtet oder du hast keine Berechtigung, diesen einzurichten.",

View file

@ -175,7 +175,7 @@
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die cURL-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte zur Installation an die Systemadministration wenden.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die FTP-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte zur Installation an die Systemadministration wenden.",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" ist nicht installiert. Das Hinzufügen von %2$s ist nicht möglich. Bitte zur Installation an die Systemadministration wenden.",
"Checking storage …" : "Prüfe Speicher …",
"Checking storage …" : "Prüfe Speicher …",
"Type to select account or group." : "Tippen, um ein Konto oder eine Gruppe auszuwählen.",
"(Group)" : "(Gruppe)",
"Check for changes" : "Auf Änderungen prüfen",
@ -187,7 +187,7 @@
"It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Der Speicher ist danach in {instanceName} nicht mehr verfügbar und die Dateien und Ordner werden auf jedem aktuell verbundenen Synchronisierungsclient gelöscht. Auf dem externen Speicher selbst werden jedoch keine Dateien und Ordner gelöscht.",
"Delete storage?" : "Speicher löschen?",
"Click to recheck the configuration" : "Hier klicken, um die Konfiguration erneut zu prüfen",
"Saving …" : "Speichern …",
"Saving …" : "Speichere …",
"Failed to save global credentials" : "Globale Anmeldeinformationen konnten nicht gespeichert werden",
"Failed to save global credentials: {message}" : "Globale Anmeldeinformationen konnten nicht gespeichert werden: {message}",
"No external storage configured or you don't have the permission to configure them" : "Es ist kein externer Speicher eingerichtet oder du hast keine Berechtigung, diesen einzurichten.",

View file

@ -177,7 +177,7 @@ OC.L10N.register(
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich bezüglich Aktivierung oder Installation an Ihre Administration.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die FTP-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich bezüglich Aktivierung oder Installation an Ihre Administration.",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" ist nicht installiert. Das Hinzufügen von %2$s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihre Administration.",
"Checking storage …" : "Prüfe Speicher…",
"Checking storage …" : "Prüfe Speicher …",
"Type to select account or group." : "Tippen, um ein Konto oder eine Gruppe auszuwählen.",
"(Group)" : "(Gruppe)",
"Check for changes" : "Auf Änderungen prüfen",
@ -189,7 +189,7 @@ OC.L10N.register(
"It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Der Speicher ist danach in {instanceName} nicht mehr verfügbar und die Dateien und Ordner werden auf jedem aktuell verbundenen Synchronisierungsclient gelöscht. Auf dem externen Speicher selbst werden jedoch keine Dateien und Ordner gelöscht.",
"Delete storage?" : "Speicher löschen?",
"Click to recheck the configuration" : "Hier klicken, um die Konfiguration erneut zu prüfen",
"Saving …" : "Speichere …",
"Saving …" : "Speichere …",
"Failed to save global credentials" : "Globale Anmeldeinformationen konnten nicht gespeichert werden",
"Failed to save global credentials: {message}" : "Globale Anmeldeinformationen konnten nicht gespeichert werden: {message}",
"No external storage configured or you don't have the permission to configure them" : "Es ist kein externer Speicher eingerichtet oder Sie haben keine Berechtigung, diesen einzurichten.",

View file

@ -175,7 +175,7 @@
"The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die cURL-Unterstützung von PHP ist nicht aktiviert oder installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich bezüglich Aktivierung oder Installation an Ihre Administration.",
"The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "Die FTP-Unterstützung von PHP ist deaktiviert oder nicht installiert. Das Hinzufügen von %s ist nicht möglich. Bitte wenden Sie sich bezüglich Aktivierung oder Installation an Ihre Administration.",
"\"%1$s\" is not installed. Mounting of %2$s is not possible. Please ask your system administrator to install it." : "\"%1$s\" ist nicht installiert. Das Hinzufügen von %2$s ist nicht möglich. Bitte wenden Sie sich zur Installation an Ihre Administration.",
"Checking storage …" : "Prüfe Speicher…",
"Checking storage …" : "Prüfe Speicher …",
"Type to select account or group." : "Tippen, um ein Konto oder eine Gruppe auszuwählen.",
"(Group)" : "(Gruppe)",
"Check for changes" : "Auf Änderungen prüfen",
@ -187,7 +187,7 @@
"It will make the storage unavailable in {instanceName} and will lead to a deletion of these files and folders on any sync client that is currently connected but will not delete any files and folders on the external storage itself." : "Der Speicher ist danach in {instanceName} nicht mehr verfügbar und die Dateien und Ordner werden auf jedem aktuell verbundenen Synchronisierungsclient gelöscht. Auf dem externen Speicher selbst werden jedoch keine Dateien und Ordner gelöscht.",
"Delete storage?" : "Speicher löschen?",
"Click to recheck the configuration" : "Hier klicken, um die Konfiguration erneut zu prüfen",
"Saving …" : "Speichere …",
"Saving …" : "Speichere …",
"Failed to save global credentials" : "Globale Anmeldeinformationen konnten nicht gespeichert werden",
"Failed to save global credentials: {message}" : "Globale Anmeldeinformationen konnten nicht gespeichert werden: {message}",
"No external storage configured or you don't have the permission to configure them" : "Es ist kein externer Speicher eingerichtet oder Sie haben keine Berechtigung, diesen einzurichten.",

View file

@ -52,6 +52,7 @@ OC.L10N.register(
"Enable Path Style" : "Activer Path Style",
"Legacy (v2) authentication" : "Authentification héritée (v2)",
"Enable multipart copy" : "Activer la copie multiple",
"Use presigned S3 url" : "Utiliser une URL S3 pré-signée",
"SSE-C encryption key" : "Clé de chiffrement SSE-C",
"WebDAV" : "WebDAV",
"URL" : "URL",
@ -95,6 +96,8 @@ OC.L10N.register(
"Never" : "Jamais",
"Once every direct access" : "Une fois par accès direct",
"Always" : "Toujours",
"Mount options" : "Options de montage",
"Check filesystem changes" : "Vérifier les changements de système de fichiers",
"Read only" : "Lecture seule",
"Enable previews" : "Activer les prévisualisations",
"Enable sharing" : "Activer le partage",
@ -111,7 +114,10 @@ OC.L10N.register(
"Saved" : "Enregistré",
"Error while saving" : "Erreur lors de l'enregistrement",
"Saved allowed backends" : "Backends autorisés enregistrés",
"Failed to save allowed backends" : "Impossible d'enregistrer les backends autorisés",
"Advanced options for external storage mounts" : "Options avancées pour les montages de stockage externes",
"Allow people to mount external storage" : "Autoriser les utilisateurs à monter des périphériques de stockage externes",
"External storage backends people are allowed to mount" : "Backend de stockage externes que les personnes sont autorisées à monter",
"Error generating key pair" : "Erreur lors de la génération des clés",
"Key size" : "Taille de la clé",
"Generate keys" : "Générer des clés",
@ -120,9 +126,16 @@ OC.L10N.register(
"To access the storage, you need to provide the authentication credentials." : "Pour accéder au stockage, vous devez fournir les informations dauthentification.",
"Enter the storage login" : "Entrez l'identifiant du stockage",
"Enter the storage password" : "Entrez le mot de passe du stockage",
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices." : "Le stockage externe vous permet de monter des services et appareils de stockage extenres en tant qu'appareils de stockage Nextcloud secondaires.",
"You may also allow people to mount their own external storage services." : "Vous pouvez aussi autoriser les personnes à monter leurs propres services de stockage externe.",
"The cURL support in PHP is not enabled or installed." : "La prise en charge de cURL dans PHP n'est pas activée ou installée.",
"The FTP support in PHP is not enabled or installed." : "La prise en charge de FTP dans PHP n'est pas activée ou installée.",
"{module} is not installed." : "{module} nest pas installé",
"Dependant backends" : "Backends dépendants",
"No external storage configured or you do not have the permission to configure them" : "Aucun stockage externe configuré, ou vous n'avez pas la permission d'en configurer",
"Add external storage" : "Ajouter un stockage externe",
"Global credentials saved" : "Informations d'identification globales enregistrées",
"Could not save global credentials" : "Impossible d'enregistrer les informations d'identification globales",
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Les identifiants globaux peuvent être utilisés pour s'authentifier auprès de multiples stockages externes qui ont les mêmes identifiants.",
"Saving …" : "Enregistrement  …",
"Save" : "Enregistrer",
@ -151,6 +164,8 @@ OC.L10N.register(
"System" : "Système",
"Connected" : "Connecté",
"Error" : "Erreur",
"Indeterminate" : "Indéterminé",
"Incomplete configuration" : "Configuration incomplète",
"Unauthorized" : "Non autorisé",
"Network error" : "Erreur réseau",
"Grant access" : "Autoriser laccès",

View file

@ -50,6 +50,7 @@
"Enable Path Style" : "Activer Path Style",
"Legacy (v2) authentication" : "Authentification héritée (v2)",
"Enable multipart copy" : "Activer la copie multiple",
"Use presigned S3 url" : "Utiliser une URL S3 pré-signée",
"SSE-C encryption key" : "Clé de chiffrement SSE-C",
"WebDAV" : "WebDAV",
"URL" : "URL",
@ -93,6 +94,8 @@
"Never" : "Jamais",
"Once every direct access" : "Une fois par accès direct",
"Always" : "Toujours",
"Mount options" : "Options de montage",
"Check filesystem changes" : "Vérifier les changements de système de fichiers",
"Read only" : "Lecture seule",
"Enable previews" : "Activer les prévisualisations",
"Enable sharing" : "Activer le partage",
@ -109,7 +112,10 @@
"Saved" : "Enregistré",
"Error while saving" : "Erreur lors de l'enregistrement",
"Saved allowed backends" : "Backends autorisés enregistrés",
"Failed to save allowed backends" : "Impossible d'enregistrer les backends autorisés",
"Advanced options for external storage mounts" : "Options avancées pour les montages de stockage externes",
"Allow people to mount external storage" : "Autoriser les utilisateurs à monter des périphériques de stockage externes",
"External storage backends people are allowed to mount" : "Backend de stockage externes que les personnes sont autorisées à monter",
"Error generating key pair" : "Erreur lors de la génération des clés",
"Key size" : "Taille de la clé",
"Generate keys" : "Générer des clés",
@ -118,9 +124,16 @@
"To access the storage, you need to provide the authentication credentials." : "Pour accéder au stockage, vous devez fournir les informations dauthentification.",
"Enter the storage login" : "Entrez l'identifiant du stockage",
"Enter the storage password" : "Entrez le mot de passe du stockage",
"External storage enables you to mount external storage services and devices as secondary Nextcloud storage devices." : "Le stockage externe vous permet de monter des services et appareils de stockage extenres en tant qu'appareils de stockage Nextcloud secondaires.",
"You may also allow people to mount their own external storage services." : "Vous pouvez aussi autoriser les personnes à monter leurs propres services de stockage externe.",
"The cURL support in PHP is not enabled or installed." : "La prise en charge de cURL dans PHP n'est pas activée ou installée.",
"The FTP support in PHP is not enabled or installed." : "La prise en charge de FTP dans PHP n'est pas activée ou installée.",
"{module} is not installed." : "{module} nest pas installé",
"Dependant backends" : "Backends dépendants",
"No external storage configured or you do not have the permission to configure them" : "Aucun stockage externe configuré, ou vous n'avez pas la permission d'en configurer",
"Add external storage" : "Ajouter un stockage externe",
"Global credentials saved" : "Informations d'identification globales enregistrées",
"Could not save global credentials" : "Impossible d'enregistrer les informations d'identification globales",
"Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Les identifiants globaux peuvent être utilisés pour s'authentifier auprès de multiples stockages externes qui ont les mêmes identifiants.",
"Saving …" : "Enregistrement  …",
"Save" : "Enregistrer",
@ -149,6 +162,8 @@
"System" : "Système",
"Connected" : "Connecté",
"Error" : "Erreur",
"Indeterminate" : "Indéterminé",
"Incomplete configuration" : "Configuration incomplète",
"Unauthorized" : "Non autorisé",
"Network error" : "Erreur réseau",
"Grant access" : "Autoriser laccès",

View file

@ -112,7 +112,7 @@ OC.L10N.register(
"You received {share} to group {group} as a share by {user}" : "Du hast {share} zur Gruppe {group} als Freigabe von {user} empfangen",
"Accept" : "Akzeptieren",
"Decline" : "Ablehnen",
"Remember to upload the files to %s" : "Denke daran, die Dateien auf %s hochzuladen",
"Remember to upload the files to %s" : "Bitte daran denken, die Dateien auf %s hochzuladen",
"We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Wir möchten dich freundlich daran erinnern, dass du bisher noch keine Dateien in den freigegebenen Ordner hochgeladen hast.",
"Open \"%s\"" : "\"%s\" öffnen",
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Personen, Dateien innerhalb von Nextcloud zu teilen. Wenn aktiviert, kann die Administration wählen, welche Gruppen Dateien teilen können. Die entsprechenden Personen können dann Dateien und Ordner mit anderen Personen und Gruppen innerhalb von Nextcloud teilen. Wenn die Administration die Funktion zum Teilen von Links aktiviert, kann ein externer Link verwendet werden, um Dateien mit anderen Personen außerhalb von Nextcloud zu teilen. Die Administration kann auch Passwörter und Ablaufdaten erzwingen und die Freigabe von Server zu Server über Freigabelinks sowie die Freigabe von mobilen Geräten aus aktivieren.\nWenn du die Funktion deaktivierst, werden freigegebene Dateien und Ordner auf dem Server für alle Freigabeempfänger und auch auf den Sync-Clients und mobilen Apps entfernt. Weitere Informationen findest du in der Nextcloud-Dokumentation.",
@ -283,7 +283,7 @@ OC.L10N.register(
"Share label" : "Freigabe-Label",
"Share link token" : "Freigabe-Token teilen",
"Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Das öffentliche Freigabelink-Token auf einen Begriff festlegen, der leicht zu merken ist , oder generiere ein neues Token. Es ist nicht empfehlenswert, ein erratbares Token für Freigaben zu verwenden, die vertrauliche Informationen enthalten.",
"Generating…" : "Generieren…",
"Generating…" : "Generieren …",
"Generate new token" : "Neues Token generieren",
"Set password" : "Passwort setzen",
"Password expires {passwordExpirationTime}" : "Passwort läuft um {passwordExpirationTime} ab",

View file

@ -110,7 +110,7 @@
"You received {share} to group {group} as a share by {user}" : "Du hast {share} zur Gruppe {group} als Freigabe von {user} empfangen",
"Accept" : "Akzeptieren",
"Decline" : "Ablehnen",
"Remember to upload the files to %s" : "Denke daran, die Dateien auf %s hochzuladen",
"Remember to upload the files to %s" : "Bitte daran denken, die Dateien auf %s hochzuladen",
"We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Wir möchten dich freundlich daran erinnern, dass du bisher noch keine Dateien in den freigegebenen Ordner hochgeladen hast.",
"Open \"%s\"" : "\"%s\" öffnen",
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Personen, Dateien innerhalb von Nextcloud zu teilen. Wenn aktiviert, kann die Administration wählen, welche Gruppen Dateien teilen können. Die entsprechenden Personen können dann Dateien und Ordner mit anderen Personen und Gruppen innerhalb von Nextcloud teilen. Wenn die Administration die Funktion zum Teilen von Links aktiviert, kann ein externer Link verwendet werden, um Dateien mit anderen Personen außerhalb von Nextcloud zu teilen. Die Administration kann auch Passwörter und Ablaufdaten erzwingen und die Freigabe von Server zu Server über Freigabelinks sowie die Freigabe von mobilen Geräten aus aktivieren.\nWenn du die Funktion deaktivierst, werden freigegebene Dateien und Ordner auf dem Server für alle Freigabeempfänger und auch auf den Sync-Clients und mobilen Apps entfernt. Weitere Informationen findest du in der Nextcloud-Dokumentation.",
@ -281,7 +281,7 @@
"Share label" : "Freigabe-Label",
"Share link token" : "Freigabe-Token teilen",
"Set the public share link token to something easy to remember or generate a new token. It is not recommended to use a guessable token for shares which contain sensitive information." : "Das öffentliche Freigabelink-Token auf einen Begriff festlegen, der leicht zu merken ist , oder generiere ein neues Token. Es ist nicht empfehlenswert, ein erratbares Token für Freigaben zu verwenden, die vertrauliche Informationen enthalten.",
"Generating…" : "Generieren…",
"Generating…" : "Generieren …",
"Generate new token" : "Neues Token generieren",
"Set password" : "Passwort setzen",
"Password expires {passwordExpirationTime}" : "Passwort läuft um {passwordExpirationTime} ab",

View file

@ -112,7 +112,7 @@ OC.L10N.register(
"You received {share} to group {group} as a share by {user}" : "Sie haben {share} zur Gruppe {group} als Freigabe von {user} empfangen",
"Accept" : "Akzeptieren",
"Decline" : "Ablehnen",
"Remember to upload the files to %s" : "Denken Sie daran, die Dateien auf %s hochzuladen",
"Remember to upload the files to %s" : "Bitte daran denken, die Dateien auf %s hochzuladen",
"We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Wir möchten Sie freundlich daran erinnern, dass Sie bisher noch keine Dateien in den freigegebenen Ordner hochgeladen haben.",
"Open \"%s\"" : "\"%s\" öffnen",
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Personen, Dateien innerhalb von Nextcloud zu teilen. Wenn aktiviert, kann die Administration wählen, welche Gruppen Dateien teilen können. Die entsprechenden Personen können dann Dateien und Ordner mit anderen Personen und Gruppen innerhalb von Nextcloud teilen. Wenn der Administrator die Funktion zum Teilen von Links aktiviert, kann ein externer Link verwendet werden, um Dateien mit anderen Personen außerhalb von Nextcloud zu teilen. Administratoren können auch Passwörter und Ablaufdaten erzwingen und die Freigabe von Server zu Server über Freigabelinks sowie die Freigabe von mobilen Geräten aus aktivieren.\nWenn Sie die Funktion deaktivieren, werden freigegebene Dateien und Ordner auf dem Server für alle Freigabeempfänger und auch auf den Sync-Clients und mobilen Apps entfernt. Weitere Informationen finden Sie in der Nextcloud-Dokumentation.",
@ -125,7 +125,7 @@ OC.L10N.register(
"Set a submission expiration date" : "Ablaufdatum für die Übermittlung festlegen",
"Expiration date" : "Ablaufdatum",
"Select a date" : "Datum auswählen",
"Your administrator has enforced a {count} days expiration policy." : "Ihre Administration erzwingt über eine Richtlinie den Ablauf nach {count} Tagen.",
"Your administrator has enforced a {count} days expiration policy." : "Die Administration erzwingt über eine Richtlinie den Ablauf nach {count} Tagen.",
"What password should be used for the request?" : "Welches Passwort soll für die Anfrage verwendet werden?",
"Set a password" : "Passwort setzen",
"Password" : "Passwort",

View file

@ -110,7 +110,7 @@
"You received {share} to group {group} as a share by {user}" : "Sie haben {share} zur Gruppe {group} als Freigabe von {user} empfangen",
"Accept" : "Akzeptieren",
"Decline" : "Ablehnen",
"Remember to upload the files to %s" : "Denken Sie daran, die Dateien auf %s hochzuladen",
"Remember to upload the files to %s" : "Bitte daran denken, die Dateien auf %s hochzuladen",
"We would like to kindly remind you that you have not yet uploaded any files to the shared folder." : "Wir möchten Sie freundlich daran erinnern, dass Sie bisher noch keine Dateien in den freigegebenen Ordner hochgeladen haben.",
"Open \"%s\"" : "\"%s\" öffnen",
"This application enables people to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable people can then share files and folders with other accounts and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other people outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.\nTurning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation." : "Diese App ermöglicht es Personen, Dateien innerhalb von Nextcloud zu teilen. Wenn aktiviert, kann die Administration wählen, welche Gruppen Dateien teilen können. Die entsprechenden Personen können dann Dateien und Ordner mit anderen Personen und Gruppen innerhalb von Nextcloud teilen. Wenn der Administrator die Funktion zum Teilen von Links aktiviert, kann ein externer Link verwendet werden, um Dateien mit anderen Personen außerhalb von Nextcloud zu teilen. Administratoren können auch Passwörter und Ablaufdaten erzwingen und die Freigabe von Server zu Server über Freigabelinks sowie die Freigabe von mobilen Geräten aus aktivieren.\nWenn Sie die Funktion deaktivieren, werden freigegebene Dateien und Ordner auf dem Server für alle Freigabeempfänger und auch auf den Sync-Clients und mobilen Apps entfernt. Weitere Informationen finden Sie in der Nextcloud-Dokumentation.",
@ -123,7 +123,7 @@
"Set a submission expiration date" : "Ablaufdatum für die Übermittlung festlegen",
"Expiration date" : "Ablaufdatum",
"Select a date" : "Datum auswählen",
"Your administrator has enforced a {count} days expiration policy." : "Ihre Administration erzwingt über eine Richtlinie den Ablauf nach {count} Tagen.",
"Your administrator has enforced a {count} days expiration policy." : "Die Administration erzwingt über eine Richtlinie den Ablauf nach {count} Tagen.",
"What password should be used for the request?" : "Welches Passwort soll für die Anfrage verwendet werden?",
"Set a password" : "Passwort setzen",
"Password" : "Passwort",

View file

@ -13,6 +13,7 @@ OC.L10N.register(
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.",
"Name" : "Nom",
"Redirection URI" : "URI de redirection",
"Client identifier" : "Identifiant du client",
"Delete client" : "Supprimer le client",
"Make sure you store the secret key, it cannot be recovered." : "Assurez-vous de stocker la clé secrète, elle ne peut pas être re récupérée.",
"Add client" : "Ajouter un client",

View file

@ -11,6 +11,7 @@
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 permet à des services externes de demander l'accès à {instanceName}.",
"Name" : "Nom",
"Redirection URI" : "URI de redirection",
"Client identifier" : "Identifiant du client",
"Delete client" : "Supprimer le client",
"Make sure you store the secret key, it cannot be recovered." : "Assurez-vous de stocker la clé secrète, elle ne peut pas être re récupérée.",
"Add client" : "Ajouter un client",

View file

@ -4,6 +4,8 @@ OC.L10N.register(
"Your client is not authorized to connect. Please inform the administrator of your client." : "Jūsų kliento programa nėra įgaliota prisijungti. Informuokite administratorių apie savo kliento programą.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Jūsų nukreipimo adresas (redirect URL) turi būti pilnas, pavyzdžiui: https://jusuadresas.com/path",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Leidžia atlikti OAuth2 suderinamą autentifikavimą iš kitų žiniatinklio programėlių.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 programėlė leidžia administratoriams konfigūruoti integruotą autentifikavimo procesą taip, kad būtų galima naudoti ir su OAuth2 suderinamą autentifikavimą iš kitų žiniatinklio programėlių.",
"Secret key" : "Slaptasis raktas",
"Delete" : "Ištrinti",
"An unknown error occurred." : "Įvyko nežinoma klaida.",
@ -11,8 +13,13 @@ OC.L10N.register(
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 leidžia išorinėms tarnyboms užklausti prieigą prie {instanceName}.",
"Name" : "Pavadinimas",
"Redirection URI" : "Peradresavimo URI",
"Client identifier" : "Kliento identifikatorius",
"Delete client" : "Ištrinti klientą",
"Make sure you store the secret key, it cannot be recovered." : "Būtinai išsaugokite slaptąjį raktą jo atkurti nebus įmanoma.",
"Add client" : "Pridėti klientą",
"Add" : "Pridėti",
"Client Identifier" : "Kliento identifikatorius"
"Client Identifier" : "Kliento identifikatorius",
"Show client secret" : "Rodyti kliento slaptąjį raktą",
"Hide client secret" : "Slėpti kliento slaptąjį raktą"
},
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");

View file

@ -2,6 +2,8 @@
"Your client is not authorized to connect. Please inform the administrator of your client." : "Jūsų kliento programa nėra įgaliota prisijungti. Informuokite administratorių apie savo kliento programą.",
"Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "Jūsų nukreipimo adresas (redirect URL) turi būti pilnas, pavyzdžiui: https://jusuadresas.com/path",
"OAuth 2.0" : "OAuth 2.0",
"Allows OAuth2 compatible authentication from other web applications." : "Leidžia atlikti OAuth2 suderinamą autentifikavimą iš kitų žiniatinklio programėlių.",
"The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications." : "OAuth2 programėlė leidžia administratoriams konfigūruoti integruotą autentifikavimo procesą taip, kad būtų galima naudoti ir su OAuth2 suderinamą autentifikavimą iš kitų žiniatinklio programėlių.",
"Secret key" : "Slaptasis raktas",
"Delete" : "Ištrinti",
"An unknown error occurred." : "Įvyko nežinoma klaida.",
@ -9,8 +11,13 @@
"OAuth 2.0 allows external services to request access to {instanceName}." : "OAuth 2.0 leidžia išorinėms tarnyboms užklausti prieigą prie {instanceName}.",
"Name" : "Pavadinimas",
"Redirection URI" : "Peradresavimo URI",
"Client identifier" : "Kliento identifikatorius",
"Delete client" : "Ištrinti klientą",
"Make sure you store the secret key, it cannot be recovered." : "Būtinai išsaugokite slaptąjį raktą jo atkurti nebus įmanoma.",
"Add client" : "Pridėti klientą",
"Add" : "Pridėti",
"Client Identifier" : "Kliento identifikatorius"
"Client Identifier" : "Kliento identifikatorius",
"Show client secret" : "Rodyti kliento slaptąjį raktą",
"Hide client secret" : "Slėpti kliento slaptąjį raktą"
},"pluralForm" :"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);"
}

View file

@ -35,7 +35,7 @@ OC.L10N.register(
"Invalid Host" : "Ungültiger Host",
"LDAP user and group backend" : "LDAP Benutzer- und Gruppen-Backend",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Diese App ermöglicht es der Administration, Nextcloud mit einem LDAP-basiertem Nutzerverzeichnis zu verbinden.",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Diese App ermöglicht es der Administration Nextcloud mit einem auf LDAP basierenden Benutzerverzeichnis zu verbinden um so die Anmeldung, Benutzer, Gruppen und Berechtigungen zu konfigurieren. Die Administration kann die App so einrichten, dass sie sich mit einem oder mehreren LDAP-Verzeichnissen oder Active-Directories über eine LDAP-Schnittstelle verbindet. Attribute wie Speicherkontigent, E-Mail, Avatare, Gruppenmitgliedschaft usw. können von einem Verzeichnis mit den dazugehörigen Anfragen und Filtern bezogen werden.\n\nDer Benutzer meldet sich an der Nextcloud mit seinen LDAP- oder AD-Anmeldedaten an und erhält Zugriff durch eine Authentifizierungsanfrage am LDAP- oder AD-Server. Nextcloud speichert und verwendet nicht die LDAP- oder AD-Zugangsdaten sondern verwendet eine Sitzungs-ID für die jeweilige Nutzer-ID. Weitere Infos in der \"LDAP User and Group Backend\"-Dokumentation.",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Diese App ermöglicht es der Administration, Nextcloud mit einem auf LDAP basierenden Nutzerverzeichnis zu verbinden um so die Anmeldung, Nutzer, Gruppen und Berechtigungen zu einzurichten. Die Administration kann die App so einrichten, dass sie sich mit einem oder mehreren LDAP-Verzeichnissen oder Active-Directories über eine LDAP-Schnittstelle verbindet. Attribute wie Speicherkontingent, E-Mail, Avatare, Gruppenmitgliedschaft usw. können von einem Verzeichnis mit den dazugehörigen Anfragen und Filtern bezogen werden\n\nDer Nutzer meldet sich an der Nextclud mit seinen LDAP oder AD Anmeldedaten an und erhält Zugriff durch eine Authentifizierungsanfrage am LDAP- oder AD-Server. Nextcloud speichert und verwendet nicht die LDAP- oder AD-Zugangsdaten sondern verwendet eine Sitzungs-ID für die jeweilige Nutzer-ID. Weitere Infos in der \"LDAP User und Group Backend\"-Dokumentation.",
"Connection Settings" : "Verbindungseinstellungen",
"Backup (Replica) Host" : "Backup-Host (Kopie)",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Optionalen Backup-Host eingeben. Es muss sich um eine Kopie des Haupt-LDAP/AD-Servers handeln.",
@ -206,14 +206,14 @@ OC.L10N.register(
"Invalid data specified" : "Ungültige Daten angegeben",
"Could not set configuration %1$s to %2$s" : "Die Konfiguration %1$s konnte nicht auf %2$s gesetzt werden",
"Action does not exist" : "Aktion existiert nicht",
"Renewing …" : "Erneuere …",
"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 …",
"Testing configuration…" : "Teste Konfiguration …",
"Configuration incorrect" : "Konfiguration falsch",
"Configuration incomplete" : "Konfiguration unvollständig",
"Configuration OK" : "Konfiguration OK",

View file

@ -33,7 +33,7 @@
"Invalid Host" : "Ungültiger Host",
"LDAP user and group backend" : "LDAP Benutzer- und Gruppen-Backend",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Diese App ermöglicht es der Administration, Nextcloud mit einem LDAP-basiertem Nutzerverzeichnis zu verbinden.",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Diese App ermöglicht es der Administration Nextcloud mit einem auf LDAP basierenden Benutzerverzeichnis zu verbinden um so die Anmeldung, Benutzer, Gruppen und Berechtigungen zu konfigurieren. Die Administration kann die App so einrichten, dass sie sich mit einem oder mehreren LDAP-Verzeichnissen oder Active-Directories über eine LDAP-Schnittstelle verbindet. Attribute wie Speicherkontigent, E-Mail, Avatare, Gruppenmitgliedschaft usw. können von einem Verzeichnis mit den dazugehörigen Anfragen und Filtern bezogen werden.\n\nDer Benutzer meldet sich an der Nextcloud mit seinen LDAP- oder AD-Anmeldedaten an und erhält Zugriff durch eine Authentifizierungsanfrage am LDAP- oder AD-Server. Nextcloud speichert und verwendet nicht die LDAP- oder AD-Zugangsdaten sondern verwendet eine Sitzungs-ID für die jeweilige Nutzer-ID. Weitere Infos in der \"LDAP User and Group Backend\"-Dokumentation.",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Diese App ermöglicht es der Administration, Nextcloud mit einem auf LDAP basierenden Nutzerverzeichnis zu verbinden um so die Anmeldung, Nutzer, Gruppen und Berechtigungen zu einzurichten. Die Administration kann die App so einrichten, dass sie sich mit einem oder mehreren LDAP-Verzeichnissen oder Active-Directories über eine LDAP-Schnittstelle verbindet. Attribute wie Speicherkontingent, E-Mail, Avatare, Gruppenmitgliedschaft usw. können von einem Verzeichnis mit den dazugehörigen Anfragen und Filtern bezogen werden\n\nDer Nutzer meldet sich an der Nextclud mit seinen LDAP oder AD Anmeldedaten an und erhält Zugriff durch eine Authentifizierungsanfrage am LDAP- oder AD-Server. Nextcloud speichert und verwendet nicht die LDAP- oder AD-Zugangsdaten sondern verwendet eine Sitzungs-ID für die jeweilige Nutzer-ID. Weitere Infos in der \"LDAP User und Group Backend\"-Dokumentation.",
"Connection Settings" : "Verbindungseinstellungen",
"Backup (Replica) Host" : "Backup-Host (Kopie)",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Optionalen Backup-Host eingeben. Es muss sich um eine Kopie des Haupt-LDAP/AD-Servers handeln.",
@ -204,14 +204,14 @@
"Invalid data specified" : "Ungültige Daten angegeben",
"Could not set configuration %1$s to %2$s" : "Die Konfiguration %1$s konnte nicht auf %2$s gesetzt werden",
"Action does not exist" : "Aktion existiert nicht",
"Renewing …" : "Erneuere …",
"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 …",
"Testing configuration…" : "Teste Konfiguration …",
"Configuration incorrect" : "Konfiguration falsch",
"Configuration incomplete" : "Konfiguration unvollständig",
"Configuration OK" : "Konfiguration OK",

View file

@ -35,7 +35,7 @@ OC.L10N.register(
"Invalid Host" : "Ungültiger Host",
"LDAP user and group backend" : "LDAP Benutzer- und Gruppen-Backend",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Diese App ermöglicht es der Administration, Nextcloud mit einem LDAP-basiertem Nutzerverzeichnis zu verbinden.",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Diese App ermöglicht es Administratoren Nextcloud mit einem auf LDAP basierenden Nutzerverzeichnis zu verbinden um so die Anmeldung, Nutzer, Gruppen und Berechtigungen zu konfigurieren. Administratoren können die App so einrichten, dass sie sich mit einem oder mehreren LDAP-Verzeichnissen oder Active-Directories über eine LDAP-Schnittstelle verbindet. Attribute wie Speicherkontingent, E-Mail, Avatare, Gruppenmitgliedschaft usw. können von einem Verzeichnis mit den dazugehörigen Anfragen und Filtern bezogen werden\n\nDer Nutzer meldet sich an der Nextclud mit seinen LDAP oder AD Anmeldedaten an. und erhält Zugriff durch eine Authentifizierungsanfrage am LDAP- oder AD-Server. Nextcloud speichert und verwendet nicht die LDAP- oder AD-Zugangsdaten sondern verwendet eine Sitzungs-ID für die jeweilige Nutzer-ID. Weitere Infos in der \"LDAP User und Group Backend\"-Dokumentation.",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Diese App ermöglicht es der Administration, Nextcloud mit einem auf LDAP basierenden Nutzerverzeichnis zu verbinden um so die Anmeldung, Nutzer, Gruppen und Berechtigungen zu einzurichten. Die Administration kann die App so einrichten, dass sie sich mit einem oder mehreren LDAP-Verzeichnissen oder Active-Directories über eine LDAP-Schnittstelle verbindet. Attribute wie Speicherkontingent, E-Mail, Avatare, Gruppenmitgliedschaft usw. können von einem Verzeichnis mit den dazugehörigen Anfragen und Filtern bezogen werden\n\nDer Nutzer meldet sich an der Nextclud mit seinen LDAP oder AD Anmeldedaten an und erhält Zugriff durch eine Authentifizierungsanfrage am LDAP- oder AD-Server. Nextcloud speichert und verwendet nicht die LDAP- oder AD-Zugangsdaten sondern verwendet eine Sitzungs-ID für die jeweilige Nutzer-ID. Weitere Infos in der \"LDAP User und Group Backend\"-Dokumentation.",
"Connection Settings" : "Verbindungseinstellungen",
"Backup (Replica) Host" : "Backup-Host (Kopie)",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Geben Sie einen optionalen Backup-Host an. Es muss sich um eine Kopie des Haupt-LDAP/AD-Servers handeln.",
@ -45,7 +45,7 @@ OC.L10N.register(
"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your {instanceName} server." : "Nur für Testzwecke geeignet, sollte standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, bitte das SSL-Zertifikat des LDAP-Servers in Ihren {instanceName}-Server importieren.",
"Turn off SSL certificate validation." : "Schalten Sie die SSL-Zertifikatsprüfung aus.",
"Cache Time-To-Live" : "Speichere Time-To-Live zwischen",
"in seconds. A change empties the cache." : "in Sekunden. Eine Änderung leert den Cache.",
"in seconds. A change empties the cache." : "in Kürze. Eine Änderung leert den Cache.",
"Directory Settings" : "Ordnereinstellungen",
"User Display Name Field" : "Feld für den Anzeigenamen des Benutzers",
"The LDAP attribute to use to generate the user's display name." : "Das LDAP-Attribut zur Erzeugung des Anzeigenamens des Benutzers.",
@ -206,14 +206,14 @@ OC.L10N.register(
"Invalid data specified" : "Ungültige Daten angegeben",
"Could not set configuration %1$s to %2$s" : "Die Konfiguration %1$s konnte nicht auf %2$s gesetzt werden",
"Action does not exist" : "Aktion existiert nicht",
"Renewing …" : "Erneuere …",
"Renewing …" : "Erneuere …",
"Very weak password" : "Sehr schwaches Passwort",
"Weak password" : "Schwaches Passwort",
"So-so password" : "Akzeptables 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",
"Testing configuration…" : "Teste Konfiguration …",
"Configuration incorrect" : "Konfiguration nicht korrekt",
"Configuration incomplete" : "Konfiguration nicht vollständig",
"Configuration OK" : "Konfiguration OK",

View file

@ -33,7 +33,7 @@
"Invalid Host" : "Ungültiger Host",
"LDAP user and group backend" : "LDAP Benutzer- und Gruppen-Backend",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory." : "Diese App ermöglicht es der Administration, Nextcloud mit einem LDAP-basiertem Nutzerverzeichnis zu verbinden.",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Diese App ermöglicht es Administratoren Nextcloud mit einem auf LDAP basierenden Nutzerverzeichnis zu verbinden um so die Anmeldung, Nutzer, Gruppen und Berechtigungen zu konfigurieren. Administratoren können die App so einrichten, dass sie sich mit einem oder mehreren LDAP-Verzeichnissen oder Active-Directories über eine LDAP-Schnittstelle verbindet. Attribute wie Speicherkontingent, E-Mail, Avatare, Gruppenmitgliedschaft usw. können von einem Verzeichnis mit den dazugehörigen Anfragen und Filtern bezogen werden\n\nDer Nutzer meldet sich an der Nextclud mit seinen LDAP oder AD Anmeldedaten an. und erhält Zugriff durch eine Authentifizierungsanfrage am LDAP- oder AD-Server. Nextcloud speichert und verwendet nicht die LDAP- oder AD-Zugangsdaten sondern verwendet eine Sitzungs-ID für die jeweilige Nutzer-ID. Weitere Infos in der \"LDAP User und Group Backend\"-Dokumentation.",
"This application enables administrators to connect Nextcloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into Nextcloud from a directory with the appropriate queries and filters.\n\nA user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation." : "Diese App ermöglicht es der Administration, Nextcloud mit einem auf LDAP basierenden Nutzerverzeichnis zu verbinden um so die Anmeldung, Nutzer, Gruppen und Berechtigungen zu einzurichten. Die Administration kann die App so einrichten, dass sie sich mit einem oder mehreren LDAP-Verzeichnissen oder Active-Directories über eine LDAP-Schnittstelle verbindet. Attribute wie Speicherkontingent, E-Mail, Avatare, Gruppenmitgliedschaft usw. können von einem Verzeichnis mit den dazugehörigen Anfragen und Filtern bezogen werden\n\nDer Nutzer meldet sich an der Nextclud mit seinen LDAP oder AD Anmeldedaten an und erhält Zugriff durch eine Authentifizierungsanfrage am LDAP- oder AD-Server. Nextcloud speichert und verwendet nicht die LDAP- oder AD-Zugangsdaten sondern verwendet eine Sitzungs-ID für die jeweilige Nutzer-ID. Weitere Infos in der \"LDAP User und Group Backend\"-Dokumentation.",
"Connection Settings" : "Verbindungseinstellungen",
"Backup (Replica) Host" : "Backup-Host (Kopie)",
"Give an optional backup host. It must be a replica of the main LDAP/AD server." : "Geben Sie einen optionalen Backup-Host an. Es muss sich um eine Kopie des Haupt-LDAP/AD-Servers handeln.",
@ -43,7 +43,7 @@
"Not recommended, use it for testing only! If connection only works with this option, import the LDAP server's SSL certificate in your {instanceName} server." : "Nur für Testzwecke geeignet, sollte standardmäßig nicht verwendet werden. Falls die Verbindung nur mit dieser Option funktioniert, bitte das SSL-Zertifikat des LDAP-Servers in Ihren {instanceName}-Server importieren.",
"Turn off SSL certificate validation." : "Schalten Sie die SSL-Zertifikatsprüfung aus.",
"Cache Time-To-Live" : "Speichere Time-To-Live zwischen",
"in seconds. A change empties the cache." : "in Sekunden. Eine Änderung leert den Cache.",
"in seconds. A change empties the cache." : "in Kürze. Eine Änderung leert den Cache.",
"Directory Settings" : "Ordnereinstellungen",
"User Display Name Field" : "Feld für den Anzeigenamen des Benutzers",
"The LDAP attribute to use to generate the user's display name." : "Das LDAP-Attribut zur Erzeugung des Anzeigenamens des Benutzers.",
@ -204,14 +204,14 @@
"Invalid data specified" : "Ungültige Daten angegeben",
"Could not set configuration %1$s to %2$s" : "Die Konfiguration %1$s konnte nicht auf %2$s gesetzt werden",
"Action does not exist" : "Aktion existiert nicht",
"Renewing …" : "Erneuere …",
"Renewing …" : "Erneuere …",
"Very weak password" : "Sehr schwaches Passwort",
"Weak password" : "Schwaches Passwort",
"So-so password" : "Akzeptables 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",
"Testing configuration…" : "Teste Konfiguration …",
"Configuration incorrect" : "Konfiguration nicht korrekt",
"Configuration incomplete" : "Konfiguration nicht vollständig",
"Configuration OK" : "Konfiguration OK",

View file

@ -139,7 +139,9 @@ OC.L10N.register(
"More than 1,000 directory entries available." : "Il y a plus de 1 000 entrées de répertoire disponibles.",
"_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entrée disponible dans le DN de base spécifié","{ldapTestBase} entrées disponibles dans le DN de base spécifié","{ldapTestBase} entrées disponibles dans le DN de base spécifié"],
"When unchecked, this configuration will be skipped." : "Lorsque non cochée, la configuration sera ignorée.",
"Configuration active" : "Configuration active",
"Copy current configuration into new directory binding" : "Copier la configuration actuelle vers une nouvelle",
"Copy configuration" : "Copier la configuratio",
"Delete configuration" : "Supprimer la configuration",
"You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas, préfixez avec ldaps://",
"Host" : "Hôte",
@ -167,6 +169,9 @@ OC.L10N.register(
"Advanced" : "Avancé",
"Expert" : "Expert",
"The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Le module PHP LDAP n'est pas installé, par conséquent cette extension ne pourra pas fonctionner. Veuillez contacter votre administrateur système afin qu'il l'installe.",
"Select LDAP Config" : "Sélectionner la configuration LDAP",
"Create New Config" : "Créer une nouvelle configuration",
"Create configuration" : "Créer une configuration",
"Username-LDAP User Mapping" : "Association Nom d'utilisateur-Utilisateur LDAP",
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Les noms d'utilisateurs sont utilisés pour le stockage et l'assignation de (meta) données. Pour identifier et reconnaître précisément les utilisateurs, chaque utilisateur LDAP aura un nom interne spécifique. Cela requiert l'association d'un nom d'utilisateur NextCloud à un nom d'utilisateur LDAP. Le nom d'utilisateur créé est associé à l'attribut UUID de l'utilisateur LDAP. Par ailleurs, le DN est mémorisé en cache pour limiter les interactions LDAP mais il n'est pas utilisé pour l'identification. Si le DN est modifié, ces modifications seront retrouvées. Seul le nom interne à NextCloud est utilisé au sein du produit. Supprimer les associations créera des orphelins et l'action affectera toutes les configurations LDAP. NE JAMAIS SUPPRIMER LES ASSOCIATIONS EN ENVIRONNEMENT DE PRODUCTION, mais uniquement sur des environnements de tests et d'expérimentations.",
"Clear Username-LDAP User Mapping" : "Supprimer l'association utilisateur interne-utilisateur LDAP",
@ -179,6 +184,7 @@ OC.L10N.register(
"New password" : "Nouveau mot de passe",
"Cancel" : "Annuler",
"Renew password" : "Renouveler le mot de passe",
"Confirm action" : "Confirmer l'action",
"An error occurred" : "Une erreur est survenue",
"Mode switch" : "Basculer de mode",
"Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Changer de mode activera les requêtes LDAP automatiques. Selon la taille de votre annuaire LDAP, cela peut prendre du temps. Voulez-vous toujours changer de mode ?",

View file

@ -137,7 +137,9 @@
"More than 1,000 directory entries available." : "Il y a plus de 1 000 entrées de répertoire disponibles.",
"_{ldapTestBase} entry available within the provided Base DN_::_{ldapTestBase} entries available within the provided Base DN_" : ["{ldapTestBase} entrée disponible dans le DN de base spécifié","{ldapTestBase} entrées disponibles dans le DN de base spécifié","{ldapTestBase} entrées disponibles dans le DN de base spécifié"],
"When unchecked, this configuration will be skipped." : "Lorsque non cochée, la configuration sera ignorée.",
"Configuration active" : "Configuration active",
"Copy current configuration into new directory binding" : "Copier la configuration actuelle vers une nouvelle",
"Copy configuration" : "Copier la configuratio",
"Delete configuration" : "Supprimer la configuration",
"You can omit the protocol, unless you require SSL. If so, start with ldaps://" : "Vous pouvez omettre le protocole, sauf si vous avez besoin de SSL. Dans ce cas, préfixez avec ldaps://",
"Host" : "Hôte",
@ -165,6 +167,9 @@
"Advanced" : "Avancé",
"Expert" : "Expert",
"The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." : "Le module PHP LDAP n'est pas installé, par conséquent cette extension ne pourra pas fonctionner. Veuillez contacter votre administrateur système afin qu'il l'installe.",
"Select LDAP Config" : "Sélectionner la configuration LDAP",
"Create New Config" : "Créer une nouvelle configuration",
"Create configuration" : "Créer une configuration",
"Username-LDAP User Mapping" : "Association Nom d'utilisateur-Utilisateur LDAP",
"Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Les noms d'utilisateurs sont utilisés pour le stockage et l'assignation de (meta) données. Pour identifier et reconnaître précisément les utilisateurs, chaque utilisateur LDAP aura un nom interne spécifique. Cela requiert l'association d'un nom d'utilisateur NextCloud à un nom d'utilisateur LDAP. Le nom d'utilisateur créé est associé à l'attribut UUID de l'utilisateur LDAP. Par ailleurs, le DN est mémorisé en cache pour limiter les interactions LDAP mais il n'est pas utilisé pour l'identification. Si le DN est modifié, ces modifications seront retrouvées. Seul le nom interne à NextCloud est utilisé au sein du produit. Supprimer les associations créera des orphelins et l'action affectera toutes les configurations LDAP. NE JAMAIS SUPPRIMER LES ASSOCIATIONS EN ENVIRONNEMENT DE PRODUCTION, mais uniquement sur des environnements de tests et d'expérimentations.",
"Clear Username-LDAP User Mapping" : "Supprimer l'association utilisateur interne-utilisateur LDAP",
@ -177,6 +182,7 @@
"New password" : "Nouveau mot de passe",
"Cancel" : "Annuler",
"Renew password" : "Renouveler le mot de passe",
"Confirm action" : "Confirmer l'action",
"An error occurred" : "Une erreur est survenue",
"Mode switch" : "Basculer de mode",
"Switching the mode will enable automatic LDAP queries. Depending on your LDAP size they may take a while. Do you still want to switch the mode?" : "Changer de mode activera les requêtes LDAP automatiques. Selon la taille de votre annuaire LDAP, cela peut prendre du temps. Voulez-vous toujours changer de mode ?",

View file

@ -36,6 +36,7 @@ OC.L10N.register(
"Add new flow" : "Bæta við nýju flæði",
"Active" : "Virkt",
"Save" : "Vista",
"and" : "og",
"Cancel" : "Hætta við",
"Delete" : "Eyða",
"Available flows" : "Tiltæk flæði",

View file

@ -34,6 +34,7 @@
"Add new flow" : "Bæta við nýju flæði",
"Active" : "Virkt",
"Save" : "Vista",
"and" : "og",
"Cancel" : "Hætta við",
"Delete" : "Eyða",
"Available flows" : "Tiltæk flæði",

View file

@ -16,7 +16,7 @@ OC.L10N.register(
"Invalid file provided" : "Ungültige Datei zur Verfügung gestellt",
"No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt",
"Unknown filetype" : "Unbekannter Dateityp",
"An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten. Bitte kontaktiere deine Administration.",
"An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten, bitte die Administration kontaktieren.",
"Invalid image" : "Ungültiges Bild",
"State token does not match" : "Status-Token stimmen nicht überein",
"Invalid app password" : "Ungültiges App-Passwort",
@ -258,11 +258,11 @@ OC.L10N.register(
"Account name or email" : "Kontoname oder E-Mail-Adresse",
"Account name" : "Name des Kontos",
"Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
"Please contact your administrator." : "Bitte kontaktiere die Administration.",
"Please contact your administrator." : "Bitte die Administration kontaktieren.",
"Session error" : "Sitzungsfehler",
"It appears your session token has expired, please refresh the page and try again." : "Der Sitzungstoken scheint abgelaufen zu sein. Bitte diese Seite aktualisieren und neu versuchen.",
"An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Please try again or contact your administrator." : "Bitte versuche es noch einmal oder kontaktiere die Administration.",
"Please try again or contact your administrator." : "Bitte erneut versuchen oder die Administration kontaktieren.",
"Password" : "Passwort",
"Remember me" : "An mich erinnern",
"Log in with a device" : "Mit einem Gerät anmelden",
@ -275,7 +275,7 @@ OC.L10N.register(
"Reset password" : "Passwort zurücksetzen",
"Back to login" : "Zur Anmeldung wechseln",
"If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or Login, check your spam/junk folders or ask your local administration for help." : "Sofern dieses Konto existiert, wurde eine Nachricht zum Zurücksetzen des Passworts an die hinterlegte E-Mail-Adresse gesendet. Wenn du diese E-Mail nicht erhältst, überprüfe deine E-Mail-Adresse und/oder Anmeldenamen, überprüfe deinen Spam-/Junk-Ordner oder bitte deine lokale Administration um Hilfe.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht gesendet werden. Bitte kontaktiere deine Administration.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte die Administration kontaktieren.",
"Password cannot be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte wende dich an deine Administration.",
"New password" : "Neues Passwort",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Deine Dateien sind verschlüsselt. Es gibt keinen Weg deine Dateien nach dem Rücksetzen des Passwortes wiederherzustellen. Falls du dir nicht sicher bist, kontaktiere deine Administration. Möchtest du wirklich fortfahren?",
@ -533,7 +533,7 @@ OC.L10N.register(
"(all selected)" : "(Alle ausgewählt)",
"({count} selected)" : "({count} ausgewählt)",
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
"Saving …" : "Speichern …",
"Saving …" : "Speichere …",
"Connection to server lost" : "Verbindung zum Server verloren",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem beim Laden der Seite, Seite wird in %n Sekunde nochmals geladen","Problem beim Laden der Seite, Seite wird in %n Sekunden erneut geladen"],
"New in" : "Neu in",

View file

@ -14,7 +14,7 @@
"Invalid file provided" : "Ungültige Datei zur Verfügung gestellt",
"No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt",
"Unknown filetype" : "Unbekannter Dateityp",
"An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten. Bitte kontaktiere deine Administration.",
"An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten, bitte die Administration kontaktieren.",
"Invalid image" : "Ungültiges Bild",
"State token does not match" : "Status-Token stimmen nicht überein",
"Invalid app password" : "Ungültiges App-Passwort",
@ -256,11 +256,11 @@
"Account name or email" : "Kontoname oder E-Mail-Adresse",
"Account name" : "Name des Kontos",
"Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
"Please contact your administrator." : "Bitte kontaktiere die Administration.",
"Please contact your administrator." : "Bitte die Administration kontaktieren.",
"Session error" : "Sitzungsfehler",
"It appears your session token has expired, please refresh the page and try again." : "Der Sitzungstoken scheint abgelaufen zu sein. Bitte diese Seite aktualisieren und neu versuchen.",
"An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Please try again or contact your administrator." : "Bitte versuche es noch einmal oder kontaktiere die Administration.",
"Please try again or contact your administrator." : "Bitte erneut versuchen oder die Administration kontaktieren.",
"Password" : "Passwort",
"Remember me" : "An mich erinnern",
"Log in with a device" : "Mit einem Gerät anmelden",
@ -273,7 +273,7 @@
"Reset password" : "Passwort zurücksetzen",
"Back to login" : "Zur Anmeldung wechseln",
"If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or Login, check your spam/junk folders or ask your local administration for help." : "Sofern dieses Konto existiert, wurde eine Nachricht zum Zurücksetzen des Passworts an die hinterlegte E-Mail-Adresse gesendet. Wenn du diese E-Mail nicht erhältst, überprüfe deine E-Mail-Adresse und/oder Anmeldenamen, überprüfe deinen Spam-/Junk-Ordner oder bitte deine lokale Administration um Hilfe.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht gesendet werden. Bitte kontaktiere deine Administration.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte die Administration kontaktieren.",
"Password cannot be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte wende dich an deine Administration.",
"New password" : "Neues Passwort",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Deine Dateien sind verschlüsselt. Es gibt keinen Weg deine Dateien nach dem Rücksetzen des Passwortes wiederherzustellen. Falls du dir nicht sicher bist, kontaktiere deine Administration. Möchtest du wirklich fortfahren?",
@ -531,7 +531,7 @@
"(all selected)" : "(Alle ausgewählt)",
"({count} selected)" : "({count} ausgewählt)",
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
"Saving …" : "Speichern …",
"Saving …" : "Speichere …",
"Connection to server lost" : "Verbindung zum Server verloren",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem beim Laden der Seite, Seite wird in %n Sekunde nochmals geladen","Problem beim Laden der Seite, Seite wird in %n Sekunden erneut geladen"],
"New in" : "Neu in",

View file

@ -16,7 +16,7 @@ OC.L10N.register(
"Invalid file provided" : "Ungültige Datei zur Verfügung gestellt",
"No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt",
"Unknown filetype" : "Unbekannter Dateityp",
"An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten, bitte kontaktieren Sie Ihre Administration.",
"An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten, bitte die Administration kontaktieren.",
"Invalid image" : "Ungültiges Bild",
"State token does not match" : "Status-Token stimmen nicht überein",
"Invalid app password" : "Ungültiges App-Passwort",
@ -258,11 +258,11 @@ OC.L10N.register(
"Account name or email" : "Kontoname oder E-Mail-Adresse",
"Account name" : "Name des Kontos",
"Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
"Please contact your administrator." : "Bitte kontaktieren Sie Ihre Administration.",
"Please contact your administrator." : "Bitte die Administration kontaktieren.",
"Session error" : "Sitzungsfehler",
"It appears your session token has expired, please refresh the page and try again." : "Der Sitzungstoken scheint abgelaufen zu sein. Bitte diese Seite aktualisieren und neu versuchen.",
"An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Please try again or contact your administrator." : "Bitte erneut versuchen oder kontaktieren Sie Ihre Administration.",
"Please try again or contact your administrator." : "Bitte erneut versuchen oder die Administration kontaktieren.",
"Password" : "Passwort",
"Remember me" : "An mich erinnern",
"Log in with a device" : "Mit einem Gerät anmelden",
@ -275,7 +275,7 @@ OC.L10N.register(
"Reset password" : "Passwort zurücksetzen",
"Back to login" : "Zurück zur Anmeldung",
"If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or Login, check your spam/junk folders or ask your local administration for help." : "Sofern dieses Konto existiert, wurde eine Nachricht zum Zurücksetzen des Passworts an die hinterlegte E-Mail-Adresse gesendet. Wenn Sie diese E-Mail nicht erhalten, überprüfen Sie Ihre E-Mail-Adresse und/oder Anmeldenamen, überprüfen Sie Ihre Spam-/Junk-Ordner oder bitten Sie Ihre lokale Administration um Hilfe.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktieren Sie Ihre Administration.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte die Administration kontaktieren.",
"Password cannot be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihre Administration.",
"New password" : "Neues Passwort",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Es gibt keine Möglichkeit, Ihre Dateien nach dem Zurücksetzen des Passwortes wiederherzustellen. Falls Sie sich nicht sicher sind, kontaktieren Sie zunächst Ihre Administration. Fortfahren?",
@ -533,7 +533,7 @@ OC.L10N.register(
"(all selected)" : "(Alle ausgewählt)",
"({count} selected)" : "({count} ausgewählt)",
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
"Saving …" : "Speichere …",
"Saving …" : "Speichere …",
"Connection to server lost" : "Verbindung zum Server verloren",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem beim Laden der Seite, Seite wird in %n Sekunde nochmals geladen","Problem beim Laden der Seite. Seite wird in %n Sekunden erneut geladen"],
"New in" : "Neu in",

View file

@ -14,7 +14,7 @@
"Invalid file provided" : "Ungültige Datei zur Verfügung gestellt",
"No image or file provided" : "Es wurde weder ein Bild noch eine Datei zur Verfügung gestellt",
"Unknown filetype" : "Unbekannter Dateityp",
"An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten, bitte kontaktieren Sie Ihre Administration.",
"An error occurred. Please contact your admin." : "Es ist ein Fehler aufgetreten, bitte die Administration kontaktieren.",
"Invalid image" : "Ungültiges Bild",
"State token does not match" : "Status-Token stimmen nicht überein",
"Invalid app password" : "Ungültiges App-Passwort",
@ -256,11 +256,11 @@
"Account name or email" : "Kontoname oder E-Mail-Adresse",
"Account name" : "Name des Kontos",
"Server side authentication failed!" : "Serverseitige Authentifizierung fehlgeschlagen!",
"Please contact your administrator." : "Bitte kontaktieren Sie Ihre Administration.",
"Please contact your administrator." : "Bitte die Administration kontaktieren.",
"Session error" : "Sitzungsfehler",
"It appears your session token has expired, please refresh the page and try again." : "Der Sitzungstoken scheint abgelaufen zu sein. Bitte diese Seite aktualisieren und neu versuchen.",
"An internal error occurred." : "Es ist ein interner Fehler aufgetreten.",
"Please try again or contact your administrator." : "Bitte erneut versuchen oder kontaktieren Sie Ihre Administration.",
"Please try again or contact your administrator." : "Bitte erneut versuchen oder die Administration kontaktieren.",
"Password" : "Passwort",
"Remember me" : "An mich erinnern",
"Log in with a device" : "Mit einem Gerät anmelden",
@ -273,7 +273,7 @@
"Reset password" : "Passwort zurücksetzen",
"Back to login" : "Zurück zur Anmeldung",
"If this account exists, a password reset message has been sent to its email address. If you do not receive it, verify your email address and/or Login, check your spam/junk folders or ask your local administration for help." : "Sofern dieses Konto existiert, wurde eine Nachricht zum Zurücksetzen des Passworts an die hinterlegte E-Mail-Adresse gesendet. Wenn Sie diese E-Mail nicht erhalten, überprüfen Sie Ihre E-Mail-Adresse und/oder Anmeldenamen, überprüfen Sie Ihre Spam-/Junk-Ordner oder bitten Sie Ihre lokale Administration um Hilfe.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte kontaktieren Sie Ihre Administration.",
"Couldn't send reset email. Please contact your administrator." : "Die E-Mail zum Zurücksetzen konnte nicht versendet werden. Bitte die Administration kontaktieren.",
"Password cannot be changed. Please contact your administrator." : "Passwort kann nicht geändert werden. Bitte kontaktieren Sie Ihre Administration.",
"New password" : "Neues Passwort",
"Your files are encrypted. There will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" : "Ihre Dateien sind verschlüsselt. Es gibt keine Möglichkeit, Ihre Dateien nach dem Zurücksetzen des Passwortes wiederherzustellen. Falls Sie sich nicht sicher sind, kontaktieren Sie zunächst Ihre Administration. Fortfahren?",
@ -531,7 +531,7 @@
"(all selected)" : "(Alle ausgewählt)",
"({count} selected)" : "({count} ausgewählt)",
"Error loading file exists template" : "Fehler beim Laden der vorhanden Dateivorlage",
"Saving …" : "Speichere …",
"Saving …" : "Speichere …",
"Connection to server lost" : "Verbindung zum Server verloren",
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Problem beim Laden der Seite, Seite wird in %n Sekunde nochmals geladen","Problem beim Laden der Seite. Seite wird in %n Sekunden erneut geladen"],
"New in" : "Neu in",