diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-24 00:17:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-24 00:17:47 +0000 |
commit | 294035f523a0149dcab5eb301ec39e99d09f7adb (patch) | |
tree | e28b911b9f31a01849874efd7c4f0444e1c2d1ce /lib/l10n/fr.js | |
parent | 3a9abb256ebb4168e2a9d0bef1cf5e34390c25e9 (diff) | |
download | nextcloud-server-294035f523a0149dcab5eb301ec39e99d09f7adb.tar.gz nextcloud-server-294035f523a0149dcab5eb301ec39e99d09f7adb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'lib/l10n/fr.js')
-rw-r--r-- | lib/l10n/fr.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/l10n/fr.js b/lib/l10n/fr.js index 672d33e8b5c..2c319666cdd 100644 --- a/lib/l10n/fr.js +++ b/lib/l10n/fr.js @@ -5,6 +5,7 @@ OC.L10N.register( "This can usually be fixed by giving the web server write access to the config directory." : "Ce problème est généralement résolu en donnant au serveur web un accès en écriture au répertoire de configuration.", "But, if you prefer to keep config.php file read only, set the option \"config_is_read_only\" to true in it." : "Ou, si vous préférez conserver le fichier config.php en lecture seule, définissez l'option \"config_is_read_only\" sur true.", "See %s" : "Voir %s", + "Application %1$s is not present or has a non-compatible version with this server. Please check the apps directory." : "L'application %1$s n'est pas présente ou n'est pas compatible avec cette version du serveur. Veuillez vérifier le répertoire des applications.", "Sample configuration detected" : "Configuration d'exemple détectée", "It has been detected that the sample configuration has been copied. This can break your installation and is unsupported. Please read the documentation before performing changes on config.php" : "Il a été détecté que la configuration donnée à titre d'exemple a été copiée. Cela peut rendre votre installation inopérante et n'est pas pris en charge. Veuillez lire la documentation avant d'effectuer des modifications dans config.php", "404" : "404", @@ -22,7 +23,7 @@ OC.L10N.register( "Education Edition" : "Édition pour l'éducation ", "Enterprise bundle" : "Pack pour entreprise", "Groupware bundle" : "Pack pour travail collaboratif", - "Hub bundle" : "Noyau de paquets", + "Hub bundle" : "Pack Nextcloud Hub", "Social sharing bundle" : "Pack pour partage social", "PHP %s or higher is required." : "PHP %s ou supérieur est requis.", "PHP with a version lower than %s is required." : "PHP avec une version antérieure à %s est requis.", |