mirror of
https://github.com/YunoHost-Apps/horde_ynh.git
synced 2024-09-03 19:16:08 +02:00
Fix manifest.json
This commit is contained in:
parent
f03a61d33f
commit
bd4b908c01
1 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@
|
||||||
"en": "Is it a public server ?",
|
"en": "Is it a public server ?",
|
||||||
"fr": "Est-ce un serveur publique ?"
|
"fr": "Est-ce un serveur publique ?"
|
||||||
},
|
},
|
||||||
"default": 0
|
"default": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "service_autodiscovery",
|
"name": "service_autodiscovery",
|
||||||
|
@ -68,7 +68,7 @@
|
||||||
"en": "Would you like to enable the caldDav/cardDAV service autodiscovery ?",
|
"en": "Would you like to enable the caldDav/cardDAV service autodiscovery ?",
|
||||||
"fr": "Voulez-vous activer l'autodécouverte des services calDAV/cardDAV ?"
|
"fr": "Voulez-vous activer l'autodécouverte des services calDAV/cardDAV ?"
|
||||||
},
|
},
|
||||||
"default": 0
|
"default": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "language",
|
"name": "language",
|
||||||
|
@ -89,7 +89,7 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Install a ticket-tracking system (Whups) ?"
|
"en": "Install a ticket-tracking system (Whups) ?"
|
||||||
},
|
},
|
||||||
"default": 0
|
"default": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sesha_install",
|
"name": "sesha_install",
|
||||||
|
@ -97,7 +97,7 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Install a Inventory Manager (Sesha) ?"
|
"en": "Install a Inventory Manager (Sesha) ?"
|
||||||
},
|
},
|
||||||
"default": 0
|
"default": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ansel_install",
|
"name": "ansel_install",
|
||||||
|
@ -105,7 +105,7 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Install a full featured phpto management (Ansel) ?"
|
"en": "Install a full featured phpto management (Ansel) ?"
|
||||||
},
|
},
|
||||||
"default": 0
|
"default": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "wicked_install",
|
"name": "wicked_install",
|
||||||
|
@ -113,7 +113,7 @@
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Install a Wiki (Wicked) ?"
|
"en": "Install a Wiki (Wicked) ?"
|
||||||
},
|
},
|
||||||
"default": 0
|
"default": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue