diff --git a/README_fr.md b/README_fr.md index 791dc4b..ac1f275 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # Moodle pour YunoHost -[![Integration level](https://dash.yunohost.org/integration/moodle.svg)](https://dash.yunohost.org/appci/app/moodle) ![](https://ci-apps.yunohost.org/ci/badges/moodle.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/moodle.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/moodle.svg)](https://dash.yunohost.org/appci/app/moodle) ![](https://ci-apps.yunohost.org/ci/badges/moodle.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/moodle.maintain.svg) [![Installer Moodle avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=moodle) *[Read this readme in english.](./README.md)* @@ -23,11 +23,11 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Configuration -How to configure this app: by an admin panel. +* Comment configurer cette application : via le panneau d'administration. ## Documentation - * Documentation officielle : https://docs.moodle.org/39/en/Main_page +* Documentation officielle : https://docs.moodle.org/39/en/Main_page ## Caractéristiques spécifiques YunoHost diff --git a/scripts/upgrade b/scripts/upgrade index cf1a4e0..7cc7354 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -36,7 +36,7 @@ ynh_script_progression --message="Ensuring downward compatibility..." --weight=1 # If the admin is not defined, We can't upgrade this app if [ -z "$admin" ]; then - ynh_die --message="This app can't be upgraded from a very old version of the package. Please remove and reinstall moodle_ynh" + ynh_die --message="This app can't be upgraded from a very old version of the package. Please remove and reinstall Moodle" fi # Cleaning legacy permissions @@ -79,7 +79,7 @@ fi #================================================= ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=1 -# Create a dedicated nginx config +# Create a dedicated NGINX config ynh_add_nginx_config #=================================================