From 629674fdd1f8ecafdb08380f3dc2f74e38329b4d Mon Sep 17 00:00:00 2001 From: frju365 Date: Mon, 16 Jan 2017 12:35:23 +0100 Subject: [PATCH] Translation of manifest.json into french. --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/manifest.json b/manifest.json index a60d5903..e9a181b1 100644 --- a/manifest.json +++ b/manifest.json @@ -3,6 +3,7 @@ "id": "hubzilla", "description": { "en": "Hubzilla is a decentralized publication platform and social network." + "fr": "Hubzilla est une plateforme de publication décentralisée et un réseau social." }, "licence": "CopyLeft", "developer": { @@ -17,6 +18,7 @@ "name": "domain", "ask": { "en": "Choose a domain for your Hubzilla hub. Hubzilla must run in the root of this domain." + "fr": "Choisissez un nom de domaine pour votre 'hub' Hubzilla. Hubzilla doit ếtre installer dans la racine de votre de domaine. }, "example": "hub.example.com" }, @@ -24,6 +26,7 @@ "name": "admin", "ask": { "en": "Choose an admin user" + "fr": "Choisissez un administrateur" }, "example": "johndoe" }, @@ -31,6 +34,7 @@ "name": "adminemail", "ask": { "en": "Email address for the Hubzilla hub admin" + "fr": "Adresse mail pour l'administrateur du 'hub'." }, "example": "johndoe@example.com" }, @@ -38,6 +42,7 @@ "name": "is_public", "ask": { "en": "Is it a public application ?" + "fr": "Est-ce une application publique ? }, "choices": ["Yes", "No"], "default": "Yes"