1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00

Remove frech help because doesn't work

This commit is contained in:
AllanNICOLE 2022-08-20 21:30:43 +02:00
parent 7097f352e7
commit fe5e902a0e

View file

@ -2,6 +2,7 @@ version = "1.0"
[main] [main]
name = "Vikunja configuration" name = "Vikunja configuration"
services = ["__APP__"] services = ["__APP__"]
[main.config] [main.config]
@ -11,8 +12,7 @@ services = ["__APP__"]
ask.en = "Set MOTD" ask.en = "Set MOTD"
ask.fr = "Définir MOTD" ask.fr = "Définir MOTD"
type = "string" type = "string"
help.en = "Set the MOTD message shown in Vikunja login page" help = "Set the MOTD message shown in Vikunja login page"
help.fr = "Message du jour qui apparait sur la page d'authentification de Vikunja"
bind = "motd:/opt/__APP__/config.yml" bind = "motd:/opt/__APP__/config.yml"
[main.config.enable_registration] [main.config.enable_registration]
@ -21,8 +21,7 @@ services = ["__APP__"]
type = "boolean" type = "boolean"
yes = "true" yes = "true"
no = "false" no = "false"
help.en = "Whether to let new users registering themselves or not" help = "Whether to let new users registering themselves or not"
help.fr = "Permettre ou non aux nouveaux utilisateurs de s'enregistrer eux-mêmes"
bind = "enableregistration:/opt/__APP__/config.yml" bind = "enableregistration:/opt/__APP__/config.yml"
[main.config.enable_linksharing] [main.config.enable_linksharing]
@ -31,8 +30,7 @@ services = ["__APP__"]
type = "boolean" type = "boolean"
yes = "true" yes = "true"
no = "false" no = "false"
help.en = "Enable sharing of lists via a link" help = "Enable sharing of lists via a link"
help.fr = "Permettre le partage des listes via un lien"
bind = "enablelinksharing:/opt/__APP__/config.yml" bind = "enablelinksharing:/opt/__APP__/config.yml"
[main.config.enable_taskattachments] [main.config.enable_taskattachments]
@ -41,8 +39,7 @@ services = ["__APP__"]
type = "boolean" type = "boolean"
yes = "true" yes = "true"
no = "false" no = "false"
help.en = "Whether to enable task attachments or not" help = "Whether to enable task attachments or not"
help.fr = "Permettre ou non d'ajouter des pièces jointes aux tâches"
bind = "enabletaskattachments:/opt/__APP__/config.yml" bind = "enabletaskattachments:/opt/__APP__/config.yml"
[main.config.enable_taskcomments] [main.config.enable_taskcomments]
@ -51,8 +48,7 @@ services = ["__APP__"]
type = "boolean" type = "boolean"
yes = "true" yes = "true"
no = "false" no = "false"
help.en = "Whether task comments should be enabled or not" help = "Whether task comments should be enabled or not"
help.fr = "Permettre ou non d'ajouter des commentaires aux taches"
bind = "enabletaskcomments:/opt/__APP__/config.yml" bind = "enabletaskcomments:/opt/__APP__/config.yml"
[main.config.enable_emailreminders] [main.config.enable_emailreminders]
@ -61,7 +57,6 @@ services = ["__APP__"]
type = "boolean" type = "boolean"
yes = "true" yes = "true"
no = "false" no = "false"
help.en = "If enabled, vikunja will send an email to everyone who is either assigned to a task or created it when a task reminder is due." help = "If enabled, vikunja will send an email to everyone who is either assigned to a task or created it when a task reminder is due."
help.fr = "Si cette option est activée, Vikunja enverra un e-mail à tous ceux qui sont affectés à une tâche ou qui l'ont créée lorsqu'un rappel de tâche est dû."
bind = "enableemailreminders:/opt/__APP__/config.yml" bind = "enableemailreminders:/opt/__APP__/config.yml"