mirror of
https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git
synced 2024-09-03 18:36:09 +02:00
[fix] manifest: syntax: comma excess.
This commit is contained in:
parent
aed1f7faad
commit
f64aa25418
1 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@
|
||||||
"fr": "Clone de Framapad, un éditeur en ligne fournissant l'édition collaborative en temps réel."
|
"fr": "Clone de Framapad, un éditeur en ligne fournissant l'édition collaborative en temps réel."
|
||||||
},
|
},
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
"url": "https://framapad.org/",
|
"url": "https://framapad.org",
|
||||||
"license": "free",
|
"license": "free",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
"name": "Maniack Crudelis",
|
"name": "Maniack Crudelis",
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"en": "Choose a dedicated domain for Etherpad Mypads.",
|
"en": "Choose a dedicated domain for Etherpad Mypads.",
|
||||||
"fr": "Choisissez un domaine dédié pour Etherpad Mypads."
|
"fr": "Choisissez un domaine dédié pour Etherpad Mypads."
|
||||||
},
|
},
|
||||||
"example": "sub.domain.org",
|
"example": "sub.domain.org"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "admin",
|
"name": "admin",
|
||||||
|
@ -39,12 +39,12 @@
|
||||||
"en": "Choose the Etherpad Mypads administrator (must be an existing YunoHost user)",
|
"en": "Choose the Etherpad Mypads administrator (must be an existing YunoHost user)",
|
||||||
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
|
"fr": "Administrateur du site (doit être un utilisateur YunoHost existant)"
|
||||||
},
|
},
|
||||||
"example": "john",
|
"example": "john"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "is_public",
|
"name": "is_public",
|
||||||
"ask": {
|
"ask": {
|
||||||
"en": "Is it a public website ?",
|
"en": "Is it a public website?",
|
||||||
"fr": "Est-ce un site public ?"
|
"fr": "Est-ce un site public ?"
|
||||||
},
|
},
|
||||||
"choices": ["Yes", "No"],
|
"choices": ["Yes", "No"],
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
"en": "Set the administrator password",
|
"en": "Set the administrator password",
|
||||||
"fr": "Définissez le mot de passe administrateur"
|
"fr": "Définissez le mot de passe administrateur"
|
||||||
},
|
},
|
||||||
"example": "Choose a password",
|
"example": "Choose a password"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "abiword",
|
"name": "abiword",
|
||||||
|
|
Loading…
Add table
Reference in a new issue