r19108 - htdocs/trunk - Create a subdirectory for the english language as well

Geert Janssens gjanssens at code.gnucash.org
Wed May 5 09:10:10 EDT 2010


Author: gjanssens
Date: 2010-05-05 09:10:10 -0400 (Wed, 05 May 2010)
New Revision: 19108
Trac: http://svn.gnucash.org/trac/changeset/19108

Added:
   htdocs/trunk/en/atom.php
   htdocs/trunk/en/docs.phtml
   htdocs/trunk/en/download.phtml
   htdocs/trunk/en/features.phtml
   htdocs/trunk/en/index.phtml
   htdocs/trunk/en/local.php
   htdocs/trunk/en/oldnews.phtml
   htdocs/trunk/en/osx_readme.phtml
   htdocs/trunk/en/rss-feed.phtml
   htdocs/trunk/en/sizing.phtml
Modified:
   htdocs/trunk/externals/header.phtml
Log:
Create a subdirectory for the english language as well

Added: htdocs/trunk/en/atom.php
===================================================================
--- htdocs/trunk/en/atom.php	                        (rev 0)
+++ htdocs/trunk/en/atom.php	2010-05-05 13:10:10 UTC (rev 19108)
@@ -0,0 +1 @@
+link ../atom.php
\ No newline at end of file


Property changes on: htdocs/trunk/en/atom.php
___________________________________________________________________
Added: svn:special
   + *

Added: htdocs/trunk/en/docs.phtml
===================================================================
--- htdocs/trunk/en/docs.phtml	                        (rev 0)
+++ htdocs/trunk/en/docs.phtml	2010-05-05 13:10:10 UTC (rev 19108)
@@ -0,0 +1 @@
+link ../docs.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/en/docs.phtml
___________________________________________________________________
Added: svn:special
   + *

Added: htdocs/trunk/en/download.phtml
===================================================================
--- htdocs/trunk/en/download.phtml	                        (rev 0)
+++ htdocs/trunk/en/download.phtml	2010-05-05 13:10:10 UTC (rev 19108)
@@ -0,0 +1 @@
+link ../download.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/en/download.phtml
___________________________________________________________________
Added: svn:special
   + *

Added: htdocs/trunk/en/features.phtml
===================================================================
--- htdocs/trunk/en/features.phtml	                        (rev 0)
+++ htdocs/trunk/en/features.phtml	2010-05-05 13:10:10 UTC (rev 19108)
@@ -0,0 +1 @@
+link ../features.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/en/features.phtml
___________________________________________________________________
Added: svn:special
   + *

Added: htdocs/trunk/en/index.phtml
===================================================================
--- htdocs/trunk/en/index.phtml	                        (rev 0)
+++ htdocs/trunk/en/index.phtml	2010-05-05 13:10:10 UTC (rev 19108)
@@ -0,0 +1 @@
+link ../index.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/en/index.phtml
___________________________________________________________________
Added: svn:special
   + *

Added: htdocs/trunk/en/local.php
===================================================================
--- htdocs/trunk/en/local.php	                        (rev 0)
+++ htdocs/trunk/en/local.php	2010-05-05 13:10:10 UTC (rev 19108)
@@ -0,0 +1,6 @@
+<?php
+$top_dir = "..";
+$home = ".";
+$locale = "en_US";
+$lang_dir = "en";
+?>

Added: htdocs/trunk/en/oldnews.phtml
===================================================================
--- htdocs/trunk/en/oldnews.phtml	                        (rev 0)
+++ htdocs/trunk/en/oldnews.phtml	2010-05-05 13:10:10 UTC (rev 19108)
@@ -0,0 +1 @@
+link ../oldnews.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/en/oldnews.phtml
___________________________________________________________________
Added: svn:special
   + *

Added: htdocs/trunk/en/osx_readme.phtml
===================================================================
--- htdocs/trunk/en/osx_readme.phtml	                        (rev 0)
+++ htdocs/trunk/en/osx_readme.phtml	2010-05-05 13:10:10 UTC (rev 19108)
@@ -0,0 +1 @@
+link ../osx_readme.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/en/osx_readme.phtml
___________________________________________________________________
Added: svn:special
   + *

Added: htdocs/trunk/en/rss-feed.phtml
===================================================================
--- htdocs/trunk/en/rss-feed.phtml	                        (rev 0)
+++ htdocs/trunk/en/rss-feed.phtml	2010-05-05 13:10:10 UTC (rev 19108)
@@ -0,0 +1 @@
+link ../rss-feed.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/en/rss-feed.phtml
___________________________________________________________________
Added: svn:special
   + *

Added: htdocs/trunk/en/sizing.phtml
===================================================================
--- htdocs/trunk/en/sizing.phtml	                        (rev 0)
+++ htdocs/trunk/en/sizing.phtml	2010-05-05 13:10:10 UTC (rev 19108)
@@ -0,0 +1 @@
+link ../sizing.phtml
\ No newline at end of file


Property changes on: htdocs/trunk/en/sizing.phtml
___________________________________________________________________
Added: svn:special
   + *

Modified: htdocs/trunk/externals/header.phtml
===================================================================
--- htdocs/trunk/externals/header.phtml	2010-05-05 12:25:37 UTC (rev 19107)
+++ htdocs/trunk/externals/header.phtml	2010-05-05 13:10:10 UTC (rev 19108)
@@ -26,7 +26,7 @@
 <br/>
 <span id="language">
 <?= _("Language"); ?>:
-  <a class="nav" href="<?=$top_dir;?>/<?=$current_page;?>">English</a>
+  <a class="nav" href="<?=$top_dir;?>/en/<?=$current_page;?>">English</a>
 | <a class="nav" href="<?=$top_dir;?>/de/<?=$current_page;?>">Deutsch</a>
 | <a class="nav" href="<?=$top_dir;?>/es/<?=$current_page;?>">Espa&ntilde;ol</a>
 | <a class="nav" href="<?=$top_dir;?>/fr/<?=$current_page;?>">Fran&ccedil;ais</a>



More information about the gnucash-changes mailing list