mirror of
https://github.com/YunoHost-Apps/opensondage_ynh.git
synced 2024-09-03 19:46:28 +02:00
Update manifest.json
English language improvements
This commit is contained in:
parent
bc0e8db879
commit
87bd02a75b
1 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
"name": "OpenSondage",
|
||||
"id": "opensondage",
|
||||
"description": {
|
||||
"en": "OpenSondage is used to poll people invite for a meeting.",
|
||||
"en": "OpenSondage allows users to create polls to coordinate meeting times or vote on a list of options.",
|
||||
"fr": "OpenSondage sert à faire des sondages sans authentification pour trouver une date de réunion qui convienne à toutes les personnes concernées."
|
||||
},
|
||||
"license": "CeCILL-B",
|
||||
|
@ -51,7 +51,7 @@
|
|||
{
|
||||
"name": "language",
|
||||
"ask": {
|
||||
"en": "Choose the default language of this OpenSondage",
|
||||
"en": "Choose the default language for OpenSondage",
|
||||
"fr": "Choisissez la langue par défault d'OpenSondage"
|
||||
},
|
||||
"choices": ["en_GB", "fr_FR","es_ES", "de_DE"],
|
||||
|
@ -60,7 +60,7 @@
|
|||
{
|
||||
"name": "public_site",
|
||||
"ask": {
|
||||
"en": "Could non member create poll ?",
|
||||
"en": "Allow unauthenticated users to create polls?",
|
||||
"fr": "Une personne non membre peut elle créer un sondage ?"
|
||||
},
|
||||
"choices": ["Yes", "No"],
|
||||
|
|
Loading…
Add table
Reference in a new issue