1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/horde_ynh.git synced 2024-09-03 19:16:08 +02:00

fiy typos in manifest (#3)

This commit is contained in:
Sebastian Gumprich 2018-09-24 08:22:12 +02:00 committed by Josué Tille
parent 16e379ca4c
commit ab3bd24c4a

View file

@ -3,7 +3,7 @@
"id": "horde", "id": "horde",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "A groupware (webmail, adressbook, calendar) witch use PHP", "en": "A groupware (webmail, adressbook, calendar) that uses PHP",
"fr": "Un groupware (webmail, carnet adresses, agenda), utilisant PHP." "fr": "Un groupware (webmail, carnet adresses, agenda), utilisant PHP."
}, },
"version": "5.2.22~ynh4", "version": "5.2.22~ynh4",
@ -56,8 +56,8 @@
"name": "is_public", "name": "is_public",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"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": false "default": false
}, },
@ -65,8 +65,8 @@
"name": "service_autodiscovery", "name": "service_autodiscovery",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"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": false "default": false
}, },
@ -87,7 +87,7 @@
"name": "whups_install", "name": "whups_install",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Install a ticket-tracking system (Whups) ?" "en": "Install a ticket-tracking system (Whups)?"
}, },
"default": false "default": false
}, },
@ -95,7 +95,7 @@
"name": "sesha_install", "name": "sesha_install",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Install a Inventory Manager (Sesha) ?" "en": "Install a Inventory Manager (Sesha)?"
}, },
"default": false "default": false
}, },
@ -103,7 +103,7 @@
"name": "ansel_install", "name": "ansel_install",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Install a full featured photo management (Ansel) ?" "en": "Install a full featured photo management (Ansel)?"
}, },
"default": false "default": false
}, },
@ -111,7 +111,7 @@
"name": "wicked_install", "name": "wicked_install",
"type": "boolean", "type": "boolean",
"ask": { "ask": {
"en": "Install a Wiki (Wicked) ?" "en": "Install a Wiki (Wicked)?"
}, },
"default": false "default": false
} }