mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
Update manifest.toml
This commit is contained in:
parent
0d734bee4f
commit
2115d21e1e
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ ram.runtime = "50M"
|
|||
[install.language]
|
||||
ask.en = "Choose your language"
|
||||
ask.fr = "Choisissez la langue"
|
||||
type = "string"
|
||||
type = "select"
|
||||
choices = ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"]
|
||||
default = "fr"
|
||||
|
||||
|
@ -56,7 +56,7 @@ ram.runtime = "50M"
|
|||
[install.export]
|
||||
ask.en = "Use AbiWord (~260 Mo) or LibreOffice (~400 Mo) (more stable) to expand export possibilities (PDF, doc)?"
|
||||
ask.fr = "Utiliser AbiWord (~260 Mo) ou LibreOffice (~400 Mo) (plus stable) pour étendre les possibilités d'export (PDF, doc) ?"
|
||||
type = "string"
|
||||
type = "select"
|
||||
choices = ["none", "abiword", "libreoffice"]
|
||||
default = "none"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue