mirror of
https://github.com/YunoHost-Apps/paheko_ynh.git
synced 2024-09-03 19:56:22 +02:00
add type select for choices
This commit is contained in:
parent
a9d2d8515d
commit
75bc572804
2 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ name.fr = "Configuration SMTP"
|
||||||
|
|
||||||
[main.smtp.smtp_security]
|
[main.smtp.smtp_security]
|
||||||
ask.fr = "Sécurité de la connexion"
|
ask.fr = "Sécurité de la connexion"
|
||||||
type = "string"
|
type = "select"
|
||||||
choices.NONE = "NONE, pas de chiffrement"
|
choices.NONE = "NONE, pas de chiffrement"
|
||||||
choices.SSL = "SSL, connexion SSL native"
|
choices.SSL = "SSL, connexion SSL native"
|
||||||
choices.TLS = "TLS, connexion TLS native (le plus sécurisé)"
|
choices.TLS = "TLS, connexion TLS native (le plus sécurisé)"
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Paheko"
|
||||||
description.en = "Association management software"
|
description.en = "Association management software"
|
||||||
description.fr = "Logiciel de gestion d'association"
|
description.fr = "Logiciel de gestion d'association"
|
||||||
|
|
||||||
version = "1.3.11~ynh2"
|
version = "1.3.11~ynh3"
|
||||||
|
|
||||||
maintainers = ["rodinux"]
|
maintainers = ["rodinux"]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue