noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 04/219: Translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/219: Translation
Date: Mon, 18 Dec 2017 13:22:26 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ccc79b8fb5cc42f2fac3cce26bbddd8e89465922
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jul 11 00:06:15 2017 +0200

    Translation
---
 html/index.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/html/index.php b/html/index.php
index 7c614fe..67ae301 100644
--- a/html/index.php
+++ b/html/index.php
@@ -143,6 +143,7 @@ echo '<!doctype html><HTML>
 <TITLE> NOALYSS </TITLE>
 <link rel="shortcut icon" type="image/ico" href="favicon.ico" />
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta charset="UTF-8">
 <style>
 BODY {
 background-color:white;
@@ -247,7 +248,7 @@ if (file_exists("install.php")&& ! DEBUG ) {
 }
 if ( strlen(domaine) > 0 )
 {
-    $my_domain="Domaine : ".domaine;
+    $my_domain=sprintf(_("Domaine")." : %s",domaine);
 }
 
 if (defined("RECOVER") && isset ($_REQUEST['recover']) )



reply via email to

[Prev in Thread] Current Thread [Next in Thread]