From 1c4c90ae5f27e08c11975d6eec6c73c29f6f3a9c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 29 Aug 2020 16:31:58 +0200 Subject: [PATCH] add french translation to manifest --- README.md | 7 ++----- manifest.json | 27 +++++++++++++++------------ 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 06edfe1..b238e9c 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ You can change some configuration by using the administration panel of drupal. Y #### Multi-user support -Are LDAP and HTTP auth supported? No -Can the app be used by multiple users? Yes +Are LDAP and HTTP auth supported? **No** +Can the app be used by multiple users? **Yes** #### Supported architectures @@ -48,9 +48,6 @@ Can the app be used by multiple users? Yes * Other info you would like to add about this app. -**More info on the documentation page:** -https://yunohost.org/packaging_apps - ## Links * Report a bug: https://github.com/YunoHost-Apps/framaforms_ynh/issues diff --git a/manifest.json b/manifest.json index 343f40f..355b4ac 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ "url": "https://framagit.org/framasoft/framaforms", "license": "GPL-2.0-only", "requirements": { - "yunohost": ">= 3.5" + "yunohost": ">= 3.8.1" }, "maintainer": { "name": "ljf", @@ -20,7 +20,7 @@ "multi_instance": true, "services": [ "nginx", - "php5-fpm", + "php7.0-fpm", "mysql" ], "arguments": { @@ -35,10 +35,11 @@ }, { "name": "path", - "ask": { - "en": "Choose a path for Framaforms" - }, "type": "path", + "ask": { + "en": "Choose a path for Framaforms", + "fr": "Choisissez un chemin pour Framaforms" + }, "example": "/poll", "default": "/poll" }, @@ -46,8 +47,8 @@ "name": "password", "type": "password", "ask": { - "en": "Set the administrator password", - "fr": "Définissez le mot de passe administrateur" + "en": "Set the administrator password", + "fr": "Définissez le mot de passe administrateur" }, "example": "Choose a password" }, @@ -55,21 +56,23 @@ "name": "language", "type": "string", "ask": { - "en": "Choose the application language", - "fr": "Choisissez la langue de l'application" + "en": "Choose the application language", + "fr": "Choisissez la langue de l'application" }, "choices": ["fr", "en"], "default": "en" }, { "name": "is_public", + "type": "boolean", "ask": { - "en": "Are visitors who do not have a YunoHost account on this server allowed to register and create forms ?" + "en": "Are visitors who do not have a YunoHost account on this server allowed to register and create forms?", + "fr": "Les visiteurs qui n'ont pas de compte YunoHost sur ce serveur sont-ils autorisés à s'inscrire et à créer des formulaires ?" }, "help": { - "en": "If no, only person with an account on your server will be able to create forms. In all cases, visitors will be able to reply to form" + "en": "If no, only person with an account on your server will be able to create forms. In all cases, visitors will be able to reply to form.", + "fr": "Si non, seule la personne disposant d'un compte sur votre serveur pourra créer des formulaires. Dans tous les cas, les visiteurs pourront répondre au formulaire." }, - "type": "boolean", "default": true } ]