1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00

Update of manifest with french translations

This commit is contained in:
polytan02 2017-02-17 11:55:59 +00:00
parent e52feeb798
commit c560eb78d0

View file

@ -27,7 +27,8 @@
"name": "domain", "name": "domain",
"type": "domain", "type": "domain",
"ask": { "ask": {
"en": "Choose a domain for your Hubzilla hub. Hubzilla must run in the root of this domain." "en": "Choose a domain for your Hubzilla hub. Hubzilla must run in the root of this domain. It means no other app can be accessed/run from this domain. We advise to use a dedicated subdomain such as hubzilla.domain.tld",
"fr": "Indiquez un domain pour Hubzilla. Hubzilla doit être installé à la racine du domaine. Cela implique qu'aucune autre app ne pourra être installée ou accessible sur ce domain. Nous conseillons un sous-domaine dédié par exemple hubzilla.domain.tld."
} }
}, },
{ {
@ -51,7 +52,8 @@
{ {
"name": "email", "name": "email",
"ask": { "ask": {
"en": "Email address for the Hubzilla hub admin" "en": "Email address for the Hubzilla hub admin",
"fr": "Adresse email pour l'admin du hub Hubzilla"
}, },
"example": "peter@example.com", "example": "peter@example.com",
"optional": false "optional": false
@ -59,7 +61,8 @@
{ {
"name": "upload", "name": "upload",
"ask": { "ask": {
"en": "Maximum upload size (MB)" "en": "Maximum upload size (MB)",
"fr": "Taille maximale des fichiers envoyés (MB)"
}, },
"choices": ["64M", "128M", "256M", "512M", "1024M"], "choices": ["64M", "128M", "256M", "512M", "1024M"],
"default": "256M", "default": "256M",