diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index e527c71b..71f20d8a 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -212,20 +212,16 @@ }, "home": "Home", "hook_adminjs_group_configuration": "System configurations", - "hook_conf_cron": "Automatic tasks", - "hook_conf_ynh_currenthost": "Current main domain", - "hook_conf_ldap": "LDAP database", - "hook_conf_nginx": "Nginx", - "hook_conf_ssh": "SSH", - "hook_conf_ssowat": "SSOwat", - "hook_conf_xmpp": "XMPP", + "hook_conf_ldap": "User database", "hook_conf_ynh_certs": "SSL certificates", - "hook_conf_ynh_firewall": "Firewall", - "hook_conf_ynh_mysql": "MySQL password", + "hook_conf_ynh_settings": "YunoHost configurations", + "hook_conf_manually_modified_files": "Manually modified configurations", "hook_data_home": "User data", "hook_data_home_desc": "User data located in /home/USER", "hook_data_mail": "Mail", "hook_data_mail_desc": "Raw emails stored on the server", + "hook_data_xmpp": "XMPP data", + "hook_data_xmpp_desc": "Room and user configurations, file uploads", "id": "ID", "ignore": "Ignore", "ignored": "{count} ignored", diff --git a/app/src/i18n/locales/fr.json b/app/src/i18n/locales/fr.json index f7ce9cb8..1616b6ce 100644 --- a/app/src/i18n/locales/fr.json +++ b/app/src/i18n/locales/fr.json @@ -59,20 +59,17 @@ "error_server_unexpected": "Erreur serveur inattendue", "firewall": "Pare-feu", "home": "Accueil", - "hook_adminjs_group_configuration": "Configuration système", - "hook_conf_cron": "Tâches automatiques", - "hook_conf_ldap": "Base de donnée LDAP", - "hook_conf_nginx": "Nginx", - "hook_conf_ssh": "SSH", - "hook_conf_ssowat": "SSOwat", - "hook_conf_xmpp": "XMPP", + "hook_adminjs_group_configuration": "Configurations système", + "hook_conf_ldap": "Annuaire des utilisateurs", "hook_conf_ynh_certs": "Certificats SSL", - "hook_conf_ynh_firewall": "Pare-feu", - "hook_conf_ynh_mysql": "Mot de passe MySQL", + "hook_conf_ynh_settings": "Configurations de YunoHost", + "hook_conf_manually_modified_files": "Fichiers de configuration modifiés manuellement", "hook_data_home": "Données des utilisateurs", "hook_data_home_desc": "Données utilisateurs situées dans /home/USER", "hook_data_mail": "Courriels", "hook_data_mail_desc": "Courriels (au format brut) stockés sur le serveur", + "hook_data_xmpp": "Données XMPP", + "hook_data_xmpp_desc": "Configurations des salons et des utilisateurs, fichiers téléversés", "id": "ID", "infos": "Info", "install": "Installer",