1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotosocial_ynh.git synced 2024-09-03 19:16:06 +02:00

correction of an overcorrection

This commit is contained in:
OniriCorpe 2022-03-27 21:54:27 +02:00
parent b405574780
commit 9f7560b9a2

View file

@ -21,7 +21,7 @@ name = "Accounts configuration"
help = "Config pertaining to creation and maintenance of accounts on the server, as well as defaults for new accounts." help = "Config pertaining to creation and maintenance of accounts on the server, as well as defaults for new accounts."
[gotosocial.accounts.accounts_registration_open] [gotosocial.accounts.registration_open]
ask.en = "Open registrations?" ask.en = "Open registrations?"
ask.fr = "Inscriptions ouvertes ?" ask.fr = "Inscriptions ouvertes ?"
bind = "accounts_registration_open:__FINALPATH__/config.yaml" bind = "accounts_registration_open:__FINALPATH__/config.yaml"
@ -30,7 +30,7 @@ help.en = "Do we want people to be able to just submit sign up requests, or do w
help.fr = "Voulez-vous que les gens puissent simplement envoyer des demandes d'inscription, ou voulez-vous qu'iels doivent être invité-e-s ?" help.fr = "Voulez-vous que les gens puissent simplement envoyer des demandes d'inscription, ou voulez-vous qu'iels doivent être invité-e-s ?"
type = "boolean" type = "boolean"
[gotosocial.accounts.accounts_approval_required] [gotosocial.accounts.approval_required]
ask.en = "Approval required?" ask.en = "Approval required?"
ask.fr = "Validation requise ?" ask.fr = "Validation requise ?"
bind = "accounts_approval_required:__FINALPATH__/config.yaml" bind = "accounts_approval_required:__FINALPATH__/config.yaml"
@ -39,7 +39,7 @@ help.en = "Do sign up requests require approval from an admin/moderator before a
help.fr = "Les demandes d'inscription doivent-elles être approuvées par un-e administrateur-ice/modérateur-ice avant qu'un compte puisse se connecter/utiliser le serveur ?" help.fr = "Les demandes d'inscription doivent-elles être approuvées par un-e administrateur-ice/modérateur-ice avant qu'un compte puisse se connecter/utiliser le serveur ?"
type = "boolean" type = "boolean"
[gotosocial.accounts.accounts_reason_required] [gotosocial.accounts.reason_required]
ask.en = "Reason required?" ask.en = "Reason required?"
ask.fr = "Motif requis ?" ask.fr = "Motif requis ?"
bind = "accounts_reason_required:__FINALPATH__/config.yaml" bind = "accounts_reason_required:__FINALPATH__/config.yaml"