diff --git a/apps/settings/l10n/ar.js b/apps/settings/l10n/ar.js index 5a6f4d4cbfe36..717b747b6ab98 100644 --- a/apps/settings/l10n/ar.js +++ b/apps/settings/l10n/ar.js @@ -622,6 +622,7 @@ OC.L10N.register( "Set line manager" : "تعيين الرئيس المباشر", "{size} used" : "{size} مُستخدَمَةٌ", "Delete account" : "حذف الحساب", + "Disconnect all devices and delete local data" : "إفصِل جميع الأجهزة و احذِف البيانات المحلية", "Disable account" : "تعطيل الحساب", "Enable account" : "تمكين الحساب", "Resend welcome email" : "إعادة إرسال الإيميل الترحيبي", diff --git a/apps/settings/l10n/ar.json b/apps/settings/l10n/ar.json index 3da0cce2a6c88..4ed1c650c94d8 100644 --- a/apps/settings/l10n/ar.json +++ b/apps/settings/l10n/ar.json @@ -620,6 +620,7 @@ "Set line manager" : "تعيين الرئيس المباشر", "{size} used" : "{size} مُستخدَمَةٌ", "Delete account" : "حذف الحساب", + "Disconnect all devices and delete local data" : "إفصِل جميع الأجهزة و احذِف البيانات المحلية", "Disable account" : "تعطيل الحساب", "Enable account" : "تمكين الحساب", "Resend welcome email" : "إعادة إرسال الإيميل الترحيبي", diff --git a/apps/settings/l10n/de_DE.js b/apps/settings/l10n/de_DE.js index fdede7d4616b3..e31515ae43872 100644 --- a/apps/settings/l10n/de_DE.js +++ b/apps/settings/l10n/de_DE.js @@ -622,6 +622,7 @@ OC.L10N.register( "Set line manager" : "Manager festlegen", "{size} used" : "{size} verwendet", "Delete account" : "Konto löschen", + "Disconnect all devices and delete local data" : "Alle Geräte trennen und lokale Daten löschen", "Disable account" : "Konto deaktivieren", "Enable account" : "Konto aktivieren", "Resend welcome email" : "Willkommens-E-Mail erneut senden", diff --git a/apps/settings/l10n/de_DE.json b/apps/settings/l10n/de_DE.json index 27d644a5693ff..884ce5d0e384a 100644 --- a/apps/settings/l10n/de_DE.json +++ b/apps/settings/l10n/de_DE.json @@ -620,6 +620,7 @@ "Set line manager" : "Manager festlegen", "{size} used" : "{size} verwendet", "Delete account" : "Konto löschen", + "Disconnect all devices and delete local data" : "Alle Geräte trennen und lokale Daten löschen", "Disable account" : "Konto deaktivieren", "Enable account" : "Konto aktivieren", "Resend welcome email" : "Willkommens-E-Mail erneut senden", diff --git a/apps/settings/l10n/en_GB.js b/apps/settings/l10n/en_GB.js index d2aa45a7b6355..48a383fe6d310 100644 --- a/apps/settings/l10n/en_GB.js +++ b/apps/settings/l10n/en_GB.js @@ -622,6 +622,7 @@ OC.L10N.register( "Set line manager" : "Set line manager", "{size} used" : "{size} used", "Delete account" : "Delete account", + "Disconnect all devices and delete local data" : "Disconnect all devices and delete local data", "Disable account" : "Disable account", "Enable account" : "Enable account", "Resend welcome email" : "Resend welcome email", diff --git a/apps/settings/l10n/en_GB.json b/apps/settings/l10n/en_GB.json index 1698e54917b80..187775b4446fa 100644 --- a/apps/settings/l10n/en_GB.json +++ b/apps/settings/l10n/en_GB.json @@ -620,6 +620,7 @@ "Set line manager" : "Set line manager", "{size} used" : "{size} used", "Delete account" : "Delete account", + "Disconnect all devices and delete local data" : "Disconnect all devices and delete local data", "Disable account" : "Disable account", "Enable account" : "Enable account", "Resend welcome email" : "Resend welcome email", diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index 31702e6f38376..b495737c5a2d3 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -248,6 +248,12 @@ OC.L10N.register( "Configuration file access rights" : "Droits d'accès au fichier de configuration", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuration est en mode lecture seule. Ceci empêche la modification de certaines configurations via l'interface web. De plus, le fichier doit être passé manuellement en lecture-écriture avant chaque mise à jour.", "Nextcloud configuration file is writable" : "Le fichier de configuration Nextcloud est modifiable", + "HTTP headers" : "Entêtes HTTP", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- L'entête HTTP `%1$s` n'est pas défini à `%2$s`. Certaines fonctionnalités pourraient de pas fonctionner correctement, il est recommandé d'ajuster ce réglage en conséquence. ", + "Some headers are not set correctly on your instance" : "Certains entêtes de votre instance ne sont pas configurés correctement.", + "Could not check that your web server serves security headers correctly. Please check manually." : "Impossible de vérifier que votre serveur web serve les entêtes de sécurité correctement. Veuillez vérifier manuellement.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Impossible de vérifier que votre serveur web serve les entêtes de sécurité correctement, impossible de demander `%s`", + "Your server is correctly configured to send security headers." : "Votre serveur est correctement configuré pour envoyer les entêtes de sécurité.", "Database version" : "Version de la base de données", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MariaDB 10.2 ou plus.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MySQL 8.0 or MariaDB 10.2 ou plus.", @@ -294,6 +300,12 @@ OC.L10N.register( "Always ask for a password" : "Toujours demander un mot de passe", "Enforce password protection" : "Imposer la protection par mot de passe", "Exclude groups from creating link shares" : "Interdire à des groupes de créer liens de partage", + "Limit sharing based on groups" : "Limiter le partage selon les groupes", + "Allow sharing for everyone (default)" : "Permettre le partage pour tout le monde (par défaut)", + "Exclude some groups from sharing" : "Exclure certains groupes de partager", + "Limit sharing to some groups" : "Limiter le partage à certains groupes", + "Groups allowed to share" : "Groupes autorisés à partager", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "Les groups non autorisés seront toujours en capacité de recevoir des partages mais pas de les initier.", "Set default expiration date for shares" : "Définir par défaut une date d'expiration pour les partages", "Enforce expiration date" : "Imposer une date d'expiration", "Expire shares after x days" : "Expiration des partages après x jours", @@ -567,6 +579,7 @@ OC.L10N.register( "Set the language" : "Définir la langue", "{size} used" : "{size} utilisés", "Delete account" : "Supprimer le compte", + "Disconnect all devices and delete local data" : "Déconnecter tous les appareils et supprimer les données locales", "Disable account" : "Désactiver le compte", "Enable account" : "Activer le compte", "Resend welcome email" : "Renvoyer l'e-mail de bienvenue", @@ -693,8 +706,8 @@ OC.L10N.register( "There are some errors regarding your setup." : "Il y a quelques erreurs concernant votre configuration.", "There are some warnings regarding your setup." : "Il y a quelques avertissements concernant votre configuration.", "Checking for system and security issues." : "Vérification des problèmes de système et de sécurité.", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Merci de consulter les guides d'installation ↗ et de vérifier les erreurs ou avertissements des logs.", - "Check the security of your Nextcloud over our security scan ↗." : "Vérifier la sécurité de votre Nextcloud grâce à notre scan de sécurité ↗", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Merci de consulter les guides d'installation ↗ et de vérifier les erreurs ou avertissements des journaux.", + "Check the security of your Nextcloud over our security scan ↗." : "Vérifier la sécurité de votre Nextcloud grâce à notre scan de sécurité ↗.", "Reasons to use Nextcloud in your organization" : "Raisons d'utiliser Nextcloud dans votre organisation", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Développé par la {communityopen}communauté Nextcloud{linkclose}, le {githubopen}code source{linkclose} est sous licence {licenseopen}AGPL{linkclose}.", "Like our Facebook page" : "Aimez notre page Facebook", diff --git a/apps/settings/l10n/fr.json b/apps/settings/l10n/fr.json index f2160e9fe308b..45e3b34dbf2bf 100644 --- a/apps/settings/l10n/fr.json +++ b/apps/settings/l10n/fr.json @@ -246,6 +246,12 @@ "Configuration file access rights" : "Droits d'accès au fichier de configuration", "The read-only config has been enabled. This prevents setting some configurations via the web-interface. Furthermore, the file needs to be made writable manually for every update." : "La configuration est en mode lecture seule. Ceci empêche la modification de certaines configurations via l'interface web. De plus, le fichier doit être passé manuellement en lecture-écriture avant chaque mise à jour.", "Nextcloud configuration file is writable" : "Le fichier de configuration Nextcloud est modifiable", + "HTTP headers" : "Entêtes HTTP", + "- The `%1$s` HTTP header is not set to `%2$s`. Some features might not work correctly, as it is recommended to adjust this setting accordingly." : "- L'entête HTTP `%1$s` n'est pas défini à `%2$s`. Certaines fonctionnalités pourraient de pas fonctionner correctement, il est recommandé d'ajuster ce réglage en conséquence. ", + "Some headers are not set correctly on your instance" : "Certains entêtes de votre instance ne sont pas configurés correctement.", + "Could not check that your web server serves security headers correctly. Please check manually." : "Impossible de vérifier que votre serveur web serve les entêtes de sécurité correctement. Veuillez vérifier manuellement.", + "Could not check that your web server serves security headers correctly, unable to query `%s`" : "Impossible de vérifier que votre serveur web serve les entêtes de sécurité correctement, impossible de demander `%s`", + "Your server is correctly configured to send security headers." : "Votre serveur est correctement configuré pour envoyer les entêtes de sécurité.", "Database version" : "Version de la base de données", "MariaDB version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MariaDB 10.2 or higher." : "MariaDB version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MariaDB 10.2 ou plus.", "MySQL version \"%s\" is used. Nextcloud 21 and higher do not support this version and require MySQL 8.0 or MariaDB 10.2 or higher." : "MySQL version \"%s\" est utilisé. Nextcloud 21 et plus ne sont plus compatibles avec cette version et nécessitent MySQL 8.0 or MariaDB 10.2 ou plus.", @@ -292,6 +298,12 @@ "Always ask for a password" : "Toujours demander un mot de passe", "Enforce password protection" : "Imposer la protection par mot de passe", "Exclude groups from creating link shares" : "Interdire à des groupes de créer liens de partage", + "Limit sharing based on groups" : "Limiter le partage selon les groupes", + "Allow sharing for everyone (default)" : "Permettre le partage pour tout le monde (par défaut)", + "Exclude some groups from sharing" : "Exclure certains groupes de partager", + "Limit sharing to some groups" : "Limiter le partage à certains groupes", + "Groups allowed to share" : "Groupes autorisés à partager", + "Not allowed groups will still be able to receive shares, but not to initiate them." : "Les groups non autorisés seront toujours en capacité de recevoir des partages mais pas de les initier.", "Set default expiration date for shares" : "Définir par défaut une date d'expiration pour les partages", "Enforce expiration date" : "Imposer une date d'expiration", "Expire shares after x days" : "Expiration des partages après x jours", @@ -565,6 +577,7 @@ "Set the language" : "Définir la langue", "{size} used" : "{size} utilisés", "Delete account" : "Supprimer le compte", + "Disconnect all devices and delete local data" : "Déconnecter tous les appareils et supprimer les données locales", "Disable account" : "Désactiver le compte", "Enable account" : "Activer le compte", "Resend welcome email" : "Renvoyer l'e-mail de bienvenue", @@ -691,8 +704,8 @@ "There are some errors regarding your setup." : "Il y a quelques erreurs concernant votre configuration.", "There are some warnings regarding your setup." : "Il y a quelques avertissements concernant votre configuration.", "Checking for system and security issues." : "Vérification des problèmes de système et de sécurité.", - "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Merci de consulter les guides d'installation ↗ et de vérifier les erreurs ou avertissements des logs.", - "Check the security of your Nextcloud over our security scan ↗." : "Vérifier la sécurité de votre Nextcloud grâce à notre scan de sécurité ↗", + "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Merci de consulter les guides d'installation ↗ et de vérifier les erreurs ou avertissements des journaux.", + "Check the security of your Nextcloud over our security scan ↗." : "Vérifier la sécurité de votre Nextcloud grâce à notre scan de sécurité ↗.", "Reasons to use Nextcloud in your organization" : "Raisons d'utiliser Nextcloud dans votre organisation", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Développé par la {communityopen}communauté Nextcloud{linkclose}, le {githubopen}code source{linkclose} est sous licence {licenseopen}AGPL{linkclose}.", "Like our Facebook page" : "Aimez notre page Facebook", diff --git a/apps/settings/l10n/nb.js b/apps/settings/l10n/nb.js index f04bda16b5f3b..e9e165d23f19e 100644 --- a/apps/settings/l10n/nb.js +++ b/apps/settings/l10n/nb.js @@ -622,6 +622,7 @@ OC.L10N.register( "Set line manager" : "Angi linjeleder", "{size} used" : "{size} brukt", "Delete account" : "Slett konto", + "Disconnect all devices and delete local data" : "Frakoble alle enheter og slett lokal data", "Disable account" : "Deaktiver konto", "Enable account" : "Aktiver konto", "Resend welcome email" : "Send velkomst-epost igjen", diff --git a/apps/settings/l10n/nb.json b/apps/settings/l10n/nb.json index 323cf3626f511..4600f393e9edc 100644 --- a/apps/settings/l10n/nb.json +++ b/apps/settings/l10n/nb.json @@ -620,6 +620,7 @@ "Set line manager" : "Angi linjeleder", "{size} used" : "{size} brukt", "Delete account" : "Slett konto", + "Disconnect all devices and delete local data" : "Frakoble alle enheter og slett lokal data", "Disable account" : "Deaktiver konto", "Enable account" : "Aktiver konto", "Resend welcome email" : "Send velkomst-epost igjen", diff --git a/apps/settings/l10n/zh_HK.js b/apps/settings/l10n/zh_HK.js index 51bdce247b0c7..5ec78426f1894 100644 --- a/apps/settings/l10n/zh_HK.js +++ b/apps/settings/l10n/zh_HK.js @@ -622,6 +622,7 @@ OC.L10N.register( "Set line manager" : "設定行管理員", "{size} used" : "已使用 {size}", "Delete account" : "刪除賬戶", + "Disconnect all devices and delete local data" : "中斷所有裝置並刪除近端數據", "Disable account" : "停用賬戶", "Enable account" : "啟用賬戶", "Resend welcome email" : "重新傳送歡迎電子郵件", diff --git a/apps/settings/l10n/zh_HK.json b/apps/settings/l10n/zh_HK.json index 8627440ce021a..17144ff885fbc 100644 --- a/apps/settings/l10n/zh_HK.json +++ b/apps/settings/l10n/zh_HK.json @@ -620,6 +620,7 @@ "Set line manager" : "設定行管理員", "{size} used" : "已使用 {size}", "Delete account" : "刪除賬戶", + "Disconnect all devices and delete local data" : "中斷所有裝置並刪除近端數據", "Disable account" : "停用賬戶", "Enable account" : "啟用賬戶", "Resend welcome email" : "重新傳送歡迎電子郵件", diff --git a/core/l10n/fa.js b/core/l10n/fa.js index 547a87e4f4216..daf2ead828681 100644 --- a/core/l10n/fa.js +++ b/core/l10n/fa.js @@ -404,7 +404,7 @@ OC.L10N.register( "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!", - "Account name or email" : "Account name or email", + "Account name or email" : "نام کاربری یا آدرس ایمیل", "Wrong username or password." : "شناسه کاربری و کلمه عبور اشتباه است", "User disabled" : "کاربر غیرفعال", "Username or email" : "نام کاربری یا ایمیل", diff --git a/core/l10n/fa.json b/core/l10n/fa.json index e12e3af69c634..c1a9ccb126a2a 100644 --- a/core/l10n/fa.json +++ b/core/l10n/fa.json @@ -402,7 +402,7 @@ "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}." : "The \"{header}\" HTTP header is not set to \"{val1}\", \"{val2}\", \"{val3}\", \"{val4}\" or \"{val5}\". This can leak referer information. See the {linkstart}W3C Recommendation ↗{linkend}.", "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}." : "The \"Strict-Transport-Security\" HTTP header is not set to at least \"{seconds}\" seconds. For enhanced security, it is recommended to enable HSTS as described in the {linkstart}security tips ↗{linkend}.", "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!" : "Accessing site insecurely via HTTP. You are strongly advised to set up your server to require HTTPS instead, as described in the {linkstart}security tips ↗{linkend}. Without it some important web functionality like \"copy to clipboard\" or \"service workers\" will not work!", - "Account name or email" : "Account name or email", + "Account name or email" : "نام کاربری یا آدرس ایمیل", "Wrong username or password." : "شناسه کاربری و کلمه عبور اشتباه است", "User disabled" : "کاربر غیرفعال", "Username or email" : "نام کاربری یا ایمیل",