[Jsxe-cvs] SF.net SVN: jsxe: [1271] trunk/web/htdocs
Status: Inactive
Brought to you by:
ian_lewis
|
From: <ian...@us...> - 2007-05-30 05:11:13
|
Revision: 1271
http://svn.sourceforge.net/jsxe/?rev=1271&view=rev
Author: ian_lewis
Date: 2007-05-29 22:11:10 -0700 (Tue, 29 May 2007)
Log Message:
-----------
Updated translations and fixed the direct download to the jar for the development version.
Modified Paths:
--------------
trunk/web/htdocs/content/en/downloads.php
trunk/web/htdocs/content/ja/downloads.php
trunk/web/htdocs/functions.php
Modified: trunk/web/htdocs/content/en/downloads.php
===================================================================
--- trunk/web/htdocs/content/en/downloads.php 2007-05-21 09:06:11 UTC (rev 1270)
+++ trunk/web/htdocs/content/en/downloads.php 2007-05-30 05:11:10 UTC (rev 1271)
@@ -14,9 +14,7 @@
<h3>Download</h3>
<ul>
- <li>The latest stable version of jsXe is <?php echo get_stable_download_link(); ?>
- <ul>
- <li></li>
+ <li>The latest stable version of jsXe is <?php echo get_stable_download_link(); ?></li>
<li>The latest development version of jsXe is <?php echo get_devel_download_link(); ?>
<ul>
<li>Windows Installer: <?php echo get_devel_windows_download_link(); ?></li>
Modified: trunk/web/htdocs/content/ja/downloads.php
===================================================================
--- trunk/web/htdocs/content/ja/downloads.php 2007-05-21 09:06:11 UTC (rev 1270)
+++ trunk/web/htdocs/content/ja/downloads.php 2007-05-30 05:11:10 UTC (rev 1271)
@@ -1,4 +1,4 @@
-<h3>Requirements</h3>
+<h3>システム条件</h3>
<ul>
<li>Java 2 バージョン 1.4.2は必要です。</li>
@@ -8,14 +8,14 @@
ダウンロードできもす。</li>
</ul>
-<h3>Download</h3>
+<h3>ダウンロード</h3>
<ul>
- <li>The latest stable version of jsXe is <?php echo get_stable_download_link(); ?></li>
- <li>The latest development version of jsXe is <?php echo get_devel_download_link(); ?></li>
+ <li>jsXeの最新ヴァージョンは <?php echo get_stable_download_link(); ?></li>
+ <li>jsXeの最新開発ヴァージョンは <?php echo get_devel_download_link(); ?></li>
</ul>
-<h3>Install</h3>
+<h3>インストール</h3>
<ul>
<li><b>0.4 beta</b>
Modified: trunk/web/htdocs/functions.php
===================================================================
--- trunk/web/htdocs/functions.php 2007-05-21 09:06:11 UTC (rev 1270)
+++ trunk/web/htdocs/functions.php 2007-05-30 05:11:10 UTC (rev 1271)
@@ -348,7 +348,7 @@
}//}}}
//{{{ get_devel_jar_download_link()
-function get_jar_download_link() {
+function get_devel_jar_download_link() {
return '<a href="http://downloads.sourceforge.net/jsxe/jsXe-05_pre3-install.jar">'.T_("Java Installer").'</a>';
}//}}}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|