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

Merge branch 'testing' into remove-table-of-content

This commit is contained in:
ericgaspar 2023-08-27 12:18:10 +02:00
commit 3015b52be5
2 changed files with 3 additions and 3 deletions

View file

@ -43,7 +43,7 @@ ram.runtime = "50M"
[install.language] [install.language]
ask.en = "Choose your language" ask.en = "Choose your language"
ask.fr = "Choisissez la langue" ask.fr = "Choisissez la langue"
type = "string" type = "select"
choices = ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"] choices = ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"]
default = "fr" default = "fr"
@ -56,7 +56,7 @@ ram.runtime = "50M"
[install.export] [install.export]
ask.en = "Use AbiWord (~260 Mo) or LibreOffice (~400 Mo) (more stable) to expand export possibilities (PDF, doc)?" 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) ?" 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"] choices = ["none", "abiword", "libreoffice"]
default = "none" default = "none"

View file

@ -5,7 +5,7 @@
#================================================= #=================================================
# NodeJS version # NodeJS version
nodejs_version=14 nodejs_version=18
# MyPads version # MyPads version
# This variable is mostly used to force an upgrade of the package in case of new versions of MyPads. # This variable is mostly used to force an upgrade of the package in case of new versions of MyPads.