noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 49/65: translation


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 49/65: translation
Date: Wed, 09 Sep 2015 08:27:28 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 148b86a47eb7e0af8c1a493d7edb4c047eab49a0
Author: Dany De Bontridder <address@hidden>
Date:   Sun Sep 6 06:06:08 2015 +0200

    translation
---
 html/admin/setup.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/html/admin/setup.php b/html/admin/setup.php
index 3f918d6..bfd9ca1 100644
--- a/html/admin/setup.php
+++ b/html/admin/setup.php
@@ -189,13 +189,13 @@ if ( is_writable 
('..'.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'include'.DI
 
 
 if ( ! 
file_exists('..'.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'include'.DIRECTORY_SEPARATOR.'config.inc.php'))
 {
-  echo '<h1 class="info">Entrez les informations n&eacute;cessaires &agrave; 
noalyss</h1>';
+  echo '<h1 class="info">'._('Entrez les informations nécessaires à 
noalyss').'</h1>';
   echo '<form method="post">';
   require_once('../../include/config_file.php');
   echo config_file_form();
   echo '<div style="position:float;float:left;"></div>';
   echo '<p style="text-align:center">',
-        HtmlInput::submit('save_config','Sauver la configuration',"","button"),
+        HtmlInput::submit('save_config',_('Sauver la 
configuration'),"","button"),
           '</p>';
   echo "</div>";
   echo '</form>';
@@ -217,7 +217,7 @@ require_once NOALYSS_INCLUDE.'/class_database.php';
 
 if ( defined ("MULTI") && MULTI==1) { create_htaccess();}
 
-echo '<h1 class="title">Configuration</h1>';
+echo '<h1 class="title">'._('Configuration').'</h1>';
 ?>
 <h2>Info</h2>
 Vous utilisez le domaine <?php echo domaine; ?>
@@ -364,7 +364,7 @@ if ( $version[0] < 8 ||
   {
 ?>
   <p><?php echo $failed?> Vous devez absolument utiliser au minimum une 
version 8.4 de PostGresql, si votre distribution n'en
-offre pas, installez en une en la compilant. </p><p>Lisez attentivement la 
notice sur postgresql.org pour migrer
+offre pas, installez-en une en la compilant. </p><p>Lisez attentivement la 
notice sur postgresql.org pour migrer
 vos bases de donn&eacute;es
 </p>
 <?php exit(); //'



reply via email to

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