diff --git a/ALL_README.md b/ALL_README.md
index e3c80d2..df3708b 100644
--- a/ALL_README.md
+++ b/ALL_README.md
@@ -6,5 +6,6 @@
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Baca README dalam bahasa bahasa Indonesia](README_id.md)
+- [Lees de README in het Nederlands](README_nl.md)
- [Прочитать README на русский](README_ru.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)
diff --git a/README_es.md b/README_es.md
index 0a6e0d7..973b808 100644
--- a/README_es.md
+++ b/README_es.md
@@ -44,7 +44,7 @@ Roundcube is a web-based e-mail client. It offers all the features you'd expect
## Información para desarrolladores
-Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing
+Por favor enviar sus correcciones a la [rama `testing`](https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing).
Para probar la rama `testing`, sigue asÍ:
diff --git a/README_nl.md b/README_nl.md
new file mode 100644
index 0000000..7d0ca36
--- /dev/null
+++ b/README_nl.md
@@ -0,0 +1,57 @@
+
+
+# Roundcube voor Yunohost
+
+[![Integratieniveau](https://dash.yunohost.org/integration/roundcube.svg)](https://ci-apps.yunohost.org/ci/apps/roundcube/) ![Mate van functioneren](https://ci-apps.yunohost.org/ci/badges/roundcube.status.svg) ![Onderhoudsstatus](https://ci-apps.yunohost.org/ci/badges/roundcube.maintain.svg)
+
+[![Roundcube met Yunohost installeren](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=roundcube)
+
+*[Deze README in een andere taal lezen.](./ALL_README.md)*
+
+> *Met dit pakket kun je Roundcube snel en eenvoudig op een YunoHost-server installeren.*
+> *Als je nog geen YunoHost hebt, lees dan [de installatiehandleiding](https://yunohost.org/install), om te zien hoe je 'm installeert.*
+
+## Overzicht
+
+Roundcube is a web-based e-mail client. It offers all the features you'd expect from a mail client, including multilingual support, address book management, folder manipulation, message search and spell checking.
+
+### YunoHost specific features
+
+- Synchronize your email aliases as identities in Roundcube
+- Install the [contextmenu](https://packagist.org/packages/johndoh/contextmenu) and [automatic addressbook](https://packagist.org/packages/projectmyst/automatic_addressbook) plugins by default
+- Allow to install the [CardDAV](https://packagist.org/packages/roundcube/carddav) (address book) synchronization plugin at the installation - note that if you have installed Nextcloud or Baïkal, it will automatically add the corresponding and existing address book.
+- Support for PGP encryption with Enigma plugin by default.
+
+
+**Geleverde versie:** 1.6.9~ynh1
+
+**Demo:**
+
+## Schermafdrukken
+
+![Schermafdrukken van Roundcube](./doc/screenshots/screenshot.png)
+
+## Documentatie en bronnen
+
+- Officiele website van de app:
+- Officiele beheerdersdocumentatie:
+- Upstream app codedepot:
+- YunoHost-store:
+- Meld een bug:
+
+## Ontwikkelaarsinformatie
+
+Stuur je pull request alsjeblieft naar de [`testing`-branch](https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing).
+
+Om de `testing`-branch uit te proberen, ga als volgt te werk:
+
+```bash
+sudo yunohost app install https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug
+of
+sudo yunohost app upgrade roundcube -u https://github.com/YunoHost-Apps/roundcube_ynh/tree/testing --debug
+```
+
+**Verdere informatie over app-packaging:**
diff --git a/doc/ADMIN.md b/doc/ADMIN.md
index 935843a..ec87ae5 100644
--- a/doc/ADMIN.md
+++ b/doc/ADMIN.md
@@ -1,16 +1,10 @@
-## Configuration
+You can manually extend - or even override - the Roundcube configuration which is coming with this package in the file `__INSTALL_DIR__/conf/local.inc.php`. Do not edit the file `__INSTALL_DIR__/conf/config.inc.php` as future upgrades will overwrite it.
-You can extend - or even override - the Roundcube configuration which is coming with this package in the file `conf/local.inc.php`. Do not edit the file `conf/config.inc.php` as future upgrades will overwrite it.
+### Plugins
-#### Multi-users support
+You can install plugins - which will not be removed with upgrades. To do so, you can use the official [Plugin Repository](https://plugins.roundcube.net/).
-* Integrate with YunoHost users and SSO - i.e logout button, YunoHost users search
-
-#### Plugins
-
-You can also install other plugins - which will not be removed with upgrades. To do so, you can use the official [Plugin Repository](https://plugins.roundcube.net/).
-
-##### From the Plugin Repository
+#### From the Plugin Repository
Let's say for example that we want to install the [html5_notifier](https://packagist.org/packages/kitist/html5_notifier) plugin.
@@ -39,6 +33,6 @@ Let's say for example that we want to install the [html5_notifier](https://packa
Note that you should also check the plugin homepage for additional installation steps as needed.
-##### Manual installation
+#### Manual installation
You can also download the plugin and put it under the `plugins/` directory. In this case, do not forget to change ownerships of this folder to `roundcube`.
diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md
index 8c5d183..9fade97 100644
--- a/doc/ADMIN_fr.md
+++ b/doc/ADMIN_fr.md
@@ -1,16 +1,10 @@
-## Configuration
+Vous pouvez manuellement étendre (ou même remplacer) la configuration de Roundcube fournie avec ce paquet dans le fichier `__INSTALL_DIR__/conf/local.inc.php`. Ne modifiez pas le fichier `__INSTALL_DIR__/conf/config.inc.php` car les futures mises à jour le remplaceront.
-Vous pouvez étendre (ou même remplacer) la configuration de Roundcube fournie avec ce paquet dans le fichier `conf/local.inc.php`. Ne modifiez pas le fichier `conf/config.inc.php` car les futures mises à jour le remplaceront.
-
-#### Support multi-utilisateur
-
-* Intégration avec les utilisateurs YunoHost et SSO - c'est-à-dire le bouton de déconnexion, reconnaissance des autres utilisateurs de l'instance YunoHost.
-
-#### Plugins
+### Plugins
Vous pouvez également installer d'autres plugins (qui ne seront pas supprimés avec les mises à niveau). Pour cela, vous pouvez utiliser le [Plugin Repository](https://plugins.roundcube.net/) officiel.
-##### Depuis le dépôt de plugins
+#### Depuis le dépôt de plugins
Si, par exemple, vous voulez installer le plugin [html5_notifier](https://packagist.org/packages/kitist/html5_notifier).
@@ -39,6 +33,6 @@ Si, par exemple, vous voulez installer le plugin [html5_notifier](https://packag
Notez que vous devez également consulter la page d'accueil du plugin pour connaître les étapes d'installation supplémentaires si nécessaire.
-##### Installation manual
+#### Installation manuelle
-Vous pouvez également télécharger le plugin et le placer dans le répertoire `plugins /`. Dans ce cas, n'oubliez pas de changer la propriété de ce dossier en `roundcube`.
+Vous pouvez également télécharger le plugin et le placer dans le répertoire `plugins/`. Dans ce cas, n'oubliez pas de changer la propriété de ce dossier en `roundcube`.