diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-01-03 02:20:55 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-01-03 02:20:55 +0000 |
commit | 0cecd54909a18c602e549de23112faa398ad3d41 (patch) | |
tree | d24723da2b84a84e800ab022cb58e9a468c1868f /core/l10n/fr.js | |
parent | 87e917ca74ae98253e68317de79e060cbbcf7272 (diff) | |
download | nextcloud-server-0cecd54909a18c602e549de23112faa398ad3d41.tar.gz nextcloud-server-0cecd54909a18c602e549de23112faa398ad3d41.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/fr.js')
-rw-r--r-- | core/l10n/fr.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js index 3edc421704f..2f14bd8b014 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -30,6 +30,7 @@ OC.L10N.register( "Some of your link shares have been removed" : "Certains de vos liens partagés ont été supprimés.", "Due to a security bug we had to remove some of your link shares. Please see the link for more information." : "En raison d'une faille de sécurité, nous avons supprimé certains de vos liens partagés. Consultez le lien ci-dessus pour plus d'information.", "The user limit of this instance is reached." : "Le nombre maximum d'utilisateurs a été atteint sur cette instance.", + "Enter your subscription key to increase the user limit. For more information about Nextcloud Enterprise see our website." : "Entrez votre clé d’abonnement pour augmenter la limite par utilisateur. Pour plus d'informations sur Nextcloud Enterprise, consultez notre site web.", "Preparing update" : "Préparation de la mise à jour", "[%d / %d]: %s" : "[%d / %d] : %s", "Repair step:" : "Étape de réparation :", @@ -70,6 +71,7 @@ OC.L10N.register( "The PHP module \"fileinfo\" is missing. It is strongly recommended to enable this module to get the best results with MIME type detection." : "Le module PHP 'fileinfo' est manquant. Il est vivement recommandé de l'activer afin d'obtenir les meilleurs résultats de détection du type MIME.", "Transactional file locking is disabled, this might lead to issues with race conditions. Enable \"filelocking.enabled\" in config.php to avoid these problems. See the <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> for more information." : "Le verrouillage transactionnel de fichiers est désactivé. Cela peut causer des conflits en cas d'accès concurrent. Configurez 'filelocking.enabled' dans config.php pour éviter ces problèmes. Consultez la <a target=\"_blank\" rel=\"noreferrer noopener\" href=\"{docLink}\">documentation ↗</a> pour plus d'informations.", "If your installation is not installed at the root of the domain and uses system cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (suggestion: \"{suggestedOverwriteCliURL}\")" : "Si votre installation n'a pas été effectuée à la racine du domaine et qu'elle utilise le Cron du système, il peut y avoir des problèmes avec la génération d'URL. Pour les éviter, veuillez configurer l'option \"overwrite.cli.url\" dans votre fichier config.php avec le chemin de la racine de votre installation (suggestion : \"{suggestedOverwriteCliURL}\")", + "Your installation has no default phone region set. This is required to validate phone numbers in the profile settings without a country code. To allow numbers without a country code, please add \"default_phone_region\" with the respective {linkstart}ISO 3166-1 code ↗{linkend} of the region to your config file." : "Votre installation n’a pas de préfixe de région par défaut. C’est nécessaire pour valider les numéros de téléphone dans les paramètres du profil sans code pays. Pour autoriser les numéros sans code pays, veuillez ajouter \"default_phone_region\" avec le code {linkstart}ISO 3166-1 respectif {linkend} de la région dans votre fichier de configuration.", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "La tâche cron n'a pu s'exécuter via CLI. Ces erreurs techniques sont apparues :", "Last background job execution ran {relativeTime}. Something seems wrong." : "La dernière tâche de fond a fonctionné {relativeTime}. Quelque chose s'est mal passé.", "Check the background job settings" : "Vérifier les paramètres des tâches de fond", |