1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00
This commit is contained in:
Krakinou 2018-12-15 20:02:22 +01:00
parent 459674bd13
commit 3f38925b75

View file

@ -77,17 +77,17 @@
}, },
{ {
"name": "language", "name": "language",
"type":"language", "type":"language",
"ask": { "ask": {
"en": "Select a default language (you may change it later in the app)", "en": "Select a default language (you may change it later in the app)",
"fr": "Choisissez une langue par défaut (vous pourrez la changer ultérieurement dans l'application)" "fr": "Choisissez une langue par défaut (vous pourrez la changer ultérieurement dans l'application)"
}, },
"choices": [ "fr", "en", "es", "de"], "choices": [ "fr", "en", "es", "de"],
"default": "fr" "default": "fr"
}, },
{ {
"name": "upload", "name": "upload",
"type":"boolean", "type":"boolean",
"ask": { "ask": {
"en": "Do you want to allow uploading of books (you may change it later in the app)?", "en": "Do you want to allow uploading of books (you may change it later in the app)?",
"fr": "Voulez vous autoriser l'upload de livres (vous pourrez la changer ultérieurement dans l'application)?" "fr": "Voulez vous autoriser l'upload de livres (vous pourrez la changer ultérieurement dans l'application)?"