[geeklog-jp commit] r1311 - r1044で trunk/geeklog-1-jp/plugins/japanize/sql に行われている修正は、

Back to archive index

codes****@googl***** codes****@googl*****
2009年 3月 22日 (日) 14:24:23 JST


Author: tacahi
Date: Sat Mar 21 22:08:24 2009
New Revision: 1311

Modified:
    trunk/plugins/japanize/sql/sql_japanize_107.php
    trunk/plugins/japanize/sql/sql_japanize_7.php

Log:
r1044で trunk/geeklog-1-jp/plugins/japanize/sql に行われている修正は、
元の plugins/japanize/sql に存在しないため、改めて反映させます。


Modified: trunk/plugins/japanize/sql/sql_japanize_107.php
==============================================================================
--- trunk/plugins/japanize/sql/sql_japanize_107.php	(original)
+++ trunk/plugins/japanize/sql/sql_japanize_107.php	Sat Mar 21 22:08:24 2009
@@ -5,7 +5,7 @@
  // $Id: sql_japanize6.php
  // もし万一エンコードの種類が  utf-8でない場合は、utf-8に変換してください。
  // 最終更新日 2008/09/02 tsuchi AT geeklog DOT jp
-
+// 更新日 2008/11/27 ivy AT geeklog DOT jp

  // (18) 初期ブロックタイトル等日本語化
  $_SQL[] = "
@@ -52,7 +52,7 @@
  $_SQL[] = "
      UPDATE   {$_TABLES['blocks']} SET
      title = 'About Geeklog'
-    ,content = '<p><b>Welcome to Geeklog!</b></p><p>If you''re already  
familiar with Geeklog - and especially if you''re not: There have been many  
improvements to Geeklog since earlier versions that you might want to read  
up on. Please read the <a href=\"docs/changes.html\">release notes</a>. If  
you need help, please see the <a href=\"docs/support.html\">support  
options</a>.</p>'
+    ,content = '<p><strong>Welcome to Geeklog!</strong></p><p>If you''re  
already familiar with Geeklog - and especially if you''re not: There have  
been many improvements to Geeklog since earlier versions that you might  
want to read up on. Please read the <a href=\"docs/changes.html\">release  
notes</a>. If you need help, please see the <a  
href=\"docs/support.html\">support options</a>.</p>'
      WHERE name = 'first_block'
      ";


Modified: trunk/plugins/japanize/sql/sql_japanize_7.php
==============================================================================
--- trunk/plugins/japanize/sql/sql_japanize_7.php	(original)
+++ trunk/plugins/japanize/sql/sql_japanize_7.php	Sat Mar 21 22:08:24 2009
@@ -4,8 +4,8 @@
  //  
+---------------------------------------------------------------------------+
  // $Id: sql_japanize6.php
  // もし万一エンコードの種類が  utf-8でない場合は、utf-8に変換してください。
-// 最終更新日 2008/09/02 tsuchi AT geeklog DOT jp
-
+// 更新日 2008/09/02 tsuchi AT geeklog DOT jp
+// 更新日 2008/11/27 ivy AT geeklog DOT jp

  // (18) 初期ブロックタイトル等日本語化
  $_SQL[] = "
@@ -51,8 +51,8 @@
      ";
  $_SQL[] = "
      UPDATE   {$_TABLES['blocks']} SET
-    title = 'GeekLogについて'
-    ,content = '<p><b>ようこそ、GeekLogへ!</b><p>Geeklogについてのサポート 
は、 <a href=\"http://www.geeklog.jp\">Geeklog Japanese</a>へ。ドキュメント 
は <a href=\"http://wiki.geeklog.jp\">Geeklog Wiki ドキュメント</a>をどう 
ぞ。'
+    title = 'Geeklogについて'
+    ,content = '<p><strong>Geeklogへようこそ!</strong></p><p>Geeklogのサ 
ポートは、<a href=\"http://www.geeklog.jp\">Geeklog Japanese</a>へ。ドキュメ 
ントは <a href=\"http://wiki.geeklog.jp\">Geeklog Wikiドキュメント</a>をどう 
ぞ。</p> '
      WHERE name = 'first_block'
      ";




Geeklogjp-changes メーリングリストの案内
Back to archive index