@@ -152,8 +152,14 @@ else {
}
?>
+
+
+
diff --git a/locales/en.json b/locales/en.json
index 9686f0a..4662315 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -8,5 +8,8 @@
"app_notfound": "This application is neither officially nor community maintained.",
"working": "working",
"inprogress": "in progress",
- "notworking": "not working"
+ "notworking": "not working",
+ "noserver": "No YunoHost server yet?",
+ "yunohost": "YunoHost is a server operating system aiming to make self-hosting accessible to everyone.",
+ "discover": "Discover YunoHost"
}
diff --git a/locales/fr.json b/locales/fr.json
index e401992..5177b30 100644
--- a/locales/fr.json
+++ b/locales/fr.json
@@ -8,5 +8,8 @@
"app_notfound": "Cette application n'est maintenue ni officiellemment, ni par la communauté.",
"working": "fonctionnel",
"inprogress": "non fonctionnel",
- "notworking": "en cours de développement"
+ "notworking": "en cours de développement",
+ "noserver": "Pas encore de serveur YunoHost ?",
+ "yunohost": "YunoHost est un outil qui vous permet d’installer et d’utiliser facilement votre propre serveur.",
+ "discover": "Découvrez YunoHost"
}