[Gnucash-changes] r12824 - htdocs/trunk/fr - patching french files for GLOBALS, adding missing graphic

Neil Williams codehelp at cvs.gnucash.org
Tue Jan 17 10:31:07 EST 2006


Author: codehelp
Date: 2006-01-17 10:31:07 -0500 (Tue, 17 Jan 2006)
New Revision: 12824
Trac: http://svn.gnucash.org/trac/changeset/12824

Modified:
   htdocs/trunk/fr/contribute.phtml
   htdocs/trunk/fr/features.phtml
   htdocs/trunk/fr/features_5.phtml
   htdocs/trunk/fr/index.phtml
   htdocs/trunk/fr/irc.phtml
   htdocs/trunk/fr/links.phtml
   htdocs/trunk/fr/oldnews.phtml
   htdocs/trunk/fr/required.phtml
   htdocs/trunk/fr/roadmap.phtml
   htdocs/trunk/fr/screenshots.phtml
Log:
patching french files for GLOBALS, adding missing graphic

Modified: htdocs/trunk/fr/contribute.phtml
===================================================================
--- htdocs/trunk/fr/contribute.phtml	2006-01-17 15:28:50 UTC (rev 12823)
+++ htdocs/trunk/fr/contribute.phtml	2006-01-17 15:31:07 UTC (rev 12824)
@@ -1,4 +1,8 @@
 <?php $title = "Contribuer"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/fr/features.phtml
===================================================================
--- htdocs/trunk/fr/features.phtml	2006-01-17 15:28:50 UTC (rev 12823)
+++ htdocs/trunk/fr/features.phtml	2006-01-17 15:31:07 UTC (rev 12824)
@@ -1,4 +1,8 @@
 <?php $title = "Fonctionnalités"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/fr/features_5.phtml
===================================================================
--- htdocs/trunk/fr/features_5.phtml	2006-01-17 15:28:50 UTC (rev 12823)
+++ htdocs/trunk/fr/features_5.phtml	2006-01-17 15:31:07 UTC (rev 12824)
@@ -1,4 +1,8 @@
 <?php $title = "Fonctionnalités: Quoi de nouveau"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/fr/index.phtml
===================================================================
--- htdocs/trunk/fr/index.phtml	2006-01-17 15:28:50 UTC (rev 12823)
+++ htdocs/trunk/fr/index.phtml	2006-01-17 15:31:07 UTC (rev 12824)
@@ -1,4 +1,8 @@
 <?php $title = "Logiciel de Gestion comptable Open Source"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main.phtml"); ?>
 

Modified: htdocs/trunk/fr/irc.phtml
===================================================================
--- htdocs/trunk/fr/irc.phtml	2006-01-17 15:28:50 UTC (rev 12823)
+++ htdocs/trunk/fr/irc.phtml	2006-01-17 15:31:07 UTC (rev 12824)
@@ -1,5 +1,9 @@
 
 <?php $title = "GnuCash on IRC"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main-help.phtml"); ?>
 </td>

Modified: htdocs/trunk/fr/links.phtml
===================================================================
--- htdocs/trunk/fr/links.phtml	2006-01-17 15:28:50 UTC (rev 12823)
+++ htdocs/trunk/fr/links.phtml	2006-01-17 15:31:07 UTC (rev 12824)
@@ -1,4 +1,8 @@
 <?php $title = "Related Financial Software"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main-other.phtml"); ?>
 </td>

Modified: htdocs/trunk/fr/oldnews.phtml
===================================================================
--- htdocs/trunk/fr/oldnews.phtml	2006-01-17 15:28:50 UTC (rev 12823)
+++ htdocs/trunk/fr/oldnews.phtml	2006-01-17 15:31:07 UTC (rev 12824)
@@ -1,5 +1,9 @@
 
 <?php $title = "Accounting Software for Linux"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main.phtml"); ?>
 

Modified: htdocs/trunk/fr/required.phtml
===================================================================
--- htdocs/trunk/fr/required.phtml	2006-01-17 15:28:50 UTC (rev 12823)
+++ htdocs/trunk/fr/required.phtml	2006-01-17 15:31:07 UTC (rev 12824)
@@ -1,4 +1,8 @@
 <?php $title = "Logiciels/Package requis"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main-general.phtml"); ?>
 </td>

Modified: htdocs/trunk/fr/roadmap.phtml
===================================================================
--- htdocs/trunk/fr/roadmap.phtml	2006-01-17 15:28:50 UTC (rev 12823)
+++ htdocs/trunk/fr/roadmap.phtml	2006-01-17 15:31:07 UTC (rev 12824)
@@ -1,4 +1,8 @@
 <?php $title = "Orientations du projet"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main-developer.phtml"); ?>
 
@@ -193,4 +197,4 @@
 <br><br>
 </td>
 
-<?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/footer.phtml"); ?>
\ No newline at end of file
+<?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/footer.phtml"); ?>

Modified: htdocs/trunk/fr/screenshots.phtml
===================================================================
--- htdocs/trunk/fr/screenshots.phtml	2006-01-17 15:28:50 UTC (rev 12823)
+++ htdocs/trunk/fr/screenshots.phtml	2006-01-17 15:31:07 UTC (rev 12824)
@@ -1,4 +1,8 @@
 <?php $title = "Screenshots"; ?>
+<?php if (!ini_get('register_globals')) {
+ include("../emulate_globals_on.php");
+}
+?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/components/header.phtml"); ?>
 <?php include($GLOBALS['DOCUMENT_ROOT']."/fr/menu/menu-main-general.phtml"); ?>
 </td>



More information about the gnucash-changes mailing list