[Jsxe-cvs] SF.net SVN: jsxe: [1225] trunk/web/htdocs
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-09-02 01:45:48
|
Revision: 1225 http://svn.sourceforge.net/jsxe/?rev=1225&view=rev Author: ian_lewis Date: 2006-09-01 18:45:42 -0700 (Fri, 01 Sep 2006) Log Message: ----------- Support localization for the screenshots page Modified Paths: -------------- trunk/web/htdocs/content/ja/_global.php trunk/web/htdocs/screenshots.php Modified: trunk/web/htdocs/content/ja/_global.php =================================================================== --- trunk/web/htdocs/content/ja/_global.php 2006-09-02 01:16:20 UTC (rev 1224) +++ trunk/web/htdocs/content/ja/_global.php 2006-09-02 01:45:42 UTC (rev 1225) @@ -8,6 +8,8 @@ 'Download' => 'ダウンロード', 'Downloads' => 'ダウンロード', 'Get Involved' => '参加情報', - 'SourceForge Project' => 'SourceForge プロジェクト' + 'SourceForge Project' => 'SourceForge プロジェクト', + 'jsXe with Japanese locale.' => 'jsXeは日本語も表示することができます。', + 'A screenshot showing the context dialog including cut/paste.' => '切り取りと、コピーと、貼り付けという機能が表せるスクリーンショット。' ); ?> \ No newline at end of file Modified: trunk/web/htdocs/screenshots.php =================================================================== --- trunk/web/htdocs/screenshots.php 2006-09-02 01:16:20 UTC (rev 1224) +++ trunk/web/htdocs/screenshots.php 2006-09-02 01:45:42 UTC (rev 1225) @@ -54,7 +54,7 @@ ?> </td> <td> - A screenshot showing the context dialog including cut/paste + <?php echo T_("A screenshot showing the context dialog including cut/paste."); ?> <br/> (jsXe 0.4 pre3, Windows XP) @@ -70,10 +70,10 @@ ?> </td> <td> - A screenshot showing validation features. jsXe allows you to add nodes defined by DTD/Schema + <?php echo T_("A screenshot showing validation features. jsXe allows you to add nodes defined by DTD/Schema."); ?> <br/> - (jsXe 0.4 pre1 running on Windows XP) + (jsXe 0.4, Windows XP) </td> </tr> <tr> @@ -85,10 +85,10 @@ ?> </td> <td> - A screenshot showing the syntax highlighted source view. + <?php echo T_("A screenshot showing the syntax highlighted source view."); ?> <br/> - (jsXe 0.4 pre2 running on Windows XP) + (jsXe 0.4 pre2, Windows XP) </td> </tr> <tr> @@ -100,10 +100,10 @@ ?> </td> <td> - A screenshot of jsXe's options panel. + <?php echo T_("A screenshot of jsXe's options panel."); ?> <br/> - (jsXe 0.4 pre1 running on Windows XP) + (jsXe 0.4 pre1, Windows XP) </td> </tr> <tr> @@ -115,10 +115,10 @@ ?> </td> <td> - A screenshot of the edit node dialog. This dialog can be used to edit nodes defined in DTD/Schema + <?php echo T_("A screenshot of the edit node dialog. This dialog can be used to edit nodes defined in DTD/Schema."); ?> <br/> - (jsXe 0.4 pre1 running on Windows XP) + (jsXe 0.4 pre1, Windows XP) </td> </tr> </table> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |