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

Finish fixing config_panel

This commit is contained in:
dragondaddy 2023-08-04 23:20:52 +02:00
parent 9709d978b1
commit 2d184f4a23

View file

@ -12,11 +12,10 @@ name.fr = "Configuration de Streams"
ask.en = "Memory footprint" ask.en = "Memory footprint"
ask.fr = "Empreinte mémoire" ask.fr = "Empreinte mémoire"
type = "select" type = "select"
choices.low = "low, <= 20Mb per pool" choices = ["low", "medium", "high", "specific"]
choices.medium = "medium, between 20Mb and 40Mb par pool"
choices.high = "High, > 40Mb per pool"
choices.specific = "Use specific value"
default = "medium" default = "medium"
help.en = "<strong>low</strong>: <= 20Mb per pool<br><strong>medium</strong>: Between 20Mb and 40Mb per pool<br><strong>high</strong>: 40Mb per pool<br><strong>specific</strong> : Use specific value"
help.fr = "<strong>low</strong>: <= 20Mb par pool<br><strong>medium</strong>: Entre 20Mb et 40Mb par pool<br><strong>high</strong>: 40Mb par pool<br><strong>specific</strong> : Utiliser une valeur personnalisée"
[main.php_fpm_config.fpm_free_footprint] [main.php_fpm_config.fpm_free_footprint]
visible = "fpm_footprint == 'specific'" visible = "fpm_footprint == 'specific'"