phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4986 - phpcompta/trunk/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4986 - phpcompta/trunk/include
Date: Sun, 24 Jun 2012 18:28:48 +0200 (CEST)

Author: danydb
Date: 2012-06-24 18:28:47 +0200 (Sun, 24 Jun 2012)
New Revision: 4986

Modified:
   phpcompta/trunk/include/config_file.php
Log:
ajout explication sur locale

Modified: phpcompta/trunk/include/config_file.php
===================================================================
--- phpcompta/trunk/include/config_file.php     2012-06-24 15:54:06 UTC (rev 
4985)
+++ phpcompta/trunk/include/config_file.php     2012-06-24 16:28:47 UTC (rev 
4986)
@@ -43,7 +43,7 @@
 
 /*!\brief
  *\param array with the index
- *  - ctmp temporary folder 
+ *  - ctmp temporary folder
  *  - cpath path to postgresql
  *  - cuser postgresql user
  *  - cpasswd password of cuser
@@ -77,12 +77,12 @@
     $r.='<A href="#" title="'.$text->title.'" 
onclick="alert(\''.$text->title.'\')">(?)</a>';
     $r.='<br>';
 
-    $r.='D&eacute;sactivation changement de langue: ';
+    $r.='D&eacute;sactivation changement de langue: 1 activé, 0 désactivé ';
     $text->title='D&eacute;sactiver le changement de langue (requis pour 
MacOSX';
     $r.=$text->input('clocale',$clocale);
     $r.='<A href="#" title="'.$text->title.'" 
onclick="alert(\''.$text->title.'\')">(?)</a>';
     $r.='<br>';
-    
+
     $r.='Chemin complet vers les executable de Postgresql : ';
     $text->title='Le chemin vers le repertoire contenant psql, pg_dump...';
     $r.=$text->input('cpath',$cpath);
@@ -149,7 +149,7 @@
 
     fputs($hFile, 'define ("locale",'.$clocale.');');
     fputs($hFile,"\r\n");
-    
+
     fputs($hFile, 'define ("domaine","");');
     fputs($hFile,"\r\n");
     fputs($hFile,'?>');



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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